JMS C API in Solaris SPARC

Hi Mates ,
I am trying to use the JMS C API to invoke a JMS queue from a stand alone C code in SOLARIS SPARC 10 . The Weblogic version is 10.0 patch 2 .
I am not able to compile the program . I am using the following command to compile
CLASSPATH=/weblogic/bea/wlserver_10.0/server/lib/weblogic.jar
export CLASSPATH
LD_LIBRARY_PATH=/weblogic1/bea/wlserver_10.0/server/native/solaris/sparc:/usr/java/jre/lib/sparc/server/.
export LD_LIBRARY_PATH
cc -I/weblogic1/bea/wlserver_10.0/server/include -L/usr/lib -L/weblogic1/bea/wlserver_10.0/server/native/solaris/sparc -L/usr/java/jre/lib/sparc/server -ljmsc -ljvm -lpthread -o JMSClient JMSClient.c
I am getting the following error
Undefined first referenced
symbol in file
sched_yield /weblogic1/bea/wlserver_10.0/server/native/solaris/sparc/libjmsc.so
ld: fatal: Symbol referencing errors. No output written to JMSClient
What could be the issue .
Your help in this will be very useful to me .
Regards
Dinesh
Edited by: user12039447 on Nov 16, 2009 4:10 AM
Edited by: user12039447 on Nov 16, 2009 4:19 AM

It was caused by the 2nd threads' classloader.
          The 2nd thread uses the bootstrap classloader by default when attached to jvm, which loads the 'core' java classes only, not even extended classes.
          <p>
          This cause JNDI factory initialization failed.
          <p>
          The solution is to set the 2nd thread's context loader as the system class loader using JNI. See java.lang.Thread#setContextLoader and java.lang.ClassLoader#getSystemClassLoader.

Similar Messages

  • Jms c api does NOT support multiple threads on solaris?

    It appears that weblogic jms c api (solaris) does not work with multiple threads.
              I wrote a simple test program with multiple threads in the following environment:
              <p>
              <pre>solaris 5.7 Generic_106541-22 sun4u sparc SUNW,Ultra-250,
              weblogic 8.1.3
              jdk 1.4.2_b04
              </pre>
              <b>ONLY the first thread is able to create jms queue senders and send text messages without any problem. The second thread always get the following exception:</b>
              <pre>weblogic.jms.common.JMSException
              at weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncTran(DispatcherWrapperStat
              e.java:440)
              at weblogic.jms.client.JMSProducer.sendInternal(JMSProducer.java:382)
              at weblogic.jms.client.JMSProducer.send(JMSProducer.java:207)
              Caused by: java.lang.ExceptionInInitializerError
              at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:309)
              at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:258)
              at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:253)
              at weblogic.rjvm.MsgAbbrevInputStream.resolveClass(MsgAbbrevInputStream.java:324)
              at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream
              .java:96)
              at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:117)
              at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
              at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:159)
              at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:138)
              at weblogic.jms.dispatcher.DispatcherImpl_813_WLStub.dispatchSyncTranFuture(Unknown Sour
              ce)
              at weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncTran(DispatcherWrapperStat
              e.java:406)
              ... 2 more
              Caused by: <b>java.lang.NullPointerException</b>
              at weblogic.i18ntools.L10nLookup.loadProps(L10nLookup.java:88)
              at weblogic.i18ntools.L10nLookup.<init>(L10nLookup.java:160)
              at weblogic.i18ntools.L10nLookup.init(L10nLookup.java:132)
              at weblogic.i18ntools.L10nLookup.getLocalizer(L10nLookup.java:315)
              at weblogic.management.commo.internal.CommoCommandLineTextFormatter.<init>(CommoCommandL
              ineTextFormatter.java:20)
              at weblogic.management.commo.Commo.<clinit>(Commo.java:89)
              ... 13 more</pre>

    It was caused by the 2nd threads' classloader.
              The 2nd thread uses the bootstrap classloader by default when attached to jvm, which loads the 'core' java classes only, not even extended classes.
              <p>
              This cause JNDI factory initialization failed.
              <p>
              The solution is to set the 2nd thread's context loader as the system class loader using JNI. See java.lang.Thread#setContextLoader and java.lang.ClassLoader#getSystemClassLoader.

  • Solaris JMS C api

              Hello,
              I am having some problems using the JMS C api. The
              call to JmsContextCreate is failing with a -3;
              JMS_JVM_ERROR. The url, username, and password are
              correct and I am passing NULL for the jndiFactory
              to use the deafult Weblogic server context factory
              of "weblogic.jndi.WLInitialContextFactory".
              Setup:
              Solaris 8, Weblogic 8.1 sp1, jdk_141_03, c/c++ client
              using the Studio8 compiler with other third party libraries,
              and the JMS C api obtained from:
              http://ftpna2.bea.com/pub/downloads/jmscapi.ZIP
              The c/c++ client compiles, links, and runs. The
              CLASSPATH and JAVA_HOME environment variables
              have been set accordingly with the JMS C api
              classes directory added to the CLASSPATH.
              I have compiled the c/c++ client with the JMSDEBUG
              defined and it produces the following to stdout/stderr:
              There was an error trying to initialize the HPI library.
              Please check your installation, HotSpot does not work correctly
              when installed in the JDK 1.2 Solaris Production Release, or
              with any JDK 1.1.x release.
              Also the c/c++ client produces another log file
              called "ULOG.pid". Inside this log contains the
              following:
              085910.fusion!?proc.23074.12.-2: 12-01-2003: Weblogic Server Version 7.1
              085910.fusion!?proc.23074.12.-2: LIBJMSC_CAT:15: NLS:6: Message not found, catal
              og LIBJMSC_CAT, set 1, num 15
              It looks like the libjmsc.so library, that is part of
              the jmscapi.ZIP file, is conpiled against an older version
              of jdk and Weblogic. Is there a newer version of the jmscapi.ZIP
              package compiled against a new version of jdk and Weblogic?
              Or is there something going wrong.
              Thanks,
              Keith
              

    It was caused by the 2nd threads' classloader.
              The 2nd thread uses the bootstrap classloader by default when attached to jvm, which loads the 'core' java classes only, not even extended classes.
              <p>
              This cause JNDI factory initialization failed.
              <p>
              The solution is to set the 2nd thread's context loader as the system class loader using JNI. See java.lang.Thread#setContextLoader and java.lang.ClassLoader#getSystemClassLoader.

  • JVM 1.5.0_12 SIGSEGV crash on Solaris Sparc

    # An unexpected error has been detected by HotSpot Virtual Machine:
    #  SIGSEGV (0xb) at pc=0xff330f84, pid=17836, tid=12
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_12-b04 mixed mode)
    # Problematic frame:
    # C  [libc_psr.so.1+0xf84]  memcpy+0x994
    ---------------  T H R E A D  ---------------
    Current thread (0x0014c130):  JavaThread "CompilerThread1" daemon [_thread_in_native, id=12]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    O0=0xfe35259f O1=0x00000000 O2=0x0000966c O3=0x0014c130
    O4=0x00000002 O5=0xfe3dc000 O6=0xf8380140 O7=0xff3307f0
    G1=0x00066000 G2=0x00009400 G3=0xf8c3c7c0 G4=0xfe434fa8
    G5=0x000077e4 G6=0xf8415d30 G7=0xf8381d70 Y=0x00000000
    PC=0xff330f84 nPC=0xff330f88
    Top of Stack: (sp=0xf8380140)
    0xf8380140:   fe3dc000 00000000 0000e840 00000004
    0xf8380150:   00000010 1f186a74 00000004 f8c35440
    0xf8380160:   00000000 f8c3c7b0 00000010 00007340
    0xf8380170:   00000050 00000000 f83801a0 fde199c4
    0xf8380180:   00000000 00000000 00000000 00000000
    0xf8380190:   f8c38fa0 1001ecc0 fe4344d0 000006bd
    0xf83801a0:   00000000 00000000 f8c3e088 f8c3e488
    0xf83801b0:   018df2f8 fe352588 00000400 00000000
    Instructions: (pc=0xff330f84)
    0xff330f74:   b7 b4 89 14 bb b5 09 16 bf b5 89 18 c1 9d de 00
    0xff330f84:   e3 be 1e 00 ae 05 e0 40 b6 a6 e0 40 02 40 00 1f
    Stack: [0xf8302000,0xf8381d70),  sp=0xf8380140,  free space=504k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C  [libc_psr.so.1+0xf84]  memcpy+0x994
    V  [libjvm.so+0x2199cc]
    V  [libjvm.so+0x2256cc]
    V  [libjvm.so+0x222dec]
    V  [libjvm.so+0x218ae8]
    V  [libjvm.so+0x280c74]
    V  [libjvm.so+0x276d18]
    V  [libjvm.so+0x2778c8]
    V  [libjvm.so+0x3344ec]
    V  [libjvm.so+0x2dcb54]
    V  [libjvm.so+0x67ce98]
    Current CompileTask:
    opto:1264      com.lowagie.text.pdf.Type1Font.process(Lcom/lowagie/text/pdf/RandomAccessFileOrArray;)V (1320 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x0140cf90 JavaThread "Thread-37" daemon [_thread_blocked, id=138]
      0x00240ab8 JavaThread "Store org.hibernate.cache.StandardQueryCache Expiry Thread" daemon [_thread_blocked, id=135]
      0x002408f0 JavaThread "Store org.hibernate.cache.StandardQueryCache Spool Thread" daemon [_thread_blocked, id=134]
      0x0063ec58 JavaThread "Store org.hibernate.cache.UpdateTimestampsCache Expiry Thread" daemon [_thread_blocked, id=133]
      0x0063ea90 JavaThread "Store org.hibernate.cache.UpdateTimestampsCache Spool Thread" daemon [_thread_blocked, id=132]
      0x01013f10 JavaThread "derby.rawStoreDaemon" daemon [_thread_blocked, id=131]
      0x00e38700 JavaThread "Timer-3" daemon [_thread_blocked, id=130]
      0x00a01048 JavaThread "derby.antiGC" daemon [_thread_blocked, id=129]
      0x00b0ce48 JavaThread "Store org.hibernate.cache.StandardQueryCache Expiry Thread" daemon [_thread_blocked, id=128]
      0x01392ae0 JavaThread "Store org.hibernate.cache.StandardQueryCache Spool Thread" daemon [_thread_blocked, id=127]
      0x005baff8 JavaThread "Store org.hibernate.cache.UpdateTimestampsCache Expiry Thread" daemon [_thread_blocked, id=126]
      0x004ba540 JavaThread "Store org.hibernate.cache.UpdateTimestampsCache Spool Thread" daemon [_thread_blocked, id=125]
      0x02068310 JavaThread "JCA PoolFiller" daemon [_thread_blocked, id=124]
      0x00171180 JavaThread "IdleRemover" daemon [_thread_blocked, id=123]
      0x00a71250 JavaThread "http-0.0.0.0-7001-Monitor" [_thread_blocked, id=121]
      0x00612058 JavaThread "http-0.0.0.0-7001-Processor25" daemon [_thread_blocked, id=120]
      0x006112f8 JavaThread "http-0.0.0.0-7001-Processor24" daemon [_thread_blocked, id=119]
      0x00610598 JavaThread "http-0.0.0.0-7001-Processor23" daemon [_thread_blocked, id=118]
      0x00b65c98 JavaThread "http-0.0.0.0-7001-Processor22" daemon [_thread_blocked, id=117]
      0x00b650b8 JavaThread "http-0.0.0.0-7001-Processor21" daemon [_thread_blocked, id=116]
      0x01395f80 JavaThread "http-0.0.0.0-7001-Processor20" daemon [_thread_in_native, id=115]
      0x00a4b298 JavaThread "http-0.0.0.0-7001-Processor19" daemon [_thread_blocked, id=114]
      0x00a4a620 JavaThread "http-0.0.0.0-7001-Processor18" daemon [_thread_blocked, id=113]
      0x01214330 JavaThread "http-0.0.0.0-7001-Processor17" daemon [_thread_blocked, id=112]
      0x00fdadf0 JavaThread "http-0.0.0.0-7001-Processor16" daemon [_thread_blocked, id=111]
      0x009fa520 JavaThread "http-0.0.0.0-7001-Processor15" daemon [_thread_blocked, id=110]
      0x02210448 JavaThread "http-0.0.0.0-7001-Processor14" daemon [_thread_blocked, id=109]
      0x00a1d6f8 JavaThread "http-0.0.0.0-7001-Processor13" daemon [_thread_blocked, id=108]
      0x01676eb0 JavaThread "http-0.0.0.0-7001-Processor12" daemon [_thread_blocked, id=107]
      0x00f513c0 JavaThread "http-0.0.0.0-7001-Processor11" daemon [_thread_blocked, id=106]
      0x00773c30 JavaThread "http-0.0.0.0-7001-Processor10" daemon [_thread_blocked, id=105]
      0x01b40428 JavaThread "http-0.0.0.0-7001-Processor9" daemon [_thread_blocked, id=104]
      0x0101ecd8 JavaThread "http-0.0.0.0-7001-Processor8" daemon [_thread_blocked, id=103]
      0x00b636e0 JavaThread "http-0.0.0.0-7001-Processor7" daemon [_thread_blocked, id=102]
      0x010c6918 JavaThread "http-0.0.0.0-7001-Processor6" daemon [_thread_blocked, id=101]
      0x00c74f70 JavaThread "http-0.0.0.0-7001-Processor5" daemon [_thread_blocked, id=100]
      0x00c74988 JavaThread "http-0.0.0.0-7001-Processor4" daemon [_thread_blocked, id=99]
      0x00348270 JavaThread "http-0.0.0.0-7001-Processor3" daemon [_thread_blocked, id=98]
      0x00755e80 JavaThread "http-0.0.0.0-7001-Processor2" daemon [_thread_blocked, id=97]
      0x006acfe8 JavaThread "http-0.0.0.0-7001-Processor1" daemon [_thread_blocked, id=96]
      0x010c6350 JavaThread "JBossLifeThread" [_thread_blocked, id=95]
      0x008b4af0 JavaThread "JspRuntimeContext[/tmp46779ppp.war]" daemon [_thread_blocked, id=94]
      0x01080a00 JavaThread "JspRuntimeContext[/tmp46778yyy.war]" daemon [_thread_blocked, id=93]
      0x01471db8 JavaThread "JspRuntimeContext[/tmp46777xxx.war]" daemon [_thread_blocked, id=92]
      0x01411ef0 JavaThread "Thread-6" [_thread_blocked, id=91]
      0x0107d448 JavaThread "Thread-5" [_thread_blocked, id=90]
      0x014991d0 JavaThread "JspRuntimeContext[/web-console.war]" daemon [_thread_blocked, id=89]
      0x01b126e0 JavaThread "JspRuntimeContext[/jmx-console.war]" daemon [_thread_blocked, id=88]
      0x00618a10 JavaThread "Timer-2" daemon [_thread_blocked, id=87]
      0x00f5bd48 JavaThread "JBoss JMX Attribute Monitor InUseConnectionCount Monitor" [_thread_blocked, id=86]
      0x02211078 JavaThread "JBoss JMX Attribute Monitor InUseConnectionCount Monitor" [_thread_blocked, id=85]
      0x00d11338 JavaThread "HSQLDB Timer @c26c8f" daemon [_thread_blocked, id=84]
      0x00548360 JavaThread "JspRuntimeContext[/jboss.war]" daemon [_thread_blocked, id=83]
      0x00548588 JavaThread "ContainerBackgroundProcessor[StandardEngine[jboss.web]]" daemon [_thread_blocked, id=82]
      0x0108aa88 JavaThread "JspRuntimeContext[/editique]" daemon [_thread_blocked, id=81]
      0x005e34a0 JavaThread "JspRuntimeContext[/image]" daemon [_thread_blocked, id=80]
      0x00d11590 JavaThread "JspRuntimeContext[/encarts]" daemon [_thread_blocked, id=79]
      0x004ac770 JavaThread "JspRuntimeContext[/upload]" daemon [_thread_blocked, id=78]
      0x00468030 JavaThread "JBoss JMX Attribute Monitor ActiveThreadCount Monitor" [_thread_blocked, id=52]
      0x013bf150 JavaThread "JBoss JMX Attribute Monitor FreeMemory Monitor" [_thread_blocked, id=51]
      0x002e0d90 JavaThread "PooledInvokerAcceptor#0-7090" [_thread_in_native, id=48]
      0x00db2bd8 JavaThread "RMI TCP Accept-7089" daemon [_thread_in_native, id=46]
      0x00dee0c0 JavaThread "NamingBootstrap Pool(1)-1" daemon [_thread_in_native, id=45]
      0x00e41df8 JavaThread "GC Daemon" daemon [_thread_blocked, id=44]
      0x0067ccc0 JavaThread "RMI Reaper" [_thread_blocked, id=43]
      0x0067c8b0 JavaThread "Timer-1" daemon [_thread_blocked, id=42]
      0x0067c548 JavaThread "RMI TCP Accept-7098" daemon [_thread_in_native, id=41]
      0x0085d308 JavaThread "SeedGenerator Thread" daemon [_thread_blocked, id=18]
      0x006eb480 JavaThread "ScannerThread" daemon [_thread_blocked, id=17]
      0x00cb59a8 JavaThread "Timer-0" daemon [_thread_blocked, id=16]
      0x00038f98 JavaThread "DestroyJavaVM" [_thread_blocked, id=1]
      0x0014d1e8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=13]
    =>0x0014c130 JavaThread "CompilerThread1" daemon [_thread_in_native, id=12]
      0x0014b218 JavaThread "CompilerThread0" daemon [_thread_in_native, id=11]
      0x0014a3a0 JavaThread "AdapterThread" daemon [_thread_blocked, id=10]
      0x00149618 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=9]
      0x0013eb80 JavaThread "Finalizer" daemon [_thread_blocked, id=8]
      0x0013e640 JavaThread "Reference Handler" daemon [_thread_blocked, id=7]
    Other Threads:
      0x0013c560 VMThread [id=6]
      0x000b2190 WatcherThread [id=14]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread:  ([mutex/lock_event])
    [0x00037508/0x00038938] Heap_lock - owner thread: 0x00e41df8
    [0x00037608/0x00038cc8] MethodData_lock - owner thread: 0x00a4b298
    Heap
    PSYoungGen      total 316032K, used 6348K [0xe2ab0000, 0xf7930000, 0xf8000000)
      eden space 315968K, 2% used [0xe2ab0000,0xe30e3298,0xf5f40000)
      from space 64K, 0% used [0xf7910000,0xf7910000,0xf7920000)
      to   space 64K, 0% used [0xf7920000,0xf7920000,0xf7930000)
    PSOldGen        total 185792K, used 185791K [0xb8000000, 0xc3570000, 0xe2ab0000)
      object space 185792K, 99% used [0xb8000000,0xc356ffb8,0xc3570000)
    PSPermGen       total 34432K, used 34431K [0xb0000000, 0xb21a0000, 0xb8000000)
      object space 34432K, 99% used [0xb0000000,0xb219fd30,0xb21a0000)
    Dynamic libraries:
    0x00010000      /products/java/jdk1.5.0_12/bin/java
    0xff350000      /usr/lib/libthread.so.1
    0xff390000      /usr/lib/libdl.so.1
    0xff200000      /usr/lib/libc.so.1
    0xff330000      /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
    0xfdc00000      /products/java/jdk1.5.0_12/jre/lib/sparc/server/libjvm.so
    0xff2f0000      /usr/lib/libsocket.so.1
    0xff1e0000      /usr/lib/libsched.so.1
    0xff1b0000      /usr/lib/libCrun.so.1
    0xff180000      /usr/lib/libm.so.1
    0xff080000      /usr/lib/libnsl.so.1
    0xff310000      /usr/lib/libw.so.1
    0xff160000      /usr/lib/libmp.so.2
    0xff050000      /products/java/jdk1.5.0_12/jre/lib/sparc/native_threads/libhpi.so
    0xfe7d0000      /products/java/jdk1.5.0_12/jre/lib/sparc/libverify.so
    0xfe790000      /products/java/jdk1.5.0_12/jre/lib/sparc/libjava.so
    0xfe760000      /products/java/jdk1.5.0_12/jre/lib/sparc/libzip.so
    0xfe610000      /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xfa610000      /products/java/jdk1.5.0_12/jre/lib/sparc/libnet.so
    0xabd60000      /products/java/jdk1.5.0_12/jre/lib/sparc/libnio.so
    0xabb00000      /usr/lib/librt.so.1
    0xab3e0000      /usr/lib/libaio.so.1
    0xab3c0000      /usr/lib/libsendfile.so.1
    0xaaa80000      /products/java/jdk1.5.0_12/jre/lib/sparc/libawt.so
    0xaa900000      /products/java/jdk1.5.0_12/jre/lib/sparc/libmlib_image.so
    0xac330000      /products/java/jdk1.5.0_12/jre/lib/sparc/headless/libmawt.so
    VM Arguments:
    jvm_args: -Xms128m -Xmx1024m -XX:MaxPermSize=128m -Xss128k -verbose:class -verbose:gc -Dderby.system.home=/home/xxx/databases -Djboss.home.dir=/home/xxx/products/jboss -Djboss.home.url=file:/home/xxx/products/jboss -Djboss.lib.url=file:/home/xxx/products/jboss/lib -Djboss.server.base.dir=/home/xxx/webapp -Djboss.server.base.url=file:/home/xxx/webapp -Djboss.server.home.dir=/home/xxx/webapp -Djboss.server.home.url=file:/home/xxx/webapp -Djboss.server.lib.url=file:/home/xxx/products/jboss-libs -Djboss.server.data.dir=/home/xxx/tmp/xxx -Djboss.server.config.url=file:/home/xxx/etc/config-jboss -Djboss.server.temp.dir=/home/xxx/tmp/xxx -Djboss.server.name=webapp
    java_command: org.jboss.Main --classpath /home/xxx/etc
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/home/xxx/products/jdk/bin:/home/xxx/gnu/bin:/usr/bin:/usr/ucb:/etc
    LD_LIBRARY_PATH=/products/java/jdk1.5.0_12/jre/lib/sparc/server:/products/java/jdk1.5.0_12/jre/lib/sparc:/products/java/jdk1.5.0_12/jre/../lib/sparc:/usr/local/openwin/lib:/usr/local/openwin/lib:/usr/lib
    SHELL=/bin/ksh
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x70cb50], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGBUS: [libjvm.so+0x70cb50], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGFPE: [libjvm.so+0x2743ac], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGPIPE: [libjvm.so+0x2743ac], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGILL: [libjvm.so+0x2743ac], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGUSR1: [libjvm.so+0x67f5f0], sa_mask[0]=0x00008000, sa_flags=0x00000008
    SIGUSR2: [libjvm.so+0x2743ac], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
    SIGHUP: [libjvm.so+0x67e22c], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x67e22c], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    SIGTERM: [libjvm.so+0x67e22c], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
    ---------------  S Y S T E M  ---------------
    OS:                       Solaris 8 10/01 s28s_u6wos_08a SPARC
               Copyright 2001 Sun Microsystems, Inc.  All Rights Reserved.
                               Assembled 12 September 2001
    uname:SunOS 5.8 Generic_108528-18 sun4u  (T1 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 1024, AS infinity
    load average:1.44 0.66 0.46
    CPU:total 2 has_v8, has_v9, has_vis1
    Memory: 8k page, physical 2621440k(506320k 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:0x550I've worked around it creating ".hotspot_compiler" with the following content to disable native compilation on problematic methods :
    exclude com/lowagie/text/pdf/Type1Font processRegards,
    Patrick.

    Hi, we've got a similar problem with JVM 1.5.0_06, although the SIGSEGV appeared not on a Compiler thread, but on a JavaThread:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xff390af8, pid=11726, tid=153
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_06-b05 mixed mode, sharing)
    # Problematic frame:
    # C [libc_psr.so.1+0xaf8] memset+0x78
    --------------- T H R E A D ---------------
    Current thread (0x00238508): JavaThread "JMSEventSession #2 on queue://TaskManagerQueue" [_thread_in_native, id=153]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000000
    Registers:
    O0=0x00000000 O1=0x00000000 O2=0x0000000c O3=0x00000000
    O4=0xff368284 O5=0x00000008 O6=0xf177d730 O7=0xf7c5c410
    G1=0x00060000 G2=0x15b7164c G3=0x000148a4 G4=0x00014868
    G5=0xd1953220 G6=0x3793e37d G7=0xfe763c00 Y=0x00000000
    PC=0xff390af8 nPC=0xff390aec
    Top of Stack: (sp=0xf177d730)
    0xf177d730: 00000000 0000000c 0000000c 0000000c
    0xf177d740: 0001485c 0000000c 000148f4 00000008
    0xf177d750: 00000000 0000000f 0000000a 0000003c
    0xf177d760: 0000000a 0000003c f177d7d8 f7c5b544
    0xf177d770: 00000001 00000001 00000000 f177d904
    0xf177d780: 0000003e 00000000 0000000a 00000001
    0xf177d790: f177d8f0 18185c90 00000000 f177d8e4
    0xf177d7a0: 15744078 0000000a 14ecd530 00000003
    Instructions: (pc=0xff390af8)
    0xff390ae8: 96 0a a0 18 96 a2 e0 08 9a 03 60 08 3a 4f ff fe
    0xff390af8: d2 73 7f f8 98 aa a0 1f 02 40 00 08 98 a3 20 20
    Stack: [0xf1700000,0xf1780000), sp=0xf177d730, free space=501k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [libc_psr.so.1+0xaf8] memset+0x78
    C [libocijdbc10.so+0xb54c] Java_oracle_jdbc_driver_T2CStatement_t2cDefineFetch+0x2c
    J oracle.jdbc.driver.T2CStatement.t2cDefineFetch(JI[S[BII[Loracle/jdbc/driver/Accessor;[BI[CI[SI[J)I
    J oracle.jdbc.driver.T2CPreparedStatement.doDefineFetch()V
    J oracle.jdbc.driver.T2CPreparedStatement.executeForRows(Z)V
    J oracle.jdbc.driver.OracleStatement.executeMaybeDescribe()V
    J oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()V
    J oracle.jdbc.driver.OraclePreparedStatement.executeInternal()I
    J oracle.jdbc.driver.OraclePreparedStatement.execute()Z
    J org.apache.commons.dbcp.DelegatingPreparedStatement.execute()Z
    J org.apache.commons.dbcp.DelegatingPreparedStatement.execute()Z
    J es.tid.planb.spci.task.actioncontext.DBHelper.query(Ljava/sql/Connection;Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/ResultSet;
    J sun.reflect.GeneratedMethodAccessor6089.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J bsh.Reflect.invokeMethod(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J bsh.Reflect.invokeObjectMethod(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.Name.invokeMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.BSHMethodInvocation.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(ZLbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHAssignment.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHBlock.evalBlock(Lbsh/CallStack;Lbsh/Interpreter;ZLbsh/BSHBlock$NodeFilter;)Ljava/lang/Object;
    J bsh.BSHBlock.eval(Lbsh/CallStack;Lbsh/Interpreter;Z)Ljava/lang/Object;
    J bsh.BshMethod.invokeImpl([Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;Z)Ljava/lang/Object;
    J bsh.BshMethod.invoke([Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;Z)Ljava/lang/Object;
    J bsh.Name.invokeLocalMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.Name.invokeMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.BSHMethodInvocation.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(ZLbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHBlock.evalBlock(Lbsh/CallStack;Lbsh/Interpreter;ZLbsh/BSHBlock$NodeFilter;)Ljava/lang/Object;
    J bsh.BSHBlock.eval(Lbsh/CallStack;Lbsh/Interpreter;Z)Ljava/lang/Object;
    J bsh.BshMethod.invokeImpl([Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;Z)Ljava/lang/Object;
    J bsh.BshMethod.invoke([Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;Z)Ljava/lang/Object;
    J bsh.Name.invokeLocalMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.Name.invokeMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.BSHMethodInvocation.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(ZLbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHBlock.evalBlock(Lbsh/CallStack;Lbsh/Interpreter;ZLbsh/BSHBlock$NodeFilter;)Ljava/lang/Object;
    J bsh.BSHBlock.eval(Lbsh/CallStack;Lbsh/Interpreter;Z)Ljava/lang/Object;
    J bsh.BSHTryStatement.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.Interpreter.eval(Ljava/io/Reader;Lbsh/NameSpace;Ljava/lang/String;)Ljava/lang/Object;
    j bsh.Interpreter.source(Ljava/lang/String;Lbsh/NameSpace;)Ljava/lang/Object;+56
    J es.tid.planb.spci.task.BshAction.action()V
    J es.tid.planb.spci.task.TaskActionCommand.action()V
    J es.tid.planb.spci.task.SPCITaskCtrlModel.update()Z
    J es.tid.planb.workflow.TaskManager.updateTask(Les/tid/planb/workflow/TaskCtrlModel;Les/tid/planb/workflow/Event;)V
    J es.tid.planb.workflow.TaskManager.onEvent(Les/tid/planb/workflow/Event;)V
    J es.tid.planb.workflow.JMSEventSession.run()V
    v ~OSRAdapter
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [libjvm.so+0xdc098]
    V [libjvm.so+0xf38c8]
    V [libjvm.so+0xf3724]
    V [libjvm.so+0xf35a8]
    V [libjvm.so+0x42af10]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    J oracle.jdbc.driver.T2CStatement.t2cDefineFetch(JI[S[BII[Loracle/jdbc/driver/Accessor;[BI[CI[SI[J)I
    J oracle.jdbc.driver.T2CPreparedStatement.doDefineFetch()V
    J oracle.jdbc.driver.T2CPreparedStatement.executeForRows(Z)V
    J oracle.jdbc.driver.OracleStatement.executeMaybeDescribe()V
    J oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout()V
    J oracle.jdbc.driver.OraclePreparedStatement.executeInternal()I
    J oracle.jdbc.driver.OraclePreparedStatement.execute()Z
    J org.apache.commons.dbcp.DelegatingPreparedStatement.execute()Z
    J org.apache.commons.dbcp.DelegatingPreparedStatement.execute()Z
    J es.tid.planb.spci.task.actioncontext.DBHelper.query(Ljava/sql/Connection;Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/ResultSet;
    J sun.reflect.GeneratedMethodAccessor6089.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J bsh.Reflect.invokeMethod(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J bsh.Reflect.invokeObjectMethod(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.Name.invokeMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.BSHMethodInvocation.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(ZLbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHAssignment.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHBlock.evalBlock(Lbsh/CallStack;Lbsh/Interpreter;ZLbsh/BSHBlock$NodeFilter;)Ljava/lang/Object;
    J bsh.BSHBlock.eval(Lbsh/CallStack;Lbsh/Interpreter;Z)Ljava/lang/Object;
    J bsh.BshMethod.invokeImpl([Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;Z)Ljava/lang/Object;
    J bsh.BshMethod.invoke([Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;Z)Ljava/lang/Object;
    J bsh.Name.invokeLocalMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.Name.invokeMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.BSHMethodInvocation.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(ZLbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHBlock.evalBlock(Lbsh/CallStack;Lbsh/Interpreter;ZLbsh/BSHBlock$NodeFilter;)Ljava/lang/Object;
    J bsh.BSHBlock.eval(Lbsh/CallStack;Lbsh/Interpreter;Z)Ljava/lang/Object;
    J bsh.BshMethod.invokeImpl([Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;Z)Ljava/lang/Object;
    J bsh.BshMethod.invoke([Ljava/lang/Object;Lbsh/Interpreter;Lbsh/CallStack;Lbsh/SimpleNode;Z)Ljava/lang/Object;
    J bsh.Name.invokeLocalMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.Name.invokeMethod(Lbsh/Interpreter;[Ljava/lang/Object;Lbsh/CallStack;Lbsh/SimpleNode;)Ljava/lang/Object;
    J bsh.BSHMethodInvocation.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(ZLbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHPrimaryExpression.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.BSHBlock.evalBlock(Lbsh/CallStack;Lbsh/Interpreter;ZLbsh/BSHBlock$NodeFilter;)Ljava/lang/Object;
    J bsh.BSHBlock.eval(Lbsh/CallStack;Lbsh/Interpreter;Z)Ljava/lang/Object;
    J bsh.BSHTryStatement.eval(Lbsh/CallStack;Lbsh/Interpreter;)Ljava/lang/Object;
    J bsh.Interpreter.eval(Ljava/io/Reader;Lbsh/NameSpace;Ljava/lang/String;)Ljava/lang/Object;
    j bsh.Interpreter.source(Ljava/lang/String;Lbsh/NameSpace;)Ljava/lang/Object;+56
    J es.tid.planb.spci.task.BshAction.action()V
    J es.tid.planb.spci.task.TaskActionCommand.action()V
    J es.tid.planb.spci.task.SPCITaskCtrlModel.update()Z
    J es.tid.planb.workflow.TaskManager.updateTask(Les/tid/planb/workflow/TaskCtrlModel;Les/tid/planb/workflow/Event;)V
    J es.tid.planb.workflow.TaskManager.onEvent(Les/tid/planb/workflow/Event;)V
    J es.tid.planb.workflow.JMSEventSession.run()V
    v ~OSRAdapter
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x12879558 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=285746]
    0x0fe559b8 JavaThread "ActiveMQ Task" daemon [_thread_blocked, id=285639]
    0x1477ff18 JavaThread "ActiveMQ Session Task" daemon [_thread_blocked, id=285638]
    0x0f7dc470 JavaThread "ActiveMQ Session Task" daemon [_thread_blocked, id=283547]
    0x134826d0 JavaThread "ActiveMQ Transport: tcp:///10.228.32.110:41159" daemon [_thread_in_native, id=277026]
    0x11c7bf70 JavaThread "ActiveMQ Transport: tcp:///10.228.32.110:31040" daemon [_thread_in_native, id=267379]
    0x05ff17d8 JavaThread "ActiveMQ Transport: tcp:///10.228.32.104:8951" daemon [_thread_in_native, id=233688]
    0x083cb4b0 JavaThread "ActiveMQ Transport: tcp:///10.228.32.110:10863" daemon [_thread_in_native, id=139875]
    0x052f5808 JavaThread "ActiveMQ Transport: tcp:///127.0.0.1:34505" daemon [_thread_in_native, id=17778]
    0x07053e80 JavaThread "ActiveMQ Transport: tcp://localhost/127.0.0.1:61635" [_thread_in_native, id=17777]
    0x00285b58 JavaThread "Thread-158" daemon [_thread_blocked, id=333]
    0x00984be8 JavaThread "SMTPGate-Worker#4" [_thread_blocked, id=331]
    0x009bbe70 JavaThread "SMTPGate-Worker#3" [_thread_blocked, id=330]
    0x00983b50 JavaThread "SMTPGate-Worker#2" [_thread_blocked, id=329]
    0x00958f10 JavaThread "SMTPGate-Worker#1" [_thread_blocked, id=328]
    0x00988540 JavaThread "SMTPGate-Worker#0" [_thread_blocked, id=327]
    0x009a6598 JavaThread "ServerSocket" [_thread_in_native, id=326]
    0x009a63d0 JavaThread "JMSProvider [JMSTaskProvider] Consumer" [_thread_blocked, id=325]
    0x009a7e80 JavaThread "FaxGate-Worker#4" [_thread_blocked, id=324]
    0x009a82b0 JavaThread "FaxGate-Worker#3" [_thread_blocked, id=323]
    0x009a7108 JavaThread "FaxGate-Worker#2" [_thread_blocked, id=322]
    0x009a5d58 JavaThread "FaxGate-Worker#1" [_thread_blocked, id=321]
    0x009a4fa8 JavaThread "FaxGate-Worker#0" [_thread_blocked, id=320]
    0x009a22b0 JavaThread "EventGate-Worker#0" [_thread_blocked, id=319]
    0x009a0978 JavaThread "LineCheckerGate-Worker#19" [_thread_blocked, id=318]
    0x009a2550 JavaThread "LineCheckerGate-Worker#18" [_thread_blocked, id=317]
    0x0099c610 JavaThread "LineCheckerGate-Worker#17" [_thread_blocked, id=316]
    0x0099b978 JavaThread "LineCheckerGate-Worker#16" [_thread_blocked, id=315]
    0x00998d70 JavaThread "LineCheckerGate-Worker#15" [_thread_blocked, id=314]
    0x0099da60 JavaThread "LineCheckerGate-Worker#14" [_thread_blocked, id=313]
    0x0099f700 JavaThread "LineCheckerGate-Worker#13" [_thread_blocked, id=312]
    0x0099e898 JavaThread "LineCheckerGate-Worker#12" [_thread_blocked, id=311]
    0x00997df8 JavaThread "LineCheckerGate-Worker#11" [_thread_blocked, id=310]
    0x009a32f0 JavaThread "LineCheckerGate-Worker#10" [_thread_blocked, id=309]
    0x0099fa48 JavaThread "LineCheckerGate-Worker#9" [_thread_blocked, id=308]
    0x00999690 JavaThread "LineCheckerGate-Worker#8" [_thread_blocked, id=307]
    0x0099a6e0 JavaThread "LineCheckerGate-Worker#7" [_thread_blocked, id=306]
    0x00999978 JavaThread "LineCheckerGate-Worker#6" [_thread_blocked, id=305]
    0x00997430 JavaThread "LineCheckerGate-Worker#5" [_thread_blocked, id=304]
    0x00996338 JavaThread "LineCheckerGate-Worker#4" [_thread_blocked, id=303]
    0x00956e98 JavaThread "LineCheckerGate-Worker#3" [_thread_blocked, id=302]
    0x00964e00 JavaThread "LineCheckerGate-Worker#2" [_thread_blocked, id=301]
    0x009558d8 JavaThread "LineCheckerGate-Worker#1" [_thread_blocked, id=300]
    0x00977078 JavaThread "LineCheckerGate-Worker#0" [_thread_blocked, id=299]
    0x00965438 JavaThread "GesADSLGate-Worker#4" [_thread_in_native, id=297]
    0x00978390 JavaThread "GesADSLGate-Worker#3" [_thread_blocked, id=296]
    0x00966028 JavaThread "GesADSLGate-Worker#2" [_thread_blocked, id=295]
    0x0093e5b8 JavaThread "GesADSLGate-Worker#1" [_thread_blocked, id=294]
    0x0093d8f0 JavaThread "GesADSLGate-Worker#0" [_thread_in_native, id=293]
    0x00941058 JavaThread "GesADSLGate JMS Consumer" [_thread_blocked, id=292]
    0x0093efd0 JavaThread "ActiveMQ Transport: tcp:///127.0.0.1:65371" daemon [_thread_in_native, id=289]
    0x0093c2d0 JavaThread "ActiveMQ Transport: tcp://localhost/127.0.0.1:61635" [_thread_in_native, id=288]
    0x00937678 JavaThread "JMSLLUGate-Worker#4" [_thread_blocked, id=286]
    0x00936920 JavaThread "JMSLLUGate-Worker#3" [_thread_blocked, id=285]
    0x00935c28 JavaThread "JMSLLUGate-Worker#2" [_thread_blocked, id=284]
    0x00941ff8 JavaThread "JMSLLUGate-Worker#1" [_thread_blocked, id=283]
    0x00941588 JavaThread "JMSLLUGate-Worker#0" [_thread_blocked, id=282]
    0x008c56d8 JavaThread "HTTPGate-Worker#49" [_thread_blocked, id=281]
    0x008c4980 JavaThread "HTTPGate-Worker#48" [_thread_blocked, id=280]
    0x008c3420 JavaThread "HTTPGate-Worker#47" [_thread_blocked, id=279]
    0x008c26c8 JavaThread "HTTPGate-Worker#46" [_thread_blocked, id=278]
    0x008c1970 JavaThread "HTTPGate-Worker#45" [_thread_blocked, id=277]
    0x008c0c18 JavaThread "HTTPGate-Worker#44" [_thread_blocked, id=276]
    0x008bfec0 JavaThread "HTTPGate-Worker#43" [_thread_blocked, id=275]
    0x008bf168 JavaThread "HTTPGate-Worker#42" [_thread_in_native, id=274]
    0x008be410 JavaThread "HTTPGate-Worker#41" [_thread_blocked, id=273]
    0x008bd6b8 JavaThread "HTTPGate-Worker#40" [_thread_blocked, id=272]
    0x008bc960 JavaThread "HTTPGate-Worker#39" [_thread_blocked, id=271]
    0x008bbc08 JavaThread "HTTPGate-Worker#38" [_thread_blocked, id=270]
    0x008baeb0 JavaThread "HTTPGate-Worker#37" [_thread_blocked, id=269]
    0x008ba158 JavaThread "HTTPGate-Worker#36" [_thread_in_native, id=268]
    0x008b9400 JavaThread "HTTPGate-Worker#35" [_thread_blocked, id=267]
    0x008b80a0 JavaThread "HTTPGate-Worker#34" [_thread_blocked, id=266]
    0x008b7348 JavaThread "HTTPGate-Worker#33" [_thread_blocked, id=265]
    0x008b65f0 JavaThread "HTTPGate-Worker#32" [_thread_blocked, id=264]
    0x008b5898 JavaThread "HTTPGate-Worker#31" [_thread_blocked, id=263]
    0x008b4b40 JavaThread "HTTPGate-Worker#30" [_thread_blocked, id=262]
    0x0088b180 JavaThread "HTTPGate-Worker#29" [_thread_blocked, id=261]
    0x0088a428 JavaThread "HTTPGate-Worker#28" [_thread_blocked, id=260]
    0x008896d0 JavaThread "HTTPGate-Worker#27" [_thread_blocked, id=259]
    0x00888978 JavaThread "HTTPGate-Worker#26" [_thread_blocked, id=258]
    0x00887c20 JavaThread "HTTPGate-Worker#25" [_thread_blocked, id=257]
    0x00886ec8 JavaThread "HTTPGate-Worker#24" [_thread_blocked, id=256]
    0x00886170 JavaThread "HTTPGate-Worker#23" [_thread_in_native, id=255]
    0x00885418 JavaThread "HTTPGate-Worker#22" [_thread_blocked, id=254]
    0x008846c0 JavaThread "HTTPGate-Worker#21" [_thread_blocked, id=253]
    0x00883968 JavaThread "HTTPGate-Worker#20" [_thread_blocked, id=252]
    0x00882c10 JavaThread "HTTPGate-Worker#19" [_thread_blocked, id=251]
    0x00881eb8 JavaThread "HTTPGate-Worker#18" [_thread_blocked, id=250]
    0x00881160 JavaThread "HTTPGate-Worker#17" [_thread_blocked, id=249]
    0x00880408 JavaThread "HTTPGate-Worker#16" [_thread_in_native, id=248]
    0x0087eea8 JavaThread "HTTPGate-Worker#15" [_thread_blocked, id=247]
    0x0087e150 JavaThread "HTTPGate-Worker#14" [_thread_blocked, id=246]
    0x0087d3f8 JavaThread "HTTPGate-Worker#13" [_thread_in_native, id=245]
    0x0087c6a0 JavaThread "HTTPGate-Worker#12" [_thread_blocked, id=244]
    0x0087b948 JavaThread "HTTPGate-Worker#11" [_thread_blocked, id=243]
    0x0087abf0 JavaThread "HTTPGate-Worker#10" [_thread_blocked, id=242]
    0x0025f968 JavaThread "HTTPGate-Worker#9" [_thread_blocked, id=241]
    0x0025ec10 JavaThread "HTTPGate-Worker#8" [_thread_blocked, id=240]
    0x0025deb8 JavaThread "HTTPGate-Worker#7" [_thread_blocked, id=239]
    0x0025d160 JavaThread "HTTPGate-Worker#6" [_thread_blocked, id=238]
    0x0025c408 JavaThread "HTTPGate-Worker#5" [_thread_blocked, id=237]
    0x0025b6b0 JavaThread "HTTPGate-Worker#4" [_thread_blocked, id=236]
    0x0025a958 JavaThread "HTTPGate-Worker#3" [_thread_blocked, id=235]
    0x002595f8 JavaThread "HTTPGate-Worker#2" [_thread_blocked, id=234]
    0x002588a0 JavaThread "HTTPGate-Worker#1" [_thread_blocked, id=233]
    0x00256a78 JavaThread "HTTPGate-Worker#0" [_thread_blocked, id=232]
    0x00255d20 JavaThread "TaskSwapper" [_thread_blocked, id=231]
    0x00254e88 JavaThread "TaskConsumer-Worker#49" [_thread_blocked, id=230]
    0x00254130 JavaThread "TaskConsumer-Worker#48" [_thread_blocked, id=229]
    0x002533d8 JavaThread "TaskConsumer-Worker#47" [_thread_blocked, id=228]
    0x00252680 JavaThread "TaskConsumer-Worker#46" [_thread_blocked, id=227]
    0x00251928 JavaThread "TaskConsumer-Worker#45" [_thread_blocked, id=226]
    0x00250bd0 JavaThread "TaskConsumer-Worker#44" [_thread_blocked, id=225]
    0x000f3ae8 JavaThread "TaskConsumer-Worker#43" [_thread_blocked, id=224]
    0x000f2d90 JavaThread "TaskConsumer-Worker#42" [_thread_blocked, id=223]
    0x000f2038 JavaThread "TaskConsumer-Worker#41" [_thread_blocked, id=222]
    0x000f12e0 JavaThread "TaskConsumer-Worker#40" [_thread_blocked, id=221]
    0x000f0588 JavaThread "TaskConsumer-Worker#39" [_thread_blocked, id=220]
    0x000ef830 JavaThread "TaskConsumer-Worker#38" [_thread_blocked, id=219]
    0x000eead8 JavaThread "TaskConsumer-Worker#37" [_thread_blocked, id=218]
    0x000edd80 JavaThread "TaskConsumer-Worker#36" [_thread_blocked, id=217]
    0x000ed058 JavaThread "TaskConsumer-Worker#35" [_thread_blocked, id=216]
    0x0028ea88 JavaThread "TaskConsumer-Worker#34" [_thread_blocked, id=215]
    0x0028dd30 JavaThread "TaskConsumer-Worker#33" [_thread_blocked, id=214]
    0x0028cfd8 JavaThread "TaskConsumer-Worker#32" [_thread_blocked, id=213]
    0x0028c280 JavaThread "TaskConsumer-Worker#31" [_thread_blocked, id=212]
    0x0028b528 JavaThread "TaskConsumer-Worker#30" [_thread_blocked, id=211]
    0x0028a7d0 JavaThread "TaskConsumer-Worker#29" [_thread_blocked, id=210]
    0x00289a78 JavaThread "TaskConsumer-Worker#28" [_thread_blocked, id=209]
    0x00288d20 JavaThread "TaskConsumer-Worker#27" [_thread_blocked, id=208]
    0x00287fc8 JavaThread "TaskConsumer-Worker#26" [_thread_blocked, id=207]
    0x00287270 JavaThread "TaskConsumer-Worker#25" [_thread_blocked, id=206]
    0x003eddc0 JavaThread "TaskConsumer-Worker#24" [_thread_blocked, id=205]
    0x003ed068 JavaThread "TaskConsumer-Worker#23" [_thread_blocked, id=204]
    0x003ec310 JavaThread "TaskConsumer-Worker#22" [_thread_blocked, id=203]
    0x003eafb0 JavaThread "TaskConsumer-Worker#21" [_thread_blocked, id=202]
    0x003ea258 JavaThread "TaskConsumer-Worker#20" [_thread_blocked, id=201]
    0x003e9500 JavaThread "TaskConsumer-Worker#19" [_thread_blocked, id=200]
    0x003e87a8 JavaThread "TaskConsumer-Worker#18" [_thread_blocked, id=199]
    0x003e7a50 JavaThread "TaskConsumer-Worker#17" [_thread_blocked, id=198]
    0x003e6cf8 JavaThread "TaskConsumer-Worker#16" [_thread_blocked, id=197]
    0x008f7750 JavaThread "TaskConsumer-Worker#15" [_thread_blocked, id=196]
    0x008f69f8 JavaThread "TaskConsumer-Worker#14" [_thread_blocked, id=195]
    0x008f5ca0 JavaThread "TaskConsumer-Worker#13" [_thread_blocked, id=194]
    0x008f4f48 JavaThread "TaskConsumer-Worker#12" [_thread_blocked, id=193]
    0x008f41f0 JavaThread "TaskConsumer-Worker#11" [_thread_blocked, id=192]
    0x008f3498 JavaThread "TaskConsumer-Worker#10" [_thread_blocked, id=191]
    0x008f2740 JavaThread "TaskConsumer-Worker#9" [_thread_blocked, id=190]
    0x008f19e8 JavaThread "TaskConsumer-Worker#8" [_thread_blocked, id=189]
    0x008f0c90 JavaThread "TaskConsumer-Worker#7" [_thread_blocked, id=188]
    0x008f00b0 JavaThread "TaskConsumer-Worker#6" [_thread_blocked, id=187]
    0x008a0ea0 JavaThread "TaskConsumer-Worker#5" [_thread_blocked, id=186]
    0x008a0148 JavaThread "TaskConsumer-Worker#4" [_thread_blocked, id=185]
    0x0089f3f0 JavaThread "TaskConsumer-Worker#3" [_thread_blocked, id=184]
    0x0089ddf0 JavaThread "TaskConsumer-Worker#2" [_thread_blocked, id=183]
    0x0089cff8 JavaThread "TaskConsumer-Worker#1" [_thread_in_Java, id=182]
    0x0089c2a0 JavaThread "TaskConsumer-Worker#0" [_thread_blocked, id=181]
    0x0024dab0 JavaThread "JMSEventSession #29 on queue://TaskManagerQueue" [_thread_in_Java, id=180]
    0x0024cd58 JavaThread "JMSEventSession #28 on queue://TaskManagerQueue" [_thread_in_Java, id=179]
    0x0024c000 JavaThread "JMSEventSession #27 on queue://TaskManagerQueue" [_thread_blocked, id=178]
    0x0024b2a8 JavaThread "JMSEventSession #26 on queue://TaskManagerQueue" [_thread_blocked, id=177]
    0x0024a550 JavaThread "JMSEventSession #25 on queue://TaskManagerQueue" [_thread_in_native, id=176]
    0x00890d88 JavaThread "JMSEventSession #24 on queue://TaskManagerQueue" [_thread_blocked, id=175]
    0x00890030 JavaThread "JMSEventSession #23 on queue://TaskManagerQueue" [_thread_in_native, id=174]
    0x0088f2d8 JavaThread "JMSEventSession #22 on queue://TaskManagerQueue" [_thread_in_native, id=173]
    0x0088e580 JavaThread "JMSEventSession #21 on queue://TaskManagerQueue" [_thread_in_native, id=172]
    0x00427ec8 JavaThread "JMSEventSession #20 on queue://TaskManagerQueue" [_thread_blocked, id=171]
    0x00426b68 JavaThread "JMSEventSession #19 on queue://TaskManagerQueue" [_thread_in_Java, id=170]
    0x00425e98 JavaThread "JMSEventSession #18 on queue://TaskManagerQueue" [_thread_blocked, id=169]
    0x008ff2d0 JavaThread "JMSEventSession #17 on queue://TaskManagerQueue" [_thread_in_native, id=168]
    0x008fe578 JavaThread "JMSEventSession #16 on queue://TaskManagerQueue" [_thread_in_native, id=167]
    0x008fd820 JavaThread "JMSEventSession #15 on queue://TaskManagerQueue" [_thread_blocked, id=166]
    0x003b1278 JavaThread "JMSEventSession #14 on queue://TaskManagerQueue" [_thread_in_native, id=165]
    0x003b0520 JavaThread "JMSEventSession #13 on queue://TaskManagerQueue" [_thread_in_native, id=164]
    0x0090e100 JavaThread "JMSEventSession #12 on queue://TaskManagerQueue" [_thread_in_native, id=163]
    0x0090d3a8 JavaThread "JMSEventSession #11 on queue://TaskManagerQueue" [_thread_blocked, id=162]
    0x008ae9b8 JavaThread "JMSEventSession #10 on queue://TaskManagerQueue" [_thread_in_native, id=161]
    0x008adc90 JavaThread "JMSEventSession #9 on queue://TaskManagerQueue" [_thread_in_native, id=160]
    0x008acfc8 JavaThread "JMSEventSession #8 on queue://TaskManagerQueue" [_thread_in_native, id=159]
    0x0088d4b8 JavaThread "JMSEventSession #7 on queue://TaskManagerQueue" [_thread_blocked, id=158]
    0x0088c750 JavaThread "JMSEventSession #6 on queue://TaskManagerQueue" [_thread_in_Java, id=157]
    0x00866700 JavaThread "JMSEventSession #5 on queue://TaskManagerQueue" [_thread_in_native, id=156]
    0x008acbb8 JavaThread "JMSEventSession #4 on queue://TaskManagerQueue" [_thread_in_Java, id=155]
    0x004ed128 JavaThread "JMSEventSession #3 on queue://TaskManagerQueue" [_thread_in_Java, id=154]
    =>0x00238508 JavaThread "JMSEventSession #2 on queue://TaskManagerQueue" [_thread_in_native, id=153]
    0x0090a098 JavaThread "JMSEventSession #1 on queue://TaskManagerQueue" [_thread_in_native, id=152]
    0x008fbf78 JavaThread "JMSEventSession #0 on queue://TaskManagerQueue" [_thread_blocked, id=151]
    0x002322f0 JavaThread "Thread-154" daemon [_thread_blocked, id=55]
    0x0032cce8 JavaThread "ShellController Listener" [_thread_in_native, id=54]
    0x001d9338 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=45]
    0x00320010 JavaThread "Timer-1" [_thread_blocked, id=42]
    0x003863e8 JavaThread "LineCheckerGate Retry Timer" [_thread_blocked, id=41]
    0x002cf740 JavaThread "imqConsumerReader-1-5718468198242245632-1" [_thread_blocked, id=40]
    0x002ce8a8 JavaThread "iMQReadChannel-1" [_thread_in_native, id=39]
    0x002ce5d8 JavaThread "imqConnectionFlowControl-1" [_thread_blocked, id=38]
    0x002cbf90 JavaThread "imqConsumerReader-0-5718468198242219008-0" [_thread_blocked, id=37]
    0x003ce5f0 JavaThread "iMQReadChannel-0" [_thread_in_native, id=36]
    0x00177088 JavaThread "imqConnectionFlowControl-0" [_thread_blocked, id=35]
    0x00177688 JavaThread "HTTPGate Retry Timer" [_thread_blocked, id=34]
    0x0016e1a0 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=33]
    0x0016e598 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=32]
    0x001206f0 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=31]
    0x00120528 JavaThread "ActiveMQ Scheduler" daemon [_thread_blocked, id=30]
    0x0012c5f8 JavaThread "ActiveMQ Transport: tcp:///127.0.0.1:65327" daemon [_thread_in_native, id=29]
    0x000b4568 JavaThread "ActiveMQ Transport: tcp://localhost/127.0.0.1:61635" [_thread_in_native, id=28]
    0x000eaf88 JavaThread "ActiveMQ Transport Status Monitor: stomp://localhost:65000" daemon [_thread_blocked, id=26]
    0x000eacb8 JavaThread "ActiveMQ Transport Server: stomp://localhost:65000" daemon [_thread_in_native, id=25]
    0x000eb160 JavaThread "ActiveMQ Transport Status Monitor: tcp://localhost:61635" daemon [_thread_blocked, id=24]
    0x000e6438 JavaThread "ActiveMQ Transport Server: tcp://localhost:61635" daemon [_thread_in_native, id=23]
    0x00823d10 JavaThread "ActiveMQ Cleanup Timer" daemon [_thread_blocked, id=22]
    0x007fd8a8 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=19]
    0x007edcb0 JavaThread "RMI RenewClean-[10.228.32.116:65320]" daemon [_thread_blocked, id=17]
    0x00690458 JavaThread "GC Daemon" daemon [_thread_blocked, id=15]
    0x0069d0d8 JavaThread "RMI Reaper" [_thread_blocked, id=14]
    0x0068f6d0 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=13]
    0x0068b550 JavaThread "RMI TCP Accept-1099" daemon [_thread_in_native, id=11]
    0x0068c098 JavaThread "Timer-0" daemon [_thread_blocked, id=10]
    0x005e9290 JavaThread "EventDispatcher (EventDispatcher) Dispatch Timer" [_thread_blocked, id=9]
    0x000e1a48 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=7]
    0x000e0998 JavaThread "CompilerThread0" daemon [_thread_blocked, id=6]
    0x000df5c8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=5]
    0x000d6f90 JavaThread "Finalizer" daemon [_thread_blocked, id=4]
    0x000d62d0 JavaThread "Reference Handler" daemon [_thread_blocked, id=3]
    0x00032360 JavaThread "main" [_thread_in_native, id=1]
    Other Threads:
    0x000d3ac8 VMThread [id=2]
    0x000fc558 WatcherThread [id=8]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 108224K, used 100879K [0x15c00000, 0x1c8e0000, 0x2a950000)
    eden space 104960K, 94% used [0x15c00000, 0x1bd063e0, 0x1c280000)
    from space 3264K, 99% used [0x1c280000, 0x1c5afff8, 0x1c5b0000)
    to space 3264K, 0% used [0x1c5b0000, 0x1c5b0000, 0x1c8e0000)
    tenured generation total 867144K, used 579220K [0x2a950000, 0x5f822000, 0xd1400000)
    the space 867144K, 66% used [0x2a950000, 0x4def51e0, 0x4def5200, 0x5f822000)
    compacting perm gen total 21248K, used 21066K [0xd1400000, 0xd28c0000, 0xd5400000)
    the space 21248K, 99% used [0xd1400000, 0xd2892a08, 0xd2892c00, 0xd28c0000)
    ro space 8192K, 60% used [0xd5400000, 0xd58d6ca8, 0xd58d6e00, 0xd5c00000)
    rw space 12288K, 44% used [0xd5c00000, 0xd6159258, 0xd6159400, 0xd6800000)
    Dynamic libraries:
    0x00010000      /opt/planb/bin/jsvc
    0xff3a0000      /lib/libdl.so.1
    0xff398000      /lib/libthread.so.1
    0xff280000      /lib/libc.so.1
    0xff390000      /platform/SUNW,Sun-Fire-V890/lib/libc_psr.so.1
    0xf

  • BOE 3.1 SR3 on Solaris SPARC - how to for Int kit for SAP Solutions ?

    Hi,
    this is my first BOE installation and I've just installed the BOE SR3 Enterprise Server on Solaris SPARC with SAP WAS 7.0 and Oracle 11.2.0.2 providing the CMS database location and the Java application server for the BOE applications.
    The installation went ok and all BOE Server services are running. I've now got to install the XI 3.1 SR3 BOBJ Integration for SAP Solutions kit and have read the installation and administration guide for this.
    The pre-requisites state that the SAP RFC & Java Connector needs to be put in place before deploying. Are these not part of the NW 7 WAS 7.0 Java Server anyway ?
    If anyone has any pointers to more detailed instructions for doing Integration for SAP solutions kit other than the guide then please let me know.
    Regards,
    Brian.

    Hello Ingo,
    many thanks for your reply, although I'm still confused. My Business Objects 3.1 Enterprise Server runs on the same host as a NW 7 WAS and has it's applications deployed and running on the NW 7 WAS Java instance .According to OSS 549268 you should not use the standalone SAP JCO connector if your applications are running on a SAP WAS - it has it's own integrated SAP Java Connector
    "SAP JCo is available for two different environments: there is the standalone version and the version integrated in the SAP J2EE Engine. These two JCo variants have a compatible API but are implemented differently, so you may not mix them together within one environment.
    SAP JCo 2.1 is the standalone version and can be used in all Java applications not running in an SAP J2EE Engine environment.
    So it seems I don't need to use the standalone Java connector ?
    Regards,
    Brian.

  • JMS C API for AIX

              Hi,
              Is there a version for JMS C API for AIX ? Where can I find it ?
              Thanks,
              Ziv
              

    If your willing to use an untested binary, I suppose you
              might be able to get BEA to compile one for you (the
              majority of work in a new platform port is often just making sure
              that it passes all tests, even if, as is often happens,
              there is a 100% pass rate.) Again, I recommend making
              sure you make a request through customer support and
              make sure that JMS product manager Frazier Miller sees it.
              z wrote:
              > Our project is maintaining few platforms: HP, Solaris, AIX, etc ...
              > Can we have the source of the C API implementation, so we would build it in any
              > requested
              > platform ?
              >
              > Tom Barnes <[email protected]> wrote:
              >
              >>No, just HP, Solaris, and Windows - with official
              >>support (and more platforms) coming in the next
              >>release. If you want an AIX version now, you
              >>can contact customer support and file an enhancement
              >>request. This request should then be forwarded to
              >>the product manager for the JMS C API (Frazier Miller).
              >>
              >>As a work-around for C on AIX you can use rmi-iiop and
              >>a C-based IIOP client - post to the rmi-iiop
              >>newsgroup for details. There are other work-arounds as well.
              >>
              >>z wrote:
              >>
              >>
              >>>Hi,
              >>>
              >>>Is there a version for JMS C API for AIX ? Where can I find it ?
              >>>
              >>>Thanks,
              >>>Ziv
              >>>
              >>>
              >>>
              >>
              >
              

  • Where can I download the JMS C API for WLS 12c?

    Where can I download the JMS C API for WLS 12c? It doeesn't appear to be bundled with the standard or supplemental WLS zip files, nor obvious as a separate download bundle. Searching oracle.com finds plenty of documents which reference its existence, but not how to obtain it (unless I missed something). Pointers appreciated, thanks.

    Thanks. Unfortunately, that's just a reference to the documentation. As I said, there's lots of reference to the C API in the documentation but I need the source code (I have an existing application running against WLS8.1/Solaris that I want to port to WLS12c/linux).

  • Jms c api crashes when accessing jms queue senders from different threads

    Does anybody encountered similar problem or know how to solve the following problem?
              <p>
              The jms c api crashes if I created jms queue senders/producers from one threads and have another thread to send messages using the senders:
              <p>
              <b>JMSDEBUG:</b>
              <p>
              JMSDEBUG: An exception occurred at line 281 in file src/jniimpl/JmsUtilities.c
              <b>JMS Exception:</b>
              <pre>
              weblogic.jms.common.JMSException
              at weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncTran(Dispa
              tcherWrapperState.java:440)
              at weblogic.jms.client.JMSProducer.sendInternal(JMSProducer.java:382)
              at weblogic.jms.client.JMSProducer.send(JMSProducer.java:207)
              Caused by: <b>java.lang.NoClassDefFoundError
              </b> at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:30
              9)
              at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:25
              8)
              at weblogic.j2ee.ApplicationManager.loadClass(ApplicationManager.java:25
              3)
              at weblogic.rjvm.MsgAbbrevInputStream.resolveClass(MsgAbbrevInputStream.
              java:324)
              at weblogic.common.internal.ChunkedObjectInputStream.readObject(ChunkedO
              bjectInputStream.java:96)
              at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.ja
              va:117)
              at weblogic.rmi.internal.ObjectIO.readObject(ObjectIO.java:56)
              at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:159)
              at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:138)
              at weblogic.jms.dispatcher.DispatcherImpl_813_WLStub.dispatchSyncTranFut
              ure(Unknown Source)
              at weblogic.jms.dispatcher.DispatcherWrapperState.dispatchSyncTran(Dispa
              tcherWrapperState.java:406)
              ... 2 more
              </pre>
              <p>
              <b>the ULOG file:</b>
              <p>
              162722.tekton!?proc.16113.1.-2: 04-04-2005: WebLogic Server Version 9.0
              162722.tekton!?proc.16113.1.-2: NLS:4: Cannot open message catalog LIBJMSC_CAT, set 1, num 13; check NLSPATH, LANG=C
              <p>
              <b>NOTE:</b>
              The senders works fine if the same thread creates the senders and uses them to send messages.
              <p>
              <pre>
              Environemnt:
              OS:SunOS 5.7 Generic_106541-22 sun4u sparc SUNW,Ultra-250
              WL: 8.1.3
              C++: Forte 7
              <pre>

    It appears that the problem is caused by the following NPE:
              <pre>
              Caused by: java.lang.NullPointerException
              at weblogic.i18ntools.L10nLookup.loadProps(L10nLookup.java:88)
              at weblogic.i18ntools.L10nLookup.<init>(L10nLookup.java:160)
              at weblogic.i18ntools.L10nLookup.init(L10nLookup.java:132)
              at weblogic.i18ntools.L10nLookup.getLocalizer(L10nLookup.java:315)
              at weblogic.management.commo.internal.CommoCommandLineTextFormatter.<ini
              t>(CommoCommandLineTextFormatter.java:20)
              at weblogic.management.commo.Commo.<clinit>(Commo.java:89)
              ... 13 more
              </pre>

  • How can I delete the TemporaryTopic using JMS C API or VC++

    Hello everybody,
    how can I delete the TemporaryTopic after created TemporaryTopic using JMS C API "JmsSessionCreateTemporaryTopic"?
    I checked the document about JMS C API, but I couldn't find any API for delete TemporaryTopic, it's really not existing?
    Or if there's any other way that I can delete TemporaryTopic using VC++? Any comments will be appreciated.
    Thanks for your help!
    Youbing he

    As far as I can tell, there's no C-API option for deleting a temporary topic other than to close the connection used to create the temporary topic. Note that it is inefficient to frequently create and destroy temporary topics.
    You can get pretty much equivalent performance and functionality with a shared regular topic, non-durable subscriptions, and selectors that take advantage of the "indexed subscriber" optimization. (Consumers specify a selector that is unique to them in the exact form of "MyUniqueID NOT NULL", while publishers send to a specific consumer by adding "MyUniqueID" as a message property. The "X NOT NULL" selector format activates the indexed subscriber optimization.)
    Tom
    Edited by: TomB on Apr 27, 2010 10:44 AM

  • ODSM installation failing on Solaris Sparc

    Hi Guys,
    we are trying to install ODSM on a Solaris server (Solaris Sparc 11). However the installer is throwing the following error while creating domain -
    [2013-01-10T15:50:52.888-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] onConfigurationStatus: 92185386-b8be-44a0-9a5f-0d0bc9657eb4
    [2013-01-10T15:50:52.888-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus -> Description: Starting Domain.
    [2013-01-10T15:50:52.888-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus -> State: START
    [2013-01-10T15:50:52.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus -> Component Name : StartDomain
    [2013-01-10T15:50:52.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus -> Component Type : WLSDomain
    [2013-01-10T15:50:52.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] ________________________________________________________________________________
    [2013-01-10T15:50:52.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationStatus] [OOB IDM CONFIG EVENT] onConfigurationStatus ->92185386-b8be-44a0-9a5f-0d0bc9657eb4 StatusMsg:Starting Domain.
    [2013-01-10T15:50:52.890-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] reportStartConfigAction: EXIT........
    [2013-01-10T17:04:38.884-06:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0]
    [2013-01-10T17:04:38.886-06:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
    at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
    at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3040)
    at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
    at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
    at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
    at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
    at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:690)
    at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
    at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
    at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
    at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
    at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
    at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
    at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
    at java.lang.Thread.run(Thread.java:662)
    [2013-01-10T17:04:38.888-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> configGUID 92185386-b8be-44a0-9a5f-0d0bc9657eb4
    [2013-01-10T17:04:38.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] ErrorID: 35091
    [2013-01-10T17:04:38.889-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] Description: [[
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    [2013-01-10T17:04:38.891-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] ________________________________________________________________________________
    [2013-01-10T17:04:38.892-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> eventResponse ==oracle.as.provisioning.engine.ConfigEventResponse@50cb14aa
    [2013-01-10T17:04:38.892-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> Configuration Status: -1
    [2013-01-10T17:04:38.892-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> Asking User for RETRY or ABORT
    [2013-01-10T17:04:38.893-06:00] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [OOB IDM CONFIG EVENT] onConfigurationError -> ActionStep:Create_Domain
    [2013-01-10T17:04:38.895-06:00] [as] [TRACE] [] [oracle.as.provisioning] [tid: 12] [ecid: 0000JkaSLdW7a695Nf4Eye1GvnD8000003,0] [SRC_CLASS: oracle.as.idm.install.config.event.IdMProvisionEventListener] [SRC_METHOD: onConfigurationError] [OOB IDM CONFIG EVENT] onConfigurationError -> wait for User Input ....
    [2013-01-10T17:21:34.980-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Writing profile to file:/u01/app/oraInventory/logs/installProfile2013-01-10_03-31-48PM.log
    [2013-01-10T17:21:34.981-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] outputFile:/u01/app/oraInventory/logs/installProfile2013-01-10_03-31-48PM.log
    [2013-01-10T17:21:34.981-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] in writeProfile method..
    [2013-01-10T17:21:34.982-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Adding Element:INTERVIEW_TIME_ID for writing.
    [2013-01-10T17:21:34.983-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Adding Element:COPY_TIME_ID for writing.
    [2013-01-10T17:21:34.983-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Adding Element:LINK_TIME_ID for writing.
    [2013-01-10T17:21:34.983-06:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.statistics] [tid: 11] [ecid: 0000JkaOCte7a695Nf4Eye1GvnD8000002,0] Adding Element:CONFIGURATION_TIME_ID for writing.
    We couldn't find any way forward for this error Can anyone please advise if they have seen this error in their environment and what is the way forward? Thanks

    khaleel2 wrote:
    Hi Gurus,
    Too frequent INS-32025 errors. Tried everything possible, finally found in oraInstall2012-05-06_07-50-25PM.err file......
    ---# Begin Stacktrace #---------------------------
    ID: oracle.install.driver.oui.OUISetupDriver:13
    oracle.cluster.verification.VerificationException: An internal error occurred within cluster verification framework
    <Line 206, Column 12>: XML-20211: (Fatal Error) '--' is not allowed in comments.
    <Line 206, Column 12>: XML-20211: (Fatal Error) '--' is not allowed in comments.
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4505)
    at oracle.ops.verification.framework.util.VerificationUtil.isPreReqSupported(VerificationUtil.java:4443)
    at oracle.cluster.verification.ClusterVerification.isPreReqSupported(ClusterVerification.java:6382)
    at oracle.install.driver.oui.OUISetupDriver.verifyEnvironment(OUISetupDriver.java:299)
    at oracle.install.driver.oui.OUISetupDriver.load(OUISetupDriver.java:422)
    Please help soon. Appreciated if you give main points instead of providing document links.errors indicate that cluster (RAC) is involved.
    At which step in cluster configuration, does this failure occur?

  • Oracle 8.1.6 on Solaris (SPARC) & EJB's

    Hi all,
    I would like to know if anybody is successfully using Oracle 8.1.6 on Solaris (SPARC) and EJB's or any other JServer Technology? If you have any advice for implementing JServer technologies on Solaris, please feel free to elaborate.
    Thanks in advance,
    Rob
    null

    Could you tell us how to do that????
    We all met the ORA-01034 problem!
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Wile E. Coyote:
    Yes, that's no problem
    I've installed 8.1.6 on several machines running Solaris 8 without any problem<HR></BLOCKQUOTE>
    null

  • Patch number for Oracle 8.1.7.4 on Solaries SPARC 64bit

    Guys,
    Oracle Version: 8.1.6.0
    OS: Solaris SPARC 64-bit
    I would like to patch to 8.1.7.4. I need a patch number for this, I find it very difficult to search for the patch on Metalink. Would you please suggest the patch number and maybe also suggest the easier way to search for patches on Metalink.
    Thanks in advance
    Durbanite

    Go to Metalink
    Click on "Patches & Updates" tab
    Click on "Simple Search"
    Search by "Product and Family" and enter RDBMS Server
    Choose the target release you are looking for (8.1.7.4)
    Patch type => "Patchset/Minipack"
    Classification => "Any"
    Choose the "Platform or Language" your plateform (Sun Solaris SPARC 64bits)
    And finally click on Go button.
    You'll get only one row as result, the patchset you are looking for actually.
    Nicolas.

  • USB API?  Solaris 8 or in 9?

    I am looking for any information on the USB api for Solaris. In the early docs on Solaris 8, it was mentioned that the api would be in a future release, but I cannot find it. Does anyone have information about its inclusion (or exclusion) in Solaris 8?
    Thanks in advance,
    John

    Have a look at the manpages (in s8) for uhci, ohci, hubd, usb_mid, hid and scsa2usb. The document "Writing Device Drivers" (see docs.sun.com) is also useful, as is the documentation on USB located at http://www.usb.org/developers/home.php3

  • Weblogic managed server crash and automatic restart on Solaris SPARC platform

    hi Everyone,
    We are facing a problem a problem with Weblogic managed server where the managed server crashes and automatically restarts (via nodemanager) on Solaris SPARC platform.
    The system info is as below:
    OS:                            Oracle Solaris 11.1 SPARC
      Copyright (c) 1983, 2012, Oracle and/or its affiliates.  All rights reserved.
                               Assembled 19 September 2012
    uname:SunOS 5.11 11.1 sun4v
      (T2 libthread)
    rlimit: STACK 8192k, CORE infinity, NOFILE 65536, AS infinity
    load average:1.04 0.52 0.32
    CPU:total 4 v9, popc, vis1, vis2, vis3, blk_init, cbcond, sun4v, niagara_plus
    Memory: 8k page, physical 16777216k(5930008k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (23.25-b01) for solaris-sparc JRE (1.7.0_25-b11), built on May 15 2013 04:30:17 by "" with Sun Studio 12u1
    The pstack output of analyzing the core file is as below (for the particular thread, I can attach the entire output of pstack if required):
    --- called from signal handler with signal 11 (SIGSEGV) ---
    ffffffff7ec1a7c4 memcpy%sun4v-hwcap3 (103d34720, 10a7e7710, 108ae1060, 6300, 0, ffffffff5f66394b) + 990
    ffffffff36102fa4 ZIP_GetEntry (103d34720, ffffffff636f66a4, bd, 103d347f0, a26f1c, 2f) + e4
    ffffffff36103440 Java_java_util_zip_ZipFile_getEntry (2b, ffffffff636f66a4, 103d34720, ffffffff636f6b70, 2b, 1) + a8
    ffffffff7586ac1c * *java/util/zip/ZipFile.getEntry(J[BZ)J [compiled]
    ffffffff75b61b58 * *java/util/zip/ZipFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry; [compiled] +39 (line 606)
    ffffffff75b61b58 * *java/util/jar/JarFile.getEntry(Ljava/lang/String;)Ljava/util/zip/ZipEntry;+3 (line 452)
    ffffffff75b61b58 * *weblogic/utils/classloaders/ZipClassFinder.getSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+36 (line 75)
    ffffffff75b6eb84 * *weblogic/utils/classloaders/JarClassFinder.getSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +6 (line 100)
    ffffffff75a40938 * *weblogic/utils/classloaders/AbstractClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +74 (line 58)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75806d10 * weblogic/application/utils/CompositeWebAppFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+5 (line 176)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75976c88 * *weblogic/utils/classloaders/MultiClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source; [compiled] +30 (line 114)
    ffffffff75806d10 * weblogic/utils/classloaders/CodeGenClassFinder.getClassSource(Ljava/lang/String;)Lweblogic/utils/classloaders/Source;+43 (line 48)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.findLocalClass(Ljava/lang/String;)Ljava/lang/Class;+87 (line 571)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+117 (line 515)
    ffffffff75806d10 * weblogic/utils/classloaders/ChangeAwareClassLoader.findClass(Ljava/lang/String;)Ljava/lang/Class;+60 (line 121)
    ffffffff75a465c8 * *java/lang/ClassLoader.loadClass(Ljava/lang/String;Z)Ljava/lang/Class; [compiled] +71 (line 836)
    ffffffff75db42c0 * *java/lang/ClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class; [compiled] +4 (line 714)
    ffffffff75806d10 * weblogic/utils/classloaders/GenericClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+2 (line 358)
    ffffffff75806d10 * weblogic/utils/classloaders/ChangeAwareClassLoader.loadClass(Ljava/lang/String;)Ljava/lang/Class;+27 (line 83)
    ffffffff7580024c * StubRoutines (1)
    ffffffff3691f44c __1cJJavaCallsLcall_helper6FpnJJavaValue_pnMmethodHandle_pnRJavaCallArguments_pnGThread__v_ (ffffffff636f7f98, 10234f000, 2, c, 2, 10) + 2f4
    ffffffff36e546c0 __1cJJavaCallsMcall_virtual6FpnJJavaValue_nGHandle_nLKlassHandle_pnGSymbol_63pnGThread__v_ (ffffffff636f7f98, 1013e7748, 10234f000, 10011bf30, 100119ec0, 772d4ec08) + 1b8
    ffffffff3725bf0c __1cQSystemDictionaryTload_instance_class6FpnGSymbol_nGHandle_pnGThread__nTinstanceKlassHandle__ (105cb6100, 1013e7978, 10234f000, 102b6e500, 0, 1013e7748) + 494
    ffffffff3725a028 __1cQSystemDictionarybEresolve_instance_class_or_null6FpnGSymbol_nGHandle_3pnGThread__pnMklassOopDesc__ (105cb6100, 19dc00, 70, 10234f000, 70, 1013e7700) + ae0
    ffffffff37257800 __1cQSystemDictionaryPresolve_or_fail6FpnGSymbol_nGHandle_3bpnGThread__pnMklassOopDesc__ (105cb6100, 1013e76f0, 1013e76f8, 1, 10234f000, 1) + 290
    ffffffff368ba9dc __1cTconstantPoolOopDescNklass_at_impl6FnSconstantPoolHandle_ipnGThread__pnMklassOopDesc__ (10201b6e0, 1013e7978, 10234f000, 10201b6e0, 783cfb098, ffffffff37588000) + 264
    ffffffff36937380 __1cSInterpreterRuntimeE_new6FpnKJavaThread_pnTconstantPoolOopDesc_i_v_ (10234f000, 77548b730, 49, 10201b6e0, 1013e76e8, 10234f000) + b8
    ffffffff7581ab58 * com/jdedwards/base/logging/log4j/JdeLogger.warn(ILjava/lang/String;Ljava/lang/String;Ljava/lang/Object;Ljava/lang/Throwable;)V+14
    ffffffff75807bcc * com/jdedwards/system/security/proxy/SecurityServerProxyImpl.install(Ljava/util/Hashtable;)Lcom/jdedwards/system/security/proxy/SecurityServerProxyImpl;+30
    ffffffff75806d10 * com/jdedwards/system/security/proxy/SecurityServerProxyFactory.create(Ljava/util/Hashtable;)Lcom/jdedwards/system/security/SecurityServer;+1
    ffffffff75807898 * com/jdedwards/system/security/SecurityServerInstance.getInstance()Lcom/jdedwards/system/security/SecurityServer;+27
    ffffffff75806d10 * com/jdedwards/mgmt/security/UserManager.checkPassword(Ljava/lang/String;Ljava/lang/String;)Z+59
    ffffffff75806b24 * com/jdedwards/mgmt/security/UserManagerImpl.checkPassword(Ljava/lang/String;Ljava/lang/String;)Z+5
    ffffffff75806b24 * com/jdedwards/mgmt/security/SCFLoginModule.login()Z+481
    The output of the hs_err_pid1127.log file is as below:
    # A fatal error has been detected by the Java Runtime Environment:
    #  SIGSEGV (0xb) at pc=0xffffffff7ec1a544, pid=1127, tid=20
    # JRE version: 7.0_25-b11
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.25-b01 mixed mode solaris-sparc compressed oops)
    # Problematic frame:
    # C  [libc.so.1+0x11a544]  memcpy%sun4v-hwcap3+0x710
    # Core dump written. Default location: /slot/ems9437/appmgr/Oracle/Middleware/user_projects/domains/smc_domain/core or core.1127
    # If you would like to submit a bug report, please visit:
    #   http://bugreport.sun.com/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    ---------------  T H R E A D  ---------------
    Current thread (0x000000010294d000):  JavaThread "[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=20, stack(0xffffffff62f00000,0xffffffff63000000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0xffffffff5f6ce000
    I ran the suspect code which i believed was causing the issue as a standalone Java program using the same Java executable and it worked fine without any crash.
    Appreciate any inputs / discussion / feedback / thoughts on this topic.
    Good day.

    I just wanted to throw in one more thought.  I have also seen that there is a restart=true parameter.  Maybe if we set this to true, and just issue the command to shut down the server in the script, the managed server will restart on its own. 
    Would greatly appreciate any advice!

  • Problem JMS-c api for message Acknowledgement

    Hi,
              I am working in a project that uses bea-JMS C api for
              Communictions.In my project i am using topic messaging for message reciving and sending..Here i am using durablesubscriber for receiving and client Acknowledgement to Acknowledge the message.
              In receiving function I store the message in another JmsMessage for Client-Acknowledgement.
              Here comes one problem that, while i Acknowledge on the receive function each and every message Acknowledge correctly.But while i Acknowledge that message from some other function it return -1 as , that it cannot Acknowledge.The other function is working in another thread.
              Wheather the seprate thread will make the problem for confirmation.

    Similar to JDBC connections, JMS sessions and their related child producers and consumers are not thread-safe (with the one exception of the session.close() method).
              For example, without added application level locking, its not safe to acknowledge a message from one thread while another thread receives or produces a message. This has special implications for asynchronous consumers, as once the asynchronous consumer is created, access to the session and objects is limited to code within the "onMessage()" and "onException()" callbacks.
              This behavior is detailed in the JMS specification.
              Tom

Maybe you are looking for

  • Problem with ORB.connect

    Though a stand alone application is making ORB connection successfully , when i call ORB.connect from an EJB application it is returning me the following error code org.omg.CORBA.OBJ_ADAPTER: minor code: 1398079690 completed: No (with Java runtime en

  • UNKNOWN/APPLICATION_ERROR in SOAP

    HI my interface is proxy--> XI --> soap. I post the payload from runtime. I am able to sucess full messge in SXMB_moni. but in Adapter Engine it was showing below error. MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: S

  • I tried adding mobile accessibility and now i can't unlock my phone.  Can anyone help?

    I tried adding mobile accessibility and now i can't unlock my phone.  Can anyone help?

  • Issues in binding to a panelGroupLayout within an ApplicationPanel control

    Hi, The JSFF page I am using is as shown here: <fnd:applicationsPanel id="AP1" title="#{pageFlowScope.TransactionName} #{viewcontrollerBundle.APPLICATION_FORM}" scrollable="true" contentsFacet="scroll" navigationType="none" saveAndCloseVisible="false

  • Flash player wont work please help

    I have flash player installed and recently no videos, for example youtube, will work on ANY browser. I have tried troubleshooting and resetting browsers and nothing has worked, I cant watch any videos, please help! It looks as if the videos keep rest