LiveConnect crashes browser????  External exception thrown.

Hey,
Im using an applet that sometimes calls liveconnect, specifically when the applet JFrame is closed, it has the browser navigate to another page.
This part works great. Then maybe 5 minutes later, and sporadically, IE will crash and put a file on my desktop (winXP).
Please let me know if you have any ideas, here's some code and the error file from the desktop:
try {           
//gets the applet reference
JSObject win = JSObject.getWindow(
(Applet)MainMenu.getCurrentMenu().getParent());
//calls a javascript function, this part works great
Object answer = win.eval("appletGlue('" + theFunction
+ "', " + questionID + ",'" + param3 + "');");
//even checks the javascript return value...
if (answer.toString().equals(ResourceFactory.JAVASCRIPT_SUCCESS)) {
//done, this works fine too
return;
//response = "Success";
} else {
response = "ERROR: could not " + errorMessage + " , "
+ answer.toString();
} catch (Exception e) {
response = "ERROR: could not properly access the \n" +
"browser to " + errorMessage + " , exception thrown";
e.printStackTrace();
JSObject is the liveconnect class
com.ar.testbank are my classes
=======================================================================
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : unknown exception code occurred at PC=0x77E6D756
Function=RaiseException+0x50
Library=F:\WINDOWS\system32\kernel32.dll
Current Java thread:
     at sun.plugin.javascript.ocx.JSObject.nativeInvoke(Native Method)
     at sun.plugin.javascript.ocx.JSObject.invoke(JSObject.java:93)
     - locked <10F00B48> (a sun.plugin.javascript.ocx.JSObject)
     at sun.plugin.javascript.ocx.JSObject.getMember(JSObject.java:201)
     at sun.plugin.javascript.ocx.JSObject.eval(JSObject.java:183)
     at com.ar.testbank.ui.resources.RemoteResourceFactory.doJavascriptCall(Unknown Source)
     at com.ar.testbank.ui.resources.RemoteResourceFactory.doMainMenu(Unknown Source)
     at com.ar.testbank.ui.gui.StatusBottomPanel$5.actionPerformed(Unknown Source)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1820)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:258)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:227)
     at java.awt.Component.processMouseEvent(Component.java:5021)
     at java.awt.Component.processEvent(Component.java:4818)
     at java.awt.Container.processEvent(Container.java:1525)
     at java.awt.Component.dispatchEventImpl(Component.java:3526)
     at java.awt.Container.dispatchEventImpl(Container.java:1582)
     at java.awt.Component.dispatchEvent(Component.java:3367)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3359)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3074)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3004)
     at java.awt.Container.dispatchEventImpl(Container.java:1568)
     at java.awt.Window.dispatchEventImpl(Window.java:1581)
     at java.awt.Component.dispatchEvent(Component.java:3367)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:191)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
