- This topic has 5 replies, 2 voices, and was last updated 17 years, 10 months ago by Riyad Kalla.
-
AuthorPosts
-
schiang1MemberI have installed and used MyEclipse Enterprise Workbench Version: 5.1.0 GA Build id: 20061111-5.1.0-GA for 1.5 months. The debugger worked fine until recently. I started getting “javaw.exe has generated errors and will be closed by windows. You will need to restart the program.
An error log is being created.” when debugging a java application. When this error occurred, the standalone java application would terminate and I could not debug any more. The application would run successfully if I did not debug it. But I need the debug capability. Any suggestion on what I can do to solve this problem?Thanks,
– System Setup ——————————-
Operating System and version: Microsoft Windows 2000 [Version 5.00.2195]
Eclipse version: 3.2
Eclipse build id: How to find this information?
Fresh Eclipse install (y/n): y
If not, was it upgraded to its current version using the update manager?
Other installed external plugins: None
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 5.1.0 GA
Eclipse JDK version: jdk1.3.1 comes with WebLogic 6.1
Application Server JDK version:
Are there any exceptions in the Eclipse log file? Yes,
Riyad KallaMemberschiang1,
Can you go to MyEclipse > Installation Summary > Installation Details and paste the result here for me?Also the last few entries from your log file (<workspace dir>\.metadata\.log) would be helpful as well.
schiang1MemberRiyad,
Thank you very much for helping me. The Installation Details are:
*** Date:
Tuesday, January 2, 2007 11:54:55 AM EST** System properties:
OS=Windows2000
OS version=5.0
Java version=1.5.0_09*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.1.0 GA
Build id: 20061111-5.1.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.1.0 GA
Build id: 20061111-5.1.0-GAEclipse Platform
Version: 3.2.1.r321_v20060921-b_XVA-INSQSyMtx
Build id: M20060921-0945Eclipse Java Development Tools
Version: 3.2.1.r321_v20060905-R4CM1Znkvre9wC-
Build id: M20060921-0945Eclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse RCP
Version: 3.2.1.r321_v20060801-2ekW2BxmcpPUOoq
Build id: M20060921-0945Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20060921-0945Eclipse Project SDK
Version: 3.2.1.r321_v20060801-tQ1w49KnTArT0FZ
Build id: M20060921-0945Eclipse Graphical Editing Framework
Version: 3.2.1.v20060921
Build id: 20060921-1617Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\Download\eclipse3.2\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
2cc_7c
-product
com.genuitec.myeclipse.product.ide
-vm
c:\sun\sdk\jdk\bin\javaw.exeI saw the following errors in the .log file that may be relevant:
!MESSAGE File ‘IOSwap_download/ioswap_download.log’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: /IOSwap_download/ioswap_download.log.’).
!STACK 1
org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: /IOSwap_download/ioswap_download.log.
at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:606)
at org.eclipse.core.internal.resources.File.getContents(File.java:290)
at org.eclipse.core.internal.resources.File.getContents(File.java:279)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getInputStream(FileCharSequenceProvider.java:282)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.initializeReader(FileCharSequenceProvider.java:276)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.reset(FileCharSequenceProvider.java:268)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider.newCharSequence(FileCharSequenceProvider.java:40)
at org.eclipse.search.internal.core.text.TextSearchVisitor.processFile(TextSearchVisitor.java:254)
at org.eclipse.search.internal.core.text.TextSearchVisitor.processFiles(TextSearchVisitor.java:189)
at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:170)
at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:182)
at org.eclipse.search.core.text.TextSearchEngine$1.search(TextSearchEngine.java:54)
at org.eclipse.search.internal.ui.text.FileSearchQuery.run(FileSearchQuery.java:122)
at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:93)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SUBENTRY 2 org.eclipse.core.resources 4 274 2006-12-28 10:33:43.107
!MESSAGE Resource is out of sync with the file system: /IOSwap_download/ioswap_download.log.
!SESSION 2006-12-28 15:55:23.477 ———————————————–
eclipse.buildId=M20060921-0945
java.version=1.5.0_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide!ENTRY org.eclipse.core.resources 4 567 2006-12-28 15:55:55.172
!MESSAGE Workspace restored, but some problems occurred.
!SUBENTRY 1 org.eclipse.core.resources 4 567 2006-12-28 15:55:55.172
!MESSAGE The project description file (.project) for gondor-fxOnline is missing. This file contains important information about the project. The project will not function properly until this file is restored.!ENTRY org.eclipse.core.jobs 4 2 2006-12-28 15:56:34.318
!MESSAGE An internal error occurred during: “Initializing Java Tooling”.
!STACK 0
java.lang.NullPointerException
at com.genuitec.eclipse.core.librarymgmt.MEClasspathContainerInitializer.initialize(MEClasspathContainerInitializer.java:41)
at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1900)
at org.eclipse.jdt.internal.core.JavaModelManager$7.run(JavaModelManager.java:1846)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
at org.eclipse.jdt.internal.core.JavaModelManager.initializeAllContainers(JavaModelManager.java:1855)
at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1265)
at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1470)
at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2169)
at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2073)
at org.eclipse.jdt.internal.core.DeltaProcessingState.initializeRoots(DeltaProcessingState.java:286)
at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:717)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1737)
at org.eclipse.jdt.core.JavaCore.run(JavaCore.java:4024)
at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:4198)
at com.genuitec.eclipse.core.librarymgmt.MEClasspathContainerInitializer.initialize(MEClasspathContainerInitializer.java:34)
at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1900)
at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1267)
at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1470)
at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2169)
at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2073)
at org.eclipse.jdt.core.JavaCore.setClasspathContainer(JavaCore.java:4189)
at com.genuitec.eclipse.core.librarymgmt.MEClasspathContainerInitializer.initialize(MEClasspathContainerInitializer.java:34)
at org.eclipse.jdt.internal.core.JavaModelManager.initializeContainer(JavaModelManager.java:1900)
at org.eclipse.jdt.internal.core.JavaModelManager.getClasspathContainer(JavaModelManager.java:1267)
at org.eclipse.jdt.core.JavaCore.getClasspathContainer(JavaCore.java:1470)
at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2169)
at org.eclipse.jdt.internal.core.JavaProject.getResolvedClasspath(JavaProject.java:2073)
at org.eclipse.jdt.internal.core.search.JavaSearchScope.add(JavaSearchScope.java:107)
at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.initialize(JavaWorkspaceScope.java:84)
at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init>(JavaSearchScope.java:61)
at org.eclipse.jdt.internal.core.search.JavaSearchScope.<init>(JavaSearchScope.java:57)
at org.eclipse.jdt.internal.core.search.JavaWorkspaceScope.<init>(JavaWorkspaceScope.java:29)
at org.eclipse.jdt.internal.core.JavaModelManager.getWorkspaceScope(JavaModelManager.java:1705)
at org.eclipse.jdt.internal.core.search.BasicSearchEngine.createWorkspaceScope(BasicSearchEngine.java:155)
at org.eclipse.jdt.core.search.SearchEngine.createWorkspaceScope(SearchEngine.java:397)
at org.eclipse.jdt.core.JavaCore.initializeAfterLoad(JavaCore.java:2856)
at org.eclipse.jdt.internal.ui.InitializeAfterLoadJob$RealJob.run(InitializeAfterLoadJob.java:35)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SESSION 2004-12-29 09:53:25.451 ———————————————–
eclipse.buildId=M20060921-0945
java.version=1.5.0_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments: -product com.genuitec.myeclipse.product.ide
Command-line arguments: -os win32 -ws win32 -arch x86 -product com.genuitec.myeclipse.product.ide!ENTRY org.eclipse.search 2 0 2004-12-29 10:23:45.466
!MESSAGE Problems encountered during text search.
!SUBENTRY 1 org.eclipse.search 2 2 2004-12-29 10:23:45.466
!MESSAGE File ‘IOSwap_download/ioswap_download.log’ has been skipped, problem while reading: (‘Resource is out of sync with the file system: /IOSwap_download/ioswap_download.log.’).
!STACK 1
org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: /IOSwap_download/ioswap_download.log.
at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:606)
at org.eclipse.core.internal.resources.File.getContents(File.java:290)
at org.eclipse.core.internal.resources.File.getContents(File.java:279)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.getInputStream(FileCharSequenceProvider.java:282)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.initializeReader(FileCharSequenceProvider.java:276)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider$FileCharSequence.reset(FileCharSequenceProvider.java:268)
at org.eclipse.search.internal.core.text.FileCharSequenceProvider.newCharSequence(FileCharSequenceProvider.java:40)
at org.eclipse.search.internal.core.text.TextSearchVisitor.processFile(TextSearchVisitor.java:254)
at org.eclipse.search.internal.core.text.TextSearchVisitor.processFiles(TextSearchVisitor.java:189)
at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:170)
at org.eclipse.search.internal.core.text.TextSearchVisitor.search(TextSearchVisitor.java:182)
at org.eclipse.search.core.text.TextSearchEngine$1.search(TextSearchEngine.java:54)
at org.eclipse.search.internal.ui.text.FileSearchQuery.run(FileSearchQuery.java:122)
at org.eclipse.search2.internal.ui.InternalSearchUI$InternalSearchJob.run(InternalSearchUI.java:93)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SUBENTRY 2 org.eclipse.core.resources 4 274 2004-12-29 10:23:45.476
!MESSAGE Resource is out of sync with the file system: /IOSwap_download/ioswap_download.log.Thanks,
Shirley
Riyad KallaMemberShirley,
Can you adjust your command line arguments to meet our suggested arguments here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.htmlI’m wondering if this crash is related to permSpace in the VM running out.
schiang1MemberI have seen this problem again but when I checked the comman line arguments that myeclipse are using. I found that it is already using -vmargs -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M. My MyEclipse is behaving very weirdly now. I tried to start with new workspace and it still behaved weirdly.
Riyad KallaMemberShirley,
The best step here might be to start with a parallel fresh installation using out all-in-one installer for 5.1.0 that is designed to include all the stable JRE, Eclipse and MyEclipse parts necessary to run our preferred setup. You would need to install it to a new directory though. -
AuthorPosts