Skip to content

What to try if the Core breaks

Gary Pollice edited this page Jun 17, 2013 · 1 revision

Context Reload errors, overlapping file locks, illegal state exception

  1. Stop the server and janeway
  2. Right-click Server > Clean... > OK
  3. Right-click Server > Clean Tomcat work directory > OK
  4. Project > Uncheck Build Automatically
  5. Project > Clean.. > Clean all projects, check off Start a build immediately, build the entire workspace
  6. Try running the server again

If that doesn't work, clean up any untracked files:

  1. git clean -dxn - this is a dry run, make sure it doesn't delete anything important
  2. git clean -fx

Unsupported major minor version