How to investigate hs_err_pid.log??

hi
1.how to investigate by using hs_err_pid.log file which is created when weblogic crashes.?
2. Is JDBC connection failure causes server crash??
I got a jdbc connection failure before server crash..
please look the hs_err.log file ...
# A fatal error has been detected by the Java Runtime Environment:
# SIGSEGV (0xb) at pc=0x53df9708, pid=20300, tid=107
# JRE version: 6.0_24-b50
# Java VM: Java HotSpot(TM) Server VM (19.1-b02 mixed mode solaris-sparc )
# Problematic frame:
# C [libclntsh.so.11.1+0x1f9708] kpuhhaloc+0xb40
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/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 (0x0e952000): JavaThread "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=107, stack(0x4af00000,0x4af80000)]
siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000
Registers:
O0=0x00000000 O1=0x00000400 O2=0xff2b5980 O3=0x00000000
O4=0xfe1eea00 O5=0x00070048 O6=0x4af7e990 O7=0x53df9678
G1=0x04bfc000 G2=0x000017ac G3=0x00070048 G4=0x000000ff
G5=0x480bf1f8 G6=0x00000000 G7=0xfe1eea00 Y=0x00000000
PC=0x53df9708 nPC=0x53df970c
Register to memory mapping:
O0=0x00000000
0x00000000 is pointing to unknown location
O1=0x00000400
0x00000400 is pointing to unknown location
O2=0xff2b5980
0xff2b5980: _uberdata+0 in /lib/libc.so.1 at 0xff180000
O3=0x00000000
0x00000000 is pointing to unknown location
O4=0xfe1eea00
0xfe1eea00 is pointing to unknown location
O5=0x00070048
0x00070048 is pointing to unknown location
O6=0x4af7e990
0x4af7e990 is pointing into the stack for thread: 0x0e952000
"[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon prio=3 tid=0x0e952000 nid=0x6b runnable [0x4af7f000]
java.lang.Thread.State: RUNNABLE
O7=0x53df9678
0x53df9678: kpuhhaloc+0xab0 in /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libclntsh.so.11.1 at 0x53c00000
G1=0x04bfc000
0x04bfc000 is pointing to unknown location
G2=0x000017ac
0x000017ac is pointing to unknown location
G3=0x00070048
0x00070048 is pointing to unknown location
G4=0x000000ff
0x000000ff is pointing to unknown location
G5=0x480bf1f8
0x480bf1f8 is pointing to unknown location
G6=0x00000000
0x00000000 is pointing to unknown location
G7=0xfe1eea00
0xfe1eea00 is pointing to unknown location
Top of Stack: (sp=0x4af7e990)
0x4af7e990: 55e934fc 00001400 55ed475c 000053ff
0x4af7e9a0: 480becb8 480bf1f8 00001800 00001000
0x4af7e9b0: 00001798 4753eb38 480bf1f8 480becb8
0x4af7e9c0: 000017dc 4753eb38 4af7eb78 5402d840
0x4af7e9d0: 0eba5820 00000000 4af7ed50 e45ff068
0x4af7e9e0: fedfc000 4af7ea4c 7de143a0 01004000
0x4af7e9f0: 00000000 55e430e4 00000000 0000000a
0x4af7ea00: fc0001c0 480bf320 00000000 560906fc
Instructions: (pc=0x53df9708)
0x53df96f8: d2 05 40 08 10 80 00 05 f0 07 bf fc 88 10 20 ff
0x53df9708: c8 28 20 00 f0 07 bf fc 81 c7 e0 08 81 e8 20 00
Stack: [0x4af00000,0x4af80000], sp=0x4af7e990, free space=506k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C [libclntsh.so.11.1+0x1f9708] kpuhhaloc+0xb40
C [libclntsh.so.11.1+0x42d848] kpughndl0+0x694
C [libocijdbc11.so+0x2944]
C [libocijdbc11.so+0x3fc4] Java_oracle_jdbc_driver_T2CConnection_t2cLogon+0x378
C [libocijdbc11.so+0x3c34] Java_oracle_jdbc_driver_T2CConnection_t2cCreateState+0x1dc
j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+-1652308988
j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+0
j oracle.jdbc.driver.T2CConnection.logon()V+1128
j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+467
j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+4
j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+34
j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+658
j weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ZLjava/util/Properties;Ljavax/sql/DataSource;Lweblogic/common/resourcepool/PooledResourceInfo;)Ljava/sql/Connection;+266
j weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Lweblogic/common/resourcepool/PooledResourceInfo;)Lweblogic/common/resourcepool/PooledResource;+237
j weblogic.common.resourcepool.ResourcePoolImpl.makeResources(I[Lweblogic/common/resourcepool/PooledResourceInfo;Ljava/util/List;ZZ)I+344
j weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(Lweblogic/timers/Timer;)V+415
J weblogic.timers.internal.TimerImpl.run()V
J weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run()V
J weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V
j weblogic.work.ExecuteThread.run()V+42
v ~StubRoutines::call_stub
V [libjvm.so+0x16b1a4]
V [libjvm.so+0x52e708]
V [libjvm.so+0x1ff2cc]
V [libjvm.so+0x212228]
V [libjvm.so+0x858a78]
V [libjvm.so+0x77d714]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[B[J)I+0
j oracle.jdbc.driver.T2CConnection.logon()V+1128
j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+467
j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+4
j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+34
j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+658
j weblogic.jdbc.common.internal.ConnectionEnvFactory.makeConnection(ZLjava/util/Properties;Ljavax/sql/DataSource;Lweblogic/common/resourcepool/PooledResourceInfo;)Ljava/sql/Connection;+266
j weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(Lweblogic/common/resourcepool/PooledResourceInfo;)Lweblogic/common/resourcepool/PooledResource;+237
j weblogic.common.resourcepool.ResourcePoolImpl.makeResources(I[Lweblogic/common/resourcepool/PooledResourceInfo;Ljava/util/List;ZZ)I+344
j weblogic.common.resourcepool.ResourcePoolImpl$ResourcePoolMaintanenceTask.timerExpired(Lweblogic/timers/Timer;)V+415
J weblogic.timers.internal.TimerImpl.run()V
J weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run()V
J weblogic.work.ExecuteThread.execute(Ljava/lang/Runnable;)V
j weblogic.work.ExecuteThread.run()V+42
v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x46b43c00 JavaThread "Thread-525" daemon [_thread_in_native, id=59482, stack(0x56a80000,0x56b00000)]
0x46bde000 JavaThread "Timer-179" daemon [_thread_blocked, id=59433, stack(0x49e00000,0x49e80000)]
0x46b09c00 JavaThread "Thread-514" daemon [_thread_in_native, id=57859, stack(0x49d00000,0x49d80000)]
0x46ae7800 JavaThread "LDAPConnThread-46 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57622, stack(0x4bd00000,0x4bd80000)]
0x46b25000 JavaThread "LDAPConnThread-45 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57621, stack(0x48600000,0x48680000)]
0x46693400 JavaThread "LDAPConnThread-44 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57620, stack(0x56280000,0x56300000)]
0x46693000 JavaThread "LDAPConnThread-43 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57619, stack(0x48100000,0x48180000)]
0x469a8000 JavaThread "LDAPConnThread-42 ldaps://172.16.100.86:13060" daemon [_thread_in_native, id=57618, stack(0x49900000,0x49980000)]
0x3b0d9000 JavaThread "Worker-3" daemon [_thread_blocked, id=47238, stack(0x49a00000,0x49a80000)]
0x145c1400 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=1330, stack(0x48500000,0x48580000)]
0x07507400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=1328, stack(0x48700000,0x48780000)]
0x073b8800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1325, stack(0x49600000,0x49680000)]
0x14db6c00 JavaThread "Background Batch Spiller 2" daemon [_thread_blocked, id=147, stack(0x48c00000,0x48c80000)]
0x0516f000 JavaThread "Background Batch Spiller 1" daemon [_thread_blocked, id=146, stack(0x48d00000,0x48d80000)]
0x15e7a000 JavaThread "Background Batch Spiller 0" daemon [_thread_blocked, id=145, stack(0x48e00000,0x48e80000)]
0x1daa0400 JavaThread "Thread-36" daemon [_thread_blocked, id=141, stack(0x48f00000,0x48f80000)]
0x16cc4800 JavaThread "Background Batch Spiller 2" daemon [_thread_blocked, id=140, stack(0x49000000,0x49080000)]
0x076ef000 JavaThread "Background Batch Spiller 1" daemon [_thread_blocked, id=139, stack(0x49100000,0x49180000)]
0x0704fc00 JavaThread "Background Batch Spiller 0" daemon [_thread_blocked, id=138, stack(0x49200000,0x49280000)]
0x027b6000 JavaThread "JRC Timeout Thread" daemon [_thread_blocked, id=137, stack(0x49300000,0x49380000)]
0x0701fc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=135, stack(0x49400000,0x49480000)]
0x1060fc00 JavaThread "JPS UserRoleCacheCleaner<clean-only>" daemon [_thread_blocked, id=133, stack(0x49700000,0x49780000)]
0x08586400 JavaThread "Thread-23" daemon [_thread_blocked, id=127, stack(0x49b00000,0x49b80000)]
0x16cdf000 JavaThread "DmsThread-1" daemon [_thread_blocked, id=122, stack(0x4a000000,0x4a080000)]
0x0bf2dc00 JavaThread "[STANDBY] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=121, stack(0x4a100000,0x4a180000)]
0x0ad28000 JavaThread "[STANDBY] ExecuteThread: '20' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=120, stack(0x4a200000,0x4a280000)]
0x134c0800 JavaThread "[STANDBY] ExecuteThread: '19' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=119, stack(0x4a300000,0x4a380000)]
0x134e1400 JavaThread "[STANDBY] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=118, stack(0x4a400000,0x4a480000)]
0x0ebc6000 JavaThread "[ACTIVE] ExecuteThread: '17' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=117, stack(0x4a500000,0x4a580000)]
0x080c0c00 JavaThread "[STANDBY] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=116, stack(0x4a600000,0x4a680000)]
0x051a3800 JavaThread "[STANDBY] ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=115, stack(0x4a700000,0x4a780000)]
0x12f5c000 JavaThread "[STANDBY] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=114, stack(0x4a800000,0x4a880000)]
0x0ad49000 JavaThread "[STANDBY] ExecuteThread: '13' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=113, stack(0x4a900000,0x4a980000)]
0x0c835800 JavaThread "[STANDBY] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=112, stack(0x4aa00000,0x4aa80000)]
0x0b3b7800 JavaThread "[STANDBY] ExecuteThread: '11' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=111, stack(0x4ab00000,0x4ab80000)]
0x098d1800 JavaThread "[STANDBY] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=110, stack(0x4ac00000,0x4ac80000)]
0x0400ac00 JavaThread "[STANDBY] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=109, stack(0x4ad00000,0x4ad80000)]
0x07f73800 JavaThread "[STANDBY] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=108, stack(0x4ae00000,0x4ae80000)]
=>0x0e952000 JavaThread "[ACTIVE] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_in_native, id=107, stack(0x4af00000,0x4af80000)]
0x11907c00 JavaThread "[STANDBY] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=106, stack(0x4b000000,0x4b080000)]
0x14330400 JavaThread "[STANDBY] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=105, stack(0x4b100000,0x4b180000)]
0x06ee8000 JavaThread "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=104, stack(0x4b200000,0x4b280000)]
0x05ae5000 JavaThread "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=103, stack(0x4b300000,0x4b380000)]
0x02f13400 JavaThread "DynamicListenThread[Default]" daemon [_thread_in_native, id=102, stack(0x4b900000,0x4b980000)]
0x062d9400 JavaThread "DynamicSSLListenThread[DefaultSecure[1]]" daemon [_thread_in_native, id=101, stack(0x4ba00000,0x4ba80000)]
0x062d8800 JavaThread "DynamicListenThread[Default[1]]" daemon [_thread_in_native, id=100, stack(0x4be00000,0x4be80000)]
0x062d8000 JavaThread "DynamicSSLListenThread[DefaultSecure]" daemon [_thread_in_native, id=99, stack(0x4bf00000,0x4bf80000)]
0x08545000 JavaThread "weblogic.GCMonitor" daemon [_thread_blocked, id=98, stack(0x4bc00000,0x4bc80000)]
0x0871cc00 JavaThread "Thread-20" [_thread_blocked, id=97, stack(0x4bb00000,0x4bb80000)]
0x04dfe400 JavaThread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=90, stack(0x4c000000,0x4c080000)]
0x08a21000 JavaThread "Thread-18" daemon [_thread_blocked, id=89, stack(0x4c600000,0x4c680000)]
0x08597c00 JavaThread "CacheCleaner" daemon [_thread_blocked, id=88, stack(0x4c300000,0x4c380000)]
0x070a2c00 JavaThread "Worker-2" daemon [_thread_blocked, id=87, stack(0x4c700000,0x4c780000)]
0x084f9800 JavaThread "Worker-1" daemon [_thread_blocked, id=86, stack(0x4c400000,0x4c480000)]
0x06914400 JavaThread "Worker-0" daemon [_thread_blocked, id=85, stack(0x4c500000,0x4c580000)]
0x04751800 JavaThread "JMX Framework document pooling thread" daemon [_thread_blocked, id=77, stack(0x56380000,0x56400000)]
0x0211b000 JavaThread "LogFlusher" daemon [_thread_blocked, id=75, stack(0x56580000,0x56600000)]
0x0232f400 JavaThread "LogFlusher" daemon [_thread_blocked, id=74, stack(0x56680000,0x56700000)]
0x01ab4c00 JavaThread "LogFlusher" daemon [_thread_blocked, id=73, stack(0x56780000,0x56800000)]
0x02ce5800 JavaThread "JPS FileChangeNotifier<clean-only>" daemon [_thread_blocked, id=72, stack(0x56880000,0x56900000)]
0x02335c00 JavaThread "Thread-11" [_thread_blocked, id=71, stack(0x56980000,0x56a00000)]
0x01e3d000 JavaThread "Runtime Authorization Event Notifier" daemon [_thread_blocked, id=69, stack(0x56c80000,0x56d00000)]
0x068c8800 JavaThread "DoSManager" daemon [_thread_blocked, id=68, stack(0x56b80000,0x56c00000)]
0x03f1c000 JavaThread "VDE Transaction Processor Thread" daemon [_thread_blocked, id=66, stack(0x56d80000,0x56e00000)]
0x02006c00 JavaThread "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=65, stack(0x56e80000,0x56f00000)]
0x086c9400 JavaThread "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" daemon [_thread_in_native, id=64, stack(0x56f80000,0x57000000)]
0x08284c00 JavaThread "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=63, stack(0x57080000,0x57100000)]
0x086c5400 JavaThread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=62, stack(0x57180000,0x57200000)]
0x02009800 JavaThread "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=61, stack(0x57280000,0x57300000)]
0x01e95400 JavaThread "weblogic.timers.TimerThread" daemon [_thread_blocked, id=60, stack(0x57380000,0x57400000)]
0x020c4c00 JavaThread "weblogic.time.TimeEventGenerator" daemon [_thread_blocked, id=59, stack(0x57480000,0x57500000)]
0x02c8ec00 JavaThread "[STANDBY] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=58, stack(0x57580000,0x57600000)]
0x0058e400 JavaThread "Timer-1" daemon [_thread_blocked, id=57, stack(0x57680000,0x57700000)]
0x01ef5800 JavaThread "Timer-0" daemon [_thread_blocked, id=56, stack(0x57780000,0x57800000)]
0x003ed000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=54, stack(0x57e00000,0x57e80000)]
0x003eac00 JavaThread "CompilerThread1" daemon [_thread_blocked, id=53, stack(0x57f00000,0x57f80000)]
0x003e8400 JavaThread "CompilerThread0" daemon [_thread_blocked, id=52, stack(0x58000000,0x58080000)]
0x003e6c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=51, stack(0x58100000,0x58180000)]
0x003d5c00 JavaThread "Finalizer" daemon [_thread_blocked, id=50, stack(0x58480000,0x58500000)]
0x003d1000 JavaThread "Reference Handler" daemon [_thread_blocked, id=49, stack(0x58580000,0x58600000)]
0x00033800 JavaThread "main" [_thread_blocked, id=2, stack(0xfe300000,0xfe380000)]
Other Threads:
0x003cd800 VMThread [stack: 0x58680000,0x58700000] [id=48]
0x003ff400 WatcherThread [stack: 0x57d00000,0x57d80000] [id=55]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 677824K, used 340124K [0xd1160000, 0xfbc00000, 0xfbc00000)
eden space 658880K, 48% used [0xd1160000,0xe4b14598,0xf94d0000)
from space 18944K, 99% used [0xf94d0000,0xfa742da8,0xfa750000)
to space 21184K, 0% used [0xfa750000,0xfa750000,0xfbc00000)
PSOldGen total 1398144K, used 1070857K [0x7bc00000, 0xd1160000, 0xd1160000)
object space 1398144K, 76% used [0x7bc00000,0xbd1c2770,0xd1160000)
PSPermGen total 488576K, used 240053K [0x5bc00000, 0x79920000, 0x7bc00000)
object space 488576K, 49% used [0x5bc00000,0x6a66d6c8,0x79920000)
Dynamic libraries:
0x00010000      /user1/weblogic/Oracle/Middleware/jdk160_24/bin/java
0xff370000      /lib/libthread.so.1
0xff340000      /user1/weblogic/Oracle/Middleware/jdk160_24/bin/../jre/lib/sparc/jli/libjli.so
0xff320000      /lib/libdl.so.1
0xff180000      /lib/libc.so.1
0xff310000      /platform/sun4v/lib/libc_psr.so.1
0xfe400000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/server/libjvm.so
0xff2e0000      /lib/libsocket.so.1
0xff300000      /usr/lib/libsched.so.1
0xff2c0000      /lib/libm.so.1
0xff140000      /usr/lib/libCrun.so.1
0xff120000      /lib/libdoor.so.1
0xff000000      /lib/libnsl.so.1
0xfef00000      /lib/libm.so.2
0xff0f0000      /lib/libscf.so.1
0xff0c0000      /lib/libuutil.so.1
0xfefe0000      /lib/libgen.so.1
0xfefb0000      /lib/libmd.so.1
0xfeee0000      /platform/sun4v/lib/libmd_psr.so.1
0xfeec0000      /lib/libmp.so.2
0xfe3d0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libverify.so
0xfe390000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libjava.so
0xfe2e0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/native_threads/libhpi.so
0xfe290000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libzip.so
0x58200000      /usr/lib/locale/en_US.UTF-8/en_US.UTF-8.so.3
0xfe1a0000      /usr/lib/locale/en_US.UTF-8/methods_en_US.UTF-8.so.3
0x593d0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libnet.so
0x592e0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libnio.so
0x592c0000      /lib/librt.so.1
0x592a0000      /lib/libaio.so.1
0x591e0000      /usr/lib/libsendfile.so.1
0x591b0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libj2pkcs11.so
0x590c0000      /usr/lib/libpkcs11.so
0x59190000      /usr/lib/libcryptoutil.so.1
0x59090000      /usr/lib/security/pkcs11_kernel.so
0x58f90000      /usr/lib/security/pkcs11_softtoken_extra.so
0x58ee0000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libmanagement.so
0x58ec0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libstackdump.so
0x58ea0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libmuxer.so
0x58de0000      /usr/ucblib/libucb.so.1
0x58ca0000      /lib/libresolv.so.2
0x58da0000      /lib/libelf.so.1
0x58be0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/libwlfileio3.so
0x58bb0000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libocijdbc11.so
0x53c00000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libclntsh.so.11.1
0x53980000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libnnz11.so
0x58b90000      /lib/libkstat.so.1
0x4c800000      /user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8/libociei.so
0x4c100000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libawt.so
0x57630000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/headless/libmawt.so
0x57520000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/librmi.so
0x49500000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libfontmanager.so
0x57240000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libinstrument.so
0x57140000      /user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/libdcpr.so
VM Arguments:
jvm_args: -Xms2g -Xmx2g -XX:MaxPermSize=512m -Dweblogic.Name=ManagedServer_1 -Djava.security.policy=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.ProductionModeEnabled=true -Dweblogic.security.SSL.trustedCAKeyStore=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3 -Dwls.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server -Dcommon.components.home=/user1/weblogic/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain -Djrockit.optfile=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/servers/ManagedServer_1 -Doracle.domain.config.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/carml -Digf.arisidstack.home=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/user1/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/servers/ManagedServer_1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dem.oracle.home=/user1/weblogic/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dweblogic.management.discover=false -Dweblogic.management.server=http://adf.alshaya.com:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath
java_command: weblogic.Server
Launcher Type: SUN_STANDARD
Environment Variables:
JAVA_HOME=/user1/weblogic/Oracle/Middleware/jdk160_24
CLASSPATH=/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/user1/weblogic/Oracle/Middleware/jdk160_24/lib/tools.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.jar:/user1/weblogic/Oracle/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/webservices.jar:/user1/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/user1/weblogic/Oracle/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/user1/weblogic/Oracle/Middleware/oracle_common/soa/modules/commons-cli-1.1.jar:/user1/weblogic/Oracle/Middleware/oracle_common/soa/modules/oracle.soa.mgmt_11.1.1/soa-infra-mgmt.jar:/user1/weblogic/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/lib/xqrl.jar
PATH=/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/bin:/user1/weblogic/Oracle/Middleware/modules/org.apache.ant_1.7.1/bin:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/bin:/user1/weblogic/Oracle/Middleware/jdk160_24/bin:/usr/bin:
LD_LIBRARY_PATH=/user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc/server:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/lib/sparc:/user1/weblogic/Oracle/Middleware/jdk160_24/jre/../lib/sparc:/user1/weblogic/Oracle/Middleware/patch_wls1035/profiles/default/native:/user1/weblogic/Oracle/Middleware/patch_ocp360/profiles/default/native:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc:/user1/weblogic/Oracle/Middleware/wlserver_10.3/server/native/solaris/sparc/oci920_8
SHELL=/bin/sh
Signal Handlers:
SIGSEGV: [libjvm.so+0x8b1920], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
SIGBUS: [libjvm.so+0x8b1920], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
SIGFPE: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
SIGPIPE: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGXFSZ: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
SIGILL: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGUSR2: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGQUIT: [libjvm.so+0x77febc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
SIGINT: [libclntsh.so.11.1+0xd12e00], sa_mask[0]=0x9fbef057, sa_flags=0x0000000c
SIGTERM: [libjvm.so+0x77febc], sa_mask[0]=0xffbffeff, sa_flags=0x00000004
SIG39: [libjvm.so+0x7835c4], sa_mask[0]=0x00000000, sa_flags=0x00000008
SIG40: [libjvm.so+0x1d21a4], sa_mask[0]=0xffbffeff, sa_flags=0x0000000c
--------------- S Y S T E M ---------------
OS: Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
Assembled 23 August 2011
uname:SunOS 5.10 Generic_147440-02 sun4v (T2 libthread)
rlimit: STACK 32768k, CORE infinity, NOFILE 65536, AS infinity
load average:0.80 0.85 0.88
CPU:total 128 has_v8, has_v9, popc, has_vis1, has_vis2, is_ultra3, is_sun4v, is_niagara1, is_niagara1_plus
Memory: 8k page, physical 66584576k(33150328k free)
vm_info: Java HotSpot(TM) Server VM (19.1-b02) for solaris-sparc JRE (1.6.0_24-b50), built on Feb 10 2011 01:32:25 by "" with Workshop 5.8
time: Tue Dec 11 19:27:34 2012
elapsed time: 3564362 seconds
thanks in advance..

http://docs.oracle.com/cd/B28359_01/java.111/b31224/instclnt.htm gives some info about the used libraries (libocijdbc11.so)
Could you check the environment variable - http://docs.oracle.com/cd/B28359_01/java.111/b31224/getsta.htm#i1005378
"On Sun Solaris or Linux, set the LD_LIBRARY_PATH environment variable as follows:
ORACLE_HOME/lib
This directory contains the libocijdbc11.so shared object library.
Note:
If you are running a 32-bit Java Virtual Machine (JVM) against a 64-bit client or database, then you must also add ORACLE_HOME/lib32 to the LD_LIBRARY_PATH environment variable."

Similar Messages

  • HT201493 How can I add my daughter to Find my friends when we have the same itunes account and that's how they make us log in?

    How can I add my daughter to Find my friends when we have the same itunes account and that's how they make us log in?

    1) You asked "Does she need to reconnect to that itunes/computer and if so what do we need to do to remove this folder of pics from her ipod?" Yes, you have to connect the iPod to that computer and go to the Photos pane for the iPod in iTunes and uncheck sync photos and the click on synce/apply. In the future do not check sync photos.
    iOS and iPod: Syncing photos using iTunes
    2)
    Create a NEW account for using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    Then on the iPod go to
    - Settings>Messages>Send and receive and sign out your ID and sign into hers. Make sure that only her ID email address is listed.
    - Settings>FaceTime sign out of your ID and sign into hers. Make sure that under You can be reached at only her ID email address is listed
    - Settings>iCloud and sign out and sign in with hers
    Contnue to use the commpn ID/account for Settings>iTunes and App stores.

  • How to create different log files for each of web applications deployed in OC4J

    Hi All,
    I am using OC4J(from Oracle) v1.0.2.2 and Windows2000. Now I want to know
    1. how to create different log files for each of my deployed web applications ?
    2. what are the advantages in running multiple instances of oc4j and in what case we should run
    multiple instances of OC4J ?
    3. how to run OC4J as Windows2000 Service rather than Windows2000 Application ?
    Thanks and Regards,
    Kumar.

    Hi Avi,
    First of all I have given a first reading to log4j and I think there will some more easy way of logging debugging messages than log4j (If you could provide me a detailed explanation of a servlet,jsp,java bean that uses log4j and how to use log4j then it will be very helpful for me). The other easy ways (if I am not using log4j) to my problem i.e creating different log files for each of web applications deployed in oc4j are
    I have created multiple instances of OC4J that are configured to run on different ports and so on each instance I have deployed a single web application . And I started the 2 oc4j instances by transferring thier error/log messages to a file. And the other way is ..
    I have download from jakarta site a package called servhelper . This servhelper is a thread that is started in a startup servlet and stopped in the destroy method of that startup servlet. So this thread will automatically capture all the system.out.println's and will print those to a file. I believe that this thread program is synchronized. So in this method I need not run multiple instances of OC4J instead each deployed web application on single instance of oc4j uses the same thread program (ofcourse a copy of thread program is put in each of the deployed web applications directories) to log messages on to different log files.
    Can you comment on my above 2 approached to logging debugging messages and a compartive explanation to LOG4J and how to use LOG4J using a simple servlet, simple jsp is appreciated ...
    Thanks and Regards,
    Ravi.

  • How can i stay logged in on iPhone Skype after i delete the app from the 'current' apps?

    How can i stay logged in on iPhone Skype after i delete the app from the 'current' apps?
    Thanks for ur answers !

    You are correct. There is no other way to recover this material, and yes it would have been a good idea to backup the iPhone prior to the restore. Remember that a restore to a previous date deletes everything on the device and puts it back to the state of things on the date you choose. The texts and contacts would be gone. Did you possibly sync the contacts with a supported application on the computer? That is the only other way to recover contacts. They are designed to be synced with a supported application on the computer, or with a cloud service such as iCloud, Google or Yahoo.

  • How to delete old logs in SAP BI, what is the best way to go?

    Hi,
    below are the issues we are facing,
    when executing infopackage job is not getting triggred into source system.
    for activation DSO data it is taking huge time. At the time of seqential read to RSREQDONE table.
    I think this is due to huge logs in the staandard tables.
    What could be the reson behind this.. and let me know how to delete old logs.
    Thanks,
    Harish

    Hi,
    just carry out RSRV for DSO PSA tables and see if there is inconsistency available there in the PSA table.
    see if the change log and PSA deletion is happening regularly..else schedule same in PC
    check with basis there are certain jobs which needs to run regularly at certain frequency..
    http://www.erphowtos.com/guides-a-tutorials/doc_view/1041-how-to-delete-process-chain-logs-in-sap-bw.html
    http://www.erphowtos.com/guides-a-tutorials/doc_view/1040-periodic-maintenance-activities-on-sap-bw-best-practices.html
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a02ba9e7-bb6f-2c10-09b4-e86b9fcbad41?QuickLink=index&overridelayout=true
    Thanks and regards
    Kiran

  • How many people can log into a G5 at the same time.

    Thanks in Advance.
    I am using a G5 as a server with external drives attached. I get a message from time to time that says "too many users are logged in at once", is there a limit to how many people can log into a G5 at once ?
    All are on different users, and it's a total gigabit network.
    Message was edited by: apple2x3x5
    Message was edited by: apple2x3x5

    is there a limit to how many people can log into a G5 at once ?
    Ten, unless you're using a version of Mac OS X Server which has no limit.
    (38596)

  • How can i see Log information of Report Run Time?

    Hi Gurus,
    How can i see Log information of Report Run Time?, till now i am counted report run time manually. Is there any way i can see the workbook running time in log information?.
    Thanks & Regards
    Vikram

    There could be a few things -
    At one time, you needed to run a separate script to create the tables. I'm not sure that is still the case. If you check the Administrators guide, look into the chapter that deals with the EUL Status Workbooks.
    If you are not logged on as the eul owner, you may not have select privileges, or you may need to qualify the table with the schema (if there is no synonym) - select * from <eul_owner>.EUL5_QPP_STATS;
    If you are on 4i, the table is EUL4_QPP_STATS

  • How to get user logged in to ironport web

    How to get user logged in to ironport web by  their username, time connected and the IP address?

    The onbox reporting can only show what web traffic is currently being surfed.  We can provide a near-real time view of this web traffic with a "Web Tracking Report".
    However, there is not a report available that depicts what you're describing.  (This information is best contained on the domain server).  The closes we could get with the WSA is displaying which credentials we are currently caching.  (Which users we've seen since within the surrogate timeout).  This is possible with the authcache command on the cli.
    ~Tim

  • How to write error log while creating invoice and avoid implicite commit

    Hi,
    I've have written code in exit RV60AFZZ in which I check for some possible errors while invoicing via VF01/VF04. If conditions are met then we create error message and display it to the user. As result we had a lot of missing SD invoices in FI when we did batch/mass invoicing. I've opened OSS note and SAP support team wrote that using statement MESSAGE is forbidden in UE. It can lead to implicite commits.
    Do you have some example how to write error log for invoincing in VF01/VF04 transactions?
    Thanks

    @ sri nath. Please read post before answering. I wouldn't be posting trivial questions. As I wrote before it doesn't work.  Also SAP support would not answer to the question in my OSS.
    In VOFM, SAP is using routine  VBFS_HINZUFUEGEN_ALLG to write to error log.
    Mine is something like this in ue:
          PERFORM ZVBFS_HINZUFUEGEN_ALLG
                     USING VBAP-VBELN VBAP-POSNR  'ZSD' 'E '600'
                           SPACE SPACE SPACE SPACE.
    (we have custom message class)
    As result  XVBFS and VBSK are filled with error, but posting is also done.  Error log is filled but invoice is created and posted in FI.
    That is not OK.
    thanks

  • How many users have logged in the Enterprise portal

    Hello Expert,
    Please suggest..
    Feature required to monitor as how many users have logged in the Enterprise portal 7.0(Portal is Implemented with MDM), so that utilization can be known.
    Regards,
    Vidhanshi

    Hi,
    You can wirte the following code to get the logged in user's ID
    try {
          IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
          IUser sapUser = wdClientUser.getSAPUser();
          IUserAccount[] acct = sapUser.getUserAccounts();
          String str = acct[0].getDisplayName();
          wdComponentAPI.getMessageManager().reportSuccess("user "+ str);
         } catch (WDUMException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
         } catch (UMException e) {
         // TODO Auto-generated catch block
         e.printStackTrace();
    You need security api for using it make sure that is present.
    [Find out who is login into the Portal|http://forums.sdn.sap.com/thread.jspa?threadID=1723807]
    Hope This is Help full for you!!!
    Best Regards
    Vijay K

  • How to create the log file in remote system using log4j.

    Hi,
    How to create the log file in remote system using log4j. please give me a sample code or related links.The below example i used for create the log file in remote system but it return the below exception.Is there any authandication parameter for accessing the remote path? Please help.
    public class Logging
    Logger log=null;
    FileAppender fileapp=null;
    public Logging(String classname)
    try
    log = Logger.getLogger(classname);
    String path=" [\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt|file://\\192.168.0.14\\c$\\LOG\\d9\\May_08_2008_log.txt]";
    fileapp = new FileAppender(new PatternLayout("%r [%t] %-5p %c %x - %m%n"),path, true);
    log.addAppender(fileapp);
    log.info("Logger initilized");
    }catch(Exception ex)
    ex.printStackTrace();
    java.io.FileNotFoundException: \\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt (The network path was not found)
    at java.io.FileOutputStream.openAppend(Native Method)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at java.io.FileOutputStream.<init>(Unknown Source)
    at org.apache.log4j.FileAppender.setFile(FileAppender.java:290)
    at org.apache.log4j.FileAppender.<init>(FileAppender.java:109)
    at annwyn.logger.BioCapLogger.<init>(Logging.java:23)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Please help.
    Thanks in advance.
    Saravanan.K

    Sorry path is missing for the above request.
    path="\\192.168.0.14\c$\LOG\d9\May_08_2008_log.txt ";
    please help.
    Saravanan.K

  • How to output java logging only to a log file except stderr?

    I create a file logging and noticed that java logging output a log file and stderr simultanously. How to output the logging message only to the log file?
    Thanks.

    HarishDv wrote:
    I dont have indesign  installed on my system. I only have the binary , which needs modification and i have to save back to the DB as indd.
    Can't be done, for a realistic assessment of "can". InDesigns documents cannot reliably be created or modified without InDesign itself. (*)
    If you need to do this on native InDesign documents, you have to buy and install it.
    * "Not true, there is always IDML". But that's not a 'binary'; and you cannot (**) "convert" a binary INDD to IDML and back again without InDesign.
    ** Again, for a remotely realistic value of "can".

  • How to get real time information about how many user are logged in and thei

    I use tomcat as my server platform in Ubuntu for a war file.
    I know in order to get real time information about how many user are logged in, we can count how many active sessions exist by a SessionCounter code. However, I have to permit HttpSessionListener in web.xml of tomcat. From other users' experiences, the configuration is complexed and has some errors.
    Here's the link:http://www.stardeveloper.com/article...1112001&page=1
    In order to get users' ip, in jsp, use request.getremotehost() or
    request.getremoteaddress() by editing the jsp file.
    I wonder if there's some open source software to use for these two purposes.
    Thank you!

    That url is missing a few bits. The ... in the middle doesn't help.
    we can count how many active sessions exist by a SessionCounter code.
    However, I have to permit HttpSessionListener in web.xml of tomcat.
    From other users' experiences, the configuration is complexed and has some errors.And have you tried it? The configuration isn't that complex.
    What errors do you mean? Errors in tracking people, variance in the count? Probably related to internet issues and nothing you can do will alleviate them.

  • How to read Update log/RFC Log IN SMSY programatically ?

    Hi all,
    In SMSY we have option to look at <b>update log/RFC Log</b> which shows the connection status for each RFC connection. there are cases where the connection has failed and we get logs as shown below
    Start of automatic data capture with source 'RFC_CALL'
    Start of data capture for system 'A1D'
    Get clients for system 'A1D'
    Clients for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
    Get software components for system 'A1D'
    Software components for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
    Determine the installed Support Packs for the system 'A1D'
    Support Packs for system 'A1D' determined by RFC destination 'SM_A1DCLNT010_READ'
    Get clients for system 'A1D'
    Clients for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
    Get server and instances for system 'A1D'
    Server for system 'A1D' found in RFC destination 'SM_A1DCLNT010_READ'
    Start of data capture for system 'AAE'
    Get clients for system 'AAE'
    Clients for system 'AAE' found in RFC destination 'SM_AAECLNT010_READ'
    Get software components for system 'AAE'
    Software components for system 'AAE' found in RFC destination 'SM_AAECLNT010_READ'
    Determine the installed Support Packs for the system 'AAE'
    Support Packs for system 'AAE' determined by RFC destination 'SM_AAECLNT010_READ'
    my question is:
    1) what does these logs signify
    2) how to read these logs in program and based on what selection
    need ur inputs on this....
    Best regards,
    Subba

    FOUND...

  • How to download the log history for batch session?

    Anyone know how to download the log history from SM35?

    Hi ONG ,
    first u have to get the Q.ID , then u can use there Fms to get the Log of Sessions.
    CALL FUNCTION 'RSTS_OPEN_RLC'
      EXPORTING
        NAME         = LOG_NAME
        CLIENT       = LOG_CLIENT
        AUTHORITY    = 'BATCH'
        PROM         = 'I'
        RECTYP       = 'VNL    '
      EXCEPTIONS
        FB_CALL_HANDLE =  4
        FB_ERROR       =  8
        FB_RSTS_NOCONV = 12
        FB_RSTS_OTHER  = 16
        NO_OBJECT      = 20
        OTHERS         = 24.
    CALL FUNCTION 'RSTS_READ'
      TABLES
        DATATAB  = LOG_TABLE
      EXCEPTIONS
        FB_CALL_HANDLE =  4
        FB_ERROR       =  8
        FB_RSTS_NOCONV = 12
        FB_RSTS_OTHER  = 16
        OTHERS         = 16.
    CALL FUNCTION 'RSTS_CLOSE'
      EXCEPTIONS
        OTHERS = 4.
    <b>check the same steps how sap doing in SM35P</b>
    Regards
    Prabhu
    Message was edited by: Prabhu Peram

Maybe you are looking for

  • Smooth Scrolling Credits for FCP !#$#

    To start, I am creating scrolling credits from scratch in Motion 2 to import into my NTSC-DV FCP5 session. I had accomplished beautiful scrolling credits in Motion to FCP about 6 months ago and cannot for the life of me produce good looking scrolling

  • Question: Looking for honest Opinions, Audiophile answers!

    I am interested in purchasing a PCIE audiophile sound card (for speaker/headset listed below), i have been using only on board sound on all my builds but i am interested in giving it a try for watching videos and gaming/ listening to music while gami

  • Flow for finance in getting customer collection report

    Hi guys, i have requirement to get report of customer collection with no of invoices generated, number of payments made,number of checks bounced ,number of credit notes generated. Thanks, Umakant.

  • EJB-QL "Outer Join"

    I have a very normal query to perform but I'm not sure how to do it in EJB-QL. I have 3 tables I need to join. 1)     Person table 2)     Project Member table 3)     Project Member Role table You can extrapolate what's on each table pretty easily bas

  • Cool new features in Apple Discussion.

    Even the bit for the most answer post! has been extended, even with a different Color, or is it just me, my Eyes need checking out! Fr.BlayZay.