Git Product home page Git Product logo

Comments (11)

ehumphrey avatar ehumphrey commented on May 22, 2024

security_monkey-deploy.log
2014-07-05 00:04:23,886 INFO: Scheduler started [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:574]
2014-07-05 00:04:23,886 DEBUG: Looking for jobs to run [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:579]
2014-07-05 00:04:23,887 DEBUG: No jobs left; shutting down scheduler [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:595]
2014-07-05 00:04:23,887 INFO: Scheduler has been shut down [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:606]
2014-07-05 00:04:26,382 INFO: Scheduler started [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:574]
2014-07-05 00:04:26,383 DEBUG: Looking for jobs to run [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:579]
2014-07-05 00:04:26,383 DEBUG: No jobs left; shutting down scheduler [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:595]
2014-07-05 00:04:26,383 INFO: Scheduler has been shut down [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:606]
2014-07-05 00:04:28,914 INFO: Scheduler started [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:574]
2014-07-05 00:04:28,914 DEBUG: Looking for jobs to run [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:579]
2014-07-05 00:04:28,915 DEBUG: No jobs left; shutting down scheduler [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:595]
2014-07-05 00:04:28,915 INFO: Scheduler has been shut down [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:606]

from security_monkey.

ehumphrey avatar ehumphrey commented on May 22, 2024

I also keep seeing this repeated in the deploy log:
2014-07-05 00:17:50,375 INFO: Scheduler has been shut down [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:606]
2014-07-05 00:17:52,850 INFO: Scheduler started [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:574]
2014-07-05 00:17:52,850 DEBUG: Looking for jobs to run [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:579]
2014-07-05 00:17:52,850 DEBUG: No jobs left; shutting down scheduler [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:595]
2014-07-05 00:17:52,859 INFO: Scheduler has been shut down [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:606]
2014-07-05 00:17:55,329 INFO: Scheduler started [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:574]
2014-07-05 00:17:55,329 DEBUG: Looking for jobs to run [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:579]
2014-07-05 00:17:55,329 DEBUG: No jobs left; shutting down scheduler [in build/bdist.linux-x86_64/egg/apscheduler/scheduler.py:595

from security_monkey.

scriptsrc avatar scriptsrc commented on May 22, 2024

Interesting.

  • What browser, version, and OS are you using?
  • Are you using the master branch or develop?
  • Is there any interesting output in the browser's javascript console?

I'll setup a new instance to make sure I haven't unintentionally corrupted any of the install directions.

from security_monkey.

travissc avatar travissc commented on May 22, 2024

I am experiencing the same issue. Along with this: #23
when I try to start_scheduler. Produces the "No jobs left" log status and when I try to add user via the web interface the page is blank.

from security_monkey.

travissc avatar travissc commented on May 22, 2024

I found this particular issue happen when I tried to use an EC2 instance that did not have a public dns provided by Amazon. I had this issue when I tried to start a medium/micro t instance that only had a private VPC. Try "Launch into EC2 classic" for network.

from security_monkey.

tghaas avatar tghaas commented on May 22, 2024

@travissc thanks, that last trick of using public vpc fixed it for me. I was using a private vpc.

@MonkeySecurity I still get the blank page when adding an account using Firefox 30.0 on OSX 10.9.3, when using Chrome it works fine. Here's what is in the console:
"FINEST: 2014-07-16 12:49:46.122: route /settings [Route: null]" main.dart.js:50809
"FINEST: 2014-07-16 12:49:46.218: route /settings [Route: null]" main.dart.js:50809
"Response: HTTP 200: {count: 0, items: [], total: 0, page: 1, auth: {authenticated: true, user: [email protected]}}" main.dart.js:50809
"FINEST: 2014-07-16 12:49:48.010: go /createaccount" main.dart.js:50809
"FINEST: 2014-07-16 12:49:48.010: route /createaccount [Route: null]" main.dart.js:50809
"NullError: a.webkitCreateShadowRoot is undefined

from security_monkey.

adrianjhunter avatar adrianjhunter commented on May 22, 2024

I experienced this behaviour in Safari 7.0.5 on OSX but had no issues using with Chrome.

from security_monkey.

jimmyattime avatar jimmyattime commented on May 22, 2024

Just wanted to add a note that it worked with Chrome for me too but got the blank screen for Firefox 30.

from security_monkey.

scriptsrc avatar scriptsrc commented on May 22, 2024

Good find re:Firefox. I'll try to determine if this is a dart issue.

from security_monkey.

gene1wood avatar gene1wood commented on May 22, 2024

@tghaas Yes, this bug with dart under Firefox is reported in Issue #48 as well. I'm also experiencing this issue.

from security_monkey.

scriptsrc avatar scriptsrc commented on May 22, 2024

The UI now appears to work in Safari and Firefox with c2c6ced

from security_monkey.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.