HotSpot  VM error

HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# Error ID: 53414645504F494E540E435050036C
# Problematic Thread: prio=5 tid=0x6a4f80 nid=0xfff619dd runnable
#

To decode for you:
53414645504F494E54 0E 435050 0366 01
SAFEPOINT.CPP, line 870
You would have to get the source to see more details.
This concept also exists on Windows. Maybe you can turn off this part of hotspot?
I noticed that the string "safepoint" occurs in my
C:\Java\JDK\jdk1.3.1\jre\bin\hotspot\jvm.dll
It is not documented here:
http://java.sun.com/docs/hotspot/VMOptions.html
but try to turn it on/off :
-XX:+UseCompilerSafepoints
or
-XX:-UseCompilerSafepoints

Similar Messages

  • Java VM: Java HotSpot(TM)  Error in weblogic 8.1 while running crystal rep

    I am trying to call crystal reports 9 RAS through weblogic 8.1.
    I am running a jsp.
    weblogic has jdk141_03.
    But, I am getting error at the below line in the jsp.
    ReportClientDocument clientDoc = new ReportClientDocument();
    The weblogic server crashes out giving below error.
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_03-b02 mixed mode)
    # Error ID: 43113F32554E54494D45110E4350500305
    # Problematic Thread: prio=5 tid=0x008E12C8 nid=0x6ec runnable
    Does anyone know the solution.
    thanks..

    i got the sam problem have you fix it yet ?
    please let me know what should i do.

  • Getting hotspot  VM error 4F530E43505002E6

    I was running Tomcat on Debian Linux .It is using Hotspot client VM 1.4.1_03-b02
    sometimes it is crashing and giving error ID:4F530E43505002E6
    i saw old forum posts and they were telling that if we run using hotspot server instead of hotspot -client ,it may help.
    please give your suggestions for workaround
    Thanks in advance..
    first few lines of the last error log :
    Unexpected Signal : 11 occurred at PC=0x4036A1FC
    Function=(null)+0x4036A1FC
    Library=/usr/local/j2sdk1.4.1_03/jre/lib/i386/client/libjvm.so
    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 java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
         - locked <0x4568f7d8> (a java.net.PlainSocketImpl)
         at java.net.ServerSocket.implAccept(ServerSocket.java:448)
         at java.net.ServerSocket.accept(ServerSocket.java:419)
         at org.apache.catalina.core.StandardServer.await(StandardServer.java:526)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:519)
         at org.apache.catalina.startup.Catalina.execute(Catalina.java:400)
         at org.apache.catalina.startup.Catalina.process(Catalina.java:180)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:203)

    Hi, I am getting the following err...i am unsure of how to correct the problem. Please give me step by step instructions for I am not too savy with the computer yet. thanks for your help in this matter...RIPizzo
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0x6D3A21BB
    Function=[Unknown.]
    Library=C:\PROGRA~1\Java\J2RE14~2.1_0\bin\client\jvm.dll
    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 java.util.regex.Pattern$Ctype.study(Unknown Source)
         at java.util.regex.Pattern$Curly.study(Unknown Source)
         at java.util.regex.Pattern$Start.<init>(Unknown Source)
         at java.util.regex.Pattern.compile(Unknown Source)
         at java.util.regex.Pattern.<init>(Unknown Source)
         at java.util.regex.Pattern.compile(Unknown Source)
         at java.util.regex.Pattern.matches(Unknown Source)
         at sun.plugin.cache.FileVersion.convertToLong(Unknown Source)
         at sun.plugin.cache.FileVersion.<init>(Unknown Source)
         at sun.plugin.cache.JarCache.verifyFile(Unknown Source)
         at sun.plugin.cache.JarCache.match(Unknown Source)
         at sun.plugin.cache.JarCache.getMatchingFile(Unknown Source)
         at sun.plugin.cache.CachedJarLoader$4.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin.cache.Cache.privileged(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.getCacheFile(Unknown Source)
         at sun.plugin.cache.CachedJarLoader.<init>(Unknown Source)
         at sun.plugin.cache.JarCache.get(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.connect(Unknown Source)
         at sun.plugin.net.protocol.jar.CachedJarURLConnection.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.getJarFile(Unknown Source)
         at sun.misc.URLClassPath$JarLoader.<init>(Unknown Source)
         at sun.misc.URLClassPath$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         at sun.misc.URLClassPath.getLoader(Unknown Source)
         - locked <052A60B8> (a sun.misc.URLClassPath)
         at sun.misc.URLClassPath.getResource(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         - locked <052A5D58> (a sun.plugin.security.PluginClassLoader)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         - locked <052A5D58> (a sun.plugin.security.PluginClassLoader)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadCode(Unknown Source)
         at sun.applet.AppletPanel.createApplet(Unknown Source)
         at sun.plugin.AppletViewer.createApplet(Unknown Source)
         at sun.applet.AppletPanel.runLoader(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(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 - 0x77DC6000      C:\WINDOWS\system32\USER32.dll
    0x77C70000 - 0x77CB0000      C:\WINDOWS\system32\GDI32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x7807F000      C:\WINDOWS\system32\RPCRT4.dll
    0x70A70000 - 0x70AD4000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71700000 - 0x71849000      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
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\System32\uxtheme.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
    0x76200000 - 0x76298000      C:\WINDOWS\system32\WININET.dll
    0x762C0000 - 0x76348000      C:\WINDOWS\system32\CRYPT32.dll
    0x762A0000 - 0x762AF000      C:\WINDOWS\system32\MSASN1.dll
    0x76F90000 - 0x76FA0000      C:\WINDOWS\System32\Secur32.dll
    0x76670000 - 0x76757000      C:\WINDOWS\System32\SETUPAPI.dll
    0x75A70000 - 0x75B15000      C:\WINDOWS\system32\USERENV.dll
    0x71D40000 - 0x71D5B000      C:\WINDOWS\System32\ACTXPRXY.DLL
    0x1A400000 - 0x1A47A000      C:\WINDOWS\system32\urlmon.dll
    0x00F10000 - 0x00F98000      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
    0x76EE0000 - 0x76F17000      C:\WINDOWS\System32\RASAPI32.DLL
    0x76E90000 - 0x76EA1000      C:\WINDOWS\System32\rasman.dll
    0x71C20000 - 0x71C6E000      C:\WINDOWS\System32\NETAPI32.dll
    0x76EB0000 - 0x76EDB000      C:\WINDOWS\System32\TAPI32.dll
    0x76E80000 - 0x76E8D000      C:\WINDOWS\System32\rtutils.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x012A0000 - 0x014A1000      C:\WINDOWS\System32\msi.dll
    0x75E90000 - 0x75F37000      C:\WINDOWS\System32\SXS.DLL
    0x722B0000 - 0x722B5000      C:\WINDOWS\System32\sensapi.dll
    0x76FC0000 - 0x76FC5000      C:\WINDOWS\System32\rasadhlp.dll
    0x76F20000 - 0x76F45000      C:\WINDOWS\System32\DNSAPI.dll
    0x76FB0000 - 0x76FB7000      C:\WINDOWS\System32\winrnr.dll
    0x76F60000 - 0x76F8C000      C:\WINDOWS\system32\WLDAP32.dll
    0x63580000 - 0x6382E000      C:\WINDOWS\System32\mshtml.dll
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.DLL
    0x6B700000 - 0x6B790000      C:\WINDOWS\System32\jscript.dll
    0x746C0000 - 0x746E7000      C:\WINDOWS\System32\MSLS31.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
    0x6CC60000 - 0x6CC6B000      C:\WINDOWS\System32\dispex.dll
    0x6D830000 - 0x6D83F000      C:\Program Files\Java\j2re1.4.1_03\bin\npjpi141_03.dll
    0x6D790000 - 0x6D7A6000      C:\Program Files\Java\j2re1.4.1_03\bin\jpiexp32.dll
    0x6D7D0000 - 0x6D7E4000      C:\Program Files\Java\j2re1.4.1_03\bin\jpishare.dll
    0x6D340000 - 0x6D46B000      C:\PROGRA~1\Java\J2RE14~2.1_0\bin\client\jvm.dll
    0x6D1E0000 - 0x6D1E7000      C:\PROGRA~1\Java\J2RE14~2.1_0\bin\hpi.dll
    0x6D310000 - 0x6D31E000      C:\PROGRA~1\Java\J2RE14~2.1_0\bin\verify.dll
    0x6D220000 - 0x6D239000      C:\PROGRA~1\Java\J2RE14~2.1_0\bin\java.dll
    0x6D330000 - 0x6D33D000      C:\PROGRA~1\Java\J2RE14~2.1_0\bin\zip.dll
    0x6D000000 - 0x6D105000      C:\Program Files\Java\j2re1.4.1_03\bin\awt.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x6D190000 - 0x6D1E0000      C:\Program Files\Java\j2re1.4.1_03\bin\fontmanager.dll
    0x51000000 - 0x51047000      C:\WINDOWS\System32\ddraw.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.dll
    0x5C000000 - 0x5C0C8000      C:\WINDOWS\System32\D3DIM700.DLL
    0x6D730000 - 0x6D741000      C:\Program Files\Java\j2re1.4.1_03\bin\jpicom32.dll
    0x6D2E0000 - 0x6D2EE000      C:\Program Files\Java\j2re1.4.1_03\bin\net.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\imagehlp.dll
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Local Time = Tue Jul 01 18:09:13 2003
    Elapsed Time = 1
    # HotSpot Virtual Machine Error : EXCEPTION_ACCESS_VIOLATION
    # Error ID : 4F530E43505002E6
    # Please report this error athttp://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.1_03-b02 mixed mode)

  • JDK 1.3.1_07 Hotspot Internal Error on Sparc Solaris 8 (10/01)

    OS: Solaris 8 - version 10/01 on sparc architecture
    JDK: 1_3_1_07
    Error is:
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Error ID: 52554E54494D450E4350500624 01
    # Problematic Thread: prio=5 tid=0x11e000 nid=0x6c runnable
    upgrading to Sun JDK 1.4 is not an option right now, any suggestions
    as to the cause of this, and what I can do about it? Using a different
    1.3 jdk is an option.

    ouch...
    Thats a tough one... Well, core files will be useful. How about any hs_err files?
    Its crashing daily?
    I am sure is more of a biz decision than a tech one :) We had a machine that crashed daily, but the scripts restarted the process. We didnt know that, till we enabled coreadm, imagine the shock when we see the file system filling up with all the cores generated, sitting there pretty for the a long time :)
    How about someone sitting in front of the terminal to monitor it to crash? :) If this is an option, add -XX:+ShowMessageBoxOnError
    Start in console. So all the error/system out are printed to console.
    When it crashes again, you should see something similiar to the form
    Unexpected Signal: XX, PC:xxxxxxxx , PID: xxxx
    An error has just occurred, do you want to debug the problem?
    At this time, u shld pstack the pid and cut the thread with the signal(usually the very top). Note: You should not leave the system unattended then, as the process will just hang there, rendering those "monitoring / fail / restart" scripts useless.
    Tough eh? Best to enable coreadm ;)
    Oh ya, the vendor shld support minor releases of 1.3.1... think _15 as a bug-fix version.

  • HotSpot JVM error running JWS Test Browser

    While when running the JWS Test Browser I get the attached JVM exception. It's
    intermittent. When it happens, I’m stuck. I have to remove my WebService and rebuild
    it to get past the problem.
    OS - XP SP1
    WL 8.1 SP2
    JVM – java version "1.4.1_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_05-b01)
    Java HotSpot(TM) Client VM (build 1.4.1_05-b01, mixed mode)
    [jvm_errror.txt]

    Michael -
    JDK 1.4.1_05 has TONS of bugs. I would strongly recommend upgrading to JDK
    1.4.2 early in your project, to save you a lot of potential problems.
    Kunal
    "Michael Moran" <[email protected]> wrote in message
    news:40c0b1f7$1@mktnews1...
    Okay, it appears I don't have to rebuild the WebService, I can alsoshutdown
    Workshop and recompile before starting the server and it fixes the problem
    most of the time. However, I have to try a few times before it works.
    Any ideas?
    "Michael Moran" <[email protected]> wrote in message
    news:40c0a614$1@mktnews1...
    While when running the JWS Test Browser I get the attached JVM
    exception.
    It's
    intermittent. When it happens, I'm stuck. I have to remove my WebServiceand rebuild
    it to get past the problem.
    OS - XP SP1
    WL 8.1 SP2
    JVM - java version "1.4.1_05"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_05-b01)
    Java HotSpot(TM) Client VM (build 1.4.1_05-b01, mixed mode)

  • Please help me, two similar errors 1772 and 2080

    Hello, I have a problem. I went to ign.com and when the page loaded an advertisement also loaded, ign.com always has advertisements. Well the advertisement minimized itself so I opened it and closed it, and my whole browswer shut down and I received an error message on my desktop called hs_err_pid1772. I didn't know what it was, so I looked on the internet and there isn't a single page on it. I found one forum page, and a few people said they got the same error, but no fixes. I jumped on my laptop and again went to ign.com, the advertisment loaded, I closed it, and BAM, the whole browser shut down again and on my laptop I got the error message hs_err_pid2080, its almost identical to the 1772 error I received on my desktop. Was it just the advertisement screwing everything up or what? Also when I went back to ign.com after, I went back a few times after the error, my browswer froze quickly. I have gotten ign.com to work once out of the 5 or so times I tried after the error. Obviously this error is coming from ign.com since I got it on my desktop and laptop right when I went to their site. But I dont know what it means. I am also using 1.4.2_04 for my java plugin. The contents of the hs_err_pid1772 are here, and they are almost identical to the 2080 error I received on my laptop. I just don't get why I got two different errors off the same website on two different computers, anways, this is the 1772 error?
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x3100
    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
    0x7E090000 - 0x7E0D1000      C:\WINDOWS\system32\GDI32.dll
    0x77DD0000 - 0x77E5D000      C:\WINDOWS\system32\ADVAPI32.dll
    0x78000000 - 0x78087000      C:\WINDOWS\system32\RPCRT4.dll
    0x70A70000 - 0x70AD4000      C:\WINDOWS\system32\SHLWAPI.dll
    0x71700000 - 0x71849000      C:\WINDOWS\System32\SHDOCVW.dll
    0x71950000 - 0x71A34000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.1515_x-ww_7bb98b8a\comctl32.dll
    0x773D0000 - 0x77BCA000      C:\WINDOWS\system32\SHELL32.dll
    0x77340000 - 0x773CB000      C:\WINDOWS\system32\comctl32.dll
    0x771B0000 - 0x772D4000      C:\WINDOWS\system32\ole32.dll
    0x5AD70000 - 0x5ADA4000      C:\WINDOWS\System32\uxtheme.dll
    0x71500000 - 0x715FD000      C:\WINDOWS\System32\BROWSEUI.dll
    0x72430000 - 0x72442000      C:\WINDOWS\System32\browselc.dll
    0x75F40000 - 0x75F5F000      C:\WINDOWS\system32\appHelp.dll
    0x7C890000 - 0x7C911000      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 - 0x63096000      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 - 0x10028000      C:\Program Files\MSN Apps\ST\01.02.0002.1001\en-xu\stmain.dll
    0x71AB0000 - 0x71AC5000      C:\WINDOWS\System32\WS2_32.dll
    0x71AA0000 - 0x71AA8000      C:\WINDOWS\System32\WS2HELP.dll
    0x722B0000 - 0x722B5000      C:\WINDOWS\System32\SensApi.dll
    0x72E00000 - 0x72F15000      C:\WINDOWS\System32\msxml3.dll
    0x1A400000 - 0x1A47A000      C:\WINDOWS\system32\urlmon.dll
    0x74770000 - 0x747FF000      C:\WINDOWS\System32\mlang.dll
    0x76F20000 - 0x76F45000      C:\WINDOWS\System32\DNSAPI.dll
    0x76FC0000 - 0x76FC5000      C:\WINDOWS\System32\rasadhlp.dll
    0x01810000 - 0x018B9000      c:\program files\google\googletoolbar2.dll
    0x71AD0000 - 0x71AD8000      C:\WINDOWS\System32\WSOCK32.dll
    0x76C30000 - 0x76C5B000      C:\WINDOWS\System32\WINTRUST.dll
    0x76C90000 - 0x76CB2000      C:\WINDOWS\system32\IMAGEHLP.dll
    0x76B40000 - 0x76B6C000      C:\WINDOWS\System32\WINMM.dll
    0x019C0000 - 0x01A09000      C:\Program Files\MSN Apps\MSN Toolbar\01.02.2001.0001\en-us\msntb.dll
    0x01A20000 - 0x01A45000      C:\Program Files\MSN Apps\MSN Toolbar\01.02.2001.0001\en-us\mtbres.dll
    0x01A60000 - 0x01A7A000      C:\Program Files\Norton AntiVirus\NavShExt.dll
    0x76B20000 - 0x76B35000      C:\WINDOWS\System32\ATL.DLL
    0x55900000 - 0x55961000      C:\WINDOWS\System32\MSVCP60.dll
    0x11000000 - 0x1101C000      C:\Program Files\Comcast\Security Manager\app\AuthBHO.dll
    0x73420000 - 0x73573000      C:\WINDOWS\System32\MSVBVM60.DLL
    0x12000000 - 0x1206A000      C:\Program Files\Common Files\Authentium Shared\Common\PrismCommon.dll
    0x01F40000 - 0x01F5E000      C:\Program Files\Common Files\Symantec Shared\Script Blocking\ScrBlock.dll
    0x02070000 - 0x0208B000      C:\Program Files\Common Files\Symantec Shared\Script Blocking\scrauth.dll
    0x735A0000 - 0x735C4000      C:\WINDOWS\System32\scrrun.dll
    0x75E90000 - 0x75F38000      C:\WINDOWS\System32\SXS.DLL
    0x021D0000 - 0x02255000      C:\Program Files\Comcast\Security Manager\app\ntseccom.dll
    0x71B20000 - 0x71B31000      C:\WINDOWS\system32\MPR.dll
    0x71C20000 - 0x71C6E000      C:\WINDOWS\System32\NETAPI32.dll
    0x72540000 - 0x72547000      C:\WINDOWS\System32\RASSAPI.dll
    0x76D40000 - 0x76D56000      C:\WINDOWS\System32\MPRAPI.dll
    0x76E40000 - 0x76E6F000      C:\WINDOWS\System32\ACTIVEDS.dll
    0x76E10000 - 0x76E35000      C:\WINDOWS\System32\adsldpc.dll
    0x76F60000 - 0x76F8C000      C:\WINDOWS\system32\WLDAP32.dll
    0x76E80000 - 0x76E8D000      C:\WINDOWS\System32\rtutils.dll
    0x71BF0000 - 0x71C01000      C:\WINDOWS\System32\SAMLIB.dll
    0x73000000 - 0x73023000      C:\WINDOWS\System32\WINSPOOL.DRV
    0x02260000 - 0x02270000      C:\WINDOWS\System32\MSVCIRT.dll
    0x021B0000 - 0x021C7000      C:\PROGRA~1\Comcast\SECURI~1\app\ctbutton.ocx
    0x73DD0000 - 0x73EC2000      C:\WINDOWS\System32\MFC42.DLL
    0x5EDD0000 - 0x5EDEA000      C:\WINDOWS\System32\OLEPRO32.DLL
    0x02380000 - 0x024FA000      C:\Program Files\Comcast\Security Manager\res\AuthResources.dll
    0x76170000 - 0x761F8000      C:\WINDOWS\System32\shdoclc.dll
    0x63580000 - 0x63832000      C:\WINDOWS\System32\mshtml.dll
    0x71A50000 - 0x71A8B000      C:\WINDOWS\system32\mswsock.dll
    0x71A90000 - 0x71A98000      C:\WINDOWS\System32\wshtcpip.dll
    0x02E30000 - 0x03031000      C:\WINDOWS\System32\msi.dll
    0x746F0000 - 0x74716000      C:\WINDOWS\System32\msimtf.dll
    0x74720000 - 0x74764000      C:\WINDOWS\System32\MSCTF.dll
    0x76390000 - 0x763AC000      C:\WINDOWS\System32\IMM32.DLL
    0x0FFD0000 - 0x0FFF3000      C:\WINDOWS\System32\rsaenh.dll
    0x75A70000 - 0x75B15000      C:\WINDOWS\system32\userenv.dll
    0x73D50000 - 0x73D60000      C:\WINDOWS\System32\cryptnet.dll
    0x6B700000 - 0x6B790000      c:\windows\system32\jscript.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
    0x60300000 - 0x60307000      C:\Program Files\Yahoo!\Messenger\idle.dll
    0x7C340000 - 0x7C396000      C:\Program Files\Yahoo!\Messenger\MSVCR71.dll
    0x76EE0000 - 0x76F17000      C:\WINDOWS\System32\RASAPI32.DLL
    0x76E90000 - 0x76EA1000      C:\WINDOWS\System32\rasman.dll
    0x76EB0000 - 0x76EDB000      C:\WINDOWS\System32\TAPI32.dll
    0x76FB0000 - 0x76FB7000      C:\WINDOWS\System32\winrnr.dll
    0x73300000 - 0x73375000      c:\windows\system32\vbscript.dll
    0x03E30000 - 0x03FD7000      C:\WINDOWS\System32\macromed\flash\Flash.ocx
    0x763B0000 - 0x763F5000      C:\WINDOWS\system32\comdlg32.dll
    0x746C0000 - 0x746E7000      C:\WINDOWS\System32\MSLS31.DLL
    0x6D430000 - 0x6D439000      C:\WINDOWS\System32\ddrawex.dll
    0x73760000 - 0x737A4000      C:\WINDOWS\System32\DDRAW.dll
    0x73BC0000 - 0x73BC6000      C:\WINDOWS\System32\DCIMAN32.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
    0x75F70000 - 0x75F79000      C:\WINDOWS\System32\davclnt.dll
    0x75970000 - 0x75A62000      C:\WINDOWS\System32\MSGINA.dll
    0x76360000 - 0x7636F000      C:\WINDOWS\System32\WINSTA.dll
    0x07F00000 - 0x07F32000      C:\WINDOWS\System32\ODBC32.dll
    0x1F850000 - 0x1F866000      C:\WINDOWS\System32\odbcint.dll
    0x74CB0000 - 0x74D1F000      C:\WINDOWS\System32\mshtmled.dll
    0x08E00000 - 0x08E1B000      C:\WINDOWS\System32\AuthCrypt.dll
    0x71D40000 - 0x71D5B000      C:\WINDOWS\System32\actxprxy.dll
    0x6CC60000 - 0x6CC6B000      C:\WINDOWS\System32\dispex.dll
    0x08F40000 - 0x08F78000      C:\WINDOWS\System32\wmpdxm.dll
    0x08F80000 - 0x0940B000      C:\WINDOWS\System32\wmp.dll
    0x73BD0000 - 0x73BF0000      C:\WINDOWS\System32\MSVFW32.dll
    0x09410000 - 0x096DE000      C:\WINDOWS\System32\wmploc.dll
    0x6D440000 - 0x6D450000      C:\Program Files\Java\j2re1.4.2_04\bin\npjpi142_04.dll
    0x6D310000 - 0x6D327000      C:\Program Files\Java\j2re1.4.2_04\bin\jpiexp32.dll
    0x6D380000 - 0x6D398000      C:\Program Files\Java\j2re1.4.2_04\bin\jpishare.dll
    0x097A0000 - 0x098D8000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\client\jvm.dll
    0x098E0000 - 0x098E7000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\hpi.dll
    0x09900000 - 0x0990E000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\verify.dll
    0x09910000 - 0x09929000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\java.dll
    0x09930000 - 0x0993D000      C:\PROGRA~1\Java\J2RE14~1.2_0\bin\zip.dll
    0x0C380000 - 0x0C48F000      C:\Program Files\Java\j2re1.4.2_04\bin\awt.dll
    0x0C490000 - 0x0C4E0000      C:\Program Files\Java\j2re1.4.2_04\bin\fontmanager.dll
    0x73940000 - 0x73A07000      C:\WINDOWS\System32\D3DIM700.DLL
    0x6D2F0000 - 0x6D304000      C:\Program Files\Java\j2re1.4.2_04\bin\jpicom32.dll
    0x0E8F0000 - 0x0EAED000      C:\WINDOWS\System32\wmvcore.dll
    0x0EAF0000 - 0x0EB29000      C:\WINDOWS\System32\WMASF.DLL
    0x6D510000 - 0x6D58D000      C:\WINDOWS\system32\DBGHELP.dll
    0x76BF0000 - 0x76BFB000      C:\WINDOWS\System32\PSAPI.DLL
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 340K [0x1f870000, 0x1f910000, 0x1ffd0000)
    eden space 512K, 53% used [0x1f870000, 0x1f8b5070, 0x1f8f0000)
    from space 64K, 100% used [0x1f8f0000, 0x1f900000, 0x1f900000)
    to space 64K, 0% used [0x1f900000, 0x1f900000, 0x1f910000)
    tenured generation total 1408K, used 244K [0x1ffd0000, 0x20130000, 0x25870000)
    the space 1408K, 17% used [0x1ffd0000, 0x2000d3a0, 0x2000d400, 0x20130000)
    compacting perm gen total 4096K, used 3466K [0x25870000, 0x25c70000, 0x29870000)
    the space 4096K, 84% used [0x25870000, 0x25bd2b28, 0x25bd2c00, 0x25c70000)
    Local Time = Tue Aug 17 23:23:10 2004
    Elapsed Time = 10
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_04-b05 mixed mode)
    I couldn't find anything on the internet about either error. I also couldn't find either error on the java website. If somebody could please help me, it would be greatly appreciated. My email address is [email protected] if you want to write me there, or just reply to my post. Thank you so much.

    Hi
    hs_err_pidXXXX is the file that is generated when the hotspot crashes.
    I would think that
    hs== hotspot
    err== error
    pidXXXX== process id, being windows, it should be PID under task manager.
    I loaded www.ign.com and it seemed fine to me. I am using IE too but with 1.4.2_05.

  • JNI problems (findclass and vm error)

    Hi,
    First please apologize if this question has already been asked. I've looked at the archives and I haven't found any answer to these problems. Thanks to take the time to read this quite long post, but I've tried to be sufficiently explicit...
    So, here's what I want to do: in the native code, generate a list (ArrayList) with some integers in it. I must add that I'm not a Java expert.
    Here's the java code calling the native function:
    package be.ac.umrtc;
    public class Main {
         public native List computeRoute(int src, int dst, float reservation)
         static{
              System.loadlibrary("cspf");
         public static void main(String[] args) throws Exception{
         List path = new Main().computeRoute(lsp.getFrom(),lsp.getTo(),lsp.getReservation());
    Now the native code:
    #include <jni.h>
    #include "be_ac_umrtc_Main.h"
    JNIEXPORT void JNICALL Java_be_ac_umrtc_Main_computeRoute(JNIEnv *env, jobject obj, jint src, jint dst, jfloat reservation){
         arraylistClass = (*env)->FindClass(env,"/java/util/ArrayList");
         if (arraylistClass == NULL){
              return NULL; // exception thrown
         cid = (*env)->GetMethodID(env,arraylistClass,"<init>","()V");
         if (cid == NULL){
              return NULL; // exception thrown
         arraylist = (*env)->NewObject(env, arraylistClass, cid);
         tempClass = (*env)->GetObjectClass(env,arraylist);
         jmethodID mid = (*env)->GetMethodID(env,tempClass,"add","(Ljava/lang/Object;)Z");
         while (longListPopBack(&computedroute,&value2)!=-1){
              fprintf(stderr,"Valeur de value: %d\n", value2);
              if (mid==0){
                   return;
              fprintf(stderr,"%d\n", bool = (*env)->CallBooleanMethod(env, arraylist, mid, value2));
    (*env)->DeleteLocalRef(env, arraylistClass);
    return arrayList;
    I get a NoClassDefFoundError on java/lang/ArrayList.
    So, I've tried to pass a List object "path" as argument to the native method (created in java)
    and proceed with:
    arraylistClass = (*env)->GetObjectClass(env,path);
    instead of FindClass.
    It seems to work well, the first call to callBoleanMethod returns 1. But then, the next call in the loop ends in a VM ERROR:
    HotSpot Internal Error, VM Error
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode)
    # Error ID: 43113F32554E54494D45110E4350500308
    # Problematic Thread: prio=1 tid=0x08052c30 nid=0x346d runnable
    Heap at VM Abort:
    Heap
    def new generation total 576K, used 0K [0x44df0000, 0x44e90000, 0x452d0000)
    eden space 512K, 0% used [0x44df0000, 0x44df02a8, 0x44e70000)
    from space 64K, 0% used [0x44e80000, 0x44e80000, 0x44e90000)
    to space 64K, 0% used [0x44e70000, 0x44e70000, 0x44e80000)
    tenured generation total 3724K, used 2233K [0x452d0000, 0x45673000, 0x48df0000)
    the space 3724K, 59% used [0x452d0000, 0x454fe540, 0x454fe600, 0x45673000)
    compacting perm gen total 4096K, used 3166K [0x48df0000, 0x491f0000, 0x4cdf0000)
    the space 4096K, 77% used [0x48df0000, 0x49107890, 0x49107a00, 0x491f0000)
    Java Result: 129
    The questions are thus:
    1. why does FindClass not work?
    2. why does the second call to callboleanmethod fails?
    Thanks a lot for your help.
    Olivier

    Thanks, so now I just want to return an array of integers.
    int[] computeRoute(...); in JAVA
    JNIEXPORT jintArray JNICALL Java_be_ac_umrtc_Main_computeRoute(JNIEnv *env, jobject obj, jint src, jint dst, jfloat reservation){
    int intarray[size];
    return intarray;
    does not work
    I've tried casting : return (jintArray) intarray;
    but no success
    How can I create a jintArray? And then how to insert elements in this jintArray? I've seen in the books and the tutorial how to get element from such a jintArray passed as argument... but how to create it (how to fix size when creating it) and how to set elements is not evident to me.
    Thanks for your patience.

  • Hotspot login cannot open the page because it could not establish a secure connection to the server.

    I am trying to connect to a public wifi network.  My iPad connects marvoulesly.  My iPhone not so much.  I have an iPhone 4 and everytime I go to connect, it goes to a pop up page where I'm supposed to click a link to adhere to their TOS.  When I get the pop up page I get "Hotspot login cannot open the page because it could not establish a secure connection to the server"
    I've reset the network settings and nothing changed.  Same error message.  Any tips or tricks to fix this?  I'm laid up on bed rest in the hospital and would really rather that I not use all my data minutes...
    Thanks!

    Updated to iOS6 on an iPhone 4 this morning, and now when I attempt to connect to my work wireless, it connects for a moment then attempts to popup some login page (I sometimes get the hotspot login error you've mentioned) and because the page doesn't exist I can't get connected to the wireless netowrk.
    What the heck have apple broken in this update?
    Why when joining a normal wireless network is my phone even going near a Login page? What is this and how do I disable it?
    Oh, and I'm posting here because your suggestions of disabling the Wi-Fi and Cellular data netowkrs doesn't solve the problem.
    [Edit: seems while typing this leaving the cellular data disabled, it's now letting my join wireless - seems to be some timeout on it fixing the issue - I'd still like to know what this login page is it's attempting to locate is for.]
    -A

  • Mobile Hotspot in Lenovo Settings does not start sharing

    I have a X1 Carbon running Win 8 64. The Mobile Hotspot used to work when I got the system for couple of months. It is very useful when staying at hotels which allow only one device per login ID. I usually update drivers on regular basis using System Update 5.02. At one point I noticed that Mobile Hotspot will not start sharing. My network adapter is set to share the connection and I also disabled the Intel Connection Utility that came with one of the WiFi adapter updates. Updated Lenovo Dependency Package and Lenovo Settings Dependency Package several times. Still, the problem persists.
    Any ideas? Thanks
    Just updated one more time. After Start Sharing does not go anywhere a message comes, "Failed to start Internet connection sharing. Please check if another application is hosting or check your network setting"

    I had an X230 with Mobile Hotspot. I found that the Intel application had to be enabled for Lenovo Hotspot to work. Hotspot woudl error out if Intel was not running. Enable the Intel Application, restart the computer and then run System Update again. After all that, restart and test again.
    ... JDH

  • JDK1.5.0_12 crash when I try to startup a tomcat app server with it.

    Hi,
    I am support a Blackboard application running on a PrimePower box.
    Recently I installed JDK1.5.0_12 on the box. When I re-configured Blackboard to use the new JDK and tried to restart the server, the tomcat portion will keep getting the JVM Hotspot crash error as illustrated below.
    The startup is invoked from a shell script that starts the web server as well as the tomcat (app) server. As long as the root partition has enough diskspace, the script will try to "start" the tomcat server.
    The JVM will keep throwing core dumps and issuing messages like the following, with each core dump taking about 100 to 150MB in space from the root partition.
    Only when there isn't enough space in the root partition for another core dump, did I notice that it stopped.
    My sys admin has since cleaned up the dump files and I have reverted back to the earlier minor release of JDK1.5.0.
    I have used ldd -r libjvm.so and the command could return me the list of libraries that the libjvm.so depends on (not a problem with the loading of the dynamic libraries and such).
    I have submitted the JVM crash report. But no one has gotten back to me.
    Has anyone encountered the same problems / have any suggestions on what could be cause and how to resolved this?
    Thanks.
    Regards,
    Hon Peng.
    =============================
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xfea84b00, pid=13715, tid=1
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_12-b04 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x284b00]
    --------------- T H R E A D ---------------
    Current thread (0x00036e20): JavaThread "main" [_thread_in_vm, id=1]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x57726974
    Registers:
    O0=0x00000000 O1=0x00000000 O2=0x0000015c O3=0x00000000
    O4=0x0000015c O5=0x0000015c O6=0xffbfe6f8 O7=0x0000015c
    G1=0x00000000 G2=0x0000015c G3=0x0000015c G4=0x00000000
    G5=0x00000000 G6=0x00000000 G7=0xff350000 Y=0x00000000
    PC=0xfea84b00 nPC=0xfea84b04
    Top of Stack: (sp=0xffbfe6f8)
    0xffbfe6f8: 000373fc 57726974 000adfb0 ff028d48
    0xffbfe708: 00032778 fefdc000 001b3990 b4805210
    0xffbfe718: ffbfe84c 00000000 00000000 ff010c40
    0xffbfe728: 00009c00 80000000 ffbfe7e8 fea84674
    0xffbfe738: 00000000 e3908660 ffbfe7c0 f900587c
    0xffbfe748: b4a64018 007f9a80 ffbfe7b4 b4a5e2c5
    0xffbfe758: ffbfe7b8 ffbfe8e0 f9015b04 00000000
    0xffbfe768: 00000000 f900576c b4a64018 007f9a80
    Instructions: (pc=0xfea84b00)
    0xfea84af0: 80 a5 a0 00 04 40 00 15 b4 10 20 00 e2 04 a0 08
    0xfea84b00: d4 04 60 00 d2 04 60 04 8b 2a b0 20 88 12 40 05
    Stack: [0xffb80000,0xffc00000), sp=0xffbfe6f8, free space=505k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x284b00]
    V [libjvm.so+0x28467c]
    j java.lang.Object.notify()V+0
    j blackboard.util.Queue.put(Ljava/lang/Object;)V+19
    j blackboard.platform.log.impl.QueuedLogger.doLogMessage(Ljava/lang/String;)V+77
    j blackboard.platform.log.impl.BaseLogger.log(Ljava/lang/String;Lblackboard/platform/log/LogService$Verbosity;)V+10
    j blackboard.platform.log.impl.BaseLogger.logInfo(Ljava/lang/String;)V+5
    j blackboard.platform.log.impl.BbLogServiceImpl.logInfo(Ljava/lang/String;)V+5
    j blackboard.platform.BbServiceManager.init(Ljava/io/File;Ljava/util/Properties;Z)V+249
    j blackboard.platform.BbServiceManager.init(Ljava/lang/String;Ljava/util/Properties;Z)V+44
    j blackboard.platform.ApplicationLauncher.main([Ljava/lang/String;)V+479
    v ~StubRoutines::call_stub
    V [libjvm.so+0x19b4dc]
    V [libjvm.so+0x2dd2cc]
    C [java+0x222c] main+0x1164
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.lang.Object.notify()V+0
    j blackboard.util.Queue.put(Ljava/lang/Object;)V+19
    j blackboard.platform.log.impl.QueuedLogger.doLogMessage(Ljava/lang/String;)V+77
    j blackboard.platform.log.impl.BaseLogger.log(Ljava/lang/String;Lblackboard/platform/log/LogService$Verbosity;)V+10
    j blackboard.platform.log.impl.BaseLogger.logInfo(Ljava/lang/String;)V+5
    j blackboard.platform.log.impl.BbLogServiceImpl.logInfo(Ljava/lang/String;)V+5
    j blackboard.platform.BbServiceManager.init(Ljava/io/File;Ljava/util/Properties;Z)V+249
    j blackboard.platform.BbServiceManager.init(Ljava/lang/String;Ljava/util/Properties;Z)V+44
    j blackboard.platform.ApplicationLauncher.main([Ljava/lang/String;)V+479
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0037fbe8 JavaThread "FileLogSinkImpl Daemon" [_thread_blocked, id=15]
    0x0015ddc0 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=13]
    0x0015c4e8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=12]
    0x0015b670 JavaThread "CompilerThread0" daemon [_thread_blocked, id=11]
    0x0015a7f8 JavaThread "AdapterThread" daemon [_thread_blocked, id=10]
    0x001599e8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9]
    0x0014d768 JavaThread "Finalizer" daemon [_thread_blocked, id=8]
    0x0014d228 JavaThread "Reference Handler" daemon [_thread_blocked, id=7]
    =>0x00036e20 JavaThread "main" [_thread_in_vm, id=1]
    Other Threads:
    0x0014ab40 VMThread [id=6]
    0x000aff90 WatcherThread [id=14]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00032778/0x00035dd0] SignatureHandlerLibrary_lock - owner thread: 0x00036e20
    Heap
    PSYoungGen total 39424K, used 5458K [0xe3400000, 0xe6000000, 0xf8c00000)
    eden space 33792K, 16% used [0xe3400000,0xe3954b40,0xe5500000)
    from space 5632K, 0% used [0xe5a80000,0xe5a80000,0xe6000000)
    to space 5632K, 0% used [0xe5500000,0xe5500000,0xe5a80000)
    PSOldGen total 90112K, used 0K [0xb8800000, 0xbe000000, 0xe3400000)
    object space 90112K, 0% used [0xb8800000,0xb8800000,0xbe000000)
    PSPermGen total 16384K, used 4896K [0xb4800000, 0xb5800000, 0xb8800000)
    object space 16384K, 29% used [0xb4800000,0xb4cc83e8,0xb5800000)
    Dynamic libraries:
    0x00010000      /usr/local/jdk1.5.0_12/bin/java
    0xff370000      /usr/lib/libthread.so.1
    0xff3fa000      /usr/lib/libdl.so.1
    0xff280000      /usr/lib/libc.so.1
    0xff3a0000      /usr/platform/FJSV,GPUS/lib/libc_psr.so.1
    0xfe800000      /usr/local/jdk1.5.0_12/jre/lib/sparc/server/libjvm.so
    0xff240000      /usr/lib/libsocket.so.1
    0xff220000      /usr/lib/libsched.so.1
    0xff1f0000      /usr/lib/libCrun.so.1
    0xff1a0000      /usr/lib/libm.so.1
    0xff080000      /usr/lib/libnsl.so.1
    0xff170000      /usr/lib/libmp.so.2
    0xfe7e0000      /usr/local/jdk1.5.0_12/jre/lib/sparc/native_threads/libhpi.so
    0xfe7b0000      /usr/local/jdk1.5.0_12/jre/lib/sparc/libverify.so
    0xfe770000      /usr/local/jdk1.5.0_12/jre/lib/sparc/libjava.so
    0xfe740000      /usr/local/jdk1.5.0_12/jre/lib/sparc/libzip.so
    0xf8cd0000      /usr/local/jdk1.5.0_12/jre/lib/sparc/libj2pkcs11.so
    0xb3580000      /usr/lib/libpkcs11.so
    0xf8c50000      /usr/lib/libasn1.so
    0xb3400000      /usr/lib/libcmicmn.so
    0xb47a0000      /opt/FJSVsmee/lib/libinfoca.so
    0xf8f90000      /opt/FJSVsmee/lib/libinfocacom.so
    0xf8c30000      /opt/FJSVsmee/lib/libsctl15d.so
    VM Arguments:
    java_command: blackboard.platform.ApplicationLauncher -S ../config/update-tool-vm/install-tool-vm-servicedef.properties -A blackboard.apis.updatetools.CommandLineToolInvokerApp blackboard.apis.updatetools.tooldefs.install.ServiceControllerTool services.stop
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/local/jdk1.5.0_12
    CLASSPATH=
    PATH=/usr/local/blackboard/apps/openssl/bin:/usr/local/blackboard/apps/bbcms/bin:/usr/local/jdk1.5.0_12/bin:/usr/bin:/usr/ucb:/etc:/usr/local/bin:.
    LD_LIBRARY_PATH=/usr/local/jdk1.5.0_12/jre/lib/sparc/server:/usr/local/jdk1.5.0_12/jre/lib/sparc:/usr/local/jdk1.5.0_12/jre/../lib/sparc
    SHELL=/bin/ksh
    HOSTTYPE=sparc
    OSTYPE=solaris2.9
    MACHTYPE=sparc-sun-solaris2.9
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x70cb50], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x70cb50], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x2743ac], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x2743ac], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x2743ac], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGUSR1: [libjvm.so+0x67f5f0], sa_mask[0]=0x00000000, sa_flags=0x00000008
    SIGUSR2: [libjvm.so+0x2743ac], sa_mask[0]=0x7fbffeff, sa_flags=0x0000000c
    SIGHUP: [libjvm.so+0x67e22c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGINT: [libjvm.so+0x67e22c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGQUIT: [libjvm.so+0x67e22c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x67e22c], sa_mask[0]=0x7fbffeff, sa_flags=0x00000004
    --------------- S Y S T E M ---------------
    OS: Solaris 9 4/04 s9s_u6wos_08a SPARC
    Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 22 March 2004
    uname:SunOS 5.9 Generic_118558-33 sun4us (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 5120, AS infinity
    load average:0.05 0.12 0.16
    CPU:total 4 has_v8, has_v9, has_vis1, has_vis2, is_ultra3
    Memory: 8k page, physical 8388608k(6679936k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_12-b04) for solaris-sparc, built on May 2 2007 02:33:21 by unknown with unknown Workshop:0x550

    Hi,
    Thanks for the reply. I have tried this on another machine running the same version of Blackboard. It works fine.
    Only difference is that the machine that has the JVM crash is running on Fujitsu PrimePower and the OS is Solaris 9 (but twigged for PrimePower).
    The one where it runs and starts up successfully is running on SunFire (OS is Solaris 10).
    I am wondering if there is a problem with the JVM loading required libraries because of the OS being different versions.
    Any leads on this is welcomed. Thank you.
    Regards,
    Hon Peng
    ===================
    On Fujitsu Primepower
    SunOS 5.9 Generic_118558-33 sun4us sparc FJSV,GPUS
    the Dependencies for libjvm.so are as follows:
    ===================
    bash-2.05$ ldd -r libjvm.so
    libsocket.so.1 => /usr/lib/libsocket.so.1
    libsched.so.1 => /usr/lib/libsched.so.1
    libdl.so.1 => /usr/lib/libdl.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libm.so.1 => /usr/lib/libm.so.1
    libthread.so.1 => /usr/lib/libthread.so.1
    libc.so.1 => /usr/lib/libc.so.1
    libnsl.so.1 => /usr/lib/libnsl.so.1
    libmp.so.2 => /usr/lib/libmp.so.2
    /usr/platform/FJSV,GPUS/lib/libc_psr.so.1
    =====================================
    On SunFire, Sun machine
    SunOS 5.10 Generic_118833-36 sun4u sparc SUNW,Sun-Fire-280R
    the dependencies are different for the libjvm.so:
    =====================================
    bash-2.05$ ldd -r libjvm.so
    libsocket.so.1 => /lib/libsocket.so.1
    libsched.so.1 => /usr/lib/libsched.so.1
    libdl.so.1 => /lib/libdl.so.1
    libCrun.so.1 => /usr/lib/libCrun.so.1
    libm.so.1 => /lib/libm.so.1
    libthread.so.1 => /lib/libthread.so.1
    libc.so.1 => /lib/libc.so.1
    libnsl.so.1 => /lib/libnsl.so.1
    libmp.so.2 => /lib/libmp.so.2
    libmd5.so.1 => /lib/libmd5.so.1
    libscf.so.1 => /lib/libscf.so.1
    libdoor.so.1 => /lib/libdoor.so.1
    libuutil.so.1 => /lib/libuutil.so.1
    /platform/SUNW,Sun-Fire-280R/lib/libc_psr.so.1
    libm.so.2 => /lib/libm.so.2
    /platform/SUNW,Sun-Fire-280R/lib/libmd5_psr.so.1

  • JVM crash upon webapp deployment to WebLogic 9.1

    I have been tasked with taking a web application that has been working under WebLogic 6.1 and getting it to compile and run under WebLogic 9.1 (using Sun JDK/JRE 1.5). I resolved a few compile problems in Java sources (and commented out a few lines of JSP), made a few build script changes, and was able to compile the app. But as soon as I try to deploy it to WL 9.1 (via autodeploy), the WL process crashes with a HotSpot JVM error:
    Loading services...
    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  Internal Error (53484152454432554E54494D450E43505001A3), pid=6060, tid=5444
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_04-b05 mixed mode)
    # An error report file with more information is saved as hs_err_pid6060.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    #The hs_err_pid file doesn't contain any clues that I can see; the report just shows that the error occurred somewhere in the VM code. The last line of my AdminServer.log contains:
    <Module poll of application appsdiriCommonsPoll_ear successfully transitioned from STATE_PREPARED to STATE_ADMIN on server AdminServer.> (that ear is the application I'm dealing with.)
    In the past, working with standalone Java programs, I have found many times that a VM crash is ultimately due to native code which caused a memory violation of some kind, but there is no native code in this app. I just started trying to figure out what could be causing this -- does anyone have any insights??
    Thanks for any hints you might have. I'm running this on Win XP Pro, SP 2.
    - Chris

    I just found that the BEA JRockit "R26" build (1.5.0_04) included with WL 9.1 does NOT crash when I start with this web app deployed, whereas the latest Sun 1.5 JVM (1.5.0_12) for Windows still crashes with the same error. Weird!
    Looks like this could be a Sun JVM bug after all, much to my surprise. I'm not taking this as a foregone conclusion though, so if anyone has any other hints, I'm all ears. Thanks.
    - Chris

  • Problem building the J2sdk-1_4_1

    I am trying to perform a build of the J2sdk using the source code and build instructions provided by sun. However there are errors in the files used by Make. Has anyone built the j2skd using suns source.
    Does anyone know of any projects in this area.?
    Any information would be very useful as I am finding it difficult to find any information in this area.
    Thanks in advance,
    David.

    The error message seems to be a problem with the C++ path. I have checked the installation and used short directory names but still get these errors:
    C:/j2sdk-1_4_2/j2sdk-1_4_2-src-scsl/hotspot\build\windows\.\vm\release\Makefile(
    16) : fatal error U1052: file '../generated/Dependencies' not found
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: 'C:\PROGRA~1\MIAF9D~1\VC98\Bin\nmake.exe' : return co
    de '0x2'
    Stop.
    gmake[1]: *** [hotspot-compiler2] Error 2
    gmake: *** [scsl-build] Error 2
    Has anyone encountered this before? Any ideas would be helpful.
    Thanks ,
    Dave.

  • Help with JPCap

    Hi Gents:
    I am writing an application for a contract i got.
    I am using JPcap to capture inital packets so i can route the data trhough a secure means. Anyhow, the project is beyond the scope of this question.
    We were getting HotSpot VM error. After replacing the dll such as WinPCap we found that there were not more exceptions but the program would run.
    However the software does not detect and print the network cards found.
    This same software work in a laptop dell 6000 but it does not work in another laptop despite the fact that both have the same network card and same JRE version. The code also work in a window 2000 server.
    Please, i would apprieciate some help. I have tried many thing and search a lot . here is the code:
    public PacketCaptureThread(String aDevice) {
    device=aDevice;
    terminated=false;
    packetCapture= new PacketCapture();
    public void run(){
    try{
    packetCapture.open(device,snaplen,promiscuous,timeout);
    System.out.println("opening :"+device + "in thread: "+ this.getName() );
    packetCapture.addPacketListener(new PacketHandler());
    packetCapture.capture(PACKET_COUNT);
    catch(CaptureDeviceOpenException ex){
    ex.printStackTrace();
    catch(CapturePacketException ex){
    ex.printStackTrace();
    class PacketHandler implements PacketListener
    public void packetArrived(Packet packet){
    try {
    // only handle TCP packets
    if(packet instanceof TCPPacket) {
    TCPPacket tcpPacket = (TCPPacket)packet;
    String srcHost = tcpPacket.getSourceAddress();
    String dstHost = tcpPacket.getDestinationAddress();
    int port=tcpPacket.getDestinationPort();
    if(port!=80){
    System.out.println("TCP packet :"+"source-> " + srcHost +
    " destination -> "+dstHost + " port: " + port);
    if(packet instanceof IPPacket){
    IPPacket ipPacket=(IPPacket)packet;
    String srcHost= ipPacket.getSourceAddress();
    String dtsHost=ipPacket.getDestinationAddress();
    ipPacket.getTypeOfService();
    System.out.println("IP packet :"+"source-> " + srcHost +
    " destination -> "+dtsHost);
    if(packet instanceof EthernetPacket){
    EthernetPacket ethernetPacket=(EthernetPacket)packet;
    String srcHost=ethernetPacket.getSourceHwAddress();
    String dstHost=ethernetPacket.getDestinationHwAddress();
    // System.out.println("ethernet packet :"+" source-> " + srcHost +
    // " destination -> "+dstHost);
    if(packet instanceof ICMPPacket){
    ICMPPacket icmpPacket=(ICMPPacket)packet;
    String srcHost=icmpPacket.getSourceAddress();
    String dstHost=icmpPacket.getDestinationAddress();
    System.out.println("ICMPPacket packet :"+"source-> " + srcHost +
    " destination -> "+dstHost);
    if(packet instanceof ARPPacket){
    ARPPacket arpPacket=(ARPPacket)packet;
    String srcHost=arpPacket.getSourceHwAddress();
    String dstHost=arpPacket.getDestinationProtoAddress();
    System.out.println("ARP packet :"+"source-> " + srcHost +
    " destination -> "+dstHost);
    } catch( Exception e ) {
    e.printStackTrace();
    I also have a simple version, no threads, but that version still does not detect the network cards.
    Thank you
    Marlon

    Hi,
    Download and install the following.
    HP OSD Utility.
    Proximity Sensor Driver.
    When done, restart the notebook.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Compiling JDK 1.4.2 from source, under win32

    Hi,
    Here is how I compiled JDK 1.4.2 from source-code under win32. I hope this helps the many others who are interested in doing the same.
    1) Download the sources from here: http://wwws.sun.com/software/communitysource/j2se/java2/download.html
    Be sure to download all packages (SCSL source, SCSL binaries, mozilla binaries)
    2) Download gnu make from here: http://ftp.gnu.org/pub/gnu/make/
    3) Download Info-zip "zip" and "unzip" packages: http://www.info-zip.org/pub/infozip/UnZip.html and http://www.info-zip.org/pub/infozip/Zip.html
    4) Request and evaluation copy of MKS Toolkit: http://www.mkssoftware.com/eval/
    The key point here is that MKS Toolkit is a commercial product and even once you request an evaluation copy, it'll take a day or two for one of their salespeople to contact and harass you. Tell him whatever you must to get an evaluation copy out of him ("I might buy a copy in 3 months, honest!")... I personally wish Sun would move away from this commercial product and replace it with cygwin or something. It was very annoying getting past this stage.
    5) Download the DirectX 9.0 SDK from here: http://www.microsoft.com/downloads/details.aspx?FamilyID=124552ff-8363-47fd-8f3b-36c226e04c85&displaylang=en
    Sun actually requires DirectX 7.0 SDK but I couldn't find a copy anywhere so we have no choice but use a newer copy. This is another issue Sun should really address.
    6) Install DirectX SDK, MKS Toolkit, Info-zip zip and unzip
    7) Unpack gnu make into a directory and build it using the special steps for the MKS Toolkit shell. If you're trying to build make 3.80 be sure to fix this bug before you proceed or else it won't build: https://savannah.gnu.org/bugs/index.php?func=detailitem&item_id=1687
    8) Set your build environment variables. Here are my personal settings:
    call "C:\Program Files\Microsoft Visual Studio\VC98\Bin\vcvars32.bat"
    set ALT_UNIXCOMMAND_PATH=c:\mksnt
    set ALT_MSVCRT_DLL_PATH=c:\windows\system32
    set ALT_BOOTDIR=c:\j2sdk1.4.2_04
    set ALT_DEVTOOLS_PATH=c:\j2sdk1.4.2_04\source\utils
    set path=C:\make-3.80\WinRel;%path%
    set include=%include%;c:\program files\microsoft sdk\include
    set JAVA_HOME=
    9) You must build against Visual C++ 6.0 (Visual C++ .NET won't work because its missing non-standard header files used by Sun, such as iostream.h)
    10) "cd <jdk source dir>\control\make"
    11) Edit <jdk source dir>\j2me\make\common\Sanity.gmk line 1135. Replace:
    ifeq ($(PLATFORM), windows)
    with
    ifeq ($(PLATFORM), windows_skip)
    This will cause the build process to ignore the fact that you have DirectX 9.0 when it requires version 7.0
    12) Start the build process: "make scsl"
    13) If the build process dies because you have a different service-pack of Visual C++ 6.0 than it expects, edit <jdk source dir>\j2me\make\common\Sanity.gmk lines 71-72 and modify the expected version numbers to the ones you have.
    14) If you see a "'c:\program' not found" error while compiling. Be sure that the paths set by VCVARS32.BAT use short-names not long-names, because make gets confused by paths with spaces.
    15) If you see an error "No rule to make target `/usr/src/j2sdk-1_4_2-src-scsl/control/build/linux-i586/lib/fonts/LucidaTypewriterRegular.ttf'" it means you forgot to extract the "SCSL binaries" package into the source-code directory
    I will post solutions to further compiler errors as I encounter them, I encourage you to do the same.

    hey
    i m trying to install JDK 1.5 from source under win XP
    dev-sanity pass so i suppose i have all installed correctly
    the problem is when i run the command "make scsl" to compile all
    i got an error which is into "link.exe" at the begin of the compilation :
    cd generated && NMAKE /NOLOGO /f C:\cygwin\Sources\hotspot\build\windows
    \makefiles\generated.make DIR=.\generated BUILD_FLAVOR=product
    link.exe kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib ad
    vapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib Wsock32.lib winmm.lib /n
    ologo /machine:I386 /opt:REF /opt:ICF,8 /map /debug /subsystem:console /out:adl
    c.exe main.obj adlparse.obj archDesc.obj arena.obj dfa.obj dict2.obj filebuff.ob
    j forms.obj formsopt.obj formssel.obj opcodes.obj output_c.obj output_h.obj
    link: too many arguments
    Try `link --help' for more information.
    NMAKE : fatal error U1077: 'link.exe' : return code '0x1'
    Stop.
    NMAKE : fatal error U1077: 'cd' : return code '0x2'
    Stop.
    NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio\VC98\bin\n
    make.exe"' : return code '0x2'
    Stop.
    make[3]: *** [generic_build2] Error 2
    make[3]: Leaving directory `/Sources/hotspot/make'
    make[2]: *** [product] Error 2
    make[2]: Leaving directory `/Sources/hotspot/make'
    make[1]: *** [hotspot-build] Error 2
    make[1]: Leaving directory `/Sources/control/make'
    make: *** [scsl-build] Error 2
    i installed visual studio professional 6 sp3 as required ine the "build-windows-i586.html" file ! is the file link.exe incorrect in the pack 3??
    Thanks

  • JoikuSpot Premium NOW UNAVAILABLE after purchase

    On this date, and time: 14 April 2011 4:35:29 PM EEST
    I purchased from the Ovi Store via operator billing: Vodacom Group Pty Ltd phone bill
    The software: JOIKUSPOT PREMIUM WiFi HotSpot
    An error which could not be resolved on my phone and memory card developed, necessitating a full format of both pieces of hardware. The Ovi Store fortunately remembers by prior purchase of the software Gravity, but not Joikuspot Premium. It appears that the software is also now unmarked in downloaded/paid for items (My Stuff) on my other phone. I have emailed [email protected] directly, and await some resolution. I hope I'm not the only one with this issue. 
    Symbian connected me to the world, to my dreams.. Thank-you Nokia

    You're going to have to write to support, which you can find at: http://mea.nokia.com/support#, if you're in the Middle East and/or Africa, for example. They'll refund you through bank EFT, whether or not you purchased through operator billing or credit card/other financial services. The transaction is processed within the EU, which means you'll need all of this - if you're not in the EU:
    *Bank Account Name: - y
    *Bank Account #: - y
    *Bank Name - y
    *Bank address - y
    *Bank Key (IBAN, BSB or SWIFT): - n/a, ?
    *Bank control key - n/a, ?
    *Bank ABA Routing no - n/a, ?
    *Swift Code: - y
    *Branch 6-Digit Code: - y
    * Customer address: - y
    I have not yet sourced this from my bank -- some of it is readily available, some not -- and those I have no idea what they are. I'll have to ask my bank. All a bit inconvenient for ZAR25.00 -- about US$3.00. So went and purchased it again.
    Symbian connected me to the world, to my dreams.. Thank-you Nokia

Maybe you are looking for

  • CO Order settlement rule to be changed on monthly basis.

    Hello, We have a scenario  where in CO orders (i.e. orders created in KKF1) which is being used for goods issue (MT 261). Settlement rule is defined in the order and the receiver is CO-PA. Now the requirement is, values lying in each order needs to b

  • Message Tracking in edge server 2010

    Dear All, any power shell command for tracking message send report and generate delivery status? pls help Sunil SUNIL PATEL SYSTEM ADMINISTRATOR

  • Computer see`s i-pod Touch as a camera.

    Hiya folks, i`m trying to sync my 2nd gen Touch to my new Windows 8 laptop but it won`t show the music or app`s but does come up with the pictures. I`ve tried uninstalling/re-installing i-tunes, a different cable and even a different computer running

  • Wiki - or even better a script - to create a PKGbuild from a PPA

    i would like to test Conky manager, it is available for Ubuntu, and still not in AUR. I said to myself, lets contribute with my first PKGbuild, but, I did not found a guide at Google, not at ARCH wiki too, at least not easily - perhaps it does exist

  • Pls. is the below scenario is possible in SAP?

    Hello, We are from bulk sale industry, our customers are individual store operators. We want to provide a Adobe Interactive Form in our portal to these customers so that they will enter material data submits the form to the workflow/system. Pls. note