Solaris 8 crashes in kstat subsystem

Solaris 8 panics in kstat subsystem while in kstat_runq_exit(). I am already checking rcnt for non-null.
Harry

You may want to investigate installing from a Web Start Flash Archive located on your net, CD or tape.
http://docs.sun.com/db/doc/816-2411/6m8ou8s8p?a=view

Similar Messages

  • Solaris 10 crashes while running find command

    I have set up solaris 10 on an intel machine. When I run "find" command the system crashes.
    Please Help
    Thanks in advance

    Hi please help me I almost despair,
    I have experienced the same problem. When I try to find a file without specifying location (using the shortcut on default desktop in JDS with mouse) the application crashes.
    Thereafter I'm not even able to shut down the system as the mouse doesn't seem to react anymore (can point but not click).
    I was logged on as root. However maybe it matters that I only just installed Solaris 10 and as I'm a complete beginner with Solaris I don't know if any post-installation configuration is required. Furthermore the same happens with the "Desktop Overview" shortcut (the book icon with the questionmark that appears by default after new installation).
    I have chosen the default installation.
    System info:
    nforce4 motherboard, 2GB RAM
    Athlon 64 3800+ x2
    Asus geforce 6600gt, driver not yet installed
    D-link DWL-G520 wireless pci card, Atheros driver not yet installed (from opensolaris.org)
    IDE hard drive for SOLARIS 10
    SATA Raid 0 of 2 drives on sil3114 for WIN XP
    It would be very kind if someone could help me. I installed Solaris as Ithought it was more stable than Win but probably I am just doing something wrong.

  • Where to find download for "Solaris cat" (crash analysis tool)

    Good afternoon,
    I have a machine that crashes regularly.
    Recently I have found that there is a tool, called "Solaris CAT", that can be used for analysiing crash dumps of Solaris machines.
    Unfortunately I can't find any download for this tool.
    Does anybody know the URL where Solaris CAT can be downloaded from?
    Thanks
    Dominique

    Hello,
    I'm afraid we're not there yet:
    *<machine_name> root#savecore -vd -f vmcore.0*
    savecore: bad magic number 8000
    And concerning "mdb":
    *<machine_name> root#mdb 0*
    *Loading modules: [ unix krtld genunix specfs dtrace ufs sd mpt px ldc ip hook neti sctp arp usba fctl md lofs zfs random nfs crypto ptm logindmux ipc ]*
    *> ::status*
    debugging crash dump vmcore.0 (64-bit) from <machine_name>
    operating system: 5.10 Generic_127127-11 (sun4v)
    panic message: Unrecoverable hardware error
    dump content: kernel pages only
    *> $c*
    vpanic(1096fe0, 2a100277730, 300014d0c40, 1, 0, 189c400)
    process_nonresumable_error+0x234(2a100277870, 1, 1, 40, 0, 1)
    ktl0+0x64(300078471d8, 0, 0, 0, 10000, 60026f6a0d8)
    poll_common+0x2a8(ffffffff7fffcc34, 600247c10a8, 2a100277ad0, 0, ffffffff7fffcc34, 3)
    pollsys+0xf8(ffffffff7fffcc34, 3, ffffffff7fff6980, 0, 2a100277ad0, 0)
    syscall_trap+0xac(ffffffff7fffcc34, 3, ffffffff7fff6980, 0, 110554, 0)
    *> ::panicinfo*
    cpu                1
    thread      300053b00a0
    message Unrecoverable hardware error
    tstate         e2001603
    g1                1
    g2          1096c00
    g3                1
    g4                2
    g5                2
    g6                0
    g7      300053b00a0
    o0          1096fe0
    o1      2a100277708
    o2                0
    o3                0
    o4                0
    o5      60021ec6000
    o6      2a100276dd1
    o7          111099c
    pc          1054250
    npc          1054254
    y                0
    => Does this mean that I need to replace CPU 1 (I thought that the problem was due to a memory board)?
    Thanks
    Dominique

  • Solaris 11 crashes in scsi_ifgetcap()

    Hi all!! I'm getting crashes in Solaris 11 with the scsi_ifgetcap() function. The same driver works flawlessly with Solaris 10.
    Somebody knows if this crashes happened before to somebody else?
    Thanks in advance

    Hi guys!! I have updated info. In the recovered dump from Solaris11 crashes, I forgot to include a crash dump. The next is an example:
    panicstr = BAD TRAP: type=30 rp=2a102164f50 addr=1881e000 mmu_fsr=9
    panicstack = unix:die+a0 (30, 2a102164f50, 1881e000, 9, 9, 60048) | unix:trap+708 (2a102164f50, 6001b4cb400, 1881e000, 0, 3001ad5e3a0, 1d585) | unix:ktl0+64 (2600001881e800, 7, 2, 6001bf911f8, 2600001881e800, 60048) | fcp:fcp_commoncap+18 (6001881e800, 7ae73888, 0, 1, 0, 7b302cf0) | IBMtape:IBM_open+246c (7010a43d, 7, 2, 6001bf911f8, a58, 300024fe000) | specfs:spec_open+5b4 (2, 1, 6001bf911f8, 2, 2a102165910, 0) | genunix:fop_open+184 (2a102165910, 6001cf56a00, 6001bf911f8, 0, 0, 7) | genunix:vn_openat+6b4 (4013c, 4, 7, 2a102165910, 0, 0) | genunix:copen+434 (4013c, 600000, 7, 40148, 0, 0) |
    I got many crashes exactly in the same point: scsi_ifgetcap() is causing the crashes. This does not happen during the device attachment, but only in open() entry point. In order for our issue to be reproduced, the open() system call needs to be executed.
    Got the stack dumps from all the crashes, and all the crashes happens exactly in the same point. ( fcp_commoncap+18 )
    Somebody has information about this weird issue?
    Edited by: user9048712 on 09-ene-2012 12:34

  • Solaris 11 crashes in SCSI call

    Help!!
    Are the next values writable?
    scsi_device_t scsi_device;
    scsi_device.sd_address.a_target = target;
    scsi_device.sd_address.a_lun = lun;
    scsi_ifgetcap( scsi_device .....) /* crashes in solaris 11 if the a_target and a_lun fields are written */
    I read the driver developers guide again for confirmation on this, but I'm unable to solve it. Some help?
    Thanks in advance.

    Hi guys!! I have updated info. In the recovered dump from Solaris11 crashes, I forgot to include a crash dump. The next is an example:
    panicstr = BAD TRAP: type=30 rp=2a102164f50 addr=1881e000 mmu_fsr=9
    panicstack = unix:die+a0 (30, 2a102164f50, 1881e000, 9, 9, 60048) | unix:trap+708 (2a102164f50, 6001b4cb400, 1881e000, 0, 3001ad5e3a0, 1d585) | unix:ktl0+64 (2600001881e800, 7, 2, 6001bf911f8, 2600001881e800, 60048) | fcp:fcp_commoncap+18 (6001881e800, 7ae73888, 0, 1, 0, 7b302cf0) | IBMtape:IBM_open+246c (7010a43d, 7, 2, 6001bf911f8, a58, 300024fe000) | specfs:spec_open+5b4 (2, 1, 6001bf911f8, 2, 2a102165910, 0) | genunix:fop_open+184 (2a102165910, 6001cf56a00, 6001bf911f8, 0, 0, 7) | genunix:vn_openat+6b4 (4013c, 4, 7, 2a102165910, 0, 0) | genunix:copen+434 (4013c, 600000, 7, 40148, 0, 0) |
    I got many crashes exactly in the same point: scsi_ifgetcap() is causing the crashes. This does not happen during the device attachment, but only in open() entry point. In order for our issue to be reproduced, the open() system call needs to be executed.
    Got the stack dumps from all the crashes, and all the crashes happens exactly in the same point. ( fcp_commoncap+18 )
    Somebody has information about this weird issue?
    Edited by: user9048712 on 09-ene-2012 12:34

  • Solaris big crash

    Hi,
    we are running under Solaris 10 x86. Our system suddenly crashed a few
    days ago. Symptoms are quite bizarre.
    We found first that no ssh remote connection was possible. After a
    reboot it was possible again for small amount of time to connect.
    1) All system commands complained exhibiting a "getexecname() failed"
    message. But /proc was properly mounted
    2)fsck complained that it could not stat for the mounted disk. But
    they did appear to be properly mounted
    3) system date changed to 1970 and cannot be changed using the standard
    date command as root
    Does anyone has an idea ?
    Thanx by advance

    Hi,
    > We found first that no ssh remote connection was
    possible.Do you mean you could not ssh into the box or out of the box?
    > reboot it was possible again for small amount of time
    to connect.> 1) All system commands complained exhibiting a
    "getexecname() failed"Which logfile should one consult to find this message?
    > message. But /proc was properly mounted
    Does anyone has an idea ?Not really...
    Cheers, Peter.

  • BEA JRockit(R) R27.3.1-1-solaris-sparcv9 crashed

    Hi, This happens in solaris sparc machine. Please find the dmp below, could anyone shed some lights on this issue, please?
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=10, si_code=3 si_addr=0xffffffff76a08000
    Version : BEA JRockit(R) R27.3.1-1-85830-1.5.0_11-20070716-1248-solaris-sparcv9
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#0.
    : YC is not running. Last finished YC was YC#0.
    YC History : Ran 0 YCs since last OC.
    Heap : 0x1700000 - 0x5700000
    Compaction : (no compaction area)
    NurseryList : 0x1700000 - 0x3700000
    KeepArea : (no keeparea in use)
    NurseryMarker: [ 0x26ffff0,  0x2efffe8 ]
    CompRefs : References are compressed.
    <Nov 26, 2007 3:23:40 PM> <Debug> <NodeManager> <Waiting for the process to die: 4083>
    <Nov 26, 2007 3:23:40 PM> <Info> <NodeManager> <Server failed during startup so will not be restarted>
    <Nov 26, 2007 3:23:40 PM> <Debug> <NodeManager> <runMonitor returned, setting finished=true and notifying wai
    ters>
    Thanks
    Tamil

    Solaris installation provides only the details I have pasted already. I dont see the core details. However, I was able to reproduce the problem in windows 64 bit machine. Here is the core details.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:03:36 on Tue Dec 04 20:44:05 2007
    Additional information is available in:
    c:\CT\dev\am\test\cases\wls\jrockit.3684.dump
    c:\CT\dev\am\test\cases\wls\jrockit.3684.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (00000000c0000005) at 0x000007FF7FC52B00 - memory at 0x0000000000000000 could not be written.
    Minidump : Wrote mdmp. Size is 133MB
    SafeDllMode : -1
    Version : BEA JRockit(R) R27.3.1-1-85830-1.5.0_11-20070716-1248-windows-x86_64
    GC Strategy : Mode: throughput. Currently using strategy: genparpar
    GC Status : OC is not running. Last finished OC was OC#145.
    : YC is not running. Last finished YC was YC#51.
    OC History : Strategy genparpar was used for OC#137.
    : Strategy singleparpar was used for OC#138.
    : Strategy genparpar was used for OC#139 to OC#140.
    : Strategy singleparpar was used for OC#141.
    : Strategy genparpar was used for OC#142 to OC#145.
    YC History : Ran 0 YCs before OC#141.
    : Ran 9 YCs before OC#142.
    : Ran 1 YCs before OC#143.
    : Ran 10 YCs before OC#144.
    : Ran 20 YCs before OC#145.
    : Ran 2 YCs since last OC.
    Heap : 0x0000000010500000 - 0x0000000011E29000
    Compaction : 0x00000000109B7B00 - 0x0000000010B9D200
    NurseryList : 0x0000000010B8C180 - 0x000000001189CF78
    KeepArea : 0x0000000011384B10 - 0x00000000116BCC40
    NurseryMarker: [ 0x0000000011384B10,  0x00000000116BCC40 ]
    CompRefs : References are compressed.
    CPU : Intel Core SSE SSE2 SSE3 SSSE3 Core EM64T
    Number CPUs : 1
    Tot Phys Mem : 2184585216 (2083 MB)
    OS version : Microsoft Windows Server 2003 version 5.2 Service Pack 1 (Build 3790) (64-bit)
    Thread System: Windows Threads
    State : JVM is running
    Command Line : -Dbasedir=c:\CT\dev\am\test\cases\wls -Dims.test.wsdl.validate= -Dims.test.wsdl.validate.exclude=com.rsa.configuration.,com.rsa.authmgr.admin.configuration. -Dam.admin.seedfile.path=../test/config/kh0701.xml -Dam.admin.seedfile.password= -Dims.toplevel.dir=c:\CT\dev\am\test\cases\wls/../../.. -Djava.naming.factory.initial=weblogic.jndi.WLInitialContextFactory -Djava.naming.provider.url=t3s://am-install-w64.das.na.rsa.net:7002/ -Dims.test.admin.login=admin -Dims.test.admin.password=password -Dims.test.admin.ldap=false -Dims.test.admin.activedomain=ims.000000000000000000001000e0011000 -Dam.test.output.debug=false -Dam.test.config.dir.path=../test/config/ -Dam.test.seedfile.name=tknseed_fob_5.xml -Dam.test.64bit.seedfile.name=ENG0103_1_TOKEN.XML -Dam.test.level2=false -Djava.net.preferIPv4Stack=true -Dam.test.server.ipaddress=127.0.0.1 -Dam.test.nodesecret.search=false -Dam.test.nodesecret.path= -DSDCONF_LOC=../test/config/agent_autoreg/sdconf.rec -DSDNDSCRT_LOC=../test/config/agent_autoreg/securid -DSDSTATUS_LOC=../test/config/agent_autoreg/JAStatus.1 -DRSA_LOG_LEVEL=OFF -Dam.install=true -Dam.console.ssl=false -Dims.test.admin.password.install=5uperMan! -Dam.test.ctkip.seedfile.name=tknseed_software.xml -Dtest.ctkip.client_hello.xml=../test/config/ctkip/clienthellopdu.xml -Dam.test.token.import.nickname.seedfile.name=qa_sidsoft_nn.xml -Dam.test.token.import.nicknameserialnum.seedfile.name=qa_sidsoft_nnsn.xml -Dam.test.token.import.serialnum.seedfile.name=qa_sidsoft_sn.xml -Dtest.ctkip.client_provisioning_data=../test/config/ctkip/provisioningData.xml -Dtest.ctkip.client_nonce.xml=../test/config/ctkip/clientnoncepdu.xml -Dam.test.ldap=false -Dam.test.oa.client.type=lac -Dam.test.oa.dac.domain=SID4WIN -Dam.test.oa.run=false -Dam.test.oa.dps.ipaddress=127.0.0.1 -Dam.test.oa.dah.ipaddress=10.104.102.224 -Dam.test.output.debug.prependDate=false -Dam.test.oa.dah.nodesecret.export.path=. -Dam.test.cluster.primary.membernode.hostname.1=w2k3-qa-clstr2 -Dam.test.cluster.primary.membernode.hostname.2=w2k3-qa-clstr3 -Dam.test.cluster.primary.leadernode.hostname=w2k3-qa-clstr1 -Dam.test.cluster.primary.nodes=2 -Dam.test.cluster=false -Dproperties.directory=c:/opt/rsa/am-326425/utils/etc -Djava.library.path.systemtools= -Dbea.home=c:\CT\dev\am\test\cases\wls -Dweblogic.security.TrustKeyStore=CustomTrust -Dweblogic.security.CustomTrustKeyStoreFileName=c:/opt/rsa/am-326425/appserver/jdk/jre/lib/security/cacerts -Dssl.debug= -Dweblogic.StdoutDebugEnabled= -Dims.test.ldap.isAD=false -Dtest.level=1 -Dtest.cluster=false -Dtest.oa=false -Dtest.installer=false -Dtest.runbug=false -Dtest.admin.username=admin -Dtest.admin.password=5uperMan! -Dtest.replicas.count=0 -Dtest.ids.target=SystemIS -Dtest.realm.target=SystemDomain -Dtest.internalids.name=SystemIS -Dtest.systemdomain.name=SystemDomain -Dtest.config.dir=../test/config/ -Dtest.ns.dir=c:\CT\dev\am\test\cases\wls/../../../test/cases/wls/target -Dtest.trust.enabled=false -Dtest.trust.internalids.name=SystemIS -Dtest.trust.systemdomain.name=SystemDomain -Dtest.trust.admin.username=admin -Dtest.trust.admin.password=password -Dtest.trust.cmdclient.username=CmdClient -Dtest.trust.cmdclient.password=password -Dtest.trust.naming.factory.initial=weblogic.jndi.WLInitialContextFactory -Dtest.trust.naming.provider.url=t3://ims0.na.rsa.net:7001/ -Dam.test.config.migration.dir.path=../test/config/migration/6.1/ -Dam.test.config.migration.ldap.name=LDAP-STORE -Dims.test.admin.ldap=false -Dims.test.ldap.isAD=false -Dam.test.config.migration.ldap.enabled= -Dims.test.ldap.url=ldap://blah.na.rsa.net:389/ -Dims.test.ldap.username=uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot -Dims.test.ldap.password=adminadmin -Dtest.ids.target.ldap.url=ldap://blash.na.rsa.net:289 -Dtest.ids.target.ldap.username=uid=admin,ou=Administrators,ou=TopologyManagement,o=NetscapeRoot -Dtest.ids.target.ldap.password=adminadmin -Dhttp.keepAlive=true -Dhttp.maxConnections=5 -Dtest.cmdclient.username=CmdClient_45b0ormy -Dtest.cmdclient.password=Gy0SGr5mSH -Dtest.node1.provider.url= -Dtest.node2.provider.url= -Dtest.replica1.provider.url= -Dtest.replica2.provider.url= -Dtest.replica1.cmdclient.username=CmdClient -Dtest.replica1.cmdclient.password=password -Dtest.replica2.cmdclient.username=CmdClient -Dtest.replica2.cmdclient.password=password -Dtest.method= -Dsun.java.launcher=SUN_STANDARD org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner testsfile=C:\CT\dev\am\test\cases\wls\junittestcases198292503.properties filtertrace=true haltOnError=false haltOnFailure=false formatter=org.apache.tools.ant.taskdefs.optional.junit.SummaryJUnitResultFormatter showoutput=false formatter=org.apache.tools.ant.taskdefs.optional.junit.XMLJUnitResultFormatter,C:\CT\dev\am\test\cases\wls\target\test-reports\IGNORETHIS.xml formatter=org.apache.tools.ant.taskdefs.optional.junit.BriefJUnitResultFormatter propsfile=C:\CT\dev\am\test\cases\wls\junit533938511.properties
    java.home : C:\opt\rsa\am-326425\appserver\jdk\jre
    j.class.path : C:\CT\dev\am\test\cases\wls\target\test-classes;C:\CT\dev\am\test\cases\wls\target\classes;C:\Documents and Settings\Administrator\.maven\repository\hibernate\jars\hibernate-ejb-persistence-3.2.2.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\weblogic-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\oracle-jdbc\jars\ojdbc14-10.2.0.2.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\framework-common.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\framework-config.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\admin-am.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\radius-core.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\radius-am.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\eap32.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\adjudicator.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\core-api.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\samples.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\common-am.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\amtcgen.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\oa.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\token-transport.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\auth-method-am.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\activity-monitor.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\migration61.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\sms-admin.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\test-command.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\ct-kip.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\cases.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\ims-client.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\ims-server.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\test-command.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\lw-agent.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\liberty.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\systemfields.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\wsapi.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\clu-common.jar;C:\Documents and Settings\Administrator\.maven\repository\altova-xmlspy\jars\xmlspy-schema-2006-sp2.jar;C:\Documents and Settings\Administrator\.maven\repository\caucho\jars\hessian-3.0.19rsa-1.jar;C:\Documents and Settings\Administrator\.maven\repository\httpunit\jars\httpunit-1.6.jar;C:\Documents and Settings\Administrator\.maven\repository\junit\jars\junit-3.8.2.jar;C:\Documents and Settings\Administrator\.maven\repository\jline\jars\jline-0.9.91rsa-1.jar;C:\Documents and Settings\Administrator\.maven\repository\log4j\jars\log4j-1.2.11rsa-2.jar;C:\Documents and Settings\Administrator\.maven\repository\nekohtml\jars\nekohtml-0.7.7.jar;C:\Documents and Settings\Administrator\.maven\repository\jdom\jars\jdom-1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\rsa-bsafe\jars\jsafe-3.6.jar;C:\Documents and Settings\Administrator\.maven\repository\rsa-bsafe\jars\jsafeJCE-3.6.jar;C:\Documents and Settings\Administrator\.maven\repository\rsa-bsafe\jars\sslj-4.1.6.3.jar;C:\Documents and Settings\Administrator\.maven\repository\rsa-bsafe\jars\rsajsse-4.1.6.3.jar;C:\Documents and Settings\Administrator\.maven\repository\rsa-bsafe\jars\certj-2.1.1.jar;C:\Documents and Settings\Administrator\.maven\repository\auth-elements\jars\tcgen-2.0.1-beta.jar;C:\Documents and Settings\Administrator\.maven\repository\commons-beanutils\jars\commons-beanutils-1.7.0.jar;C:\Documents and Settings\Administrator\.maven\repository\commons-collections\jars\commons-collections-3.0.jar;C:\Documents and Settings\Administrator\.maven\repository\commons-httpclient\jars\commons-httpclient-3.0.1.jar;C:\Documents and Settings\Administrator\.maven\repository\commons-logging\jars\commons-logging-1.0.4.jar;C:\Documents and Settings\Administrator\.maven\repository\jargs\jars\jargs-1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\commons-lang\jars\commons-lang-2.2.jar;C:\Documents and Settings\Administrator\.maven\repository\commons-io\jars\commons-io-1.2.jar;C:\Documents and Settings\Administrator\.maven\repository\axis\jars\axis-1.3.jar;C:\Documents and Settings\Administrator\.maven\repository\jaxrpc\jars\jaxrpc-1.2.jar;C:\Documents and Settings\Administrator\.maven\repository\wsdl4j\jars\wsdl4j-1.5.1.jar;C:\Documents and Settings\Administrator\.maven\repository\commons-discovery\jars\commons-discovery-0.2.jar;C:\Documents and Settings\Administrator\.maven\repository\axis\jars\axis-saaj-1.3.jar;C:\Documents and Settings\Administrator\.maven\repository\springframework\jars\spring-2.0.7.jar;C:\Documents and Settings\Administrator\.maven\repository\rsa-aceagent_sdk\jars\authapi-internal-5.0.3.jar;C:\Documents and Settings\Administrator\.maven\repository\rsa-ctkip\jars\ctkip-toolkit-1.2.126.jar;C:\Documents and Settings\Administrator\.maven\repository\ims-soyuz-cd6p1\jars\dataManager.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\am-dataManager.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\aceclntjni.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\sidauthjni.jar;C:\Documents and Settings\Administrator\.maven\repository\easymock\jars\easymock-2.2.jar;C:\Documents and Settings\Administrator\.maven\repository\easymock\jars\easymockclassextension-2.2.jar;C:\Documents and Settings\Administrator\.maven\repository\am-326425\jars\aceclntjni-oo.jar;C:\Documents and Settings\Administrator\.maven\repository\ognl\jars\ognl-2.6.7.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\webservices-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\weblogic-domain-binding-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\weblogic-container-binding-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\diagnostics-binding-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\diagnostics-image-binding-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\wlxbean-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\wlw-langx-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javelinx-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\wlManagementImplSource-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\wlManagementMBean-10.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.antlr.runtime-2.7.5.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\org.apache.ant.patch-1.6.5.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.bcel-5.2.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.repackaged.apache.bcel-5.2.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.commons.collections-3.2.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.commons.lang-2.1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.commons.pool-1.3.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.dom-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.logging-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\org.apache.openjpa-0.9.7.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.xml.security-1.3.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.xml.xmlbeans-2.2.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.logging-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.bea.opensaml-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.xml.staxb.buildtime-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.xml.staxb.runtime-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.annogen-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.kodo-4.1.3.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.kodo.integration-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.kodo.integration.tools-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.process-5.3.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.xml.beaxmlbeans-2.2.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.repackaged.aspectj.aspectjweaver-5.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.repackaged.apache.commons.logging-1.1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.repackaged.springframework.spring-2.0.2.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.repackaged.springframework.pitchfork-1.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.common.engine.impl-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.common.engine.api-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.common.security.api-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.common.security.impl-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.common.security.jdkutils-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.common.security.utils-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.common.security.providers.utils-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.common.security.providers.env-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.commons.net-1.4.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.el-2.1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.jaxb-2.0.5.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.jaxws.resolver-2.0.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.jaxws.rt-2.0.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.jaxws.saaj.impl-2.0.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.jaxws.sjsxp-2.0.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.jaxws.tools-2.0.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.stax.ex-1.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\glassfish.xmlstreambuffer-0.1.117.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.oro-2.0.8.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.activation-1.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.annotation-1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.interceptor-1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.ejb-3.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.jdo-2.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.enterprise.deploy-1.2.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.jms-1.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.jsp-2.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.jws-2.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.mail-1.4.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.management.j2ee-1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.persistence-1.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.resource-1.5.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.servlet-2.5.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.transaction-1.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.xml.bind-2.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.xml.soap-1.3.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.xml.stream-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.xml.ws-2.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\javax.xml.rpc-1.1.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache.log4j-1.2.13.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\monfox.dsnmp.agent-4.6.5.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.jsafe-3.5.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.serp-1.12.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.apache-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.beangen-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.beaninfo-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.datasource-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.descriptor-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.repackaged.asm-1.5.2.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.diagnostics.core-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.diagnostics.instrumentor-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.i18n-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.i18n.generator-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.management.core-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.mbean.maker-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.mbean.support-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.messaging.kernel-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.resourcepool-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.weblogic.rmi.client-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.weblogic.security.wls-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.weblogic.saaj-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.weblogic.stax-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.store-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.store.gxa-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.transaction-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.utils.full-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.utils.classloaders-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.utils.expressions-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.utils.wrapper-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.timers-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.weblogic.workmanager-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.workarea-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.jatmi-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.weblogic.security-2.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.nodemanager.plugin-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\weblogic\jars\com.bea.core.jmspool-1.0.0.0.jar;C:\Documents and Settings\Administrator\.maven\repository\emma\jars\emma-2.0.5312.jar;C:\Documents and Settings\Administrator\.maven\repository\emma\jars\emma_ant-2.0.5312.jar;C:\Documents and Settings\Administrator\.maven\repository\rsa\jars\maven-rsa-ext-1.1.jar;C:\Documents and Settings\Administrator\.maven\repository\xdoclet\jars\xdoclet-xdoclet-module-1.2.3.jar;C:\Documents and Settings\Administrator\.maven\repository\clover\jars\clover-1.3.13.jar;C:\Documents and Settings\Administrator\.maven\repository\clover\jars\cenquatasks-1.3.14.jar;C:\Documents and Settings\Administrator\.maven\repository\xjavadoc\jars\xjavadoc-1.5-snapshot050611.jar;C:\Documents and Settings\Administrator\.maven\repository\xdoclet\jars\xdoclet-1.2.3.jar;C:\Documents and Settings\Administrator\.maven\repository\hibernate\jars\hibernate-3.2.2.jar;C:\Documents and Settings\Administrator\.maven\repository\hibernate\jars\hibernate-annotations-3.2.1.jar;C:\Documents and Settings\Administrator\.maven\repository\antlr\jars\antlr-2.7.6.jar;C:\Documents and Settings\Administrator\.maven\repository\iscreen\jars\iScreen-1-1-0rsa-1.jar;C:\Documents and Settings\Administrator\.maven\repository\iscreen\jars\iScreen-mvel-1-1-0rsa-1.jar;C:\Documents and Settings\Administrator\.maven\repository\iscreen\jars\mvel-1.1.8-java1.5.0_10.jar;C:\Documents and Settings\Administrator\.maven\repository\asm\jars\asm-1.5.3.jar;C:\Documents and Settings\Administrator\.maven\repository\cglib\jars\cglib-2.1_3.jar;C:\Documents and Settings\Administrator\.maven\repository\odmg\jars\odmg-3.0.jar;C:\Documents and Settings\Administrator\.maven\repository\dom4j\jars\dom4j-1.6.1.jar;C:\Documents and Settings\Administrator\.maven\repository\xerces\jars\xercesImpl-2.7.1.jar;C:\Documents and Settings\Administrator\.maven\repository\xml-apis\jars\xml-apis-1.3.02.jar;C:\Documents and Settings\Administrator\.maven\repository\hsqldb\jars\hsqldb-1.7.2.4.jar;C:\Documents and Settings\Administrator\.maven\repository\opensymphony-oscache\jars\oscache-2.3.2rsa-1.jar;C:\Documents and Settings\Administrator\.maven\repository\j2ee\jars\j2ee-1.5.jar;C:\Documents and Settings\Administrator\.maven\repository\xml-apis\jars\xml-apis-1.3.03.jar;C:\Documents and Settings\Administrator\.maven\repository\xerces\jars\xercesImpl-2.8.0.jar;C:\Documents and Settings\Administrator\.maven\repository\xml-resolver\jars\xml-resolver-1.1.jar;C:\CT\library\apache-maven\1.1\lib\ant-launcher-1.6.5.jar;C:\CT\library\apache-maven\1.1\lib\ant-1.6.5.jar;C:\CT\library\apache-maven\1.1\lib\ant-junit-1.6.5.jar
    j.lib.path : C:\opt\rsa\am-326425\appserver\jdk\jre\bin;.;C:\WINDOWS\system32;C:\WINDOWS;c:\opt\rsa\am-326425\appserver\jdk\jre\bin;c:\opt\instantclient_10_2;C:\cygwin\bin;c:\CT\library\apache-maven\1.1\bin;c:\CT\library\activetcl\8.4.11\linux-x86\bin;C:\cygwin\bin;C:\cygwin\bin;C:\cygwin\usr\local\bin\;C:\cygwin\usr\sbin;c:\opt\instantclient_10_2;C:\cygwin\bin;c:\CT\library\apache-maven\1.1\bin;c:\CT\library\activetcl\8.4.11\linux-x86\bin;C:\cygwin\bin;C:\cygwin\bin;C:\cygwin\usr\local\bin\;C:\cygwin\usr\sbin;c:\opt\rsa\am-325621\db\bin;c:\opt\rsa\am-325471\db\bin;c:\opt\rsa\am-325281\db\bin;c:\opt\rsa\am-325250\db\bin;c:\opt\rsa\am-325240\db\bin;c:\opt\rsa\am-324877\db\bin;c:\opt\rsa\am-324751\db\bin;c:\opt\rsa\am-324743\db\bin;c:\opt\rsa\am-324632\db\bin;c:\opt\rsa\am-324516\db\bin;c:\opt\rsa\am-324412\db\bin;c:\opt\rsa\am-324131\db\bin;c:\opt\rsa\am-das-323485\db\bin;c:\opt\rsa\am-das-323453\db\bin;c:\opt\rsa\am-das-323386\db\bin;c:\opt\rsa\am-das-323315\db\bin;c:\opt\rsa\am-das-323052\db\bin;c:\opt\rsa\am-das-322733\db\bin;c:\opt\rsa\am-das-322676\db\bin;c:\opt\rsa\am-das-322622\db\bin;c:\opt\rsa\am-das-322471\db\bin;c:\opt\rsa\am-das-322445\db\bin;c:\opt\rsa\am-das-322264\db\bin;c:\opt\rsa\am-das-321939\db\bin;c:\opt\rsa\am-das-321144\db\bin;c:\opt\rsa\am-321052\db\bin;c:\opt\rsa\am-321006\db\bin;c:\opt\rsa\am-320711\db\bin;c:\opt\rsa\am-320613\db\bin;c:\opt\rsa\am-320550\db\bin;c:\opt\rsa\am-320535\db\bin;c:\opt\rsa\am-320466\db\bin;c:\WINDOWS\system32;c:\WINDOWS;c:\WINDOWS\System32\Wbem;C:\cygwin\bin
    JAVA_HOME : c:\opt\rsa\am-326425\appserver\jdk

  • Solaris JNI_OnLoad crash

    I suspect I have an out of date shared lib., but which one?? I'm pretty current with 8Recommended and some patches that came in with Netscape 6 last week.
    I'm trying to start a client in a 3-tier situation. The shell starts but the login dialog generates this error log. Btw, the Weblogic server is actually local as I test this. The code has been working fine under windows forever.
    uname=SunOS xxxxxxxxx 5.8 Generic_108528-14 sun4u sparc SUNW,Ultra-5_10
    java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0xfada3b90
    Function name=JNI_OnLoad
    Library=/usr/j2se/jre/lib/sparc/motif21/libmawt/libmawt.so
    Current Java thread:
         at sun.awt.motif.MWindowPeer.pHide(Native Method)
         at sun.awt.motif.MComponentPeer.setVisible(MComponentPeer.java:677)
         at sun.awt.motif.MComponentPeer.hide(MComponentPeer.java:732)
         at java.awt.Component.hide(Component.java:962)
         at java.awt.Window.hide(Window.java:445)
         at java.awt.Dialog.hide(Dialog.java:429)
         at java.awt.Component.show(Component.java:948)
         at java.awt.Component.setVisible(Component.java:903)
         at com.cimsoft.ui.login.LoginDialog.actionPerformed(ui/login/LoginDialog.java:668)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1450)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1504)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:378)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:250)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:279)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:259)
         at com.cimsoft.ui.login.LoginDialog.actionPerformed(ui/login/LoginDialog.java:661)
         at javax.swing.JTextField.fireActionPerformed(JTextField.java:421)
         at javax.swing.JTextField.postActionEvent(JTextField.java:586)
         at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:696)
         at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1384)
         at javax.swing.JComponent.processKeyBinding(JComponent.java:2078)
         at javax.swing.JComponent.processKeyBindings(JComponent.java:2104)
         at javax.swing.JComponent.processKeyEvent(JComponent.java:2041)
         at java.awt.Component.processEvent(Component.java:3553)
         at java.awt.Container.processEvent(Container.java:1164)
         at java.awt.Component.dispatchEventImpl(Component.java:2593)
         at java.awt.Container.dispatchEventImpl(Container.java:1213)
         at java.awt.Component.dispatchEvent(Component.java:2497)
         at java.awt.LightweightDispatcher.processKeyEvent(Container.java:2155)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2135)
         at java.awt.Container.dispatchEventImpl(Container.java:1200)
         at java.awt.Window.dispatchEventImpl(Window.java:926)
         at java.awt.Component.dispatchEvent(Component.java:2497)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:339)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:131)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:98)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:85)
    Dynamic libraries:
    0x10000      /usr/bin/../java/bin/../bin/sparc/native_threads/java
    0xff350000      /usr/lib/libthread.so.1
    0xff390000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff330000      /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
    0xfe480000      /usr/j2se/jre/lib/sparc/client/libjvm.so
    0xff2e0000      /usr/lib/libCrun.so.1
    0xff1e0000      /usr/lib/libsocket.so.1
    0xff100000      /usr/lib/libnsl.so.1
    0xff0d0000      /usr/lib/libm.so.1
    0xff310000      /usr/lib/libw.so.1
    0xff0b0000      /usr/lib/libmp.so.2
    0xff080000      /usr/j2se/jre/lib/sparc/native_threads/libhpi.so
    0xff040000      /usr/j2se/jre/lib/sparc/libverify.so
    0xfe440000      /usr/j2se/jre/lib/sparc/libjava.so
    0xfe7d0000      /usr/j2se/jre/lib/sparc/libzip.so
    0xfe310000      /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xfe240000      /usr/j2se/jre/lib/sparc/libawt.so
    0xfad80000      /usr/j2se/jre/lib/sparc/motif21/libmawt.so
    0xfd0b0000      /usr/bin/../java/bin/../jre/lib/sparc/libmlib_image.so
    0xf4980000      /usr/lib/libXm.so.4
    0xfd040000      /usr/lib/libXt.so.4
    0xfe150000      /usr/lib/libXext.so.0
    0xfe210000      /usr/openwin/lib/libXtst.so.1
    0xfac80000      /usr/lib/libX11.so.4
    0xfd3e0000      /usr/lib/libSM.so.6
    0xfd010000      /usr/lib/libICE.so.6
    0xfd3b0000      /usr/openwin/lib/libdga.so.1
    0xf2f00000      /usr/j2se/jre/lib/sparc/libfontmanager.so
    0xfaf90000      /usr/openwin/lib/libdps.so.5
    0xfaee0000      /usr/openwin/lib/locale/common/xlibi18n.so.2
    0xfad40000      /usr/openwin/lib/locale/common/ximlocal.so.2
    0xfac60000      /usr/bin/../java/bin/../jre/lib/sparc/libsunwjdga.so
    0xfac40000      /usr/bin/../java/bin/../jre/lib/sparc/libxinerama.so
    0xfac10000      /usr/bin/../java/bin/../jre/lib/sparc/libjdgaSUNWm64.so
    0xf2a00000      /usr/j2se/jre/lib/sparc/libmlib_image_v.so
    0xf2ee0000      /usr/j2se/jre/lib/sparc/libnet.so
    0xf2ec0000      /usr/lib/nss_files.so.1
    Local Time = Tue May 28 14:27:59 2002
    Elapsed Time = 30
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_01 mixed mode)

    Hi,
    I Have also encountered it on Solaris 7 when closing a JFrame.
    Have you found a resolution already.
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x7b49bc18
    Function name=JNI_OnLoad
    Library=/usr/local/j2sdk1_3_1_06/jre/lib/sparc/motif21/libmawt.so
    Current Java thread:
         at sun.awt.motif.MWindowPeer.pHide(Native Method)
         at sun.awt.motif.MComponentPeer.setVisible(MComponentPeer.java:672)
         at sun.awt.motif.MComponentPeer.hide(MComponentPeer.java:727)
         at java.awt.Component.hide(Component.java:957)
         at java.awt.Window.hide(Window.java:442)
         at java.awt.Dialog.hide(Dialog.java:424)
         at java.awt.Window.hide(Window.java:437)
         at java.awt.Component.show(Component.java:943)
         at java.awt.Component.setVisible(Component.java:898)
         at com.orsus.utils.ui.security.UserCredentialsDialog.dispose(UserCredentialsDialog.java:76)
         at com.orsus.utils.ui.security.AccessGuard$DialogActionListener.actionPerformed(AccessGuard.java:239)
         at com.orsus.utils.ui.security.UserCredentialsDialog$2.actionPerformed(UserCredentialsDialog.java:146)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1445)
         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1499)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:373)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:245)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:211)
         at java.awt.Component.processMouseEvent(Component.java:3710)
         at java.awt.Component.processEvent(Component.java:3539)
         at java.awt.Container.processEvent(Container.java:1159)
         at java.awt.Component.dispatchEventImpl(Component.java:2588)
         at java.awt.Container.dispatchEventImpl(Container.java:1208)
         at java.awt.Component.dispatchEvent(Component.java:2492)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:2451)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2216)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2125)
         at java.awt.Container.dispatchEventImpl(Container.java:1195)
         at java.awt.Window.dispatchEventImpl(Window.java:923)
         at java.awt.Component.dispatchEvent(Component.java:2492)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:334)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:126)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:93)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:88)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:80)
    Dynamic libraries:
    0x10000      /usr/local/j2sdk1_3_1_06/bin/../bin/sparc/native_threads/java
    0x7fb60000      /usr/lib/libthread.so.1
    0x7fba0000      /usr/lib/libdl.so.1
    0x7fa80000      /usr/lib/libc.so.1
    0x7fa70000      /usr/platform/SUNW,Ultra-5_10/lib/libc_psr.so.1
    0x7ec00000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/client/libjvm.so
    0x7fa00000      /usr/lib/libCrun.so.1
    0x7f9e0000      /usr/lib/libsocket.so.1
    0x7f900000      /usr/lib/libnsl.so.1
    0x7f9b0000      /usr/lib/libm.so.1
    0x7fa30000      /usr/lib/libw.so.1
    0x7f8d0000      /usr/lib/libmp.so.2
    0x7f890000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/native_threads/libhpi.so
    0x7f860000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/libverify.so
    0x7f820000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/libjava.so
    0x7efc0000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/libzip.so
    0x7eb90000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/libawt.so
    0x7b480000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/motif21/libmawt.so
    0x7e9b0000      /usr/local/j2sdk1_3_1_06/bin/../jre/lib/sparc/libmlib_image.so
    0x75180000      /usr/dt/lib/libXm.so.4
    0x7d890000      /usr/openwin/lib/libXt.so.4
    0x7e980000      /usr/openwin/lib/libXext.so.0
    0x7ea90000      /usr/openwin/lib/libXtst.so.1
    0x73700000      /usr/openwin/lib/libX11.so.4
    0x7e960000      /usr/openwin/lib/libSM.so.6
    0x7d860000      /usr/openwin/lib/libICE.so.6
    0x75080000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/libfontmanager.so
    0x7b7a0000      /usr/openwin/lib/libdps.so.5
    0x7b6e0000      /usr/local/j2sdk1_3_1_06/jre/lib/sparc/libnet.so
    0x7b690000      /usr/lib/nss_files.so.1
    Local Time = Tue Dec 24 14:07:41 2002
    Elapsed Time = 35
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.3.1_06-b01 mixed mode)

  • Solaris 10 crashing

    Hi,
    My system is crashing with following error .. i tried to boot from the network and unencapsulated the root disk from SVM .. but still not able to boot the box , can any one point me to some direction .. i do not want to build the box new as of now just want to troubleshoot if possible..
    Rebooting with command: boot
    Boot device: /pci@10,600000/pci@0/pci@8/pci@0/scsi@1/disk@0,0:a File and args:
    SunOS Release 5.10 Version Generic_120011-14 64-bit
    Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved.
    Use is subject to license terms.
    panic[cpu42]/thread=2a1003bdcc0: vmem_xalloc(): size == 0
    000002a1003bd570 genunix:vmem_xalloc+8b0 (100, 0, 0, 0, 80000, 100)
    %l0-3: 000003000191c2d8 ffffffffffffffff 000003000191ccc8 fffffffffffffff8
    %l4-7: 0000000000000000 ffffffffffffffff 0000000000000008 0000000000000000
    000002a1003bd6f0 genunix:vmem_alloc+100 (3000191c000, 0, 100, 0, 0, 100)

    Hi
    What is the memory size for this box?
    Cheers
    -- Andreas

  • HpOVO 8.x on Solaris 10. free() crashes

    Hello,
    Has anybody come across HPOVO on Solaris 10 crash issue?
    We are facing issue on Solaris 10 (5.10 Generic_118833-33) with HpOVO 8.3 .
    HpOVO api : opcdata_free(&l_eventMsg);
    This function works on all other Solaris version except Sol10.
    Any patch for free() delivered out on Solaris 10?
    Any kind of help is appreciated.
    Best regards,
    Rupesh

    Thanks Jon for your reply.
    We checked the file system. We are not using zfs but we are using ufs.
    # fstyp /dev/md/dsk/d1
    ufs
    More over:
    We did some debug stuff using gdb and analysed the core. Following are some useful back traces :
    #0 0xfdb550ec in freeunlocked () from /usr/lib/libc.so.1
    #1 0xfdb55094 in free () from /usr/lib/libc.so.1
    #2 0xff052fe0 in csmpb_empty_opcdata () from /usr/lib/libopcsv_r.so
    #3 0xff054318 in opcdata_free () from /usr/lib/libopcsv_r.so
    Can anybody give us clue what may be causing the crash at free_inlocked().
    Any type of help is appreciated.
    Best regards,
    Rupesh

  • No xwin on solaris 10 x86 installation

    hi,
    is it true, when we install solaris 10 for x86, all we got just text based OS, no graphical menu or something ?
    i've installed solaris 10 for x86(4 cd's) on my pc, it only came with text mode. is there something left ?
    thx
    -newbie-

    By accident, I found out that the graphics settings are remembered apparently only if a plug-and-play monitor is present (that reports its properties to the graphics adapter).
    Also, during installation, be sure to watch the screen at all times. The "kdmconfig" program is apparently run also during installation. There's a 4-second window (quite at the beginning of the installation) to view the graphics properties as detected by the installer. As soon as you see this screen, hit the SPACE key to stop the timer, then verify the settings if they match your monitor and graphics adapter type. If you have the manuals of these, it's easy to figure out if the settings are appropriate. Hit ESC to start kdmconfig, it'll go right into the XSun configuration (which is used ONLY by the installer with my version of Solaris 10). The installer automatically creates a XOrg configuration and switches to XOrg after reboot (if all went well).
    After successful installation of Solaris 10 (when the graphical subsystem is working), you can run "xorgconfig" (in the X binary directory) to create a "xorg.conf" file that you can place in "/etc/X11/" directory. I'm not sure if the file is actually parsed, but you can edit it to change settings if necessary.
    (BTW, it would be a good idea if "kdmconfig" would allow users to enter their own maximum/minimum/fixed horizontal and vertical frequencies, edit the mode table and set +/- hsync/vsync and interlace flags, and edit a monitor setting detected automatically. I was close to hair-pulling a couple of times. Also, the installer doesn't seem to save changes to the monitor setting.)

  • No mouse on Solaris 10 with Parallels Desktop

    Hi,
    I just got done installing Solaris 10 on my MacBook Pro through Parallels. Almost everything installed ok, but then I found out that my mouse wouldn't work on the login screen. I logged in via the keyboard, and my mouse still wouldn't work on the desktop. Does anyone have any ideas why this might be happening? A lot of people have had this problem, as I've seen in other forums, but no one has supplied an answer yet. I would really, really like to start using the OS I spent so long configuring.
    Thanks in advance, to whomever helps me fix this.

    By accident, I found out that the graphics settings are remembered apparently only if a plug-and-play monitor is present (that reports its properties to the graphics adapter).
    Also, during installation, be sure to watch the screen at all times. The "kdmconfig" program is apparently run also during installation. There's a 4-second window (quite at the beginning of the installation) to view the graphics properties as detected by the installer. As soon as you see this screen, hit the SPACE key to stop the timer, then verify the settings if they match your monitor and graphics adapter type. If you have the manuals of these, it's easy to figure out if the settings are appropriate. Hit ESC to start kdmconfig, it'll go right into the XSun configuration (which is used ONLY by the installer with my version of Solaris 10). The installer automatically creates a XOrg configuration and switches to XOrg after reboot (if all went well).
    After successful installation of Solaris 10 (when the graphical subsystem is working), you can run "xorgconfig" (in the X binary directory) to create a "xorg.conf" file that you can place in "/etc/X11/" directory. I'm not sure if the file is actually parsed, but you can edit it to change settings if necessary.
    (BTW, it would be a good idea if "kdmconfig" would allow users to enter their own maximum/minimum/fixed horizontal and vertical frequencies, edit the mode table and set +/- hsync/vsync and interlace flags, and edit a monitor setting detected automatically. I was close to hair-pulling a couple of times. Also, the installer doesn't seem to save changes to the monitor setting.)

  • Sun Update Manager no connectivity on Solaris 10 x86

    I just installed Solaris 10 on x86 platform. I allso need to install all kind of patches but Sun Update Manager gives error message:
    Error: Unable to download document: "collection/default" Unknown host (username) connection to https://getupdates1.sun.com/solaris/
    and nothing happes...i cant check for updates. How can get sun service plan free of charge? i heard some patches are free of charge.
    Please help!
    Thank You!

    By accident, I found out that the graphics settings are remembered apparently only if a plug-and-play monitor is present (that reports its properties to the graphics adapter).
    Also, during installation, be sure to watch the screen at all times. The "kdmconfig" program is apparently run also during installation. There's a 4-second window (quite at the beginning of the installation) to view the graphics properties as detected by the installer. As soon as you see this screen, hit the SPACE key to stop the timer, then verify the settings if they match your monitor and graphics adapter type. If you have the manuals of these, it's easy to figure out if the settings are appropriate. Hit ESC to start kdmconfig, it'll go right into the XSun configuration (which is used ONLY by the installer with my version of Solaris 10). The installer automatically creates a XOrg configuration and switches to XOrg after reboot (if all went well).
    After successful installation of Solaris 10 (when the graphical subsystem is working), you can run "xorgconfig" (in the X binary directory) to create a "xorg.conf" file that you can place in "/etc/X11/" directory. I'm not sure if the file is actually parsed, but you can edit it to change settings if necessary.
    (BTW, it would be a good idea if "kdmconfig" would allow users to enter their own maximum/minimum/fixed horizontal and vertical frequencies, edit the mode table and set +/- hsync/vsync and interlace flags, and edit a monitor setting detected automatically. I was close to hair-pulling a couple of times. Also, the installer doesn't seem to save changes to the monitor setting.)

  • ITunes crashes when iPod starts to sync

    Have tried connecting ipod using Firewire and USB, rebooting ipod and reinstalling iTunes to no avail. iTunes says it's starting to update ipod then a norton internet security dialogue appears saying a windows subsystem is attempting to connect, it is at this point itunes crashes. Any suggestions for a permanent solution aside from a format?

    hiya!
    a norton internet security dialogue appears saying a windows subsystem is attempting to connect, it is at this point itunes crashes.
    which Windows subsystem is being cited here? could you let us know the precise text of the message?
    (thinking this might possibly give us a few leads on what might be going on.)
    love, b

  • Solaris C/++ programming q: what is "_reaper" ?

    Hi,
    If I run my multithreaded C++ program under dbx, I see a thread running that started off its call stack in "_reaper" (as far as dbx can tell without complete debug symbols for all system libs...). Does anyone know what this thread does?
    I am noticing now that someone introduced a pointer bug into my program's code somewhere, and it is coming up in a deterministic way on all platforms, so this one shouldn't be too hard to debug. But what's curious is that on Solaris, the crash symptom is a message on the screen like this:
    signal fault in critical section
    signal number: 11, signal code: 2, (...)
    libthread panic: fault in libthread critical section: dumping core (PID: xxxx LWP x)
    stacktrace....
    AND if I then examine that core file, the program appears to have SIGSEGV'd in the thread with this call stack:
    => [1] freestack
    [2] _reap
    [3] _reaper
    I expected the SIGSEGV to occur in the program thread that actually did the segmentation fault. Any insights would be most appreciated, as I couldn't find any in the Solaris Multithreaded Programming Guide. (For what it's worth, another message from dbx if I run this under the debugger is " signal SEGV (access to address exceeded protections) in _free_stack at 0xblahblah).

    Well, I'm not 100% sure what _reaper is, but here is my somewhat educated guess.
    As per the Solaris Internals book by Mauro & McDougall (page 301):
    "A kernel thread, thread_reaper(), runs periodically and cleans up zombie process threads that are sitting on deathrow. The list of zombie threads on deathrow is not allowed to grow without bounds (no more than 32 zombies), and the zombies are not left on deathrow forever."
    As for 'deathrow'...
    "exitlwps() does one last bit of work before it returns to exit(). It places a zombie's kernel threads on deathrow."
    -Moazam

Maybe you are looking for

  • Main window header problem

    Hi All, My header in the main window is getting printed at the end of the page even if it contains no data in the main area. I have given a porgram code in the header, becos based on that my header data should be printed and a page break in the main

  • Arrange library in a list according to file size?

    Hello, Hopefully a fairly painless one this, but a bit of a bug bear. If I am looking at my entire iTunes library in list form I can see a number of tabs, I cloud status, time,  name, artist etc etc. I would like to be able to see the file size of ea

  • I have Chinese key board can't get rid of it

    i have Chinese key board can't get rid of it

  • Using 2G shuffle with speakers while simultaneously charging

    I currently listen to my 40GB iPod photo at work through logitech mm50 speakers for 8-10 hours a day. I bought a 2G shuffle to use at work instead, because I've already dropped the big iPod from 30 feet up (I'm a carpenter...was working on a church b

  • SetMedia problem with MediaPlayback - external MP3s

    I'm using the MediaPlayback component to play an external MP3 file, and it's working fine, EXCEPT that when it first loads it plays the first part of the clip for a split second, then stops and re-plays it -- regardless of the autoPlay settings that