Dynamic libraries:
0x00400000 - 0x00419000      F:\Program Files\Internet Explorer\IEXPLORE.EXE
0x77F50000 - 0x77FF9000      F:\WINDOWS\System32\ntdll.dll
0x77E60000 - 0x77F45000      F:\WINDOWS\system32\kernel32.dll
0x77C10000 - 0x77C63000      F:\WINDOWS\system32\msvcrt.dll
0x77D40000 - 0x77DCD000      F:\WINDOWS\system32\USER32.dll
0x77C70000 - 0x77CB0000      F:\WINDOWS\system32\GDI32.dll
0x77DD0000 - 0x77E5B000      F:\WINDOWS\system32\ADVAPI32.dll
0x77CC0000 - 0x77D35000      F:\WINDOWS\system32\RPCRT4.dll
0x772D0000 - 0x77333000      F:\WINDOWS\system32\SHLWAPI.dll
0x769C0000 - 0x76B09000      F:\WINDOWS\System32\SHDOCVW.dll
0x71950000 - 0x71A34000      F:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
0x773D0000 - 0x77BC4000      F:\WINDOWS\system32\SHELL32.dll
0x77340000 - 0x773CB000      F:\WINDOWS\system32\comctl32.dll
0x771B0000 - 0x772CA000      F:\WINDOWS\system32\ole32.dll
0x5AD70000 - 0x5ADA4000      F:\WINDOWS\system32\uxtheme.dll
0x74720000 - 0x7476B000      F:\WINDOWS\System32\MSCTF.dll
0x75F80000 - 0x7607C000      F:\WINDOWS\System32\BROWSEUI.dll
0x72430000 - 0x72442000      F:\WINDOWS\System32\browselc.dll
0x75F40000 - 0x75F5D000      F:\WINDOWS\system32\appHelp.dll
0x76FD0000 - 0x77048000      F:\WINDOWS\System32\CLBCATQ.DLL
0x77120000 - 0x771AB000      F:\WINDOWS\system32\OLEAUT32.dll
0x77050000 - 0x77115000      F:\WINDOWS\System32\COMRes.dll
0x77C00000 - 0x77C07000      F:\WINDOWS\system32\VERSION.dll
0x76200000 - 0x76297000      F:\WINDOWS\system32\WININET.dll
0x762C0000 - 0x7634A000      F:\WINDOWS\system32\CRYPT32.dll
0x762A0000 - 0x762AF000      F:\WINDOWS\system32\MSASN1.dll
0x76F90000 - 0x76FA0000      F:\WINDOWS\System32\Secur32.dll
0x76620000 - 0x7666E000      F:\WINDOWS\System32\cscui.dll
0x76600000 - 0x7661B000      F:\WINDOWS\System32\CSCDLL.dll
0x76670000 - 0x76754000      F:\WINDOWS\System32\SETUPAPI.dll
0x760F0000 - 0x76168000      F:\WINDOWS\system32\urlmon.dll
0x76170000 - 0x761F8000      F:\WINDOWS\System32\shdoclc.dll
0x74770000 - 0x747FF000      F:\WINDOWS\System32\mlang.dll
0x71AD0000 - 0x71AD8000      F:\WINDOWS\System32\wsock32.dll
0x71AB0000 - 0x71AC5000      F:\WINDOWS\System32\WS2_32.dll
0x71AA0000 - 0x71AA8000      F:\WINDOWS\System32\WS2HELP.dll
0x71A50000 - 0x71A8B000      F:\WINDOWS\system32\mswsock.dll
0x71A90000 - 0x71A98000      F:\WINDOWS\System32\wshtcpip.dll
0x76EE0000 - 0x76F17000      F:\WINDOWS\System32\RASAPI32.DLL
0x76E90000 - 0x76EA1000      F:\WINDOWS\System32\rasman.dll
0x71C20000 - 0x71C6F000      F:\WINDOWS\System32\NETAPI32.dll
0x76EB0000 - 0x76EDA000      F:\WINDOWS\System32\TAPI32.dll
0x76E80000 - 0x76E8D000      F:\WINDOWS\System32\rtutils.dll
0x76B40000 - 0x76B6C000      F:\WINDOWS\System32\WINMM.dll
0x5CD70000 - 0x5CD77000      F:\WINDOWS\System32\serwvdrv.dll
0x5B0A0000 - 0x5B0A7000      F:\WINDOWS\System32\umdmxfrm.dll
0x722B0000 - 0x722B5000      F:\WINDOWS\System32\sensapi.dll
0x75A70000 - 0x75B13000      F:\WINDOWS\system32\USERENV.dll
0x75E90000 - 0x75F31000      F:\WINDOWS\System32\SXS.DLL
0x76F20000 - 0x76F45000      F:\WINDOWS\System32\DNSAPI.dll
0x76FB0000 - 0x76FB7000      F:\WINDOWS\System32\winrnr.dll
0x76F60000 - 0x76F8C000      F:\WINDOWS\system32\WLDAP32.dll
0x605D0000 - 0x605DF000      F:\WINDOWS\System32\mslbui.dll
0x76FC0000 - 0x76FC5000      F:\WINDOWS\System32\rasadhlp.dll
0x76D60000 - 0x76D75000      F:\WINDOWS\System32\iphlpapi.dll
0x76DE0000 - 0x76E06000      F:\WINDOWS\System32\netman.dll
0x76D40000 - 0x76D56000      F:\WINDOWS\System32\MPRAPI.dll
0x76E40000 - 0x76E6F000      F:\WINDOWS\System32\ACTIVEDS.dll
0x76E10000 - 0x76E34000      F:\WINDOWS\System32\adsldpc.dll
0x76B20000 - 0x76B35000      F:\WINDOWS\System32\ATL.DLL
0x71BF0000 - 0x71C01000      F:\WINDOWS\System32\SAMLIB.dll
0x76DA0000 - 0x76DD0000      F:\WINDOWS\System32\WZCSvc.DLL
0x76D30000 - 0x76D34000      F:\WINDOWS\System32\WMI.dll
0x76D80000 - 0x76D9A000      F:\WINDOWS\System32\DHCPCSVC.DLL
0x76F50000 - 0x76F58000      F:\WINDOWS\System32\WTSAPI32.dll
0x76360000 - 0x7636F000      F:\WINDOWS\System32\WINSTA.dll
0x74810000 - 0x74ABD000      F:\WINDOWS\System32\mshtml.dll
0x513E0000 - 0x5140D000      F:\Program Files\Common Files\Microsoft Shared\VS7Debug\pdm.dll
0x51300000 - 0x51328000      F:\Program Files\Common Files\Microsoft Shared\VS7Debug\msdbg2.dll
0x746F0000 - 0x74719000      F:\WINDOWS\System32\msimtf.dll
0x5C2C0000 - 0x5C303000      F:\WINDOWS\ime\sptip.dll
0x76400000 - 0x765FB000      F:\WINDOWS\System32\msi.dll
0x10000000 - 0x1005B000      F:\Program Files\Common Files\Microsoft Shared\Ink\SKCHUI.DLL
0x32520000 - 0x32532000      F:\Program Files\Microsoft Office\Office10\msohev.dll
0x75C50000 - 0x75CE1000      F:\WINDOWS\System32\jscript.dll
0x746C0000 - 0x746E7000      F:\WINDOWS\System32\MSLS31.DLL
0x74CB0000 - 0x74D1F000      F:\WINDOWS\System32\mshtmled.dll
0x72D20000 - 0x72D29000      F:\WINDOWS\System32\wdmaud.drv
0x72D10000 - 0x72D18000      F:\WINDOWS\System32\msacm32.drv
0x77BE0000 - 0x77BF4000      F:\WINDOWS\System32\MSACM32.dll
0x77BD0000 - 0x77BD7000      F:\WINDOWS\System32\midimap.dll
0x73300000 - 0x73375000      F:\WINDOWS\System32\vbscript.dll
0x58510000 - 0x58575000      F:\WINDOWS\System32\macromed\flash\swflash.ocx
0x763B0000 - 0x763F5000      F:\WINDOWS\system32\comdlg32.dll
0x6D430000 - 0x6D439000      F:\WINDOWS\System32\ddrawex.dll
0x73760000 - 0x737A5000      F:\WINDOWS\System32\DDRAW.dll
0x73BC0000 - 0x73BC6000      F:\WINDOWS\System32\DCIMAN32.dll
0x71D40000 - 0x71D5B000      F:\WINDOWS\System32\actxprxy.dll
0x6CC60000 - 0x6CC6B000      F:\WINDOWS\System32\dispex.dll
0x72B20000 - 0x72B38000      F:\WINDOWS\System32\plugin.ocx
0x72E00000 - 0x72F14000      F:\WINDOWS\System32\msxml3.dll
0x5FE20000 - 0x5FE9E000      F:\WINDOWS\System32\mstime.dll
0x66880000 - 0x6688A000      F:\WINDOWS\System32\imgutil.dll
0x66E50000 - 0x66E8B000      F:\WINDOWS\System32\iepeers.dll
0x73000000 - 0x73023000      F:\WINDOWS\System32\WINSPOOL.DRV
0x05B50000 - 0x05B65000      F:\Program Files\Java\j2re1.4.0_01\bin\npjpi140_01.dll
0x05B70000 - 0x05B8C000      F:\Program Files\Java\j2re1.4.0_01\bin\beans.ocx
0x05B90000 - 0x05BA5000      F:\Program Files\Java\j2re1.4.0_01\bin\jpishare.dll
0x07B00000 - 0x07C15000      F:\PROGRA~1\Java\J2RE14~1.0_0\bin\client\jvm.dll
0x6D1D0000 - 0x6D1D7000      F:\PROGRA~1\Java\J2RE14~1.0_0\bin\hpi.dll
0x6D300000 - 0x6D30D000      F:\PROGRA~1\Java\J2RE14~1.0_0\bin\verify.dll
0x6D210000 - 0x6D228000      F:\PROGRA~1\Java\J2RE14~1.0_0\bin\java.dll
0x6D320000 - 0x6D32D000      F:\PROGRA~1\Java\J2RE14~1.0_0\bin\zip.dll
0x6D000000 - 0x6D0F6000      F:\Program Files\Java\j2re1.4.0_01\bin\awt.dll
0x76390000 - 0x763AA000      F:\WINDOWS\System32\IMM32.dll
0x6D180000 - 0x6D1D0000      F:\Program Files\Java\j2re1.4.0_01\bin\fontmanager.dll
0x6D2D0000 - 0x6D2DD000      F:\Program Files\Java\j2re1.4.0_01\bin\net.dll
0x6D130000 - 0x6D152000      F:\Program Files\Java\j2re1.4.0_01\bin\dcpr.dll
0x05BB0000 - 0x05BBA000      F:\Program Files\Java\j2re1.4.0_01\bin\packager.dll
0x5FF50000 - 0x5FF61000      F:\WINDOWS\System32\msratelc.dll
0x0EE30000 - 0x0EE63000      F:\WINDOWS\System32\spool\DRIVERS\W32X86\3\UNIDRVUI.DLL
0x07450000 - 0x0747B000      F:\WINDOWS\System32\spool\DRIVERS\W32X86\3\UNIDRV.DLL
0x71B20000 - 0x71B31000      F:\WINDOWS\system32\MPR.dll
0x75F60000 - 0x75F66000      F:\WINDOWS\System32\drprov.dll
0x71C10000 - 0x71C1D000      F:\WINDOWS\System32\ntlanman.dll
0x71CD0000 - 0x71CE6000      F:\WINDOWS\System32\NETUI0.dll
0x71C90000 - 0x71CCC000      F:\WINDOWS\System32\NETUI1.dll
0x71C80000 - 0x71C86000      F:\WINDOWS\System32\NETRAP.dll
0x75F70000 - 0x75F79000      F:\WINDOWS\System32\davclnt.dll
0x75970000 - 0x75A61000      F:\WINDOWS\System32\MSGINA.dll
0x1F7B0000 - 0x1F7E1000      F:\WINDOWS\System32\ODBC32.dll
0x1F850000 - 0x1F866000      F:\WINDOWS\System32\odbcint.dll
0x76C30000 - 0x76C5B000      F:\WINDOWS\System32\wintrust.dll
0x76C90000 - 0x76CB2000      F:\WINDOWS\system32\IMAGEHLP.dll
0x767F0000 - 0x76814000      F:\WINDOWS\System32\schannel.dll
0x0FFD0000 - 0x0FFF2000      F:\WINDOWS\System32\rsaenh.dll
0x0FFA0000 - 0x0FFC1000      F:\WINDOWS\System32\dssenh.dll
0x73D50000 - 0x73D60000      F:\WINDOWS\System32\cryptnet.dll
0x75150000 - 0x75163000      F:\WINDOWS\System32\Cabinet.dll
0x76C00000 - 0x76C2D000      F:\WINDOWS\System32\credui.dll
0x5E0C0000 - 0x5E0CC000      F:\WINDOWS\System32\pstorec.dll
0x76990000 - 0x769B4000      F:\WINDOWS\System32\ntshrui.dll
0x61580000 - 0x615B0000      F:\WINDOWS\System32\rmoc3260.dll
0x78000000 - 0x78048000      F:\WINDOWS\System32\PNCRT.dll
0x5FF20000 - 0x5FF43000      F:\WINDOWS\System32\MSRATING.DLL
0x60850000 - 0x6088D000      F:\WINDOWS\System32\msieftp.dll
0x6BDD0000 - 0x6BE03000      F:\WINDOWS\System32\dxtrans.dll
0x732E0000 - 0x732E5000      F:\WINDOWS\System32\RICHED32.DLL
0x74E30000 - 0x74E9B000      F:\WINDOWS\System32\RICHED20.dll
0x6D510000 - 0x6D58C000      F:\WINDOWS\system32\DBGHELP.dll
0x76BF0000 - 0x76BFB000      F:\WINDOWS\System32\PSAPI.DLL
Local Time = Tue Jul 30 03:00:10 2002
Elapsed Time = 16075
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) Client VM (1.4.0_01-b03 mixed mode)

