For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 2 voices, and was last updated 18 years, 8 months ago by
Scott Anderson.
-
AuthorPosts
-
milanmcaMemberHello Sir,
Myself milan. I can’t open JSP page on myEclipse. I am getting following error. pls help me to out. waiting for ur kind reply.
error:
—————————-
Unable to create this part due to an internal error. Reason for the failure: An unexpected exception was thrown.
———————————-
Details
———————————
java.lang.NullPointerException
at com.jniwrapper.win32.ie.an.addStatusListener(SourceFile:56)
at com.jniwrapper.win32.ie.al.<init>(SourceFile:116)
at com.jniwrapper.win32.ie.al.<init>(SourceFile:85)
at com.jniwrapper.win32.ie.Browser.a(SourceFile:71)
at com.jniwrapper.win32.ie.Browser.<init>(SourceFile:51)
at com.jniwrapper.win32.ie.Browser.<init>(SourceFile:43)
at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.createControl(MSHTMLViewer.java:307)
at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.<init>(MSHTMLViewer.java:257)
at com.genuitec.eclipse.webdesigner2.designeditor.MSHTMLViewer.<init>(MSHTMLViewer.java:229)
at com.genuitec.eclipse.webdesigner2.designeditor.DesignEditSubsystem.createDesignViewer(DesignEditSubsystem.java:147)
at com.genuitec.eclipse.webdesigner2.WebDesigner2.createDesignViewer(WebDesigner2.java:117)
at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createDesignPage(HTMLMultiPageEditorPart.java:508)
at com.genuitec.eclipse.webdesigner2.HTMLMultiPageEditorPart.createPages(HTMLMultiPageEditorPart.java:248)
at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:599)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:374)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:285)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:141)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:268)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:387)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1138)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1091)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1298)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:453)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:101)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:440)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:110)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:60)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:214)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:204)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:744)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:651)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:614)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2368)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2303)
at org.eclipse.ui.internal.WorkbenchPage.access$10(WorkbenchPage.java:2295)
at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2281)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2276)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2257)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:372)
at org.eclipse.ui.ide.IDE.openEditor(IDE.java:335)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:251)
at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:131)
at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:169)
at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:153)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:222)
at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:198)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:296)
at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:869)
at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:741)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:148)
at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:739)
at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:968)
at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1067)
at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:243)
at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:238)
at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:277)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:884)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3194)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2823)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1755)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1719)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:368)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:106)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:377)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:164)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:338)
at org.eclipse.core.launcher.Main.basicRun(Main.java:282)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)
——————————————————————————–Thanks ,
milan.November 27, 2006 at 5:06 pm #262647
Scott AndersonParticipantMilan,
The issue is likely that the Eclipse plugin cache got stale as it sometimes
does not cleanly rebuild after updates. To rectify the problem you’ll need
to restart Eclipse with the -clean flag one time: eclipse.exe -cleanThat should resolve the problem. If it doesn’t,
can you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.November 27, 2006 at 10:38 pm #262654
milanmcaMemberHello Scott,
as u suggest i tried to restart the eclipse with clean , but still getting that error. sometimes eclipse shutdown when I trying to open JSP page but it is not always and produce an error log file. The content of that file is follow…Hope it will gives you the exact idea…..log file name: hs_err_pid332.log
—————————————————————————————————————————
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x03761a41, pid=332, tid=3672
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
# Problematic frame:
# C [jniwrap.dll+0x1a41]
#————— T H R E A D —————
Current thread (0x04a0d060): JavaThread “BrowserEventLoop.1” daemon [_thread_in_native, id=3672]
siginfo: ExceptionCode=0xc0000005, reading address 0x047a3000
Registers:
EAX=0x0578f3b4, EBX=0x00000006, ECX=0x047a3000, EDX=0x00000002
ESP=0x0578f380, EBP=0x0578f518, ESI=0x037680ee, EDI=0x0578f3ef
EIP=0x03761a41, EFLAGS=0x00010202Top of Stack: (sp=0x0578f380)
0x0578f380: 0578f3b4 00000010 04a0d120 047a2fe8
0x0578f390: 00000008 047a3000 2b279900 00000000
0x0578f3a0: 0578efa4 0578f098 00000000 c0000005
0x0578f3b0: 0578f638 31303533 00003838 049ed530
0x0578f3c0: 04a0da38 04a0da78 39342c30 62386666
0x0578f3d0: 30322c30 2c323030 31303035 2c303030
0x0578f3e0: 31303533 332c3838 38313035 00002c38
0x0578f3f0: 00000000 00000000 00000000 00000000Instructions: (pc=0x03761a41)
0x03761a31: a4 6a 10 8d 85 9c fe ff ff 50 8b 8d 7c fe ff ff
0x03761a41: 8b 11 52 ff 15 40 60 76 03 83 c4 0c 8d 95 b0 feStack: [0x05750000,0x05790000), sp=0x0578f380, free space=252k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [jniwrap.dll+0x1a41]
C [jniwrap.dll+0x1c3d]
j com.jniwrapper.Function.invokeVirtualFunc(IIB[BII[II)I+0
j com.jniwrapper.FunctionCall.a(ZIIIIBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)J+253
j com.jniwrapper.FunctionCall.callVirtual(IIBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)J+11
j com.jniwrapper.win32.com.impl.IUnknownImpl.invokeVirtualMethod(IBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)V+53
j com.jniwrapper.win32.com.impl.IUnknownImpl.invokeVirtualMethod(IBLcom/jniwrapper/Parameter;)V+8
j com.jniwrapper.win32.com.impl.IUnknownImpl.addRef()Lcom/jniwrapper/ULongInt;+12
j com.jniwrapper.win32.com.server.IUnknownServer.doQueryInterface(Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)Z+46
j com.jniwrapper.win32.com.server.IUnknownServer.queryInterface(Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+3
j com.jniwrapper.win32.com.server.IUnknownServer.create(Lcom/jniwrapper/win32/com/IUnknown;Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+70
j com.jniwrapper.win32.com.server.IClassFactoryServer.createInstance(Lcom/jniwrapper/win32/com/IUnknown;Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+48
j com.jniwrapper.win32.com.server.IClassFactoryServer.createInstance(Lcom/jniwrapper/win32/com/IUnknown;Ljava/lang/String;Lcom/jniwrapper/win32/com/IUnknown;)V+11
j com.jniwrapper.win32.ie.o.a(Lcom/jniwrapper/win32/ole/IOleClientSite;)Lcom/jniwrapper/win32/ie/y;+7
j com.jniwrapper.win32.ie.al.m()V+29
j com.jniwrapper.win32.ie.al.e(Lcom/jniwrapper/win32/ie/al;)V+1
j com.jniwrapper.win32.ie.p.run()V+26
j com.jniwrapper.win32.b.run()V+4
j com.jniwrapper.win32.d.run()V+371
v ~StubRoutines::call_stub
V [jvm.dll+0x845a9]
V [jvm.dll+0xd9317]
V [jvm.dll+0x8447a]
V [jvm.dll+0x841d7]
V [jvm.dll+0x9ed69]
V [jvm.dll+0x109fe3]
V [jvm.dll+0x109fb1]
C [MSVCRT.dll+0x2a348]
C [kernel32.dll+0x1344a]Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.jniwrapper.Function.invokeVirtualFunc(IIB[BII[II)I+0
j com.jniwrapper.FunctionCall.a(ZIIIIBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)J+253
j com.jniwrapper.FunctionCall.callVirtual(IIBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)J+11
j com.jniwrapper.win32.com.impl.IUnknownImpl.invokeVirtualMethod(IBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)V+53
j com.jniwrapper.win32.com.impl.IUnknownImpl.invokeVirtualMethod(IBLcom/jniwrapper/Parameter;)V+8
j com.jniwrapper.win32.com.impl.IUnknownImpl.addRef()Lcom/jniwrapper/ULongInt;+12
j com.jniwrapper.win32.com.server.IUnknownServer.doQueryInterface(Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)Z+46
j com.jniwrapper.win32.com.server.IUnknownServer.queryInterface(Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+3
j com.jniwrapper.win32.com.server.IUnknownServer.create(Lcom/jniwrapper/win32/com/IUnknown;Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+70
j com.jniwrapper.win32.com.server.IClassFactoryServer.createInstance(Lcom/jniwrapper/win32/com/IUnknown;Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+48
j com.jniwrapper.win32.com.server.IClassFactoryServer.createInstance(Lcom/jniwrapper/win32/com/IUnknown;Ljava/lang/String;Lcom/jniwrapper/win32/com/IUnknown;)V+11
j com.jniwrapper.win32.ie.o.a(Lcom/jniwrapper/win32/ole/IOleClientSite;)Lcom/jniwrapper/win32/ie/y;+7
j com.jniwrapper.win32.ie.al.m()V+29
j com.jniwrapper.win32.ie.al.e(Lcom/jniwrapper/win32/ie/al;)V+1
j com.jniwrapper.win32.ie.p.run()V+26
j com.jniwrapper.win32.b.run()V+4
j com.jniwrapper.win32.d.run()V+371
v ~StubRoutines::call_stub————— P R O C E S S —————
Java Threads: ( => current thread )
=>0x04a0d060 JavaThread “BrowserEventLoop.1” daemon [_thread_in_native, id=3672]
0x049ed9a8 JavaThread “AWT-EventQueue-0” [_thread_blocked, id=2376]
0x03186d58 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=3812]
0x04875e58 JavaThread “AWT-Windows” daemon [_thread_in_native, id=2368]
0x02e06b20 JavaThread “AWT-Shutdown” [_thread_blocked, id=4012]
0x03064830 JavaThread “com.ibm.sse.editor.StructuredTextReconciler” daemon [_thread_in_Java, id=2096]
0x02dd2c40 JavaThread “com.jniwrapper.NativeResourceCollector” daemon [_thread_blocked, id=1964]
0x00a647f0 JavaThread “Worker-5” [_thread_blocked, id=2152]
0x031a0e70 JavaThread “Worker-3” [_thread_blocked, id=3492]
0x0316f920 JavaThread “Worker-1” [_thread_blocked, id=988]
0x030c2d10 JavaThread “Java indexing” daemon [_thread_blocked, id=3468]
0x02e7e390 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=3044]
0x02ef8008 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=3488]
0x02c57618 JavaThread “State Data Manager” daemon [_thread_blocked, id=3476]
0x00a0e610 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=3780]
0x00a0d310 JavaThread “CompilerThread0” daemon [_thread_blocked, id=2568]
0x00a0c4c8 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=3048]
0x00a06d70 JavaThread “Finalizer” daemon [_thread_blocked, id=560]
0x00a06108 JavaThread “Reference Handler” daemon [_thread_blocked, id=3980]
0x003560a0 JavaThread “main” [_thread_blocked, id=516]Other Threads:
0x00a05798 VMThread [id=2112]
0x00a0f958 WatcherThread [id=3860]VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 2176K, used 1980K [0x22a70000, 0x22cc0000, 0x22f50000)
eden space 1984K, 90% used [0x22a70000, 0x22c2f070, 0x22c60000)
from space 192K, 100% used [0x22c60000, 0x22c90000, 0x22c90000)
to space 192K, 0% used [0x22c90000, 0x22c90000, 0x22cc0000)
tenured generation total 27624K, used 20197K [0x22f50000, 0x24a4a000, 0x26a70000)
the space 27624K, 73% used [0x22f50000, 0x243095a8, 0x24309600, 0x24a4a000)
compacting perm gen total 41984K, used 41889K [0x26a70000, 0x29370000, 0x2aa70000)
the space 41984K, 99% used [0x26a70000, 0x293586b0, 0x29358800, 0x29370000)
ro space 8192K, 63% used [0x2aa70000, 0x2af7b178, 0x2af7b200, 0x2b270000)
rw space 12288K, 46% used [0x2b270000, 0x2b809fa8, 0x2b80a000, 0x2be70000)Dynamic libraries:
0x00400000 – 0x0040c000 C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
0x77cc0000 – 0x77d75000 C:\WINDOWS\system32\ntdll.dll
0x77e60000 – 0x77f50000 C:\WINDOWS\system32\kernel32.dll
0x77f50000 – 0x77feb000 C:\WINDOWS\system32\ADVAPI32.dll
0x77340000 – 0x773d1000 C:\WINDOWS\system32\RPCRT4.dll
0x77d80000 – 0x77e11000 C:\WINDOWS\system32\USER32.dll
0x773e0000 – 0x77425000 C:\WINDOWS\system32\GDI32.dll
0x77c10000 – 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x6d670000 – 0x6d804000 C:\Program Files\Java\jre1.5.0_06\bin\client\jvm.dll
0x76b40000 – 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x6d280000 – 0x6d288000 C:\Program Files\Java\jre1.5.0_06\bin\hpi.dll
0x76bf0000 – 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d640000 – 0x6d64c000 C:\Program Files\Java\jre1.5.0_06\bin\verify.dll
0x6d300000 – 0x6d31d000 C:\Program Files\Java\jre1.5.0_06\bin\java.dll
0x6d660000 – 0x6d66f000 C:\Program Files\Java\jre1.5.0_06\bin\zip.dll
0x6d4c0000 – 0x6d4d3000 C:\Program Files\Java\jre1.5.0_06\bin\net.dll
0x71ab0000 – 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 – 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d4e0000 – 0x6d4e9000 C:\Program Files\Java\jre1.5.0_06\bin\nio.dll
0x10000000 – 0x10050000 C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundles\262\1\.cp\swt-win32-3206.dll
0x774d0000 – 0x7760d000 C:\WINDOWS\system32\ole32.dll
0x77430000 – 0x774ca000 C:\WINDOWS\system32\COMCTL32.dll
0x763b0000 – 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x772d0000 – 0x7731e000 C:\WINDOWS\system32\SHLWAPI.dll
0x7c800000 – 0x7d010000 C:\WINDOWS\system32\SHELL32.dll
0x77120000 – 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
0x76390000 – 0x763ad000 C:\WINDOWS\system32\IMM32.dll
0x74770000 – 0x747db000 C:\WINDOWS\system32\USP10.dll
0x4d6c0000 – 0x4d7ac000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2096_x-ww_a7d210bd\comctl32.dll
0x5ad70000 – 0x5ada7000 C:\WINDOWS\system32\uxtheme.dll
0x74720000 – 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
0x03580000 – 0x03588000 C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundles\214\1\.cp\os\win32\x86\core_3_1_0.dll
0x74c80000 – 0x74cac000 C:\WINDOWS\system32\oleacc.dll
0x76080000 – 0x760e6000 C:\WINDOWS\system32\MSVCP60.dll
0x03830000 – 0x03abf000 C:\WINDOWS\system32\xpsp2res.dll
0x77610000 – 0x776bf000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 – 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x77c00000 – 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x75a70000 – 0x75b01000 C:\WINDOWS\System32\mlang.dll
0x76380000 – 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x03760000 – 0x0376b000 C:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.webdesigner_4.0.0\jniwrap.dll
0x6d000000 – 0x6d167000 C:\Program Files\Java\jre1.5.0_06\bin\awt.dll
0x73000000 – 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x73760000 – 0x737a9000 C:\WINDOWS\system32\ddraw.dll
0x73bc0000 – 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
0x73940000 – 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
0x6d240000 – 0x6d27d000 C:\Program Files\Java\jre1.5.0_06\bin\fontmanager.dll
0x77830000 – 0x77998000 C:\WINDOWS\System32\shdocvw.dll
0x77b00000 – 0x77b95000 C:\WINDOWS\system32\CRYPT32.dll
0x77ba0000 – 0x77bb1000 C:\WINDOWS\system32\MSASN1.dll
0x754d0000 – 0x7554f000 C:\WINDOWS\system32\CRYPTUI.dll
0x76c30000 – 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
0x76c90000 – 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
0x5fe20000 – 0x5fe73000 C:\WINDOWS\system32\NETAPI32.dll
0x771b0000 – 0x77252000 C:\WINDOWS\system32\WININET.dll
0x76f60000 – 0x76f8d000 C:\WINDOWS\system32\WLDAP32.dllVM Arguments:
java_command: C:\Program Files\eclipse\startup.jar
Launcher Type: SUN_STANDARDEnvironment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06
CLASSPATH=.;C:\Program Files\Java\jdk1.5.0_06\JRE\LIB\RT.JAR;C:\Program Files\Java\jdk1.5.0_06\LIB\*.JAR;C:\Program Files\jakarta-tomcat-5.5.7\SERVER\LIB\*.JAR
PATH=C:\Oracle\Ora81\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\ULTRAE~1;C:\Program Files\Java\jdk1.5.0_06\BIN;C:\Program Files\jakarta-tomcat-5.5.7\BIN;C:\Program Files\Microsoft SQL Server\80\Tools\BINN
USERNAME=milan
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel————— S Y S T E M —————
OS: Windows XP Build 2600 Service Pack 2, v.2096
CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 514792k(167136k free), swap 1257480k(806180k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by “java_re” with MS VC++ 6.0
—————————————————————————————————————————
waiting for ur reply…
Thanks,
have a nice time…
milan.November 27, 2006 at 11:36 pm #262655
milanmcaMemberHello Scott,
as u suggest i tried to restart the eclipse with clean , but still getting that error. sometimes eclipse shutdown when I trying to open JSP page but it is not always and produce an error log file. The content of that file is follow…Hope it will gives you the exact idea…..log file name: hs_err_pid332.log
—————————————————————————————————————————
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x03761a41, pid=332, tid=3672
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
# Problematic frame:
# C [jniwrap.dll+0x1a41]
#————— T H R E A D —————
Current thread (0x04a0d060): JavaThread “BrowserEventLoop.1” daemon [_thread_in_native, id=3672]
siginfo: ExceptionCode=0xc0000005, reading address 0x047a3000
Registers:
EAX=0x0578f3b4, EBX=0x00000006, ECX=0x047a3000, EDX=0x00000002
ESP=0x0578f380, EBP=0x0578f518, ESI=0x037680ee, EDI=0x0578f3ef
EIP=0x03761a41, EFLAGS=0x00010202Top of Stack: (sp=0x0578f380)
0x0578f380: 0578f3b4 00000010 04a0d120 047a2fe8
0x0578f390: 00000008 047a3000 2b279900 00000000
0x0578f3a0: 0578efa4 0578f098 00000000 c0000005
0x0578f3b0: 0578f638 31303533 00003838 049ed530
0x0578f3c0: 04a0da38 04a0da78 39342c30 62386666
0x0578f3d0: 30322c30 2c323030 31303035 2c303030
0x0578f3e0: 31303533 332c3838 38313035 00002c38
0x0578f3f0: 00000000 00000000 00000000 00000000Instructions: (pc=0x03761a41)
0x03761a31: a4 6a 10 8d 85 9c fe ff ff 50 8b 8d 7c fe ff ff
0x03761a41: 8b 11 52 ff 15 40 60 76 03 83 c4 0c 8d 95 b0 feStack: [0x05750000,0x05790000), sp=0x0578f380, free space=252k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [jniwrap.dll+0x1a41]
C [jniwrap.dll+0x1c3d]
j com.jniwrapper.Function.invokeVirtualFunc(IIB[BII[II)I+0
j com.jniwrapper.FunctionCall.a(ZIIIIBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)J+253
j com.jniwrapper.FunctionCall.callVirtual(IIBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)J+11
j com.jniwrapper.win32.com.impl.IUnknownImpl.invokeVirtualMethod(IBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)V+53
j com.jniwrapper.win32.com.impl.IUnknownImpl.invokeVirtualMethod(IBLcom/jniwrapper/Parameter;)V+8
j com.jniwrapper.win32.com.impl.IUnknownImpl.addRef()Lcom/jniwrapper/ULongInt;+12
j com.jniwrapper.win32.com.server.IUnknownServer.doQueryInterface(Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)Z+46
j com.jniwrapper.win32.com.server.IUnknownServer.queryInterface(Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+3
j com.jniwrapper.win32.com.server.IUnknownServer.create(Lcom/jniwrapper/win32/com/IUnknown;Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+70
j com.jniwrapper.win32.com.server.IClassFactoryServer.createInstance(Lcom/jniwrapper/win32/com/IUnknown;Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+48
j com.jniwrapper.win32.com.server.IClassFactoryServer.createInstance(Lcom/jniwrapper/win32/com/IUnknown;Ljava/lang/String;Lcom/jniwrapper/win32/com/IUnknown;)V+11
j com.jniwrapper.win32.ie.o.a(Lcom/jniwrapper/win32/ole/IOleClientSite;)Lcom/jniwrapper/win32/ie/y;+7
j com.jniwrapper.win32.ie.al.m()V+29
j com.jniwrapper.win32.ie.al.e(Lcom/jniwrapper/win32/ie/al;)V+1
j com.jniwrapper.win32.ie.p.run()V+26
j com.jniwrapper.win32.b.run()V+4
j com.jniwrapper.win32.d.run()V+371
v ~StubRoutines::call_stub
V [jvm.dll+0x845a9]
V [jvm.dll+0xd9317]
V [jvm.dll+0x8447a]
V [jvm.dll+0x841d7]
V [jvm.dll+0x9ed69]
V [jvm.dll+0x109fe3]
V [jvm.dll+0x109fb1]
C [MSVCRT.dll+0x2a348]
C [kernel32.dll+0x1344a]Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j com.jniwrapper.Function.invokeVirtualFunc(IIB[BII[II)I+0
j com.jniwrapper.FunctionCall.a(ZIIIIBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)J+253
j com.jniwrapper.FunctionCall.callVirtual(IIBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)J+11
j com.jniwrapper.win32.com.impl.IUnknownImpl.invokeVirtualMethod(IBLcom/jniwrapper/Parameter;[Lcom/jniwrapper/Parameter;)V+53
j com.jniwrapper.win32.com.impl.IUnknownImpl.invokeVirtualMethod(IBLcom/jniwrapper/Parameter;)V+8
j com.jniwrapper.win32.com.impl.IUnknownImpl.addRef()Lcom/jniwrapper/ULongInt;+12
j com.jniwrapper.win32.com.server.IUnknownServer.doQueryInterface(Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)Z+46
j com.jniwrapper.win32.com.server.IUnknownServer.queryInterface(Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+3
j com.jniwrapper.win32.com.server.IUnknownServer.create(Lcom/jniwrapper/win32/com/IUnknown;Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+70
j com.jniwrapper.win32.com.server.IClassFactoryServer.createInstance(Lcom/jniwrapper/win32/com/IUnknown;Lcom/jniwrapper/win32/com/types/IID;Lcom/jniwrapper/win32/com/IUnknown;)V+48
j com.jniwrapper.win32.com.server.IClassFactoryServer.createInstance(Lcom/jniwrapper/win32/com/IUnknown;Ljava/lang/String;Lcom/jniwrapper/win32/com/IUnknown;)V+11
j com.jniwrapper.win32.ie.o.a(Lcom/jniwrapper/win32/ole/IOleClientSite;)Lcom/jniwrapper/win32/ie/y;+7
j com.jniwrapper.win32.ie.al.m()V+29
j com.jniwrapper.win32.ie.al.e(Lcom/jniwrapper/win32/ie/al;)V+1
j com.jniwrapper.win32.ie.p.run()V+26
j com.jniwrapper.win32.b.run()V+4
j com.jniwrapper.win32.d.run()V+371
v ~StubRoutines::call_stub————— P R O C E S S —————
Java Threads: ( => current thread )
=>0x04a0d060 JavaThread “BrowserEventLoop.1” daemon [_thread_in_native, id=3672]
0x049ed9a8 JavaThread “AWT-EventQueue-0” [_thread_blocked, id=2376]
0x03186d58 JavaThread “Java2D Disposer” daemon [_thread_blocked, id=3812]
0x04875e58 JavaThread “AWT-Windows” daemon [_thread_in_native, id=2368]
0x02e06b20 JavaThread “AWT-Shutdown” [_thread_blocked, id=4012]
0x03064830 JavaThread “com.ibm.sse.editor.StructuredTextReconciler” daemon [_thread_in_Java, id=2096]
0x02dd2c40 JavaThread “com.jniwrapper.NativeResourceCollector” daemon [_thread_blocked, id=1964]
0x00a647f0 JavaThread “Worker-5” [_thread_blocked, id=2152]
0x031a0e70 JavaThread “Worker-3” [_thread_blocked, id=3492]
0x0316f920 JavaThread “Worker-1” [_thread_blocked, id=988]
0x030c2d10 JavaThread “Java indexing” daemon [_thread_blocked, id=3468]
0x02e7e390 JavaThread “Start Level Event Dispatcher” daemon [_thread_blocked, id=3044]
0x02ef8008 JavaThread “Framework Event Dispatcher” daemon [_thread_blocked, id=3488]
0x02c57618 JavaThread “State Data Manager” daemon [_thread_blocked, id=3476]
0x00a0e610 JavaThread “Low Memory Detector” daemon [_thread_blocked, id=3780]
0x00a0d310 JavaThread “CompilerThread0” daemon [_thread_blocked, id=2568]
0x00a0c4c8 JavaThread “Signal Dispatcher” daemon [_thread_blocked, id=3048]
0x00a06d70 JavaThread “Finalizer” daemon [_thread_blocked, id=560]
0x00a06108 JavaThread “Reference Handler” daemon [_thread_blocked, id=3980]
0x003560a0 JavaThread “main” [_thread_blocked, id=516]Other Threads:
0x00a05798 VMThread [id=2112]
0x00a0f958 WatcherThread [id=3860]VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
def new generation total 2176K, used 1980K [0x22a70000, 0x22cc0000, 0x22f50000)
eden space 1984K, 90% used [0x22a70000, 0x22c2f070, 0x22c60000)
from space 192K, 100% used [0x22c60000, 0x22c90000, 0x22c90000)
to space 192K, 0% used [0x22c90000, 0x22c90000, 0x22cc0000)
tenured generation total 27624K, used 20197K [0x22f50000, 0x24a4a000, 0x26a70000)
the space 27624K, 73% used [0x22f50000, 0x243095a8, 0x24309600, 0x24a4a000)
compacting perm gen total 41984K, used 41889K [0x26a70000, 0x29370000, 0x2aa70000)
the space 41984K, 99% used [0x26a70000, 0x293586b0, 0x29358800, 0x29370000)
ro space 8192K, 63% used [0x2aa70000, 0x2af7b178, 0x2af7b200, 0x2b270000)
rw space 12288K, 46% used [0x2b270000, 0x2b809fa8, 0x2b80a000, 0x2be70000)Dynamic libraries:
0x00400000 – 0x0040c000 C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
0x77cc0000 – 0x77d75000 C:\WINDOWS\system32\ntdll.dll
0x77e60000 – 0x77f50000 C:\WINDOWS\system32\kernel32.dll
0x77f50000 – 0x77feb000 C:\WINDOWS\system32\ADVAPI32.dll
0x77340000 – 0x773d1000 C:\WINDOWS\system32\RPCRT4.dll
0x77d80000 – 0x77e11000 C:\WINDOWS\system32\USER32.dll
0x773e0000 – 0x77425000 C:\WINDOWS\system32\GDI32.dll
0x77c10000 – 0x77c68000 C:\WINDOWS\system32\MSVCRT.dll
0x6d670000 – 0x6d804000 C:\Program Files\Java\jre1.5.0_06\bin\client\jvm.dll
0x76b40000 – 0x76b6d000 C:\WINDOWS\system32\WINMM.dll
0x6d280000 – 0x6d288000 C:\Program Files\Java\jre1.5.0_06\bin\hpi.dll
0x76bf0000 – 0x76bfb000 C:\WINDOWS\system32\PSAPI.DLL
0x6d640000 – 0x6d64c000 C:\Program Files\Java\jre1.5.0_06\bin\verify.dll
0x6d300000 – 0x6d31d000 C:\Program Files\Java\jre1.5.0_06\bin\java.dll
0x6d660000 – 0x6d66f000 C:\Program Files\Java\jre1.5.0_06\bin\zip.dll
0x6d4c0000 – 0x6d4d3000 C:\Program Files\Java\jre1.5.0_06\bin\net.dll
0x71ab0000 – 0x71ac7000 C:\WINDOWS\system32\WS2_32.dll
0x71aa0000 – 0x71aa8000 C:\WINDOWS\system32\WS2HELP.dll
0x6d4e0000 – 0x6d4e9000 C:\Program Files\Java\jre1.5.0_06\bin\nio.dll
0x10000000 – 0x10050000 C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundles\262\1\.cp\swt-win32-3206.dll
0x774d0000 – 0x7760d000 C:\WINDOWS\system32\ole32.dll
0x77430000 – 0x774ca000 C:\WINDOWS\system32\COMCTL32.dll
0x763b0000 – 0x763f9000 C:\WINDOWS\system32\comdlg32.dll
0x772d0000 – 0x7731e000 C:\WINDOWS\system32\SHLWAPI.dll
0x7c800000 – 0x7d010000 C:\WINDOWS\system32\SHELL32.dll
0x77120000 – 0x771ac000 C:\WINDOWS\system32\OLEAUT32.dll
0x76390000 – 0x763ad000 C:\WINDOWS\system32\IMM32.dll
0x74770000 – 0x747db000 C:\WINDOWS\system32\USP10.dll
0x4d6c0000 – 0x4d7ac000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2096_x-ww_a7d210bd\comctl32.dll
0x5ad70000 – 0x5ada7000 C:\WINDOWS\system32\uxtheme.dll
0x74720000 – 0x7476b000 C:\WINDOWS\system32\MSCTF.dll
0x03580000 – 0x03588000 C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundles\214\1\.cp\os\win32\x86\core_3_1_0.dll
0x74c80000 – 0x74cac000 C:\WINDOWS\system32\oleacc.dll
0x76080000 – 0x760e6000 C:\WINDOWS\system32\MSVCP60.dll
0x03830000 – 0x03abf000 C:\WINDOWS\system32\xpsp2res.dll
0x77610000 – 0x776bf000 C:\WINDOWS\system32\CLBCATQ.DLL
0x77050000 – 0x77115000 C:\WINDOWS\system32\COMRes.dll
0x77c00000 – 0x77c08000 C:\WINDOWS\system32\VERSION.dll
0x75a70000 – 0x75b01000 C:\WINDOWS\System32\mlang.dll
0x76380000 – 0x76385000 C:\WINDOWS\system32\msimg32.dll
0x03760000 – 0x0376b000 C:\Program Files\MyEclipse\eclipse\plugins\com.genuitec.eclipse.webdesigner_4.0.0\jniwrap.dll
0x6d000000 – 0x6d167000 C:\Program Files\Java\jre1.5.0_06\bin\awt.dll
0x73000000 – 0x73026000 C:\WINDOWS\system32\WINSPOOL.DRV
0x73760000 – 0x737a9000 C:\WINDOWS\system32\ddraw.dll
0x73bc0000 – 0x73bc6000 C:\WINDOWS\system32\DCIMAN32.dll
0x73940000 – 0x73a10000 C:\WINDOWS\system32\D3DIM700.DLL
0x6d240000 – 0x6d27d000 C:\Program Files\Java\jre1.5.0_06\bin\fontmanager.dll
0x77830000 – 0x77998000 C:\WINDOWS\System32\shdocvw.dll
0x77b00000 – 0x77b95000 C:\WINDOWS\system32\CRYPT32.dll
0x77ba0000 – 0x77bb1000 C:\WINDOWS\system32\MSASN1.dll
0x754d0000 – 0x7554f000 C:\WINDOWS\system32\CRYPTUI.dll
0x76c30000 – 0x76c5e000 C:\WINDOWS\system32\WINTRUST.dll
0x76c90000 – 0x76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
0x5fe20000 – 0x5fe73000 C:\WINDOWS\system32\NETAPI32.dll
0x771b0000 – 0x77252000 C:\WINDOWS\system32\WININET.dll
0x76f60000 – 0x76f8d000 C:\WINDOWS\system32\WLDAP32.dllVM Arguments:
java_command: C:\Program Files\eclipse\startup.jar
Launcher Type: SUN_STANDARDEnvironment Variables:
JAVA_HOME=C:\Program Files\Java\jdk1.5.0_06
CLASSPATH=.;C:\Program Files\Java\jdk1.5.0_06\JRE\LIB\RT.JAR;C:\Program Files\Java\jdk1.5.0_06\LIB\*.JAR;C:\Program Files\jakarta-tomcat-5.5.7\SERVER\LIB\*.JAR
PATH=C:\Oracle\Ora81\bin;C:\Program Files\Oracle\jre\1.1.7\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\PROGRA~1\ULTRAE~1;C:\Program Files\Java\jdk1.5.0_06\BIN;C:\Program Files\jakarta-tomcat-5.5.7\BIN;C:\Program Files\Microsoft SQL Server\80\Tools\BINN
USERNAME=milan
OS=Windows_NT
PROCESSOR_IDENTIFIER=x86 Family 15 Model 4 Stepping 1, GenuineIntel————— S Y S T E M —————
OS: Windows XP Build 2600 Service Pack 2, v.2096
CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
Memory: 4k page, physical 514792k(167136k free), swap 1257480k(806180k free)
vm_info: Java HotSpot(TM) Client VM (1.5.0_06-b05) for windows-x86, built on Nov 10 2005 11:12:14 by “java_re” with MS VC++ 6.0
—————————————————————————————————————————
waiting for ur reply…
Thanks,
have a nice time…
milan.November 29, 2006 at 8:38 pm #262819
Scott AndersonParticipantMilan,
Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
I think I know what’s going on. Earlier versions of JDK 1.5 (like _06) had bugs in them that we’ve seen causing issues like this.
Could you try downloading and installing our “all-in-one” installer for Windows and trying that? I think it will be the
fastest way to get you to a working installation and will give us a baseline to work from if you experience other issues.
Once you’ve installed into a *new* location using the “all-in-one” installer, you can simply open your existing workspace
to get back to work. -
AuthorPosts