facebook

Problems testing with v10.7

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #333451 Reply

    Glenn Puckett
    Participant

    I don’t even know how to come up with search words for this.

    I have build id: 10.7-20121026

    I have a J2EE Web only application that I have been working with for a couple of years on prior versions of MyEclipse. Ever since upgrading to v10.7 I have had constant problems.

    The biggest one is testing with JBoss v4.2.3. As I am going through my web application it will just quit responding. If I click on various links on the page it will eventually start responding again. In debug it is even worse.

    I don’t even know how to explain it other than it just goes away and then starts working again a few minutes later if I hit enough links back to the application running in MyEclipse.

    #333455 Reply

    support-swapna
    Moderator

    WGPuckett,

    Sorry that you are seeing this issue.

    Can you answer some more questions for us ?

    1. From which version of MyEclipse did you upgrade to MyEclipse 10.7 ?

    2. Can you please switch to a new workspace, import the project and check if you still see the issue? If the issue persists, please copy paste the entire contents of the .log file which is located at <workspace dir>/.metadata/.log here for us to investigate further.

    3. Can you also check if you can deploy this project to any other server apart from JBoss and see if the same issue exists ?

    #333471 Reply

    Glenn Puckett
    Participant

    I tried switching to a new workspace and importing with the same result. So I went back to the original workspace because the source is linked to a source management system. I switched from version 8.x to 10.x. I can’t remember for sure but I think it was 8.4. But it could have been a later version. I tried to move to v10 several times and always had problems. This fall I kept at it until it worked. At this point I can’t describe the specific problems I had attempting to convert.

    The log file is quite long. I will try to paste the entire file here. But it really is just a repeating error. If it won’t let me post it all I will post the more current records that it will let me.

      !SESSION 2012-10-31 13:56:56.415 ———————————————–
      eclipse.buildId=unknown
      java.version=1.6.0_13
      java.vendor=Sun Microsystems Inc.
      BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
      Command-line arguments: -os win32 -ws win32 -arch x86_64

      This is a continuation of log file G:\MyEclipse10.Projects\CWDCS\.metadata\.bak_0.log
      Created Time: 2012-10-31 13:57:39.190

      !ENTRY org.eclipse.osgi 2 0 2012-10-31 13:57:39.190
      !MESSAGE While loading class “org.eclipse.dltk.internal.core.DeltaProcessor$1FoundRelevantDeltaException”, thread “Thread[Worker-0,5,main]” timed out waiting (5008ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.dltk.core_1.0.0.me201108091322 [503]”. To avoid deadlock, thread “Thread[Worker-0,5,main]” is proceeding but “org.eclipse.dltk.internal.core.DeltaProcessor$1FoundRelevantDeltaException” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.dltk.core_1.0.0.me201108091322.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.dltk.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:301)
      at org.eclipse.dltk.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:561)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.dltk.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:301)
      at org.eclipse.dltk.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:561)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      !SESSION 2012-11-01 09:04:56.216 ———————————————–
      eclipse.buildId=unknown
      java.version=1.6.0_13
      java.vendor=Sun Microsystems Inc.
      BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
      Command-line arguments: -os win32 -ws win32 -arch x86_64

      !ENTRY com.genuitec.eclipse.easie.core 1 0 2012-11-01 10:20:37.002
      !MESSAGE Hard Shutdown: jboss4Server
      !SESSION 2012-11-02 07:52:24.941 ———————————————–
      eclipse.buildId=unknown
      java.version=1.6.0_13
      java.vendor=Sun Microsystems Inc.
      BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
      Command-line arguments: -os win32 -ws win32 -arch x86_64

      !ENTRY com.genuitec.eclipse.core.common 1 0 2012-11-02 07:52:40.525
      !MESSAGE ClasspathContainer requery for classpath-string: com.genuitec.eclipse.lib.hibernate33

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:52:58.808
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.DeltaProcessor”, thread “Thread[Worker-5,5,main]” timed out waiting (5007ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.DeltaProcessor” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:03.832
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.PackageFragment”, thread “Thread[Worker-5,5,main]” timed out waiting (5008ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.PackageFragment” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:08.870
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.DeltaProcessor$1$FoundRelevantDeltaException”, thread “Thread[Worker-5,5,main]” timed out waiting (5007ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.DeltaProcessor$1$FoundRelevantDeltaException” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:13.894
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.PackageFragmentRoot”, thread “Thread[Worker-5,5,main]” timed out waiting (5008ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.PackageFragmentRoot” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:18.917
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.ModelUpdater”, thread “Thread[Worker-5,5,main]” timed out waiting (5008ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.ModelUpdater” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.<init>(DeltaProcessor.java:253)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 25 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.<init>(DeltaProcessor.java:253)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.getDeltaProcessor(DeltaProcessingState.java:164)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:23.940
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.builder.JavaBuilder”, thread “Thread[Worker-5,5,main]” timed out waiting (5008ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.builder.JavaBuilder” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:28.963
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.builder.ClasspathLocation”, thread “Thread[Worker-5,5,main]” timed out waiting (5007ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.builder.ClasspathLocation” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:33.971
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.builder.ClasspathMultiDirectory”, thread “Thread[Worker-5,5,main]” timed out waiting (5008ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.builder.ClasspathMultiDirectory” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:38.994
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.builder.MissingSourceFileException”, thread “Thread[Worker-5,5,main]” timed out waiting (5007ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.builder.MissingSourceFileException” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:44.002
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.builder.ImageBuilderInternalException”, thread “Thread[Worker-5,5,main]” timed out waiting (5008ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.builder.ImageBuilderInternalException” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 24 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

      !ENTRY org.eclipse.osgi 2 0 2012-11-02 07:53:49.009
      !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.builder.BuildNotifier”, thread “Thread[Worker-5,5,main]” timed out waiting (5007ms) for thread “Thread[Worker-7,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.100.me201207241813 [940]”. To avoid deadlock, thread “Thread[Worker-5,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.builder.BuildNotifier” may not be fully initialized.
      !STACK 0
      org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201207241813.jar” by thread “Worker-7”.
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.builder.JavaBuilder.buildFinished(JavaBuilder.java:121)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      … 25 more
      Root exception:
      org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
      at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
      at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
      at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
      at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
      at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:463)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
      at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
      at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
      at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
      at org.eclipse.wst.jsdt.internal.core.builder.JavaBuilder.buildFinished(JavaBuilder.java:121)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessor.resourceChanged(DeltaProcessor.java:1996)
      at org.eclipse.wst.jsdt.internal.core.DeltaProcessingState.resourceChanged(DeltaProcessingState.java:389)
      at org.eclipse.core.internal.events.NotificationManager$1.run(NotificationManager.java:291)
      at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
      at org.eclipse.core.internal.events.NotificationManager.notify(NotificationManager.java:285)
      at org.eclipse.core.internal.events.NotificationManager.broadcastChanges(NotificationManager.java:149)
      at org.eclipse.core.internal.resources.Workspace.broadcastBuildEvent(Workspace.java:381)
      at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:146)
      at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:241)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
      !SESSION 2012-11-05 06:08:33.284 ———————————————–
      eclipse.buildId=unknown
      java.version=1.6.0_13
      java.vendor=Sun Microsystems Inc.
      BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
      Command-line arguments: -data G:\MyEclipse10.Projects\CWDCS -os win32 -ws win32 -arch x86_64

      !ENTRY org.eclipse.wst.common.project.facet.core 2 0 2012-11-05 08:30:50.824
      !MESSAGE More than one declaration found for action type UNINSTALL of projet facet java 1.5.
      !SESSION 2012-11-05 14:21:02.843 ———————————————–
      eclipse.buildId=unknown
      java.version=1.6.0_13
      java.vendor=Sun Microsystems Inc.
      BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
      Command-line arguments: -data G:\MyEclipse10.Projects\CWDCS -os win32 -ws win32 -arch x86_64

      !ENTRY org.tigris.subversion.subclipse.core 4 0 2012-11-05 14:21:19.567
      !MESSAGE org.tigris.subversion.javahl.ClientException: W

    #333501 Reply

    Brian Fernandes
    Moderator

    WG

    1) We’re working on a maintenance release for the 10.7 release so if you could enumerate the other problems you’ve been having, that would help too.

    2) I assume you are starting the same JBoss instance from both 10.x and 8.x or are you using a different installation?

    3) If I understand this correctly, the app not responding sounds more like a problem with the JBoss instance as opposed to MyEclipse. I’m assuming that during this time MyEclipse continues to work fine?

    4) Are you using a 64-bit instance of MyEclipse or a 32-bit instance? A 64-bit instance will take more memory, you could try increasing the settings in myeclipse.ini – you could also increase the memory given the the JBoss server instance on the JBoss server configuration page, that could make a difference as well.

    #333508 Reply

    Glenn Puckett
    Participant

    I will get some information together for you.

    First, however, a quick reply.

    I have 2 major applications I have developed with MyEclipse. The first one is about 8 years old and the other is about 2 years old. They were developed from the beginning using MyEclipse and were running fine inside MyEcluipse up to the point I upgraded to v10.x. I was able to fully debug the code and had no problems with anything outside my application code. (The only complaint I have had with MyEclipse are the bogus syntax errors it finds in JSPs) So I really doubt very much that the problem could be with JBoss itself since it hasn’t changed. It may be that v10 has a problem working with JBoss v.4.x. I know that is extremely down level. But I can’t upgrade to a more current release until my user funds the task. Lately I have had no choice but to start JBoss as a service on my machine to test and then use a lot of log4j output. But the code does run fine in that fashion. (JBoss does already have a large memory allocation.)

    I just ran into a problem this morning where a project that I could deploy the EAR file with no problems yesterday now will not deploy. This morning it started complaining that it could not deploy the EAR because there are spaces in the ejb and web project names. I tried renaming the ejb and web project. It now says it cannot find the ear jar file OR the web war file and I can’t even begin to recover to where I was. I am trying to recreate the enterprise project and then import the source. This will work I am sure but I will loose the links to the svn repository.

    I have a project that has several background tasks. Forever if I tried running any of these from MyEclipse I would quickly get a protection exception from the Java VM and it would fail with all sorts of messages. That appears to have gone away recently but I’m not sure why.

    I have increased the Xmx setting in the myeclipse.ini file. We’ll see if that helps.

    I’m not entirely sure if I have the 32-bit or 64-bit version. When I look at the “About” output it does not mention either. I did find the following statement in the ini file:

    –launcher.library
    ../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_4.2.0.v201201111650

    Does that help?

    #333514 Reply

    Glenn Puckett
    Participant

    Copy-Paste often quits working. Sometimes all I need to do is save the module I am working on and it will start working again. Other times I’ll have to close the module and re-open it in edit. Occasionally I have to close MyEclipse completely. This one is extremely frustrating!!!

    This is extremely random. I can never repeat the problem in a logical manner. I’ll just need to do a copy-paste and find it’s not working.

    #333518 Reply

    Glenn Puckett
    Participant

    @WGPuckett wrote:

    Copy-Paste often quits working. Sometimes all I need to do is save the module I am working on and it will start working again. Other times I’ll have to close the module and re-open it in edit. Occasionally I have to close MyEclipse completely. This one is extremely frustrating!!!

    This is extremely random. I can never repeat the problem in a logical manner. I’ll just need to do a copy-paste and find it’s not working.[/quote

    It appears that by turning off smart insert the cut-paste problem goes away. Is there not a way to permanently disable smart insert?

    #333740 Reply

    Glenn Puckett
    Participant

    I get the following failure constantly when trying to run a regular background type program or a Swing/SWT program.

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x57bb92b9, pid=9116, tid=13800
      #
      # JRE version: 7.0_10-b18
      # Java VM: Java HotSpot(TM) Client VM (23.6-b04 mixed mode, sharing windows-x86 )
      # Problematic frame:
      # V [jvm.dll+0xa92b9]
      #
      # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
      #
      # An error report file with more information is saved as:
      # D:\MyEclipse10\Workspace\MyTest1\hs_err_pid9116.log
      #
      # If you would like to submit a bug report, please visit:
      # http://bugreport.sun.com/bugreport/crash.jsp
      #

    This happens on both a 64-bit and 32-bit Windows 7 o/s. I encountered it today trying to test an SWT program on a 32-bit Win 7 machine.

    The log file contains:

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x57bb92b9, pid=9116, tid=13800
      #
      # JRE version: 7.0_10-b18
      # Java VM: Java HotSpot(TM) Client VM (23.6-b04 mixed mode, sharing windows-x86 )
      # Problematic frame:
      # V [jvm.dll+0xa92b9]
      #
      # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
      #
      # If you would like to submit a bug report, please visit:
      # http://bugreport.sun.com/bugreport/crash.jsp
      #

      ————— T H R E A D —————

      Current thread (0x04489400): JavaThread “AWT-EventQueue-0” [_thread_in_vm, id=13800, stack(0x06300000,0x06350000)]

      siginfo: ExceptionCode=0xc0000005, reading address 0x00000000

      Registers:
      EAX=0x00000000, EBX=0x34e55401, ECX=0x00000000, EDX=0x00010004
      ESP=0x0634eba0, EBP=0x0634ebac, ESI=0x04489400, EDI=0x0634ecdc
      EIP=0x57bb92b9, EFLAGS=0x00010202

      Top of Stack: (sp=0x0634eba0)
      0x0634eba0: 0634ecdc 04489528 34e55428 0634ebdc
      0x0634ebb0: 6d12cef7 04489528 0634ecdc 00000000
      0x0634ebc0: 04489528 04489528 34e55428 0634ebc0
      0x0634ebd0: 0634ec4c 6d16e8bb 00000000 0634ec58
      0x0634ebe0: 10063a9d 04489528 0634ecdc 34e55428
      0x0634ebf0: 00010003 61ab1064 61ab105e 0447b6c0
      0x0634ec00: 00000027 00000008 10064b90 0634ecdc
      0x0634ec10: e8c417e8 04489400 34e55428 34e55428

      Instructions: (pc=0x57bb92b9)
      0x57bb9299: b5 09 00 33 f6 eb 02 8b f1 6a 06 56 e8 46 ab f5
      0x57bb92a9: ff 8b 7d 0c 83 c4 08 b3 01 85 ff 74 3d 8b 45 10
      0x57bb92b9: 8b 00 50 32 db e8 2d 64 f7 ff 83 c4 04 85 c0 74
      0x57bb92c9: 29 8b 0f 8b 49 04 8b 50 10 83 c1 08 39 44 0a f8

      Register to memory mapping:

      EAX=0x00000000 is an unknown value
      EBX=0x34e55401 is an oop
      {constMethod}
      – klass: {other class}
      – method: 0x34e55428 {method} ‘paintRectImpl’ ‘(Lcom/carmenta/engine/core/View;JZIIII)J’ in ‘com/carmenta/engine/core/MapControl’
      – exceptions: 0x38d50048
      ECX=0x00000000 is an unknown value
      EDX=0x00010004 is an unknown value
      ESP=0x0634eba0 is pointing into the stack for thread: 0x04489400
      EBP=0x0634ebac is pointing into the stack for thread: 0x04489400
      ESI=0x04489400 is a thread
      EDI=0x0634ecdc is pointing into the stack for thread: 0x04489400

      Stack: [0x06300000,0x06350000], sp=0x0634eba0, free space=314k
      Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
      V [jvm.dll+0xa92b9]
      C [awt.dll+0x7cef7] DSGetDrawingSurface+0x47
      C [CECore.Java.dll+0x63a9d] Java_com_carmenta_engine_core_ImageTextureMap_getPath+0x15d
      j com.carmenta.engine.core.MapControl.paintRectImpl(Lcom/carmenta/engine/core/View;JZIIII)J+0
      j com.carmenta.engine.core.MapControl.paint(Ljava/awt/Graphics;)V+70
      j com.carmenta.engine.core.MapControl.update(Ljava/awt/Graphics;)V+2
      j sun.awt.RepaintArea.updateComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+6
      j sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+263
      j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+155
      j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+869
      j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
      j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
      j java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
      j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
      j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
      v ~StubRoutines::call_stub
      V [jvm.dll+0x12a3ba]
      V [jvm.dll+0x1d97de]
      V [jvm.dll+0x12a43d]
      V [jvm.dll+0xd9e0a]
      C [java.dll+0x102f] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x17
      j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
      j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
      j java.awt.EventQueue$4.run()Ljava/lang/Void;+11
      j java.awt.EventQueue$4.run()Ljava/lang/Object;+1
      v ~StubRoutines::call_stub
      V [jvm.dll+0x12a3ba]
      V [jvm.dll+0x1d97de]
      V [jvm.dll+0x12a43d]
      V [jvm.dll+0xd9e0a]
      C [java.dll+0x102f] Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedAction_2Ljava_security_AccessControlContext_2+0x17
      j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
      j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
      j java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
      j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
      j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
      j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
      j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
      j java.awt.EventDispatchThread.run()V+9
      v ~StubRoutines::call_stub
      V [jvm.dll+0x12a3ba]
      V [jvm.dll+0x1d97de]
      V [jvm.dll+0x12a5a3]
      V [jvm.dll+0x12a607]
      V [jvm.dll+0xd315f]
      V [jvm.dll+0x14a6b7]
      V [jvm.dll+0x14a820]
      V [jvm.dll+0x17f009]
      C [msvcr100.dll+0x10fac] freefls+0x130
      C [msvcr100.dll+0x110b1] __fls_getvalue+0x58
      C [KERNEL32.dll+0x4ed6c] BaseThreadInitThunk+0x12
      C [ntdll.dll+0x6377b] RtlInitializeExceptionChain+0xef
      C [ntdll.dll+0x6374e] RtlInitializeExceptionChain+0xc2

      Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
      j com.carmenta.engine.core.MapControl.paintRectImpl(Lcom/carmenta/engine/core/View;JZIIII)J+0
      j com.carmenta.engine.core.MapControl.paint(Ljava/awt/Graphics;)V+70
      j com.carmenta.engine.core.MapControl.update(Ljava/awt/Graphics;)V+2
      j sun.awt.RepaintArea.updateComponent(Ljava/awt/Component;Ljava/awt/Graphics;)V+6
      j sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+263
      j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+155
      j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+869
      j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
      j java.awt.EventQueue.dispatchEventImpl(Ljava/awt/AWTEvent;Ljava/lang/Object;)V+41
      j java.awt.EventQueue.access$200(Ljava/awt/EventQueue;Ljava/awt/AWTEvent;Ljava/lang/Object;)V+3
      j java.awt.EventQueue$3.run()Ljava/lang/Void;+12
      j java.awt.EventQueue$3.run()Ljava/lang/Object;+1
      v ~StubRoutines::call_stub
      j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
      j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
      j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+6
      j java.awt.EventQueue$4.run()Ljava/lang/Void;+11
      j java.awt.EventQueue$4.run()Ljava/lang/Object;+1
      v ~StubRoutines::call_stub
      j java.security.AccessController.doPrivileged(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;)Ljava/lang/Object;+0
      j java.security.ProtectionDomain$1.doIntersectionPrivilege(Ljava/security/PrivilegedAction;Ljava/security/AccessControlContext;Ljava/security/AccessControlContext;)Ljava/lang/Object;+28
      j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+73
      j java.awt.EventDispatchThread.pumpOneEventForFilters(I)V+245
      j java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+35
      j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
      j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
      j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
      j java.awt.EventDispatchThread.run()V+9
      v ~StubRoutines::call_stub

      ————— P R O C E S S —————

      Java Threads: ( => current thread )
      =>0x04489400 JavaThread “AWT-EventQueue-0” [_thread_in_vm, id=13800, stack(0x06300000,0x06350000)]
      0x04520c00 JavaThread “AWT-Windows” daemon [_thread_in_native, id=14104, stack(0x08050000,0x080a0000)]
      0x05e07800 JavaThread “AWT-Shutdown” [_thread_blocked, id=7220, stack(0x07f50000,0x07fa0000)]
      0x05e25000 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=10728, stack(0x06530000,0x06580000)]
      0x01e8fc00 JavaThread “Service Thread” daemon [_thread_blocked, id=8652, stack(0x03f90000,0x03fe0000)]
      0x01e82400 JavaThread “C1 CompilerThread0” daemon [_thread_blocked, id=11728, stack(0x04320000,0x04370000)]
      0x01e81000 JavaThread “Attach Listener” daemon [_thread_blocked, id=13332, stack(0x04100000,0x04150000)]
      0x01e7e000 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=11412, stack(0x041c0000,0x04210000)]
      0x01e6bc00 JavaThread “Finalizer” daemon [_thread_blocked, id=8324, stack(0x040b0000,0x04100000)]
      0x01e66c00 JavaThread “Reference Handler” daemon [_thread_blocked, id=10600, stack(0x04010000,0x04060000)]
      0x01dbbc00 JavaThread “main” [_thread_in_native, id=10444, stack(0x01c90000,0x01ce0000)]

      Other Threads:
      0x01e64000 VMThread [stack: 0x03f00000,0x03f50000] [id=12052]
      0x01ea3800 WatcherThread [stack: 0x04160000,0x041b0000] [id=9964]

      VM state:not at safepoint (normal execution)

      VM Mutex/Monitor currently owned by a thread: None

      Heap
      def new generation total 4928K, used 3267K [0x24d50000, 0x252a0000, 0x2a2a0000)
      eden space 4416K, 62% used [0x24d50000, 0x25000d90, 0x251a0000)
      from space 512K, 99% used [0x251a0000, 0x2521fff8, 0x25220000)
      to space 512K, 0% used [0x25220000, 0x25220000, 0x252a0000)
      tenured generation total 10944K, used 1377K [0x2a2a0000, 0x2ad50000, 0x34d50000)
      the space 10944K, 12% used [0x2a2a0000, 0x2a3f8648, 0x2a3f8800, 0x2ad50000)
      compacting perm gen total 12288K, used 2849K [0x34d50000, 0x35950000, 0x38d50000)
      the space 12288K, 23% used [0x34d50000, 0x35018448, 0x35018600, 0x35950000)
      ro space 10240K, 45% used [0x38d50000, 0x391d5e50, 0x391d6000, 0x39750000)
      rw space 12288K, 54% used [0x39750000, 0x39dd8f78, 0x39dd9000, 0x3a350000)

      Card table byte_map: [0x01ce0000,0x01d90000] byte_map_base: 0x01bb9580

      Polling page: 0x002e0000

      Code Cache [0x01ec0000, 0x01fb0000, 0x03ec0000)
      total_blobs=424 nmethods=207 adapters=152 free_code_cache=31815Kb largest_free_block=32579392

      Compilation events (10 events):
      Event: 55.432 Thread 0x01e82400 201 java.util.zip.ZipCoder::encoder (35 bytes)
      Event: 55.433 Thread 0x01e82400 nmethod 201 0x01facd08 code [0x01face10, 0x01facefc]
      Event: 55.433 Thread 0x01e82400 202 java.nio.charset.CharsetEncoder::reset (11 bytes)
      Event: 55.433 Thread 0x01e82400 nmethod 202 0x01facf88 code [0x01fad080, 0x01fad100]
      Event: 55.433 Thread 0x01e82400 203 java.nio.charset.CharsetEncoder::implReset (1 bytes)
      Event: 55.433 Thread 0x01e82400 nmethod 203 0x01fad148 code [0x01fad240, 0x01fad2c0]
      Event: 55.433 Thread 0x01e82400 204 java.nio.charset.CharsetEncoder::maxBytesPerChar (5 bytes)
      Event: 55.433 Thread 0x01e82400 nmethod 204 0x01fad308 code [0x01fad400, 0x01fad480]
      Event: 55.436 Thread 0x01e82400 207 java.lang.String::indexOf (25 bytes)
      Event: 55.436 Thread 0x01e82400 nmethod 207 0x01fada48 code [0x01fadb50, 0x01fadc1c]

      GC Heap History (4 events):
      Event: 0.178 GC heap before
      {Heap before GC invocations=0 (full 0):
      def new generation total 4928K, used 4393K [0x24d50000, 0x252a0000, 0x2a2a0000)
      eden space 4416K, 99% used [0x24d50000, 0x2519a720, 0x251a0000)
      from space 512K, 0% used [0x251a0000, 0x251a0000, 0x25220000)
      to space 512K, 0% used [0x25220000, 0x25220000, 0x252a0000)
      tenured generation total 10944K, used 0K [0x2a2a0000, 0x2ad50000, 0x34d50000)
      the space 10944K, 0% used [0x2a2a0000, 0x2a2a0000, 0x2a2a0200, 0x2ad50000)
      compacting perm gen total 12288K, used 846K [0x34d50000, 0x35950000, 0x38d50000)
      the space 12288K, 6% used [0x34d50000, 0x34e23940, 0x34e23a00, 0x35950000)
      ro space 10240K, 45% used [0x38d50000, 0x391d5e50, 0x391d6000, 0x39750000)
      rw space 12288K, 54% used [0x39750000, 0x39dd8f78, 0x39dd9000, 0x3a350000)
      Event: 0.182 GC heap after
      Heap after GC invocations=1 (full 0):
      def new generation total 4928K, used 512K [0x24d50000, 0x252a0000, 0x2a2a0000)
      eden space 4416K, 0% used [0x24d50000, 0x24d50000, 0x251a0000)
      from space 512K, 100% used [0x25220000, 0x252a0000, 0x252a0000)
      to space 512K, 0% used [0x251a0000, 0x251a0000, 0x25220000)
      tenured generation total 10944K, used 772K [0x2a2a0000, 0x2ad50000, 0x34d50000)
      the space 10944K, 7% used [0x2a2a0000, 0x2a3612e8, 0x2a361400, 0x2ad50000)
      compacting perm gen total 12288K, used 846K [0x34d50000, 0x35950000, 0x38d50000)
      the space 12288K, 6% used [0x34d50000, 0x34e23940, 0x34e23a00, 0x35950000)
      ro space 10240K, 45% used [0x38d50000, 0x391d5e50, 0x391d6000, 0x39750000)
      rw space 12288K, 54% used [0x39750000, 0x39dd8f78, 0x39dd9000, 0x3a350000)
      }
      Event: 0.458 GC heap before
      {Heap before GC invocations=1 (full 0):
      def new generation total 4928K, used 4928K [0x24d50000, 0x252a0000, 0x2a2a0000)
      eden space 4416K, 100% used [0x24d50000, 0x251a0000, 0x251a0000)
      from space 512K, 100% used [0x25220000, 0x252a0000, 0x252a0000)
      to space 512K, 0% used [0x251a0000, 0x251a0000, 0x25220000)
      tenured generation total 10944K, used 772K [0x2a2a0000, 0x2ad50000, 0x34d50000)
      the space 10944K, 7% used [0x2a2a0000, 0x2a3612e8, 0x2a361400, 0x2ad50000)
      compacting perm gen total 12288K, used 1781K [0x34d50000, 0x35950000, 0x38d50000)
      the space 12288K, 14% used [0x34d50000, 0x34f0d698, 0x34f0d800, 0x35950000)
      ro space 10240K, 45% used [0x38d50000, 0x391d5e50, 0x391d6000, 0x39750000)
      rw space 12288K, 54% used [0x39750000, 0x39dd8f78, 0x39dd9000, 0x3a350000)
      Event: 0.461 GC heap after
      Heap after GC invocations=2 (full 0):
      def new generation total 4928K, used 511K [0x24d50000, 0x252a0000, 0x2a2a0000)
      eden space 4416K, 0% used [0x24d50000, 0x24d50000, 0x251a0000)
      from space 512K, 99% used [0x251a0000, 0x2521fff8, 0x25220000)
      to space 512K, 0% used [0x25220000, 0x25220000, 0x252a0000)
      tenured generation total 10944K, used 1377K [0x2a2a0000, 0x2ad50000, 0x34d50000)
      the space 10944K, 12% used [0x2a2a0000, 0x2a3f8648, 0x2a3f8800, 0x2ad50000)
      compacting perm gen total 12288K, used 1781K [0x34d50000, 0x35950000, 0x38d50000)
      the space 12288K, 14% used [0x34d50000, 0x34f0d698, 0x34f0d800, 0x35950000)
      ro space 10240K, 45% used [0x38d50000, 0x391d5e50, 0x391d6000, 0x39750000)
      rw space 12288K, 54% used [0x39750000, 0x39dd8f78, 0x39dd9000, 0x3a350000)
      }

      Deoptimization events (0 events):
      No events

      Internal exceptions (10 events):
      Event: 55.430 Thread 0x01dbbc00 Threw 0x24fce058 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.433 Thread 0x01dbbc00 Threw 0x24fd1d80 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.434 Thread 0x01dbbc00 Threw 0x24fd6360 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.435 Thread 0x01dbbc00 Threw 0x24fdabb0 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.435 Thread 0x01dbbc00 Threw 0x24fde378 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.437 Thread 0x01dbbc00 Threw 0x24fe37c8 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.438 Thread 0x01dbbc00 Threw 0x24fea320 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.442 Thread 0x01dbbc00 Threw 0x24fef698 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.444 Thread 0x01dbbc00 Threw 0x24ff3be0 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166
      Event: 55.444 Thread 0x01dbbc00 Threw 0x24ff7cc0 at C:\jdk7u2_32P\jdk7u10\hotspot\src\share\vm\prims\jvm.cpp:1166

      Events (10 events):
      Event: 55.437 loading class 0x01e66580
      Event: 55.437 loading class 0x01e66580 done
      Event: 55.438 loading class 0x05e8d010
      Event: 55.438 loading class 0x05e8d010 done
      Event: 55.442 loading class 0x05e339f8
      Event: 55.442 loading class 0x05e339f8 done
      Event: 55.444 loading class 0x05e94fc0
      Event: 55.444 loading class 0x05e94fc0 done
      Event: 55.444 loading class 0x04411e28
      Event: 55.444 loading class 0x04411e28 done

      Dynamic libraries:
      0x013d0000 – 0x013ff000 C:\Program Files\Java\jdk1.7.0_10\bin\javaw.exe
      0x77410000 – 0x7754c000 C:\Windows\SYSTEM32\ntdll.dll
      0x6bc90000 – 0x6bccc000 C:\Program Files\Alwil Software\Avast5\snxhk.dll
      0x76ee0000 – 0x76fb4000 C:\Windows\system32\KERNEL32.dll
      0x756e0000 – 0x7572b000 C:\Windows\system32\KERNELBASE.dll
      0x76cb0000 – 0x76d50000 C:\Windows\system32\ADVAPI32.dll
      0x770e0000 – 0x7718c000 C:\Windows\system32\msvcrt.dll
      0x76c90000 – 0x76ca9000 C:\Windows\SYSTEM32\sechost.dll
      0x76be0000 – 0x76c81000 C:\Windows\system32\RPCRT4.dll
      0x77010000 – 0x770d9000 C:\Windows\system32\USER32.dll
      0x76820000 – 0x7686e000 C:\Windows\system32\GDI32.dll
      0x77570000 – 0x7757a000 C:\Windows\system32\LPK.dll
      0x765c0000 – 0x7665d000 C:\Windows\system32\USP10.dll
      0x74ab0000 – 0x74c4e000 C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\COMCTL32.dll
      0x76870000 – 0x768c7000 C:\Windows\system32\SHLWAPI.dll
      0x76b30000 – 0x76b4f000 C:\Windows\system32\IMM32.DLL
      0x758a0000 – 0x7596c000 C:\Windows\system32\MSCTF.dll
      0x20cb0000 – 0x20d4d000 C:\Program Files\CheckPoint\ZAForceField\Plugins\ISWSHEX.dll
      0x74840000 – 0x748db000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCR80.dll
      0x75750000 – 0x7577d000 C:\Windows\system32\WINTRUST.dll
      0x75780000 – 0x7589e000 C:\Windows\system32\CRYPT32.dll
      0x75610000 – 0x7561c000 C:\Windows\system32\MSASN1.dll
      0x6fef0000 – 0x6ff77000 C:\Windows\WinSxS\x86_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.6195_none_d09154e044272b9a\MSVCP80.dll
      0x772b0000 – 0x7740c000 C:\Windows\system32\ole32.dll
      0x74020000 – 0x74041000 C:\Windows\system32\ntmarta.dll
      0x76fc0000 – 0x77005000 C:\Windows\system32\WLDAP32.dll
      0x5c8a0000 – 0x5c95d000 C:\Program Files\Java\jdk1.7.0_10\jre\bin\msvcr100.dll
      0x57b10000 – 0x57e5c000 C:\Program Files\Java\jdk1.7.0_10\jre\bin\client\jvm.dll
      0x734d0000 – 0x734d7000 C:\Windows\system32\WSOCK32.dll
      0x76af0000 – 0x76b25000 C:\Windows\system32\WS2_32.dll
      0x77560000 – 0x77566000 C:\Windows\system32\NSI.dll
      0x739c0000 – 0x739f2000 C:\Windows\system32\WINMM.dll
      0x77550000 – 0x77555000 C:\Windows\system32\PSAPI.DLL
      0x61ac0000 – 0x61acc000 C:\Program Files\Java\jdk1.7.0_10\jre\bin\verify.dll
      0x617f0000 – 0x61810000 C:\Program Files\Java\jdk1.7.0_10\jre\bin\java.dll
      0x60da0000 – 0x60db3000 C:\Program Files\Java\jdk1.7.0_10\jre\bin\zip.dll
      0x61ab0000 – 0x61ab6000 C:\Program Files\Java\jdk1.7.0_10\jre\bin\jawt.dll
      0x6d0b0000 – 0x6d1fa000 C:\MyEclipse8\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\awt.dll
      0x6f420000 – 0x6f471000 C:\Windows\system32\WINSPOOL.DRV
      0x7c360000 – 0x7c3b6000 C:\Windows\system32\MSVCR71.dll
      0x10000000 – 0x102a5000 C:\Program Files\Carmenta\Carmenta Engine 5 SDK\bin\CECore.Java.dll
      0x04760000 – 0x05082000 C:\Program Files\Carmenta\Carmenta Engine 5 SDK\bin\CECore.dll
      0x600e0000 – 0x60102000 C:\Windows\system32\GLU32.dll
      0x5a8c0000 – 0x5a988000 C:\Windows\system32\OPENGL32.dll
      0x6ea60000 – 0x6eb47000 C:\Windows\system32\DDRAW.dll
      0x6ea20000 – 0x6ea26000 C:\Windows\system32\DCIMAN32.dll
      0x76950000 – 0x76aed000 C:\Windows\system32\SETUPAPI.dll
      0x75620000 – 0x75647000 C:\Windows\system32\CFGMGR32.dll
      0x76b50000 – 0x76bdf000 C:\Windows\system32\OLEAUT32.dll
      0x75730000 – 0x75742000 C:\Windows\system32\DEVOBJ.dll
      0x73fb0000 – 0x73fc3000 C:\Windows\system32\dwmapi.dll
      0x05090000 – 0x057c5000 C:\Program Files\Carmenta\Carmenta Engine 5 SDK\bin\gdal19.dll
      0x6bd10000 – 0x6bd9c000 C:\Windows\system32\ODBC32.dll
      0x711b0000 – 0x71253000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
      0x71260000 – 0x712ee000 C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
      0x01c60000 – 0x01c82000 C:\Program Files\Carmenta\Carmenta Engine 5 SDK\bin\CETinyXml.dll
      0x5fb10000 – 0x5fb44000 C:\Program Files\Carmenta\Carmenta Engine 5 SDK\bin\CarmentaLicenseSystem.dll
      0x03ec0000 – 0x03edc000 C:\Program Files\Carmenta\Carmenta Engine 5 SDK\bin\tbbmalloc.dll
      0x75970000 – 0x765ba000 C:\Windows\system32\SHELL32.dll
      0x03f50000 – 0x03f86000 C:\Program Files\Carmenta\Carmenta Engine 5 SDK\bin\tbb.dll
      0x6bcd0000 – 0x6bd08000 C:\Windows\system32\odbcint.dll
      0x755a0000 – 0x755ab000 C:\Windows\system32\profapi.dll
      0x75050000 – 0x75066000 C:\Windows\system32\CRYPTSP.dll
      0x74df0000 – 0x74e2b000 C:\Windows\system32\rsaenh.dll
      0x74710000 – 0x74727000 C:\Windows\system32\USERENV.dll
      0x75520000 – 0x7552c000 C:\Windows\system32\CRYPTBASE.dll
      0x04210000 – 0x0427e000 C:\Users\Glenn\.swt\lib\win32\x86\swt-win32-3740.dll
      0x768d0000 – 0x7694b000 C:\Windows\system32\comdlg32.dll
      0x76d50000 – 0x76e6b000 C:\Windows\system32\WININET.dll
      0x76ed0000 – 0x76ed3000 C:\Windows\system32\Normaliz.dll
      0x76660000 – 0x76818000 C:\Windows\system32\iertutil.dll
      0x77190000 – 0x772a1000 C:\Windows\system32\urlmon.dll
      0x74180000 – 0x741c0000 C:\Windows\system32\uxtheme.dll
      0x741c0000 – 0x742b5000 C:\Windows\system32\propsys.dll
      0x775b0000 – 0x77633000 C:\Windows\system32\CLBCatQ.DLL
      0x04080000 – 0x0409d000 C:\Users\Glenn\.swt\lib\win32\x86\swt-gdip-win32-3740.dll
      0x74920000 – 0x74ab0000 C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17825_none_72d273598668a06b\gdiplus.dll
      0x58060000 – 0x581a2000 C:\Program Files\Java\jdk1.7.0_10\jre\bin\awt.dll
      0x5d070000 – 0x5d233000 C:\Windows\system32\d3d9.dll
      0x74830000 – 0x74839000 C:\Windows\system32\VERSION.dll
      0x60df0000 – 0x60df6000 C:\Windows\system32\d3d8thk.dll
      0x06470000 – 0x06507000 C:\Windows\system32\dlumd32.dll
      0x65490000 – 0x65bf5000 C:\Windows\system32\nvd3dum.dll
      0x73d00000 – 0x73d25000 C:\Windows\system32\powrprof.dll
      0x5fbc0000 – 0x5fbea000 C:\Program Files\Java\jdk1.7.0_10\jre\bin\fontmanager.dll
      0x6a7e0000 – 0x6a838000 C:\Program Files\Common Files\microsoft shared\ink\tiptsf.dll
      0x71710000 – 0x7187f000 C:\Windows\system32\explorerframe.dll
      0x74090000 – 0x740bf000 C:\Windows\system32\DUser.dll
      0x740c0000 – 0x74172000 C:\Windows\system32\DUI70.dll
      0x73e80000 – 0x73f7b000 C:\Windows\system32\WindowsCodecs.dll
      0x754d0000 – 0x7551c000 C:\Windows\system32\apphelp.dll
      0x710c0000 – 0x710e1000 C:\Program Files\Alwil Software\Avast5\ashShell.dll
      0x70e80000 – 0x710c0000 C:\Windows\system32\msi.dll
      0x70e40000 – 0x70e71000 C:\Windows\system32\EhStorShell.dll
      0x70dd0000 – 0x70e3a000 C:\Windows\System32\cscui.dll
      0x70dc0000 – 0x70dc9000 C:\Windows\System32\CSCDLL.dll
      0x70db0000 – 0x70dbb000 C:\Windows\system32\CSCAPI.dll
      0x70d40000 – 0x70db0000 C:\Windows\system32\ntshrui.dll
      0x75400000 – 0x75419000 C:\Windows\system32\srvcli.dll
      0x73790000 – 0x7379a000 C:\Windows\system32\slc.dll
      0x6ac30000 – 0x6ac5b000 C:\Windows\system32\msls31.dll
      0x73f80000 – 0x73faf000 C:\Windows\system32\XmlLite.dll
      0x6f990000 – 0x6f999000 C:\Windows\system32\LINKINFO.dll
      0x75590000 – 0x7559e000 C:\Windows\system32\RpcRtRemote.dll
      0x6aef0000 – 0x6af90000 C:\Windows\system32\SearchFolder.dll
      0x6faa0000 – 0x6fadc000 C:\Windows\system32\OLEACC.dll
      0x69360000 – 0x693ec000 C:\Windows\system32\UIAutomationCore.dll
      0x75530000 – 0x7558f000 C:\Windows\system32\SXS.DLL
      0x61710000 – 0x6176c000 C:\Windows\System32\StructuredQuery.dll
      0x75470000 – 0x75478000 C:\Windows\System32\Secur32.dll
      0x754b0000 – 0x754cb000 C:\Windows\system32\SSPICLI.DLL
      0x73410000 – 0x73426000 C:\Windows\system32\thumbcache.dll
      0x6f9a0000 – 0x6f9ce000 C:\Windows\system32\SHDOCVW.dll
      0x69950000 – 0x6a29d000 C:\Windows\system32\ieframe.DLL
      0x6f7f0000 – 0x6f7fc000 C:\Windows\system32\mssprxy.dll
      0x6ea30000 – 0x6ea5b000 C:\Windows\system32\FunDisc.dll
      0x737c0000 – 0x737d4000 C:\Windows\system32\ATL.DLL
      0x727f0000 – 0x727fa000 C:\Windows\system32\fdproxy.dll
      0x748e0000 – 0x748ef000 C:\Windows\system32\samcli.dll
      0x742c0000 – 0x742d2000 C:\Windows\system32\SAMLIB.dll
      0x74dd0000 – 0x74dd9000 C:\Windows\system32\netutils.dll
      0x69600000 – 0x6962b000 C:\Windows\System32\provsvc.dll
      0x6fbe0000 – 0x6fc2e000 C:\Windows\system32\actxprxy.dll
      0x69460000 – 0x695f8000 C:\Windows\system32\NetworkExplorer.dll
      0x733d0000 – 0x733e2000 C:\Windows\system32\MPR.dll
      0x723d0000 – 0x723d8000 C:\Windows\System32\drprov.dll
      0x74c80000 – 0x74ca9000 C:\Windows\System32\WINSTA.dll
      0x729b0000 – 0x729c4000 C:\Windows\System32\ntlanman.dll

      VM Arguments:
      jvm_args: -Dfile.encoding=Cp1252
      java_command: my.test.pkg.MainWindow
      Launcher Type: SUN_STANDARD

      Environment Variables:
      JAVA_HOME=C:\Program Files\Java\jdk1.6.0_22\
      CLASSPATH=.;.;C:\PROGRA~1\Java\JMF21~1.1E\lib\sound.jar;C:\PROGRA~1\Java\JMF21~1.1E\lib\jmf.jar;C:\PROGRA~1\Java\JMF21~1.1E\lib;
      PATH=C:/MyEclipse8/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client;C:/MyEclipse8/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin;C:/MyEclipse8/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/lib/i386;C:\Program Files\Java\jdk1.6.0_22\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Lenovo\Access Connections\;C:\Program Files\MySQL\MySQL Server 5.5\bin;C:\Program Files\Windows Live\Shared;D:\Java\apache-maven-3.0.3\bin;C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\OSGeo4W\bin;C:\QgisBuild\Git\cmd;D:\QGisBuild\Git\cmd;d:\QGisBuild\OSGeo4W\apps\Python27\Lib;C:\Program Files\Calibre2\;C:\Program Files\Common Files\Acronis\SnapAPI\;C:\Program Files\Carmenta\Carmenta Engine 5 SDK\bin;C:\cygnus\cygwin-b20\H-i586-cygwin32\bin;C:\QtSDK\Desktop\Qt.8.1\msvc2008\bin;C:\SWTOOLS\ReadyApps;C:\Program Files\Calibre2\;C:\Program Files\ActiveState Komodo Edit 6\;D:\QGisBuild\OSGeo4W\bin;C:\QgisBuild\CMake.2.8\bin;D:\QGisBuild\CMake 2.8\bin
      USERNAME=Glenn
      OS=Windows_NT
      PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 6, GenuineIntel

      ————— S Y S T E M —————

      OS: Windows 7 Build 7601 Service Pack 1

      CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 23 stepping 6, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, tsc

      Memory: 4k page, physical 3127600k(834568k free), swap 6253448k(2525576k free)

      vm_info: Java HotSpot(TM) Client VM (23.6-b04) for windows-x86 JRE (1.7.0_10-b18), built on Nov 28 2012 08:34:29 by “java_re” with unknown MS VC++:1600

      time: Fri Dec 28 17:21:28 2012
      elapsed time: 55 seconds

    #333762 Reply

    Brian Fernandes
    Moderator

    WG,

    Sorry for the delayed response – I missed your initial reply during the holidays.

    1) From the details you provided, you are using the 64 bit version on Windows (in version 8, we only had the 32 bit version available). Did increasing the memory settings help – can you tell me what settings you are using in the .ini file? This could make a significant difference now that you are using the 64-bit version.

    2) The BundleStatusException you keep seeing repeated in the log can be ignored.

    3) I cannot think of any changes that we have made since 10.x from 8.x to JBoss 4 that would cause problems – but there certainly have been changes in our server connector area in that time. Another possible change is the JDK that is being used to start JBoss, I believe we’ve used an earlier version for 8.x as opposed to the 1.6 version in 10.x.

    4) In which editor do you have the copy / paste problem or do you have the problem while trying to copy files / folders? If in an editor, if you close and reopen the editor, does that help? Also – how are you trying the copy / paste, do you use the keystrokes, context menu items or the items from the top level menu? If one of these techniques is not working – does another work?

    For both problems you are having with your applications and the server connector, I would recommend the following:

    a) Install a recent JDK on your machine; a most recent 1.6 or 1.7 version. Configure this version on your JRE preference page.
    b) In your JBoss configuration preferences, please choose this version of the JDK. Also, you could add some memory settings here to give JBoss more memory as well.
    c) Run your SWT / Swing programs with this JDK instead of the one distributed with MyEclipse.

    #333763 Reply

    Brian Fernandes
    Moderator

    It appears that by turning off smart insert the cut-paste

    Just to be clear, could you please let me know exactly what preference / setting you are referring to here?

    #333830 Reply

    Glenn Puckett
    Participant

    Sorry for the delayed response – I missed your initial reply during the holidays.

    1) From the details you provided, you are using the 64 bit version on Windows (in version 8, we only had the 32 bit version available). Did increasing the memory settings help – can you tell me what settings you are using in the .ini file? This could make a significant difference now that you are using the 64-bit version.

    I have experienced this on both 32-bit and 64-bit Windows. I had not changed memory settings on the MyEclipse.ini file. I will give that a try.

    2) The BundleStatusException you keep seeing repeated in the log can be ignored.

    3) I cannot think of any changes that we have made since 10.x from 8.x to JBoss 4 that would cause problems – but there certainly have been changes in our server connector area in that time. Another possible change is the JDK that is being used to start JBoss, I believe we’ve used an earlier version for 8.x as opposed to the 1.6 version in 10.x.

    I have it pointing to Java 1.6 from Oracle. It seems the significant issue here is it runs fine if JBoss is started outside MyEclipse. So if there is a version of Java that is packaged with MyEclipse that is somehow not compatible with this version of JBoss, shouldn’t that be considered an issue with MyEclipse?

    4) In which editor do you have the copy / paste problem or do you have the problem while trying to copy files / folders? If in an editor, if you close and reopen the editor, does that help? Also – how are you trying the copy / paste, do you use the keystrokes, context menu items or the items from the top level menu? If one of these techniques is not working – does another work?

    I typically edit either Java modules or JSPs. I have the problem in both editors. It does not work using either method. Keystrokes or mouse clicks. It simply stops working unless I get it out of Smart Insert mode or completely restart MyEclipse.

    For both problems you are having with your applications and the server connector, I would recommend the following:

    a) Install a recent JDK on your machine; a most recent 1.6 or 1.7 version. Configure this version on your JRE preference page. I have already done this and tried both versions.
    b) In your JBoss configuration preferences, please choose this version of the JDK. Also, you could add some memory settings here to give JBoss more memory as well. I have also tried this. I tried adding memory to the vm on the server setup page. However, it would not allow me to go above 1G memory. The startup would fail. Now that I have increased the MyEclipse memory maybe that will change.
    c) Run your SWT / Swing programs with this JDK instead of the one distributed with MyEclipse. When I set up the SWT project I assigned Java v1.7 because of some of the new SWT capabilities in v1.7. The failure is happening regardless of which version of Java I use.

    #333831 Reply

    Glenn Puckett
    Participant

    @Support-Brian wrote:

    It appears that by turning off smart insert the cut-paste

    Just to be clear, could you please let me know exactly what preference / setting you are referring to here?

    When it starts happening I can hit “cntl-shift-Insert”. It will toggle between Smart Insert and Insert. If it is in Insert mode it will work fine. If it’s in Smart Insert it won’t do any copy/paste at all once it starts. Double clicking will toggle between Overwrite and which ever insert setting it has.

    #333849 Reply

    Glenn Puckett
    Participant

    This has gotten totally ridiculous. My development is at a total standstill. Because of all the garbage error messages I was getting I decided to clone my project and try to get the problems smoothed out without screwing up the production copy of the project. It didn’t import just right so I deleted the cloned project and tried to re-import it. My original production copy of the project was deleted. After some investigating the situation I found that if you aren’t careful instead of importing a copy of the code it will simply change the reference to the original project. EVEN THOUGH IT WAS IN A DIFFERENT WORKSPACE.

    I don’t know what the deal is with v10 but this is not a reliable piece of software. I have used MyEclipse for years without this sort of BS!!!

    I want version 8 back. So far this has cost me 3 weeks of non-productive work just trying to deal with the garbage that v10 has caused.

    I deleted the original downloads after installation. Now I can’t find a way to download prior versions. Please, please, please provide a link to where I can obtain a copy of v8 so I can get back to work.

    #333872 Reply

    Brian Fernandes
    Moderator

    Glen,

    1) In our testing, we test JBoss with the version of Java that is distributed with MyEclipse – we haven’t run into any of the problems that you describe; my suggestion about changing the version of the JDK was an attempt to deal with one of the possible changes between 8 and 10, especially given the odd issues you are experiencing. Did you try a new version to start JBoss ultimately and increase the memory specifically for JBoss in the JBoss 4.x > JDK page?

    2) I’m very sorry you had a misunderstanding with how the import wizard works – the import wizard does have an option allowing you to copy the project instead of simply referencing it. This is a standard Eclipse feature that has been around for several years.

    3) If you see errors when you take the memory beyond 1GB, that would indicate that you are running a 32bit version of MyEclipse or using a 32bit JVM to launch your application.

    4) On the copy paste issues, the smart-insert functionality will simply not affect these operations, especially in the Java editor. You mentioned that mouse clicks won’t work either – if you use the context menu item, do you see the Paste action enabled (and clicking it does nothing) or is it disabled? Or does the context menu not show at all?

    All I can think of at this point, given the “pausing” problems you are having with your application as well as the copy paste is some sort of slow down on your machine; something that is likely causing MyEclipse itself to go into a not responding state. MyEclipse 10 will require more memory than MyEclipse 8, especially the 64 bit version (though the 32 bit version will use more too) and I think you may have only 3GB of physical memory on this machine (if I read some of your output right). The increased memory used here would leave less physical memory for both JBoss and your external applications, which could be causing any memory related problems to manifest themselves.

Viewing 14 posts - 1 through 14 (of 14 total)
Reply To: Problems testing with v10.7

You must be logged in to post in the forum log in