Oracle jrockit

Hello,
I installed the Oracle JRockit Mission Control on the WebLogic machine.
How do I have to run the WebLogic JRockit Mission Control to visible on the performance of running test programs. Or, to see how WebLogic.

An example is given here: http://middlewaremagic.com/weblogic/?p=7163 - especially the 'WLDF with JRockit Flight Recorder' section.

Similar Messages

  • Issue in Deploying application in Weblogic 10 3 3 + Oracle JRockit(R) R28.1

    Hi
    I have Weblogic 10 3 3 with Oracle JRockit(R) R28.1.0-123-138454-1.6.0_20-20101014-1350-linux-ia32 as my JVM on my Linux box.
    When I deploy my application and starts it, app goes to New state and my Managed servers (on which I deploy my app) are forcefully shutdown.
    I am building my application using Oracle JRockit(R) (build R28.1.0-123-138454-1.6.0_20-20101014-1351-windows-ia32
    Below is the complete dump I get once my servers are forcefully shutdown
    It will great if any one could throw light on what is happening
    ===== FULL THREAD DUMP ===============
    Fri Dec 31 06:45:50 2010
    Oracle JRockit(R) R28.1.0-123-138454-1.6.0_20-20101014-1350-linux-ia32
    "Main Thread" id=1 idx=0x4 tid=23019 prio=5 alive, waiting, native_blocked
    -- Waiting for notification on: weblogic/t3/srvr/T3Srvr@0x78cbd5d0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/t3/srvr/T3Srvr.waitForDeath(T3Srvr.java:902)
    ^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr@0x78cbd5d0[fat lock]
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:465)
    at weblogic/Server.main(Server.java:67)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "(Signal Handler)" id=2 idx=0x8 tid=23021 prio=5 alive, native_blocked, daemon
    "(OC Main Thread)" id=3 idx=0xc tid=23022 prio=5 alive, native_waiting, daemon
    "(GC Worker Thread 1)" id=? idx=0x10 tid=23023 prio=5 alive, daemon
    "(GC Worker Thread 2)" id=? idx=0x14 tid=23024 prio=5 alive, daemon
    "(GC Worker Thread 3)" id=? idx=0x18 tid=23025 prio=5 alive, daemon
    "(GC Worker Thread 4)" id=? idx=0x1c tid=23026 prio=5 alive, daemon
    "(Code Generation Thread 1)" id=4 idx=0x20 tid=23033 prio=5 alive, native_waiting, daemon
    "(Code Optimization Thread 1)" id=5 idx=0x24 tid=23034 prio=5 alive, native_waiting, daemon"(VM Periodic Task)" id=6 idx=0x28 tid=23035 prio=10 alive, native_blocked, daemon
    "Finalizer" id=7 idx=0x2c tid=23036 prio=8 alive, native_waiting, daemon
    at jrockit/memory/Finalizer.waitForFinalizees(J[Ljava/lang/Object;)I(Native Method)
        at jrockit/memory/Finalizer.access$700(Finalizer.java:12)
        at jrockit/memory/Finalizer$4.run(Finalizer.java:189)
        at java/lang/Thread.run(Thread.java:619)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "Reference Handler" id=8 idx=0x30 tid=23037 prio=10 alive, native_waiting, daemon
        at java/lang/ref/Reference.waitForActivatedQueue(J)Ljava/lang/ref/Reference;(Native Method)
        at java/lang/ref/Reference.access$100(Reference.java:11)
        at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:82)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "(Sensor Event Thread)" id=9 idx=0x34 tid=23038 prio=5 alive, native_blocked, daemon
    "Timer-0" id=13 idx=0x3c tid=23047 prio=5 alive, waiting, native_blocked, daemon
        -- Waiting for notification on: java/util/TaskQueue@0x7923ea80[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at java/util/TimerThread.mainLoop(Timer.java:483)
    ^-- Lock released while waiting: java/util/TaskQueue@0x7923ea80[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Timer-1" id=14 idx=0x40 tid=23049 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: java/util/TaskQueue@0x769fe1b8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/util/TimerThread.mainLoop(Timer.java:509)
    ^-- Lock released while waiting: java/util/TaskQueue@0x769fe1b8[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=15 idx=0x44 tid=23050 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x76aee438[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x76aee438[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "weblogic.time.TimeEventGenerator" id=18 idx=0x4c tid=23052 prio=9 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/time/common/internal/TimeTable@0x76b7a7c8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/time/common/internal/TimeTable.snooze(TimeTable.java:286)
    ^-- Lock released while waiting: weblogic/time/common/internal/TimeTable@0x76b7a7c8[fat lock]
    at weblogic/time/common/internal/TimeEventGenerator.run(TimeEventGenerator.java:117)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "JMAPI event thread" id=19 idx=0x50 tid=23053 prio=5 alive, in native, daemon
    "weblogic.timers.TimerThread" id=20 idx=0x54 tid=23054 prio=9 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/timers/internal/TimerThread@0x76bc13b0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/timers/internal/TimerThread$Thread.run(TimerThread.java:262)
    ^-- Lock released while waiting: weblogic/timers/internal/TimerThread@0x76bc13b0[fat lock]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" id=21 idx=0x58 tid=23055 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x772f4e30[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x772f4e30[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "NM Reaper" id=24 idx=0x5c tid=23056 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: java/util/TaskQueue@0x77134a50[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/util/TimerThread.mainLoop(Timer.java:509)
    ^-- Lock released while waiting: java/util/TaskQueue@0x77134a50[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" id=25 idx=0x60 tid=23057 prio=5 alive, blocked, native_blocked, daemon
    -- Blocked trying to get lock: java/lang/String@0x771354a8[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)
    at jrockit/vm/Locks.lockFat(Locks.java:1512)
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
    at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" id=26 idx=0x64 tid=23058 prio=5 alive, blocked, native_blocked, daemon
    -- Blocked trying to get lock: java/lang/String@0x771354a8[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)
    at jrockit/vm/Locks.lockFat(Locks.java:1512)
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
    at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" id=27 idx=0x68 tid=23059 prio=5 alive, in native, daemon
    at jrockit/ext/epoll/EPoll.epollWait0(ILjava/nio/ByteBuffer;II)I(Native Method)
    at jrockit/ext/epoll/EPoll.epollWait(EPoll.java:115)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:156)
    ^-- Holding lock: java/lang/String@0x771354a8[fat lock]
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" id=28 idx=0x6c tid=23060 prio=5 alive, blocked, native_blocked, daemon
    -- Blocked trying to get lock: java/lang/String@0x771354a8[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)
    at jrockit/vm/Locks.lockFat(Locks.java:1512)
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
    at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "VDE Transaction Processor Thread" id=31 idx=0x70 tid=23064 prio=2 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: com/octetstring/vde/backend/standard/TransactionProcessor@0x77137470[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at com/octetstring/vde/backend/standard/TransactionProcessor.waitChange(TransactionProcessor.java:367)
    ^-- Lock released while waiting: com/octetstring/vde/backend/standard/TransactionProcessor@0x77137470[fat lock]
    at com/octetstring/vde/backend/standard/TransactionProcessor.run(TransactionProcessor.java:212)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "DoSManager" id=34 idx=0x78 tid=23066 prio=6 alive, sleeping, native_waiting, daemon
    at java/lang/Thread.sleep(J)V(Native Method)
    at com/octetstring/vde/DoSManager.run(DoSManager.java:433)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Thread-13" id=35 idx=0x7c tid=23079 prio=5 alive, parked, native_blocked, daemon
    -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x7a663848
    at jrockit/vm/Locks.park0(J)V(Native Method)
    at jrockit/vm/Locks.park(Locks.java:2230)
    at sun/misc/Unsafe.park(ZJ)V(Native Method)
    at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:650)
    at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:707)
    at weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:464)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Thread-14" id=36 idx=0x80 tid=23081 prio=5 alive, parked, native_blocked, daemon
    -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x78b0d530
    at jrockit/vm/Locks.park0(J)V(Native Method)
    at jrockit/vm/Locks.park(Locks.java:2230)
    at sun/misc/Unsafe.park(ZJ)V(Native Method)
    at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:650)
    at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:707)
    at weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:464)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Thread-15" id=37 idx=0x84 tid=23083 prio=5 alive, parked, native_blocked, daemon
    -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x7a2ab0b0
    at jrockit/vm/Locks.park0(J)V(Native Method)
    at jrockit/vm/Locks.park(Locks.java:2230)
    at sun/misc/Unsafe.park(ZJ)V(Native Method)
    at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:650)
    at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:707)
    at weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:464)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "weblogic.cluster.MessageReceiver" id=38 idx=0x88 tid=23084 prio=5 alive, in native, daemon
    at java/net/PlainDatagramSocketImpl.receive0(Ljava/net/DatagramPacket;)V(Native Method)
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x778d0da0[recursive]
    at java/net/PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x778d0da0[biased lock]
    at java/net/DatagramSocket.receive(DatagramSocket.java:725)
    ^-- Holding lock: java/net/DatagramPacket@0x778d09d8[biased lock]
    ^-- Holding lock: java/net/MulticastSocket@0x778d0d40[biased lock]
    at weblogic/cluster/MulticastFragmentSocket.receive(MulticastFragmentSocket.java:239)
    at weblogic/cluster/FragmentSocketWrapper.receive(FragmentSocketWrapper.java:98)
    at weblogic/cluster/MulticastManager.run(MulticastManager.java:460)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" id=44 idx=0xa0 tid=23092 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x7a2bde50[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x7a2bde50[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" id=45 idx=0xa4 tid=23093 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x7a5941e0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x7a5941e0[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" id=46 idx=0xa8 tid=23103 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/t3/srvr/T3Srvr$2@0x78a33620[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Thread.join(Thread.java:1143)
    ^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr$2@0x78a33620[fat lock]
    at java/lang/Thread.join(Thread.java:1196)
    at java/lang/ApplicationShutdownHooks.runHooks(ApplicationShutdownHooks.java:79)
    at java/lang/ApplicationShutdownHooks$1.run(ApplicationShutdownHooks.java:24)
    at java/lang/Shutdown.runHooks(Shutdown.java:79)
    at java/lang/Shutdown.sequence(Shutdown.java:123)
    at java/lang/Shutdown.exit(Shutdown.java:168)
    ^-- Holding lock: java/lang/Class@0x78ee8648[biased lock]
    at java/lang/Runtime.exit(Runtime.java:90)
    at java/lang/System.exit(System.java:904)
    at antlr/CharScanner.panic(CharScanner.java:274)
    at antlr/CharScanner.setTokenObjectClass(CharScanner.java:340)
    at org/hibernate/hql/ast/HqlLexer.setTokenObjectClass(HqlLexer.java:25)
    at antlr/CharScanner.<init>(CharScanner.java:51)
    at antlr/CharScanner.<init>(CharScanner.java:60)
    at org/hibernate/hql/antlr/HqlBaseLexer.<init>(HqlBaseLexer.java:55)
    at org/hibernate/hql/antlr/HqlBaseLexer.<init>(HqlBaseLexer.java:52)
    at org/hibernate/hql/antlr/HqlBaseLexer.<init>(HqlBaseLexer.java:46)
    at org/hibernate/hql/ast/HqlLexer.<init>(HqlLexer.java:20)
    at org/hibernate/hql/ast/HqlParser.getInstance(HqlParser.java:41)
    at org/hibernate/hql/ast/QueryTranslatorImpl.parse(QueryTranslatorImpl.java:203)
    at org/hibernate/hql/ast/QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:127)
    ^-- Holding lock: org/hibernate/hql/ast/QueryTranslatorImpl@0x7946d160[biased lock]
    at org/hibernate/hql/ast/QueryTranslatorImpl.compile(QueryTranslatorImpl.java:83)
    at org/hibernate/impl/SessionFactoryImpl.getQuery(SessionFactoryImpl.java:427)
    at org/hibernate/impl/SessionFactoryImpl.checkNamedQueries(SessionFactoryImpl.java:388)
    at org/hibernate/impl/SessionFactoryImpl.<init>(SessionFactoryImpl.java:291)
    at org/hibernate/cfg/Configuration.buildSessionFactory(Configuration.java:1005)
    at org/springframework/orm/hibernate3/LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:825)
    at org/springframework/orm/hibernate3/LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:751)
    at org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1091)
    at org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:396)
    at org/springframework/beans/factory/support/AbstractBeanFactory.getBean(AbstractBeanFactory.java:233)
    ^-- Holding lock: java/util/HashMap@0x7a0b1010[thin lock]
    at org/springframework/beans/factory/support/AbstractBeanFactory.getBean(AbstractBeanFactory.java:145)
    at org/springframework/beans/factory/support/DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:277)
    at org/springframework/context/support/AbstractApplicationContext.refresh(AbstractApplicationContext.java:313)
    at org/springframework/web/context/support/AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:139)
    at org/springframework/web/context/ContextLoader.createWebApplicationContext(ContextLoader.java:252)
    at org/springframework/web/context/ContextLoader.initWebApplicationContext(ContextLoader.java:190)
    at org/springframework/web/context/ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
    at weblogic/servlet/internal/EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic/security/service/SecurityManager.runAs(SecurityManager.java:121)
    at weblogic/servlet/internal/EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic/servlet/internal/WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
    ^-- Holding lock: weblogic/servlet/internal/WebAppServletContext@0x7a2e8670[thin lock]
    at weblogic/servlet/internal/WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic/servlet/internal/WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic/servlet/internal/WebAppModule.start(WebAppModule.java:486)
    at weblogic/application/internal/flow/ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic/application/internal/flow/ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic/application/internal/flow/ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic/application/internal/flow/ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic/application/internal/flow/ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic/application/internal/flow/ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic/application/internal/flow/StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic/application/internal/BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic/application/internal/BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic/application/internal/SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
    at weblogic/application/internal/DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic/deploy/internal/targetserver/AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic/deploy/internal/targetserver/operations/AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic/deploy/internal/targetserver/operations/ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic/deploy/internal/targetserver/operations/ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic/deploy/internal/targetserver/operations/StartOperation.doCommit(StartOperation.java:143)
    at weblogic/deploy/internal/targetserver/operations/AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic/deploy/internal/targetserver/DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic/deploy/internal/targetserver/DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    ^-- Holding lock: java/util/ArrayList@0x7a032928[biased lock]
    at weblogic/deploy/internal/targetserver/DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic/deploy/internal/targetserver/DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
    at weblogic/deploy/service/internal/targetserver/DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic/deploy/service/internal/targetserver/DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic/deploy/service/internal/targetserver/DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
    at weblogic/work/SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace

    Hi
    I have Weblogic 10 3 3 with Oracle JRockit(R) R28.1.0-123-138454-1.6.0_20-20101014-1350-linux-ia32 as my JVM on my Linux box.
    When I deploy my application and starts it, app goes to New state and my Managed servers (on which I deploy my app) are forcefully shutdown.
    I am building my application using Oracle JRockit(R) (build R28.1.0-123-138454-1.6.0_20-20101014-1351-windows-ia32
    Below is the complete dump I get once my servers are forcefully shutdown
    It will great if any one could throw light on what is happening
    ===== FULL THREAD DUMP ===============
    Fri Dec 31 06:45:50 2010
    Oracle JRockit(R) R28.1.0-123-138454-1.6.0_20-20101014-1350-linux-ia32
    "Main Thread" id=1 idx=0x4 tid=23019 prio=5 alive, waiting, native_blocked
    -- Waiting for notification on: weblogic/t3/srvr/T3Srvr@0x78cbd5d0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/t3/srvr/T3Srvr.waitForDeath(T3Srvr.java:902)
    ^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr@0x78cbd5d0[fat lock]
    at weblogic/t3/srvr/T3Srvr.run(T3Srvr.java:465)
    at weblogic/Server.main(Server.java:67)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "(Signal Handler)" id=2 idx=0x8 tid=23021 prio=5 alive, native_blocked, daemon
    "(OC Main Thread)" id=3 idx=0xc tid=23022 prio=5 alive, native_waiting, daemon
    "(GC Worker Thread 1)" id=? idx=0x10 tid=23023 prio=5 alive, daemon
    "(GC Worker Thread 2)" id=? idx=0x14 tid=23024 prio=5 alive, daemon
    "(GC Worker Thread 3)" id=? idx=0x18 tid=23025 prio=5 alive, daemon
    "(GC Worker Thread 4)" id=? idx=0x1c tid=23026 prio=5 alive, daemon
    "(Code Generation Thread 1)" id=4 idx=0x20 tid=23033 prio=5 alive, native_waiting, daemon
    "(Code Optimization Thread 1)" id=5 idx=0x24 tid=23034 prio=5 alive, native_waiting, daemon"(VM Periodic Task)" id=6 idx=0x28 tid=23035 prio=10 alive, native_blocked, daemon
    "Finalizer" id=7 idx=0x2c tid=23036 prio=8 alive, native_waiting, daemon
    at jrockit/memory/Finalizer.waitForFinalizees(J[Ljava/lang/Object;)I(Native Method)
        at jrockit/memory/Finalizer.access$700(Finalizer.java:12)
        at jrockit/memory/Finalizer$4.run(Finalizer.java:189)
        at java/lang/Thread.run(Thread.java:619)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "Reference Handler" id=8 idx=0x30 tid=23037 prio=10 alive, native_waiting, daemon
        at java/lang/ref/Reference.waitForActivatedQueue(J)Ljava/lang/ref/Reference;(Native Method)
        at java/lang/ref/Reference.access$100(Reference.java:11)
        at java/lang/ref/Reference$ReferenceHandler.run(Reference.java:82)
        at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
        -- end of trace
    "(Sensor Event Thread)" id=9 idx=0x34 tid=23038 prio=5 alive, native_blocked, daemon
    "Timer-0" id=13 idx=0x3c tid=23047 prio=5 alive, waiting, native_blocked, daemon
        -- Waiting for notification on: java/util/TaskQueue@0x7923ea80[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at java/util/TimerThread.mainLoop(Timer.java:483)
    ^-- Lock released while waiting: java/util/TaskQueue@0x7923ea80[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Timer-1" id=14 idx=0x40 tid=23049 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: java/util/TaskQueue@0x769fe1b8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/util/TimerThread.mainLoop(Timer.java:509)
    ^-- Lock released while waiting: java/util/TaskQueue@0x769fe1b8[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=15 idx=0x44 tid=23050 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x76aee438[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x76aee438[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "weblogic.time.TimeEventGenerator" id=18 idx=0x4c tid=23052 prio=9 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/time/common/internal/TimeTable@0x76b7a7c8[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/time/common/internal/TimeTable.snooze(TimeTable.java:286)
    ^-- Lock released while waiting: weblogic/time/common/internal/TimeTable@0x76b7a7c8[fat lock]
    at weblogic/time/common/internal/TimeEventGenerator.run(TimeEventGenerator.java:117)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "JMAPI event thread" id=19 idx=0x50 tid=23053 prio=5 alive, in native, daemon
    "weblogic.timers.TimerThread" id=20 idx=0x54 tid=23054 prio=9 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/timers/internal/TimerThread@0x76bc13b0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/timers/internal/TimerThread$Thread.run(TimerThread.java:262)
    ^-- Lock released while waiting: weblogic/timers/internal/TimerThread@0x76bc13b0[fat lock]
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" id=21 idx=0x58 tid=23055 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x772f4e30[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x772f4e30[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "NM Reaper" id=24 idx=0x5c tid=23056 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: java/util/TaskQueue@0x77134a50[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/util/TimerThread.mainLoop(Timer.java:509)
    ^-- Lock released while waiting: java/util/TaskQueue@0x77134a50[fat lock]
    at java/util/TimerThread.run(Timer.java:462)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" id=25 idx=0x60 tid=23057 prio=5 alive, blocked, native_blocked, daemon
    -- Blocked trying to get lock: java/lang/String@0x771354a8[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)
    at jrockit/vm/Locks.lockFat(Locks.java:1512)
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
    at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" id=26 idx=0x64 tid=23058 prio=5 alive, blocked, native_blocked, daemon
    -- Blocked trying to get lock: java/lang/String@0x771354a8[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)
    at jrockit/vm/Locks.lockFat(Locks.java:1512)
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
    at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '2' for queue: 'weblogic.socket.Muxer'" id=27 idx=0x68 tid=23059 prio=5 alive, in native, daemon
    at jrockit/ext/epoll/EPoll.epollWait0(ILjava/nio/ByteBuffer;II)I(Native Method)
    at jrockit/ext/epoll/EPoll.epollWait(EPoll.java:115)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:156)
    ^-- Holding lock: java/lang/String@0x771354a8[fat lock]
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "ExecuteThread: '3' for queue: 'weblogic.socket.Muxer'" id=28 idx=0x6c tid=23060 prio=5 alive, blocked, native_blocked, daemon
    -- Blocked trying to get lock: java/lang/String@0x771354a8[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1411)
    at jrockit/vm/Locks.lockFat(Locks.java:1512)
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1054)
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:1005)
    at jrockit/vm/Locks.monitorEnter(Locks.java:2179)
    at weblogic/socket/EPollSocketMuxer.processSockets(EPollSocketMuxer.java:153)
    at weblogic/socket/SocketReaderRequest.run(SocketReaderRequest.java:29)
    at weblogic/socket/SocketReaderRequest.execute(SocketReaderRequest.java:42)
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:145)
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:117)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "VDE Transaction Processor Thread" id=31 idx=0x70 tid=23064 prio=2 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: com/octetstring/vde/backend/standard/TransactionProcessor@0x77137470[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at com/octetstring/vde/backend/standard/TransactionProcessor.waitChange(TransactionProcessor.java:367)
    ^-- Lock released while waiting: com/octetstring/vde/backend/standard/TransactionProcessor@0x77137470[fat lock]
    at com/octetstring/vde/backend/standard/TransactionProcessor.run(TransactionProcessor.java:212)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "DoSManager" id=34 idx=0x78 tid=23066 prio=6 alive, sleeping, native_waiting, daemon
    at java/lang/Thread.sleep(J)V(Native Method)
    at com/octetstring/vde/DoSManager.run(DoSManager.java:433)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Thread-13" id=35 idx=0x7c tid=23079 prio=5 alive, parked, native_blocked, daemon
    -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x7a663848
    at jrockit/vm/Locks.park0(J)V(Native Method)
    at jrockit/vm/Locks.park(Locks.java:2230)
    at sun/misc/Unsafe.park(ZJ)V(Native Method)
    at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:650)
    at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:707)
    at weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:464)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Thread-14" id=36 idx=0x80 tid=23081 prio=5 alive, parked, native_blocked, daemon
    -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x78b0d530
    at jrockit/vm/Locks.park0(J)V(Native Method)
    at jrockit/vm/Locks.park(Locks.java:2230)
    at sun/misc/Unsafe.park(ZJ)V(Native Method)
    at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:650)
    at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:707)
    at weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:464)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "Thread-15" id=37 idx=0x84 tid=23083 prio=5 alive, parked, native_blocked, daemon
    -- Parking to wait for: java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject@0x7a2ab0b0
    at jrockit/vm/Locks.park0(J)V(Native Method)
    at jrockit/vm/Locks.park(Locks.java:2230)
    at sun/misc/Unsafe.park(ZJ)V(Native Method)
    at java/util/concurrent/locks/LockSupport.park(LockSupport.java:158)
    at java/util/concurrent/locks/AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    at java/util/concurrent/LinkedBlockingQueue.take(LinkedBlockingQueue.java:399)
    at weblogic/utils/concurrent/JDK15ConcurrentBlockingQueue.take(JDK15ConcurrentBlockingQueue.java:89)
    at weblogic/store/internal/PersistentStoreImpl.getOutstandingWork(PersistentStoreImpl.java:650)
    at weblogic/store/internal/PersistentStoreImpl.run(PersistentStoreImpl.java:707)
    at weblogic/store/internal/PersistentStoreImpl$2.run(PersistentStoreImpl.java:464)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "weblogic.cluster.MessageReceiver" id=38 idx=0x88 tid=23084 prio=5 alive, in native, daemon
    at java/net/PlainDatagramSocketImpl.receive0(Ljava/net/DatagramPacket;)V(Native Method)
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x778d0da0[recursive]
    at java/net/PlainDatagramSocketImpl.receive(PlainDatagramSocketImpl.java:136)
    ^-- Holding lock: java/net/PlainDatagramSocketImpl@0x778d0da0[biased lock]
    at java/net/DatagramSocket.receive(DatagramSocket.java:725)
    ^-- Holding lock: java/net/DatagramPacket@0x778d09d8[biased lock]
    ^-- Holding lock: java/net/MulticastSocket@0x778d0d40[biased lock]
    at weblogic/cluster/MulticastFragmentSocket.receive(MulticastFragmentSocket.java:239)
    at weblogic/cluster/FragmentSocketWrapper.receive(FragmentSocketWrapper.java:98)
    at weblogic/cluster/MulticastManager.run(MulticastManager.java:460)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" id=44 idx=0xa0 tid=23092 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x7a2bde50[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x7a2bde50[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" id=45 idx=0xa4 tid=23093 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/work/ExecuteThread@0x7a5941e0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Object.wait(Object.java:485)
    at weblogic/work/ExecuteThread.waitForRequest(ExecuteThread.java:157)
    ^-- Lock released while waiting: weblogic/work/ExecuteThread@0x7a5941e0[fat lock]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:178)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace
    "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" id=46 idx=0xa8 tid=23103 prio=5 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/t3/srvr/T3Srvr$2@0x78a33620[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at java/lang/Thread.join(Thread.java:1143)
    ^-- Lock released while waiting: weblogic/t3/srvr/T3Srvr$2@0x78a33620[fat lock]
    at java/lang/Thread.join(Thread.java:1196)
    at java/lang/ApplicationShutdownHooks.runHooks(ApplicationShutdownHooks.java:79)
    at java/lang/ApplicationShutdownHooks$1.run(ApplicationShutdownHooks.java:24)
    at java/lang/Shutdown.runHooks(Shutdown.java:79)
    at java/lang/Shutdown.sequence(Shutdown.java:123)
    at java/lang/Shutdown.exit(Shutdown.java:168)
    ^-- Holding lock: java/lang/Class@0x78ee8648[biased lock]
    at java/lang/Runtime.exit(Runtime.java:90)
    at java/lang/System.exit(System.java:904)
    at antlr/CharScanner.panic(CharScanner.java:274)
    at antlr/CharScanner.setTokenObjectClass(CharScanner.java:340)
    at org/hibernate/hql/ast/HqlLexer.setTokenObjectClass(HqlLexer.java:25)
    at antlr/CharScanner.<init>(CharScanner.java:51)
    at antlr/CharScanner.<init>(CharScanner.java:60)
    at org/hibernate/hql/antlr/HqlBaseLexer.<init>(HqlBaseLexer.java:55)
    at org/hibernate/hql/antlr/HqlBaseLexer.<init>(HqlBaseLexer.java:52)
    at org/hibernate/hql/antlr/HqlBaseLexer.<init>(HqlBaseLexer.java:46)
    at org/hibernate/hql/ast/HqlLexer.<init>(HqlLexer.java:20)
    at org/hibernate/hql/ast/HqlParser.getInstance(HqlParser.java:41)
    at org/hibernate/hql/ast/QueryTranslatorImpl.parse(QueryTranslatorImpl.java:203)
    at org/hibernate/hql/ast/QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:127)
    ^-- Holding lock: org/hibernate/hql/ast/QueryTranslatorImpl@0x7946d160[biased lock]
    at org/hibernate/hql/ast/QueryTranslatorImpl.compile(QueryTranslatorImpl.java:83)
    at org/hibernate/impl/SessionFactoryImpl.getQuery(SessionFactoryImpl.java:427)
    at org/hibernate/impl/SessionFactoryImpl.checkNamedQueries(SessionFactoryImpl.java:388)
    at org/hibernate/impl/SessionFactoryImpl.<init>(SessionFactoryImpl.java:291)
    at org/hibernate/cfg/Configuration.buildSessionFactory(Configuration.java:1005)
    at org/springframework/orm/hibernate3/LocalSessionFactoryBean.newSessionFactory(LocalSessionFactoryBean.java:825)
    at org/springframework/orm/hibernate3/LocalSessionFactoryBean.afterPropertiesSet(LocalSessionFactoryBean.java:751)
    at org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1091)
    at org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:396)
    at org/springframework/beans/factory/support/AbstractBeanFactory.getBean(AbstractBeanFactory.java:233)
    ^-- Holding lock: java/util/HashMap@0x7a0b1010[thin lock]
    at org/springframework/beans/factory/support/AbstractBeanFactory.getBean(AbstractBeanFactory.java:145)
    at org/springframework/beans/factory/support/DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:277)
    at org/springframework/context/support/AbstractApplicationContext.refresh(AbstractApplicationContext.java:313)
    at org/springframework/web/context/support/AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:139)
    at org/springframework/web/context/ContextLoader.createWebApplicationContext(ContextLoader.java:252)
    at org/springframework/web/context/ContextLoader.initWebApplicationContext(ContextLoader.java:190)
    at org/springframework/web/context/ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
    at weblogic/servlet/internal/EventsManager$FireContextListenerAction.run(EventsManager.java:481)
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic/security/service/SecurityManager.runAs(SecurityManager.java:121)
    at weblogic/servlet/internal/EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
    at weblogic/servlet/internal/WebAppServletContext.preloadResources(WebAppServletContext.java:1863)
    ^-- Holding lock: weblogic/servlet/internal/WebAppServletContext@0x7a2e8670[thin lock]
    at weblogic/servlet/internal/WebAppServletContext.start(WebAppServletContext.java:3126)
    at weblogic/servlet/internal/WebAppModule.startContexts(WebAppModule.java:1512)
    at weblogic/servlet/internal/WebAppModule.start(WebAppModule.java:486)
    at weblogic/application/internal/flow/ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic/application/internal/flow/ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic/application/internal/flow/ScopedModuleDriver.start(ScopedModuleDriver.java:200)
    at weblogic/application/internal/flow/ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
    at weblogic/application/internal/flow/ModuleStateDriver$3.next(ModuleStateDriver.java:425)
    at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic/application/internal/flow/ModuleStateDriver.start(ModuleStateDriver.java:119)
    at weblogic/application/internal/flow/StartModulesFlow.activate(StartModulesFlow.java:27)
    at weblogic/application/internal/BaseDeployment$2.next(BaseDeployment.java:1267)
    at weblogic/application/utils/StateMachineDriver.nextState(StateMachineDriver.java:41)
    at weblogic/application/internal/BaseDeployment.activate(BaseDeployment.java:409)
    at weblogic/application/internal/SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
    at weblogic/application/internal/DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
    at weblogic/deploy/internal/targetserver/AppContainerInvoker.activate(AppContainerInvoker.java:79)
    at weblogic/deploy/internal/targetserver/operations/AbstractOperation.activate(AbstractOperation.java:569)
    at weblogic/deploy/internal/targetserver/operations/ActivateOperation.activateDeployment(ActivateOperation.java:150)
    at weblogic/deploy/internal/targetserver/operations/ActivateOperation.doCommit(ActivateOperation.java:116)
    at weblogic/deploy/internal/targetserver/operations/StartOperation.doCommit(StartOperation.java:143)
    at weblogic/deploy/internal/targetserver/operations/AbstractOperation.commit(AbstractOperation.java:323)
    at weblogic/deploy/internal/targetserver/DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
    at weblogic/deploy/internal/targetserver/DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
    ^-- Holding lock: java/util/ArrayList@0x7a032928[biased lock]
    at weblogic/deploy/internal/targetserver/DeploymentManager.handleCommit(DeploymentManager.java:440)
    at weblogic/deploy/internal/targetserver/DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
    at weblogic/deploy/service/internal/targetserver/DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
    at weblogic/deploy/service/internal/targetserver/DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
    at weblogic/deploy/service/internal/targetserver/DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
    at weblogic/work/SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)
    at jrockit/vm/RNI.c2java(IIIII)V(Native Method)
    -- end of trace

  • Oracle JRockit R28.2.2. OutOfMemoryError: classblock allocation

    Hi Folks,
    Well, we have a production Weblogic environment over Oracle JRockit Virtual Machine. The problem is that we are trying to avoid an " OutOfMemoryError" that is thrown everyday by a SOA Managed Server and causes a failure and stop of the managed server which then has to be restarted, causing applications downtime.
    Platform:
    Windows 64bits Server 2008 R2 Standard. 32GB RAM
    Products:
    Oracle JRockit R28.2.2
    Oracle Weblogic Server 10.3.2
    Oracle SOA and BPM Suite 11g R1 11.1.1.5 Features Pack
    Oracle Services Bus 11g 11.1.1.5
    The message error is the following:
    java.lang.OutOfMemoryError: classblock allocation, 110787528 loaded, 84224K footprint, in check_alloc (src/jvm/model/classload/classalloc.c:215).
    Attempting to allocate 7G bytes
    There is insufficient native memory for the Java
    Runtime Environment to continue.
    Possible reasons:
    The system is out of physical RAM or swap space
    In 32 bit mode, the process size limit was hit
    Possible solutions:
    Reduce memory load on the system
    Increase physical memory or swap space
    Check if swap backing store is full
    Use 64 bit Java on a 64 bit OS
    Decrease Java heap size (-Xmx/-Xms)
    Decrease number of Java threads
    Decrease Java thread stack sizes (-Xss)
    Disable compressed references (-XXcompressedRefs=false)
    The following are the conclusions I have made about this problem:
    - It is clear in the message error that this is not a Java Heap Size issue since those kind of errors usually look like: (Java Heap Space, getNewTLA, etc...) and the message clearly states: "There is insufficient native memory for the Java Runtime Environment to continue". Besides, the MissionControl recordings show that the heap is constantly being garbage collected and there are not memory leaks.
    - The process size is about 10GB (7GB Heap Size and 4GB Native memory) but the platform consists of a 64 bit Windows 2008 Server with 32GB, so this is neither a "process size limit issue".
    -According to this, it could be clear that the problem is that "The system is out of physical RAM or swap space" but this isn't true either, since the system has a 48GB max paging file (wich in fact is not being used) and most importantly, the system has a total of 16GB RAM being used by all processes, leaving 16GB memory free for use.
    I have come to think that either JRockit is failing and throwing the exception without a good reason, or the message displayed is wrong and it is not letting me find the right cause of the issue we are facing.
    Any kind of advice will be appreciated.

    Hello,
    I am running into a similar issue with Jrockit 28.2.3. Following is the stacktrace:
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) Exception in thread "Load thread" java.lang.OutOfMemoryError: classblock allocation, 2814576 loaded, 2816K footprint, in check_alloc (src/jvm/model/classload/classalloc.c:215).
    Attempting to allocate 4320M bytes
    There is insufficient native memory for the Java
    Runtime Environment to continue.
    Possible reasons:
    The system is out of physical RAM or swap space
    In 32 bit mode, the process size limit was hit
    Possible solutions:
    Reduce memory load on the system
    Increase physical memory or swap space
    Check if swap backing store is full
    Use 64 bit Java on a 64 bit OS
    Decrease Java heap size (-Xmx/-Xms)
    Decrease number of Java threads
    Decrease Java thread stack sizes (-Xss)
    Disable compressed references (-XXcompressedRefs=false)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.lang.ClassLoader.defineClass1(Native Method)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.spi.ThrowableInformation.getThrowableStrRep(ThrowableInformation.java:87)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.spi.LoggingEvent.getThrowableStrRep(LoggingEvent.java:413)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:313)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.java:276)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.WriterAppender.append(WriterAppender.java:162)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:251)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:66)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.Category.callAppenders(Category.java:206)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.Category.forcedLog(Category.java:391)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at org.apache.log4j.Category.warn(Category.java:1060)
    2012-09-08 18:08:56,341 WARN [STDERR] (Load thread:) at com.teneo.esa.common.util.Logger.printStack(Logger.java:584)

  • Remote Connection Issue in Oracle JRockit

    Hi,
    I Tried configuring Jrockit and integrating weblogic server with it.
    I was successfull in monitoring the locally deployed app through integrated weblogic in JRMC 4.0.
    Please suggest if the following steps mentioned are proper or not.
    1) Installed JRMC 4.0 .
    2. Configured in default domain/bin folder of Weblogic server setDomainEnv.cmd as follows:-(Configuring oracle Jrockit in Weblogic since i have to use Jrockit JVM instead of Sun JDK Hot Spot)
    set BEA_JAVA_HOME=C:\Program Files\Java\jrmc-4.0.0-1.6.0
    set SUN_JAVA_HOME=D:\Oracle\Middleware\jdk160_18
    if "%JAVA_VENDOR%"=="Oracle" (
    set JAVA_HOME=%BEA_JAVA_HOME%
    ) else (
    if "%JAVA_VENDOR%"=="Sun" (
    set JAVA_HOME=%SUN_JAVA_HOME%
    ) else (
    set JAVA_VENDOR=Oracle
    set JAVA_HOME=C:\Program Files\Java\jrmc-4.0.0-1.6.0
    3.Inturn i modified Java_Options in my local weblogic server startWebLogic.cmd and Remote weblogic server startWebLogic.cmd as follows:-
    Local weblogic server startWebLogic.cmd :-
    set SAVE_JAVA_OPTIONS="-Djava.rmi.server.hostname=ZSLW521 -Xmanagement:ssl=false,authenticate=false,port=7091,autodiscovery=true"
    export JAVA_OPTIONS
    Remote weblogic server startWebLogic.cmd :-
    set SAVE_JAVA_OPTIONS="-Djava.rmi.server.hostname=ZSLW577 -Xmanagement:ssl=false,authenticate=false,port=7091,autodiscovery=true"
    export JAVA_OPTIONS
    4. My Oracle Jrockit Start parameters are as follows:-
    C:\Program Files\Java\jrmc-4.0.0-1.6.0\bin>java -Xmanagement:port=7091,ssl=false,authenticate=false,autodiscovery=true
    and even i am getting the status as follows in command prompt:
    [INFO ][mgmnt ] Remote JMX connector started at address zslw577:7091
    [INFO ][mgmnt ] Local JMX connector started
    [INFO ][mgmnt ] JDP autodiscovery started at address 232.192.1.212:7095
    Iin jrmc4.0 UI i am getting JDP (JRockit Discovered protocal)as follows:-
    1. Discovered --> JDP --> zslw577:zsl.local and
    zslw51
    2.But the Problem is that in the tabbed menu
    Discovered-->LOACL-->Getting Local JRockit Weblogic server Instance and Not Remote Server Weblogic Server Instance
    is when i am trying to establish a connection :-
    HOST:zslw521
    PORT:7091
    1.And testing the connection giving me : Unable to Connect
    Even If I want To test The JDP of Remote and Local JVM Instances by right clicking and selecting the option of START CONSOLE
    Could not open Management Console for zslw577.zsl.local.
    com.jrockit.mc.rjmx.ConnectionException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 172.16.26.60; nested exception is:
    java.net.ConnectException: Connection refused: connect]
    com.jrockit.mc.rjmx.ConnectionException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 172.16.26.60; nested exception is:
    java.net.ConnectException: Connection refused: connect]
    at com.jrockit.mc.rjmx.ConnectionManager.connect(ConnectionManager.java:63)
    at com.jrockit.mc.console.ui.actions.StartConsole$1.preConnect(StartConsole.java:39)
    at com.jrockit.mc.browser.utils.PreConnectJob.run(PreConnectJob.java:74)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 172.16.26.60; nested exception is:
    java.net.ConnectException: Connection refused: connect]
    at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
    at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:227)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.connect(RJMXConnection.java:593)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.establishConnection(RJMXConnection.java:561)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.setupServer(RJMXConnection.java:545)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.connect(RJMXConnection.java:145)
    at com.jrockit.mc.rjmx.internal.RJMXConnectorModel.establishConnection(RJMXConnectorModel.java:114)
    at com.jrockit.mc.rjmx.internal.RJMXConnectorModel.connect(RJMXConnectorModel.java:157)
    at com.jrockit.mc.rjmx.ConnectionManager.innerConnect(ConnectionManager.java:95)
    at com.jrockit.mc.rjmx.ConnectionManager.connect(ConnectionManager.java:61)
    ... 3 more
    Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: 172.16.26.60; nested exception is:
    java.net.ConnectException: Connection refused: connect]
    at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
    at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
    at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
    at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    ... 12 more
    Caused by: java.rmi.ConnectException: Connection refused to host: 172.16.26.60; nested exception is:
    java.net.ConnectException: Connection refused: connect
    at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
    at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
    at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
    at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
    at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:228)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.connect(RJMXConnection.java:594)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.establishConnection(RJMXConnection.java:561)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.setupServer(RJMXConnection.java:545)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.connect(RJMXConnection.java:146)
    at com.jrockit.mc.rjmx.internal.RJMXConnectorModel.establishConnection(RJMXConnectorModel.java:114)
    at com.jrockit.mc.rjmx.internal.RJMXConnectorModel.connect(RJMXConnectorModel.java:158)
    ... 5 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:525)
    at java.net.Socket.connect(Socket.java:475)
    at java.net.Socket.<init>(Socket.java:372)
    at java.net.Socket.<init>(Socket.java:186)
    at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
    at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
    at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
    at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
    at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
    at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
    at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
    at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:227)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.connect(RJMXConnection.java:593)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.establishConnection(RJMXConnection.java:561)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.setupServer(RJMXConnection.java:545)
    at com.jrockit.mc.rjmx.internal.RJMXConnection.connect(RJMXConnection.java:145)
    at com.jrockit.mc.rjmx.internal.RJMXConnectorModel.establishConnection(RJMXConnectorModel.java:114)
    at com.jrockit.mc.rjmx.internal.RJMXConnectorModel.connect(RJMXConnectorModel.java:157)
    ... 5 more
    Thanks in advance
    Regards
    RK

    I had the same problem, but adding:
    -Djava.rmi.server.hostname=my_hostname
    to the remote WebLogic Server start script that I want to monitor solves the problem.
    In my case, my WLS runs on OEL 5, and I monitor it via JRMC (R28.0.0-679) on Windows XP):
    # Start JRockit MngSrv to enable JRMC monitoring:
    JR_XMNG="-Xmanagement:ssl=false,authenticate=false,port=7091,autodiscovery=true"
    export JR_XMNG
    JAVA_OPTIONS="-Djava.rmi.server.hostname=your_hostname ${JAVA_OPTIONS}"
    export JAVA_OPTIONS
    JAVA_OPTIONS="${JAVA_OPTIONS} ${JR_XMNG}"
    export JAVA_OPTIONS
    Edited by: George Moykin on 2010-7-14 12:15

  • The Oracle JRockit JVM is not supported by SAP JCo 3.0.5.

    Hello all,
    I am preparing our new Oracle Fusion Middleware platforms. So far we have been running BPEL 10.1.3.4.0 and we are going to build the 11g platform (WLS and SOA suite) in parallel.
    I have already installed WLS Server 10.3.3 and then SOA Suite + the SOA patchset bu selecting always Jrockit_160_17_R28.0.0-679.
    Now I am abaout to install the adapters and I red in the documentation
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e17054/intro.htm
    For supported JVM information that corresponds to each operating system, see the SAP Note #1077727 in the SAP Service Marketplace.
    Note:
    The Oracle JRockit JVM is not supported by SAP JCo 3.0.5.
    Is anybody aware of this? If it is valid, how could I achieve not to re-installa everything from scratch and select SUN JVM?
    Could I for example create a new Managed Server where I will explicity select SUN JVM to be installed for this instance?
    Best Regards,
    Loukas Rougkalas

    Please post your question to SOA forum. This forum is about WebLogic Connector Container.

  • Oracle JRockit Real Time 3.1.2 and weblogic?

    http://www.oracle.com/technology/software/products/jrockit/index.html". I go to the website, and find a software called: Oracle JRockit Real Time 3.1.2 for windows 64 bit. My question is: In order to let weblogic 9.2 works in windows 2003 R2 64 bit machine, SHOULD I MUST DOWNLOAD "Oracle JRockit Real Time 3.1.2 for windows 64 bit"? Or I don't need to download anything? Actually, I just download a file called jdk-6u18-windows-x64.exe. Please clear my question, thanks! One more thing, what is the functionality for Oracle JRockit Real Time 3.1.2? Is it a kind of JRE ?

    Hi,
    For more information on JRocket Real Time have a read of :- http://www.oracle.com/technology/products/jrockit/jrrt/index.html
    As far as I am aware you don't have to install the real time product you can installl the JRockit JVM and use that with Weblogic, I think newer version of JRocket come bundled with Real Time which is the JVM and monitoring and analysis tools. There are still standalone JRocket JVM installs available, you can get them from oracle edelivery.
    JRocket is a JVM but optimized for use with Weblogic, so you should get better overall performance.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Please provide a link to download Oracle JRockit 27.6.4 for Weblogic 10.3.1

    Folks,
    Hello. I am installing PeopleTools 8.50 and its PIA according to the document
    http://www.oracle.com/technology/deploy/security/critical-patch-updates/cpujul2009.html
    After install Weblogic 10.3.1, we need to upgrade JDK for Weblogic 10.3.1 according to Task 2-1-7 on Page 63.
    I cannot download Oracle JRockit 27.6.4 on https://metalink.oracle.com because of no ID number.
    I cannot find JRockit 27.6.4 on http://www.oracle.com/technetwork/middleware/jrockit/downloads/index.html
    Can any folks provide a link to download Oracle JRockit 27.6.4 to upgrade JDK for Weblogic 10.3.1 ?
    If not, can any folks tell me other way to upgrade JDK for Weblogic 10.3.1 ?

    Folks,
    Hello.
    For PeopleTools 8.51, if cannot download JRockit 27.6.5 for Weblogic 10.3.2 from Oracle Support site, we have an alternative way to download Oracle JRockit Realtime 3.1.2 or higher on http://www.oracle.com/technetwork/middleware/jrockit/downloads/index.html.
    But for PeopleTools 8.50, I am not sure whether there is an alternative way to do or not.
    Can any folks tell me how to upgrade JDK for Weblogic 10.3.1 in other way instead of downloading JRockit 27.6.4 ?

  • Welcome to the Oracle JRockit Real Time forum

    The JRockit forum over at forums.bea.com is since the first of July in read only mode - this is now the official forum for the JRockit Real Time product.
    Best regards,
    Stefan

    Bonjour "Etudiant from Tunisia",
    I'm not sure what you mean with "please give me the user/password".
    As far as I know there is no online OWB available where you could try out the product (if that is what you mean).
    If you would like to learn more about OWB, read online documentation or for instance the link that is provided in an earlier post in this thread.
    Otherwise simply install OWB and try it yourself. The Installation and Configuration Guide is clear enough even without much experience installing Oracle software, and the OWB User Guide provides some basic insight on working with OWB itself.
    Good luck, Patrick
    ps If people are still expecting what Igor mentioned when he started this forum ("Oracle Warehouse Builder (OWB) product management and development will monitor the discussion forum on regular basis"), don't count on it; fortunately the product itself has been around long enough now, there are quite some users that can share usable insights and/or drop some useful lines on the new threads... ;-)

  • Eclipse Kepler Crashed On Jrockit

    Eclipse Kepler often crashed. below is the dump. Any solution or workaround? Thanks
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 01:34:00 on Thu Dec 26 14:54:28 2013
        *  If you see this dump, please go to                                    *
        *  http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html  *
        *  for troubleshooting information.                                      *
    Additional information is available in:
      /home/qianjia/jrockit.13580.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Error Message: Illegal memory access. [54]
    Signal info  : si_signo=11, si_code=2 si_addr=0x7f5788df4ff8
    Version      : Oracle JRockit(R) R28.2.5-20-152429-1.6.0_37-20120927-1915-linux-x86_64
    CPU          : Intel  (HT) SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Intel64
    Number CPUs  : 4
    Tot Phys Mem : 8163487744 (7785 MB)
    OS version   : wheezy/sid
    Linux version 3.8.0-34-generic (buildd@roseapple) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #49-Ubuntu SMP Tue Nov 12 18:00:10 UTC 2013 (x86_64)
    Thread System: Linux NPTL
    LibC release : 2.17-stable
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State        : JVM is running
    Command Line : -Dosgi.requiredJavaVersion=1.6 -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Xss2m -XX:+CheckStacks -Dsun.java.command=/home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -data /home/qianjia/workspace-schools/workspace-chongke -os linux -ws gtk -arch x86_64 -showsplash /home/qianjia/eclipse-kelper//plugins/org.eclipse.platform_4.3.1.v20130911-1000/splash.bmp -launcher /home/qianjia/eclipse-kelper/eclipse -name Eclipse --launcher.library /home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835/eclipse_1506.so -startup /home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.appendVmargs -exitdata 12d000f -product org.eclipse.epp.package.jee.product -vm /usr/lib/jvm/java-6/bin/java -vmargs -Dosgi.requiredJavaVersion=1.6 -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Xss2m -XX:+CheckStacks -jar /home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -Dsun.java.launcher=SUN_STANDARD /home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar -data /home/qianjia/workspace-schools/workspace-chongke -os linux -ws gtk -arch x86_64 -showsplash /home/qianjia/eclipse-kelper//plugins/org.eclipse.platform_4.3.1.v20130911-1000/splash.bmp -launcher /home/qianjia/eclipse-kelper/eclipse -name Eclipse --launcher.library /home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835/eclipse_1506.so -startup /home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar --launcher.appendVmargs -exitdata 12d000f -product org.eclipse.epp.package.jee.product -vm /usr/lib/jvm/java-6/bin/java -vmargs -Dosgi.requiredJavaVersion=1.6 -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Xss2m -XX:+CheckStacks -jar /home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
    Repository   :
    java.home    : /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre
    j.class.path : /home/qianjia/eclipse-kelper//plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
    j.lib.path   : /usr/java/packages/lib/amd64:/usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/jrockit:/usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64:/usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/../lib/amd64
    JAVA_HOME    : <not set>
    _JAVA_OPTIONS: <not set>
    LD_LIBRARY_PATH: /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/jrockit:/usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64:/usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/../lib/amd64
    LD_ASSUME_KERNEL: <not set>
    LD_PRELOAD   : <not set>
    StackOverFlow: 1 StackOverFlowError has occured
    OutOfMemory  : 0 OutOfMemoryErrors have occured
    C Heap       : Good; no memory allocations have failed
    GC Strategy  : Mode: throughput, with strategy: genparpar (basic strategy: genparpar)
    GC Status    : OC is not running. Last finished OC was OC#37.
                 : YC is not running. Last finished YC was YC#68.
    YC Promotion : Last YC successfully promoted all objects
    YC History   : Ran 1 YCs before OC#33.
                 : Ran 1 YCs before OC#34.
                 : Ran 1 YCs before OC#35.
                 : Ran 1 YCs before OC#36.
                 : Ran 1 YCs before OC#37.
                 : Ran 0 YCs since last OC.
    Heap         : 0xc0000000 - 0xe0000000  (Size: 512 MB)
    Compaction   : (no compaction area)
    Allocation   : TLA-min: 2048, TLA-preferred: 65536 TLA-waste limit: 2048
    NurseryList  : 0xc5c5c700 - 0xd1fbbef8
    KeepArea     : 0xcecd8290 - 0xd1fbbef8
    KA Markers   : [ 0xcbc91cc8,  0xcecd8290 , 0xd1fbbef8 ]
    Forbidden A  : (none)
    Previous KA  : 0xce694e98 - 0xd18c7128
    Previous FA  : (none)
    CompRefs     : References are compressed, with heap base 0x0 and shift 0.
    Registers (from ThreadContext: 0x7f5788df4bc0:
      rax = 0000000000000000   rcx = 0000000000000080
      rdx = 000000000000001f   rbx = 00007f5788df5660
      rsp = 00007f5788df5000   rbp = 00007f5788df5650
      rsi = 00007f570af3f988   rdi = 00007f5788df5660
       r8 = 000000000000000b    r9 = 0000000000000064
      r10 = 0000000000000007   r11 = 00007f5784000078
      r12 = 00007f570af3f988   r13 = 000000000000001f
      r14 = 00007f5788df5888   r15 = 00000000ffffffff
       cs = 0000000000000033    fs = 0000000600000000
       gs = 0006000000000000
      rip = 00007f5789f8ba17 flags = 0000000000000202
    Loaded modules:
    (* denotes the module where the exception occured)
    0000000000400000-00000000004128a3  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/bin/java
    00007fffcf56f000-00007fffcf56fd9c  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/bin/java
    00007f578a4f5000-00007f578a4f7067  /lib/x86_64-linux-gnu/libdl.so.2
    00007f578a2d8000-00007f578a2ef127  /lib/x86_64-linux-gnu/libpthread.so.0
    00007f5789f0f000-00007f578a0cd1a7 */lib/x86_64-linux-gnu/libc.so.6
    00007f578a6f9000-00007f578a71b4ef  /lib64/ld-linux-x86-64.so.2
    00007f578992d000-00007f5789c34f33  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/jrockit/libjvm.so
    00007f578970b000-00007f578972a21b  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/libjrosal.so
    00007f57894fe000-00007f578950a553  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/libjrutil.so
    00007f57891f9000-00007f57892fbdd3  /lib/x86_64-linux-gnu/libm.so.6
    00007f5788ff1000-00007f5788ff7963  /lib/x86_64-linux-gnu/librt.so.1
    00007f5788be7000-00007f5788beed4b  /lib/x86_64-linux-gnu/libnss_compat.so.2
    00007f57889cd000-00007f57889e35e7  /lib/x86_64-linux-gnu/libnsl.so.1
    00007f57887c1000-00007f57887cb053  /lib/x86_64-linux-gnu/libnss_nis.so.2
    00007f57885b4000-00007f57885bf4cb  /lib/x86_64-linux-gnu/libnss_files.so.2
    00007f57883a5000-00007f57883b12b3  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/libjfr.so
    00007f5788016000-00007f5788022317  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/libverify.so
    00007f5741ecf000-00007f5741ef7283  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/libjava.so
    00007f5741d44000-00007f5741d4a5bf  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/native_threads/libhpi.so
    00007f5740bf7000-00007f5740c04c03  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/libzip.so
    00007f570bdef000-00007f570bdfdd73  /home/qianjia/eclipse-kelper/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20130807-1835/eclipse_1506.so
    00007f570bb20000-00007f570bbcc30b  /usr/lib/x86_64-linux-gnu/libgdk-x11-2.0.so.0
    00007f570b913000-00007f570b91de8b  /usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
    00007f570b6c8000-00007f570b70fd1b  /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0
    00007f570b4a8000-00007f570b4c5ba3  /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
    00007f570b14e000-00007f570b2a0853  /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
    00007f570aeff000-00007f570af4b57b  /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
    00007f570ac03000-00007f570acfbceb  /lib/x86_64-linux-gnu/libglib-2.0.so.0
    00007f570a9c9000-00007f570a9fff03  /usr/lib/x86_64-linux-gnu/libfontconfig.so.1
    00007f570a7bf000-00007f570a7c78c3  /usr/lib/x86_64-linux-gnu/libXrender.so.1
    00007f570a5bc000-00007f570a5bd6fb  /usr/lib/x86_64-linux-gnu/libXinerama.so.1
    00007f570a3ac000-00007f570a3b9d7b  /usr/lib/x86_64-linux-gnu/libXi.so.6
    00007f570a1a2000-00007f570a1aa683  /usr/lib/x86_64-linux-gnu/libXrandr.so.2
    00007f5709f97000-00007f5709f9fe8b  /usr/lib/x86_64-linux-gnu/libXcursor.so.1
    00007f5709d94000-00007f5709d95a7b  /usr/lib/x86_64-linux-gnu/libXcomposite.so.1
    00007f5709b91000-00007f5709b9282b  /usr/lib/x86_64-linux-gnu/libXdamage.so.1
    00007f570998b000-00007f570998fb13  /usr/lib/x86_64-linux-gnu/libXfixes.so.3
    00007f5709687000-00007f5709784ff3  /usr/lib/x86_64-linux-gnu/libcairo.so.2
    00007f570934d000-00007f5709480863  /usr/lib/x86_64-linux-gnu/libX11.so.6
    00007f570913b000-00007f570914b0e3  /usr/lib/x86_64-linux-gnu/libXext.so.6
    00007f5708f27000-00007f5708f3938b  /usr/lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
    00007f5708c8a000-00007f5708d20423  /usr/lib/x86_64-linux-gnu/libfreetype.so.6
    00007f5708a86000-00007f5708a8847b  /usr/lib/x86_64-linux-gnu/libgmodule-2.0.so.0
    00007f570886f000-00007f5708884bdb  /lib/x86_64-linux-gnu/libz.so.1
    00007f5708650000-00007f570866c703  /lib/x86_64-linux-gnu/libselinux.so.1
    00007f5708436000-00007f570844b80f  /lib/x86_64-linux-gnu/libresolv.so.2
    00007f570822e000-00007f57082348f3  /usr/lib/x86_64-linux-gnu/libffi.so.6
    00007f5707fef000-00007f570802bc5b  /lib/x86_64-linux-gnu/libpcre.so.3
    00007f5707dc6000-00007f5707debd1b  /lib/x86_64-linux-gnu/libexpat.so.1
    00007f5707b2e000-00007f5707bbdeb3  /usr/lib/x86_64-linux-gnu/libpixman-1.so.0
    00007f5707908000-00007f570792c6bb  /lib/x86_64-linux-gnu/libpng12.so.0
    00007f5707705000-00007f5707706483  /usr/lib/x86_64-linux-gnu/libxcb-shm.so.0
    00007f57074fb000-00007f57075026ab  /usr/lib/x86_64-linux-gnu/libxcb-render.so.0
    00007f57072dd000-00007f57072f9963  /usr/lib/x86_64-linux-gnu/libxcb.so.1
    00007f5707046000-00007f57070da40b  /usr/lib/x86_64-linux-gnu/libharfbuzz.so.0
    00007f5706e42000-00007f5706e43ed3  /usr/lib/x86_64-linux-gnu/libXau.so.6
    00007f5706c3c000-00007f5706c405f3  /usr/lib/x86_64-linux-gnu/libXdmcp.so.6
    00007f5706a07000-00007f5706a386fb  /usr/lib/x86_64-linux-gnu/libicule.so.48
    00007f570669c000-00007f57067f1462  /usr/lib/x86_64-linux-gnu/libicuuc.so.48
    00007f5706399000-00007f570647d545  /usr/lib/x86_64-linux-gnu/libstdc++.so.6
    00007f5706183000-00007f5706196fbb  /lib/x86_64-linux-gnu/libgcc_s.so.1
    00007f5704e13000-00007f5705f81383  /usr/lib/x86_64-linux-gnu/libicudata.so.48
    00007f57047da000-00007f5704c0681b  /usr/lib/x86_64-linux-gnu/libgtk-x11-2.0.so.0
    00007f57045b8000-00007f57045d716b  /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0
    00007f5704382000-00007f5704392923  /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so
    00007f5704151000-00007f570417f9cb  /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/engines/libmurrine.so
    00007f5703f4b000-00007f5703f4f933  /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libcanberra-gtk-module.so
    00007f5703d46000-00007f5703d49753  /usr/lib/x86_64-linux-gnu/libcanberra-gtk.so.0
    00007f5703b36000-00007f5703b4476b  /usr/lib/x86_64-linux-gnu/libcanberra.so.0
    00007f570392e000-00007f5703934b3b  /usr/lib/x86_64-linux-gnu/libvorbisfile.so.3
    00007f570371c000-00007f570372bfeb  /usr/lib/x86_64-linux-gnu/libtdb.so.1
    00007f5703512000-00007f570351a2bb  /usr/lib/x86_64-linux-gnu/libltdl.so.7
    00007f57032e5000-00007f570330fea3  /usr/lib/x86_64-linux-gnu/libvorbis.so.0
    00007f57030de000-00007f57030e37b3  /usr/lib/x86_64-linux-gnu/libogg.so.0
    00007f5702e8c000-00007f5702e96123  /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so
    00007f570245c000-00007f570245ef13  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so
    00007f57018e4000-00007f57018f6d17  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/libnet.so
    00007f570179c000-00007f57017a2a03  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/libnio.so
    00007f5701595000-00007f570159af9b  /usr/lib/jvm/jrockit-jdk1.6.0_37-R28.2.5-4.1.0/jre/lib/amd64/liborii.so
    00007f56daa21000-00007f56daa9ed5b  /home/qianjia/eclipse-kelper/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-gtk-4333.so
    00007f56da7aa000-00007f56da81c2db  /home/qianjia/eclipse-kelper/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-pi-gtk-4333.so
    00007f56da5a8000-00007f56da5a89e3  /usr/lib/x86_64-linux-gnu/libgthread-2.0.so.0
    00007f56da32e000-00007f56da3328c3  /usr/lib/x86_64-linux-gnu/libXtst.so.6
    00007f56da12a000-00007f56da12c2db  /usr/lib/x86_64-linux-gnu/pango/1.8.0/modules/pango-basic-fc.so
    00007f56d9e3b000-00007f56d9e3efeb  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-png.so
    00007f56d9bee000-00007f56d9bfa65b  /home/qianjia/eclipse-kelper/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-cairo-gtk-4333.so
    00007f56d99a7000-00007f56d99ac97b  /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/immodules/im-ibus.so
    00007f56d9744000-00007f56d9786853  /usr/lib/x86_64-linux-gnu/libibus-1.0.so.0
    00007f56d9513000-00007f56d9541533  /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
    00007f56d92d8000-00007f56d930c87b  /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so
    00007f56d90c7000-00007f56d90d60c3  /lib/x86_64-linux-gnu/libudev.so.1
    00007f56d8d85000-00007f56d8d865fb  /home/qianjia/eclipse-kelper/configuration/org.eclipse.osgi/bundles/77/1/.cp/os/linux/x86_64/libunixfile_1_0_0.so
    00007f56d82b9000-00007f56d82c37a3  /home/qianjia/eclipse-kelper/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-atk-gtk-4333.so
    00007f56c28f5000-00007f56c28fa513  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so
    00007f56c23af000-00007f56c23b3cb3  /usr/lib/x86_64-linux-gnu/gtk-2.0/2.10.0/menuproxies/libappmenu.so
    00007f56c219c000-00007f56c21ad95b  /usr/lib/x86_64-linux-gnu/libdbusmenu-gtk.so.4
    00007f56c1f81000-00007f56c1f9a453  /usr/lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
    00007f56a7616000-00007f56a7620cbb  /home/qianjia/eclipse-kelper/configuration/org.eclipse.osgi/bundles/659/1/.cp/libswt-webkit-gtk-4333.so
    00007f56a3c19000-00007f56a53e04fb  /usr/lib/libwebkitgtk-1.0.so.0
    00007f56a35c5000-00007f56a39e469b  /usr/lib/libjavascriptcoregtk-1.0.so.0
    00007f56a33ba000-00007f56a33c3d3b  /usr/lib/libenchant.so.1
    00007f56a31b2000-00007f56a31b8633  /usr/lib/x86_64-linux-gnu/libgailutil.so.18
    00007f56a2f9b000-00007f56a2faebe3  /usr/lib/libgeoclue.so.0
    00007f56a2d8f000-00007f56a2d99a2b  /usr/lib/x86_64-linux-gnu/libgstapp-1.0.so.0
    00007f56a2b46000-00007f56a2b8b443  /usr/lib/x86_64-linux-gnu/libgstaudio-1.0.so.0
    00007f56a2922000-00007f56a29433b3  /usr/lib/x86_64-linux-gnu/libgstpbutils-1.0.so.0
    00007f56a26e1000-00007f56a271c9f3  /usr/lib/x86_64-linux-gnu/libgstvideo-1.0.so.0
    00007f56a2490000-00007f56a24ded7b  /usr/lib/x86_64-linux-gnu/libgstbase-1.0.so.0
    00007f56a219d000-00007f56a228738b  /usr/lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
    00007f56a1f4c000-00007f56a1f8a92b  /usr/lib/x86_64-linux-gnu/libjpeg.so.8
    00007f56a1c91000-00007f56a1d30fa3  /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1
    00007f56a1a55000-00007f56a1a8ef93  /usr/lib/x86_64-linux-gnu/libxslt.so.1
    00007f56a16f2000-00007f56a184a16b  /usr/lib/x86_64-linux-gnu/libxml2.so.2
    00007f56a1494000-00007f56a14edb23  /usr/lib/x86_64-linux-gnu/mesa/libGL.so.1
    00007f56a11e8000-00007f56a128e6f3  /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
    00007f56a0e22000-00007f56a0fda640  /usr/lib/x86_64-linux-gnu/libicui18n.so.48
    00007f56a0bbc000-00007f56a0c1a5fb  /usr/lib/x86_64-linux-gnu/libXt.so.6
    00007f56a0995000-00007f56a09b9afb  /usr/lib/x86_64-linux-gnu/libdbus-glib-1.so.2
    00007f56a075f000-00007f56a07923fb  /usr/lib/x86_64-linux-gnu/libgsttag-1.0.so.0
    00007f56a04e1000-00007f56a05592b3  /usr/lib/x86_64-linux-gnu/liborc-0.4.so.0
    00007f56a02bf000-00007f56a02df5fb  /lib/x86_64-linux-gnu/liblzma.so.5
    00007f56a009a000-00007f56a00ba3f3  /usr/lib/x86_64-linux-gnu/libglapi.so.0
    00007f56a843c000-00007f56a843c783  /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1
    00007f569fe83000-00007f569fe97423  /usr/lib/x86_64-linux-gnu/libxcb-glx.so.0
    00007f569fc7e000-00007f569fc80bd3  /usr/lib/x86_64-linux-gnu/libxcb-dri2.so.0
    00007f569fa78000-00007f569fa7be53  /usr/lib/x86_64-linux-gnu/libXxf86vm.so.1
    00007f569f86d000-00007f569f876dcb  /usr/lib/x86_64-linux-gnu/libdrm.so.2
    00007f569f665000-00007f569f66ba0b  /usr/lib/x86_64-linux-gnu/libSM.so.6
    00007f569f449000-00007f569f45f4d3  /usr/lib/x86_64-linux-gnu/libICE.so.6
    00007f569f205000-00007f569f2474f3  /lib/x86_64-linux-gnu/libdbus-1.so.3
    00007f569f000000-00007f569f003383  /lib/x86_64-linux-gnu/libuuid.so.1
    00007f56a6dce000-00007f56a6dd0d4b  /usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so
    00007f56a5fb3000-00007f56a5fb4bf3  /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
    00007f565ddd9000-00007f565ddf99fe  /usr/lib/x86_64-linux-gnu/libproxy.so.1
    00007f565dbcf000-00007f565dbd78ed  /usr/lib/x86_64-linux-gnu/libproxy/0.4.11/modules/config_gnome3.so
    00007f565d9cb000-00007f565d9ccd93  /usr/lib/x86_64-linux-gnu/libproxy/0.4.11/modules/network_networkmanager.so
    00007f565d7bd000-00007f565d7c78f3  /usr/lib/enchant/libenchant_hspell.so
    00007f565d5b1000-00007f565d5bb95f  /usr/lib/enchant/libenchant_ispell.so
    00007f565d3ae000-00007f565d3af843  /usr/lib/enchant/libenchant_aspell.so
    00007f565d0e7000-00007f565d19f27b  /usr/lib/libaspell.so.15
    00007f565cee1000-00007f565cee4fd2  /usr/lib/enchant/libenchant_myspell.so
    00007f565cc8d000-00007f565ccdbafd  /usr/lib/x86_64-linux-gnu/libhunspell-1.3.so.0
    00007f56aa6d3000-00007f56aa6d4253  /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so
    00007f565656e000-00007f56565a125b  /usr/lib/x86_64-linux-gnu/librsvg-2.so.2
    00007f5656334000-00007f565636a3b3  /usr/lib/x86_64-linux-gnu/libcroco-0.6.so.3
    00007f5656131000-00007f5656132bcb  /lib/libnss_mdns4_minimal.so.2
    00007f5655f2a000-00007f5655f2f07b  /lib/x86_64-linux-gnu/libnss_dns.so.2
    Stack:
    (* marks the word pointed to by the stack pointer)
    00007f5788df5000: 00007f5788df5888* 00007f5789f58917  00007f5788df5690  00007f5788df5680 
    00007f5788df5020: 00007f570af3f988  00007f570af3f9b9  00007f5788df58b8  00007f5789f58942 
    00007f5788df5040: 00007f5788df58c8  00007f5789f5d1e4  000000000000000c  00007f570000003f 
    00007f5788df5060: 0000000000000014  00007f570000003d  0000000000000014  00007f5700000038 
    00007f5788df5080: 0000000000000009  00007f570000003c  00007f5788df5918  0000000089f58942 
    00007f5788df50a0: 00007f5788df5928  0000000000000000  0000000000000000  0000000000000000 
    Code:
    (* marks the word pointed to by the instruction pointer)
    00007f5789f8b9b0: 48fe294840738b48  814800000fffc681  9346e8fffff000e6  00401f0fc1eb0007 
    00007f5789f8b9d0: 2e66c3ffffffffb8  0000000000841f0f  53000000d8878b48  f8832050fffb8948 
    00007f5789f8b9f0: 0f08538b480f74ff  894801c2834802b6  2e666666c35b0853  0000000000841f0f 
    00007f5789f8ba10: 41d28548c0315641* 5355d48949544155  8949000000f8840f  90d38948f58948fd 
    00007f5789f8ba30: 30758b4d287d8b49  000090830ff7394c  4cf3394cfe294900  0f14fe8349f3460f 
    00007f5789f8ba50: f6854d000000ab87  8d48104d8d487474  e28348f2894c1077  cf3948ff468d49f0 
    Last optimized methods:
      #177 java/lang/ref/ReferenceQueue.poll()Ljava/lang/ref/Reference;  5177.866-5177.870 0x7f574300dbe0-0x7f574300ddb4 3.92 ms 256KB 
      #178 org/eclipse/e4/core/internal/contexts/EclipseContext.cleanup()V  5201.219-5201.346 0x7f574326e000-0x7f574326ed4c 127.39 ms 1280KB 
      #179 jrockit/vm/Classes.forName(Ljava/lang/String;ZLjava/lang/ClassLoader;)Ljava/lang/Class;  5412.858-5412.936 0x7f574326ed60-0x7f574326f94e 77.88 ms 1280KB 
      #180 java/util/HashMap.buildCache()V  5412.946-5412.972 0x7f574326f960-0x7f574326feb5 26.35 ms 768KB 
    *#181 java/util/HashMap$KeyIterator.next()Ljava/lang/Object;  5622.881-5622.885 0x7f574326fec0-0x7f5743270063 3.62 ms 256KB 
      #166 org/eclipse/emf/ecore/impl/MinimalEObjectImpl.hasField(I)Z  4513.062-4513.063 0x7f574312cf00-0x7f574312cf1f 0.31 ms 256KB 
      #167 org/eclipse/emf/common/util/AbstractEList.add(Ljava/lang/Object;)Z  4513.084-4513.084 0x7f574312cf20-0x7f574312cf6d 0.76 ms 256KB 
      #168 org/eclipse/emf/common/util/AbstractTreeIterator.next()Ljava/lang/Object;  4813.131-4813.144 0x7f574312cf80-0x7f574312d353 13.43 ms 576KB 
      #169 org/eclipse/emf/ecore/util/EcoreUtil$ProperContentIterator.hasNext()Z  4813.144-4813.148 0x7f574312d360-0x7f574312d5f9 3.57 ms 256KB 
      #170 org/eclipse/core/internal/resources/MarkerAttributeMap.shareStrings(Lorg/eclipse/core/internal/utils/StringPool;)V  4818.874-4818.883 0x7f574312d600-0x7f574312d858 9.57 ms 256KB 
      #171 java/util/HashMap.addEntry(ILjava/lang/Object;Ljava/lang/Object;I)V  4818.883-4818.888 0x7f574312d860-0x7f574312dc50 4.65 ms 512KB 
      #172 org/eclipse/swt/widgets/Display.readAndDispatch()Z  4827.887-4828.220 0x7f5742ccad20-0x7f5742ccd336 333.14 ms 4864KB 
      #173 org/eclipse/core/databinding/observable/Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V  4986.776-4986.785 0x7f574312dc60-0x7f574312de55 8.95 ms 256KB 
      #174 org/eclipse/emf/ecore/util/EContentsEList$FeatureIteratorImpl.hasNext()Z  5113.313-5113.350 0x7f574300ce00-0x7f574300d94e 37.04 ms 1024KB 
      #175 org/eclipse/emf/ecore/impl/MinimalEObjectImpl.eContents()Lorg/eclipse/emf/common/util/EList;  5113.350-5113.356 0x7f574300d960-0x7f574300dbc5 6.23 ms 512KB 
      #176 org/eclipse/ui/internal/Workbench$3.eventLoopIdle(Lorg/eclipse/swt/widgets/Display;)V  5154.651-5154.652 0x7f574312de60-0x7f574312de7e 0.86 ms 256KB 
    Thread:
    "Main Thread" id=1 idx=0x4 tid=13581 lastJavaFrame=0x7f5788feecf8
    Stack 0: start=0x7f5788df0000, end=0x7f5788ff1000, guards=0x7f5788df5000 (disabled), forbidden=0x7f5788df3000
    Thread Stack Trace:
        at _IO_default_xsputn+7()@0x7f5789f8ba17
        at __vasprintf_chk+192()@0x7f578a020b31
        -- Java stack --
        at org/eclipse/swt/internal/gtk/OS._gtk_main_do_event(J)V(Native Method)
        at org/eclipse/swt/internal/gtk/OS.gtk_main_do_event(OS.java:8742)
        at org/eclipse/swt/widgets/Display.eventProc(Display.java:1243)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        at org/eclipse/swt/internal/gtk/OS._g_main_context_iteration(JZ)Z(Native Method)
        at org/eclipse/swt/internal/gtk/OS.g_main_context_iteration(OS.java:2288)[inlined]
        at org/eclipse/swt/widgets/Display.readAndDispatch(Display.java:3361)[optimized]
        at org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
        at org/eclipse/core/databinding/observable/Realm.runWithDefault(Realm.java:332)
        at org/eclipse/e4/ui/internal/workbench/swt/PartRenderingEngine.run(PartRenderingEngine.java:997)
        at org/eclipse/e4/ui/internal/workbench/E4Workbench.createAndRunUI(E4Workbench.java:138)
        at org/eclipse/ui/internal/Workbench$5.run(Workbench.java:610)
        at org/eclipse/core/databinding/observable/Realm.runWithDefault(Realm.java:332)
        at org/eclipse/ui/internal/Workbench.createAndRunWorkbench(Workbench.java:567)
        at org/eclipse/ui/PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
        at org/eclipse/ui/internal/ide/application/IDEApplication.start(IDEApplication.java:124)
        at org/eclipse/equinox/internal/app/EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org/eclipse/core/runtime/internal/adaptor/EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org/eclipse/core/runtime/internal/adaptor/EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org/eclipse/core/runtime/adaptor/EclipseStarter.run(EclipseStarter.java:354)
        at org/eclipse/core/runtime/adaptor/EclipseStarter.run(EclipseStarter.java:181)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        at jrockit/vm/Reflect.invokeMethod(Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Native Method)
        at sun/reflect/NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java/lang/reflect/Method.invoke(Method.java:597)
        at org/eclipse/equinox/launcher/Main.invokeFramework(Main.java:636)
        at org/eclipse/equinox/launcher/Main.basicRun(Main.java:591)
        at org/eclipse/equinox/launcher/Main.run(Main.java:1450)
        at org/eclipse/equinox/launcher/Main.main(Main.java:1426)
        at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
        -- end of trace
    Memory usage report:
    Total mapped                  6240004KB           (reserved=3804280KB)
    -              Java heap      1048576KB           (reserved=524288KB)
    -              GC tables        35084KB         
    -          Thread stacks       100360KB           (#threads=50)
    -          Compiled code      1048576KB           (used=17771KB)
    -               Internal         1672KB         
    -                     OS       661012KB         
    -                  Other      3194708KB         
    -            Classblocks         8192KB           (malloced=8159KB #21260)
                                                      Not tracing sites.
    -        Java class data       140800KB           (malloced=140603KB #98453 in 21260 classes)
                                                      Not tracing sites.
    - Native memory tracking         1024KB           (malloced=334KB #10)
                                                      Not tracing sites.
    Set the env variable TRACE_ALLOC_SITES=1 or use the print_memusage switch
    trace_alloc_sites=true to enable alloc site tracing.
        *  If you see this dump, please go to                                    *
        *  http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html  *
        *  for troubleshooting information.                                      *
    ===== END DUMP ===============================================================

    Hi,
    I can see that Stackoverflow is happen in this case.
    Please remove this one -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m -Xss2m
    Try to keep following parameter  -Xms2048 -Xmx2048 -XnoOpt in your eclipse.ini file.
    that will help to resolve this issue.
    Regards,
    Kal

  • Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver

    Trying to Install RMS application 13.2.2 and I get past the pre-installation checks and when I get to the Data Source details and enter the data source details with the check box checked to validate the schema/Test Data Source I get the following error:
    Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver. Please check that the library path is set up properly or switch to the JDBC thin client oracle/jdbc/driver/T2CConnection.getLibraryVersioNumber()
    Checks performed:
    RMS Application code location and directory contents:
    [oracle@test-rms-app application]$ pwd
    /binary_files/STAGING_DIR/rms/application
    [oracle@test-rms-app application]$ ls -ltr
    total 144
    -rw-r--r-- 1 oracle oinstall   272 Dec 7  2010 version.properties
    -rw-r--r-- 1 oracle oinstall   405 Jan 16 2011 expected-object-counts.properties
    -rw-r--r-- 1 oracle oinstall   892 May 13 2011 ant.install.properties.sample
    -rw-r--r-- 1 oracle oinstall 64004 Jun  6  2011 build.xml
    drwxr-xr-x 9 oracle oinstall  4096 Jun 16 2011 rms13
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 installer-resources
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 antinstall
    drwxr-xr-x 2 oracle oinstall  4096 Jun 16 2011 ant-ext
    drwxr-xr-x 5 oracle oinstall  4096 Jun 16 2011 ant
    -rw-r--r-- 1 oracle oinstall 11324 Dec 18 09:18 antinstall-config.xml.ORIG
    -rwxr-xr-x 1 oracle oinstall  4249 Dec 18 10:01 install.sh
    drwxr-xr-x 4 oracle oinstall  4096 Dec 18 10:06 common
    -rw-r--r-- 1 oracle oinstall 16244 Dec 19 10:37 antinstall-config.xml
    -rw-r--r-- 1 oracle oinstall   689 Dec 19 10:37 ant.install.log
    [oracle@test-rms-app application]$
    Application installation:
    [oracle@test-rms-app application]$ ./install.sh
    THIS IS the driver directory
    Verified $ORACLE_SID.
    Verified SQL*Plus exists.
    Verified write permissions.
    Verified formsweb.cfg read permissions.
    Verified Registry.dat read permissions.
    Verified Java version 1.4.2.x or greater. Java version - 1.6.0
    Verified Tk2Motif.rgb settings.
    Verified frmcmp_batch.sh status.
    WARNING: Oracle Enterprise Linux not detected.  Some components may not install properly.
    Verified $DISPLAY - 172.16.129.82:0.0.
    This installer will ask for your "My Oracle Support" credentials.
    Preparing installer. This may take a few moments.
    Your internet connection type is: NONE
    Integrating My Oracle Support into the product installer workflow...
         [move] Moving 1 file to /binary_files/STAGING_DIR/rms/application
    Installer preparation complete.
    MW_HOME=/u01/app/oracle/Middleware/NewMiddleware1034
    ORACLE_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/as_1
    ORACLE_INSTANCE=/u01/app/oracle/Middleware/NewMiddleware1034/asinst_1
    DOMAIN_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/user_projects/domains/rmsClassDomain
    WLS_INSTANCE=WLS_FORMS
    ORACLE_SID=rmsdbtst
    JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0
    Launching installer...
    To make sure I have connectivity from the app server to the database (on a database server) here are the steps followed:
    [oracle@test-rms-app application]$ tnsping rmsdbtst
    TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 19-DEC-2013 10:41:40
    Copyright (c) 1997, 2008, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = test-rms-db.vonmaur.vmc)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = rmsdbtst)))
    OK (0 msec)
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ sqlplus rms13@rmsdbtst
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Dec 19 10:46:18 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ ping test-rms-db
    PING test-rms-db.vonmaur.vmc (192.168.1.140) 56(84) bytes of data.
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=1 ttl=64 time=0.599 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=2 ttl=64 time=0.168 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=3 ttl=64 time=0.132 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=4 ttl=64 time=0.158 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=5 ttl=64 time=0.135 ms
    --- test-rms-db.vonmaur.vmc ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4001ms
    rtt min/avg/max/mdev = 0.132/0.238/0.599/0.181 ms
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ uname -a
    Linux test-rms-app.vonmaur.vmc 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ cat /etc/*-release
    Enterprise Linux Enterprise Linux Server release 5.3 (Carthage)
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    [oracle@test-rms-app application]$
    The database is created and all the batch file scripts have been successfully deployed.  Now working on the application server.  The  Weblogic server is installed and 11g forms and reports are installed successfully.
    Any help would be helpful.
    Thanks,
    Ram.

    Please check MOS Notes:
    FAQ: RWMS 13.2 Installation and Configuration (Doc ID 1307639.1)

  • JRockit JVM Crashed with the following dump

    I am using JRockit VM as the JVM for the Integrated Weblogic Server with JDeveloper. I got this dump, when I was debugging my application. Just thought of sharing it here.
    [JRockit] ERROR: The JVM has crashed. Writing crash information to /scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/jrockit.18628.dump.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:46:27 on Sat Aug 20 19:49:11 2011
    * If you see this dump, please go to *
    * http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    /scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/jrockit.18628.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Error Message: Illegal memory access. [54]
    Signal info : si_signo=11, si_code=1 si_addr=0x13
    Version : Oracle JRockit(R) R28.1.3-11-141760-1.6.0_24-20110301-1432-linux-x86_64
    CPU : Intel Core 2 SSE SSE2 SSE3 SSSE3 SSE4.1 Core Intel64
    Number CPUs : 2
    Tot Phys Mem : 3978702848 (3794 MB)
    OS version : Red Hat Enterprise Linux Server release 5.4 (Tikanga)
    Linux version 2.6.18-164.0.0.0.1.el5 ([email protected]) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-46)) #1 SMP Thu Sep 3 00:21:28 EDT 2009 (x86_64)
    Thread System: Linux NPTL
    LibC release : 2.5-stable
    Java locking : Normal
    State : JVM is running
    Command Line : -Xms256M -Xmx1536M -Dweblogic.Name=DefaultServer -Djava.security.policy=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/lib/weblogic.policy -agentlib:jdwp=transport=dt_socket,server=y,address=8986 -Djavax.net.ssl.trustStore=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/lib/DemoTrust.jks -Doracle.adfm.usemds=true -DAFLOG_ECHOED=Y -DAFLOG_ECHOED_PATTERN="[%t][%c][%m][%x]" -DAFLOG_ENABLED=Y -DAFLOG_LEVEL=FINEST -DAFLOG_MODULE=oracle.apps.projects.% -Djbo.debugoutput=silent -Djbo.jdbc.trace=false -Djbo.logging.trace.threshold=1 -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3 -Dwls.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server -Dweblogic.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server -Djps.app.credential.overwrite.allowed=true -Dcommon.components.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain -Djrockit.optfile=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/config/fmwconfig/servers/DefaultServer -Doracle.domain.config.dir=/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/config/fmwconfig -Djava.util.logging.manager=oracle.core.ojdl.logging.ODLLogManager -Digf.arisidbeans.carmlloc=/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/config/fmwconfig/carml -Digf.arisidstack.home=/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/servers/DefaultServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/oracle_common/modules/oracle.ossoiap_11.1.1,/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/oracle/store/gmds -Datgpf.oracle.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/jdeveloper -Doracle.fusion.appsMode=true -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Xverify:none -Doracle.webcenter.analytics.disable-native-partitioning=false -Doracle.webcenter.tagging.scopeTags=false -Doracle.webcenter.framework.service.LOAD_FROM_MDS=true -Doracle.webcenter.framework.resource.authorizerClass.oracle.webcenter.page=oracle.webcenter.spaces.internal.model.GroupSpacePageResourceAuthorizer -Djrockit.codegen.newlockmatching=true -Dwc.oracle.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/jdeveloper -Dportlet.oracle.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/jdeveloper -Dweblogic.ejb.container.MDBDestinationPollIntervalMillis=30000 -Dweblogic.mdb.message.MinimizeAQSessions=true -Doracle.jdbc.createDescriptorUseCurrentSchemaForSchemaName=true -Djbo.ampool.minavailablesize=0 -Djbo.recyclethreshold=25 -Dbip.client.config.dir=/home/xxxxxxxx/XMLPClientConfigDir -Dweblogic.SocketReaders=3 -Djava.awt.headless=true -Dweblogic.transaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Doracle.ecsf.crawl.mode.debug=true -Doracle.ecsf.applcore.session.enabled=true -DLWSSESSIONCONTEXT=oracle.apps.fnd.applcore.common.ApplSessionManagement -Dlog4j.debug=true -Djps.app.credential.overwrite.allowed=true -Dodi.oracle.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/jdeveloper -Dess.oracle.home=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/jdeveloper -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/patch_wls1035/profiles/default/sysext_manifest_classpath:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/patch_jdev1111/profiles/default/sysext_manifest_classpath -Dsun.java.launcher=SUN_STANDARD weblogic.Server
    Repository : /tmp/2011_08_20_19_02_53_18628
    java.home : /scratch/software/bea/jrockit/jre
    j.class.path : /scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/scratch/software/bea/jrockit/lib/tools.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/lib/weblogic_sp.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/lib/weblogic.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/modules/features/weblogic.server.modules_10.3.5.0.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/lib/webservices.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/wcps-lib/derby-10.6.1.0.jar:/scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/wcps-lib/derbytools-10.6.1.0.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/jdeveloper/modules/oracle.ess_11.1.1/ess-sec.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/jdeveloper/webcenter/modules/oracle.portlet.server_11.1.1/oracle-portlet-api.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/jdeveloper/webcenter/modules/wcps_11.1.1.4.0/wcps-connection-mbeans.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/common/derby/lib/derbyclient.jar:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/lib/xqrl.jar
    j.lib.path : /scratch/software/bea/jrockit/jre/lib/amd64/jrockit:/scratch/software/bea/jrockit/jre/lib/amd64:/scratch/software/bea/jrockit/jre/../lib/amd64:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/patch_wls1035/profiles/default/native:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/patch_jdev1111/profiles/default/native:/ade_autofs/ade_fusion_linux/JDK6_MAIN_LINUX.rdd/090126.6.11.FCS.B03/jdk6/jre/lib/i386/server:/ade_autofs/ade_fusion_linux/JDK6_MAIN_LINUX.rdd/090126.6.11.FCS.B03/jdk6/jre/lib/i386:/ade_autofs/ade_fusion_linux/JDK6_MAIN_LINUX.rdd/090126.6.11.FCS.B03/jdk6/jre/../lib/i386:/usr/lib:/ade/xxxxxxxx_fixcommit/dmsc/lib:/ade/xxxxxxxx_fixcommit/ldap/bin:/ade/xxxxxxxx_fixcommit/oracle/lib:/ade/xxxxxxxx_fixcommit/atgpf/lib/linuxx64:/ade/xxxxxxxx_fixcommit/fusionapps/lib/linuxx64:/ade/xxxxxxxx_fixcommit/fusionapps/hcm/pyt/lib/linuxx64:/ade/xxxxxxxx_fixcommit/bishiphome/dist/clients/epm/Essbase/EssbaseRTC/bin:/ade/xxxxxxxx_fixcommit/opmn/lib:/ade/xxxxxxxx_fixcommit/fatp/linuxx64/demantra/bin:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/native/linux/i686:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/native/linux/i686/oci920_8
    JAVA_HOME : /scratch/software/bea/jrockit
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /scratch/software/bea/jrockit/jre/lib/amd64/jrockit:/scratch/software/bea/jrockit/jre/lib/amd64:/scratch/software/bea/jrockit/jre/../lib/amd64:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/patch_wls1035/profiles/default/native:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/patch_jdev1111/profiles/default/native:/ade_autofs/ade_fusion_linux/JDK6_MAIN_LINUX.rdd/090126.6.11.FCS.B03/jdk6/jre/lib/i386/server:/ade_autofs/ade_fusion_linux/JDK6_MAIN_LINUX.rdd/090126.6.11.FCS.B03/jdk6/jre/lib/i386:/ade_autofs/ade_fusion_linux/JDK6_MAIN_LINUX.rdd/090126.6.11.FCS.B03/jdk6/jre/../lib/i386:/usr/lib:/ade/xxxxxxxx_fixcommit/dmsc/lib:/ade/xxxxxxxx_fixcommit/ldap/bin:/ade/xxxxxxxx_fixcommit/oracle/lib:/ade/xxxxxxxx_fixcommit/atgpf/lib/linuxx64:/ade/xxxxxxxx_fixcommit/fusionapps/lib/linuxx64:/ade/xxxxxxxx_fixcommit/fusionapps/hcm/pyt/lib/linuxx64:/ade/xxxxxxxx_fixcommit/bishiphome/dist/clients/epm/Essbase/EssbaseRTC/bin:/ade/xxxxxxxx_fixcommit/opmn/lib:/ade/xxxxxxxx_fixcommit/fatp/linuxx64/demantra/bin:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/native/linux/i686:/scratch/software/mw_local/FMWTOOLS_11.1.1.5.0_GENERIC_110330.1115/xxxxxxxx/mw_home/wlserver_10.3/server/native/linux/i686/oci920_8
    LD_ASSUME_KERNEL: <not set>
    LD_PRELOAD : <not set>
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : Good; no memory allocations have failed
    GC Strategy : Mode: throughput, with strategy: genparpar (basic strategy: genparpar)
    GC Status : OC is not running. Last finished OC was OC#18.
    : YC is not running. Last finished YC was YC#150.
    YC Promotion : Last YC successfully promoted all objects
    YC History : Ran 7 YCs before OC#14.
    : Ran 3 YCs before OC#15.
    : Ran 26 YCs before OC#16.
    : Ran 9 YCs before OC#17.
    : Ran 18 YCs before OC#18.
    : Ran 9 YCs since last OC.
    Heap : 0xa0000000 - 0xbf417000 (Size: 500 MB)
    Heap History : OC#7 - 0xb0000000 (256 MB -> 303 MB; +47856 KB)
    : OC#11 - 0xb2ebc000 (303 MB -> 343 MB; +41060 KB)
    : OC#12 - 0xb56d5000 (343 MB -> 393 MB; +51672 KB)
    : OC#15 - 0xb894b000 (393 MB -> 443 MB; +50700 KB)
    : OC#16 - 0xbbace000 (443 MB -> 500 MB; +58660 KB)
    Compaction : (no compaction area)
    Allocation : TLA-min: 2048, TLA-preferred: 65536 TLA-waste limit: 2048
    NurseryList : 0xa1ac4930 - 0xb2659cf8
    KeepArea : 0xad7221e8 - 0xaea1a448
    KA Markers : [ 0xad7221e8,  0xaea1a448 , 0xb2659cf8 ]
    Forbidden A : (none)
    Previous KA : 0xaea1a448 - 0xb2659cf8
    Previous FA : (none)
    CompRefs : References are compressed, with heap base 0x0 and shift 0.
    Registers (from ThreadContext: 0x40ee7820:
    rax = 0000000000000000 rcx = 74752f6176616a4c
    rdx = 0000000040ee7d60 rbx = 0000000000000000
    rsp = 0000000040ee7c60 rbp = 0000000040ee7c90
    rsi = 0000000000000001 rdi = 000000000d0b37e0
    r8 = 003b7465532f6c69 r9 = 0000000000000001
    r10 = 0000000000000000 r11 = 0000000000000001
    r12 = 0000000000000001 r13 = 0000000040ee7d58
    r14 = 0000000040ee7d60 r15 = 000000000db4d368
    cs = 0000000000000033 fs = 0000000400000000
    gs = 0004000000000000
    rip = 00002ad027bc7a63 flags = 0000000000000202
    Loaded modules:
    (* denotes the module where the exception occured)
    0000000000400000-0000000000412703 /scratch/software/bea/jrockit/bin/java
    000000379b800000-000000379b801f93 /lib64/libdl.so.2
    000000379c000000-000000379c0156ff /lib64/libpthread.so.0
    000000379b400000-000000379b54ced7 /lib64/libc.so.6
    000000379a400000-000000379a41bb3f /lib64/ld-linux-x86-64.so.2
    00002ad027a60000-00002ad027d65343 */scratch/software/bea/jrockit/jre/lib/amd64/jrockit/libjvm.so
    00002ad02803f000-00002ad02805d9eb /scratch/software/bea/jrockit/jre/lib/amd64/libosal.so
    00002ad028260000-00002ad02826c4fb /scratch/software/bea/jrockit/jre/lib/amd64/libutil.so
    000000379bc00000-000000379bc8122f /lib64/libm.so.6
    000000379f400000-000000379f406e8b /lib64/librt.so.1
    00002aaaaac00000-00002aaaaac35c17 /scratch/software/bea/jrockit/jre/lib/amd64/libjdwp.so
    00002aaaaad3f000-00002aaaaad41307 /scratch/software/bea/jrockit/jre/lib/amd64/libnpt.so
    00002aaaaae49000-00002aaaaae54d03 /scratch/software/bea/jrockit/jre/lib/amd64/libjfr.so
    00002aaaee50b000-00002aaaee517337 /scratch/software/bea/jrockit/jre/lib/amd64/libverify.so
    00002aaaee61a000-00002aaaee64219b /scratch/software/bea/jrockit/jre/lib/amd64/libjava.so
    00000037a2000000-00000037a20140c7 /lib64/libnsl.so.1
    00002aaaee789000-00002aaaee78f5bf /scratch/software/bea/jrockit/jre/lib/amd64/native_threads/libhpi.so
    00002aaaee954000-00002aaaee961bc3 /scratch/software/bea/jrockit/jre/lib/amd64/libzip.so
    00002aaaeeb28000-00002aaaeeb2ae73 /scratch/software/bea/jrockit/jre/lib/amd64/libdt_socket.so
    00002aaaeec7b000-00002aaaeec8464b /lib64/libnss_files.so.2
    00002aaaef086000-00002aaaef098d1f /scratch/software/bea/jrockit/jre/lib/amd64/libnet.so
    00002aaaef652000-00002aaaef657f43 /scratch/software/bea/jrockit/jre/lib/amd64/liborii.so
    00002aaaef919000-00002aaaef91f97b /scratch/software/bea/jrockit/jre/lib/amd64/libnio.so
    00002aaaf4840000-00002aaaf484547b /scratch/software/bea/jrockit/jre/lib/amd64/libmanagement.so
    00002aaaf740f000-00002aaaf7418bbb /scratch/software/bea/jrockit/jre/lib/amd64/libjmapi.so
    00002aab02cbe000-00002aab02cbe8bb /scratch/software/bea/jrockit/jre/lib/amd64/librmi.so
    00002aab05c3e000-00002aab05ccf86b /scratch/software/bea/jrockit/jre/lib/amd64/libawt.so
    00002aab05e0d000-00002aab05e1199f /scratch/software/bea/jrockit/jre/lib/amd64/headless/libmawt.so
    00002aab09453000-00002aab094cb21f /scratch/software/bea/jrockit/jre/lib/amd64/libfontmanager.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    0000000040ee7c60: 000000000d133ac0* 00002aaaf31531d0 0000000000000000 0000000040ee7d50
    0000000040ee7c80: 0000000040ee7d58 000000000d0b37e0 0000000040ee7cd0 00002ad027bb10bf
    0000000040ee7ca0: 0000000000000001 0000000000000064 000000000dd11ed0 000000000d0b37e0
    0000000040ee7cc0: 0000000040ee7d60 0000000040ee7d58 0000000040ee7d40 00002ad027bb2404
    0000000040ee7ce0: 0000000040ee7d60 000000000dd11ed0 0000000040ee7d50 00002aab08b2ea20
    0000000040ee7d00: 0000000012469d70 00002aab08b2ea20 00002aab08b25a38 00002aaaaad360f0
    Code:
    (* marks the word pointed to by the instruction pointer)
    00002ad027bc7a00: 00401f0fd7ebed31 480010b89f058d4c 8d48001249050d8d 3d8d48001025bb35
    00002ad027bc7a20: 000018ba001024f1 ffed6d18e8c03100 2e66666666669eeb 0000000000841f0f
    00002ad027bc7a40: e865894ce5894855 48f48949f875894c 48f06d894ce05d89 8949f6854830ec83
    00002ad027bc7a60: 481246b70f4d74d6* 4c01688d4cd8558d 85fffffd99e8ee89 7d8b481775c389c0
    00002ad027bc7a80: ea894c24348b49d8 458b48ffed793be8 8b4cd889068949d8 8b4ce05d8b48e865
    00002ad027bc7aa0: c3c9f8758b4cf06d 0000000000841f0f 89fffffea9e8f631 0000441f0fd9ebc3
    Last optimized methods:
    No methods optimized.
    Thread:
    "JDWP Transport Listener: dt_soc" id=10 idx=0x30 tid=18640 lastJavaFrame=0xfffffffffffffffc
    Stack 0: start=0x40ea7000, end=0x40ee9000, guards=0x40eac000 (ok), forbidden=0x40eaa000
    Thread Stack Trace:
    at jvmtiIStrdup+35(jvmtimemory.c:111)@0x2ad027bc7a63
    at get_name_and_signatures+110(jvmticlass.c:931)@0x2ad027bb10bf
    at jvmti_GetFieldName+611(jvmticlass.c:283)@0x2ad027bb2404
    at fieldSignature+108()@0x2aaaaac27bdd
    -- Java stack --
    Memory usage report:
    Total mapped 3530424KB (reserved=2192956KB)
    - Java heap 1572864KB (reserved=1060772KB)
    - GC tables 52620KB
    - Thread stacks 32156KB (#threads=84)
    - Compiled code 1048576KB (used=37710KB)
    - Internal 1416KB
    - OS 298768KB
    - Other 192248KB
    - Classblocks 18688KB (malloced=18313KB #46446)
    Not tracing sites.
    - Java class data 312064KB (malloced=310392KB #215032 in 46446 classes)
    Not tracing sites.
    - Native memory tracking 1024KB (malloced=153KB #10)
    Not tracing sites.
    Set the env variable TRACE_ALLOC_SITES=1 or use the print_memusage switch
    trace_alloc_sites=true to enable alloc site tracing.
    * If you see this dump, please go to *
    * http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================
    /scratch/xxxxxxxx/view_storage/xxxxxxxx_fixcommit/.jdev_user_home/system11.1.1.5.37.59.86/DefaultDomain/bin/startWebLogic.sh: line 180: 18628 Aborted ${JAVA_HOME}/bin/java ${JAVA_VM} ${MEM_ARGS} -Dweblogic.Name=${SERVER_NAME} -Djava.security.policy=${WL_HOME}/server/lib/weblogic.policy ${JAVA_OPTIONS} ${PROXY_SETTINGS} ${SERVER_CLASS}
    Debugger connection to debuggee process has been lost.
    [Server Instance IntegratedWebLogicServer is shutting down.  All applications currently running will be terminated and undeployed.]

    Hi DH,
    This is a known issue to the engineering team and a future release will include a fix for this. Unfortunately, at this point there is no work around available.
    I will recommend that you keep an eye on our release notes page to get more updates on it - Release notes | Adobe Muse CC
    - Abhishek Maurya

  • JBoss EAP 6 On JRockit - Memory Leak

    hello team.
    I have memory leak problem on jboss and jrockit.
    My Environment :
    1. OS :          
    CentOS release 6.4 (Final)
    2. JRockit :     
    java version "1.6.0_45"
         Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
         Oracle JRockit(R) (build R28.2.7-7-155314-1.6.0_45-20130329-0641-linux-x86_64, compiled mode)
    3. Application Server:
    JBoss EAP 6.2.0.GA
    4. Application
    Large EJB Application (100 and more EJB Beans (Stateless, Stateful,  MDB, Timers and so on)
    Everything works fine on older application server versions (4.3 , 4.2)
    But now I have Problem
    Of course I know that problem is new version - and i have discussion on JBoss forums.
    but guys I have question about jrockit with you:
    What is the option "Other" in memory ??
    [jboss@jboss-new bin]$ jrcmd 17114  print_memusage
    17114:
    Total mapped                       8457864KB           (reserved=2983100KB)
    -              Java heap              3145728KB           (reserved=0KB)
    -              GC tables            105232KB         
    -          Thread stacks       46412KB           (#threads=138)
    -          Compiled code       1048576KB           (used=12257KB)
    -               Internal                   1480KB         
    -                     OS       170324KB         
    -                  Other       3639056KB         
    -            Classblocks         10496KB           (malloced=9631KB #28393)
    -        Java class data       289536KB           (malloced=192391KB #133697 in 28393 classes)
    - Native memory tracking     1024KB           (malloced=294KB #10)
    [jboss@jboss-new bin]$
    This size increases every time - and took entire amount of RAM.
    Thank in Advance.
    Regards,
    Paata Lominadze

    Not sure what the 'other' is, but it is probably best shown by using an example. By using displayMap we can display a memory map of various JVM subsystems and libraries that are loaded, including third-party libraries.
    ./jrcmd 4523 print_memusage displayMap
    Total mapped                  3984796KB           (reserved=2978740KB)
    -              Java heap       524288KB           (reserved=0KB)
    -              GC tables        17548KB         
    -          Thread stacks        20276KB           (#threads=39)
    -          Compiled code      1048576KB           (used=14224KB)
    -               Internal         1672KB         
    -                     OS       146924KB         
    -                  Other      2092648KB         
    -            Classblocks         7424KB           (malloced=7381KB #20064)
    -        Java class data       124416KB           (malloced=124411KB #91048 in 20064 classes)
    - Native memory tracking         1024KB           (malloced=118KB #10)
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        OS                          *java    r x 0x0000000000400000.(     76KB)
        OS                          *java    rw  0x0000000000612000.(      4KB)
        OS                        *[heap]    rw  0x00000000007c1000.(    132KB)
       INT                           Poll    r   0x000000007fffe000 (      4KB)
       INT                         Membar    rw  0x000000007ffff000.(      4KB)
       MSP              Classblocks (1/2)    rw  0x00000000df8c0000 (   6912KB)
       MSP              Classblocks (2/2)    rw  0x00000000dff80000 (    512KB)
      HEAP                      Java heap    rw  0x00000000e0000000.( 524288KB)
        OS                    *ld-2.12.so    r x 0x0000003664400000.(    128KB)
        OS                    *ld-2.12.so    r   0x000000366461f000 (      4KB)
        OS                    *ld-2.12.so    rw  0x0000003664620000 (      4KB)
        OS                   **ld-2.12.so    rw  0x0000003664621000.(      4KB)
       OS           *gconv-modules.cache    r   0x00007f8f2e4a0000 (     28KB)
    THREAD                     Stack 4630    rwx 0x00007f8f2e4a7000 (      8KB)
    THREAD                     Stack 4630        0x00007f8f2e4a9000 (     12KB)
    THREAD                     Stack 4630    rwx 0x00007f8f2e4ac000 (    244KB)
       MSP         Java class data (5/37)    rw  0x00007f8f2e4e9000 (  14336KB)
       MSP         Java class data (9/37)    rw  0x00007f8f2fa40000 (   5888KB)
                                             rw  0x00007f8f30000000 (    188KB)
                                                 0x00007f8f3002f000 (  65348KB)
                                             rw  0x00007f8f34000000 (    132KB)
                                                 0x00007f8f34021000 (  65404KB)
                                             rw  0x00007f8f38000000 (    412KB)
                                                 0x00007f8f38067000.(  65124KB)
       MSP        Java class data (10/37)    rw  0x00007f8f3c034000 (  34048KB)
                                             rw  0x00007f8f3e174000 (   8200KB)
       MSP        Java class data (11/37)    rw  0x00007f8f3e976000 (    256KB)
        OS                     *libhpi.so    rw  0x00007f8fb37fc000 (      8KB)
        OS                    **libhpi.so    rw  0x00007f8fb37fe000 (      4KB)
      CODE                  Compiled code    rwx 0x00007f8fb37ff000 (     64KB)
      CODE                  Compiled code    rwx 0x00007f8fb380f000 (    128KB)
      CODE                  Compiled code    rwx 0x00007f8fb382f000 (     64KB)
      MSP        Java class data (37/37)    rw  0x00007f8ff83a1000 (    512KB)
        GC Modified Union Set (committed)    rw  0x00007f8ff8421000 (    132KB)
        GC                     Card table    rw  0x00007f8ff8442000 (   1024KB)
        GC        Object bits (committed)    rw  0x00007f8ff8542000 (   8196KB)
    Here
    - thread is thread related (such as thread stacks)
    - int, internal use (such as pointer pages)
    - heap, chunk used by JRockit for the Java heap
    - os, mapped directly from the operating system, such as third party DLLs or shared objects
    - msp, memory space. a memory space is a native heap with a specific purpose, for example native memory allocation inside the JVM
    - gc, garbage collection related, for example live bits
    - code, compiled code
    The 'other' memory space looks to me (from the blank entries in the above print-out) like they are a memory pages to are still not used. When the JVM starts it mappes an amount of memory. To my knowledge JRockit uses mmap (mmap(2) - Linux manual page), which creates a new mapping in the virtual address space. JRockit reserves an amount of memory (Java Heap (heap where your object instances go) + its own runtime (all the others)).
    To see where the growth is in the various memory spaces, you can use 'print_memusage baseline', after which you can execute print_memusage again, for example,
    ./jrcmd 4523 print_memusage scale=M
    4523:
    Total mapped                     3896MB      +4MB (reserved=2905MB -3MB)
    -              Java heap          512MB           (reserved=0MB)
    -              GC tables           17MB         
    -          Thread stacks           19MB           (#threads=39)
    -          Compiled code         1024MB           (used=14MB +1MB)
    -               Internal            1MB         
    -                     OS          143MB         
    -                  Other         2043MB         
    -            Classblocks            7MB           (malloced=7MB #20596 +532)
    -        Java class data          126MB      +4MB (malloced=125MB +4MB #93640 +2592 in 20596 classes)
    - Native memory tracking            1MB           (malloced=0MB #20 +10)
    Note the additional column that prints out the difference in memory usage in relation to the baseline. You can also monitor native allocations by using trace_alloc_sites, memory allocations can then be displayed with different levels of detail using the level argument.
    ./jrcmd 4523 print_memusage trace_alloc_sites=true
    4523:
    Total mapped                  3989660KB   +4864KB (reserved=2974732KB -4008KB)
    -              Java heap       524288KB           (reserved=0KB)
    -              GC tables        17548KB         
    -          Thread stacks        20276KB           (#threads=39)
    -          Compiled code      1048576KB           (used=15265KB +1040KB)
    -               Internal         1672KB         
    -                     OS       146924KB         
    -                  Other      2092648KB         
    -            Classblocks         7680KB    +256KB (malloced=7669KB +287KB #20596 +532)
    -        Java class data       129024KB   +4608KB (malloced=128967KB +4555KB #93640 +2592 in 20596 classes)
    - Native memory tracking         1024KB           (malloced=236KB +118KB #20 +10)
    ./jrcmd 4523 print_memusage level=3
    4523:
    Total mapped                  3989660KB   +4864KB (reserved=2974732KB -4008KB)
    -              Java heap       524288KB           (reserved=0KB)
    -              GC tables        17548KB         
    -          Thread stacks        20276KB           (#threads=39)
    -          Compiled code      1048576KB           (used=15265KB +1040KB)
    -               Internal         1672KB         
    -                     OS       146924KB         
    -                  Other      2092648KB         
    -            Classblocks         7680KB    +256KB (malloced=2KB -7379KB #4 -20060) Not fully traced
    -        Java class data       129024KB   +4608KB (malloced=26KB -124385KB #16 -91032 in 20596 classes) Not fully traced.
    - Native memory tracking         1024KB           (malloced=118KB #10) Not fully traced.
         gather_memorymap_database                     memtrace.c: 206         91KB     +91KB (#1 +1)
               gather_memory_usage                  osal_mspace.c:5142          7KB      +7KB (#4 +4)
      msGatherMSpacesUsageDatabase                  osal_mspace.c:6128          2KB      +2KB (#1 +1)
      msGatherMSpacesUsageDatabase                  osal_mspace.c:6134         16KB     +16KB (#1 +1)
    Note this is more on the JVM level, in your case in might be beneficial to investigate what is happening on the java heap. By using print_object_summary you can get insight how memory on the heap is used on a per-class basis. To get to the bottom of where the memory leak is you can use the memory-leak-detector (an example of its use can be found here Middleware Snippets: Fast, Faster, JRockit). You can also obtain a heapdump that can be analyzed by using for example MAT (see for an example here Middleware Snippets: Visualizing Class Loading). To obtain a heapdump you can run the command, for example,
    [weblogic@machine1 bin]$ ./jrcmd 4523 runsystemgc full=true fullcompact=true
    4523:
    [weblogic@machine1 bin]$ ./jrcmd 4523 hprofdump filename=/home/weblogic/dump.hprof
    4523:
    Wrote dump to /home/weblogic/dump.hprof
    Note that this first issues a full GC by using the runsystemgc command.

  • Error while installing Java using jrockit on my Linux box

    I am trying to install java 1.6 using jrockit software in my 64-bit linux box, but I am getting errors:
    -bash-4.1$ ./jrockit-jdk1.6.0_45-R28.2.7-4.1.0-linux-x64.bin
    Extracting 0%....................................................................................................100%
    [JRockit] ERROR: The JVM has crashed. Writing crash information to /tmp/file06vBOV/jrockit.17485.dump.
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:00:07 on Wed Apr 17 01:33:22 2013
    * If you see this dump, please go to *
    * http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html *
    * for troubleshooting information. *
    Additional information is available in:
    /tmp/file06vBOV/jrockit.17485.dump
    No snapshot file (core dump) will be created because core dumps have been
    disabled. To enable core dumping, try "ulimit -c unlimited"
    before starting JRockit again.
    Error Message: Unhandled native exception [85]
    Signal info : si_signo=4, si_code=2 si_addr=0x30c5814be0
    Version : Oracle JRockit(R) R28.2.7-7-155314-1.6.0_45-20130329-0641-linux-x86_64
    CPU : Intel SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 Intel64
    Number CPUs : 4
    Tot Phys Mem : 16399638528 (15639 MB)
    OS version : Red Hat Enterprise Linux Server release 6.2 (Santiago)
    Linux version 2.6.39-100.5.1.el6uek.x86_64 ([email protected]) (gcc version 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) ) #1 SMP Tue Mar 6 20:26:00 EST 2012 (x86_64)
    Hypervisor : Xen v3.4
    Thread System: Linux NPTL
    LibC release : 2.12-stable
    Java locking : Lazy unlocking enabled (class banning) (transfer banning)
    State : JVM is running
    Command Line : -Djava.io.tmpdir=/tmp -Dbea.installer.launcher.home=/slot/ems8308/oracle/endeca3.0/endeca-server -Xmx256m -Dsun.java.command=com.bea.plateng.wizard.WizardController -mode=gui -Dsun.java.launcher=SUN_STANDARD com.bea.plateng.wizard.WizardController -mode=gui
    Repository :
    java.home : /tmp/file06vBOV/jre160_45
    j.class.path : .:installer.jar:customtasks.jar:bids.jar:3rdparty.jar:jsr173_api.jar:wlw-plaf.jar:comdev.jar:wizard.jar:com.bea.cie.oui_1.1.0.0.jar:com.bea.core.xml.xmlbeans_2.2.0.0.jar
    j.lib.path : /usr/java/packages/lib/amd64:/tmp/file06vBOV/jre160_45/lib/amd64/jrockit:/tmp/file06vBOV/jre160_45/lib/amd64:/tmp/file06vBOV/jre160_45/../lib/amd64
    JAVA_HOME : <not set>
    JAVAOPTIONS: <not set>
    LD_LIBRARY_PATH: /tmp/file06vBOV/jre160_45/lib/amd64/jrockit:/tmp/file06vBOV/jre160_45/lib/amd64:/tmp/file06vBOV/jre160_45/../lib/amd64
    LD_ASSUME_KERNEL: <not set>
    LD_PRELOAD : <not set>
    StackOverFlow: 0 StackOverFlowErrors have occured
    OutOfMemory : 0 OutOfMemoryErrors have occured
    C Heap : Good; no memory allocations have failed
    GC Strategy : Mode: throughput, with strategy: genparpar (basic strategy: genparpar)
    GC Status : OC is not running. Last finished OC was OC#0.
    : YC is not running. Last finished YC was YC#0.
    YC History : Ran 0 YCs since last OC.
    Heap : 0xf0000000 - 0xf4000000 (Size: 64 MB)
    Compaction : (no compaction area)
    Allocation : TLA-min: 2048, TLA-preferred: 32768 TLA-waste limit: 2048
    NurseryList : 0xf0000000 - 0xf2000000
    KeepArea : 0xf17fffe8 - 0xf2000000
    KA Markers : [ 0xf0fffff0,  0xf17fffe8 , 0xf2000000 ]
    Forbidden A : (none)
    Previous KA : (none)
    Previous FA : (none)
    CompRefs : References are compressed, with heap base 0x0 and shift 0.
    Registers (from ThreadContext: 0x7fdf142e34c0:
    rax = 0000000000000001 rcx = 0000000017bee3ff
    rdx = 00000000bfebfbff rbx = 00007fdf10d7eb20
    rsp = 00007fdf142e3928 rbp = 00007fdf142e3a70
    rsi = 0000000000000000 rdi = 0000000000000058
    r8 = 0000000000000000 r9 = 0000000000000000
    r10 = 00007fdf142e38a0 r11 = 00007fdf10d7eb20
    r12 = 00007fdf142e3a98 r13 = 00007fdf10e049b0
    r14 = 0000000000000000 r15 = 0000000000000000
    cs = 0000000000000033 fs = 0000000000000000
    gs = 0000000000000000
    rip = 00000030c5814be0 flags = 0000000000010202
    Loaded modules:
    (* denotes the module where the exception occured)
    0000000000400000-00000000004128c3 /tmp/file06vBOV/jre160_45/bin/java
    00007fff26fff000-00007fff26fffa7c /tmp/file06vBOV/jre160_45/bin/java
    00000030c6400000-00000030c6401fef /lib64/libdl.so.2
    00000030c6800000-00000030c6816b37 /lib64/libpthread.so.0
    00000030c6000000-00000030c6196c1f /lib64/libc.so.6
    00000030c5800000-00000030c581f13f */lib64/ld-linux-x86-64.so.2
    00007fdf18b70000-00007fdf18e780e3 /tmp/file06vBOV/jre160_45/lib/amd64/jrockit/libjvm.so
    00007fdf1894e000-00007fdf1896d21b /tmp/file06vBOV/jre160_45/lib/amd64/libjrosal.so
    00007fdf18741000-00007fdf1874d553 /tmp/file06vBOV/jre160_45/lib/amd64/libjrutil.so
    00000030c6c00000-00000030c6c824e7 /lib64/libm.so.6
    00000030c7400000-00000030c740680b /lib64/librt.so.1
    00007fdf17c30000-00007fdf17c3c483 /tmp/file06vBOV/jre160_45/lib/amd64/libjfr.so
    00007fdf1718e000-00007fdf1719a317 /tmp/file06vBOV/jre160_45/lib/amd64/libverify.so
    00007fdf1705f000-00007fdf17087283 /tmp/file06vBOV/jre160_45/lib/amd64/libjava.so
    00000030d8600000-00000030d8615ceb /lib64/libnsl.so.1
    00007fdf16ed4000-00007fdf16eda5bf /tmp/file06vBOV/jre160_45/lib/amd64/native_threads/libhpi.so
    00007fdf16673000-00007fdf16680c03 /tmp/file06vBOV/jre160_45/lib/amd64/libzip.so
    00007fdf16055000-00007fdf160e7683 /tmp/file06vBOV/jre160_45/lib/amd64/libawt.so
    00007fdf15f07000-00007fdf15f4828b /tmp/file06vBOV/jre160_45/lib/amd64/xawt/libmawt.so
    00000030c9400000-00000030c9410d8b /usr/lib64/libXext.so.6
    00000030c8400000-00000030c8538423 /usr/lib64/libX11.so.6
    00000030d5400000-00000030d5404dbb /usr/lib64/libXtst.so.6
    00000030cac00000-00000030cac0e243 /usr/lib64/libXi.so.6
    00000030c8c00000-00000030c8c1a123 /usr/lib64/libxcb.so.1
    00000030c8800000-00000030c8801dd3 /usr/lib64/libXau.so.6
    00007fdf15c14000-00007fdf15ca7fcf /tmp/file06vBOV/jre160_45/lib/amd64/libfontmanager.so
    00007fdf159bb000-00007fdf159cdca7 /tmp/file06vBOV/jre160_45/lib/amd64/libnet.so
    00007fdf149b3000-00007fdf149b99a3 /tmp/file06vBOV/jre160_45/lib/amd64/libnio.so
    00007fdf147ac000-00007fdf147b1f9b /tmp/file06vBOV/jre160_45/lib/amd64/liborii.so
    00000030cb800000-00000030cb808d13 /usr/lib64/libXcursor.so.1
    00000030ca800000-00000030ca808cfb /usr/lib64/libXrender.so.1
    00000030cbc00000-00000030cbc0497b /usr/lib64/libXfixes.so.3
    00007fdeb2015000-00007fdeb206084b /tmp/file06vBOV/jre160_45/lib/amd64/libcmm.so
    00007fdeb0e44000-00007fdeb0e55d5b /tmp/file06vBOV/libjni.so
    Stack:
    (* marks the word pointed to by the stack pointer)
    00007fdf142e3928: 00000030c580aad8* 0000000000000000 0000000000000000 00007fdf00000005
    00007fdf142e3948: 0000000000000000 00007fdf00000001 00007fdf10e049b0 0000000000000000
    00007fdf142e3968: 00007fdf00000000 0000000000000000 0000000000000058 0000000000000004
    00007fdf142e3988: 00007fdf10e04d08 0000000000000013 00007fdf142e3a40 00007fdf0000000a
    00007fdf142e39a8: 00000001142e3aa0 00007fdf146d6b18 00007fdf15c15ff1 00007fdf142e3a30
    00007fdf142e39c8: 00000030c6078edf 00007fdf160585c8 00007fdf10d744e0 00007fdf146d6b18
    Code:
    (* marks the word pointed to by the instruction pointer)
    00000030c5814b80: 8b48ffff8c0ae820 0f0824548b482404 244c280f10244428 246cdb40246cdb20
    00000030c5814ba0: 241c8b48dc894830 001f0fc330c48348 75000020c3c13d83 000001b8db894925
    00000030c5814bc0: 01b8db894ca20f00 000000c1f7000000 9d0589d8f7027510 517800f8830020c3
    00000030c5814be0: 008025047ffdc564* 250c7ffdc5640000 7ffdc564000000a0 c564000000c02514
    00000030c5814c00: 000000e0251c7ffd 010025247ffdc564 252c7ffdc5640000 7ffdc56400000120
    00000030c5814c20: c564000001402534 00000160253c7ffd 8025047f0f6664c3 0c7f0f6664000000
    Last optimized methods:
    No methods optimized.
    Thread:
    "AWT-EventQueue-0" id=17 idx=0x4c tid=17508 lastJavaFrame=0x7fdf142e3b88
    Stack 0: start=0x7fdf142a4000, end=0x7fdf142e6000, guards=0x7fdf142a9000 (ok), forbidden=0x7fdf142a7000
    Thread Stack Trace:
    at dlx86_64_save_sse+48()@0x30c5814be0
    at dlfixup+223()@0x30c580df40
    -- Java stack --
    at sun/font/X11TextRenderer.doDrawGlyphList(JJLsun/java2d/pipe/Region;Lsun/font/GlyphList;)V(Native Method)
    at sun/font/X11TextRenderer.drawGlyphList(X11TextRenderer.java:62)
    at sun/java2d/pipe/GlyphListPipe.drawString(GlyphListPipe.java:54)
    at sun/java2d/SunGraphics2D.drawString(SunGraphics2D.java:2772)
    at sun/swing/SwingUtilities2.drawString(SwingUtilities2.java:510)
    at sun/swing/SwingUtilities2.drawStringUnderlineCharAt(SwingUtilities2.java:531)
    at javax/swing/plaf/basic/BasicGraphicsUtils.drawStringUnderlineCharAt(BasicGraphicsUtils.java:229)
    at workshop/core/plaf/JbButtonUI.paintText(JbButtonUI.java:676)
    at workshop/core/plaf/JbButtonUI.paint(JbButtonUI.java:600)
    at javax/swing/plaf/ComponentUI.update(ComponentUI.java:143)
    at javax/swing/JComponent.paintComponent(JComponent.java:760)
    at javax/swing/JComponent.paint(JComponent.java:1037)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JLayeredPane.paint(JLayeredPane.java:567)
    at javax/swing/JComponent.paintChildren(JComponent.java:870)
    at javax/swing/JComponent.paint(JComponent.java:1046)
    at javax/swing/JComponent.paintToOffscreen(JComponent.java:5132)
    at javax/swing/BufferStrategyPaintManager.paint(BufferStrategyPaintManager.java:278)
    at javax/swing/RepaintManager.paint(RepaintManager.java:1257)
    at javax/swing/JComponent._paintImmediately(JComponent.java:5080)
    at javax/swing/JComponent.paintImmediately(JComponent.java:4890)
    at javax/swing/RepaintManager$3.run(RepaintManager.java:814)
    at javax/swing/RepaintManager$3.run(RepaintManager.java:802)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:232)
    at java/security/AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at javax/swing/RepaintManager.paintDirtyRegions(RepaintManager.java:802)
    at javax/swing/RepaintManager.paintDirtyRegions(RepaintManager.java:745)
    at javax/swing/RepaintManager.prePaintDirtyRegions(RepaintManager.java:725)
    at javax/swing/RepaintManager.access$1000(RepaintManager.java:46)
    at javax/swing/RepaintManager$ProcessingRunnable.run(RepaintManager.java:1668)
    at java/awt/event/InvocationEvent.dispatch(InvocationEvent.java:209)
    at java/awt/EventQueue.dispatchEventImpl(EventQueue.java:672)
    at java/awt/EventQueue.access$400(EventQueue.java:81)
    at java/awt/EventQueue$2.run(EventQueue.java:633)
    at java/awt/EventQueue$2.run(EventQueue.java:631)
    at jrockit/vm/AccessController.doPrivileged(AccessController.java:232)
    at java/security/AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java/awt/EventQueue.dispatchEvent(EventQueue.java:642)
    at java/awt/EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java/awt/EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java/awt/EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java/awt/EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java/awt/EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java/awt/EventDispatchThread.run(EventDispatchThread.java:122)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    Memory usage report:
    Total mapped 3004488KB (reserved=2700572KB)
    - Java heap 262144KB (reserved=196608KB)
    - GC tables 8780KB
    - Thread stacks 13212KB (#threads=20)
    - Compiled code 1048576KB (used=2746KB)
    - Internal 1352KB
    - OS 174888KB
    - Other 1477872KB
    - Classblocks 1024KB (malloced=946KB #2264)
    Not tracing sites.
    - Java class data 15616KB (malloced=15591KB #10424 in 2264 classes)
    Not tracing sites.
    - Native memory tracking 1024KB (malloced=174KB #10)
    Not tracing sites.
    Set the env variable TRACE_ALLOC_SITES=1 or use the print_memusage switch
    trace_alloc_sites=true to enable alloc site tracing.
    * If you see this dump, please go to *
    * http://download.oracle.com/docs/cd/E15289_01/go2troubleshooting.html *
    * for troubleshooting information. *
    ===== END DUMP ===============================================================
    ** Error during execution, error code = 134.
    Please help me how to solve this issue.

    I suggest trying to install a different version to confirm the error. Do you have SELinux enabled? It can cause weird errors. You can check the syslog /var/adm/messages to see if there were any SELinux errors.
    The following is known to work:
    Oracle Linux with jrockit
    Oracle Linux with jrockit

  • Install Oracle Fusion Middle Ware In Windows 7

    Hi,
    I am searching how i can download oracle fusion middleware (Forms&Reports) in Windows 7 But i am lost : and steps ?
    Regards,
    Oracle Fusion Middleware 11g Media Pack v37 for Microsoft Windows x64 (64-bit)
    Download      Oracle WebLogic Server 11gR1 (10.3.4) Generic and Coherence     V24338-01     1.1G
    Download      Oracle WebLogic Server 11gR1 (10.3.5) Generic and Coherence     V26046-01     1.1G
    Download      Oracle WebLogic Server 11gR1 (10.3.6) Generic and Coherence     V29856-01     1.0G
    Download      Oracle WebLogic Server Web Server Plugins 11gR1 (11.1.1.6.0)     V30113-01     280M
    Download      Oracle SOA Suite 11g Patch Set 4 (11.1.1.5.0) (Part 1 of 2)     V26005-01 Part 1 of 2     1.2G
    Download      Oracle SOA Suite 11g Patch Set 4 (11.1.1.5.0) (Part 2 of 2)     V26005-01 Part 2 of 2     1.3G
    Download      Oracle SOA Suite 11g Patch Set 5 (11.1.1.6.0) (Part 1 of 2)     V29672-01 Part 1 of 2     1.6G
    Download      Oracle SOA Suite 11g Patch Set 5 (11.1.1.6.0) (Part 2 of 2)     V29672-01 Part 2 of 2     1.2G
    Download      Oracle WebCenter Portal 11g Patch Set 5 (11.1.1.6.0)     V29752-01     1.9G
    Download      Oracle WebCenter Portal Companion (11.1.1.6.0)     V30065-01     36M
    Download      Oracle WebCenter Content 11g (11.1.1.6.0) (Part 1 of 2)     V29776-01 Part 1 of 2     1.9G
    Download      Oracle WebCenter Content 11g (11.1.1.6.0) (Part 2 of 2)     V29776-01 Part 2 of 2     323M
    Download      Oracle WebCenter Content: Rights 11g (11.1.1.6.0) for Microsoft Windows     V29758-01     648M
    Download      Oracle JDeveloper 11g and Oracle Application Development Framework 11g (11.1.1.6.0)     V29790-01     1.9G
    Download      Oracle JDeveloper 11g Extensions (11.1.1.6.0)     V29774-01     698M
    Download      Oracle Application Development Runtime 11g Patch Set 5 (11.1.1.6.0)     V29673-01     956M
    Download      Oracle Fusion Middleware Web Tier Utilities 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit)     V29778-01     1.5G
    Download      Oracle Fusion Middleware Companion 11g (11.1.1.3.0)     V20975-01     462M
    Download      Oracle Fusion Middleware Companion 11g (11.1.1.6.0)     V29680-01     616M
    Download      Oracle Complex Event Processing 11g (11.1.1.6.0) for Windows (64 Bit)     V29782-01     313M
    Download      Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 1 of 4)     V18785-01 Part 1 of 4     525M
    Download      Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 2 of 4)     V18785-01 Part 2 of 4     629M
    Download      Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 3 of 4)     V18785-01 Part 3 of 4     523M
    Download      Oracle Portal, Forms, Reports and Discoverer 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit) (Part 4 of 4)     V18785-01 Part 4 of 4     449M
    Download      Oracle Portal, Forms, Reports and Discoverer 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit)     V29850-01     1.8G
    Download      Oracle Identity Management 11g (11.1.1.2.0) for Microsoft Windows x86 (64-bit)     V18771-01     1.4G
    Download      Oracle Identity Management 11g Patch Set 2 (11.1.1.3.0) for Microsoft Windows x86 (64-bit)     V21021-01     1.1G
    Download      Oracle Identity Management 11g Patch Set 3 (11.1.1.4.0) for Microsoft Windows x86 (64-bit)     V24452-01     1.5G
    Download      Oracle Identity Management 11g Patch Set 4 (11.1.1.5.0) for Microsoft Windows x86 (64-bit)     V26016-01     1.4G
    Download      Oracle Identity Management 11g Patch Set 5 (11.1.1.6.0) for Microsoft Windows x86 (64-bit)     V29779-01     1.7G
    Download      Oracle Fusion Middleware Companion 11g (11.1.1.4.1)     V24917-01     570M
    Download      Oracle Fusion Middleware Companion 11g (11.1.1.5.0)     V26019-01     566M
    Download      Oracle WebCenter WSRP Producer for .NET 11.1.1.4.0     V24952-01     609K
    Download      Oracle Fusion Middleware Repository Creation Utility 11g (11.1.1.5.0) for Linux x86     V26017-01     379M
    Download      Oracle Fusion Middleware Repository Creation Utility 11g (11.1.1.5.0) for Microsoft Windows     V26018-01     308M
    Download      Oracle Fusion Middleware Repository Creation Utility 11g (11.1.1.6.0) for Linux x86     V29674-01     390M
    Download      Oracle Fusion Middleware Repository Creation Utility 11g (11.1.1.6.0) for Microsoft Windows     V29675-01     319M
    Download      Oracle Fusion Middleware Documentation Library 11g Release 1 (11.1.1.5)     V26477-01     1.3G
    Download      Oracle Fusion Middleware Documentation Library 11g Release 1 (11.1.1.6.0)     V30762-01     2.5G
    Download      Oracle Fusion Middleware 11g Release 1 Patch Set 1 Patch Scripts     V18738-01     6.4M
    Download      Oracle Business Intelligence Publisher Enterprise 10.1.3.4.1 for Microsoft Windows     V16384-01     764M
    Download      Oracle Secure Enterprise Search 11g Release 1 (11.1.2.2.0) for Linux x86 (Part 1 of 2)     V25933-01 Part 1 of 2     1.4G
    Download      Oracle Secure Enterprise Search 11g Release 1 (11.1.2.2.0) for Linux x86 (Part 2 of 2)     V25933-01 Part 2 of 2     782M
    Download      B2B Document Editor v11.1.1.4.0 (Part 1 of 3)     V24561-01 Part 1 of 3     157M
    Download      B2B Document Editor v11.1.1.4.0 (Part 2 of 3)     V24561-01 Part 2 of 3     1.8G
    Download      B2B Document Editor v11.1.1.4.0 (Part 3 of 3)     V24561-01 Part 3 of 3     2.2G
    Download      Oracle Business Process Analysis Suite 11g (11.1.1.4.0) (DVD 1 of 2) (Part 1 of 5)     V27468-01 Part 1 of 5     899M
    Download      Oracle Business Process Analysis Suite 11g (11.1.1.4.0) (DVD 1 of 2) (Part 2 of 5)     V27468-01 Part 2 of 5     899M
    Download      Oracle Business Process Analysis Suite 11g (11.1.1.4.0) (DVD 1 of 2) (Part 3 of 5)     V27468-01 Part 3 of 5     899M
    Download      Oracle Business Process Analysis Suite 11g (11.1.1.4.0) (DVD 1 of 2) (Part 4 of 5)     V27468-01 Part 4 of 5     899M
    Download      Oracle Business Process Analysis Suite 11g (11.1.1.4.0) (DVD 1 of 2) (Part 5 of 5)     V27468-01 Part 5 of 5     99M
    Download      Oracle Business Process Analysis Suite 11g (11.1.1.4.0) (DVD 2 of 2) (Part 1 of 3)     V27687-01 Part 1 of 3     1.1G
    Download      Oracle Business Process Analysis Suite 11g (11.1.1.4.0) (DVD 2 of 2) (Part 2 of 3)     V27687-01 Part 2 of 3     1.1G
    Download      Oracle Business Process Analysis Suite 11g (11.1.1.4.0) (DVD 2 of 2) (Part 3 of 3)     V27687-01 Part 3 of 3     1.1G
    Download      JRockit JDK R28.1 for Java SE 5.0 with JRockit Mission Control 4.0.1 for Microsoft Windows (64-bit x86)     V23713-01     98M
    Download      Oracle JRockit JDK R28.2.2 for Java SE 6 with JRockit Mission Control 4.1.0 for Microsoft Windows (64-bit x86)     V30321-01     111M
    Download      Oracle JRockit JDK R28.2.2 JRockit Mission Control 4.1.0 and JRockit Real Time Documentation     V30322-01     8.2M
    Download      Oracle Service Registry 11gR1 PS5 (11.1.1.6.0)     V29087-01     74M
    Download      Oracle Enterprise Repository 11gR1 PS5 (11.1.1.6.0)     V29086-01     463M
    Download      Oracle Enterprise Content Management 11g (11.1.1.5.0) (Part 1 of 2)     V26126-01 Part 1 of 2     1.9G
    Download      Oracle Enterprise Content Management 11g (11.1.1.5.0) (Part 2 of 2)     V26126-01 Part 2 of 2     426M
    Download      Oracle Information Rights Management Desktop 11g (11.1.1.5.0) for Microsoft Windows     V26042-01     640M
    Download      Oracle iPlanet Proxy Server 4.0.15 for Windows     V23445-01     68M
    Download      Oracle iPlanet Web Server 7.0.11 for Windows     V25932-01     143M
    Download      Oracle Directory Server Enterprise Edition 11gR1 Patch Set 1 (11.1.1.5.0) for Microsoft Windows (32-bit) and Microsoft Windows x64 (64-bit) (Compressed Archive)     V25769-01     277M
    Download      Mainframe and TP-Monitor Adapters v11.1.1.3.0     V24264-01     425M
    Download      Oracle Tuxedo JCA Adapter 11gR1 (11.1.1.2.1)     V23564-01     968K
    Download      Oracle Service Architecture Leveraging Tuxedo (SALT) 11gR1 (11.1.1.2.0) for Microsoft Windows with VS2008 (64-bit)     V23505-01     61M
    Download      Oracle Tuxedo System and Application Monitor (TSAM) 11gR1 (11.1.1.2.2) for Microsoft Windows with VS2008 (64-bit)     V27588-01     162M
    Download      Oracle Tuxedo 11gR1 (11.1.1.2.0) for Microsoft Windows with VS2008 (64-bit)     V22506-01     66M
    Download      Oracle Tuxedo 11gR1 (11.1.1.2.0) for Microsoft Windows 7 with VS2008 (64-bit), Client Only     V26096-01     63M
    Download      Oracle Tuxedo 11gR1 (11.1.1.2.0) for Microsoft Windows Server 2008 (64-bit) with MS Visual Studio 2010     V28471-01     71M
    Download      Oracle Tuxedo 11gR1 (11.1.1.2.0) for Microsoft Windows 7 (64-bit) with MS Visual Studio 2010, client only     V28472-01     50M
    Download      Oracle Enterprise Single Sign-On Suite Plus (11.1.1.5.1) for Microsoft Windows (32-bit and 64-bit)     V29772-01     509M
    Download      Oracle Service Bus 11g (11.1.1.6.0)     V29756-01     1.1G
    Download      Oracle OpenSSO Fedlet version 11.1.1.3.0     V21906-01     12M
    Download      Oracle Data Integrator 11g (11.1.1.6.0) for Generic (Part 1 of 2)     V29762-01 Part 1 of 2     2.0G
    Download      Oracle Data Integrator 11g (11.1.1.6.0) for Generic (Part 2 of 2)     V29762-01 Part 2 of 2     520M
    Download      Oracle Data Integrator Companion 11g (11.1.1.6.2)     V31054-01     810M
    Download      Oracle Data Profiling and Oracle Data Quality for Oracle Data Integrator 11g (11.1.1.3.0) for Microsoft Windows x86 (64-bit)     V21705-01     1.2G
    Download      Oracle Enterprise Data Quality 9.0.3 for Oracle Data Integrator     V30584-01     634M
    Download      Oracle GlassFish Server 3.1.2 zip archive for Linux (x86/x86-64), Oracle Solaris on x86 (32/64-bit), Oracle Solaris on SPARC (32/64-bit), Apple Mac OS X (Intel), Microsoft Windows (32/64-bit)     V30866-01     88M
    Download      Oracle GlassFish Server 3.1.2 (multilingual) zip archive for Linux (x86/x86-64), Oracle Solaris on x86 (32/64-bit), Oracle Solaris on SPARC (32/64-bit), Apple Mac OS X (Intel), Microsoft Windows (32/64 bit)     V30867-01     106M
    Download      Oracle GlassFish Server 3.1.2 installer for Microsoft Windows (32/64-bit)     V30886-01     59M
    Download      Oracle GlassFish Server 3.1.2 (multilingual) installer for Microsoft Windows (32/64-bit)     V30887-01     68M
    Download      Oracle GlassFish Server 3.1.2 Web Profile zip archive for Linux (x86/x86-64), Oracle Solaris on x86 (32/64-bit), Oracle Solaris on SPARC (32/64-bit), Apple Mac OS X (Intel), Microsoft Windows (32/64-bit)     V30893-01     54M
    Download      Oracle GlassFish Server 3.1.2 Web Profile (multilingual) zip archive for Linux (x86/x86-64), Oracle Solaris on x86 (32/64-bit), Oracle Solaris on SPARC (32/64-bit), Apple Mac OS X (Intel), Microsoft Windows (32/64-bit)     V30894-01     68M
    Download      Oracle GlassFish Server 3.1.2 Web Profile installer for Microsoft Windows (32/64-bit)     V30897-01     38M
    Download      Oracle GlassFish Server 3.1.2 Web Profile (multilingual) installer for Microsoft Windows (32/64-bit)     V30898-01     45M
    Download      Project Metro Web Services Stack 2.2 zip archive for Linux (x86/x86-64), Oracle Solaris on x86 (32/64-bit), Oracle Solaris on SPARC (32/64-bit), Apple Mac OS X (Intel), Microsoft Windows (32/64-bit), IBM AIX on Power Systems (32/64-bit)     V30904-01     46M
    Download      Oracle Entitlements Server Security Module 11g (11.1.1.5.0)     V26468-01     104M
    Download      Oracle Unified Directory 11.1.1.5.0     V26534-01     107M
    Download      Oracle Identity and Access Management 11g (11.1.1.5.0)     V26461-01     2.0G
    Download      Oracle Access Manager WebGates 11.1.1.5.0     V26469-01     176M
    Download      Oracle Identity Analytics 11g(11.1.1.5.0)     V27627-01     56M
    Download      Oracle Coherence Version 3.7.1     V28274-01     15M
    Download      Oracle Coherence for C++ Version 3.7.1 - Microsoft Windows x64 vs2005     V27963-01     26M
    Download      Oracle Coherence for C++ Version 3.7.1 - Microsoft Windows x64 vs2010     V27966-01     26M
    Download      Oracle Coherence for the Microsoft .NET Framework Version 3.7.1     V27953-01     17M
    Download      Application Adapters v11.1.1.3.0 (Part 1 of 2)     V22789-01 Part 1 of 2     116M
    Download      Application Adapters v11.1.1.3.0 (Part 2 of 2)     V22789-01 Part 2 of 2     77M
    Download      Oracle Application Adapters v11.1.1.4.0     V28947-01     223M
    Download      Oracle Forms and Reports 11g R2 (11.1.2.0.0) for Microsoft Windows x64 (64-bit)     V28761-01     1.8G
    Download      Oracle Security Governor Integration Kit 11g (11.1.1.3.0)     V23475-01     613K
    Download      Changed Data Capture Adapters v11.1.1.3.0     V24266-01     461M
    Download      Oracle Application Integration Architecture Foundation Pack 11gR1 PS5 (11.1.1.6.0)     V29757-01     944M
    Download      Oracle Enterprise Gateway 11.1.1.6.0 for Microsoft Windows x86 (32 bit) and Microsoft Windows x64 (64 bit)     V30535-01     1.1G
    Download      Oracle JDK 6 Update 31 for Microsoft Windows x64 (64-bit)     V30996-01     69M
    Download      Oracle JRE 6 Update 31 for Microsoft Windows x64 (64-bit)     V30997-01     14M
    Download      Oracle JDK 6 Update 31 (Java For Business binary) for Microsoft Windows x64 (64-bit)     V30998-01     69M
    Download      Oracle JRE 6 Update 31 (Java For Business binary) for Microsoft Windows x64 (64-bit)     V30999-01     14M
    Download      Oracle JDK 6 Update 31 documentation (covers JDK and JRE)     V31000-01     59M
    Download      Oracle JDK 7 Update 3 for Microsoft Windows x64 (64-bit)     V30959-01     85M
    Download      Oracle JRE 7 Update 3 for Microsoft Windows x64 (64-bit)     V30960-01     18M
    Download      Oracle JDK 7 Update 3 (Java For Business binary) for Microsoft Windows x64 (64-bit)     V30961-01     85M
    Download      Oracle JRE 7 Update 3 (Java For Business binary) for Microsoft Windows x64 (64-bit)     V30962-01     18M
    Download      Oracle JDK 7 Update 3 documentation (covers JDK and JRE)     V30963-01     58M
    Download      Oracle Identity Manager Connectors 11g     V29045-01     186M
    Download      Oracle Universal Records Management 10g Adapter for EMC Documentum     V19271-01     563M
    Download      Oracle Universal Records Management 10g Adapter for Microsoft SharePoint     V26552-01     4.2M
    Download      Oracle Universal Records Management 10g Adapter for Microsoft .Net     V19277-01     80M
    Download      Oracle Universal Records Management 10g Adapter for File Systems     V19273-01     568M
    Download      Oracle Universal Records Management 10g Adapter for Java     V19274-01     132M
    Download      Oracle WebCenter Suite - Additional Services 10gR3 (10.1.3.3.0)     B45900-01     73M
    Download      FatWire Content Server Suite 7.5-7.6     V27697-01     230M
    Download      FatWire Content Server Suite 7.5 Language Packs     V27698-01     59M
    Download      FatWire Satellite Server 7.6     V27701-01     22M
    Download      Oracle WebCenter Sites 11gR1 (11.1.1.6.0) Analytics Module     V30836-01     117M
    Download      Oracle WebCenter Sites 11gR1 (11.1.1.6.0) Community Module     V30926-01     86M
    Download      Oracle WebCenter Sites 11gR1 (11.1.1.6.0) Gadgets Module     V30835-01     208M
    Download      Oracle WebCenter Sites 11gR1 (11.1.1.6.0) Mobility Server     V30863-01     19M
    Download      Oracle WebCenter Sites 11gR1 (11.1.1.6.0) Content Integration Platform for EMC Documentum     V30812-01     47M
    Download      Oracle WebCenter Sites 11gR1 (11.1.1.6.0) Content Integration Platform for File System & Microsoft SharePoint     V30813-01     47M
    Which one i have to download ?
    Edited by: NOADF on 04-May-2012 09:00

    Can You give me steps to install this one in windows 7Before going much further, please clarify exactly which FMw release you are trying to install? You said, "... install this one...". What does that mean? I mentioned both Release 1 and Release 2.
    Additionally, if you are installing on a 64bit OS, you will need to install a 64bit JDK (version 1.6.0_xx) in order to correctly complete the WLS installation. Refer to the Installation Guide for details about this:
    http://docs.oracle.com/cd/E23943_01/doc.1111/e14142/guimode.htm#BABHJJEG
    The complete installation steps will require that you review the product Installation Guide. However, here are the basic steps assuming you are installing on a 64bit machine:
    Release 2
    <blockquote>1. Download and install a 64bit JDK (version 1.6.0_xx)
    2. Run the generic WLS installer (.jar) as documented (version 10.3.5)
    3. Run the FMw 11.1.2.0 (64bit) installation. You can choose either "Install Only" or "Install and Config".</blockquote>
    R2 Documentation
    http://docs.oracle.com/cd/E24269_01/index.htm
    Release 1
    <blockquote>1. Download and install a 64bit JDK (version 1.6.0_xx)
    2. Run the generic WLS installer (.jar) as documented. (either version 10.3.5 or 10.3.6)
    3. Run the FMw 11.1.1.2 (64bit) installation. Choose "*Install Only*"
    4. Download and install the FMw 11.1.1.6 patch set (Patch ID 13517084)
    5. Run config.bat (config.sh on Unix) found in the Oracle Home\bin</blockquote>
    R1 Documentation
    http://docs.oracle.com/cd/E23943_01/pfrd.htm
    In general, if you read and follow the Installation Guide, you should not have a problem. I understand that the documentation can be a little confusing, but the trick is to understand exactly your situation. In other words, know what you are installing and on what you are installing it. For example+,
    <blockquote>I am installing FMw 11.1.1.2, specifically the "Portal, Forms, Reports and Discoverer" distribution"
    I am installing on Windows 7 Professional - 64bit
    My installation will be all on one machine
    My installation will not use SSO/OID or OAM
    My machine meets or exceeds the System Requirements noted in the documentation
    My machine complies with the Product Certification Guide for this product version
    I am installing from a local directory or disk and not a remote or shared directory
    My OS user is a member of the Windows Admin Group (for Windows). I have root access (for Unix)
    I have completed the pre-installation steps (e.g. configured network settings, etc)
    .... and so on....</blockquote>
    Understand what you want to accomplish before you start and know your environment.

  • Unable to connect SQL Developer 4.0.2 to Oracle REST Data Services 2.0.7 (Apex Listener)

    Background
    1. Weblogic 10.3.6.0 running on Oracle Linux 6.5 with Oracle JRockit(R) (build R28.2.3-13-149708-1.6.0_31-20120327-1523-linux-x86_64, compiled mode)
    2. Oracle Apex 4.2.1
    3. Apex Listener 1.1.3
    4. Apex and Apex Listener running on the Weblogic box above
    5. SQL Developer 4.0.2 running on Windows 7 64 bit / Java 1.7.0_55
    Updated Apex to 4.2.5 via p17966818_425_Generic.zip patchset. Apex environment running fine as do all applications via Listener 1.1.3
    Updated Oracle Listener to the latest version of Oracle REST Data Services 2.0.7
    Current Status
    Apex Applications and RESTful services are running fine.
    Problem
    Unable to connect SQL Developer 4.0.2 to Oracle REST Data Services 2.0.7
    Error message in SQL Developer - Cannot connect to DEV. HTTP/1.1 403 Target service not allowed
    Additional Information
    Steps followed -
    1. The oracle users APEX_LISTENER and APEX_REST_PUBLIC_USER did not exist, so I ran apex_rest_config.sql from the APEX 2.4.1 patchset whilst connected sys as sysdba and provided the same password as APEX_PUBLIC_USER for both users.
    2. I also ran
    grant insert, delete on APEX_040200.wwv_flow_rt$privilege_groups to APEX_LISTENER;
    alter session set current_schema = APEX_LISTENER;
    create or replace synonym wwv_flow_rt$privilege_groups for APEX_040200.wwv_flow_rt$privilege_groups;
    as per Oracle SQL Developer User's Guide Release 4.0
    3. copied ords.war to apex.war
    4. java -jar apex.war configdir /u01/app/oracle/admin/apex/devdomain1/
    5. java -jar apex.war
    Jun 5, 2014 5:15:31 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /u01/app/oracle/admin/apex/devdomain1/apex
    Enter the name of the database server [localhost]:dbservername
    Enter the database listen port [1521]:
    Enter 1 to specify the database service name, or 2 to specify the database SID [1]:1
    Enter the database service name:dbservicename
    Enter the database user name [APEX_PUBLIC_USER]:
    Enter the database password for APEX_PUBLIC_USER:
    Confirm password:
    Enter 1 to enter passwords for the RESTful Services database users (APEX_LISTENER,APEX_REST_PUBLIC_USER), 2 to use the same password as used for APEX_PUBLIC_USER or, 3 to skip this step [1]:2
    Jun 5, 2014 5:16:52 PM oracle.dbtools.common.config.file.ConfigurationFiles update
    INFO: Updated configurations: defaults, apex, apex_al, apex_rt
    Enter 1 if you wish to start in standalone mode or 2 to exit [1]:2
    6. java -jar apex.war user adminlistener "Listener Administrator"
    Jun 5, 2014 5:18:52 PM oracle.dbtools.common.config.file.ConfigurationFolder logConfigFolder
    INFO: Using configuration folder: /u01/app/oracle/admin/apex/devdomain1/apex
    Enter a password for user adminlistener:
    Confirm password for user adminlistener:
    Jun 6, 2014 5:19:12 PM AM oracle.dbtools.standalone.ModifyUser execute
    INFO: Created user: adminlistener in file: /u01/app/oracle/admin/apex/devdomain1/apex/credentials
    7. Updated the defaults.xml file
    Added
    <entry key="apex.security.user.roles">RESTful Services</entry>
    <entry key="apex.security.developer.roles">OAuth2 Client Developer, SQL Developer</entry>
    as per Oracle SQL Developer User's Guide Release 4.0
    Changed
    <entry key="debug.printDebugToScreen">false</entry>
    to
    <entry key="debug.printDebugToScreen">true</entry>
    for RESTful debugging
    Added
    <entry key="security.verifySSL">false</entry>
    to use OAuth2 in Non HTTPS Environment as per Oracle® REST Data Services Installation and Configuration Guide, Release 2.0
    8. Deleted the Admin and Manager Roles within the apex application deployment which were part of the Apex Listener 1.1.3 install
    9. Deployed the apex.war in weblogic
    10. Stopped and started the weblogic server to which apex.war was deployed
    11. In SQL Developer, View, RESTful Services. In the RESTful services windows hit connect, Create a new connection,
    Connection Name DEV
    Username adminlistener
    selected http protocol
    Hostname weblogicservername
    Port 7250
    Server Path /apex
    Workspace (blank)
    On the Authentication dialog
    Username adminlistener
    Password passwordsuppliedabove in step 6
    Response is a dialog box titled Authentication Failed
    message - Cannot connect to DEV. HTTP/1.1 403 Target service not allowed
    NOTHING UNUSUAL IN ANY OF THE WEBLOGIC LOG FILES, EXCEPT THAT IT STATES
    'Oracle REST Data Services version : 2.0.6.27.18.06' when I've installed 2.0.7.
    Any help much appreciated

    Further to the above post, I thought I'd simplify my Apex Listener install just to see if I can connect to it via SQL Developer
    So downloaded the latest version 2.0.8 and decided to configure and run the Listener on my pc whilst still connecting to the same database.
    Operating system : Window 7 Pro 64 bit
    Oracle Apex Listener 2.0.8
    Java(TM) SE Runtime Environment (build 1.7.0_25-b17)
    Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
    Went through the configuration as above, once started I tried again to access the listener via SQL Developer. This time I received this output from the listener:
    INFO: Error: ORA-02291: integrity constraint (APEX_040200.WWV_FLOW_RT$APPROVALS_SGID_FK) violated - parent key not found, occurred during execution of: [CALL, insert into wwv_flow_rt$approvals (user_name,status,client_id,security_group_id,created_by,created_on,updated_by,updated_on) values(/*in:user_id*/?,/*in:status*/?,/*in:client_id*/?,/*in:tenant_id*/?,upper(/*in:user_id*/?),/*in:created*/?,upper(/*in:user_id*/?),/*in:created*/?), [tenant_id, in, class java.math.BigInteger], [client_id, in, class java.math.BigInteger], [user_id, in, class java.lang.String], [status, in, class oracle.dbtools.rt.oauth.ApprovalRequest$Status], [created, in, class java.sql.Timestamp]]with values: [adminlistener, APPROVED, 3858401374580004, -1, adminlistener, 2014-06-23 12:19:18.785, adminlistener, 2014-06-23 12:19:18.785]
    SQL Developer responded with an Authentication Failed titled dialog with the following displayed in the body of the dialog
    Cannot connect to DEV.
    <!DOCTYPE html>
    <!--[if lt IE 7 ]> <html class="ie6"> <![endif]-->
    <!--[if IE 7 ]> <html class="ie7 no-css3"> <![endif]-->
    <!--[if IE 8 ]> <html class="ie8 no-css3"> <![endif]-->
    <!--[if IE 9 ]> <html class="ie9"> <![endif]-->
    <!--[if (gt IE 9)|!(IE)]><!-->
    <html>
    <!--<![endif]-->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <style type="text/css" media="screen">html,body,div,span,h3,p,ol,ul,li,header,hgroup{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}header,hgroup{display:block}body{font:normal 12px/16px Arial,sans-serif;margin:0 auto;background:#6a9cda}header#xHeader{border-bottom:1px solid #8fa4c0;position:relative;z-index:10;background:none #000}header#xHeader hgroup{width:974px;margin:0 auto;position:relative;height:36px;background:none #000}header#xHeader a#uLogo{margin:8px 0;display:inline-block;font:bold 14px/20px Arial,sans-serif;color:#AAA;text-decoration:none}header#xHeader a#uLogo span.logo{color:#F00}.no-css3 div#xContentContainer div.xContent{padding-top:14px}.no-css3 div#xContentContainer div.xContent div.xMainLeft h2{margin-top:0}div#xWhiteContentContainer{margin-bottom:30px}div#xWhiteContentContainer.xContentWide{background:#FFF;margin-bottom:0}div#xWhiteContentContainer.xContentWide div.xWhiteContent{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}div#xWhiteContentContainer div.xWhiteContent{width:974px;margin:0 auto;padding:0 0 20px 0;background:#FFF;min-height:500px;-moz-border-radius:0 4px 4px 4px;-webkit-border-radius:0 4px 4px 4px;border-radius:0 4px 4px 4px;-moz-box-shadow:0 1px 2px rgba(0,0,0,0.15);-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);box-shadow:0 1px 2px rgba(0,0,0,0.15)}div#xContentHeaderContainer{background:#6a9cda;-moz-box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset;-webkit-box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset;box-shadow:0 -1px 0 rgba(0,0,0,0.15) inset}div#xContentHeaderContainer div.xContentHeader{width:974px;margin:0 auto;padding:30px 0 32px 0;position:relative;min-height:60px}div#xContentHeaderContainer div.xContentHeader h3{font:bold 24px/24px Arial,sans-serif;color:#fff;text-shadow:0 2px 1px rgba(0,0,0,0.25);margin:0 0 20px 0}div#xFooterContainer{min-height:200px;border-top:1px solid rgba(0,0,0,0.15);background:#6a9cda}body.errorPage div#xContentHeaderContainer div.xContentHeader{min-height:30px}body.errorPage div#xContentHeaderContainer div.xContentHeader h3{font:bold 30px/30px Arial,sans-serif;color:#FFF;text-shadow:0 1px 2px rgba(0,0,0,0.25);margin:0}div.errorPage p{font:normal 14px/20px Arial,sans-seri;color:#666;padding:0 0 10px 0}div.errorPage ul{list-style:disc outside;padding:0 10px 0;margin:0 0 20px 0}div.errorPage ul li{font:normal 12px/16px Arial,sans-serif;color:#666;margin:0 0 8px 10px}pre{font-family:Consolas,"Lucida Console","Courier New",Courier,monospace}
    </style>
    <script type="text/javascript" charset="utf-8">
      'header hgroup'.replace(/\w+/g,
      function(n) {
      document.createElement(n)
    </script>
    <title>Internal Server Error</title>
    </head>
    <body class="errorPage">
      <header id="xHeader">
      <hgroup>
      <a id="uLogo" href="./"><span class="logo">ORACLE</span>
      REST DATA SERVICES</a>
      </hgroup>
      </header>
      <div id="xContentHeaderContainer">
      <div class="xContentHeader">
      <h3>
      <span class="statusCode">500</span> - <span
      class="statusMessage">Internal Server Error</span>
      </h3>
      </div>
      </div>
      <div id="xWhiteContentContainer" class="xContentWide">
      <div class="xWhiteContent">
      <div class="errorPage">
      <p>
      <ul class="reasons">
      </ul>
      </p>
      <p>
      <pre>Request Path passes syntax validation
    Mapping request to database pool: PoolMap [_failed=false, _lastUpdate=-1, _pattern=null, _poolName=apex, _regex=null, _type=REGEX, _workspaceIdentifier=null, _serviceName=null]
    Applied database connection info
    Attempting to process with PL&#x2F;SQL Gateway
    Not processed as PL&#x2F;SQL Gateway request
    Attempting to process as a RESTful Service
    Choosing: oracle.dbtools.rt.oauth.TokenHandler as current candidate with score: Score [handle=null, score=0, scope=SecurityConfig [constraint=secure, realm=OAUTH_CLIENT, logonConfig=NONE], originsAllowed=[], corsEnabled=true]
    Determining if request can be dispatched as a Tenanted RESTful Service
    Request path has one path segment, continuing processing
    No Tenant Principal established yet, continuing processing
    APEX_LISTENER pool exists, continuing processing
    No matching tenant found for: oauth2, cannot dispatch
    Chose oracle.dbtools.rt.oauth.TokenHandler as the final candidate with score: Score [handle=null, score=0, scope=SecurityConfig [constraint=secure, realm=OAUTH_CLIENT, logonConfig=NONE], originsAllowed=[], corsEnabled=true] for: POST oauth2&#x2F;token
    oauth2&#x2F;token authorized as: p6xycV-2QceFnFHkWyJlnA..
    </pre>
      </p>
      <p>
      <pre>WebException [statusCode=500]
      at oracle.dbtools.rt.web.WebException.webException(WebException.java:343)
      at oracle.dbtools.rt.web.WebException.internalError(WebException.java:262)
      at oracle.dbtools.rt.oauth.jdbc.JDBCOAuthDataAccess.createApproval(JDBCOAuthDataAccess.java:514)
      at oracle.dbtools.rt.oauth.jdbc.JDBCOAuthDataAccess.createApprovedRequest(JDBCOAuthDataAccess.java:181)
      at oracle.dbtools.rt.oauth.OAuthAuthorization.resourceOwnerCredentials(OAuthAuthorization.java:654)
      at oracle.dbtools.rt.oauth.OAuthAuthorization.tokenRequest(OAuthAuthorization.java:273)
      at oracle.dbtools.rt.oauth.TokenHandler.post(TokenHandler.java:44)
      at oracle.dbtools.rt.web.RequestHandler.response(RequestHandler.java:268)
      at oracle.dbtools.rt.web.RequestHandler.dispatch(RequestHandler.java:361)
      at oracle.dbtools.rt.web.RequestHandler.dispatch(RequestHandler.java:85)
      at oracle.dbtools.rt.web.RequestDispatchers.dispatch(RequestDispatchers.java:93)
      at oracle.dbtools.rt.web.ETags.checkPrecondition(ETags.java:93)
      at oracle.dbtools.rt.web.HttpEndpointBase.restfulServices(HttpEndpointBase.java:426)
      at oracle.dbtools.rt.web.HttpEndpointBase.service(HttpEndpointBase.java:164)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
      at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.doFilter(ServletAdapter.java:1059)
      at com.sun.grizzly.http.servlet.ServletAdapter$FilterChainImpl.invokeFilterChain(ServletAdapter.java:999)
      at com.sun.grizzly.http.servlet.ServletAdapter.doService(ServletAdapter.java:434)
      at oracle.dbtools.standalone.SecureServletAdapter.doService(SecureServletAdapter.java:91)
      at com.sun.grizzly.http.servlet.ServletAdapter.service(ServletAdapter.java:379)
      at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
      at com.sun.grizzly.tcp.http11.GrizzlyAdapterChain.service(GrizzlyAdapterChain.java:196)
      at com.sun.grizzly.tcp.http11.GrizzlyAdapter.service(GrizzlyAdapter.java:179)
      at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:849)
      at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:746)
      at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1045)
      at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:228)
      at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137)
      at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104)
      at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90)
      at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79)
      at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54)
      at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59)
      at com.sun.grizzly.ContextTask.run(ContextTask.java:71)
      at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532)
      at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513)
      at java.lang.Thread.run(Unknown Source)
    Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-02291: integrity constraint (APEX_040200.WWV_FLOW_RT$APPROVALS_SGID_FK) violated - parent key not found
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
      at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
      at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
      at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:505)
      at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:223)
      at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
      at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:208)
      at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1046)
      at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1336)
      at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3612)
      at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3713)
      at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1378)
      at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
      at java.lang.reflect.Method.invoke(Unknown Source)
      at oracle.ucp.jdbc.proxy.StatementProxyFactory.invoke(StatementProxyFactory.java:230)
      at oracle.ucp.jdbc.proxy.PreparedStatementProxyFactory.invoke(PreparedStatementProxyFactory.java:124)
      at com.sun.proxy.$Proxy44.execute(Unknown Source)
      at oracle.dbtools.common.jdbc.JDBCInsert.execute(JDBCInsert.java:58)
      at oracle.dbtools.rt.oauth.jdbc.JDBCOAuthDataAccess.createApproval(JDBCOAuthDataAccess.java:487)
      ... 34 more
    </pre>
      </p>
      </div>
      </div>
      </div>
      <div id="xFooterContainer">
      </div>
    </body>
    </html>
    I am assuming this must be part of the problem I am seeing this the Weblogic deployment in my original post.
    Does anyone have any suggestions on how best to tackle this?
    Regards,
    Derek

Maybe you are looking for