java - Eclipse Luna Hanging when Loading Debug Configuration -


having problem eclipse (luna) ide, while running program encountered never ending loop had terminate program. after every-time try re-run program hangs when loading debug configuration.

i trying create eclipse plug-in retrieve file name , add comments it. don't believe there's error program working fine before. have tested simple helloworld program in workspace see if there problems program works fine. have read metadata file have no idea how correct it.

problem

when attempting load eclipse luna box pops (this normal) in bottom right-hand corner of box, shows loading. seems hang @ point when trying load org.eclipse.web.core.

the program working fine before loop happened , run without problems.

when eclipse stops responding asks "if wish close program" , below offers problem details listed below.

problem details

problem signature:

  • problem event name: apphangb1
  • application name: javaw.exe
  • application version: 8.0.11.12
  • application timestamp: 539f94f3
  • hang signature: 8701
  • hang type: 134217728
  • os version: 6.3.9600.2.0.0.256.48
  • locale id: 2057
  • additional hang signature 1: 8701579a6fb10e5d0065e1f36c8dcf91
  • additional hang signature 2: 6c5e
  • additional hang signature 3: 6c5ef7fd43455b1ace2cb9fa4a881a13
  • additional hang signature 4: 8701
  • additional hang signature 5: 8701579a6fb10e5d0065e1f36c8dcf91
  • additional hang signature 6: 6c5e
  • additional hang signature 7: 6c5ef7fd43455b1ace2cb9fa4a881a13

have tried

cleaning , rebuilding projects, disabling firewalls , antiviruses, creating basic program, reinstalling eclipse , java.

i figured out, within local workspace deleted .metadata folder , re-imported project got working again.

it seems when got stuck in loop .lock file not closed within .metadata folder , prevented eclipse starting debug configuration.

these questions have answerers might work without having delete .metadata folder:

how prevent eclipse hanging on startup?

eclipse hangs on loading workbench


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -