facebook

My Eclipce 9.0 (64 bit) crashing

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #315740 Reply

    support-ray
    Member

    Moved from Pulse forums … http://www.poweredbypulse.com/forums/showthread.php?t=1454

    I have upgrade from 6 to 9.0. when ever i open my eclipse. It is crashing. I have changed the .init file memory setting. It doesn’t help.Need help on thison this.

    !ENTRY org.eclipse.core.jobs 4 2 2011-04-04 10:28:30.165
    !MESSAGE An internal error occurred during: “Building workspace”.
    !STACK 0
    java.lang.OutOfMemoryError: Java heap space
    at org.eclipse.wst.jsdt.internal.compiler.parser.Scan ner.getLineEnds(Scanner.java:539)
    at org.eclipse.wst.jsdt.internal.compiler.parser.Pars er.problemReporter(Parser.java:6305)
    at org.eclipse.wst.jsdt.internal.compiler.parser.Pars er.consumeToken(Parser.java:4351)
    at org.eclipse.wst.jsdt.internal.compiler.parser.Pars er.parse(Parser.java:5710)
    at org.eclipse.wst.jsdt.internal.compiler.parser.Pars er.parse(Parser.java:6006)
    at org.eclipse.wst.jsdt.internal.compiler.parser.Pars er.parse(Parser.java:5958)
    at org.eclipse.wst.jsdt.internal.compiler.parser.Pars er.dietParse(Parser.java:4562)
    at org.eclipse.wst.jsdt.internal.compiler.Compiler.ac cept(Compiler.java:221)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.addUnitsContainingBinding(LookupEnvi ronment.java:170)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Comp ilationUnitScope.buildTypeBindings(CompilationUnit Scope.java:342)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.buildTypeBindings(LookupEnvironment. java:244)
    at org.eclipse.wst.jsdt.internal.compiler.Compiler.ac cept(Compiler.java:226)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.addUnitsContainingBinding(LookupEnvi ronment.java:170)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Comp ilationUnitScope.buildTypeBindings(CompilationUnit Scope.java:342)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.buildTypeBindings(LookupEnvironment. java:244)
    at org.eclipse.wst.jsdt.internal.compiler.Compiler.ac cept(Compiler.java:226)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.addUnitsContainingBinding(LookupEnvi ronment.java:170)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Comp ilationUnitScope.buildTypeBindings(CompilationUnit Scope.java:342)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.buildTypeBindings(LookupEnvironment. java:244)
    at org.eclipse.wst.jsdt.internal.compiler.Compiler.ac cept(Compiler.java:226)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.addUnitsContainingBinding(LookupEnvi ronment.java:170)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Comp ilationUnitScope.buildTypeBindings(CompilationUnit Scope.java:342)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.buildTypeBindings(LookupEnvironment. java:244)
    at org.eclipse.wst.jsdt.internal.compiler.Compiler.ac cept(Compiler.java:226)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.askForBinding(LookupEnvironment.java :205)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.askForType(LookupEnvironment.java:12 9)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.getType(LookupEnvironment.java:666)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Look upEnvironment.getResolvedType(LookupEnvironment.ja va:620)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Scop e.getJavaLangFunction(Scope.java:1757)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Func tionTypeBinding.<init>(FunctionTypeBinding.java:26 )
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Meth odBinding.createFunctionTypeBinding(MethodBinding. java:600)
    at org.eclipse.wst.jsdt.internal.compiler.lookup.Meth odScope.createMethod(MethodScope.java:254)

    #315763 Reply

    support-joy
    Member

    Partha,

    Sorry to hear you are running into this issue. Can you quickly answer below queries for me?
    1. What is your OS and version?
    2. You mention upgrading from ME 6.0 to ME 9.0, how did you perform the upgrade? Meaning using – all-in-one installer / pulse / archived update site on top of eclipse classic? Please note that the base eclipse is different for 6.0 and 9.0, you cannot directly upgrade from 6.0 to 9.0; you have to install 9.0 afresh.
    3. Can you copy and paste your myeclipse.ini file located at [your myeclipse installation dir]? Typically for a windows environment the default installation dir is C:\Program Files\Genuitec\Profiles\myeclipse 9\myeclipse.ini
    4. Also can you elaborate what steps causes your ME profile to crash?

    #315864 Reply

    rpsarathy_80
    Member

    Hey Jay,

    Sorry i miss quoted.
    I have installed 9.0 from pulse. Every time building project, it getting crashed in few mintues(auto build is on).
    Windows xp profesional 64 bit

    myeclipse.init

    #utf8 (do not remove)
    -startup
    ../../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    –launcher.library
    ../../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201102231800
    -install
    C:\Program Files\Genuitec\Profiles\MyEclipse 9
    -vm
    C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\bin\javaw.exe
    -configuration
    C:\Program Files\Genuitec\Profiles\MyEclipse 9\configuration
    -vmargs
    -Dcom.genuitec.pulse.client.show.dashboard.offer=false
    -Xmx512m
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m

    ERROR:

    !ENTRY org.eclipse.osgi 2 0 2011-04-07 13:35:08.428
    !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.JavaModelManager$16”, thread “Thread[Worker-6,5,main]” timed out waiting (5000ms) for thread “Thread[Worker-3,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.2.me201103172348 [900]”. To avoid deadlock, thread “Thread[Worker-6,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.JavaModelManager$16” may not be fully initialized.
    !STACK 0
    org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Program Files/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.2.me201103172348.jar” by thread “Worker-3”.
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    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.JavaModelManager$15.run(JavaModelManager.java:4182)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    … 16 more
    Root exception:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)

    @support-joy wrote:

    Partha,

    Sorry to hear you are running into this issue. Can you quickly answer below queries for me?
    1. What is your OS and version?
    2. You mention upgrading from ME 6.0 to ME 9.0, how did you perform the upgrade? Meaning using – all-in-one installer / pulse / archived update site on top of eclipse classic? Please note that the base eclipse is different for 6.0 and 9.0, you cannot directly upgrade from 6.0 to 9.0; you have to install 9.0 afresh.
    3. Can you copy and paste your myeclipse.ini file located at [your myeclipse installation dir]? Typically for a windows environment the default installation dir is C:\Program Files\Genuitec\Profiles\myeclipse 9\myeclipse.ini
    4. Also can you elaborate what steps causes your ME profile to crash?

    #315896 Reply

    rpsarathy_80
    Member

    any update?

    @rpsarathy_80 wrote:

    Hey Jay,

    Sorry i miss quoted.
    I have installed 9.0 from pulse. Every time building project, it getting crashed in few mintues(auto build is on).
    Windows xp profesional 64 bit

    myeclipse.init

    #utf8 (do not remove)
    -startup
    ../../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
    –launcher.library
    ../../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201102231800
    -install
    C:\Program Files\Genuitec\Profiles\MyEclipse 9
    -vm
    C:\Program Files\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\bin\javaw.exe
    -configuration
    C:\Program Files\Genuitec\Profiles\MyEclipse 9\configuration
    -vmargs
    -Dcom.genuitec.pulse.client.show.dashboard.offer=false
    -Xmx512m
    -XX:MaxPermSize=256m
    -XX:ReservedCodeCacheSize=64m

    ERROR:

    !ENTRY org.eclipse.osgi 2 0 2011-04-07 13:35:08.428
    !MESSAGE While loading class “org.eclipse.wst.jsdt.internal.core.JavaModelManager$16”, thread “Thread[Worker-6,5,main]” timed out waiting (5000ms) for thread “Thread[Worker-3,5,main]” to finish starting bundle “org.eclipse.wst.jsdt.core_1.1.2.me201103172348 [900]”. To avoid deadlock, thread “Thread[Worker-6,5,main]” is proceeding but “org.eclipse.wst.jsdt.internal.core.JavaModelManager$16” may not be fully initialized.
    !STACK 0
    org.osgi.framework.BundleException: State change in progress for bundle “reference:file:/C:/Program Files/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.2.me201103172348.jar” by thread “Worker-3”.
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
    at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
    at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
    at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
    at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
    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.JavaModelManager$15.run(JavaModelManager.java:4182)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    … 16 more
    Root exception:
    org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1077)
    at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:282)
    at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
    at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)

    @support-joy wrote:

    Partha,

    Sorry to hear you are running into this issue. Can you quickly answer below queries for me?
    1. What is your OS and version?
    2. You mention upgrading from ME 6.0 to ME 9.0, how did you perform the upgrade? Meaning using – all-in-one installer / pulse / archived update site on top of eclipse classic? Please note that the base eclipse is different for 6.0 and 9.0, you cannot directly upgrade from 6.0 to 9.0; you have to install 9.0 afresh.
    3. Can you copy and paste your myeclipse.ini file located at [your myeclipse installation dir]? Typically for a windows environment the default installation dir is C:\Program Files\Genuitec\Profiles\myeclipse 9\myeclipse.ini
    4. Also can you elaborate what steps causes your ME profile to crash?

    #315921 Reply

    support-joy
    Member

    Partha,

    Sorry for the late reply. I see there are deadlocks in your .log file. Can you please clear your .log file located at [your workspace dir]/.metadata/.log. You mention that your workspace crashes while trying to build your project. Can you turn off build automatically. Next perform a -clean. Please refer – https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/ . Turn on build automatically and see if the problem recurs. If yes, please check your .log file and check what is the issue logged?

    #315931 Reply

    Brian Fernandes
    Moderator

    Partha,

    This could be a workspace or a project specific issue; I can suggest opening MyEclipse with a new workspace and importing your projects into that a few at a time to see if any one project is causing the problem.

    To start with a new workspace, either specify a new location if starting MyEclipse prompts you for it or edit the myeclipse.ini file (same directory as myeclipse.exe) and add the following before the -configuration line

    -data
    c:\mynewworkspace

    (replace the path with a path of your choice)

    Sorry for the inconvenience caused, I hope this helps.

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: My Eclipce 9.0 (64 bit) crashing

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