10.1.3.2 and OC4J Standalone Install

Hello all.
It is great to see that JDeveloper 10.1.3.2 is available!!! I am curious as to the timeline for 10.1.3.2 App Server / Standalone?
If I develop an app in this version, I am of course going to need a container to deploy to. So, a timeline would be great! Or, is there a way to take the embedded OC4J and redeploy it as a standalone installation?
Thanks,
BradW

Hi,
Maybe the OC4J forum knows more
OC4J
Frank

Similar Messages

  • Difference between oc4j 10.1.3.1 and oc4j standalone 10.1.3.2

    Hi ,
    I have created an Application in OC4j standalone 10.1.3.2 which is working fine. Now i am trying to deploy the same application in oc4j 10.1.3.1 which is bundled with Application Server 10g Release 3 (10.1.3.x) and it deploys successfully.
    But when i run the application it does allow some transaction with the Database(not all as i am able to login). are there any difference in bundled JAR files that might be causing this issue?
    Any help is appreciated.

    Update:
    I compared all the JAR files from standalone OC4j with the ones bundled with OAS OC4J.
    Only a few files differed.
    I was able to isolate oc4j-internal.jar. If i copy oc4j-internal.jar of standalone OC4j to OAS Oc4j folder then my app seems to run fine.
    What is the significance of this file? also, will my upgrading of this file affect other apps deployed earlier in the OAS server? Please advise.
    Regards,
    Swen

  • Rmi versions for Jdev 9.052 (1618) and Oc4j standalone  10.1.2.0.2

    I get a rmi version error when using these products. How do you get the versions in sync? or should I be using a prior version of Oc4j ????
    thanks

    I get a rmi version error when using these products. How do you get the versions in sync? or should I be using a prior version of Oc4j ????
    thanks

  • OC4J standalone password failed

    hello
    i have application server 10.1.2.2.0 and OC4J standalone 10.1.3.1 installed on Redhat Linux OS .
    All Services in Infra , Middle and the OC4J standalone are UP .
    i try to login to the enterprise manager of the OC4J stand alone using oc4jadmin user , but have the error message ( Your username and/or password are invalid.).
    i try to reset OC4J administrator password using the OC4J Documentation from Oracle section H.3.1 Resetting the Administrator (oc4jadmin) Password
    or like the metalink ID 576587.1 , and i try to change the password from ldap too ,
    but without a result , i still cannot login to the OC4J Application Server Control Console .
    Any help please?

    I m using OC4J version 9.0.4.0.0 ,what is the ---user name--- for it
    I had used ias_home & oc4jadmin
    but it showing the error that javax.naming.AthunticationException;
    & invalid username for default oc4jadmin,connect failed;
    How to set the path to JSTL:
    i.e. for sqltaglib.tld
    How to deploy JSTL app's manually

  • OC4J Standalone 10.1.3 Upgrade

    Hi, I am upgrading my development environment to JDeveloper and OC4J Standalone 10.1.3 on WinXp Pro from JDeveloper and OC4J Standalone 10.1.2. After deploying my application to OC4J Standalone 10.1.3 I receive a NameNotFoundException for my EJB's (v 2.1). I am certain the EJB names are correct, it worked in 10.1.2. I can see from the Spy servlet that the EJB's are deployed. Can someone offer a suggestion on how to find the root problem here? Is this a permission issue maybe? Thank you.

    Avi Abrami,
    Thank you for responding. Indeed the EJB module is v2.0 in 10.1.2, my
    misunderstanding. The EJB's are local too. Also, the ejb's are deployed in an ear
    such that the ejb and war modules are included in the ear.
    Here is the code,
    env.put("java.naming.factory.initial", "com.evermind.server.ApplicationInitialContextFactory");
    ctx = new InitialContext(env);
    Object ref = ctx.lookup("ejb/SomeSession"); <-- Exception occurs here
    javax.naming.NameNotFoundException: ejb/SomeSession not found     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.rmi.RMIServerContext.lookup(RMIServerContext.java:202)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:259)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.ApplicationContext.lookup(ApplicationContext.java:199)     at
    com.oracle.naming.LookupFactory.lookupInContext(LookupFactory.java:42)     at
    com.oracle.naming.LookupFactory.getObjectInstance(LookupFactory.java:27)     at
    javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:301)     at
    com.oracle.naming.J2EEContext.lookup(J2EEContext.java:144)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.ApplicationContext.lookupInJavaContext(ApplicationContext.java:326)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.ApplicationContext.unprivileged_lookup(ApplicationContext.java:234)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.ApplicationContext.lookup(ApplicationContext.java:199)     at
    javax.naming.InitialContext.lookup(InitialContext.java:347)     at
    state.us.app.utility.naming.JndiLocator.lookup(JndiLocator.java:67)     at
    state.us.app.utility.naming.LocalHomeLocator.lookupLocalHome(LocalHomeLocator.java:148)     at state.us.app.business.SomeDelegate.<init>(SomeDelegate.java:124)     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)     at java.lang.reflect.Constructor.newInstance(Constructor.java:274)     at
    java.lang.Class.newInstance0(Class.java:308)     at
    java.lang.Class.newInstance(Class.java:261)     at
    state.us.app.utility.DelegateFactory.getDelegate(DelegateFactory.java:65)     at
    state.us.app.view.action.DisplayLoginAction.execute(DisplayLoginAction.java:51)     
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)     
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)     at
    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)     at
    org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)     at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:743)     at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle
    Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)     
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.EvermindPageContext.forward(EvermindPageContext.java:322)     at
    index.jspService(_index.java:96)     [SRC:/index.jsp:24]     at com.orionserver[Oracle
    Containers for J2EE 10g (10.1.3.0.0)
    ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at
    oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:662)     at
    oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:370)     at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)     at
    oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)     at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle
    Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)     at
    com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at
    oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0)
    ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:534)

  • Oc4j standalone 10.1.3.3 and service registry with ssl install help needed

    Hello,
    I'm trying to install service registry with oc4j standalone for testing and demoing but am having some difficulty with the ssl side of things.
    I have setup a oc4j standalone 10.1.3.3 and configured the following ports:
    default http port: 9991
    ormi port: 9992
    ormi ssl port: 9993
    https port: 9994
    I have configured oc4j standalone for SSl as per instructions by copying default-web-site.xml to secure-web-site.xml and added secure="true" to <web-site> tag and added <ssl-config keystore..../> as well. I've also modified server .xml and added <web-site path="./secure-web-site.xml" /> into the file.
    I have then installed service registry as a publication (discovery) with http port pointing to 9991 and ssl enabled pointing to 9994 with oracle database.
    I can load http://localhost:9991/ and also https://localhost:9994 and both secure and non-secure page loads fine for the oc4j webpage. I can load http://localhost:9991/registry/uddi/web/ page but when I click on any of the link on it tries to load https://localhost:9994/registry/uddi/web i get a http 404 not found error.
    Tried googling and searching the forum for info, but I'm in need of a little help on where I went wrong.
    Thanks

    Hy frank, thanks for your reply:
    We use a jdk shipped with jdeveloper for running OC4J;
    "<JDev install dir>\jdk\bin\java.exe"
    java -version says:
    java version "1.5.0_06"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
    Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode)
    Regards.
    Davide

  • PDK & OC4J Standalone Development Environment

    Hello Portal Gurus,
    I now seek the knowledge of setting up a development environment where I can register and test portlets. As of now I understand that you need to download and install the OC4J Standalone version. Once OC4J is installed follow the directions to add PDK support. I have registered my portlet provider and viewed the portlet provider's "congradulations page". Since then I have found out that you can test specific pages e.g. (Show, Edit, Help) by editing a properties page and setting the parameter testPageURI to the apporpriate page. The portlet runs fine until I try to set links to other pages in the deployed WAR (using UrlUtils), use PDK objects (PortletRenderRequest is null), and use PDK API's. Is there a way to test indivdual portlets (not providers) like they have in the portlet repository page in Oracle ias. Test the edit mode, show mode, and preview mode etc. I know I can change the testpageURI parameter but PDK functionality (objects, API's) just don't work.
    thanks!

    Hello Harsha,
    I could and have developed and tested my portlets against an Oracle AS Portal instance. Performance becomes a problem when I do remote development. It takes approximately 15 minutes to deploy a portlet via a broadband vpn connection vs. 1 minute when deploying my portlets via a LAN. (A 9 MB upload is slow). If I can develop and test my portlets on my local machine it would greatly reduce the time it takes to complete the development cycle.
    Thanks!

  • Seeing SampleWebProvider with jpdk v2 and oc4j

    I am trying to test the new jpdk version 2 with oc4j (9.0.2.0.0). I have successfully installed Oracle DB 9.0.1.1.1 and Oracle 9iAS 1.0.2.2.2a with patch 2.1.7.1.1 and 81715. The version of Portal is 3.0.9.8.2 and Oc4J is the Developers version 9.0.2.0.0. All on windows 2000.
    I have successfully tested the Provider test page which is going through the OC4J port. However, when I register it in Portal I can see the provider under the edit provider list but not when I attempt to view the repository or add a portlet.
    I also noticed that there is a file jpdk_dependencies.zip in the portal download area and this description indicates that this is needed when using OC4J standalone version 2. Unfortunately, it is a set of files and no indications where they should be placed.
    Any help would be appreciated.

    Larry,
    try to resolve prohttp.jar from your patch file folder (<ias_home>\portal30\patch-3-0-9-8-2\p30982\lib) with "loadjava -resolve -user portal30/portal30 prohttp.jar "
    You should set the oracle_home to point to your 9iDB home. At least this helped me.

  • Unable to start OC4J standalone server.

    Hi
    I have just started using Oracle 10g Portal Server. I have downladed the OC4J standalone and have installed at D:\JDeveloper\oc4j following the instructions of running the admin.jar creating the password. When I try starting the OC4J initializing it works fine starts the server with the message
    05/12/29 12:21:11 Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview 4 initialized
    But when I try to deploy a war file which I have created externally with the entries in aplication.xml
    <web-module id="mywar" path="../applications/mywar.war" />
    and default-web-site.xml
    <web-app application="default" name="mywar" root="/technology/mywar" />
    The server never starts up just hangs up with the message
    Starting OC4J from D:\JDeveloper\oc4j\j2ee\home ...
    If the entries are removed the server starts as usual.
    Can anyone let me know where is the problem I need to look at, because the war file works fine if deployed in tomcat or weblogic.
    Thanks in advance.

    Hi,
    As you asked me it is a simple war deployment. with the folder structure as
    simpleWar->index.jsp
    simpleWar->META-INF->application.xml
    simpleWar->WEB-INF->classes
    simpleWar->WEB-INF->lib
    simpleWar->WEB-INF->tld
    simpleWar->WEB-INF->struts-config.xml
    simpleWar->WEB-INF->validation.xml
    simpleWar->WEB-INF->validator-rules.xml
    simpleWar->WEB-INF->web.xml
    and the war file that I am creating is simpleWar.war.
    The contents of web.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
    <servlet>
    <servlet-name>action</servlet-name>
    <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    <init-param>
    <param-name>config</param-name>
    <param-value>/WEB-INF/struts-config.xml</param-value>
    </init-param>
    <init-param>
    <param-name>debug</param-name>
    <param-value>3</param-value>
    </init-param>
    <init-param>
    <param-name>detail</param-name>
    <param-value>3</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <!-- Action Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>action</servlet-name>
    <url-pattern>*.do</url-pattern>
    </servlet-mapping>
    <!-- The Welcome File List -->
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    <!-- tag libs -->
    <taglib>
    <taglib-uri>struts-html</taglib-uri>
    <taglib-location>/WEB-INF/tld/struts-html.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>struts-bean</taglib-uri>
    <taglib-location>/WEB-INF/tld/struts-bean.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>struts-logic</taglib-uri>
    <taglib-location>/WEB-INF/tld/struts-logic.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>util-tags</taglib-uri>
    <taglib-location>/WEB-INF/tld/tag-util.tld</taglib-location>
    </taglib>
    <taglib>
         <taglib-uri>example-taglib</taglib-uri>
         <taglib-location>/WEB-INF/tld/tag-util.tld</taglib-location>
    </taglib>
    </web-app>

  • How to clear cache on oc4j standalone?

    I have the 9.0.3 oc4j standalone running under solaris and for the life of me cannot figure out how to clear the cache. I run a jsp script then delete the jsp script and it still runs. Even if I restart the oc4j standalone and the jsp is deleted it still runs!!
    It is not a browser cache thing it must be the oc4j cache. Is there a way to clear this cache? This is a vanilla install of the oc4j standalone, no special webcache or anything. Thanks. -quinn

    A JSP is typically compiled and run from the j2ee\home\application-deployments directory. Delete everything in there to remove the cache.

  • Starting OC4J installed through ( java -jar oc4j.jar -install)

    Hi,
    I want to use MapViewer. I installed OC4J standalone,using the following command
    java -jar oc4j.jar -install and then installed MapViewer in directory "lbs" under Oracle home. After that I updated the following two files
    1) http-web-site.xml
    2) server.xml
    according to the installation guide. I have runned the scripts and imported the MapViewer's dmp into Scott's schema.
    My oracle httpService is running and is listening on normal http port i.e. 8080
    I have to do the following
    1) Start OC4J (How can I do that ? I tried it as
    java -jar E:\oracle\j2ee\home\OC4J.jar but it says that the (c:\config\server.xml, System can not find the path specified. Since this is not the actual path, actual one is ... E:\oracle\j2ee\home\config\server.xml ) 2) How to check that OC4J is running or not ?
    3) Wot and how to run in browser for viewing the output, i.e. any DML/retrieval from Spatial data/maps...
    I know, I m very near to get output, but sometimes it feels so far.
    Please help me... You may suggest any book, link, or reply to above questions..
    Thanx
    Zaaf.

    1) cd to j2ee/home
    then start as:
    java -jar oc4j.jar
    or
    java -jar E:\oracle\j2ee\home\oc4j.jar -config E:\oracle\j2ee\home\config\server.xml
    2) You will get a message that the server is started
    For details please look at http://otn.oracle.com/tech/java/oc4j/pdf/oc4j_so_usersguide_r2.pdf
    thanks
    Debu

  • Eclipse Lomboz and oc4j

    hi All,
    Can anyone guide me step by step as to how to configure oc4j standalone with Eclipse 3.0 and Lomboz J2EE plug -in. The default server settings that come with Lomboz has all the classpath settings wrong. I'm using oc4j 10.0.3.
    Thanks in advance.
    Regards,
    Niranjan

    Thanks for the quick reply. I switched to the 904 file and it's amost working. It's having trouble finding one library.
    {CLASSPATH}/javacache/lib/cache.jar
    on my local install, that .jar fiule is located under
    {CLASSPATH}/oc4j/javacache/lib/cache.jar
    Can I just modify the .server file, or am I missing something else.
    _mike                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • BPEL/OC4J Standalone w/OracleXE

    I am new to Oracle application server and BPEL so I apologize in advance if this is an easy question or if it's already answered.
    But I’m trying to set up a developer environment using the BPEL/OC4J standalone installation (as_windows_x86_bpel_101200.exe) using OracleXE as the supporting database. Some of our needs preclude the use of the “olite” DB that comes with this installation so we are trying to use XE. On the surface we think it should work but we are having some difficulties. It could be the way we are installing or it could be it simply won’t work.
    If someone has been successful at configuring this way, I only would like to know that it is possible so I don’t spend any more time on it.
    Thanks!

    Any help please with resolving the null pointer on all jsps launched that were created using the portlet item? any?

  • Regarding OC4J Standalone application -- "Out of Memory"

    Hi all,
    am installed the OC4J Standalone Application in windowns platform.......
    I am facing some problem.it's link "Out of Memory". my system RAM size is 2GB.
    we also increase JVM size in Server.xml file and also in command prompt. But again it is showing "Out Of Memory" and also we need to increase the OC4J file.
    Can anybody please help me to resolve this issue.
    Thanks in advance

    Can you post the actual exception you are seeing -- you may be running into the PermGen issue, which is different from the common heapsize issue.
    The JVM heapsize is not set in server.xml -- for standalone, its supplied on the command line where you start OC4J.
    For example:
    $>java -Xmx512m -Xms512m -jar oc4j.jar
    -steve-

  • Intermittent JVM crash when stopping oc4j or installing/reinstalling app

    The JVM is crashing intermittantly and I am getting the following error when stopping oc4j or installing/reinstalling an application. Any ideas you can provide me would be greatly appreciated. Thanks in Advance! The contents of the hs_err_pid file appears below:
    # An unexpected error has been detected by Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0xb642e40e, pid=10152, tid=2990115744
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
    # Problematic frame:
    # J EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$HashIterator.hasNext()Z
    # 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 (0x0813a800): JavaThread "DeployerRunnable Thread for dai-core" [_thread_in_Java, id=17757]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xc99afacf
    Registers:
    EAX=0x499afad0, EBX=0x86e6f328, ECX=0x443b6620, EDX=0x86e6f928
    ESP=0xb23972a0, EBP=0xb23972b8, ESI=0x499afad0, EDI=0x00000019
    EIP=0xb642e40e, CR2=0xc99afacf, EFLAGS=0x00210212
    Top of Stack: (sp=0xb23972a0)
    0xb23972a0: 443b6620 443b6620 b23972a8 86e6e4dc
    0xb23972b0: b23972d0 86e6ea28 b23972fc b5f2718d
    0xb23972c0: 00000000 b23972d0 86e6f910 b5f2718d
    0xb23972d0: 443b6620 00000009 498c47e0 b23972d4
    0xb23972e0: 8583aadb b239731c 858acf40 00000000
    0xb23972f0: 8583ade8 b23972d0 b239731c b2397348
    0xb2397300: b5f26edd 00000000 00000000 00000000
    0xb2397310: 00000000 443b6620 498c47e0 498c1010
    Instructions: (pc=0xb642e40e)
    0xb642e3fe: 66 90 8b 71 0c 83 fe 00 0f 84 67 00 00 00 3b 06
    0xb642e40e: 8b be ff ff ff 7f 83 ff 00 0f 85 a0 00 00 00 3b
    Stack: [0xb2348000,0xb2399000), sp=0xb23972a0, free space=316k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    J EDU.oswego.cs.dl.util.concurrent.ConcurrentReaderHashMap$HashIterator.hasNext()Z
    j com.evermind.server.http.HttpApplication.destroyServlets()V+23
    j com.evermind.server.http.HttpApplication.destroy()V+182
    j com.evermind.server.http.HttpApplication.stopCleanUp(Ljava/util/List;)V+10
    j com.evermind.server.http.HttpApplication.componentStop(Ljava/util/List;)V+26
    j com.evermind.server.Application.doStop()V+208
    j com.evermind.server.Application.stop()V+8
    j oracle.oc4j.admin.management.mbeans.J2EEStateManageableObjectBase.stop()V+108
    j oracle.oc4j.admin.management.mbeans.J2EEApplication.stop()V+323
    v ~StubRoutines::call_stub
    V [libjvm.so+0x20bc6d]
    V [libjvm.so+0x30a828]
    V [libjvm.so+0x20bb00]
    V [libjvm.so+0x33156f]
    V [libjvm.so+0x333f6c]
    V [libjvm.so+0x277c28]
    C [libjava.so+0x15224] Java_sun_reflect_NativeMethodAccessorImpl_invoke0+0x34
    J sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    j sun.reflect.misc.Trampoline.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+3
    j sun.reflect.GeneratedMethodAccessor40.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+40
    J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    j sun.reflect.misc.MethodUtil.invoke(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+63
    j javax.management.modelmbean.RequiredModelMBean.invokeMethod(Ljava/lang/String;Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+11
    j javax.management.modelmbean.RequiredModelMBean.invoke(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;+657
    j oracle.oc4j.admin.jmx.server.mbeans.model.DefaultModelMBeanImpl.invoke(Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;+65
    j com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;+28
    j com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;+13
    j oracle.oc4j.admin.jmx.server.state.ApplicationStateFilterMBeanServer.invoke(Ljavax/management/ObjectName;Ljava/lang/String;[Ljava/lang/Object;[Ljava/lang/String;)Ljava/lang/Object;+14
    j oracle.oc4j.admin.internal.ApplicationDeployer.stopApplication()V+45
    j oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(Z)Z+93
    j oracle.oc4j.admin.internal.DeployerBase.execute(Z)Ljava/util/Map;+58
    j oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun()V+47
    j oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run()V+53
    J com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run()V
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [libjvm.so+0x20bc6d]
    V [libjvm.so+0x30a828]
    V [libjvm.so+0x20b580]
    V [libjvm.so+0x20b60d]
    V [libjvm.so+0x27b845]
    V [libjvm.so+0x384190]
    V [libjvm.so+0x30b719]
    C [libpthread.so.0+0x53cc]
    P R O C E S S
    Java Threads: ( => current thread )
    =>0x0813a800 JavaThread "DeployerRunnable Thread for dai-core" [_thread_in_Java, id=17757]
    0x08137c00 JavaThread "EventManager::oc4j-128.115.222.7-23943-default" daemon [_thread_blocked, id=17756]
    0x08137000 JavaThread "Thread-102039" [_thread_blocked, id=17754]
    0xb1101400 JavaThread "ActiveMQ Session Task" daemon [_thread_blocked, id=17740]
    0x082d7400 JavaThread "MetricCollector:METRICCOLL50:5" daemon [_thread_blocked, id=17725]
    0x081c8800 JavaThread "RMICallHandler-12" [_thread_blocked, id=17716]
    0x081c8400 JavaThread "RMICallHandler-11" [_thread_blocked, id=17715]
    0x08191400 JavaThread "RMICallHandler-10" [_thread_blocked, id=17701]
    0xb359a800 JavaThread "RMIConnectionThread" [_thread_in_native, id=10419]
    0x080dd800 JavaThread "TimerThread300000" daemon [_thread_blocked, id=10399]
    0x08288400 JavaThread "CacheManager" daemon [_thread_blocked, id=10398]
    0x08268000 JavaThread "RMIConnectionThread" [_thread_in_native, id=10387]
    0xb355e000 JavaThread "EmChartCacheWorker" daemon [_thread_blocked, id=10386]
    0x0811c800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10328]
    0x0811b800 JavaThread "Thread-93" daemon [_thread_in_native, id=10327]
    0x0810f400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10326]
    0x08100c00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10324]
    0xb50bc000 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10322]
    0xb5267400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10320]
    0x081b6800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10318]
    0xb5224800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10314]
    0x081a7c00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10313]
    0xb35fec00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10310]
    0x08198c00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10308]
    0xb4cec800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10306]
    0xb522e400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10304]
    0x08188800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10302]
    0xb4d2e800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10301]
    0x0816e000 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10298]
    0xb4b4e400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10297]
    0xb52f8c00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10294]
    0xb50aa000 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10292]
    0xb4b46800 JavaThread "DestroyJavaVM" [_thread_blocked, id=10153]
    0xb35ffc00 JavaThread "TaskManager" [_thread_blocked, id=10291]
    0x081ce400 JavaThread "Timer-18" [_thread_blocked, id=10288]
    0xb35fd000 JavaThread "Timer-17" [_thread_blocked, id=10287]
    0xb35f1800 JavaThread "Timer-16" [_thread_blocked, id=10286]
    0xb3539400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10285]
    0xb35acc00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10282]
    0xb35ba400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10280]
    0xb3cb7c00 JavaThread "Timer-15" [_thread_blocked, id=10278]
    0xb35cac00 JavaThread "Timer-14" [_thread_blocked, id=10275]
    0xb35ce000 JavaThread "Timer-13" [_thread_blocked, id=10274]
    0xb35b5c00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10273]
    0xb35bc400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10271]
    0xb35be800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10269]
    0xb3997800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10266]
    0xb359bc00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10264]
    0xb353d800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10262]
    0xb39a1400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10260]
    0xb3996c00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10258]
    0xb359d400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10256]
    0xb358c000 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10254]
    0xb3542800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10252]
    0xb355ec00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10250]
    0xb359e000 JavaThread "Timer-12" [_thread_blocked, id=10247]
    0xb35a5000 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10246]
    0xb35a0800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10244]
    0xb35a2000 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10242]
    0xb3596c00 JavaThread "Timer-11" [_thread_blocked, id=10239]
    0xb3596000 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10238]
    0xb359c400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10236]
    0xb3595800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10234]
    0xb357fc00 JavaThread "Timer-10" [_thread_blocked, id=10231]
    0xb357f800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10230]
    0xb357d400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10228]
    0xb3579000 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10226]
    0xb353f800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10223]
    0xb3543400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10221]
    0xb353ec00 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10219]
    0xb3552400 JavaThread "Timer-9" [_thread_blocked, id=10217]
    0xb3550800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10215]
    0xb355c800 JavaThread "Thread-30" daemon [_thread_in_native, id=10214]
    0xb3544800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10212]
    0xb3548400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10209]
    0xb3547800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10207]
    0xb354f800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10205]
    0xb354e800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10203]
    0xb399fc00 JavaThread "Thread-23" daemon [_thread_in_native, id=10200]
    0xb3920000 JavaThread "Timer-8" [_thread_blocked, id=10197]
    0xb391e400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10196]
    0xb3916000 JavaThread "Thread-19" daemon [_thread_in_native, id=10195]
    0xb3915400 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10194]
    0xb49f1800 JavaThread "ActiveMQ Transport: tcp://dai3/128.115.222.163:61616" [_thread_in_native, id=10192]
    0xb4036800 JavaThread "Timer-7" [_thread_blocked, id=10189]
    0xb5225800 JavaThread "Timer-6" [_thread_blocked, id=10188]
    0xb4d23800 JavaThread "SystemThreadGroup-6" [_thread_in_native, id=10187]
    0xb4014800 JavaThread "SystemThreadGroup-5" [_thread_in_native, id=10186]
    0xb49f8400 JavaThread "SystemThreadGroup-4" [_thread_blocked, id=10185]
    0xb4d27c00 JavaThread "Timer-5" [_thread_blocked, id=10184]
    0xb49ff400 JavaThread "Timer-4" [_thread_blocked, id=10183]
    0xb50e2800 JavaThread "Timer-3" [_thread_blocked, id=10182]
    0xb49ea000 JavaThread "Timer-1" daemon [_thread_blocked, id=10180]
    0xb49a4c00 JavaThread "WorkExecutorWorkerThread-1" daemon [_thread_blocked, id=10179]
    0xb499ec00 JavaThread "Thread-8" daemon [_thread_blocked, id=10178]
    0xb496a400 JavaThread "Timer-0" [_thread_blocked, id=10176]
    0xb4d32c00 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=10175]
    0xb501cc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=10174]
    0xb4941c00 JavaThread "RMIServer [0.0.0.0:23943] count:1" [_thread_in_native, id=10173]
    0xb4b4d800 JavaThread "RMIServer [0.0.0.0:23791] count:1" [_thread_in_native, id=10172]
    0xb501ac00 JavaThread "JMSServer[salsa:9127]" [_thread_in_native, id=10171]
    0x0837d800 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=10170]
    0x08360400 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=10169]
    0x08324400 JavaThread "Timer ServiceThread" [_thread_blocked, id=10168]
    0x08368c00 JavaThread "Scheduler ServiceThread" [_thread_blocked, id=10167]
    0x0835b000 JavaThread "Event ServiceThread" [_thread_blocked, id=10166]
    0x0830a800 JavaThread "LogFlusher" daemon [_thread_blocked, id=10164]
    0x0830dc00 JavaThread "LogFlusher" daemon [_thread_blocked, id=10163]
    0x0830f400 JavaThread "LogFlusher" daemon [_thread_blocked, id=10162]
    0x0808c800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=10159]
    0x0808b000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=10158]
    0x08089c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=10157]
    0x08081800 JavaThread "Finalizer" daemon [_thread_blocked, id=10156]
    0x08080400 JavaThread "Reference Handler" daemon [_thread_blocked, id=10155]
    Other Threads:
    0x0807f000 VMThread [id=10154]
    0x0808e400 WatcherThread [id=10160]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 3648K, used 1498K [0x442a0000, 0x44690000, 0x49160000)
    eden space 3264K, 34% used [0x442a0000, 0x443b6b80, 0x445d0000)
    from space 384K, 100% used [0x445d0000, 0x44630000, 0x44630000)
    to space 384K, 0% used [0x44630000, 0x44630000, 0x44690000)
    tenured generation total 43488K, used 19246K [0x49160000, 0x4bbd8000, 0x842a0000)
    the space 43488K, 44% used [0x49160000, 0x4a42b9d8, 0x4a42ba00, 0x4bbd8000)
    compacting perm gen total 48640K, used 48465K [0x842a0000, 0x87220000, 0x942a0000)
    the space 48640K, 99% used [0x842a0000, 0x871f4458, 0x871f4600, 0x87220000)
    ro space 8192K, 73% used [0x942a0000, 0x94882560, 0x94882600, 0x94aa0000)
    rw space 12288K, 58% used [0x94aa0000, 0x95197448, 0x95197600, 0x956a0000)
    Dynamic libraries:
    0014e000-00156000 r-xp 00000000 08:01 91357260 /lib/tls/librt-2.3.4.so
    00156000-00157000 r-xp 00007000 08:01 91357260 /lib/tls/librt-2.3.4.so
    00157000-00158000 rwxp 00008000 08:01 91357260 /lib/tls/librt-2.3.4.so
    00158000-00162000 rwxp 00158000 00:00 0
    0028b000-002a1000 r-xp 00000000 08:01 91357186 /lib/ld-2.3.4.so
    002a1000-002a2000 r-xp 00015000 08:01 91357186 /lib/ld-2.3.4.so
    002a2000-002a3000 rwxp 00016000 08:01 91357186 /lib/ld-2.3.4.so
    002a5000-003cb000 r-xp 00000000 08:01 91357199 /lib/tls/libc-2.3.4.so
    003cb000-003cd000 r-xp 00125000 08:01 91357199 /lib/tls/libc-2.3.4.so
    003cd000-003cf000 rwxp 00127000 08:01 91357199 /lib/tls/libc-2.3.4.so
    003cf000-003d1000 rwxp 003cf000 00:00 0
    003d3000-003f4000 r-xp 00000000 08:01 91357212 /lib/tls/libm-2.3.4.so
    003f4000-003f5000 r-xp 00020000 08:01 91357212 /lib/tls/libm-2.3.4.so
    003f5000-003f6000 rwxp 00021000 08:01 91357212 /lib/tls/libm-2.3.4.so
    003f8000-003fa000 r-xp 00000000 08:01 91357214 /lib/libdl-2.3.4.so
    003fa000-003fb000 r-xp 00001000 08:01 91357214 /lib/libdl-2.3.4.so
    003fb000-003fc000 rwxp 00002000 08:01 91357214 /lib/libdl-2.3.4.so
    00501000-0050f000 r-xp 00000000 08:01 91357218 /lib/tls/libpthread-2.3.4.so
    0050f000-00510000 r-xp 0000d000 08:01 91357218 /lib/tls/libpthread-2.3.4.so
    00510000-00511000 rwxp 0000e000 08:01 91357218 /lib/tls/libpthread-2.3.4.so
    00511000-00513000 rwxp 00511000 00:00 0
    00623000-00632000 r-xp 00000000 08:01 91357234 /lib/libresolv-2.3.4.so
    00632000-00633000 r-xp 0000f000 08:01 91357234 /lib/libresolv-2.3.4.so
    00633000-00634000 rwxp 00010000 08:01 91357234 /lib/libresolv-2.3.4.so
    00634000-00636000 rwxp 00634000 00:00 0
    00820000-00827000 r-xp 00000000 08:01 68757852 /usr/X11R6/lib/libXi.so.6.0
    00827000-00828000 rwxp 00006000 08:01 68757852 /usr/X11R6/lib/libXi.so.6.0
    0083b000-00848000 r-xp 00000000 08:01 68759646 /usr/X11R6/lib/libXext.so.6.4
    00848000-00849000 rwxp 0000c000 08:01 68759646 /usr/X11R6/lib/libXext.so.6.4
    00870000-00877000 r-xp 00000000 08:01 68763552 /usr/X11R6/lib/libXrender.so.1.2.2
    00877000-00878000 rwxp 00006000 08:01 68763552 /usr/X11R6/lib/libXrender.so.1.2.2
    008b6000-008be000 r-xp 00000000 08:01 68763554 /usr/X11R6/lib/libXcursor.so.1.0.2
    008be000-008bf000 rwxp 00007000 08:01 68763554 /usr/X11R6/lib/libXcursor.so.1.0.2
    008e3000-009be000 r-xp 00000000 08:01 68758178 /usr/X11R6/lib/libX11.so.6.2
    009be000-009c2000 rwxp 000db000 08:01 68758178 /usr/X11R6/lib/libX11.so.6.2
    00b0a000-00b0e000 r-xp 00000000 08:01 68756642 /usr/X11R6/lib/libXtst.so.6.1
    00b0e000-00b0f000 rwxp 00003000 08:01 68756642 /usr/X11R6/lib/libXtst.so.6.1
    00c3e000-00c50000 r-xp 00000000 08:01 91357258 /lib/libnsl-2.3.4.so
    00c50000-00c51000 r-xp 00011000 08:01 91357258 /lib/libnsl-2.3.4.so
    00c51000-00c52000 rwxp 00012000 08:01 91357258 /lib/libnsl-2.3.4.so
    00c52000-00c54000 rwxp 00c52000 00:00 0
    06000000-06417000 r-xp 00000000 08:01 98304002 /u01/app/java/jdk1.6.0_03/jre/lib/i386/client/libjvm.so
    06417000-06430000 rwxp 00417000 08:01 98304002 /u01/app/java/jdk1.6.0_03/jre/lib/i386/client/libjvm.so
    06430000-0684f000 rwxp 06430000 00:00 0
    08048000-08052000 r-xp 00000000 08:01 98320386 /u01/app/java/jdk1.6.0_03/bin/java
    08052000-08053000 rwxp 00009000 08:01 98320386 /u01/app/java/jdk1.6.0_03/bin/java
    08053000-0877f000 rwxp 08053000 00:00 0
    442a0000-44690000 rwxp 442a0000 00:00 0
    44690000-49160000 rwxp 44690000 00:00 0
    49160000-4bbd8000 rwxp 49160000 00:00 0
    4bbd8000-842a0000 rwxp 4bbd8000 00:00 0
    842a0000-87220000 rwxp 842a0000 00:00 0
    87220000-942a0000 rwxp 87220000 00:00 0
    942a0000-94883000 r-xs 00001000 08:01 98304677 /u01/app/java/jdk1.6.0_03/jre/lib/i386/client/classes.jsa
    94883000-94aa0000 rwxp 94883000 00:00 0
    94aa0000-95198000 rwxp 005e4000 08:01 98304677 /u01/app/java/jdk1.6.0_03/jre/lib/i386/client/classes.jsa
    95198000-956a0000 rwxp 95198000 00:00 0
    956a0000-95779000 rwxp 00cdc000 08:01 98304677 /u01/app/java/jdk1.6.0_03/jre/lib/i386/client/classes.jsa
    95779000-95aa0000 rwxp 95779000 00:00 0
    95aa0000-95aa4000 r-xs 00db5000 08:01 98304677 /u01/app/java/jdk1.6.0_03/jre/lib/i386/client/classes.jsa
    95aa4000-95ea0000 rwxp 95aa4000 00:00 0
    b0b49000-b0b5e000 r-xp 00000000 08:01 98287757 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libdcpr.so
    b0b5e000-b0b71000 rwxp 00014000 08:01 98287757 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libdcpr.so
    b0f00000-b0f50000 rwxp b0f00000 00:00 0
    b0f50000-b1000000 ---p b0f50000 00:00 0
    b1100000-b11fd000 rwxp b1100000 00:00 0
    b11fd000-b1200000 ---p b11fd000 00:00 0
    b1226000-b122b000 r-xs 0002f000 08:01 98533404 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/dai-core-pre1.1.jar
    b122b000-b122d000 r-xs 0001a000 08:01 98533399 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/commons-modeler-2.0.1.jar
    b122d000-b122f000 r-xs 0000a000 08:01 98533396 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/commons-codec-1.3.jar
    b122f000-b1233000 r-xs 00031000 08:01 98533394 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/ciacCommmon-1.1.jar
    b1233000-b1234000 r-xs 00000000 08:01 98533393 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/ciac-bloomdex.jar
    b1234000-b1236000 r-xs 00001000 08:01 98533414 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/slf4j-api-1.1.0.jar
    b1236000-b1241000 r-xs 00073000 08:01 98533409 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/jsp-api-2.1.jar
    b1241000-b1242000 r-xs 00001000 08:01 98533415 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/slf4j-log4j12-1.1.0.jar
    b1242000-b1249000 r-xs 00053000 08:01 98533410 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/log4j-1.2.14.jar
    b1249000-b124e000 r-xs 00040000 08:01 98533397 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/commons-httpclient-3.0.1.jar
    b124e000-b1265000 r-xs 00112000 08:01 98533418 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/xercesImpl-2.8.1.jar
    b1265000-b1268000 rwxp b1265000 00:00 0
    b1268000-b12b6000 rwxp b1268000 00:00 0
    b12b6000-b12b9000 rwxp b12b6000 00:00 0
    b12b9000-b1307000 rwxp b12b9000 00:00 0
    b1307000-b130a000 ---p b1307000 00:00 0
    b130a000-b1358000 rwxp b130a000 00:00 0
    b1358000-b135b000 rwxp b1358000 00:00 0
    b135b000-b13a9000 rwxp b135b000 00:00 0
    b13a9000-b13ac000 rwxp b13a9000 00:00 0
    b13ac000-b13fa000 rwxp b13ac000 00:00 0
    b13fa000-b13fd000 rwxp b13fa000 00:00 0
    b13fd000-b144b000 rwxp b13fd000 00:00 0
    b144b000-b144e000 rwxp b144b000 00:00 0
    b144e000-b149c000 rwxp b144e000 00:00 0
    b149c000-b149f000 rwxp b149c000 00:00 0
    b149f000-b14ed000 rwxp b149f000 00:00 0
    b14ed000-b14f0000 ---p b14ed000 00:00 0
    b14f0000-b153e000 rwxp b14f0000 00:00 0
    b153e000-b1541000 ---p b153e000 00:00 0
    b1541000-b158f000 rwxp b1541000 00:00 0
    b158f000-b1592000 ---p b158f000 00:00 0
    b1592000-b15e0000 rwxp b1592000 00:00 0
    b15e0000-b15e3000 rwxp b15e0000 00:00 0
    b15e3000-b1631000 rwxp b15e3000 00:00 0
    b1631000-b1634000 ---p b1631000 00:00 0
    b1634000-b1682000 rwxp b1634000 00:00 0
    b1682000-b1685000 rwxp b1682000 00:00 0
    b1685000-b16d3000 rwxp b1685000 00:00 0
    b16d3000-b16d6000 ---p b16d3000 00:00 0
    b16d6000-b1724000 rwxp b16d6000 00:00 0
    b1724000-b1727000 rwxp b1724000 00:00 0
    b1727000-b1775000 rwxp b1727000 00:00 0
    b1775000-b1778000 ---p b1775000 00:00 0
    b1778000-b17c6000 rwxp b1778000 00:00 0
    b17c6000-b17c9000 ---p b17c6000 00:00 0
    b17c9000-b1817000 rwxp b17c9000 00:00 0
    b1817000-b181a000 rwxp b1817000 00:00 0
    b181a000-b1868000 rwxp b181a000 00:00 0
    b1868000-b186b000 rwxp b1868000 00:00 0
    b186b000-b18b9000 rwxp b186b000 00:00 0
    b18b9000-b18bc000 ---p b18b9000 00:00 0
    b18bc000-b190a000 rwxp b18bc000 00:00 0
    b190a000-b190d000 ---p b190a000 00:00 0
    b190d000-b195b000 rwxp b190d000 00:00 0
    b195b000-b195e000 rwxp b195b000 00:00 0
    b195e000-b19ac000 rwxp b195e000 00:00 0
    b19ac000-b19af000 rwxp b19ac000 00:00 0
    b19af000-b19fd000 rwxp b19af000 00:00 0
    b19fd000-b1a00000 ---p b19fd000 00:00 0
    b1a00000-b1a4e000 rwxp b1a00000 00:00 0
    b1a4e000-b1a51000 rwxp b1a4e000 00:00 0
    b1a51000-b1a9f000 rwxp b1a51000 00:00 0
    b1a9f000-b1aa2000 ---p b1a9f000 00:00 0
    b1aa2000-b1af0000 rwxp b1aa2000 00:00 0
    b1af0000-b1af3000 rwxp b1af0000 00:00 0
    b1af3000-b1b41000 rwxp b1af3000 00:00 0
    b1b41000-b1b44000 ---p b1b41000 00:00 0
    b1b44000-b1b92000 rwxp b1b44000 00:00 0
    b1b92000-b1b95000 rwxp b1b92000 00:00 0
    b1b95000-b1be3000 rwxp b1b95000 00:00 0
    b1be3000-b1be6000 ---p b1be3000 00:00 0
    b1be6000-b1c34000 rwxp b1be6000 00:00 0
    b1c34000-b1c37000 rwxp b1c34000 00:00 0
    b1c37000-b1c85000 rwxp b1c37000 00:00 0
    b1c85000-b1c88000 ---p b1c85000 00:00 0
    b1c88000-b1cd6000 rwxp b1c88000 00:00 0
    b1cd6000-b1cd9000 ---p b1cd6000 00:00 0
    b1cd9000-b1d27000 rwxp b1cd9000 00:00 0
    b1d27000-b1d2a000 rwxp b1d27000 00:00 0
    b1d2a000-b1d78000 rwxp b1d2a000 00:00 0
    b1d78000-b1d7b000 rwxp b1d78000 00:00 0
    b1d7b000-b1dc9000 rwxp b1d7b000 00:00 0
    b1dc9000-b1dcc000 ---p b1dc9000 00:00 0
    b1dcc000-b1e1a000 rwxp b1dcc000 00:00 0
    b1e1a000-b1e1d000 ---p b1e1a000 00:00 0
    b1e1d000-b1e6b000 rwxp b1e1d000 00:00 0
    b1e6b000-b1e6e000 rwxp b1e6b000 00:00 0
    b1e6e000-b1ebc000 rwxp b1e6e000 00:00 0
    b1ebc000-b1ebf000 ---p b1ebc000 00:00 0
    b1ebf000-b1f0d000 rwxp b1ebf000 00:00 0
    b1f0d000-b1f10000 rwxp b1f0d000 00:00 0
    b1f10000-b1f5e000 rwxp b1f10000 00:00 0
    b1f5e000-b1f61000 rwxp b1f5e000 00:00 0
    b1f61000-b1faf000 rwxp b1f61000 00:00 0
    b1faf000-b1fb2000 ---p b1faf000 00:00 0
    b1fb2000-b2022000 rwxp b1fb2000 00:00 0
    b2022000-b2100000 ---p b2022000 00:00 0
    b2111000-b2114000 ---p b2111000 00:00 0
    b2114000-b2162000 rwxp b2114000 00:00 0
    b2162000-b2165000 ---p b2162000 00:00 0
    b2165000-b21b3000 rwxp b2165000 00:00 0
    b21b3000-b21b6000 ---p b21b3000 00:00 0
    b21b6000-b2204000 rwxp b21b6000 00:00 0
    b2204000-b2207000 rwxp b2204000 00:00 0
    b2207000-b2255000 rwxp b2207000 00:00 0
    b2255000-b2258000 ---p b2255000 00:00 0
    b2258000-b22a6000 rwxp b2258000 00:00 0
    b22a6000-b22a9000 rwxp b22a6000 00:00 0
    b22a9000-b22f7000 rwxp b22a9000 00:00 0
    b22f7000-b22fa000 ---p b22f7000 00:00 0
    b22fa000-b2348000 rwxp b22fa000 00:00 0
    b2348000-b234b000 ---p b2348000 00:00 0
    b234b000-b2399000 rwxp b234b000 00:00 0
    b2399000-b239c000 ---p b2399000 00:00 0
    b239c000-b23ea000 rwxp b239c000 00:00 0
    b23ea000-b23ed000 rwxp b23ea000 00:00 0
    b23ed000-b243b000 rwxp b23ed000 00:00 0
    b243b000-b243e000 ---p b243b000 00:00 0
    b243e000-b248c000 rwxp b243e000 00:00 0
    b248c000-b248f000 ---p b248c000 00:00 0
    b248f000-b24dd000 rwxp b248f000 00:00 0
    b24dd000-b24e0000 ---p b24dd000 00:00 0
    b24e0000-b252e000 rwxp b24e0000 00:00 0
    b252e000-b2531000 ---p b252e000 00:00 0
    b2531000-b257f000 rwxp b2531000 00:00 0
    b257f000-b2582000 ---p b257f000 00:00 0
    b2582000-b25d0000 rwxp b2582000 00:00 0
    b25d0000-b25d3000 ---p b25d0000 00:00 0
    b25d3000-b2621000 rwxp b25d3000 00:00 0
    b2621000-b2624000 ---p b2621000 00:00 0
    b2624000-b2672000 rwxp b2624000 00:00 0
    b2672000-b2675000 ---p b2672000 00:00 0
    b2675000-b26c3000 rwxp b2675000 00:00 0
    b26c3000-b26c6000 rwxp b26c3000 00:00 0
    b26c6000-b2714000 rwxp b26c6000 00:00 0
    b2714000-b2717000 ---p b2714000 00:00 0
    b2717000-b2765000 rwxp b2717000 00:00 0
    b2765000-b2768000 ---p b2765000 00:00 0
    b2768000-b27b6000 rwxp b2768000 00:00 0
    b27b6000-b27b9000 ---p b27b6000 00:00 0
    b27b9000-b2807000 rwxp b27b9000 00:00 0
    b2807000-b280a000 ---p b2807000 00:00 0
    b280a000-b2858000 rwxp b280a000 00:00 0
    b2858000-b285b000 ---p b2858000 00:00 0
    b285b000-b28a9000 rwxp b285b000 00:00 0
    b28a9000-b28ac000 ---p b28a9000 00:00 0
    b28ac000-b28fa000 rwxp b28ac000 00:00 0
    b28fa000-b28fd000 ---p b28fa000 00:00 0
    b28fd000-b294b000 rwxp b28fd000 00:00 0
    b294b000-b294e000 ---p b294b000 00:00 0
    b294e000-b299c000 rwxp b294e000 00:00 0
    b299c000-b299f000 ---p b299c000 00:00 0
    b299f000-b29ed000 rwxp b299f000 00:00 0
    b29ed000-b29f0000 ---p b29ed000 00:00 0
    b29f0000-b2a3e000 rwxp b29f0000 00:00 0
    b2a3e000-b2a41000 ---p b2a3e000 00:00 0
    b2a41000-b2a8f000 rwxp b2a41000 00:00 0
    b2a8f000-b2a92000 ---p b2a8f000 00:00 0
    b2a92000-b2ae0000 rwxp b2a92000 00:00 0
    b2ae0000-b2ae3000 ---p b2ae0000 00:00 0
    b2ae3000-b2b31000 rwxp b2ae3000 00:00 0
    b2b31000-b2b34000 ---p b2b31000 00:00 0
    b2b34000-b2b82000 rwxp b2b34000 00:00 0
    b2b82000-b2b85000 ---p b2b82000 00:00 0
    b2b85000-b2bd3000 rwxp b2b85000 00:00 0
    b2bd3000-b2bd6000 ---p b2bd3000 00:00 0
    b2bd6000-b2c24000 rwxp b2bd6000 00:00 0
    b2c24000-b2c27000 ---p b2c24000 00:00 0
    b2c27000-b2c75000 rwxp b2c27000 00:00 0
    b2c75000-b2c78000 ---p b2c75000 00:00 0
    b2c78000-b2cc6000 rwxp b2c78000 00:00 0
    b2cc6000-b2cc9000 ---p b2cc6000 00:00 0
    b2cc9000-b2d17000 rwxp b2cc9000 00:00 0
    b2d17000-b2d1a000 rwxp b2d17000 00:00 0
    b2d1a000-b2d68000 rwxp b2d1a000 00:00 0
    b2d68000-b2d6b000 ---p b2d68000 00:00 0
    b2d6b000-b2db9000 rwxp b2d6b000 00:00 0
    b2db9000-b2dbc000 ---p b2db9000 00:00 0
    b2dbc000-b2e0a000 rwxp b2dbc000 00:00 0
    b2e0a000-b2e0d000 ---p b2e0a000 00:00 0
    b2e0d000-b2e5b000 rwxp b2e0d000 00:00 0
    b2e5b000-b2e5e000 rwxp b2e5b000 00:00 0
    b2e5e000-b2eac000 rwxp b2e5e000 00:00 0
    b2eac000-b2eaf000 ---p b2eac000 00:00 0
    b2eaf000-b2efd000 rwxp b2eaf000 00:00 0
    b2efd000-b2f00000 ---p b2efd000 00:00 0
    b2f00000-b2f4e000 rwxp b2f00000 00:00 0
    b2f4e000-b2f51000 ---p b2f4e000 00:00 0
    b2f51000-b2f9f000 rwxp b2f51000 00:00 0
    b2f9f000-b2fa2000 rwxp b2f9f000 00:00 0
    b2fa2000-b2ff0000 rwxp b2fa2000 00:00 0
    b2ff0000-b2ff3000 ---p b2ff0000 00:00 0
    b2ff3000-b3041000 rwxp b2ff3000 00:00 0
    b3041000-b3044000 ---p b3041000 00:00 0
    b3044000-b3092000 rwxp b3044000 00:00 0
    b3092000-b3095000 rwxp b3092000 00:00 0
    b3095000-b30e3000 rwxp b3095000 00:00 0
    b30e3000-b30e6000 ---p b30e3000 00:00 0
    b30e6000-b3134000 rwxp b30e6000 00:00 0
    b3134000-b3137000 ---p b3134000 00:00 0
    b3137000-b3185000 rwxp b3137000 00:00 0
    b3185000-b3188000 ---p b3185000 00:00 0
    b3188000-b31d6000 rwxp b3188000 00:00 0
    b31d6000-b31d9000 ---p b31d6000 00:00 0
    b31d9000-b3227000 rwxp b31d9000 00:00 0
    b3227000-b322a000 rwxp b3227000 00:00 0
    b322a000-b3278000 rwxp b322a000 00:00 0
    b3278000-b327b000 ---p b3278000 00:00 0
    b327b000-b32c9000 rwxp b327b000 00:00 0
    b32c9000-b32cc000 ---p b32c9000 00:00 0
    b32cc000-b331a000 rwxp b32cc000 00:00 0
    b331a000-b331d000 ---p b331a000 00:00 0
    b331d000-b336b000 rwxp b331d000 00:00 0
    b336b000-b336e000 ---p b336b000 00:00 0
    b336e000-b33bc000 rwxp b336e000 00:00 0
    b33bc000-b33bf000 ---p b33bc000 00:00 0
    b33bf000-b340d000 rwxp b33bf000 00:00 0
    b340d000-b3410000 ---p b340d000 00:00 0
    b3410000-b345e000 rwxp b3410000 00:00 0
    b345e000-b3461000 rwxp b345e000 00:00 0
    b3461000-b34af000 rwxp b3461000 00:00 0
    b34af000-b34b2000 ---p b34af000 00:00 0
    b34b2000-b3600000 rwxp b34b2000 00:00 0
    b3615000-b3618000 r-xs 0001e000 08:01 98533413 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/servlet-api-2.5-6.1.1.jar
    b3618000-b363b000 r-xs 00344000 08:01 98533403 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/core-3.1.1.jar
    b363b000-b363e000 ---p b363b000 00:00 0
    b363e000-b368c000 rwxp b363e000 00:00 0
    b369f000-b36a5000 r-xs 0006b000 08:01 98533405 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/jetty-6.1.1.jar
    b36a5000-b36aa000 r-xs 0002a000 08:01 98533395 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/commons-beanutils.jar
    b36aa000-b36b9000 r-xs 000ee000 08:01 98533391 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/ant-1.6.5.jar
    b36b9000-b36bc000 r-xs 0001a000 08:01 98533407 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/jetty-util-6.1.1.jar
    b36bc000-b36c5000 r-xs 00092000 08:01 98533408 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/jsp-2.1.jar
    b36c5000-b36c7000 r-xs 00008000 08:01 98533398 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/commons-logging-1.0.4.jar
    b36c7000-b36c9000 r-xs 00005000 08:01 98533406 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/dai-core/dai-core-pre1.1/WEB-INF/lib/jetty-management-6.1.1.jar
    b36c9000-b36cc000 rwxp b36c9000 00:00 0
    b36cc000-b371a000 rwxp b36cc000 00:00 0
    b371a000-b371d000 ---p b371a000 00:00 0
    b371d000-b376b000 rwxp b371d000 00:00 0
    b376b000-b376e000 ---p b376b000 00:00 0
    b376e000-b37bc000 rwxp b376e000 00:00 0
    b37bc000-b37bf000 ---p b37bc000 00:00 0
    b37bf000-b380d000 rwxp b37bf000 00:00 0
    b380d000-b3810000 ---p b380d000 00:00 0
    b3810000-b385e000 rwxp b3810000 00:00 0
    b385e000-b3861000 ---p b385e000 00:00 0
    b3861000-b38af000 rwxp b3861000 00:00 0
    b38af000-b38b2000 ---p b38af000 00:00 0
    b38b2000-b39fb000 rwxp b38b2000 00:00 0
    b39fb000-b3a00000 ---p b39fb000 00:00 0
    b3a00000-b3a50000 r-xs 00403000 08:01 98189978 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applib/apache-activemq-4.1.1.jar
    b3a50000-b3a53000 ---p b3a50000 00:00 0
    b3a53000-b3aa1000 rwxp b3a53000 00:00 0
    b3aa1000-b3aa4000 ---p b3aa1000 00:00 0
    b3aa4000-b3af2000 rwxp b3aa4000 00:00 0
    b3b06000-b3b08000 r-xs 0000c000 08:01 98205822 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/share.jar
    b3b0c000-b3b0f000 rwxp b3b0c000 00:00 0
    b3b0f000-b3b5d000 rwxp b3b0f000 00:00 0
    b3b5e000-b3b61000 ---p b3b5e000 00:00 0
    b3b61000-b3baf000 rwxp b3b61000 00:00 0
    b3baf000-b3bb2000 ---p b3baf000 00:00 0
    b3bb2000-b3cf9000 rwxp b3bb2000 00:00 0
    b3cf9000-b3d00000 ---p b3cf9000 00:00 0
    b3d07000-b3d0e000 r-xs 0043c000 08:01 98205827 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/ascontroljsp.jar
    b3d0e000-b3d45000 r-xs 005f5000 08:01 98205819 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/ascontrol.jar
    b3d46000-b3d8e000 r-xs 0031d000 08:01 98205823 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/uix2.jar
    b3dad000-b3db1000 r-xp 00000000 08:01 91357230 /lib/libnss_dns-2.3.4.so
    b3db1000-b3db2000 r-xp 00003000 08:01 91357230 /lib/libnss_dns-2.3.4.so
    b3db2000-b3db3000 rwxp 00004000 08:01 91357230 /lib/libnss_dns-2.3.4.so
    b3dc9000-b3dcc000 ---p b3dc9000 00:00 0
    b3dcc000-b3e1a000 rwxp b3dcc000 00:00 0
    b3e1a000-b3e1d000 ---p b3e1a000 00:00 0
    b3e1d000-b3e6b000 rwxp b3e1d000 00:00 0
    b3e6b000-b3e6e000 ---p b3e6b000 00:00 0
    b3e6e000-b3ebc000 rwxp b3e6e000 00:00 0
    b3ebc000-b3ebf000 ---p b3ebc000 00:00 0
    b3ebf000-b3f0d000 rwxp b3ebf000 00:00 0
    b3f0d000-b3f10000 ---p b3f0d000 00:00 0
    b3f10000-b3f5e000 rwxp b3f10000 00:00 0
    b3f5e000-b3f61000 ---p b3f5e000 00:00 0
    b3f61000-b3faf000 rwxp b3f61000 00:00 0
    b3faf000-b3fb2000 ---p b3faf000 00:00 0
    b3fb2000-b40fe000 rwxp b3fb2000 00:00 0
    b40fe000-b4100000 ---p b40fe000 00:00 0
    b4117000-b411a000 ---p b4117000 00:00 0
    b411a000-b4168000 rwxp b411a000 00:00 0
    b4168000-b416b000 ---p b4168000 00:00 0
    b416b000-b41b9000 rwxp b416b000 00:00 0
    b41b9000-b41bc000 ---p b41b9000 00:00 0
    b41bc000-b420a000 rwxp b41bc000 00:00 0
    b4210000-b4213000 ---p b4210000 00:00 0
    b4213000-b4261000 rwxp b4213000 00:00 0
    b4261000-b4264000 ---p b4261000 00:00 0
    b4264000-b42b2000 rwxp b4264000 00:00 0
    b42b2000-b4330000 r-xp 00000000 08:01 98287761 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libfontmanager.so
    b4330000-b433a000 rwxp 0007e000 08:01 98287761 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libfontmanager.so
    b433a000-b433f000 rwxp b433a000 00:00 0
    b433f000-b437d000 r-xp 00000000 08:01 98304008 /u01/app/java/jdk1.6.0_03/jre/lib/i386/xawt/libmawt.so
    b437d000-b437f000 rwxp 0003e000 08:01 98304008 /u01/app/java/jdk1.6.0_03/jre/lib/i386/xawt/libmawt.so
    b437f000-b4380000 rwxp b437f000 00:00 0
    b4380000-b4446000 r-xp 00000000 08:01 98287758 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libmlib_image.so
    b4446000-b4447000 rwxp 000c5000 08:01 98287758 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libmlib_image.so
    b4447000-b44c2000 r-xp 00000000 08:01 98287759 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libawt.so
    b44c2000-b44c9000 rwxp 0007b000 08:01 98287759 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libawt.so
    b44c9000-b44ed000 rwxp b44c9000 00:00 0
    b44f2000-b44f5000 ---p b44f2000 00:00 0
    b44f5000-b4543000 rwxp b44f5000 00:00 0
    b4543000-b4546000 ---p b4543000 00:00 0
    b4546000-b4594000 rwxp b4546000 00:00 0
    b4594000-b4597000 ---p b4594000 00:00 0
    b4597000-b45e5000 rwxp b4597000 00:00 0
    b45fd000-b460d000 r-xs 000b3000 08:01 98189321 /u01/app/oc4j/oc4j-10.1.3.3.0/lib/dsv2.jar
    b460d000-b4620000 r-xs 000f4000 08:01 98189842 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/jsp/lib/taglib/ojsputil.jar
    b4620000-b4641000 r-xs 00235000 08:01 98189927 /u01/app/oc4j/oc4j-10.1.3.3.0/toplink/jlib/toplink-essentials.jar
    b466a000-b466b000 r-xs 00000000 08:01 98205749 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/connectors/datasources/datasources/datasources.jar
    b466b000-b4670000 r-xs 0003c000 08:01 98189910 /u01/app/oc4j/oc4j-10.1.3.3.0/lib/dmsapp.jar
    b4670000-b4671000 r-xs 00006000 08:01 98189930 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/JMXSoapAdapterShared.jar
    b4671000-b4675000 r-xs 00024000 08:01 98189955 /u01/app/oc4j/oc4j-10.1.3.3.0/xqs/lib/xds.jar
    b4675000-b4677000 r-xs 0001b000 08:01 98189956 /u01/app/oc4j/oc4j-10.1.3.3.0/xqs/lib/xqs-api.jar
    b4677000-b467b000 r-xs 0002e000 08:01 98189504 /u01/app/oc4j/oc4j-10.1.3.3.0/diagnostics/lib/ojdl2.jar
    b467b000-b467e000 r-xs 00012000 08:01 98189928 /u01/app/oc4j/oc4j-10.1.3.3.0/toplink/jlib/toplink-oc4j.jar
    b467e000-b4680000 r-xs 0000a000 08:01 98189900 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/jssl-1_1.jar
    b4680000-b4690000 r-xs 000bd000 08:01 98189936 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/orajaxr.jar
    b4690000-b4692000 r-xs 0000c000 08:01 98189939 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/orawsmetadata.jar
    b4692000-b4698000 r-xs 0005d000 08:01 98189946 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/wsif.jar
    b4698000-b46a3000 r-xs 000c9000 08:01 98189319 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/wsserver.jar
    b46a3000-b46b1000 r-xs 001ab000 08:01 98189901 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/ldapjclnt10.jar
    b46b1000-b46b4000 r-xs 00055000 08:01 98189827 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/jazn.jar
    b46b4000-b46be000 r-xs 00113000 08:01 98189839 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/jazncore.jar
    b46be000-b46bf000 r-xs 00001000 08:01 98189825 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/jacc-spi.jar
    b46bf000-b46c0000 r-xs 00009000 08:01 98189919 /u01/app/oc4j/oc4j-10.1.3.3.0/opmn/lib/optic.jar
    b46c0000-b46c1000 r-xs 00001000 08:01 98205826 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/ojdl-log4j.jar
    b46c1000-b46c9000 r-xs 00072000 08:01 98205824 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/ohw.jar
    b46c9000-b46cc000 ---p b46c9000 00:00 0
    b46cc000-b471a000 rwxp b46cc000 00:00 0
    b471a000-b471d000 ---p b471a000 00:00 0
    b471d000-b476b000 rwxp b471d000 00:00 0
    b476b000-b476e000 ---p b476b000 00:00 0
    b476e000-b47bc000 rwxp b476e000 00:00 0
    b47bc000-b47bf000 ---p b47bc000 00:00 0
    b47bf000-b480d000 rwxp b47bf000 00:00 0
    b480d000-b4810000 ---p b480d000 00:00 0
    b4810000-b485e000 rwxp b4810000 00:00 0
    b485e000-b4861000 ---p b485e000 00:00 0
    b4861000-b48af000 rwxp b4861000 00:00 0
    b48af000-b48b2000 ---p b48af000 00:00 0
    b48b2000-b4a00000 rwxp b48b2000 00:00 0
    b4a04000-b4a0d000 r-xs 00049000 08:01 98205814 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/backport-util-concurrent.jar
    b4a0d000-b4a4a000 r-xs 0057a000 08:01 98205816 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/content_admin.jar
    b4a4a000-b4a4d000 ---p b4a4a000 00:00 0
    b4a4d000-b4a9b000 rwxp b4a4d000 00:00 0
    b4a9b000-b4a9e000 ---p b4a9b000 00:00 0
    b4a9e000-b4aec000 rwxp b4a9e000 00:00 0
    b4aec000-b4aff000 r-xp 00000000 08:01 98287748 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libnet.so
    b4aff000-b4b00000 rwxp 00013000 08:01 98287748 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libnet.so
    b4b00000-b4bfc000 rwxp b4b00000 00:00 0
    b4bfc000-b4c00000 ---p b4bfc000 00:00 0
    b4c00000-b4cfe000 rwxp b4c00000 00:00 0
    b4cfe000-b4d00000 ---p b4cfe000 00:00 0
    b4d00000-b4dfe000 rwxp b4d00000 00:00 0
    b4dfe000-b4e00000 ---p b4dfe000 00:00 0
    b4e21000-b4e22000 r-xp 00000000 08:01 68846553 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    b4e22000-b4e23000 rwxp 00000000 08:01 68846553 /usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2
    b4e23000-b4e29000 r-xs 00000000 08:01 68780320 /usr/lib/gconv/gconv-modules.cache
    b4e29000-b4e2c000 r-xs 00013000 08:01 98287778 /u01/app/java/jdk1.6.0_03/jre/lib/jce.jar
    b4e2c000-b4e33000 r-xs 00106000 08:01 98287791 /u01/app/java/jdk1.6.0_03/jre/lib/resources.jar
    b4e52000-b4e54000 r-xs 0000f000 08:01 98205817 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/portalem.jar
    b4e54000-b4e56000 r-xs 0003b000 08:01 98205815 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/content_jsp.jar
    b4e56000-b4e5c000 r-xs 00085000 08:01 98205820 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/jcb.jar
    b4e5c000-b4e5d000 r-xs 0000f000 08:01 98205818 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/portaljsp.jar
    b4e5d000-b4e5f000 r-xs 00015000 08:01 98205825 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/log4j-core.jar
    b4e5f000-b4e61000 r-xs 00006000 08:01 98205821 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/ascontrol/ascontrol/WEB-INF/lib/regexp.jar
    b4e61000-b4e68000 r-xs 000fe000 08:01 98189894 /u01/app/oc4j/oc4j-10.1.3.3.0/javavm/lib/jasper.zip
    b4e68000-b4e6a000 r-xs 00008000 08:01 98189826 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/jaccprovider.jar
    b4e6a000-b4e6d000 r-xs 0001d000 08:01 98189863 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/jmxcluster.jar
    b4e6d000-b4e6f000 r-xs 00008000 08:01 98189823 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/iiop_gen_bin.jar
    b4e6f000-b4e74000 r-xs 00034000 08:01 98189877 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/orbbase.jar
    b4e74000-b4e79000 r-xs 0001a000 08:01 98189855 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/iiop_support.jar
    b4e79000-b4ea1000 r-xs 001df000 08:01 98189871 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/oc4j_orb.jar
    b4ea1000-b4eac000 r-xs 00113000 08:01 98189876 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/ojsp.jar
    b4eac000-b4eae000 r-xs 00035000 08:01 98189869 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/oc4j-schemas.jar
    b4eae000-b4eb3000 r-xs 0003a000 08:01 98189874 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/oems-jms-server.jar
    b4eb3000-b4eb9000 r-xs 00040000 08:01 98189872 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/oems-jms-client.jar
    b4eb9000-b4ebb000 r-xs 00004000 08:01 98189873 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/oems-jms-oc4j.jar
    b4ebb000-b4f38000 r-xs 008b1000 08:01 98189867 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/oc4j-internal.jar
    b4f38000-b4f48000 r-xs 0011f000 08:01 98189914 /u01/app/oc4j/oc4j-10.1.3.3.0/lib/xmlparserv2.jar
    b4f5d000-b4f62000 r-xs 00045000 08:01 98205755 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/connectors/OracleASjms/OracleASjms/gjra.jar
    b4f62000-b4f68000 r-xs 0004f000 08:01 98189880 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/scheduler.jar
    b4f68000-b4f71000 r-xs 000a2000 08:01 98189954 /u01/app/oc4j/oc4j-10.1.3.3.0/xqs/lib/d3l.jar
    b4f71000-b4f7f000 r-xs 0010a000 08:01 98189860 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/jgroups-core.jar
    b4f7f000-b4f81000 r-xs 00008000 08:01 98189931 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/commons-logging.jar
    b4f81000-b4f93000 r-xs 00123000 08:01 98189851 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/crimson_1_1_3.jar
    b4f93000-b4f95000 r-xs 00003000 08:01 98189845 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/asm-attrs.jar
    b4f95000-b4f96000 r-xs 00006000 08:01 98189846 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/asm.jar
    b4f96000-b4fa0000 r-xs 00075000 08:01 98189847 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/bcel.jar
    b4fa0000-b4fa3000 r-xs 00019000 08:01 98189848 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/commons-el.jar
    b4fa3000-b4fa8000 r-xs 0005b000 08:01 98189899 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/jaxen.jar
    b4fa8000-b4fad000 r-xs 0004c000 08:01 98189854 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/http_client.jar
    b4fad000-b4fb5000 r-xs 00045000 08:01 98189938 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/orawsdl.jar
    b4fb5000-b4fc8000 r-xs 001d0000 08:01 98189923 /u01/app/oc4j/oc4j-10.1.3.3.0/sqlj/lib/translator.jar
    b4fc8000-b4fce000 r-xs 0003e000 08:01 98189921 /u01/app/oc4j/oc4j-10.1.3.3.0/sqlj/lib/runtime12.jar
    b4fce000-b4fd1000 r-xs 00020000 08:01 98189317 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/wsdl.jar
    b4fd1000-b4fd6000 r-xs 00047000 08:01 98189952 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/wssecurity.jar
    b4fd6000-b4fd9000 r-xs 00019000 08:01 98189903 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/oraclepki.jar
    b4fd9000-b4fde000 r-xs 0004f000 08:01 98189902 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/ojpse.jar
    b4fde000-b4fe0000 r-xs 00015000 08:01 98189906 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/osdt_saml.jar
    b4fe0000-b5000000 r-xs 002a2000 08:01 98189844 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/adminclient.jar
    b5000000-b50ff000 rwxp b5000000 00:00 0
    b50ff000-b5100000 ---p b50ff000 00:00 0
    b5100000-b5102000 r-xs 00037000 08:01 98189514 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/jmsrouter-ejb.jar
    b5103000-b5105000 r-xs 00003000 08:01 98189509 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/applications/admin_ejb.jar
    b5105000-b510c000 r-xp 00000000 08:01 98287749 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libnio.so
    b510c000-b510d000 rwxp 00006000 08:01 98287749 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libnio.so
    b510e000-b5111000 r-xs 00025000 08:01 98189907 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/osdt_wss.jar
    b5111000-b5115000 r-xs 0005c000 08:01 98189908 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/osdt_xmlsec.jar
    b5115000-b511b000 r-xs 00091000 08:01 98287777 /u01/app/java/jdk1.6.0_03/jre/lib/jsse.jar
    b511b000-b511e000 r-xs 0003d000 08:01 98189904 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/osdt_cert.jar
    b511e000-b5122000 r-xs 00070000 08:01 98189905 /u01/app/oc4j/oc4j-10.1.3.3.0/jlib/osdt_core.jar
    b5122000-b5128000 r-xs 0004f000 08:01 98189316 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/soap.jar
    b5128000-b512f000 r-xs 000ea000 08:01 98189893 /u01/app/oc4j/oc4j-10.1.3.3.0/javacache/lib/cache.jar
    b512f000-b5132000 r-xs 00028000 08:01 98189943 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/testpage.jar
    b5132000-b5136000 r-xs 0002a000 08:01 98189940 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/orawsrm.jar
    b5136000-b5137000 r-xs 00004000 08:01 98189941 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/relaxngDatatype.jar
    b5137000-b513b000 r-xs 00023000 08:01 98189935 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/mdds.jar
    b513b000-b5140000 r-xs 00037000 08:01 98189953 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/xsdlib.jar
    b5140000-b5146000 r-xs 00035000 08:01 98189937 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/orasaaj.jar
    b5146000-b5167000 r-xs 00219000 08:01 98189945 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/wsclient.jar
    b5167000-b516c000 r-xs 00053000 08:01 98189924 /u01/app/oc4j/oc4j-10.1.3.3.0/toplink/jlib/antlr.jar
    b516c000-b51b8000 r-xs 004d6000 08:01 98189929 /u01/app/oc4j/oc4j-10.1.3.3.0/toplink/jlib/toplink.jar
    b51b8000-b51be000 r-xs 0009f000 08:01 98189915 /u01/app/oc4j/oc4j-10.1.3.3.0/lib/xquery.jar
    b51be000-b51c0000 r-xs 0002e000 08:01 98189917 /u01/app/oc4j/oc4j-10.1.3.3.0/lib/xsu12.jar
    b51c0000-b51c1000 r-xs 0009a000 08:01 98189913 /u01/app/oc4j/oc4j-10.1.3.3.0/lib/xmlmesg.jar
    b51c1000-b51c9000 r-xs 0007e000 08:01 98189912 /u01/app/oc4j/oc4j-10.1.3.3.0/lib/xml.jar
    b51c9000-b51e2000 r-xs 004c7000 08:01 98189897 /u01/app/oc4j/oc4j-10.1.3.3.0/jdbc/lib/orai18n.jar
    b51e2000-b51e3000 r-xs 00003000 08:01 98189875 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/ojms-provider.jar
    b51e3000-b51e8000 r-xs 000c5000 08:01 98189920 /u01/app/oc4j/oc4j-10.1.3.3.0/rdbms/jlib/aqapi.jar
    b51e8000-b51e9000 r-xs 0000d000 08:01 98189895 /u01/app/oc4j/oc4j-10.1.3.3.0/jdbc/lib/ocrs12.jar
    b51e9000-b51eb000 r-xs 0000c000 08:01 98189918 /u01/app/oc4j/oc4j-10.1.3.3.0/opmn/lib/ons.jar
    b51eb000-b51f9000 r-xs 00145000 08:01 98189896 /u01/app/oc4j/oc4j-10.1.3.3.0/jdbc/lib/ojdbc14dms.jar
    b51f9000-b51fe000 r-xs 00042000 08:01 98189909 /u01/app/oc4j/oc4j-10.1.3.3.0/lib/dms.jar
    b51fe000-b5200000 r-xs 00010000 08:01 98189503 /u01/app/oc4j/oc4j-10.1.3.3.0/diagnostics/lib/ojdl.jar
    b5200000-b52fb000 rwxp b5200000 00:00 0
    b52fb000-b5300000 ---p b52fb000 00:00 0
    b5300000-b5302000 r-xs 00001000 08:01 98189934 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/jws-api.jar
    b5302000-b5304000 r-xs 00003000 08:01 98189942 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/saaj-api.jar
    b5304000-b5306000 r-xs 00005000 08:01 98189933 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/jaxrpc-api.jar
    b5306000-b5308000 r-xs 00006000 08:01 98189932 /u01/app/oc4j/oc4j-10.1.3.3.0/webservices/lib/jaxr-api.jar
    b5308000-b5309000 r-xs 00000000 08:01 98189859 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/jax-qname-namespace.jar
    b5309000-b530a000 r-xs 00006000 08:01 98189862 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/jmx_remote_api.jar
    b530a000-b530c000 r-xs 00006000 08:01 98189850 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/connector.jar
    b530c000-b530d000 r-xs 00005000 08:01 98189856 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/jacc-api.jar
    b530d000-b530f000 r-xs 00001000 08:01 98189865 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/jta.jar
    b530f000-b5311000 r-xs 00005000 08:01 98189861 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/jms.jar
    b5311000-b5315000 r-xs 00020000 08:01 98189881 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/servlet.jar
    b5315000-b5317000 r-xs 00004000 08:01 98189858 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/javax88.jar
    b5317000-b5319000 r-xs 00002000 08:01 98189857 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/javax77.jar
    b5319000-b531b000 r-xs 00002000 08:01 98189852 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/ejb.jar
    b531b000-b531d000 r-xs 00003000 08:01 98189853 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/ejb30.jar
    b531d000-b5320000 r-xs 00009000 08:01 98189879 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/persistence.jar
    b5320000-b5326000 r-xs 0004f000 08:01 98189866 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/mail.jar
    b5326000-b5328000 r-xs 0000c000 08:01 98189843 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/activation.jar
    b5328000-b532b000 r-xs 00015000 08:01 98189870 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/oc4j-unsupported-api.jar
    b532b000-b532d000 r-xs 0000b000 08:01 98189882 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/oc4j-api.jar
    b532d000-b5330000 r-xs 00027000 08:01 98287725 /u01/app/java/jdk1.6.0_03/jre/lib/ext/sunjce_provider.jar
    b5330000-b5333000 r-xs 00034000 08:01 98287726 /u01/app/java/jdk1.6.0_03/jre/lib/ext/sunpkcs11.jar
    b5333000-b5335000 r-xs 00001000 08:01 98287727 /u01/app/java/jdk1.6.0_03/jre/lib/ext/dnsns.jar
    b5335000-b5338000 r-xs 000ca000 08:01 98287811 /u01/app/java/jdk1.6.0_03/jre/lib/ext/localedata.jar
    b5338000-b533e000 r-xs 0007d000 08:01 98189878 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/lib/pcl.jar
    b533e000-b536e000 rwxp b533e000 00:00 0
    b536e000-b54ea000 r-xs 02c8f000 08:01 98287824 /u01/app/java/jdk1.6.0_03/jre/lib/rt.jar
    b54ea000-b54eb000 r-xs 00004000 08:01 98189883 /u01/app/oc4j/oc4j-10.1.3.3.0/j2ee/home/oc4j.jar
    b54eb000-b54ec000 r-xs 00c03000 08:01 30932996 /tmp/dir4632tmp/dai-core-pre1.1.ear
    b54ec000-b54ed000 ---p b54ec000 00:00 0
    b54ed000-b556d000 rwxp b54ed000 00:00 0
    b556d000-b5570000 ---p b556d000 00:00 0
    b5570000-b55be000 rwxp b5570000 00:00 0
    b55be000-b55c1000 ---p b55be000 00:00 0
    b55c1000-b563f000 rwxp b55c1000 00:00 0
    b563f000-b5642000 ---p b563f000 00:00 0
    b5642000-b5690000 rwxp b5642000 00:00 0
    b5690000-b5890000 r-xp 00000000 08:01 68763411 /usr/lib/locale/locale-archive
    b5890000-b5893000 ---p b5890000 00:00 0
    b5893000-b58e1000 rwxp b5893000 00:00 0
    b58e1000-b58e4000 ---p b58e1000 00:00 0
    b58e4000-b5932000 rwxp b58e4000 00:00 0
    b5932000-b5933000 ---p b5932000 00:00 0
    b5933000-b59d7000 rwxp b5933000 00:00 0
    b59d7000-b5a40000 rwxp b59d7000 00:00 0
    b5a40000-b5a56000 rwxp b5a40000 00:00 0
    b5a56000-b5c19000 rwxp b5a56000 00:00 0
    b5c19000-b5c1b000 rwxp b5c19000 00:00 0
    b5c1b000-b5c40000 rwxp b5c1b000 00:00 0
    b5c40000-b5c56000 rwxp b5c40000 00:00 0
    b5c56000-b5e19000 rwxp b5c56000 00:00 0
    b5e19000-b5e31000 rwxp b5e19000 00:00 0
    b5e31000-b5e99000 rwxp b5e31000 00:00 0
    b5e99000-b5ebb000 rwxp b5e99000 00:00 0
    b5ebb000-b5f24000 rwxp b5ebb000 00:00 0
    b5f24000-b64cc000 rwxp b5f24000 00:00 0
    b64cc000-b7f24000 rwxp b64cc000 00:00 0
    b7f24000-b7f33000 r-xp 00000000 08:01 98287744 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libzip.so
    b7f33000-b7f35000 rwxp 0000e000 08:01 98287744 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libzip.so
    b7f35000-b7f58000 r-xp 00000000 08:01 98287742 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libjava.so
    b7f58000-b7f5a000 rwxp 00023000 08:01 98287742 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libjava.so
    b7f5a000-b7f62000 r-xp 00000000 08:01 91357238 /lib/libnss_nis-2.3.4.so
    b7f62000-b7f63000 r-xp 00007000 08:01 91357238 /lib/libnss_nis-2.3.4.so
    b7f63000-b7f64000 rwxp 00008000 08:01 91357238 /lib/libnss_nis-2.3.4.so
    b7f64000-b7f6d000 r-xp 00000000 08:01 91357233 /lib/libnss_files-2.3.4.so
    b7f6d000-b7f6e000 r-xp 00008000 08:01 91357233 /lib/libnss_files-2.3.4.so
    b7f6e000-b7f6f000 rwxp 00009000 08:01 91357233 /lib/libnss_files-2.3.4.so
    b7f71000-b7f7c000 r-xp 00000000 08:01 98287741 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libverify.so
    b7f7c000-b7f7d000 rwxp 0000b000 08:01 98287741 /u01/app/java/jdk1.6.0_03/jre/lib/i386/libverify.so
    b7f7d000-b7f85000 rwxs 00000000 08:01 30834692 /tmp/hsperfdata_daiservices/10152
    b7f85000-b7f8b000 r-xp 00000000 08:01 98287732 /u01/app/java/jdk1.6.0_03/jre/lib/i386/native_threads/libhpi.so
    b7f8b000-b7f8c000 rwxp 00006000 08:01 98287732 /u01/app/java/jdk1.6.0_03/jre/lib/i386/native_threads/libhpi.so
    b7f8c000-b7f8d000 rwxp b7f8c000 00:00 0
    b7f8d000-b7f8e000 r-xp b7f8d000 00:00 0
    b7f8e000-b7f91000 ---p b7f8e000 00:00 0
    b7f91000-b7fe0000 rwxp b7f91000 00:00 0
    b7fe0000-b7fe7000 r-xp 00000000 08:01 98304006 /u01/app/java/jdk1.6.0_03/jre/lib/i386/jli/libjli.so
    b7fe7000-b7fe9000 rwxp 00006000 08:01 98304006 /u01/app/java/jdk1.6.0_03/jre/lib/i386/jli/libjli.so
    b7fe9000-b7fea000 rwxp b7fe9000 00:00 0
    bffcc000-c0000000 rwxp bffcc000 00:00 0
    ffffe000-fffff000 ---p 00000000 00:00 0
    VM Arguments:
    jvm_args: -Xmx1024m -XX:MaxPermSize=256m
    java_command: /u01/app/oc4j/current/j2ee/home/oc4j.jar -config /u01/app/oc4j/current/j2ee/home/config/server.xml
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/u01/app/java/current
    PATH=/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin
    LD_LIBRARY_PATH=/u01/app/java/jdk1.6.0_03/jre/lib/i386/client:/u01/app/java/jdk1.6.0_03/jre/lib/i386:/u01/app/java/jdk1.6.0_03/jre/../lib/i386
    SHELL=/bin/bash
    DISPLAY=:0.0
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x3b29c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x3b29c0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x309ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x309ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x309ec0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x30bef0], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x30b910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGQUIT: [libjvm.so+0x30b910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x30b910], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR2: [libjvm.so+0x30bef0], sa_mask[0]=0x00000000, sa_flags=0x10000004
    S Y S T E M
    OS:Red Hat Enterprise Linux WS release 4 (Nahant Update 5)
    uname:Linux 2.6.9-55.ELsmp #1 SMP Fri Apr 20 17:03:35 EDT 2007 i686
    libc:glibc 2.3.4 NPTL 2.3.4
    rlimit: STACK 10240k, CORE 0k, NPROC 32744, NOFILE 1024, AS infinity
    load average:0.59 0.22 0.07
    CPU:total 2 (1 cores per cpu, 2 threads per core) family 15 model 4 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ht
    Memory: 4k page, physical 2073484k(72764k free), swap 1020116k(755828k free)
    vm_info: Java HotSpot(TM) Client VM (1.6.0_03-b05) for linux-x86, built on Sep 24 2007 22:45:46 by "java_re" with gcc 3.2.1-7a (J2SE release)

    Hi,
    any chance you can upgrade to JDeveloper 11.1.1.3 (PS2) ?
    Frank

Maybe you are looking for

  • Adobe CC self Server Update

    Hello everyone~ Can i create Adobe CC self server update like AUSST? Thanks

  • IPod Touch will not connect to WiFi network

    Hi, I am getting errors connecting to WiFi networks with my iPod Touch. This had affected a Touch I got a couple months ago. Initially, the WiFi worked perfectly on my WEP network and several others. Then, one day, I couldn't get any WiFi. After stan

  • Ipod 60GB connection to receiver

    I have a Denon AVR-4306 Receiver which allows connection of an ipod. What I am looking for is a cable with the same connection on both ends (ie the same connector that connects to the ipod itself, but on both ends). Can anyone help me find a source f

  • Warehouse Management User Manuals

    Dear Friends, Can you please forward me some user manuals for Warehouse management.. urgently needed for training purposes ? I will be very grateful. thnks nandu

  • Windows Server 2008 x64 Trial Install

    Problem: Error code: 0x80070070.  Situation: I have three drives. C:, D:, and E:. Drive C is my current OS, Win7 Pro x64. Drive D is my main storage drive for videos, music, etc... Drive E is a terabyte drive that is partitioned in half. I am trying