im getting similar:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : unknown exception code occurred at PC=0x77E6D756
Function=RaiseException+0x50
Library=C:\WINDOWS\system32\kernel32.dll
Current Java thread:
     at sun.plugin.javascript.ocx.JSObject.nativeInvoke(Native Method)
     at sun.plugin.javascript.ocx.JSObject.invoke(Unknown Source)
     - locked <072CC118> (a sun.plugin.javascript.ocx.JSObject)
     at sun.plugin.javascript.ocx.JSObject.getMember(Unknown Source)
     at sun.plugin.javascript.ocx.JSObject.eval(Unknown Source)
     at ServerConnectionTimer.jsCall(ServerConnectionTimer.java:61)
     at ServerConnectionTimer.run(ServerConnectionTimer.java:46)
     at java.lang.Thread.run(Unknown Source)
Dynamic libraries:
0x00400000 - 0x00419000      C:\Program Files\Internet Explorer\IEXPLORE.EXE
0x77F50000 - 0x77FF9000      C:\WINDOWS\System32\ntdll.dll
0x77E60000 - 0x77F45000      C:\WINDOWS\system32\kernel32.dll
0x77C10000 - 0x77C63000      C:\WINDOWS\system32\msvcrt.dll
0x77D40000 - 0x77DCD000      C:\WINDOWS\system32\USER32.dll
0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
0x77DD0000 - 0x77E5B000      C:\WINDOWS\system32\ADVAPI32.dll
0x77CC0000 - 0x77D35000      C:\WINDOWS\system32\RPCRT4.dll
0x772D0000 - 0x77333000      C:\WINDOWS\system32\SHLWAPI.dll
0x71700000 - 0x71848000      C:\WINDOWS\System32\SHDOCVW.dll
0x629C0000 - 0x629C8000      C:\WINDOWS\System32\LPK.DLL
0x72FA0000 - 0x72FFA000      C:\WINDOWS\System32\USP10.dll
0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.0.0_x-ww_1382d70a\comctl32.dll
0x773D0000 - 0x77BC4000      C:\WINDOWS\system32\SHELL32.dll
0x77340000 - 0x773CB000      C:\WINDOWS\system32\comctl32.dll
0x771B0000 - 0x772CA000      C:\WINDOWS\system32\ole32.dll
0x5AD70000 - 0x5ADA4000      C:\WINDOWS\system32\uxtheme.dll
0x10000000 - 0x10006000      C:\DOCUME~1\MONTED~1\LOCALS~1\Temp\IadHide3.dll
0x75F80000 - 0x7607C000      C:\WINDOWS\System32\BROWSEUI.dll
0x72430000 - 0x72442000      C:\WINDOWS\System32\browselc.dll
0x75F40000 - 0x75F5D000      C:\WINDOWS\system32\appHelp.dll
0x76FD0000 - 0x77048000      C:\WINDOWS\System32\CLBCATQ.DLL
0x77120000 - 0x771AB000      C:\WINDOWS\system32\OLEAUT32.dll
0x77050000 - 0x77115000      C:\WINDOWS\System32\COMRes.dll
0x77C00000 - 0x77C07000      C:\WINDOWS\system32\VERSION.dll
0x63000000 - 0x63094000      C:\WINDOWS\system32\WININET.dll
0x762C0000 - 0x7634A000      C:\WINDOWS\system32\CRYPT32.dll
0x762A0000 - 0x762AF000      C:\WINDOWS\system32\MSASN1.dll
0x76F90000 - 0x76FA0000      C:\WINDOWS\System32\Secur32.dll
0x76620000 - 0x7666E000      C:\WINDOWS\System32\cscui.dll
0x76600000 - 0x7661B000      C:\WINDOWS\System32\CSCDLL.dll
0x76670000 - 0x76754000      C:\WINDOWS\System32\SETUPAPI.dll
0x1A400000 - 0x1A479000      C:\WINDOWS\system32\urlmon.dll
0x00E50000 - 0x00ED8000      C:\WINDOWS\System32\shdoclc.dll
0x74770000 - 0x747FF000      C:\WINDOWS\System32\mlang.dll
0x71AD0000 - 0x71AD8000      C:\WINDOWS\System32\wsock32.dll
0x71AB0000 - 0x71AC5000      C:\WINDOWS\System32\WS2_32.dll
0x71AA0000 - 0x71AA8000      C:\WINDOWS\System32\WS2HELP.dll
0x71A50000 - 0x71A8B000      C:\WINDOWS\system32\mswsock.dll
0x71A90000 - 0x71A98000      C:\WINDOWS\System32\wshtcpip.dll
0x00DE0000 - 0x00E19000      C:\WINDOWS\System32\RASAPI32.DLL
0x76E90000 - 0x76EA1000      C:\WINDOWS\System32\rasman.dll
0x71C20000 - 0x71C6F000      C:\WINDOWS\System32\NETAPI32.dll
0x76EB0000 - 0x76EDA000      C:\WINDOWS\System32\TAPI32.dll
0x76E80000 - 0x76E8D000      C:\WINDOWS\System32\rtutils.dll
0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
0x76400000 - 0x765FB000      C:\WINDOWS\System32\msi.dll
0x75A70000 - 0x75B13000      C:\WINDOWS\system32\USERENV.dll
0x75E90000 - 0x75F31000      C:\WINDOWS\System32\SXS.DLL
0x0FFD0000 - 0x0FFF2000      C:\WINDOWS\System32\rsaenh.dll
0x76F20000 - 0x76F45000      C:\WINDOWS\System32\DNSAPI.dll
0x76FB0000 - 0x76FB7000      C:\WINDOWS\System32\winrnr.dll
0x76F60000 - 0x76F8C000      C:\WINDOWS\system32\WLDAP32.dll
0x722B0000 - 0x722B5000      C:\WINDOWS\System32\sensapi.dll
0x76FC0000 - 0x76FC5000      C:\WINDOWS\System32\rasadhlp.dll
0x63580000 - 0x63825000      C:\WINDOWS\System32\mshtml.dll
0x746F0000 - 0x74719000      C:\WINDOWS\System32\msimtf.dll
0x60000000 - 0x6004C000      C:\WINDOWS\System32\MSCTF.dll
0x76390000 - 0x763AA000      C:\WINDOWS\System32\IMM32.DLL
0x75C50000 - 0x75CE1000      C:\WINDOWS\System32\jscript.dll
0x66E50000 - 0x66E8B000      C:\WINDOWS\System32\iepeers.dll
0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
0x746C0000 - 0x746E7000      C:\WINDOWS\System32\MSLS31.DLL
0x74CB0000 - 0x74D1F000      C:\WINDOWS\System32\mshtmled.dll
0x72D20000 - 0x72D29000      C:\WINDOWS\System32\wdmaud.drv
0x72D10000 - 0x72D18000      C:\WINDOWS\System32\msacm32.drv
0x77BE0000 - 0x77BF4000      C:\WINDOWS\System32\MSACM32.dll
0x77BD0000 - 0x77BD7000      C:\WINDOWS\System32\midimap.dll
0x71D40000 - 0x71D5B000      C:\WINDOWS\System32\ACTXPRXY.DLL
0x66880000 - 0x6688A000      C:\WINDOWS\System32\imgutil.dll
0x6B600000 - 0x6B671000      C:\WINDOWS\System32\vbscript.dll
0x58510000 - 0x58575000      C:\WINDOWS\System32\macromed\flash\swflash.ocx
0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
0x6D430000 - 0x6D439000      C:\WINDOWS\System32\ddrawex.dll
0x73760000 - 0x737A5000      C:\WINDOWS\System32\DDRAW.dll
0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
0x01E90000 - 0x01EA5000      C:\Program Files\Java\j2re1.4.0\bin\npjpi140.dll
0x033E0000 - 0x033FC000      C:\Program Files\Java\j2re1.4.0\bin\beans.ocx
0x036D0000 - 0x036E5000      C:\Program Files\Java\j2re1.4.0\bin\jpishare.dll
0x03CD0000 - 0x03DE2000      C:\PROGRA~1\Java\J2RE14~1.0\bin\client\jvm.dll
0x6D1D0000 - 0x6D1D7000      C:\PROGRA~1\Java\J2RE14~1.0\bin\hpi.dll
0x6D300000 - 0x6D30D000      C:\PROGRA~1\Java\J2RE14~1.0\bin\verify.dll
0x6D210000 - 0x6D228000      C:\PROGRA~1\Java\J2RE14~1.0\bin\java.dll
0x6D320000 - 0x6D32D000      C:\PROGRA~1\Java\J2RE14~1.0\bin\zip.dll
0x6D000000 - 0x6D0F6000      C:\Program Files\Java\j2re1.4.0\bin\awt.dll
0x6D180000 - 0x6D1D0000      C:\Program Files\Java\j2re1.4.0\bin\fontmanager.dll
0x69500000 - 0x6981E000      C:\WINDOWS\System32\nvoglnt.dll
0x6D2D0000 - 0x6D2DD000      C:\Program Files\Java\j2re1.4.0\bin\net.dll
0x6D130000 - 0x6D152000      C:\Program Files\Java\j2re1.4.0\bin\dcpr.dll
0x03F60000 - 0x03F6A000      C:\Program Files\Java\j2re1.4.0\bin\packager.dll
0x6D280000 - 0x6D29E000      C:\Program Files\Java\j2re1.4.0\bin\jpeg.dll
0x732E0000 - 0x732E5000      C:\WINDOWS\System32\RICHED32.DLL
0x74E30000 - 0x74E9B000      C:\WINDOWS\System32\RICHED20.dll
0x6D2A0000 - 0x6D2C1000      C:\Program Files\Java\j2re1.4.0\bin\jsound.dll
0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
0x6D510000 - 0x6D58C000      C:\WINDOWS\system32\DBGHELP.dll
0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
Local Time = Thu Aug 29 22:41:50 2002
Elapsed Time = 727
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) Client VM (1.4.0-b92 mixed mode)

