Application Server Crashing

Hi
I have a webservice project which uses 3 Schemas and it also has three Java projects in it.
We are using WebLogic Application Server 8.1 SP2
When i execute the webservice project the Server crashes and the following is the message seen the Application Server and attached is the message from there.
Had a look on the sun website and it says that it is a third party error and contact vendor.
JDIProxy attached
<Apr 25, 2005 10:02:51 PM GMT+05:30> <Warning> <WLW> <000000> <Unable to load cl
ass ProcessControl>
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Java VM: Java HotSpot(TM) Client VM (1.4.1_05-b01 mixed mode)
# Error ID: 5349474E41545552450E435050005F
# Problematic Thread: prio=5 tid=0x1F85C8F8 nid=0x630 runnable
Stopping the Weblogic Workshop debugger...
Debugger Stopped.
Stopping Pointbase server...
Any help would be appreciated.
Thanks
vinaY
vinaY

Sun Java System Web Server does not have a configuration file named httpd.cnf, nor does it have KeepAlive, MaxKeepAliveRequests, etc. configuration parameters. Are you sure you're using Sun Java System Web Server?

Similar Messages

  • Oracle Application Server crashes due to Socket Write Error

    I am using Oracle Application Server 9.0.3. Simple JSP application is running on it. We are using the application server connection pooling functionality. Following errors are occuring on it frequently and it causes the application server crash.
    First application response gets slow and eventually application server gets lock and it wont respond and we have to restart the application server. Our application is in production mode and we need to solve this issue immediately.
    ----------------Error1---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:542)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)
    ------------Error2---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:557)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)

    I am using Oracle Application Server 9.0.3. Simple JSP application is running on it. We are using the application server connection pooling functionality. Following errors are occuring on it frequently and it causes the application server crash.
    First application response gets slow and eventually application server gets lock and it wont respond and we have to restart the application server. Our application is in production mode and we need to solve this issue immediately.
    ----------------Error1---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:542)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)
    ------------Error2---------------------
    com.evermind.server.http.HttpIOException: Connection aborted by peer: socket write error
         at com.evermind.server.http.EvermindServletOutputStream.write(EvermindServletOutputStream.java:249)
         at com.evermind.server.http.EvermindJSPWriter.writeOut(EvermindJSPWriter.java:424)
         at com.evermind.server.http.EvermindJSPWriter.jspflush(EvermindJSPWriter.java:341)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:490)
         at com.evermind.server.http.EvermindJSPWriter.write(EvermindJSPWriter.java:415)
         at schedule.schedulehome._jspService(_schedulehome.java:557)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:560)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:148)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:72)
         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:479)

  • Production application server crash

    Hi,
    Today the application server crashed and unfortunately there was no backup also. A month before Production was cloned to development. As far as the patches are concerned, both are at same level.
    The database server is fine and running. Can I copy the application from the development and make the production up and running? To do this I feel that the following should be done -
    a) Run adpreclone on the development application server
    b) copy the files from development to Production
    c) Run adcfgclone on the Production server
    DB: 10.2.0.4
    Apps: 11.5.10.2
    Thanks.
    Jek

    The database server is fine and running. Can I copy the application from the development and make the production up and running? To do this I feel that the following should be done -
    a) Run adpreclone on the development application server
    b) copy the files from development to Production
    c) Run adcfgclone on the Production serverYes, you can (provided that no patches have been applied or any modifications have been done on the application tier node since then).
    Please note that you will be losing all the log/out files under $APPLCSF/$APPLLOG and $APPLCSF/$APPLOUT directories. So you may not be able to view the concurrent requests log/output files and the CM/Workflow (and other services) log file since the other instance was cloned.
    Thanks,
    Hussein

  • Oracle 9i Application server crashing on install

    oracle application server (Oracle9iAS) v1.0.2.2 is crashing on install the java application is failing with the following errors has any one else come across this problem and or found a fix for it?
    we are using suse 7.2 and oracle 8i as the dbms.
    below i the error message
    thanks
    Nick
    CSIGILL 4* illegal instruction
    stackbase=0xbffff194, stackpointer=0xbfffef18
    Full thread dump:
    "TaskScheduler timer" (TID:0x43fa01b0, sys_thread_t:0x507f6e0c, state:CW) prio=5
    java.lang.Object.wait(Object.java)
    oracle.ewt.timer.Timer._waitTilScheduled(Unknown Source)
    oracle.ewt.timer.Timer.run(Unknown Source)
    java.lang.Thread.run(Thread.java)
    "Thread-5" (TID:0x44035f70, sys_thread_t:0x50940e0c, state:CW) prio=10
    oracle.sysman.oii.oiit.OiitLockHeartbeat$HeartBeatThread.run(OiitLockHeartbeat.java:108)
    "CursorIdler" (TID:0x4402ed10, sys_thread_t:0x50982e0c, state:CW) prio=5
    java.lang.Object.wait(Object.java)
    oracle.ewt.timer.Timer._waitTilScheduled(Unknown Source)
    oracle.ewt.timer.Timer.run(Unknown Source)
    java.lang.Thread.run(Thread.java)
    "AWT-Finalizer" (TID:0x44024770, sys_thread_t:0x50888e0c, state:CW) prio=9
    java.lang.Object.wait(Object.java)
    sun.awt.AWTFinalizer.run(AWTFinalizer.java:40)
    "Screen Updater" (TID:0x440243c8, sys_thread_t:0x50867e0c, state:R) prio=4
    sun.awt.ScreenUpdater.nextEntry(ScreenUpdater.java:73)
    sun.awt.ScreenUpdater.run(ScreenUpdater.java:90)
    "AWT-Motif" (TID:0x440119d8, sys_thread_t:0x507d5e0c, state:CW) prio=5
    java.lang.Thread.run(Thread.java)
    "AWT-Input" (TID:0x440119f8, sys_thread_t:0x507b4e0c, state:R) prio=5
    "AWT-EventQueue-0" (TID:0x44011a10, sys_thread_t:0x50793e0c, state:CW) prio=5
    java.lang.Object.wait(Object.java)
    java.awt.EventQueue.getNextEvent(EventQueue.java:126)
    java.awt.EventDispatchThread.run(EventDispatchThread.java:70)
    "Finalizer thread" (TID:0x4400b210, sys_thread_t:0x5042de0c, state:R) prio=1 "Async Garbage Collector" (TID:0x4400b258, sys_thread_t:0x5040ce0c, state:R) prio=1
    "Idle thread" (TID:0x4400b2a0, sys_thread_t:0x503ebe0c, state:R) prio=0
    "Clock" (TID:0x4400b088, sys_thread_t:0x503cae0c, state:CW) prio=12
    "main" (TID:0x4400b0b0, sys_thread_t:0x80bf980, state:R) prio=5 current thread
    ssgetenvux.performQuery(ssgetenvux.java:36)
    oracle.sysman.oii.oiis.OiisCompContext.doQuery(OiisCompContext.java:1301)
    CompVariables.display_getCalculatedValue(CompVariables.java:386)
    CompVariables.getCalculatedValue(CompVariables.java:235)
    CompContext.getCalculatedValue(CompContext.java:117)
    oracle.sysman.oii.oiis.OiisVariable.getCalculatedValue(OiisVariable.java:515)
    oracle.sysman.oii.oiis.OiisVariable.setVariable(OiisVariable.java:984)
    oracle.sysman.oii.oiis.OiisCompContext.doOperation(OiisCompContext.java:578)
    oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    oracle.sysman.oii.oiic.OiicCompsWizEngine.doOperation(OiicCompsWizEngine.java:117)
    oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    oracle.sysman.oii.oiic.OiicInstallSession$OiicSelCompsInstall.doOperation(OiicInstallSession.java:689)
    oracle.sysman.oii.oiif.oiifb.OiifbCondIterator.iterate(OiifbCondIterator.java:140)
    oracle.sysman.oii.oiic.OiicPullSession.doOperation(OiicPullSession.java:511)
    oracle.sysman.oii.oiic.OiicSessionWrapper.doOperation(OiicSessionWrapper.java:111)
    oracle.sysman.oii.oiif.oiifb.OiifbLinearIterator.iterate(OiifbLinearIterator.java:116)
    oracle.sysman.oii.oiic.OiicInstaller.run(OiicInstaller.java:307)
    oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:468)
    Monitor Cache Dump:
    sun.awt.motif.MToolkit@1140923032/1141276672: <unowned>
    Waiting to be notified:
    "AWT-Motif" (0x507d5e0c)
    java.awt.EventQueue@1140922976/1141276936: <unowned>
    Waiting to be notified:
    "AWT-EventQueue-0" (0x50793e0c)
    oracle.ewt.timer.Timer@1140455080/1152053976: <unowned>
    Waiting to be notified:
    "TaskScheduler timer" (0x507f6e0c)
    sun.awt.AWTFinalizer@1141000048/1141541480: <unowned>
    Waiti ng to be notified:
    "AWT-Finalizer"

    This is the forum for Forms questions. There is a seperate forum for iAS questions.
    But I know the answer to this one. All of the doco is free and can be found on OTN, in the iAS product area.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • Application server crashes when using JCO

    Hi,
    I am currently dealing with JCO Version 2.1.8.
    For testing purposes, I want to receive data from a Remote Function Module existing in our SAP development system.
    Therefore I created a simple Java servlet:
    public class POA_EDS_Servlet extends HttpServlet {
       private static final long serialVersionUID = 1L;
    protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
       response.setContentType("text/html");
       PrintWriter out = response.getWriter();
       out.println("<html>");
         protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
         response.setContentType("text/html");
         PrintWriter out = response.getWriter();
         String uri = request.getParameter("uri");
         JCO.Client connection;
         connection = JCO.createClient("200",
                   "DAHMSMA",
                   "EN",
                   "vmw3063.wdf.sap.corp",
                                  "00");
         try {
            connection.connect();
         catch (Exception ex) {
              ex.printStackTrace();
              System.exit(1);
    After deploying and when running this servlet, the application server is crashing. That means I have to restart the server via Remote Desktop Connection.
    Can anybode provide some help?
    Regards
    Marco
    Edited by: Marco Dahms on Sep 8, 2009 3:30 PM
    Edited by: Marco Dahms on Sep 8, 2009 3:33 PM

    Hello there,
    Can you please paste your defaultrace.log here. This log file will show the exception occured before the crash.
    For better debugging always using a logging mechanism and log the messages to a particular file.
    Regards,
    Vivek

  • Bug ID Detail 6245922 "Application Server crashes consistently."

    Anyone will have the detail of bug ID 6245922?
    It is one of the bug fixs in "Sun Java System Application Server Enterprise Edition 8.1 2005Q2 Update 2 Release Notes"

    I'm getting the same problem, except if I try to run as administrator then iTunes wants to erase all of my music on the iPod and set it to blank. I normally do not use the administrative account for anything other than administrative tasks.

  • Crash and hang application server

    hi every body
    im using sun java system application server platform edition update 9 on windows 2003 service pak 2 with 4 processor and 6 gb phisycal ram
    my running application alot of time hanging and some time crash
    when application hangs then i stop server and start again getting
    java.lang.stackoverflow error
    so i have to deploy application again to run it.
    when application crash i get this error
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da17b6e, pid=2636, tid=2768
    # Java VM: Java HotSpot(TM) Server VM (1.5.0-b64 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1d7b6e]
    --------------- T H R E A D ---------------
    Current thread (0x00aca7a8): VMThread [id=2768]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000058
    Registers:
    EAX=0x4c552aa8, EBX=0x0391e298, ECX=0x0041004d, EDX=0x00000000
    ESP=0x544cfb0c, EBP=0x2d23f410, ESI=0x00000000, EDI=0x00000000
    EIP=0x6da17b6e, EFLAGS=0x00010206
    Top of Stack: (sp=0x544cfb0c)
    0x544cfb0c: 4c552aa8 6da5b175 00a3ef18 00000000
    0x544cfb1c: 6da37466 00000000 00000001 00000001
    0x544cfb2c: 6d910ed2 00000000 00000000 00aca880
    0x544cfb3c: 00006c78 00000000 00006c78 00000001
    0x544cfb4c: 000360f8 6da5a975 544cfb9c 00000000
    0x544cfb5c: 00000005 00a3ed18 6498ee84 00a4be20
    0x544cfb6c: 00a3ed18 00a3ef68 00a51da0 00a4be20
    0x544cfb7c: 06ad0000 00aca030 00a51da0 0000000c
    Instructions: (pc=0x6da17b6e)
    0x6da17b5e: 08 8b 40 08 8b 04 88 50 8b 48 04 83 c1 08 8b 11
    0x6da17b6e: ff 52 58 a1 c0 9b b5 6d 83 38 00 75 df c3 90 90
    Stack: [0x540d0000,0x544d0000), sp=0x544cfb0c, free space=4094k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x1d7b6e]
    VM_Operation (0x6498ee68): parallel gc failed allocation, mode: safepoint, requested by thread 0x56e614e8
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x568bd888 JavaThread "httpWorkerThread-8080-4" daemon [_thread_blocked, id=2300]
    0x5686fd58 JavaThread "httpWorkerThread-8080-3" daemon [_thread_blocked, id=2484]
    0x56ab1a60 JavaThread "Timer-5" daemon [_thread_blocked, id=1868]
    0x5b185030 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[umra_systems]]" daemon [_thread_blocked, id=3748]
    0x56afb9c0 JavaThread "Timer-4" daemon [_thread_blocked, id=1800]
    0x56a6faa0 JavaThread "httpWorkerThread-8080-2" daemon [_thread_blocked, id=1364]
    0x0003dbd8 JavaThread "DestroyJavaVM" [_thread_blocked, id=2704]
    0x56fdfe28 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[__JWSappclients]]" daemon [_thread_blocked, id=892]
    0x5b30cb78 JavaThread "GrizzlyPipelineStatWorkerThread-4848-2" daemon [_thread_blocked, id=1128]
    0x5b30c970 JavaThread "GrizzlyPipelineStatWorkerThread-4848-1" daemon [_thread_blocked, id=812]
    0x5c839e28 JavaThread "GrizzlyPipelineStatWorkerThread-4848-0" daemon [_thread_blocked, id=1120]
    0x5b34cf58 JavaThread "httpWorkerThread-4848-1" daemon [_thread_blocked, id=1116]
    0x56887290 JavaThread "httpWorkerThread-4848-0" daemon [_thread_blocked, id=1076]
    0x5b4c2bd8 JavaThread "SelectorThread-4848" [_thread_blocked, id=1072]
    0x5ae662f8 JavaThread "GrizzlyPipelineStatWorkerThread-8181-2" daemon [_thread_blocked, id=1004]
    0x5bbc8008 JavaThread "GrizzlyPipelineStatWorkerThread-8181-1" daemon [_thread_blocked, id=992]
    0x56dcd870 JavaThread "GrizzlyPipelineStatWorkerThread-8181-0" daemon [_thread_blocked, id=984]
    0x5b1b20f0 JavaThread "httpWorkerThread-8181-1" daemon [_thread_blocked, id=976]
    0x5687f720 JavaThread "httpWorkerThread-8181-0" daemon [_thread_blocked, id=972]
    0x5b2eee80 JavaThread "SelectorThread-8181" [_thread_in_native, id=968]
    0x5b970e88 JavaThread "GrizzlyPipelineStatWorkerThread-8080-2" daemon [_thread_blocked, id=948]
    0x56dcdbe8 JavaThread "GrizzlyPipelineStatWorkerThread-8080-1" daemon [_thread_blocked, id=940]
    0x5686fa78 JavaThread "GrizzlyPipelineStatWorkerThread-8080-0" daemon [_thread_blocked, id=936]
    0x56e614e8 JavaThread "httpWorkerThread-8080-1" daemon [_thread_blocked, id=1716]
    0x56fa47c8 JavaThread "httpWorkerThread-8080-0" daemon [_thread_blocked, id=612]
    0x5b8cee50 JavaThread "SelectorThread-8080" [_thread_in_native, id=608]
    0x5bc2caa8 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv]]" daemon [_thread_blocked, id=3964]
    0x5c4e90d8 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=3960]
    0x5c549bd0 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[]]" daemon [_thread_blocked, id=3956]
    0x56fef488 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=3916]
    0x5aed2d48 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[]]" daemon [_thread_blocked, id=3912]
    0x5af2b188 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[web1]]" daemon [_thread_blocked, id=3908]
    0x56dcd578 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[asadmin]]" daemon [_thread_blocked, id=3904]
    0x5ade2a20 JavaThread "Timer-3" [_thread_blocked, id=3832]
    0x5b2aee38 JavaThread "RMI RenewClean-[192.168.2.9:1140]" daemon [_thread_blocked, id=3756]
    0x56f7a250 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3696]
    0x56fa9750 JavaThread "RMI TCP Accept-8686" daemon [_thread_in_native, id=3684]
    0x5b2ad150 JavaThread "Thread-15" [_thread_blocked, id=3592]
    0x5ae112a0 JavaThread "Thread-14" [_thread_blocked, id=3588]
    0x56b13c28 JavaThread "Thread-13" [_thread_blocked, id=3584]
    0x5b9cde88 JavaThread "RMI RenewClean-[192.168.2.9:1088,com.sun.enterprise.admin.server.core.channel.LocalRMIClientSocketFactory@77a748]" daemon [_thread_blocked, id=3516]
    0x5ae56328 JavaThread "Timer-2" daemon [_thread_blocked, id=3508]
    0x56b10db8 JavaThread "Timer-1" [_thread_blocked, id=3500]
    0x56add808 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=3228]
    0x56967788 JavaThread "Thread-10" [_thread_in_native, id=2284]
    0x5678ca60 JavaThread "Thread-8" [_thread_in_native, id=2816]
    0x56637b08 JavaThread "Thread-7" [_thread_in_native, id=3136]
    0x5686ed50 JavaThread "Thread-6" [_thread_in_native, id=3124]
    0x56601280 JavaThread "RMI Reaper" [_thread_blocked, id=3072]
    0x56967a70 JavaThread "Timer-0" daemon [_thread_blocked, id=3068]
    0x540a1d90 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=3064]
    0x540cf9f8 JavaThread "GC Daemon" daemon [_thread_blocked, id=2984]
    0x53f18ed8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=2956]
    0x53f17b40 JavaThread "CompilerThread1" daemon [_thread_blocked, id=2952]
    0x53f16cd8 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2948]
    0x00acfe30 JavaThread "AdapterThread" daemon [_thread_blocked, id=2944]
    0x00acf200 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2940]
    0x53f09db0 JavaThread "Finalizer" daemon [_thread_blocked, id=2932]
    0x00acb9b8 JavaThread "Reference Handler" daemon [_thread_blocked, id=2928]
    Other Threads:
    =>0x00aca7a8 VMThread [id=2768]
    0x53f1a288 WatcherThread [id=2960]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0003a460/0x0000071c] Threads_lock - owner thread: 0x00aca7a8
    [0x0003a5e0/0x000006e0] Heap_lock - owner thread: 0x56e614e8
    Heap
    PSYoungGen total 414912K, used 10240K [0x358d0000, 0x51ad0000, 0x51ad0000)
    eden space 368448K, 0% used [0x358d0000,0x358d0000,0x4c0a0000)
    from space 46464K, 22% used [0x4ed70000,0x4f770000,0x51ad0000)
    to space 45888K, 0% used [0x4c0a0000,0x4c0a0000,0x4ed70000)
    PSOldGen total 768000K, used 739581K [0x06ad0000, 0x358d0000, 0x358d0000)
    object space 768000K, 96% used [0x06ad0000,0x33d0f410,0x358d0000)
    PSPermGen total 65536K, used 58488K [0x02ad0000, 0x06ad0000, 0x06ad0000)
    object space 65536K, 89% used [0x02ad0000,0x063ee298,0x06ad0000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      C:\Program Files\Java\jdk1.5.0\bin\java.exe
    0x77f40000 - 0x77ffa000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f34000      C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e30000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cf4000      C:\WINDOWS\system32\RPCRT4.dll
    0x77ba0000 - 0x77bf4000      C:\WINDOWS\system32\MSVCRT.dll
    0x71c20000 - 0x71c31000      C:\WINDOWS\system32\tsappcmp.dll
    0x6d840000 - 0x6dba7000      C:\Program Files\Java\jdk1.5.0\jre\bin\server\jvm.dll
    0x77d00000 - 0x77d8f000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c44000      C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acc000      C:\WINDOWS\system32\WINMM.dll
    0x62d80000 - 0x62d89000      C:\WINDOWS\system32\LPK.DLL
    0x73010000 - 0x7306e000      C:\WINDOWS\system32\USP10.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x76260000 - 0x76270000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c93000      C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d280000 - 0x6d288000      C:\Program Files\Java\jdk1.5.0\jre\bin\hpi.dll
    0x6d610000 - 0x6d61c000      C:\Program Files\Java\jdk1.5.0\jre\bin\verify.dll
    0x6d300000 - 0x6d31d000      C:\Program Files\Java\jdk1.5.0\jre\bin\java.dll
    0x6d630000 - 0x6d63f000      C:\Program Files\Java\jdk1.5.0\jre\bin\zip.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jdk1.5.0\jre\bin\net.dll
    0x71c00000 - 0x71c18000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b63000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef7000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3f000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x570d0000 - 0x570fd000      C:\WINDOWS\system32\rsaenh.dll
    0x75970000 - 0x75a2a000      C:\WINDOWS\system32\USERENV.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jdk1.5.0\jre\bin\nio.dll
    0x6d5f0000 - 0x6d5f6000      C:\Program Files\Java\jdk1.5.0\jre\bin\rmi.dll
    0x6d4b0000 - 0x6d4b8000      C:\Program Files\Java\jdk1.5.0\jre\bin\management.dll
    VM Arguments:
    jvm_args: -Xms1200m -Xmx1200m -XX:NewRatio=12 -Xss4000k -Xoss1024k -XX:+AggressiveHeap -XX:+UseParallelGC -Dcom.sun.aas.defaultLogFile=C:/Sun/AppServer/domains/domain1/logs/server.log -Djava.endorsed.dirs=C:/Sun/AppServer/lib/endorsed -Djava.security.auth.login.config=C:/Sun/AppServer/domains/domain1/config/login.conf -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Djavax.net.ssl.keyStore=C:/Sun/AppServer/domains/domain1/config/keystore.jks -Djavax.net.ssl.trustStore=C:/Sun/AppServer/domains/domain1/config/cacerts.jks -Djava.ext.dirs=C:/Program Files/Java/jdk1.5.0/jre/lib/ext;C:/Sun/AppServer/domains/domain1/lib/ext;C:/Sun/AppServer/javadb/lib -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar -Dcom.sun.enterprise.taglisteners=jsf-impl.jar -Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar -Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,C:/Sun/AppServer/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,C:/Sun/AppServer/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar -Dcom.sun.aas.configName=server-config -Ddomain.name=domain1 -Djmx.invoke.getters=true -Dcom.sun.aas.promptForIdentity=true -Dcom.sun.aas.classloader.optionalOverrideableChain.ee= -Dcom.sun.aas.instanceRoot=C:/Sun/AppServer/domains/domain1 -Dcom.sun.aas.domainName=domain1 -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Program Files/Java/jdk1.5.0/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,C:/Sun/AppServer/i
    java_command: com.sun.enterprise.server.PELaunch start
    Environment Variables:
    JAVA_HOME=C:\Program Files\Java\jdk1.5.0
    PATH=C:\Sun\AppServer\lib;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin;C:\Sun\AppServer\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Sun\AppServer\bin
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790
    CPU:total 8 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0-b64) for windows-x86, built on Sep 15 2004 02:42:57 by "java_re" with MS VC++ 6.0

    latest crash
    # An unexpected error has been detected by Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6db038c3, pid=3288, tid=2884
    # Java VM: Java HotSpot(TM) Server VM (1.6.0-b105 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x438c3]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x5f849800): JavaThread "httpWorkerThread-8080-1" daemon [_thread_in_vm, id=2884]
    siginfo: ExceptionCode=0xc0000005, reading address 0x006f0069
    Registers:
    EAX=0x60fd8010, EBX=0x00000005, ECX=0x006f0069, EDX=0x00000000
    ESP=0x63abe738, EBP=0x56886c00, ESI=0x00000000, EDI=0x61ab0c00
    EIP=0x6db038c3, EFLAGS=0x00010202
    Top of Stack: (sp=0x63abe738)
    0x63abe738: 60fd8424 5f849800 63abe7f0 5f849800
    0x63abe748: 00000005 0614361c 00000001 d84be7fb
    0x63abe758: 6db0347a 6db03e43 00000001 00000000
    0x63abe768: 00000000 5f849800 60fd8424 5f849800
    0x63abe778: 63abe83c 00000072 00000019 57740878
    0x63abe788: 5686e8a8 00000019 00000019 00000019
    0x63abe798: 00000000 06cf9dd0 05df0738 00000000
    0x63abe7a8: 63abe7b4 63abe7dc 008f2ca1 00000000
    Instructions: (pc=0x6db038c3)
    0x6db038b3: d2 33 f6 85 c9 7e 67 8d 9b 00 00 00 00 8b 48 0c
    0x6db038c3: 8b 0c b1 39 29 75 09 8b 51 04 c7 02 00 00 00 00
    Stack: [0x63aa0000,0x63ac0000), sp=0x63abe738, free space=121k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x438c3]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j java.beans.PropertyDescriptor.getReadMethod()Ljava/lang/reflect/Method;+0
    j javax.el.BeanELResolver$BeanProperty.getReadMethod()Ljava/lang/reflect/Method;+16
    j javax.el.BeanELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+33
    j javax.el.CompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+43
    j com.sun.faces.el.FacesCompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+24
    j com.sun.el.parser.AstValue.getValue(Lcom/sun/el/lang/EvaluationContext;)Ljava/lang/Object;+73
    j com.sun.el.ValueExpressionImpl.getValue(Ljavax/el/ELContext;)Ljava/lang/Object;+22
    j com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(Ljavax/faces/context/FacesContext;)Ljava/lang/Object;+24
    j com.sun.rave.web.ui.appbase.FacesBean.getValue(Ljava/lang/String;)Ljava/lang/Object;+14
    j tawaf_new.SessionBean1._init()V+4786
    j tawaf_new.SessionBean1.init()V+190
    j com.sun.rave.web.ui.appbase.servlet.LifecycleListener.attributeAdded(Ljavax/servlet/http/HttpSessionBindingEvent;)V+20
    j org.apache.catalina.session.StandardSession.setAttribute(Ljava/lang/String;Ljava/lang/Object;)V+416
    j org.apache.catalina.session.StandardSessionFacade.setAttribute(Ljava/lang/String;Ljava/lang/Object;)V+6
    j com.sun.faces.context.SessionMap.put(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+37
    j com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+376
    j com.sun.faces.el.ManagedBeanELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+126
    j javax.el.CompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+43
    j com.sun.faces.el.FacesCompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+24
    j com.sun.faces.el.ChainAwareVariableResolver.resolveVariable(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+134
    j com.sun.rave.web.ui.appbase.faces.VariableResolverImpl.resolveVariable(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+47
    j com.sun.faces.el.VariableResolverChainWrapper.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+140
    j javax.el.CompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+43
    j com.sun.faces.el.FacesCompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+24
    j com.sun.faces.el.VariableResolverImpl.resolveVariable(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+72
    j com.sun.rave.web.ui.appbase.FacesBean.getBean(Ljava/lang/String;)Ljava/lang/Object;+12
    j tawaf_new.sign.getSessionBean1()Ltawaf_new/SessionBean1;+3
    j tawaf_new.sign.init()V+68
    j com.sun.rave.web.ui.appbase.faces.VariableResolverImpl.resolveVariable(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Ljava/lang/Object;+153
    j com.sun.faces.el.VariableResolverChainWrapper.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+140
    j javax.el.CompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+43
    j com.sun.faces.el.FacesCompositeELResolver.getValue(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;+24
    j com.sun.el.parser.AstIdentifier.getValue(Lcom/sun/el/lang/EvaluationContext;)Ljava/lang/Object;+46
    j com.sun.el.ValueExpressionImpl.getValue(Ljavax/el/ELContext;)Ljava/lang/Object;+22
    j com.sun.faces.application.ValueBindingValueExpressionAdapter.getValue(Ljavax/faces/context/FacesContext;)Ljava/lang/Object;+24
    j com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(Ljavax/faces/context/FacesContext;Ljava/lang/String;)Lcom/sun/rave/web/ui/appbase/AbstractPageBean;+56
    j com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.pageBean(Ljavax/faces/context/FacesContext;)Lcom/sun/rave/web/ui/appbase/AbstractPageBean;+25
    j com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(Ljavax/faces/context/FacesContext;Ljavax/faces/component/UIViewRoot;)V+6
    j com.sun.faces.lifecycle.RenderResponsePhase.execute(Ljavax/faces/context/FacesContext;)V+155
    j com.sun.faces.lifecycle.LifecycleImpl.phase(Ljavax/faces/event/PhaseId;Lcom/sun/faces/lifecycle/Phase;Ljavax/faces/context/FacesContext;)V+279
    j com.sun.faces.lifecycle.LifecycleImpl.render(Ljavax/faces/context/FacesContext;)V+84
    j javax.faces.webapp.FacesServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+107
    j org.apache.catalina.core.ApplicationFilterChain.servletService(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/Servlet;Lorg/apache/catalina/util/InstanceSupport;)V+93
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+267
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j com.sun.rave.web.ui.util.UploadFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+225
    j org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+120
    j org.apache.catalina.core.ApplicationFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+101
    j org.apache.catalina.core.StandardWrapperValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+627
    j org.apache.catalina.core.StandardPipeline.doInvoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+77
    j org.apache.catalina.core.StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+3
    j org.apache.catalina.core.StandardContextValve.invokeInternal(Lorg/apache/catalina/Wrapper;Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+238
    j org.apache.catalina.core.StandardContextValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+252
    j org.apache.catalina.core.StandardPipeline.doInvoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+77
    j com.sun.enterprise.web.WebPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+53
    j org.apache.catalina.core.StandardHostValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+89
    j org.apache.catalina.core.StandardPipeline.doInvoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+77
    j com.sun.enterprise.web.VirtualServerPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+149
    j org.apache.catalina.core.ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+6
    j org.apache.catalina.core.StandardEngineValve.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)I+58
    j org.apache.catalina.core.StandardPipeline.doInvoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+77
    j org.apache.catalina.core.StandardPipeline.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+3
    j org.apache.catalina.core.ContainerBase.invoke(Lorg/apache/catalina/Request;Lorg/apache/catalina/Response;)V+6
    j org.apache.coyote.tomcat5.CoyoteAdapter.service(Lorg/apache/coyote/Request;Lorg/apache/coyote/Response;)V+296
    j com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter()V+19
    j com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(Ljava/io/InputStream;Ljava/io/OutputStream;)Z+15
    j com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(Ljava/io/InputStream;Ljava/io/OutputStream;)Z+25
    j com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask()Z+74
    j com.sun.enterprise.web.connector.grizzly.ReadTask.doTask()V+161
    j com.sun.enterprise.web.connector.grizzly.TaskBase.run()V+1
    j com.sun.enterprise.web.connector.grizzly.WorkerThread.run()V+22
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x609c9400 JavaThread "Timer-5" daemon [_thread_blocked, id=1160]
    0x5f3e7c00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[etawaf11]]" daemon [_thread_blocked, id=3940]
    0x61ab0c00 JavaThread "httpWorkerThread-8080-4" daemon [_thread_blocked, id=4004]
    0x61ab0800 JavaThread "httpWorkerThread-8080-3" daemon [_thread_in_vm, id=820]
    0x6058a800 JavaThread "httpWorkerThread-8080-2" daemon [_thread_blocked, id=2868]
    0x607afc00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[__JWSappclients]]" daemon [_thread_blocked, id=4064]
    0x5f85c800 JavaThread "GrizzlyPipelineStatWorkerThread-4848-2" daemon [_thread_blocked, id=2188]
    0x617f2c00 JavaThread "GrizzlyPipelineStatWorkerThread-4848-1" daemon [_thread_blocked, id=1764]
    0x617d6800 JavaThread "GrizzlyPipelineStatWorkerThread-4848-0" daemon [_thread_blocked, id=3912]
    0x60c71c00 JavaThread "httpWorkerThread-4848-1" daemon [_thread_blocked, id=1140]
    0x5f438000 JavaThread "httpWorkerThread-4848-0" daemon [_thread_blocked, id=2292]
    0x619f7c00 JavaThread "SelectorThread-4848" [_thread_in_native, id=2404]
    0x61a07800 JavaThread "GrizzlyPipelineStatWorkerThread-8181-2" daemon [_thread_blocked, id=2520]
    0x61969800 JavaThread "GrizzlyPipelineStatWorkerThread-8181-1" daemon [_thread_blocked, id=4072]
    0x61a47800 JavaThread "GrizzlyPipelineStatWorkerThread-8181-0" daemon [_thread_blocked, id=3596]
    0x60732800 JavaThread "httpWorkerThread-8181-1" daemon [_thread_blocked, id=1760]
    0x60127800 JavaThread "httpWorkerThread-8181-0" daemon [_thread_blocked, id=1236]
    0x61a5fc00 JavaThread "SelectorThread-8181" [_thread_in_native, id=1124]
    =>0x5f849800 JavaThread "httpWorkerThread-8080-1" daemon [_thread_in_vm, id=2884]
    0x60c1b800 JavaThread "httpWorkerThread-8080-0" daemon [_thread_blocked, id=2216]
    0x60bca400 JavaThread "GrizzlyPipelineStatWorkerThread-8080-2" daemon [_thread_blocked, id=412]
    0x612c8800 JavaThread "GrizzlyPipelineStatWorkerThread-8080-1" daemon [_thread_blocked, id=3664]
    0x60b62400 JavaThread "GrizzlyPipelineStatWorkerThread-8080-0" daemon [_thread_blocked, id=3540]
    0x60af2400 JavaThread "SelectorThread-8080" [_thread_in_native, id=2904]
    0x5ff17800 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv]]" daemon [_thread_blocked, id=3704]
    0x61c69800 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=2896]
    0x61b4cc00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[server].StandardContext[]]" daemon [_thread_blocked, id=1692]
    0x60fba400 JavaThread "SingleSignOnExpiration" daemon [_thread_blocked, id=3188]
    0x60adac00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[asadmin]]" daemon [_thread_blocked, id=2016]
    0x61959c00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[web1]]" daemon [_thread_blocked, id=2316]
    0x6113ac00 JavaThread "ContainerBackgroundProcessor[StandardEngine[com.sun.appserv].StandardHost[__asadmin].StandardContext[]]" daemon [_thread_blocked, id=3360]
    0x6188d400 JavaThread "BPELSEInOutThread9" [_thread_blocked, id=2296]
    0x60e99400 JavaThread "BPELSEInOutThread8" [_thread_blocked, id=2444]
    0x6184cc00 JavaThread "BPELSEInOutThread7" [_thread_blocked, id=3408]
    0x60af2c00 JavaThread "BPELSEInOutThread6" [_thread_blocked, id=924]
    0x60b52c00 JavaThread "BPELSEInOutThread5" [_thread_blocked, id=3636]
    0x606ca000 JavaThread "BPELSEInOutThread4" [_thread_blocked, id=3196]
    0x60f3c400 JavaThread "BPELSEInOutThread3" [_thread_blocked, id=728]
    0x61b55400 JavaThread "BPELSEInOutThread2" [_thread_blocked, id=3684]
    0x61271400 JavaThread "BPELSEInOutThread1" [_thread_blocked, id=2928]
    0x6135a400 JavaThread "BPELSEInOutThread0" [_thread_blocked, id=2940]
    0x5f844800 JavaThread "Thread-23" [_thread_blocked, id=2936]
    0x5fcb8800 JavaThread "pool-1-thread-10" [_thread_blocked, id=916]
    0x60f3c800 JavaThread "pool-1-thread-9" [_thread_blocked, id=1204]
    0x61b82400 JavaThread "pool-1-thread-8" [_thread_blocked, id=2948]
    0x61b7f400 JavaThread "pool-1-thread-7" [_thread_blocked, id=1092]
    0x617de800 JavaThread "pool-1-thread-6" [_thread_blocked, id=1148]
    0x61798800 JavaThread "pool-1-thread-5" [_thread_blocked, id=2952]
    0x619db000 JavaThread "pool-1-thread-4" [_thread_blocked, id=2144]
    0x5fe4b400 JavaThread "pool-1-thread-3" [_thread_blocked, id=2588]
    0x60acc400 JavaThread "pool-1-thread-2" [_thread_blocked, id=2932]
    0x61a47400 JavaThread "pool-1-thread-1" [_thread_blocked, id=1536]
    0x61969c00 JavaThread "Thread-22" [_thread_blocked, id=1596]
    0x60924800 JavaThread "Timer-4" [_thread_blocked, id=3332]
    0x002a8c00 JavaThread "DestroyJavaVM" [_thread_blocked, id=4008]
    0x61207400 JavaThread "Timer-3" daemon [_thread_blocked, id=3068]
    0x6000e400 JavaThread "Timer-2" [_thread_blocked, id=2320]
    0x5fdb0400 JavaThread "RMI TCP Connection(6)-127.0.0.1" daemon [_thread_in_native, id=2696]
    0x61281800 JavaThread "RMI RenewClean-[192.168.2.9:2147]" daemon [_thread_blocked, id=3204]
    0x5fe84c00 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=2888]
    0x5fc9e400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=920]
    0x611cfc00 JavaThread "RMI TCP Accept-8686" daemon [_thread_in_native, id=1632]
    0x612f1000 JavaThread "Thread-14" [_thread_blocked, id=2484]
    0x612f0800 JavaThread "Thread-13" [_thread_blocked, id=2548]
    0x61506800 JavaThread "Thread-12" [_thread_blocked, id=3056]
    0x60ea0c00 JavaThread "RMI RenewClean-[192.168.2.9:2111,com.sun.enterprise.admin.server.core.channel.LocalRMIClientSocketFactory@429be9]" daemon [_thread_blocked, id=596]
    0x5fe90800 JavaThread "Timer-1" daemon [_thread_blocked, id=708]
    0x60047c00 JavaThread "Timer-0" [_thread_blocked, id=3776]
    0x5fbb5800 JavaThread "RMI Scheduler(0)" daemon [_thread_blocked, id=260]
    0x5ff17000 JavaThread "RMI TCP Connection(idle)" daemon [_thread_blocked, id=632]
    0x5fc9e800 JavaThread "Thread-9" [_thread_in_native, id=2500]
    0x5faf3800 JavaThread "Thread-7" [_thread_in_native, id=1088]
    0x5f7f3400 JavaThread "Thread-6" [_thread_in_native, id=1400]
    0x5f7f2000 JavaThread "Thread-5" [_thread_in_native, id=3228]
    0x5fb51400 JavaThread "GC Daemon" daemon [_thread_blocked, id=2272]
    0x5fcf6c00 JavaThread "RMI Reaper" [_thread_blocked, id=1964]
    0x5fcf6400 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id=220]
    0x5f02fc00 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4000]
    0x5f02e000 JavaThread "CompilerThread1" daemon [_thread_in_native, id=2632]
    0x5f029800 JavaThread "CompilerThread0" daemon [_thread_in_native, id=4060]
    0x5f324400 JavaThread "Attach Listener" daemon [_thread_blocked, id=2224]
    0x5f028800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2988]
    0x5f311000 JavaThread "Finalizer" daemon [_thread_blocked, id=3984]
    0x5f310400 JavaThread "Reference Handler" daemon [_thread_blocked, id=2248]
    Other Threads:
    0x5f01f800 VMThread [id=4036]
    0x5f326400 WatcherThread [id=4056]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 103104K, used 40395K [0x56460000, 0x5e9b0000, 0x5e9b0000)
    eden space 69952K, 29% used [0x56460000,0x578a9350,0x5a8b0000)
    from space 33152K, 59% used [0x5c950000,0x5dc79900,0x5e9b0000)
    to space 33280K, 0% used [0x5a8b0000,0x5a8b0000,0x5c930000)
    PSOldGen total 1092288K, used 22192K [0x139b0000, 0x56460000, 0x56460000)
    object space 1092288K, 2% used [0x139b0000,0x14f5c258,0x56460000)
    PSPermGen total 52608K, used 52600K [0x039b0000, 0x06d10000, 0x139b0000)
    object space 52608K, 99% used [0x039b0000,0x06d0e4d0,0x06d10000)
    Dynamic libraries:
    0x00400000 - 0x00423000      C:\Sun\SDK\jdk\bin\java.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77feb000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x71c20000 - 0x71c32000      C:\WINDOWS\system32\tsappcmp.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\msvcrt.dll
    0x7c340000 - 0x7c396000      C:\Sun\SDK\jdk\jre\bin\msvcr71.dll
    0x6dac0000 - 0x6ddf5000      C:\Sun\SDK\jdk\jre\bin\server\jvm.dll
    0x77380000 - 0x77411000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x76290000 - 0x762ad000      C:\WINDOWS\system32\IMM32.DLL
    0x7f000000 - 0x7f009000      C:\WINDOWS\system32\LPK.DLL
    0x75490000 - 0x754f5000      C:\WINDOWS\system32\USP10.dll
    0x71bc0000 - 0x71bc8000      C:\WINDOWS\system32\rdpsnd.dll
    0x771f0000 - 0x77201000      C:\WINDOWS\system32\WINSTA.dll
    0x71c40000 - 0x71c97000      C:\WINDOWS\system32\NETAPI32.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d3c0000 - 0x6d3c8000      C:\Sun\SDK\jdk\jre\bin\hpi.dll
    0x6d820000 - 0x6d82c000      C:\Sun\SDK\jdk\jre\bin\verify.dll
    0x6d460000 - 0x6d47f000      C:\Sun\SDK\jdk\jre\bin\java.dll
    0x6d860000 - 0x6d86f000      C:\Sun\SDK\jdk\jre\bin\zip.dll
    0x6d620000 - 0x6d633000      C:\Sun\SDK\jdk\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76efa000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x68000000 - 0x68035000      C:\WINDOWS\system32\rsaenh.dll
    0x76920000 - 0x769e2000      C:\WINDOWS\system32\USERENV.dll
    0x6d640000 - 0x6d649000      C:\Sun\SDK\jdk\jre\bin\nio.dll
    0x60350000 - 0x603aa000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d610000 - 0x6d619000      C:\Sun\SDK\jdk\jre\bin\management.dll
    0x6d7c0000 - 0x6d7c6000      C:\Sun\SDK\jdk\jre\bin\rmi.dll
    0x6d800000 - 0x6d808000      C:\Sun\SDK\jdk\jre\bin\sunmscapi.dll
    0x761b0000 - 0x76243000      C:\WINDOWS\system32\CRYPT32.dll
    0x76190000 - 0x761a2000      C:\WINDOWS\system32\MSASN1.dll
    VM Arguments:
    jvm_args: -Xmx1200m -XX:NewRatio=8 -XX:MaxPermSize=256m -Xms1200m -Xss128k -Dcom.sun.aas.defaultLogFile=C:/Sun/SDK/domains/domain1/logs/server.log -Djava.endorsed.dirs=C:/Sun/SDK/lib/endorsed -Djava.security.policy=C:/Sun/SDK/domains/domain1/config/server.policy -Djava.security.auth.login.config=C:/Sun/SDK/domains/domain1/config/login.conf -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.rmi.dgc.client.gcInterval=3600000 -Djavax.net.ssl.keyStore=C:/Sun/SDK/domains/domain1/config/keystore.jks -Djavax.net.ssl.trustStore=C:/Sun/SDK/domains/domain1/config/cacerts.jks -Djava.ext.dirs=C:/Sun/SDK/jdk/jre/lib/ext;C:/Sun/SDK/domains/domain1/lib/ext;C:/Sun/SDK/javadb/lib -Djdbc.drivers=org.apache.derby.jdbc.ClientDriver -Djavax.management.builder.initial=com.sun.enterprise.admin.server.core.jmx.AppServerMBeanServerBuilder -Dcom.sun.enterprise.config.config_environment_factory_class=com.sun.enterprise.config.serverbeans.AppserverConfigEnvironmentFactory -Dcom.sun.enterprise.taglibs=appserv-jstl.jar,jsf-impl.jar -Dcom.sun.enterprise.taglisteners=jsf-impl.jar -Dcom.sun.aas.classloader.optionalOverrideableChain=appserv-ws.jar,commons-logging.jar,commons-launcher.jar -Dcom.sun.aas.classloader.appserverChainJars=admin-cli.jar,admin-cli-ee.jar,dbschema.jar,j2ee-svc.jar -Dcom.sun.aas.classloader.serverClassPath.ee=%HADB_HOME%/lib/hadbjdbc4.jar,C:/Sun/SDK/lib/SUNWjdmk/5.1/lib/jdmkrt.jar,%HADB_HOME%/lib/dbstate.jar,%HADB_HOME%/lib/hadbm.jar,%HADB_HOME%/lib/hadbmgt.jar,C:/Sun/SDK/lib/SUNWmfwk/lib/mfwk_instrum_tk.jar -Dcom.sun.aas.configName=server-config -Ddomain.name=domain1 -Djmx.invoke.getters=true -Dcom.sun.aas.promptForIdentity=true -Dcom.sun.aas.classloader.optionalOverrideableChain.ee= -Dcom.sun.aas.instanceRoot=C:/Sun/SDK/domains/domain1 -Dcom.sun.aas.domainName=domain1 -Dcom.sun.aas.classloader.sharedChainJars=javaee.jar,C:/Sun/SDK/jdk/lib/tools.jar,install/applications/jmsra/imqjmsra.jar,commons-launcher.jar,C:/Sun/SDK/imq/lib/jaxm-api.jar,C:/Sun/SDK/imq/lib/fscontext.jar,C:/Su
    java_command: com.sun.enterprise.server.PELaunch start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\Sun\SDK\jdk
    PATH=C:\Sun\SDK\lib;C:\Sun\SDK\bin;C:\Sun\SDK\bin;C:\Sun\SDK\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Sun\SDK\bin;;x�
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 6, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 2
    CPU:total 8 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.6.0-b105) for windows-x86, built on Nov 29 2006 00:44:51 by "java_re" with unknown MS VC++:1310

  • Oracle application server 10.1.3 not starting after crash

    Hi, I've been struggling with starting up application server 10.1.3 on Windows XP Professional SP2 following a system crash (power outage). When we restarted the machine we noted that the database wasn't coming up because our redo logs were full. We backed up the database with RMAN (freeing the logs) and the database started without a problem.
    We then tried to log into application server control from the website but were faced with a connection error. It is definitely the correct page as it was bookmarked on the server. I cannot start application server from the command line using opmnctl. Here is the output:
    C:\product\10.1.3\OracleAS_1\opmn\bin>opmnctl status
    Processes in Instance: appserv.MSRSFR
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    OC4J | home | N/A | Down
    ASG | ASG | N/A | Down
    C:\product\10.1.3\OracleAS_1\opmn\bin>echo %time%
    11:32:13.78
    C:\product\10.1.3\OracleAS_1\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ==================================================
    opmn id=msrsfr:6200
    0 of 1 processes started.
    ias-instance id=appserv.MSRSFR
    ++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/home/default_group/
    Error
    --> Process (index=1,uid=1339952132,pid=2136)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
    C:\product\10.1.3\OracleAS_1\opmn\bin>echo %time%
    11:32:39.12
    C:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
    07/12/30 11:32:22 Start process
    07/12/30 11:32:24 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
    07/12/30 11:32:24 Fatal error: server exiting
    07/12/30 11:32:26 Start process
    07/12/30 11:32:28 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
    07/12/30 11:32:28 Fatal error: server exiting
    07/12/30 11:32:30 Start process
    07/12/30 11:32:32 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
    07/12/30 11:32:32 Fatal error: server exiting
    C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: Notice the /'s versus standard windows \'s. The actual file is empty (contains only blank spaces).
    I'm not sure where to go from here, I've tried stopping the oracle services manually and starting them up in various orders. We have the following services running:
    Oracle-appservProcessManager Started
    OracleDBConsoleTSTONE Started
    OracleJobSchedulerTSTONE Disabled
    OracleOraDb10g_home1iSQL*Plus Started
    OracleOraDb10g_home1TNSListener Started
    OracleServiceTSTONE Started
    I'm sort of at a loss for where to go from here, help would be much appreciated!
    Thanks,
    Reza

    Here you have it.
    <?xml version="1.0" standalone='yes'?>
    <oc4j-connectors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNam
    espaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/oc4j-connectors-10
    _0.xsd" schema-major-version="10" schema-minor-version="0" >
    <connector name="datasources" path="datasources.rar">
    </connector>
    <connector name="OracleASjms" path="OracleASjms.rar">
    <config-property name="lookupMethod" value="resourceProvider"/>
    <config-property name="resourceProviderName" value="oc4jjms"/>
    <adminobject-config location="OracleASjms/Queues">
    <adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
    tQueueImpl</adminobject-class>
    <config-property name="resourceProviderName" value="oc4j
    jms"/>
    </adminobject-config>
    <adminobject-config location="OracleASjms/MyQueue1">
    <adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
    tQueueImpl</adminobject-class>
    <config-property name="jndiName" value="jms/demoQueue"/>
    <config-property name="resourceProviderName" value="oc4j
    jms"/>
    </adminobject-config>
    <adminobject-config location="OracleASjms/Topics">
    <adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
    tTopicImpl</adminobject-class>
    <config-property name="resourceProviderName" value="oc4j
    jms"/>
    </adminobject-config>
    <adminobject-config location="OracleASjms/MyTopic1">
    <adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
    tTopicImpl</adminobject-class>
    <config-property name="jndiName" value="jms/demoTopic"/>
    <config-property name="resourceProviderName" value="oc4j
    jms"/>
    </adminobject-config>
    </connector>
    </oc4j-connectors>

  • Managed server crashes when trying to deploy an application

    Hi,
    I have a unix box and sometimes the managed server crashes when the application has faults or some bug. Why does this happen? Why does the server go down every time there is an error? Can it not be crash proof?
    NOTE: I do not have node manager configured

    You'll need to share the details from the logs or the crash (usually a core dump file of some kind). The information you have provided is not sufficient.
    You might also get the latest JVM update for the platform you are using. Sometimes those updates resolve issues.
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    Contact support if you have any questions.

  • SUN JES 8.1 Q2UR2: Intermittently application server jvm crashed.

    Application server jvm intermittently crashed but due to the feature in SUN JES 8.1 ur2 the application server will auto restarts the service. Most of the JVM crashes were due to memory corruption.
    The following are SUN findings:
    1)     Multithreading issue that causes 2 threads writing on the same memory block
    2)     Based on dtrace, it indicated that there was a race condition happens but the jvm doesn�t crash during the occurrence.
    Questions:
    1) Is it possible that I can use dtrace to monitor the memory block or to find out the root cause?
    System information:
    Oracle:
    DriverVersion: [10.2.0.1.0]
    DriverMajorVersion: [10]
    DriverMinorVersion: [2]
    DriverName: [Oracle JDBC driver]
    URL: [jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST= (ADDRESS=(PROTOCOL = TCP) (HOST = XXXXXX) (PORT = 1524)) (ADDRESS=(PROTOCOL = TCP) (HOST = XXXXXX) (PORT = 1524))) (CONNECT_DATA = (SID = CP_P)) (source_route=yes))]
    UserName: [CP_P1]
    Database Product Name: [Oracle]
    Database Product Version: [Oracle9i Enterprise Edition Release 9.2.0.6.0 - 64bit Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production]
    Database Product Major: [9]
    Database Product Minor: [2]
    Drivers: Type 4
    JDK
    JDBC Major: [10]
    JDBC Minor: [2]
    The JDK version is 1.5.0_02
    SUN JES Application Server
    Sun Java System Application Server Enterprise Edition 8.1_02 running under solaris 10

    Most of the
    JVM crashes were due to memory corruption.
    And how do you know that?
    csgan97: Based on sun support input where its due to either trying to read or write to a memory (pblock) that causes the crash.
    could identify as a pblock issue
    ----------------- lwp# 102 / thread# 102 -------------------- fef40f90 lwpkill (6, 0, fef24a98, ffffffff, fef68284, 6) + 8
    feebff98 abort (4a600, 1, febbeaac, a83f0, fef6b298, 0) + 110
    febb9a9c __1cCosFabort6Fi_v_ (1, 4e10, 10c5b4, 1cb, fecc6000, 4c00) + 58 fec325a0 ???????? (0, fece3ee0, 4000, febbd19c, fec37eee, febbd19c) + 78b5c
    fe9ff2d8 JVM_handle_solaris_signal (b, 5931fa70, 5931f7b8, 5000, 4,
    184c128) +
    9e8
    fef3fec8 __sighndlr (b, 5931fa70, 5931f7b8, fe9fe8d0, 0, 1) + c
    fef34ff4 call_user_handler (b, ffbffeff, c, 0, 5bb37c00, 5931f7b8) + 3b8 5f2b08fc pblock_kpinsert (4efa78, 1246c28, 1246520, 2c00, 7398ae8,
    2e64) + 17c
    5f2b0b28 pblock_kvinsert (4efa78, 1246900, 12, 1246520, ff00, 80808080)
    + 108
    5f2d5938 INTservact_objset_uri2path (1237c80, 1237cf8, e436b0, 30f4, 680ac6a8,
    5f3e5f54) + e4
    5f2d77a8 INTservact_handle_processed (1237c80, 1237cf8, 1237c80, 1237cf8, 680ea948, 10ddda0) + 4c 5f31a0ec __1cLHttpRequestUUnacceleratedRespond6Mpc_v_ (1237be0, 5f3ed614, 3114, 50, 1237cf8, 1237c80) + 3c8 5f3197dc __1cLHttpRequestNHandleRequest6MpnGnetbuf__i_ (1237be0, 12442d8, 1246430, 1246410, 1000, 1244338) + 62c
    5f317bc4 __1cNDaemonSessionDrun6M_v_ (1234430, 1000, 5f3f3254, 0, 0,
    5f3f320c)
    + 17c
    627e6dbc ThreadMain (1234430, 1240848, 3, 0, 1, 0) + 24
    680d0028 ptroot (1240848, 59320000, 0, 0, 40000, 680e8d70) + d0 fef3fd9c lwpstart (0, 0, 0, 0, 0, 0)
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0x5f2b08fc, pid=16489, tid=102 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_02-b09 mixed mode) # Problematic frame:
    # C [libns-httpd40.so+0x308fc] pblock_kpinsert+0x17c #
    The following are SUN findings:Meaning Sun (the company) and not you or someone else determined this?
    csgan97: From Sun support engineer
    1) Multithreading issue that causes 2 threads writing
    on the same memory blockSo? That might indicate a bug in your code. By itself it doesn't mean that it caused the crash.
    csgan97: If there is a bug, we would like to identify it. All findings are hypothesis and we still dont have evident to really prove that is multithreading issue. Is it possible to use dtrace to track?
    2) Based on dtrace, it indicated that there was a
    race condition happens but the jvm doesn�t crash
    during the occurrence.Again so? I wouldn't expect that to cause a crash.
    csgan97: Why? During the jvm crashed, the dtrace monitoring doesnt indicate any race condition. It only indicated twice but during that time the jvm doesnt crash.
    DriverName: [Oracle JDBC driver]
    URL: [jdbc:oracle:thinIf it is memory corruption then it would be a JVM bug not this driver because it is java only.
    If you have any JNI or 3rd party libraries that use JNI then those are the most likely source.
    csgan97: A far as we know there isnt any JNI or 3rd party libraries that use JNI.

  • Oracle Application Server 10G base release on AIX 5.1 L

    We are having 2 AIX Servers with AIX 5L V5.1 working through cluster HACMP V 4.5 and Oracle Application Server 9.0.2.3 ported on one of its node se,because of the bug in the AS we have disabled the clustering services on the node porting the Application Server as the AS crashes as soon as the services shift over to the node on which it is installed.
    We now want to enable the cluster services so we are upgrading the AS to 10g base release.Can this be done on AIX V 5.1 with HACMP V 4.5 .The certification matrix on the metalink doesnot say anything about this.
    any information regarding this would be really helpful to us
    with regards
    rakhee

    9.0.4 is supported only on AIX 5L 5.2 and 5.3.
    http://www.oracle.com/technology/software/products/ias/files/as-certification-904.html
    Regards
    Pavna

  • Blank printout in report 6i from Application server oracle 9i

    Hello,
    3 days before our application server (oracle 9i for windows NT 1.0.2.0.0) hard disk crashed.
    We have installed AS.
    Now when user runs report from client pc and selects destination type as "cache" and submit query he can see the output. When he changes destination type as "printer" and give printer name (as installed on AS) in destination name and submit query the message "Report output was successfully printed out" comes but on printer only blank page is printed.
    This happens for all laser printers installed on AS, but not for line(generic) printer.
    On 2nd AS I have same printers as on 1st AS.There printouts are coming properly.
    Please tell me what I have missed on while installing new AS.
    Thanks
    Tushar

    Is outlook installed on the application server?

  • Server crashes

    Hi
    We have been using the Netweaver Portal 7.0 for sometime.
    But off late I'm noticing the Server crashing when ever I perform certain administration tasks (like creating JCo or enabling/refreshing web dynpro applications). I also configured the VM parameters according the SAP Note and it was performing well for all these days.
    What I'm noticing now is the archive files <drive>:\usr\sap\SID\JC00\j2ee\cluster\server0\log\archive
    will become too bulky and once I delete these filese the server starts up and begins functioning normally.
    What is surprising is the archive folder increses very quickly and accomodates too much space.
    Is there anyway to decreace the log files size in the above folder location?
    Please advice
    thanks
    -ms

    Hi MS,
    u have used a word VM in ur question. I guess you are using VMWare for this.
    To make EP work on VM, u need to have enough hard disk space on VM and the host machine too.
    you need to have atleast 2.5 gb of RAM only for VM.
    (more will be better if available)
    you need to configure VMWare Server Console properly to run the VM smoothly.
    There are tools availabel by which you can increase hard-disk space of your existing VM, without creating a new one. you can also try that.
    hope that helps you to a certain extent.
    Regards,
    Yogesh...
    Edited by: Yogesh Varma on Jul 18, 2008 10:56 AM

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

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

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

  • Web Server Crash..Error Code 52

    Hello,
    Web server crashed and keep getting an error code 52 any insight on why would be greatly appreaciated.
    Thanks!
    ===== BEGIN DUMP =============================================================
    JRockit dump produced after 0 days, 00:48:31 on Thu Jun 14 13:00:16 2007
    Additional information is available in:
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.dump
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.mdmp
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    Error code: 52
    Error Message: Null pointer exception in native code
    Version : BEA WebLogic JRockit(TM) 1.4.2_05 JVM R24.4.0-1 ari-38120-20041118-1131-win-ia32
    Threads / GC : Native Threads, GC strategy: gencon
    : mmHeap->data = 0x10020000, mmHeap->top = 0x20020000
    : mmStartCompaction = 0x11420000, mmEndCompaction = 0x12820000
    Number CPUs : 4
    Tot Phys Mem : 17178947584
    OS version : Microsoft Windows Server 2003 Service Pack 1 (Build 3790)
    State : JVM is running
    Command Line : -Xms256m -Xmx256m -Xnoclassgc -Xgc:gencon -DEAS_HOME=\\nydfs1\root\APPDATA\HyperionEssbase -DARBORPATH=D:\Hyperion\EAS\Server -DEAS_LOG_LEVEL=9999 -DEAS_LOG_LOCATION=d:\hyperion\EASadvancedlogs.txt -Djava.class.path=D:\bea\jrockit81sp4_142_05\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar; -Dweblogic.Name=HEAS_Server -Dweblogic.management.username=admin -Dweblogic.ProductionModeEnabled= -Djava.security.policy=D:\bea\WEBLOG~1\server\lib\weblogic.policy -Dweblogic.management.password=keep_out -Dweblogic.management.startmode=WinSvc exit
    Environment : JAVA_HOME=(null), java.home=D:\bea\jrockit81sp4_142_05\jre, java.class.path=D:\bea\jrockit81sp4_142_05\lib\tools.jar;D:\bea\WEBLOG~1\server\lib\weblogic_sp.jar;D:\bea\WEBLOG~1\server\lib\weblogic.jar;, java.library.path=D:\bea\WEBLOG~1\server\bin;.;C:\WINDOWS\system32;C:\WINDOWS;D:\bea\WEBLOG~1\server\bin;D:\bea\jrockit81sp4_142_05\jre\bin;D:\bea\jrockit81sp4_142_05\bin;D:\bea\WEBLOG~1\server\bin\oci920_8;D:\Hyperion\Essbase\bin;D:\Hyperion\EAS\Server\bin;d:\hyperion\essbase\bin;c:\sybase\ocs-12_5\lib3p;c:\sybase\ocs-12_5\bin;c:\sybase\ocs-12_5\dll;c:\program files\veritas\netbackup\bin\;c:\program files\support tools\;c:\program files\windows resource kits\tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\wbem;c:\program files\common files\morgan stanley shared;c:\program files\perl\bin;c:\program files\ibm\director\bin;c:\program files\microsoft sql server\80\tools\binn\;d:\bea\jrockit81sp4_142_05\bin;c:\program files\openafs\1.3.81.0\bin
    C Heap : Good; no memory allocations have failed
    Registers (from context struct at 0x0716ECAC/0x0716EDC8):
    Converted EIP: 0b2210c4
    EAX = ffffffff EBX = 00000000
    ECX = 0716f608 EDX = 00000062
    ESI = 0716f978 EDI = 03afb86c
    EIP = 0b6410c4 ESP = 0716f094
    EBP = 0716f0a4 EFL = 00010286
    CS = 001b DS = 0023 ES = 0023
    SS = 0023 FS = 003b GS = 0000
    Stack:
    0716f094 :00000062 00000001 00000000 0b64fb04 0716f610 0b64886b
    0716f0ac :ffffffff 0716f608 00000062 00000001 00000000 0b64fb04
    0716f0c4 :03afb86c 0716f978 03afb874 71b2446b 71b2449c 0003b500
    0716f0dc :00a67ff8 00000000 00000000 00000ae9 0716f07c 00001108
    0716f0f4 :0716ff48 71b45fcc 71b26538 ffffffff 71b26530 71b26599
    0716f10c :00000c58 0716f28c 00000010 00000000 00000000 00000000
    0716f124 :00000000 00000000 00a675d0 00a67ff8 0716f180 71c039ce
    0716f13c :00000c58 0716f28c 00000010 00000000 71c02572 00a67ff8
    0716f154 :00a675d0 71c039f6 02362868 0003b500 00000000 00a67dc0
    0716f16c :00a61e90 00000000 ffffffff 00000000 00000000 0716f2b4
    0716f184 :0a671000 00000c58 0716f28c 00000010 02362868 00000008
    0716f19c :77bd8970 023b8880 0716f3cc 030d0000 0716f1bc 00000001
    0716f1b4 :7c8302b3 000cf148 0716f29c 7c82f9c1 00090928 7c82f9dd
    0716f1cc :000cf150 08562948 00030000 031e1290 0000136b 0716f204
    0716f1e4 :7c81e602 00030000 031e1290 031e1290 00030000 03110000
    0716f1fc :03110000 020d0000 0716f24c 7c81ede1 0000136b 011e1290
    0716f214 :00000000 00030000 031e1290 00000000 00000de8 031ea000
    0716f22c :031c2f98 03110000 00000000 00000000 00000000 000001ae
    0716f244 :00030000 00000000 00030000 0716f330 7c8300c6 00030608
    0716f25c :00030000 023b64e8 00030000 00000000 00030000 0716f350
    0716f274 :7c8300c6 00030608 7c82f9dd 02362868 023b64f0 02362868
    0716f28c :023c2280 023b64e8 7c82f9e0 ffffffff 7c82f9dd 00030178
    0716f2a4 :00090000 00000000 00000000 023b8878 08562948 00000000
    0716f2bc :7fee3000 7fee3000 000be254 00030000 00030178 030d0000
    0716f2d4 :023b64f0 00000101 01010000 0716f228 023b8880 00000000
    0716f2ec :7c82f680 7c82f9e0 ffffffff 7c82f9dd 77bbcef6 00030000
    0716f304 :00000000 00000000 00009b58 0000136b 01010001 0716f260
    0716f31c :023b64f0 00030000 00000000 7c82f9e0 00000428 00000085
    0716f334 :0101cef6 0716f280 00000000 0716f388 7c82f680 7c82f9e0
    0716f34c :ffffffff 7c82f9dd 77bbcef6 00030000 00000000 77bbcefb
    0716f364 :02362868 00000000 02362868 77ba20e8 ffffffff 77bbcefb
    0716f37c :0b446e91 0716f390 00a40000 7c8302e7 00a406e8 0716f5b8
    0716f394 :7c82fadf 7c82fb23 00000005 00000005 03afb874 0b4417c3
    0716f3ac :023b64f0 023b64f0 0716f3cc 0b547f99 00000000 023b64f0
    0716f3c4 :02360928 000fde84 0716f930 0b648562 02362868 023b64f0
    0716f3dc :03afb86c 0716f984 03afb874 00000000 085625f8 00000108
    0716f3f4 :000bf1c0 00000068 08562568 00090000 00000000 000d62d8
    0716f40c :00000030 00000006 000113e4 0716f360 00001108 0716f52c
    0716f424 :7c82f680 7c82f9e0 ffffffff 7c82f9dd 71ae1790 00090000
    0716f43c :00000000 000d62d8 00000400 00000200 71ae17a1 0716f52c
    0716f454 :00000000 0716f528 00000000 08561ec0 0716f5d8 0716f5e0
    0716f46c :0716f5dc 01000000 00000022 71ae12c3 08562608 08562a30
    0716f484 :08560000 00000000 08562568 00000110 00000022 000113e4
    0716f49c :3d5746ef 0716f4dc 71ae1871 00001108 00000400 00000200
    0716f4b4 :00000300 00000001 0716f4ec 00000002 08562948 08562948
    0716f4cc :00000000 0716f500 71b23fe4 000cf150 00002000 00000e5c
    0716f4e4 :0096ec55 0a2227e0 0096ec55 0716f997 0716f4e8 124ba990
    0716f4fc :0096ec98 0bb92f30 03afb7f4 0716f620 71b24086 00000002
    0716f514 :08562948 085629f0 00000000 fffffff8 124ba990 03afb7f4
    0716f52c :03afb7f4 03afbf10 0090f5b3 03afb768 03afb7f4 00000001
    0716f544 :03afb768 00983012 03afb768 03afb7f4 02b3a7e8 03afb7f4
    0716f55c :02b3ce64 00950d70 03afb7f4 03afb880 00000000 00000000
    0716f574 :0716f4e8 01121ba0 0716f997 00000000 0000016d 03d91500
    0716f58c :0a2227e0 ffffffff 0716f4e8 00000000 00000000 00000000
    0716f5a4 :00000000 124ba990 0716f4e8 03afb7f4 03afb768 00951c61
    0716f5bc :03afb7f4 03d71378 0bb92f30 0716f9b8 0716f614 03afb768
    0716f5d4 :00951c83 03afb86c 0716f978 085dea10 03afb880 0716ff01
    0716f5ec :0716f638 0bcc0dad 03afb7f4 00001770 0bcd1810 0bcd1868
    0716f604 :00000000 0bcd1850 00000000 0716f638 0bcc0dc9 ffffffff
    0716f61c :00000000 0716f940 0716f924 0716f958 0bcd1850 00000000
    0716f634 :0bcd1810 0716f970 0bcb0683 03afb7f4 ffffffff 00000000
    0716f64c :0716f940 0716f924 0716f958 0716f67c 03afb87c 00000001
    0716f664 :00973188 00000e00 1510eee8 15a6ac08 00000001 00000001
    0716f67c :03afb768 01201a0b 00000e00 1510eee8 00000001 0293dab0
    0716f694 :03afb87c 00000000 00000000 00000000 00000000 1510eee8
    0716f6ac :00000001 01201a66 00000001 1510eed8 03afb768 03afb768
    0716f6c4 :01201994 00000000 00000001 15a6abf0 00000001 00002000
    0716f6dc :0120192d 15a6aaa0 012018fd 01201795 15a6aaa1 15a6aaa0
    0716f6f4 :13a0c010 00000000 1510eed8 15a6ab10 15a6aaa0 012016ef
    0716f70c :1510eed8 00000001 00000000 15a6ab10 15a6ab10 01201619
    0716f724 :15a6aaf8 079dc246 15a6aafd 13a94c58 15a6aaa0 079dc1ed
    0716f73c :079dc1ab 15a6aaa5 15a6aaa0 13a0c010 124bd8d8 00000000
    0716f754 :079dc10f 088707d4 15a6aaa0 124bc798 124bc780 15a62898
    0716f76c :00000000 15a62899 15a62718 15a62898 124bc798 0a2218db
    0716f784 :124bc798 15a62899 124bc780 15a62718 124bc780 15a62898
    0716f79c :0a221832 124bc780 124bc230 15a62880 15a6289d 000fde84
    0716f7b4 :03afb768 0716f7c0 0096ec55 0a221750 0096ec55 0716f997
    0716f7cc :0716f7c0 15a62898 0096ec98 0bb92380 03afb7f4 0716f8f8
    0716f7e4 :0096ec98 00000007 124bc1c8 fffffffe 00000002 fffffffd
    0716f7fc :15a62898 71ae1168 00090000 fffffff8 1766f108 00000080
    0716f814 :03afb7f4 00000001 124bc1c8 7fee3000 03afb878 fffffff8
    0716f82c :00000002 000fde84 0090f5b3 03afb768 00000000 00000000
    0716f844 :00000000 124bc1c8 0716f7c0 01121ba0 0716f997 124bc198
    0716f85c :03afb874 00950d70 0a221750 00000001 0716f7c0 00000002
    0716f874 :00000002 0000001c 00000000 15a62898 0716f7c0 03afb7f4
    0716f88c :03afb768 00951c61 03afb7f4 03d1bf20 0bb92380 00a48e54
    Code:
    0b640fc4 :00000000 00000000 00000000 00000000 00000000 00000000
    0b640fdc :00000000 00000000 00000000 00000000 00000000 00000000
    0b640ff4 :00000000 00000000 00000000 90c3c033 90909090 90909090
    0b64100c :90909090 81ec8b55 000474ec 0c458b00 7703f883 8524ff62
    0b641024 :0b64108c f0040d8b a1660b64 0b64f000 558d646a c752519a
    0b64103c :10009445 89660b64 45c69845 15ff00fe 0b64c2a0 8d08558b
    0b641054 :fffb8c85 944d8dff e8525150 0000a532 b018c483 5de58b01
    0b64106c :8b000cc2 e8500845 0000a518 b004c483 5de58b01 32000cc2
    0b641084 :5de58bc0 90000cc2 0b64106f 0b641028 0b64107b 0b64107b
    0b64109c :90909090 8bec8b55 c0850845 a0b80775 5d00102c 1c4d8bc3
    0b6410b4 :5118558b 52144d8b 5110558b 520c4d8b 5251108b 00a7d5e8
    0b6410cc :18c48300 9090c35d 90909090 90909090 90909090 8bec8b55
    0b6410e4 :c0850c45 458b2175 08558b10 8d500a6a 046a144d 68046a51
    0b6410fc :00102ca1 a496e852 c4830000 33c35d1c 90c35dc0 51ec8b55
    0b641114 :56084d8b 64f01468 6a006a0b 08458d01 5150626a 00a775e8
    0b64112c :18c48300 4575c085 8b08558b f6850c75 c704428b 0002fc45
    0b641144 :21750000 14680a6a 8d0b64f0 046afc4d 68046a51 00102ca1
    0b64115c :a43ae850 c4830000 75c0851c 08558b10 04428b56 a456e850
    0b641174 :c4830000 e58b5e08 9090c35d 51ec8b55 085d8b53 2c685756
    0b64118c :6a0b64f0 8d016a00 626a0845 03e85350 830000a7 c08518c4
    0b6411a4 :008e850f 4d8b0000 0c7d8b08 418bff85 fc45c704 00000002
    0b6411bc :0a6a2175 64f02c68 fc558d0b 6a52046a 2ca16804 e8500010
    Loaded modules:
    (* denotes the module causing the exception)
    0x7c800000-0x7c8bffff C:\WINDOWS\system32\ntdll.dll
    0x77e40000-0x77f41fff C:\WINDOWS\system32\kernel32.dll
    0x77380000-0x77411fff C:\WINDOWS\system32\USER32.dll
    0x77c00000-0x77c48fff C:\WINDOWS\system32\GDI32.dll
    0x77f50000-0x77febfff C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000-0x77ceefff C:\WINDOWS\system32\RPCRT4.dll
    0x71af0000-0x71b11fff C:\WINDOWS\system32\ShimEng.dll
    0x75e60000-0x75e86fff C:\WINDOWS\system32\apphelp.dll
    0x003d0000-0x003e3fff C:\WINDOWS\AppPatch\AcMSReg.dll
    0x76290000-0x762acfff C:\WINDOWS\system32\IMM32.DLL
    0x62d80000-0x62d88fff C:\WINDOWS\system32\LPK.DLL
    0x75490000-0x754f0fff C:\WINDOWS\system32\USP10.dll
    0x77ba0000-0x77bf9fff C:\WINDOWS\system32\msvcrt.dll
    0x10000000-0x10016fff C:\WINDOWS\system32\sysmodule.1.1.dll
    0x005c0000-0x005e0fff C:\WINDOWS\AppPatch\Custom_MsReg.dll
    0x77b90000-0x77b97fff C:\WINDOWS\system32\VERSION.dll
    0x00600000-0x0069bfff C:\WINDOWS\system32\advapi32.5.2.3790.1830.dll
    0x00830000-0x00a33fff D:\bea\jrockit81sp4_142_05\jre\bin\jrockit\jvm.dll
    0x76aa0000-0x76accfff C:\WINDOWS\system32\WINMM.dll
    0x7c8d0000-0x7d0d3fff C:\WINDOWS\system32\SHELL32.dll
    0x77da0000-0x77df1fff C:\WINDOWS\system32\SHLWAPI.dll
    0x71c00000-0x71c16fff C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000-0x71bf7fff C:\WINDOWS\system32\WS2HELP.dll
    0x7c340000-0x7c395fff C:\WINDOWS\system32\MSVCR71.dll
    0x77420000-0x77522fff C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.2778_x-ww_A8F04F11\comctl32.dll
    0x00b30000-0x00b48fff D:\bea\jrockit81sp4_142_05\jre\bin\java.dll
    0x00b50000-0x00b5dfff D:\bea\jrockit81sp4_142_05\jre\bin\verify.dll
    0x76f50000-0x76f62fff C:\WINDOWS\system32\Secur32.dll
    0x71b20000-0x71b60fff C:\WINDOWS\System32\mswsock.dll
    0x76ed0000-0x76efefff C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000-0x76f76fff C:\WINDOWS\System32\winrnr.dll
    0x76f10000-0x76f3dfff C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000-0x76f87fff C:\WINDOWS\system32\rasadhlp.dll
    0x07d50000-0x07d55fff D:\bea\jrockit81sp4_142_05\jre\bin\ioser12.dll
    0x5f270000-0x5f2c8fff C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000-0x71ae7fff C:\WINDOWS\System32\wshtcpip.dll
    0x09ea0000-0x09ea4fff D:\bea\weblogic81\server\bin\wlntio.dll
    0x0a210000-0x0a219fff D:\Hyperion\eas\server\bin\jmaxl.dll
    0x0b3d0000-0x0b43efff D:\Hyperion\EAS\Server\bin\ESSAPINU.dll
    0x0a650000-0x0a677fff D:\Hyperion\EAS\Server\bin\ESSNETU.dll
    0x0aca0000-0x0acb0fff D:\Hyperion\EAS\Server\bin\ESSUTLU.dll
    0x0b340000-0x0b397fff D:\Hyperion\EAS\Server\bin\globlc32.dll
    0x0b2d0000-0x0b2d6fff D:\Hyperion\EAS\Server\bin\ESSGLOBU.dll
    0x0b440000-0x0b450fff D:\Hyperion\EAS\Server\bin\ESSSDU.dll
    0x71bb0000-0x71bb8fff C:\WINDOWS\system32\WSOCK32.dll
    0x0b540000-0x0b581fff D:\Hyperion\EAS\Server\bin\ESSOTLSU.dll
    0x0b590000-0x0b5a3fff D:\Hyperion\EAS\Server\bin\ESSOPGN.dll
    0x0b5b0000-0x0b5ddfff D:\Hyperion\EAS\Server\bin\ESSSHRU.dll
    0x77670000-0x777a3fff C:\WINDOWS\system32\ole32.dll
    0x0b2e0000-0x0b2e7fff D:\Hyperion\EAS\Server\bin\ESSSECU.dll
    0x0b600000-0x0b63efff D:\Hyperion\EAS\Server\bin\essmaxlu.dll
    0x0b640000-0x0b652fff* D:\Hyperion\EAS\Server\bin\ESSOTLNU.dll
    0x0bc00000-0x0bc20fff D:\Hyperion\eas\server\bin\EssCoreJni.dll
    0x0b520000-0x0b534fff D:\Hyperion\eas\server\bin\DataPrepJni.dll
    0x0bca0000-0x0bcd4fff D:\Hyperion\eas\server\bin\OutlineJni.dll
    0x0c1d0000-0x0c290fff D:\bea\jrockit81sp4_142_05\jre\bin\dbghelp.dll
    0x76b70000-0x76b7afff C:\WINDOWS\system32\psapi.dll
    Java Thread ID = 0x00006a80, lastJavaFrame = 0x0716F994, Name = ExecuteThread: '199' for queue: 'weblogic.kernel.Default'
    Thread Stack Trace:
    at EssOtlQueryMembersByName+43()@0x0B64886B
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_setMemberInfo@20+9309()@0x0BCC0DC9
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_getMemberAncestorsQueryEx@28+259()@0x0BCB0683
    at com/essbase/eas/essbase/api/jni/OutlineJni.getMemberAncestorsQueryEx(Native Method)@0x0B318E00
    at com/essbase/eas/essbase/server/outline/ViewPrimitives.getMemberAncestorsEx(Unknown Source)@0x0B318D93
    at com/essbase/eas/essbase/server/outline/ViewLogic.getMemberAncestorsEx(Unknown Source)@0x0B318BEB
    at com/essbase/eas/essbase/server/outline/OutlineViewCommandListener.getMemberAncestorsEx(Unknown Source)@0x0B318B5E
    at jrockit/reflect/NativeMethodInvoker.invoke0(Native Method)@0x0115D030
    at jrockit/reflect/NativeMethodInvoker.invoke(Unknown Source)@0x0115D1B8
    at jrockit/reflect/VirtualNativeMethodInvoker.invoke(Unknown Source)@0x011E7AA0
    at java/lang/reflect/Method.invoke(Unknown Source)@0x0115C760
    at com/essbase/eas/framework/server/application/AbstractCommandListener.handleEvent(Unknown Source)@0x0A23FB64
    at com/essbase/eas/framework/server/application/DefaultCommandDispatcher.dispatchEvent(Unknown Source)@0x0A23F926
    at com/essbase/eas/framework/server/application/DefaultEventController.handleEvent(Unknown Source)@0x0A23EC9E
    at com/essbase/eas/framework/server/application/EventDispatcherWorkListener.handleEvent(Unknown Source)@0x0A23F782
    at com/essbase/eas/framework/server/application/DefaultWorkDispatcher.dispatchEvent(Unknown Source)@0x0A23EF10
    at com/essbase/eas/framework/server/application/DefaultEventController.handleEvent(Unknown Source)@0x0A23EC9E
    at com/essbase/eas/framework/server/application/DefaultApplication.generateWorkEvent(Unknown Source)@0x0A23EB36
    at com/essbase/eas/framework/server/application/DefaultServlet.handleRequest(Unknown Source)@0x0A23E57F
    at com/essbase/eas/server/AppManServlet.doPost(Unknown Source)@0x0A23C856
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:760)@0x0B3CB7E3
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:853)@0x0B3CB5BE
    at weblogic/servlet/internal/ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1006)@0x0B3CB565
    at weblogic/servlet/internal/ServletStubImpl.invokeServlet(ServletStubImpl.java:419)@0x0B3CA791
    at weblogic/servlet/internal/ServletStubImpl.invokeServlet(ServletStubImpl.java:315)@0x0B3CA4D8
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6718)@0x0B3CA488
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)@0x03464968
    at weblogic/security/service/SecurityManager.runAs(SecurityManager.java:121)@0x034648EA
    at weblogic/servlet/internal/WebAppServletContext.invokeServlet(WebAppServletContext.java:3764)@0x0B3C6B30
    at weblogic/servlet/internal/ServletRequestImpl.execute(ServletRequestImpl.java:2644)@0x0B3C6540
    at weblogic/kernel/ExecuteThread.execute(ExecuteThread.java:219)@0x0782E0E0
    at weblogic/kernel/ExecuteThread.run(ExecuteThread.java:178)@0x0354552A
    at java/lang/Thread.startThreadFromVM(Unknown Source)@0x011266F3
    --- End of stack trace
    Additional information is available in:
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.dump
    D:\bea\user_projects\domains\HEAS_Domain\jrockit.1792.mdmp
    Please send the file(s), information about your system
    setup and the program you were running to [email protected]. Thank you.
    ===== END DUMP ===============================================================

    Top of stack trace is:
    at EssOtlQueryMembersByName+43()@0x0B64886B
    at Javacom_essbase_eas_essbase_api_jni_OutlineJni_setMemberInfo@20+9309()@0x0BCC0DC9
    Looks like the crash is caused by the Essbase JNI
    drivers. I suggest you contact Hyperion for help.
    -- Henrik

Maybe you are looking for

  • TAW10 and TAW12 exercises in Netweaver 7.01 ABAP Trial Version

    Hello, I just finished the ABAP academy, courses TAW10 and TAW12. I want to do some exercises for studying to the certification test, but the exercises in the books require ABAP objects (such as tables, structures, data elements, templates and so on)

  • About Document number ranges

    How to defineDocument number ranges  begin  with  character  as  first position such as A000000001 to A999999999. In the standard , It is allowed with number only.

  • About LTE in Russia

    Good day to you. Lately I've been very disappointed policies in your company. After purchasing the phone from one of your official retailers, I was expecting to use it to the fullest. But I was forced to face the fact that it is not possible.I can no

  • 80 Minutes to Download a Rented Movie on Itunes???

    This is the 1st time I'm renting a movie on Itunes and it's saying about 80 minutes to download. Is that NORMAL?? ***??

  • Installing Arabic Language in CC&B

    Hi Guys When i am trying to Apply the Arabic Patch i am beeing asked the below Questions and i am confused at the 4th and the 5th Question These are the file you get once you unzip the patch (Init,Init.Inp,Upgrade,OraSDUpg) Question: what is the file