Similar Messages

  • Client side handling of exceptions thrown by a webservice

    I have a webservice that is deployed in Tomcat 5.5 running on Windows XP, Java version is 1.5, using jwsdp 1.5. My client, when run as an applet in a browser (have tried IE 6 and FireFox 1), seems to be unable to parse any exception thrown from the webservice. Instead the following exception is caught by the client:
    ==========================================================
    Checking the security service exception that occurred [Runtime exception; nested exception is:
    XML parsing error: com.sun.xml.rpc.sp.ParseException:1: Document root element is missing]
    com.irista.security.services.data.SecurityServiceException: Runtime exception; nested exception is:
    XML parsing error: com.sun.xml.rpc.sp.ParseException:1: Document root element is missing
    at com.irista.security.services.webclient.SecurityServiceProxy.removeAuthenticatio nProfile(SecurityServiceProxy.java:1276)
    at com.irista.security.ui.applet.AuthenticationProfilesListPanel.deleteAction(Auth enticationProfilesListPanel.java:131)
    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 com.irista.ui.webapp.framework.WebAppletPane.performAction(WebAppletPane.java:1 80)
    at com.irista.ui.webapp.framework.WebAppletPane.performAction(WebAppletPane.java:1 51)
    at com.irista.ui.webapp.framework.WebAppToolbar$ButtonActionListener.actionPerform ed(WebAppToolbar.java:368)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    ==========================================================
    If I run the client outside of a browser it catches the exception that is actually thrown by the webservice.
    Is there possibly a problem with the java 5 plugin handling exceptions thrown by webservices?
    I have not found any bug reports or forumn posts regarding this so any assistance would be greatly appreciated.
    thanks,
    scott

    Thanks for the reply, here is what the printStackTrace() output:
    java.rmi.RemoteException: Runtime exception; nested exception is:
         XML parsing error: com.sun.xml.rpc.sp.ParseException:1: Document root element is missing
         at com.sun.xml.rpc.client.StreamingSender._handleRuntimeExceptionInSend(StreamingSender.java:318)
         at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:300)
         at com.irista.security.services.webservice.SecurityServiceIF_Stub.removeAuthenticationProfile(SecurityServiceIF_Stub.java:1963)
         at com.irista.security.services.webclient.SecurityServiceProxy.removeAuthenticationProfile(SecurityServiceProxy.java:1266)
         at com.irista.security.ui.applet.AuthenticationProfilesListPanel.deleteAction(AuthenticationProfilesListPanel.java:131)
         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 com.irista.ui.webapp.framework.WebAppletPane.performAction(WebAppletPane.java:180)
         at com.irista.ui.webapp.framework.WebAppletPane.performAction(WebAppletPane.java:151)
         at com.irista.ui.webapp.framework.WebAppToolbar$ButtonActionListener.actionPerformed(WebAppToolbar.java:368)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: XML parsing error: com.sun.xml.rpc.sp.ParseException:1: Document root element is missing
         at com.sun.xml.rpc.streaming.XMLReaderImpl.next(XMLReaderImpl.java:120)
         at com.sun.xml.rpc.streaming.XMLReaderBase.nextContent(XMLReaderBase.java:23)
         at com.sun.xml.rpc.streaming.XMLReaderBase.nextElementContent(XMLReaderBase.java:41)
         at com.sun.xml.rpc.client.StreamingSender._send(StreamingSender.java:123)
         ... 34 more

  • CORE4007: Internal error: Unexpected Java exception thrown (java.lang.NullP

    Hi,
    Currently we have a custom devoloped Java application deployed in oracle iplanet webserver 7 with JDK 1.6. I am receiving the below errors. The application is not stable. It gives a 500 internal error sometimes when browsing. When i checked the error log. Below is the message.
    CORE4007: Internal error: Unexpected Java exception thrown (java.lang.NullPointerException, no description), stack: java.lang.NullPointerException
    Could you please throw some light on this.

    You need to fix your custom developed app since it is causing the errors and instability. Tell the developers to properly verify the input data and improve their exception handling so you get better error messages that tells you what went wrong.

  • Exception thrown in native function.

    Hello,
    I've encountered a bizarre, yet repetitive problem with
    Dreamweaver 8. Whenever I close out of any file (.htm, .cfm, .dwt
    for example) that contains any JavaScript I get the following error
    and then DW crashes:
    While executing DWMenu_File_Close command in menus.xml, the
    following JavaScript error(s) occurred:
    Exception thrown in native function.
    I've been working with Dreamweaver for a few years, gone to
    MAX, my partner is a certified professional, and a user group
    manager. I can't fix this problem. It's got to be related to my
    system, as she has no problems whatsoever. I've been through the
    newsgroups, the technotes, developer center, and a reloaded my
    system (XP Pro) a few times.
    Thanks - David

    You can try this simple fix -
    Quit DW.
    Find this file -
    C:\Documents and Settings\<username>\Application
    Data\Macromedia\Dreamweaver
    8\Configuration\WinFileCache-*.dat
    (these folders are normally hidden - you may have to use
    Explorer > Tools >
    Folder Options to unhide them)
    and delete it.
    Restart DW. Works better?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "lotuseducation" <[email protected]> wrote
    in message
    news:e3a6up$ckl$[email protected]..
    > hi
    >
    > i am facing a strange error in my DW 8,
    > the error message is :
    >
    > while executing onLoad, the following Javascript
    error(s) occurred:
    > at line 36 of file "E:\Program
    files\Macromedia\Dreamweaver
    > 8\Configuration\Commands\_afterSave.htm":
    > Exception thrown in native function.
    >
    > what to do now? any idea
    >
    > i did not find any solution in google search for this
    >
    > thanks in advance
    > ashok sharma
    >

  • 'exception thrown but not caught' error on the url iview

    Hi,
    EP6, we have url iview that is working fine for displaying a web application. but the problem is some of the link on the web application throws 'exception thrown but not caught' error. it happens to some of the users though.

    Hi Mokone
    I agree with Raghvendranath statement.
    This is not portal side problem.U just using URL of that application
    Also do this
    Open the URLiView editor and check the Fetch Mode property value.
        Launch the same URL in a new browser window (not in the portal).
        Change the URLiView Fetch Mode property from Server-Side to Client-Side.
        The iView is using the Server-side fetching mode but no proxy is defined for the portal
    Hope this info help you
    Regards
    Ruturaj

  • Getting this error message: FLAGFOX VERSION: 4.2.x (2013-11) ERROR MESSAGE: Fatal Flagfox startup error! EXCEPTION THROWN: IPv4 DB file is corrupt (got 508296

    After the message the program runs fine. How do I get rid of the error?
    FLAGFOX VERSION: 4.2.x (2013-11)
    ERROR MESSAGE: Fatal Flagfox startup error!
    EXCEPTION THROWN: IPv4 DB file is corrupt (got 508296 bytes but expected 504414 bytes)
    BROWSER: Mozilla Firefox 26.0 (Gecko 26.0 / 20131205075310)
    OS: Windows NT 6.1; WOW64 (WINNT x86-msvc windows)
    LOCALE: en-us content / en-us UI / en-us OS

    Try posting in the Flagfox forum. <br />
    http://flagfox.net/forum/

  • FLAGFOX VERSION: 4.2.x (2013-6) ERROR MESSAGE: Fatal Flagfox startup error! EXCEPTION THROWN: IPv4 DB file is corrupt (got 493668 bytes but expected 489672 by

    FLAGFOX VERSION: 4.2.x (2013-6)
    ERROR MESSAGE: Fatal Flagfox startup error!
    EXCEPTION THROWN: IPv4 DB file is corrupt (got 493668 bytes but expected 489672 bytes)
    BROWSER: Mozilla Firefox 22.0 (Gecko 22.0 / 20130618035212)
    OS: Windows NT 6.1 (WINNT x86-msvc windows)
    LOCALE: en-us content / en-us UI / el-gr OS

    does disabling all addons but flagfox work, you seem to have a lot of cookie programs that may conflict.

  • Applet Crashes Browser with XP

    I have an applet, which runs normally when I just have a single instance of the applet on a page. However on another page I have a number of instances of the applet running. The page will load the first time but when I reload it the browser crashes and closes. I then get a file on my desktop called hs_err_pid****.log which contains the text below. I am running XP and JRE 1.4.2_03. The page will load fine using Microsoft JVM and after reading http://forum.java.sun.com/thread.jsp?forum=54&thread=347810 I tried this with 2000 and JRE 1.4.2_03. The page loads fine and does not crash. Does anyone know of any bugs related to XP, which could be causing this and any work arounds for them?
    Cheers
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x103C
    Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at sun.plugin.services.WPlatformService.waitEvent(Native Method)
    at sun.plugin.viewer.frame.IExplorerEmbeddedFrame.destroy(Unknown Source)
    Dynamic libraries:
    0x00400000 - 0x00419000 C:\Program Files\Internet Explorer\iexplore.exe
    0x77F50000 - 0x77FF7000 C:\WINDOWS\System32\ntdll.dll
    0x77E60000 - 0x77F46000 C:\WINDOWS\system32\kernel32.dll
    0x77C10000 - 0x77C63000 C:\WINDOWS\system32\msvcrt.dll
    0x77D40000 - 0x77DCC000 C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000 C:\WINDOWS\system32\GDI32.dll
    0x77DD0000 - 0x77E5D000 C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78086000 C:\WINDOWS\system32\RPCRT4.dll
    0x70A70000 - 0x70AD4000 C:\WINDOWS\system32\SHLWAPI.dll
    0x769C0000 - 0x76B08000 C:\WINDOWS\System32\SHDOCVW.dll
    0x71950000 - 0x71A34000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.10.0_x-ww_f7fb5805\comctl32.dll
    0x773D0000 - 0x77BC2000 C:\WINDOWS\system32\SHELL32.dll
    0x77340000 - 0x773CB000 C:\WINDOWS\system32\comctl32.dll
    0x771B0000 - 0x772D1000 C:\WINDOWS\system32\ole32.dll
    0x75F80000 - 0x7607C000 C:\WINDOWS\System32\BROWSEUI.dll
    0x72430000 - 0x72442000 C:\WINDOWS\System32\browselc.dll
    0x75F40000 - 0x75F5F000 C:\WINDOWS\system32\appHelp.dll
    0x76FD0000 - 0x77048000 C:\WINDOWS\System32\CLBCATQ.DLL
    0x77120000 - 0x771AB000 C:\WINDOWS\system32\OLEAUT32.dll
    0x77050000 - 0x77115000 C:\WINDOWS\System32\COMRes.dll
    0x77C00000 - 0x77C07000 C:\WINDOWS\system32\VERSION.dll
    0x5AD70000 - 0x5ADA4000 C:\WINDOWS\System32\UxTheme.dll
    0x76200000 - 0x76298000 C:\WINDOWS\system32\WININET.dll
    0x762C0000 - 0x76348000 C:\WINDOWS\system32\CRYPT32.dll
    0x762A0000 - 0x762B0000 C:\WINDOWS\system32\MSASN1.dll
    0x76F90000 - 0x76FA0000 C:\WINDOWS\System32\Secur32.dll
    0x76620000 - 0x7666E000 C:\WINDOWS\System32\cscui.dll
    0x76600000 - 0x7661B000 C:\WINDOWS\System32\CSCDLL.dll
    0x76670000 - 0x76757000 C:\WINDOWS\System32\SETUPAPI.dll
    0x10000000 - 0x1000B000 C:\Program Files\Adobe\Acrobat 6.0\Reader\ActiveX\AcroIEHelper.dll
    0x00F50000 - 0x00F6C000 C:\Program Files\Norton AntiVirus\NavShExt.dll
    0x00F70000 - 0x00F89000 C:\WINDOWS\System32\ccTrust.dll
    0x55900000 - 0x55961000 C:\WINDOWS\System32\MSVCP60.dll
    0x76B20000 - 0x76B35000 C:\WINDOWS\System32\ATL.DLL
    0x011D0000 - 0x013D1000 C:\WINDOWS\System32\msi.dll
    0x75E90000 - 0x75F37000 C:\WINDOWS\System32\SXS.DLL
    0x760F0000 - 0x76169000 C:\WINDOWS\system32\urlmon.dll
    0x76170000 - 0x761F8000 C:\WINDOWS\System32\shdoclc.dll
    0x74770000 - 0x747FF000 C:\WINDOWS\System32\mlang.dll
    0x74810000 - 0x74AC7000 C:\WINDOWS\System32\mshtml.dll
    0x746F0000 - 0x74716000 C:\WINDOWS\System32\msimtf.dll
    0x74720000 - 0x74764000 C:\WINDOWS\System32\MSCTF.dll
    0x76390000 - 0x763AC000 C:\WINDOWS\System32\IMM32.DLL
    0x01A80000 - 0x01A9B000 C:\Program Files\Common Files\Symantec Shared\Script Blocking\scrauth.dll
    0x01BA0000 - 0x01BBE000 C:\Program Files\Common Files\Symantec Shared\Script Blocking\ScrBlock.dll
    0x76C30000 - 0x76C5B000 C:\WINDOWS\System32\wintrust.dll
    0x76C90000 - 0x76CB2000 C:\WINDOWS\system32\IMAGEHLP.dll
    0x0FFD0000 - 0x0FFF3000 C:\WINDOWS\System32\rsaenh.dll
    0x75A70000 - 0x75B15000 C:\WINDOWS\system32\userenv.dll
    0x71C20000 - 0x71C6E000 C:\WINDOWS\System32\netapi32.dll
    0x73D50000 - 0x73D60000 C:\WINDOWS\System32\cryptnet.dll
    0x76F60000 - 0x76F8C000 C:\WINDOWS\system32\WLDAP32.dll
    0x6B700000 - 0x6B790000 c:\windows\system32\jscript.dll
    0x6D440000 - 0x6D450000 C:\Program Files\Java\j2re1.4.2_03\bin\npjpi142_03.dll
    0x5EDD0000 - 0x5EDEA000 C:\WINDOWS\System32\OLEPRO32.DLL
    0x6D310000 - 0x6D327000 C:\Program Files\Java\j2re1.4.2_03\bin\jpiexp32.dll
    0x71AD0000 - 0x71AD8000 C:\WINDOWS\System32\wsock32.dll
    0x71AB0000 - 0x71AC5000 C:\WINDOWS\System32\WS2_32.dll
    0x71AA0000 - 0x71AA8000 C:\WINDOWS\System32\WS2HELP.dll
    0x71A50000 - 0x71A8B000 C:\WINDOWS\System32\mswsock.dll
    0x76F20000 - 0x76F45000 C:\WINDOWS\System32\DNSAPI.dll
    0x76D60000 - 0x76D77000 C:\WINDOWS\System32\iphlpapi.dll
    0x76FB0000 - 0x76FB7000 C:\WINDOWS\System32\winrnr.dll
    0x6D380000 - 0x6D398000 C:\Program Files\Java\j2re1.4.2_03\bin\jpishare.dll
    0x08000000 - 0x08138000 C:\PROGRA~1\Java\j2re1.4.2_03\bin\client\jvm.dll
    0x76B40000 - 0x76B6C000 C:\WINDOWS\System32\WINMM.dll
    0x02540000 - 0x02547000 C:\PROGRA~1\Java\j2re1.4.2_03\bin\hpi.dll
    0x02560000 - 0x0256E000 C:\PROGRA~1\Java\j2re1.4.2_03\bin\verify.dll
    0x02570000 - 0x02589000 C:\PROGRA~1\Java\j2re1.4.2_03\bin\java.dll
    0x02590000 - 0x0259D000 C:\PROGRA~1\Java\j2re1.4.2_03\bin\zip.dll
    0x04FE0000 - 0x050EF000 C:\Program Files\Java\j2re1.4.2_03\bin\awt.dll
    0x73000000 - 0x73023000 C:\WINDOWS\System32\WINSPOOL.DRV
    0x05100000 - 0x05150000 C:\Program Files\Java\j2re1.4.2_03\bin\fontmanager.dll
    0x51000000 - 0x5104D000 C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000 C:\WINDOWS\System32\DCIMAN32.dll
    0x5C000000 - 0x5C0C8000 C:\WINDOWS\System32\D3DIM700.DLL
    0x6D2F0000 - 0x6D304000 C:\Program Files\Java\j2re1.4.2_03\bin\jpicom32.dll
    0x746C0000 - 0x746E7000 C:\WINDOWS\System32\MSLS31.DLL
    0x07F50000 - 0x07F72000 C:\Program Files\Java\j2re1.4.2_03\bin\dcpr.dll
    0x07F80000 - 0x07F8F000 C:\Program Files\Java\j2re1.4.2_03\bin\net.dll
    0x76FC0000 - 0x76FC5000 C:\WINDOWS\System32\rasadhlp.dll
    0x74CB0000 - 0x74D1F000 C:\WINDOWS\System32\mshtmled.dll
    0x71B20000 - 0x71B31000 C:\WINDOWS\system32\MPR.dll
    0x75F60000 - 0x75F66000 C:\WINDOWS\System32\drprov.dll
    0x71C10000 - 0x71C1D000 C:\WINDOWS\System32\ntlanman.dll
    0x71CD0000 - 0x71CE6000 C:\WINDOWS\System32\NETUI0.dll
    0x71C90000 - 0x71CCC000 C:\WINDOWS\System32\NETUI1.dll
    0x71C80000 - 0x71C86000 C:\WINDOWS\System32\NETRAP.dll
    0x71BF0000 - 0x71C01000 C:\WINDOWS\System32\SAMLIB.dll
    0x75F70000 - 0x75F79000 C:\WINDOWS\System32\davclnt.dll
    0x75970000 - 0x75A61000 C:\WINDOWS\System32\MSGINA.dll
    0x76360000 - 0x7636F000 C:\WINDOWS\System32\WINSTA.dll
    0x01EC0000 - 0x01EF2000 C:\WINDOWS\System32\ODBC32.dll
    0x763B0000 - 0x763F5000 C:\WINDOWS\system32\comdlg32.dll
    0x0C250000 - 0x0C266000 C:\WINDOWS\System32\odbcint.dll
    0x72D20000 - 0x72D29000 C:\WINDOWS\System32\wdmaud.drv
    0x72D10000 - 0x72D18000 C:\WINDOWS\System32\msacm32.drv
    0x77BE0000 - 0x77BF4000 C:\WINDOWS\System32\MSACM32.dll
    0x77BD0000 - 0x77BD7000 C:\WINDOWS\System32\midimap.dll
    0x71A90000 - 0x71A98000 C:\WINDOWS\System32\wshtcpip.dll
    0x76EE0000 - 0x76F17000 C:\WINDOWS\System32\RASAPI32.DLL
    0x76E90000 - 0x76EA1000 C:\WINDOWS\System32\rasman.dll
    0x76EB0000 - 0x76EDB000 C:\WINDOWS\System32\TAPI32.dll
    0x76E80000 - 0x76E8D000 C:\WINDOWS\System32\rtutils.dll
    0x722B0000 - 0x722B5000 C:\WINDOWS\System32\sensapi.dll
    0x5E0C0000 - 0x5E0CC000 C:\WINDOWS\System32\pstorec.dll
    0x66880000 - 0x6688A000 C:\WINDOWS\System32\imgutil.dll
    0x6D510000 - 0x6D58D000 C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000 C:\WINDOWS\System32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 1152K, used 714K [0x10010000, 0x10140000, 0x10770000)
    eden space 1088K, 65% used [0x10010000, 0x100c28b0, 0x10120000)
    from space 64K, 0% used [0x10120000, 0x10120000, 0x10130000)
    to space 64K, 0% used [0x10130000, 0x10130000, 0x10140000)
    tenured generation total 12548K, used 4273K [0x10770000, 0x113b1000, 0x16010000)
    the space 12548K, 34% used [0x10770000, 0x10b9c448, 0x10b9c600, 0x113b1000)
    compacting perm gen total 6912K, used 6686K [0x16010000, 0x166d0000, 0x1a010000)
    the space 6912K, 96% used [0x16010000, 0x166978f0, 0x16697a00, 0x166d0000)
    Local Time = Mon Feb 16 16:06:20 2004
    Elapsed Time = 310
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)

    Did you ever get this figured out? If not, try catching ThreadDeath from one
    of your threads and print the stack trace. I am trying to convince Sun that another bug that they closed as "user error" is actually a jvm bug.
    You can actually make a simple test case- it is one page of java code that
    crashes browser on first or second refresh when you have two instances on
    a page. See:
    http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5054115
    if you simply lauch a thread, sleep for a while and call ThreadGroup.stop() you can produce a failure which I think replicates the jvm failure mode. Please let me know what you find or found. Thanks.

  • [svn] 1043: Bug: LCDS-184 - Concurrent modification exception thrown during remote subscription management

    Revision: 1043
    Author: [email protected]
    Date: 2008-03-31 15:22:13 -0700 (Mon, 31 Mar 2008)
    Log Message:
    Bug: LCDS-184 - Concurrent modification exception thrown during remote subscription management
    QA: Yes
    Doc: No
    Details:
    Make the 'subscriptions' set in MessageClient/RemoteMessageClient concurrent modification safe.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-184
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/services/messaging/RemoteMess ageClient.java

  • [svn] 1044: Bug: LCDS-184 - Concurrent modification exception thrown during remote subscription management

    Revision: 1044
    Author: [email protected]
    Date: 2008-03-31 15:23:07 -0700 (Mon, 31 Mar 2008)
    Log Message:
    Bug: LCDS-184 - Concurrent modification exception thrown during remote subscription management
    QA: Yes
    Doc: No
    Details:
    Make the 'subscriptions' set in MessageClient/RemoteMessageClient concurrent modification safe.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/LCDS-184
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/MessageClient.java

  • Error upon starting Weblogic server : Exception thrown while loading uddi

    Hi,
    I am getting $Proxy41.getDefaultWebApp(Unknown Source) error while starting the weblogic. Any one has clue? Below is the stack from myserv.log file.
    Environment:
    OS : Windows 2000 server
    WLS: Weblogic 7.0SP2
    Oracle client : Oracle 9i RC2
    IIS : IIS 5.0
    <Exception thrown while loading uddi: java.lang.ClassCastException: weblogic.management.configuration.ApplicationManagerMBean_CachingStub>
    java.lang.ClassCastException: weblogic.management.configuration.ApplicationManagerMBean_CachingStub
         at $Proxy41.getDefaultWebApp(Unknown Source)
         at weblogic.management.configuration.WebServerMBean_CachingStub.getDefaultWebApp(WebServerMBean_CachingStub.java:226)
         at weblogic.servlet.internal.WebAppServletContext.initFromMBean(WebAppServletContext.java:1312)
         at weblogic.servlet.internal.WebAppServletContext.init(WebAppServletContext.java:1054)
         at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:1009)
         at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:502)
         at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:371)
         at weblogic.j2ee.J2EEApplicationContainer.prepareWebModule(J2EEApplicationContainer.java:1598)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:735)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:555)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:458)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
         at weblogic.Server.main(Server.java:32)
    ####<Dec 14, 2005 11:19:54 AM PST> <Error> <Deployer> <rsecav-webenam> <myserver> <main> <kernel identity> <> <149205> <The Slave Deployer failed to initialize the application uddi due to error weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: java.lang.ClassCastException: weblogic.management.configuration.ApplicationManagerMBean_CachingStub
    }.>
    weblogic.management.ApplicationException: Prepare failed. Task Id = null
    Module Name: uddi, Error: Could not load uddi: java.lang.ClassCastException: weblogic.management.configuration.ApplicationManagerMBean_CachingStub
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:744)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:555)
         at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:458)
         at weblogic.management.deploy.slave.SlaveDeployer.prepareAllStagedApplications(SlaveDeployer.java:490)
         at weblogic.management.deploy.slave.SlaveDeployer.initialize(SlaveDeployer.java:253)
         at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.initialize(DeploymentManagerServerLifeCycleImpl.java:150)
         at weblogic.t3.srvr.ServerLifeCycleList.initialize(ServerLifeCycleList.java:54)
         at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:782)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
         at weblogic.Server.main(Server.java:32)
    Thanks in advance,
    Manu

    Hi Manu,
    can I know how you over come this problem? I am using Weblogic 7 with Service Pack 4. I will be thankful to u if you can mail ur response to me on my mail [email protected]
    Thanks and Regards,
    Suresh Vemulapalli

  • Exception thrown by servlet Faces Servlet in WAS ND 6.1.0.13

    Hi,<br>
    I'm using WebSphere Application Server Network Deployment (WAS ND) v. 6.1.0.13.<br><br>
    I'm getting this error when I try to launch my application:<br><br>
    [1/24/08 11:41:44:100 WET] 0000003c ServletWrappe E SRVE0100E: Did not realize init() exception thrown by servlet Faces Servlet: java.lang.NullPointerException<br>
    at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)<br>
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:190)<br>
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:317)<br>
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:346)<br>
    at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:464)<br>
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3276)<br>
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:267)<br>
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811)<br>
    at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1455)<br>
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:113)<br>
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:454)<br>
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:383)<br>
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:102)<br>
    at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.complete(SSLReadServiceContext.java:1818)<br>
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:556)<br>
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:606)<br>
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:979)<br>
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1064)<br>
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)<br>
    <br><br><br>
    After doing a search I tried this following steps:<br>
    � Delete the entry in web.xml:<br>
    <listener><br>
    <listener-class><br>
    com.sun.faces.config.ConfigureListener<br>
    </listener-class><br>
    </listener><br><br>
    � Update my log4j version<br><br>
    � Delete the commons-logging.jar from WEB-INF directory<br>
    These are the jar files included in WEB-INF directory:<br>
    commons-beanutils.jar<br>
    commons-collections.jar<br>
    commons-digester.jar<br>
    commons-javaflow-20060411.jar<br>
    commons-logging.jar<br>
    FglConnectorClient.jar<br>
    itext-1.4.2.jar<br>
    jasperreports-1.2.3.jar<br>
    jcommon-1.0.0.jar<br>
    jfreechart-1.0.1.jar<br>
    jsf-api.jar<br>
    jsf-ibm.jar<br>
    jsf-impl.jar<br>
    jstl.jar<br>
    log4j-1.2.14.jar<br>
    standard.jar<br>
    struts.jar<br>
    <br><br>
    <br>
    None of the suggestions worked.<br><br>
    Then I tried to deploy my application in another WAS ND 6.1.0.13 and it worked!!! <br>
    What can I do so solve this problem in my WAS ND 6.1.0.13? What could be the problem?<br><br>
    Thanks,<br>
    Nuno

    Did you find a solution to this problem
    please help
    Thanks & Regards
    Nasir

  • Error on /SafeMode: error while trying to run project uncaught exception thrown by method called

    i try run VS 2012 with /SafeMode. I create new empty Winform. When I start debug, I got:
    "error while trying to run project uncaught exception thrown by method called through reflection"

    Hi Matanya Zac,
    Did you restart your machine? How about installing the VS2012 update 4?
    >>error while trying to run project uncaught exception thrown by method
    Did you install the VS update in your VS IDE? I met this issue before which was related to the VS update:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/5ead8ee9-ea09-4060-88b0-ee2e2044ff82/error-while-trying-to-run-a-project-uncaught-exception-thrown-by-method-called-through-reflection?forum=vsdebug
    If still no help, I suggest you repair your VS, and then restart your machine, test the result.
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to properly handle Exception thrown in a .tag file?

    I've got a .jsp file that makes use of some custom tags, each defined in their own .tag file, and located in WEB-INF/tags. I'm having a lot of trouble with the scenario of cleanly dealing with an exception raised by scriptlets in either a .jsp file, and a .tag file. I'm using both Java and Tomcat 6....
    Originally, I wanted to use .tag files in order to componentize common elements that were present in .jsp pages, as well as move ugly scriptlets out of .jsp pages, and isolate them in tag files with their associated page elements.
    Things started getting hairy when I started exploring what happens when an exception is thrown (bought not handled) in a scriptlet in a .tag file. Basically, my app is a servlet that forwards the user to various .jsp pages based on given request parameters. The forwarding to the relevant .jsp page is done by calls to the following method:
    servletContext.getRequestDispatcher("/" + pageName).forward(request, response);
    Where 'pageName' is a String with the name of the .jsp I want to go to...
    Calls to this method are enclosed in a try block, as it throws both a ServletException, and IOException...
    When either my .jsp, or .tag throw an exception in a scriptlet, the exception is wrapped in a JSPException, which is then wrapped in a ServletException.
    I can catch this exception in my servlet... but then what? I want to forward to an error page, however, in the catch block, I can't forward in response to this exception, as that results in an IllegalStateException, as the response has already been committed. So what do I do? How do I get from this point, to my "error.jsp" page?
    It was suggested to me that I use the <% @ page isErrorPage="true" %> directive in my error.jsp,
    and the in my real .jsp, use <%page errorPage="/error.jsp" %>.
    This works great when the exception is thrown in my .jsp.... But when the exception is thrown in the .tag file... not so much...
    My .jsp page was rendered up until the point where the <my:mytag/> (the tag with the offending raised exception) was encountered. Then, instead of forwarding to the error page when the error in the tag is encountered, the error page is rendered as the CONTENT of of my TAG. The rest of the .jsp is then NEVER rendered. I checked the page source, and there is no markup from the original .jsp that lay below the my tag. So this doesn't work at all. I don't want to render the error page WITHIN the half of the .jsp that did render... Why doesn't it take me away from the .jsp with the offending tag altogether and bring me to the error.jsp?
    Then it was suggested to me that I get rid of those page directives, and instead define error handling in the web.xml using the following construct:
    <error-page>
    <exception-type>java.lang.Exception</exception-type>
    <location>/error</location>
    </error-page>
    <error-page>
    <error-code>404</error-code>
    <location>/error</location>
    </error-page>
    For this, I created a new servlet called ErrorServlet, and mapped it to /error
    Now I could mangle the end of the URL, which causes a 404, and I get redirected to the ErrorServlet. Yay.
    However, exceptions being thrown in either a .jsp or .tag still don't direct me to the ErrorServlet. Apparently this error handling mechanism doesn't work for .jsp pages reached via servletContext.getRequestDispatcher("/" + pageName).forward(request, response) ????
    So I'm just at a total loss now. I know the short answer is "don't throw exceptions in a .jsp or .tag" but frankly, that seems a pretty weak answer that doesn't really address my problem... I mean, it would really be nice to have some kind of exception handler for runtime exceptions thrown in a scriptlet in .tag file, that allows me to forward to a page with detailed stacktrace output, etc, if anything for debugging purposes during development...
    If anyone has a few cents to spare on this, I'd be ever so grateful..
    Thanks!!
    Jeff

    What causes the exception?
    What sort of exception are you raising from the tag files?
    Have you got an example of a tag file that you can share, and a jsp that invokes it so people can duplicate the issue without thinking too much / spending too much time?
    My first instinct would be that the buffer is being flushed, and response committed before your Exception is raised.
    What you describe is pretty much standard functionality for Tomcat in such cases.

  • Install on AIX 6.1 SP3: Exception thrown while loading wl_management_internal1

    Hello,
    I have the following exception when running WLS 6.1 SP 3 on AIX 4.3.3, any idea?
    <Exception thrown while loading wl_management_internal1:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:158)
    at $Proxy64.getJ2EEApplicationDescriptor(Unknown Source)
    at weblogic.j2ee.Application.getAppDescriptor(Application.java(Compiled
    Code))
    at weblogic.j2ee.Component.getModuleMBean(Component.java(Compiled
    Code))
    at weblogic.j2ee.Component.getAltDDFile(Component.java(Compiled Code))
    at
    weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java(Compiled
    Code))
    at
    weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java(Compiled Code))
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java(Compiled
    Code))
    at weblogic.j2ee.Application.addComponent(Application.java:170)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:360)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:150)
    at
    weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled
    Code))
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled
    Code))
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:360)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy24.addWebDeployment(Unknown Source)
    at
    weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1202)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:346)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:150)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled
    Code))
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled
    Code))
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:360)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at
    weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:305)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:274)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

    Were you installing SP3 or starting WLS after the install?
    What do you see when you run:
    $ which java
    $ java -version
    Does the OS have patch 9 -- I believe it's PTF 9 in AIX lingo.
    AIX 4.3.3.9
    Wayne Scott
    Thierry wrote:
    Hello,
    I have the following exception when running WLS 6.1 SP 3 on AIX 4.3.3, any idea?
    <Exception thrown while loading wl_management_internal1:
    java.lang.NullPointerException
    java.lang.NullPointerException
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:158)
    at $Proxy64.getJ2EEApplicationDescriptor(Unknown Source)
    at weblogic.j2ee.Application.getAppDescriptor(Application.java(Compiled
    Code))
    at weblogic.j2ee.Component.getModuleMBean(Component.java(Compiled
    Code))
    at weblogic.j2ee.Component.getAltDDFile(Component.java(Compiled Code))
    at
    weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java(Compiled
    Code))
    at
    weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java(Compiled Code))
    at weblogic.j2ee.WebAppComponent.deploy(WebAppComponent.java(Compiled
    Code))
    at weblogic.j2ee.Application.addComponent(Application.java:170)
    at weblogic.j2ee.J2EEService.addDeployment(J2EEService.java:117)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:360)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:150)
    at
    weblogic.management.mbeans.custom.WebServer.addWebDeployment(WebServer.java:76)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled
    Code))
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled
    Code))
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:360)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at
    weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java(Compiled Code))
    at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
    at $Proxy24.addWebDeployment(Unknown Source)
    at
    weblogic.management.configuration.WebServerMBean_CachingStub.addWebDeployment(WebServerMBean_CachingStub.java:1202)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:346)
    at
    weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:150)
    at java.lang.reflect.Method.invoke(Native Method)
    at
    weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java(Compiled
    Code))
    at
    weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java(Compiled
    Code))
    at
    weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:360)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
    at
    com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
    at
    weblogic.management.internal.RemoteMBeanServerImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:305)
    at
    weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:274)
    at
    weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:22)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

Maybe you are looking for