Help : extJS + JSP + JAVA in EP Server.

Hi,
I am struck up big time in implementing few things.Let me explain you the scenario in detail.
I have portal server. I am working on a functionality to implement certain business logic.
I have two JSP pages created along with JSPDynpage under TEST.PAR
FirstPage.JSP ( under First.Java)
SecondPage.JSP (under Second.Java).
These are created using the Portal Object--> JSPDyn page.
So the classes also gets created.
Now I have a test.js, which is in extJS and I have used AJAX in the same,attached with FirstPage.JSP which helps in bulding a form and taking input.
Now I am calling the SecondPage.JSP from the js file using the Ajax Request Function and passing the parameter. The URL is used as below.
url:'/irj/servlet/prt/portal/prtroot/TEST.Testpage2',
Now i am capturing the parameter send from js file with the help of request.getparameter(""). Uptill here everything works very well. But i am not able to receive a response from the server. The implementaion of the same is done using sumbit process.It works fine with simple JSP pages but not with the JSP pages created by NWDS.
Any idea how to get the response object from the server into my JS file.
For your reference i am putting up a link
http://extjs.com/learn/Tutorial:Basic_Login
I want something of this sort in my EP server.
Note:- The JSP files are created by Portal Application object-->JSPDynPage.
It seems to be different from a normal JSP page to me.
Can anyone please guide me on how to take response object or how to use the response object with EP architecture.
Thanks .

Thank you very much. The name of the file is actually C:\WINDOWS\system32\productregistry.
I renamed that to productregistry BACKUP and I can now install the LDAP. Man, I should have posted this a week and a half ago when I first started having this issue. It would have prevented a few forehead dents from banging my head on the keyboard.
thanks again

Similar Messages

  • Help with JSP / Java

    Hope this is the correct place to post. I am new and I am trying to run the below code. I want to post the form and then print out the "myselect" value that was chose. It just prints null. Would anyone have any ideas?
    <html>
    <%@ page language="java"%>
    <%@ page errorPage="ExceptionHandler.jsp" %> <%@ page import="org.apache.commons.fileupload.*"%>
    <%@ page import="java.util.*"%>
    <%@ page import="java.io.*"%>
    <%@ page import="java.lang.System.*"%>
    <%@ page import="java.util.Date" %>
    <head>
    <title>Process File Upload</title>
    <style TYPE="text/css">
    <!--
    .style1 {
    font-size: 12px;
    font-family: Verdana;
    -->
    </style>
    <%
         String conType = null;
         String workflowType = null;
         conType = request.getContentType();
         out.println(request.getParameter("myselect")) ;
         out.println(request.getParameter("file1")) ;
         out.println(request.getParameter("Submit")) ;
    %>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> </body> <body bgcolor="#FFFFFF" text="#000000"> <form method="post" action="chip6.jsp" name="upform" enctype="multipart/form-data">
    <tr>
    <td><b>Workflow Type : </b></td>
    <td>
    <select name="myselect">
    <option value="NONE" selected>NONE</option>
    <option value="FLMA">FMLA </option>
    <option value="PAT">PAT </option>
    </select>
    </td>
    </tr><br>
    File 1:<input type="file" name="file1"/>
    <input type="submit" name="Submit" value="Upload Files"/>
         <table width="100%" border="0" cellspacing="0" cellpadding="0" class="style1">
    </table>
    </FORM>
    </body>
    </html>

    Hope this is the correct place to post. I am new and I am trying to run the below code. I want to post the form and then print out the "myselect" value that was chose. It just prints null. Would anyone have any ideas?
    <html>
    <%@ page language="java"%>
    <%@ page errorPage="ExceptionHandler.jsp" %> <%@ page import="org.apache.commons.fileupload.*"%>
    <%@ page import="java.util.*"%>
    <%@ page import="java.io.*"%>
    <%@ page import="java.lang.System.*"%>
    <%@ page import="java.util.Date" %>
    <head>
    <title>Process File Upload</title>
    <style TYPE="text/css">
    <!--
    .style1 {
    font-size: 12px;
    font-family: Verdana;
    -->
    </style>
    <%
         String conType = null;
         String workflowType = null;
         conType = request.getContentType();
         out.println(request.getParameter("myselect")) ;
         out.println(request.getParameter("file1")) ;
         out.println(request.getParameter("Submit")) ;
    %>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> </body> <body bgcolor="#FFFFFF" text="#000000"> <form method="post" action="chip6.jsp" name="upform" enctype="multipart/form-data">
    <tr>
    <td><b>Workflow Type : </b></td>
    <td>
    <select name="myselect">
    <option value="NONE" selected>NONE</option>
    <option value="FLMA">FMLA </option>
    <option value="PAT">PAT </option>
    </select>
    </td>
    </tr><br>
    File 1:<input type="file" name="file1"/>
    <input type="submit" name="Submit" value="Upload Files"/>
         <table width="100%" border="0" cellspacing="0" cellpadding="0" class="style1">
    </table>
    </FORM>
    </body>
    </html>

  • How to access JDBC Resource registered in Sun Java System App Server ?

    I want to create a stand-alone JDBC application with Java SE using Swing technologies and JNDI technology. The purpose of using JNDI technology is to avoid change of Java Source Code every time I move the database to different location. This Java application will be used in a standalone PC installed with Windows XP Professional with no LAN / WAN connection. Of course, Internet connection is available with the PC.
    I use JavaDB to store the data tables and the location of the database is D:\E-DRIVE\SAPDEV. Tomorrow, if I move this database to C:\SAPDEV or any network drive, I do not want to change the Java Source code. I want to use JNDI which, if I am not wrong, helps developers to avoid manual change of Java source code whenever the database location is changed. Changes have to be made only in the JNDI Name which contains all relevant information about the database in order to get connection no matter where the database SAPDEV is stored; it can be placed under D:\E-DRIVE directory or C:\ directory of the hard disk. To implement my intention, I started developing Java application as per the steps mentioned below:
    Step 1:
    To proceed, first, I sought the help of Sun Java System Application Server Admin Console. I created JNDI object for Connection Pool using the menu path Common Tasks->Resources->JDBC->Connection Pools.
    JNDI Name : ABAPRPY
    Resource Type : javax.sql.DataSource
    Datasource class : org.apache.derby.jdbc.ClientDataSource
    Description : ABAP Program Repository
    The Connection Pool creation has options for General, Advanced and Additional Settings tabs and I made all the settings relevant to the database I created in D:\E-DRIVE\SAPDEV.
    To confirm whether the above settings are correct, I pressed the Ping push button which is available in the General tab of the connection pool creation screen. The system responded with the message Ping Succeeded.
    Step 2:
    I created a JDBC Resource using the menu path Common Tasks->Resources->JDBC->JDBC Resources.
    JNDI Name : jdbc/SAPDEV
    Pool Name : ABAPRPY
    Description : Database Connection for SAPDEV database
    Status : Enabled
    I can see all the above settings recorded in the domain.xml which is placed in the folder
    C:\Sun\AppServer\domains\domain1\config
    Step 3:
    I have made sure that Sun Java System Application Server is up and running in the background with JavaDB server. I created a Java Program making sure the following JAR files are included in the classpath:
    appserv-admin.jar
    appserv-ee.jar
    appserv-rt.jar
    javaee.jar
    fscontext.jar
    Plus, the lib directory of JDK 1.6 & C:\Sun\AppServer\domains\domain1\config
    Source code of the program is as follows: I used NetBeans IDE to create my project file.
    import java.util.logging.Level;
    import java.util.logging.Logger;
    import javax.naming.*;
    import javax.activation.DataSource;
    public class JNDILookup {
    public static void main(String[] args) {
    try {
    InitialContext initCtx = new InitialContext();
    DataSource ds = (DataSource) initCtx.lookup("java:comp/env/jdbc/sapdev>");
    } catch (NamingException ex) {
    Logger.getLogger(JNDILookup.class.getName()).log(Level.SEVERE, null, ex);
    When I attempted to compile the above program in NetBeans IDE ,no compilation error reported. But while executing the program, I got the following run-time error message:
    SEVERE: null
    javax.naming.NameNotFoundException: No object bound for java:comp/env/jdbc/sapdev> [Root exception is java.lang.NullPointerException]
    at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:224)
    at com.sun.enterprise.naming.SerialContext.lookup(SerialContext.java:396)
    at javax.naming.InitialContext.lookup(InitialContext.java:392)
    at SAPConnect.JNDILookup.main(JNDILookup.java:21)
    Caused by: java.lang.NullPointerException
    at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:173)
    ... 3 more
    Now, I want to come out of this situation; at the same time, I want to preserve the settings I have made in the Sun Java System Application Server Admin Console. That is, I want to programmatically access the data source using Connection Pool created in Sun Java System Application Server Admin Console.
    I request dear forum members to provide me an appropriate solution.
    Thanks and regards,
    K. Rangarajan.

    jay44 wrote:
    Bare in mind I am attempting the context.lookup() from inside the container (my code is in a session bean). I have accessed the server and have my bean "say hello" first to verify the bean works OK, then I call a method with this rather standard code:
    String jndiDataSourceName ="Second_EJB_Module_DataBase";
    Logger.getLogger(DynamicPU.class.getName()).log(Level.INFO,"Programatically acquiring JNDI DataDource: "+ jndiDataSourceName);
    InitialContext ctx;
    try {
    ctx = new InitialContext();
    ds =(DataSource)ctx.lookup("java:comp/env/jdbc/"+jndiDataSourceName);
    } catch (NamingException ex) {
    Logger.getLogger(DynamicPU.class.getName()).log(Level.SEVERE, null, ex);
    return "Exception generated trying to preform JDBC DataSource lookup. \n"+ex.toString();
    But when I run the code the server log shows the initial context is created Ok, but an exception is thrown becasue the resource name is not found:
    (and i have tried vriations of ctx.lookup("jdbc/"+jndiDataSourceName) etc etc
    You are fine here. It works in container because the InitialContext properties have been supplied already. That was the link I forwarded earlier. The InitialContext you create locally needs to locate the container JNDI. That is what the properties specify.
    Where I am confused is where you indicate the stack below is from the server log. So, you initiate a standalone (java main method) application, create an InitialContext, and you see the results in your app server log?
    LDR5010: All ejb(s) of [EJB_Module_1] loaded successfully!
    Programatically acquiring JNDI DataDource: Second_EJB_Module_DataBase
    The log message is null.
    javax.naming.NameNotFoundException: Second_EJB_Module_DataBase not found
    at com.sun.enterprise.naming.TransientContext.doLookup(TransientContext.java:216)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:188)
    at com.sun.enterprise.naming.TransientContext.lookup(TransientContext.java:192)...
    at com.sun.corba.ee.impl.orbutil.threadpool.ThreadPoolImpl$WorkerThread.run(ThreadPoolImpl.java:555)
    This is strange since I can see this resource (a JDBC connection named Second_EJB_Module_DataBase) is configured on the server from the server's admin console.
    That is why you can obtain a lookup from within the container (app server).
    For this lookup to work it may be that one must map the name inside an ejb-jar.xml deployed with the application, but I have also read some resources like jdbc connection should have a default name. Does anyone know if my lookup() should work without using an ejb-jar.xml mfile to explcitly map the reource for my application?
    Both EBJ's and data sources can be referenced via JNDI. It's a remote lookup (that is normally optimized if it is running in the same JVM). You should not have any dependencies on a JDBC data source being set-up on ejb-jar.xml. That file can of course impact your EJB's. However, data sources are normally set-up on a container-specific basis (e.g., you probably did it through a console, but there is a spec somewhere about how to set up a data source via a resource the app server looks for; it varies from app server to app server). However, once you have that container-specific data source set-up, JNDI operates vendor-neutral. You should be able to take the code above and move it to JBoss or Weblogic or Tomcat or whatever (this is an ideal, in practice, the vendors sometimes put a data source in a name you would not expect, but again, you can use their JMX console to see what the JNDI name is).
    (As I stated above if I have to use a deployment discriptor to get at this JNDI datasource, then solution is not "programmatic" as newly configured datasources could not be accessed without redeploying the entire application).
    As JSchell alluded to, you will always have at least something vendor-specific. JNDI itself (the code you wrote) is totally portable. However, you have to set the various JNDI environment properties to a given vendor's spec. Ideally, you should not need a vendor's actual InitialContext application, but it's a possibility. Once you can safely cast to Context, you should be vendor-neutral (if not, demand your money back).
    So that is exactly where I am stuck, trying to get the lookup to work and wondering if it should work without and xml file mapping the resource for my app.
    What we ended up doing for standalone was to provide our own JNDI. If you look at the open source project JOTM, there are examples on how to use that with XBean (if integrating with Spring, as we did), you can easily set up a data source that runs standalone exactly as you get in the container. Another benefit is you get full JTA/JTS support and the ability to run XA transactions. (This might all be alphabet soup, but the app server gives it to you, and this is the way we ended up doing the same: JNDI + JTA + JTS + XA). It ends up the same application code uses a "vanilla" InitialContext and all we have to do is write one or two xml files (one for our app server, a couple for JOTM), and our actual code works the same.
    I still think you have a shot at getting to the container's JNDI, just not using their full-blown app server JAR.
    I think there must be a simple way to do this with an ejb-jar.xml, I am no expert in JNDI, I could be missing something simple, I will keep at it and post an answer here if I come up with it.
    Thanks, jayIt is simple to code. Getting it to integrate with your app server, yes, that can be challenging. But it has nothing to do with EJB's. Write a simple test. Using nothing but DataSource and InitialContext. Let us know where you get stuck.
    - Saish

  • I can't install Sun Java System Application Server!! Who can help me??

    I download Sun Java System Application Server(sjsas_pe-9_0_01-p01-windows.exe),and the first time of my installation, it was blocked after it was istalled 14%, half an hour later I canceled the installation and wanted to re-install it, and I tried many times,but every time after I choose the "Installation Directory" and cliced the "Next" button it would be blocded, all of the bttons was disabled except "Choose directory" and "X"(close) buttons.
    OS: Win2000 Service Pack 4
    Thanks in advance

    Yeah, I had the same problem!
    And The Wiki helped me http://wiki.java.net/bin/view/Projects/WinHang
    Even my Firewall had the function "Disabled Mode", I needed to fully stop all the services of Antivirus and Firewall. After that i deleted the "productregistr*" file and ran installation from the console.
    And it was the only right way to install!
    Now enjoying =)

  • Integration of PL/SQL and JSP (Java Server Pages)

    I need to match a web application developed with PL/SQL with another developed in JSP (Java Server Pages) the problem is that the two apps interact with the same databese, an share de same users, I need to know how to get the user and password loged into pl/sql when the user want to use same of de .jsp pages running on another application server?

    Hi Michael Vstling,
    Did you try the java classes library (SDOAPI) that can be downloaded from OTN?
    It may provide you with a better alternative when manipulating geometries in the Java space. There is an adapter in SDOAPI which can convert a JDBC STRUCT object into Java Geometry object defined in SDOAPI, and vice versa.
    There are at least two ways in mixing PL/SQL and Java. The first one, as you mentioned, is to define your custom function in terms of PL/SQL and call it from within your Java program. With SDOAPI, you have the second option, which is to define your own functions in Java using SDOAPI and deploy them as Java stored procedures in db. You can then call them from within your PL/SQL code. In either way performance depends on a lot of things and generally it requires a "try and improve" approach.
    About JPublisher and sdo_ordinate_array it may not be a spatial related problem. Did you try search the Java-related forums first?
    LJ

  • JSP newbie: local Sun Java System Application Server installation

    I am new to JSP and I am preparing to get the software I need. JDK 6 and Netbeans 6 are installed. Now I need an application server. Since the Sun tutorials use the "Sun Java System Application Server" I have choosen this one (version 9.1). As far as I know I could also use, e.g., Tomcat or Glassfish (correct?).
    I just would like to install the application server for learning JSP.
    Could I safely install the Sun Java System Application Server on my PC so that the application server only listens to local calls? Does it use a lot of system ressources while idle?
    Thanks!

    I`ve posted a shorter version of the question in the hopes of getting a timely answer. Thanks

  • Help in executing jsp files using weblogic server 6.0.

              I have an operating system Windows2000, i have downloaded 30 day trial version of weblogic server 6.0.
              I have a file called hello.jsp.
              Where do i have to save hello.jsp file in weblogic server 6.0.
              How do i execute hello.jsp through browser using weblogic server6.0.
              As there is no properties file in weblogic server6.0.
              TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
              Where do i have to save it and how do i open it in the browser.
              Any help will be greatly appreciated.
              Thanks,
              

              I started the Start default Server and opened the http://localhost:7001/ in the bowser and by default
              this loaded the index.html file
              and when i tried to change index.html to hello.jsp i got the same error message as before
              Error 404--Not Found
              From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              10.4.5 404 Not Found
              The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
              If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
              "mils" <[email protected]> wrote:
              >
              >There are quite a few reasons it couldn't be working, and things you can try...
              >
              >Ensure there are no errors on startup of the server in the console, especially that there is not an error about another web listener running on the same port.
              >
              >Try just http://localhost:7001 by default this should load the index.html file that comes with the WebLogic installation.
              >
              >If you are running on a corporate LAN, your browser settings may not be set correctly to find "localhost", ensure that your browser is not using a proxy server for local addresses, or put localhost:7001 in the list of exceptions for which the browser should not look at the proxy server.
              >
              >Hope this helps!
              >
              >"Red" <[email protected]> wrote:
              >>
              >>I created hello.jsp file under E:\weblogic\wlserver6.0\config\mydomain\applications\DefaultWebApp_myserver\hello.jsp
              >>and i started the Start Default Server and when i try to open
              >>http://localhost:7001/hello.jsp in the browser
              >>getting an error message as
              >>
              >>Error 404--Not Found
              >>From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
              >>10.4.5 404 Not Found
              >>The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
              >>
              >>If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
              >>
              >>Any help?
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>
              >>"Mils" <[email protected]> wrote:
              >>>
              >>>In WebLogic 6.0, to run simple JSP pages with the default installation, the JSP files should be put in....
              >>>
              >>>C:\bea\wlserver6.0\config\DefaultWebApp_myserver
              >>>
              >>>...assuming you installation was on the C: drive.
              >>>
              >>>To access a file bar.jsp in this directory, go to http://localhost:7001/bar.jsp
              >>>
              >>>"Red" <[email protected]> wrote:
              >>>>
              >>>>I have an operating system Windows2000, i have downloaded 30 day trial version of weblogic server 6.0.
              >>>>I have a file called hello.jsp.
              >>>>Where do i have to save hello.jsp file in weblogic server 6.0.
              >>>>How do i execute hello.jsp through browser using weblogic server6.0.
              >>>>As there is no properties file in weblogic server6.0.
              >>>>
              >>>>TO run it i started default server and when i started default console it got opened in the browser as http://127.0.0.1:7001/console/index.jsp
              >>>>
              >>>>Where do i have to save it and how do i open it in the browser.
              >>>>
              >>>>Any help will be greatly appreciated.
              >>>>Thanks,
              >>>>
              >>>>
              >>>>
              >>>>
              >>>
              >>
              >
              

  • How to make weblogic proxy to work on Sun Java system web server 7?

    Hi Every one,
    I am working on upgrade our Sun one 6.1 webserver to Sun Java system web server 7. Our website uses weblogic server to process jsp, web server only send static pages. I did all configurations as on Sun one. But somehow, the webserver does not forward "get jsp page" request to weblogic. The log record is:
    for host 10.78.124.118 trying to GET /home.jsp, send-file reports: HTTP4142: can't find /www/a/WebServer7/docs/bmd9i/home.jsp (File not found)
    home.jsp is at weblogic server.
    And redirect "NameTrans fn="redirect" from="/" url="/home.jsp"" seems does not work. when I type on IE http://32.69.253.131/ (32.69.253.131 is http listener IP), it always shows index.html page under the document root.
    Could some on can help? I am the first time to configurate web server. Thanks in advance.
    The configuration files are like:
    1. magnus.conf
    # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    Init fn="load-modules" funcs="wl_proxy,wl_init" shlib="/www/a/WebServer7/weblogic6.1sp6/libproxy.so"
    Init fn="wl_init"
    2. obj.conf
    # Copyright 2010 Sun Microsystems, Inc. All rights reserved.
    # Use is subject to license terms.
    # You can edit this file, but comments and formatting changes
    # might be lost when you use the administration GUI or CLI.
    #<Object name="weblogic">
    #Service fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    #</Object>
    <Object name="default">
    <Client method="TRACE">
    AuthTrans fn="set-variable" remove-headers="transfer-encoding" set-headers="content-length: -1" error="501"
    </Client>
    #AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="strip-params"
    NameTrans fn="redirect" from="/" url="/home.jsp"
    NameTrans fn="redirect" from="/index.jsp" url="/home.jsp"
    NameTrans fn="redirect" from="/index.html" url="/home.jsp"
    NameTrans fn="document-root" root="$docroot"
    NameTrans fn="pfx2dir" from="/mc-icons" dir="/www/a/WebServer7/lib/icons" name="es-internal"
    NameTrans fn="home-page" path="index.html"
    <If $uri =~ "/*.jsp">
    Service method="(GET|HEAD|POST|PUT)" fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    #Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl_proxy" WebLogicCluster="32.69.253.86:7210" ConnectTimeoutSecs="240" ConnectRetrySecs="60"
    </If>
    PathCheck fn="unix-uri-clean"
    PathCheck fn="check-acl" acl="default"
    PathCheck fn="find-pathinfo"
    PathCheck fn="find-compressed" check-age="off" vary="on"
    ObjectType fn="type-by-extension"
    ObjectType fn="force-type" type="text/plain" charset="iso_8859-1"
    ObjectType fn="set-default-type" charset="iso_8859-1"
    Service method="(GET|HEAD)" type="magnus-internal/directory" fn="send-error"
    Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file"
    AddLog fn="flex-log" name="access"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-precompressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    3.mime.types
    I add one line: type=text/jsp exts=jsp

    Quick obvious question - Are you positive you're editing the correct obj.conf? Check the config directory and see if there is a second one called something like <instance>.obj.conf (where <instance> is the name of your configured instance).
    Alternatively you can grep for object-file in the server.xml to see which obj.conf the server is using:
    # grep object-file server.xml
        <object-file>bare-php.obj.conf</object-file>Assuming that you are editing the correct obj.conf file, are you making certain to restart Web Server after making your changes?

  • Regarding Sun Java System Application Server Issue with JVM

    Regarding Sun Java System Application Server Issue with JVM
    Hi
    I have installed SJSAS9.1 on solaris system. I m trying to deploy war file which i compiled in windows enviorment by jdk1.5.0_05. Every time i got the following error :
    type Exception report
    message
    descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: PWC6033: Unable to compile class for JSP
    PWC6199: Generated servlet error:
    [javac] javac: invalid target release: 1.5
    [javac] Usage: javac
    [javac] where possible options include:
    [javac] -g Generate all debugging info
    [javac] -g:none Generate no debugging info
    [javac] -g:{lines,vars,source} Generate only some debugging info
    [javac] -nowarn Generate no warnings
    [javac] -verbose Output messages about what the compiler is doing
    [javac] -deprecation Output source locations where deprecated APIs are used
    [javac] -classpath Specify where to find user class files
    [javac] -sourcepath Specify where to find input source files
    [javac] -bootclasspath Override location of bootstrap class files
    [javac] -extdirs Override location of installed extensions
    [javac] -d Specify where to place generated class files
    [javac] -encoding Specify character encoding used by source files
    [javac] -source Provide source compatibility with specified release
    [javac] -target Generate class files for specific VM version
    [javac] -help Print a synopsis of standard options
    note The full stack traces of the exception and its root causes are available in the Sun Java System Application Server 9.1 logs.
    I have cheked jvm version on both system the only difference is :
    Solaris points to jdk 1.5.0_09
    Windows point to jdk1.5.0_05
    Even i tried to run blank jsp also but again i got the same error.
    Can any help me to sort out the problem or give me any idea so i can do something by my own.
    Thanks in Advance
    Gagan

    Do you have ANT installed and available?
    Thanks,
    Kedar

  • Sun Java System Portal Server 6.0 FAQs

    Sun Java System Portal Server 6.0 FAQs.
    Author: Sanjeev Agarwal
    Q. How to connect to external URLs from Sun ONE Portal Server? I want to use URL Scrapper for some of external sites/URLs.
    Ans:
    You can connect to external URLs if you have a Proxy Server running.
    If you are using Web Server addition of Sun ONE the Portal Server then
    go to /opt/SUNWam/servers/https-hostname.domainname/config/ dir
    In the jvm12.conf file, enter the followings:
    http.proxyHost=proxyservername.domainname
    http.proxyPort=80 (or the appropriate proxy server port number)
    https.proxyHost=proxyservername.domainname
    https.proxyPort=80 (or the appropriate proxy server port number)
    If you are using Sun ONE AppServer addition of Sun ONE Portal Server then
    go to /var/opt/SUNWappserver/domains/domain1/<server-instance>/config dir
    In the server.xml file, enter the followings:
    <jvm-options>-Dhttp.proxyHost=proxyservername.domainname </jvm-options>
    <jvm-options>-Dhttp.proxyPort=80 (or the appropriate proxy server port number) </jvm-options>
    <jvm-options>-Dhttps.proxyHost=proxyservername.domainname </jvm-options>
    <jvm-options>-Dhttps.proxyPort=80 (or the appropriate proxy server port number) </jvm-options>
    After this modification restart the server.
    Q. Explain all the processes (solaris 8 and S1 Portal Server 6.0) which runs when I start the Sun ONE Portal Server.
    Ans.
    These are the processes that a running Portal Server installation (Sun ONE WebServer addition, without SRAP) generally has by default.
    1. Directory server processes:
    - ns-slapd (LDAP server instance)
    - uxwdog (admin server process) (parent process)
    --- ns-httpd
    ----- ns-httpd
    2. Auth Helper processes:
    - doUnix
    3. Web-Server/Identity-Server/Portal-Server processes:
    As the Portal Server and Identity Server runs as web application on the Web Server, so they share the same JVM and processes.
    - uxwdog (web server admin server process) (parent process)
    --- ns-httpd
    ----- ns-httpd
    (for each web server instance)
    - uxwdog (parent process)
    - ns-httpd
    - ns-httpd
    or (in case of MaxProc=n )
    - uxwdog (parent process)
    --- ns-httpd
    ----- ns-httpd
    ----- ns-httpd
    ----- n
    Q. I have created a custom Provider but getting this error when I access the desktop, what do I do?
    > error in the desktop.debug file:
    > ERROR: DesktopServlet.handleException()
    > java.util.MissingResourceException: Can't find bundle for base name CustomTabContainerProvider,
    Ans:
    It needs a resource bundle for the custom provider. You need to create a file CustomTabContainerProvider.properties (as mentioned in the error message) and put it into the /etc/opt/desktop/classes directory. If you are not using any properties defined in this resource file then it can be a empty file. Have a look on the properties files that bundled containerProviders uses in dir <portal-install-dir>/SUNWps/web-apps/https-<host.domain>/portal/WEB-INF/classes.
    As you are extending JSPTabContainerProvider class, you can just copy the file JSPTabContainerProvider.properties from the above directory after renaming it to the <defined-provider-name>.properties (in your case CustomTabContainerProvider.properties) and move it into /etc/opt/desktop/classes directory.
    Q. what is actually multiple instances of Portal Server means?
    Ans:
    Multiple instance of Portal Server means, you will have more http listeners for the same desktop contents and the same identity profiles stored in a single Directory Server which all the instances share.
    In simple words you can have your Portal Server listening on different http ports, but uses same configuration, desktop and identities.
    It can help you to share the load for Portal Server http requests. The alternate methods are to create more web server virtual server processes (maxProc=n, but in this case the listening port will be 1 only) or use some hardware load balancer.
    You can achieve more from multiple instances if you have a multi level organization, you can change the look and feel of all the instances, images, services, components and can assign each instance to different organization or sub-organization.
    Q. How do I check the availability of the Sun ONE Portal Server/Identity Server services.
    Ans:
    You can check the availability of Sun ONE Identity Server services from following urls.
    http://<host.domainname>:<port>/amserver/sessionservice
    http://<host.domainname>:<port>/amserver/loggingservice
    To know the availability of components of Sun ONE Portal Server like Desktop/providers/Rewriter/Netmail you have to login into desktop. These are not services, but just the programming identities which will work if your Web Server and Identity Server is running.
    Just go to URL http://<server>:<port>/portal/dt , if it shows up that means your portal server is fine, and these entities will work for sure.
    Q. I am able to add the yahoo channels to existing users. But I am getting the weather for London not for local New Jersey. My language pref is to en|en_US and also the server is the default U.S server and not europe. How do I add the cities I want to see on weather channel?
    Ans:
    A Portal user himself (after login) can select what cities he want to see in weather channel.
    Steps:
    - click the edit button of weather channel
    - click on the area you belong to from Available Sections
    - select the cities from Available Cities select box and add them to Your Choices.
    - click finished from select city page and then again click finished from select area page.
    It will come back to the Portal Desktop and you will see all the cities you have selected in the weather channel.
    Q. How to use getContent() method to use in custom jsp providers (developed by ourselves) so that it can be used to retrieve a jsp page. I have already placed the JSP file in the directory structure /etc/opt/SUNWps/desktop/default/channel_dir. But still the jsp is not being displayed.
    Ans:
    You don't have to do anything in the custom JSPProvider's getContent method except the call { return super.getContent(request,response); } . If all you want is just to show your jsp, then create a channel from the default JSPProvider, and edit the property contentPage of that channel from samplecontent.jsp to your jsp name, save the changes and login again. You should see your JSP.
    Q. I want to remove all the buttons (help/edit etc.) from all the channels/one particular channel in my desktop?
    Ans:
    You can hide any buttons you want from any channel.
    These steps show how to hide all the buttons.
    1. Create a channel say "myNetlet" from netlet provider.
    2. Set the channel title to "myNetlet"
    3. Go to the dir /etc/opt/SUNWps/desktop/default/JSPTableContainerProvider and edit the file providerCommands.jsp, and modify the last line :
    from :
    <%=minMaximizeCommand%><%=helpCommand%><%=editCommand%><%=detachAtachCommand%><%=removeCommand%>
    to:
    <% if ( !(title.equals("myNetlet"))){ %><%=minMaximizeCommand%><%=helpCommand%><%=editCommand%><%=detachAtachCommand%><%=removeCommand%><% } %>
    4. Clean the dir mentioned below which contains compiled JSPs. /var/opt/SUNWps/https-<host>.<domain>/portal/tmp/_jsps/_etc/_opt/_SUNWps/_desktop/_default_en/_JSPTableContainerProvider/_html and reload the page.
    Relogin, and you would not see any buttons on "myNetlet" channel. You can customize this logic as per your needs.
    Q. How to change the title of SampleJSP Channel. I tried to change the channel properties title value via iplanet directory Server Access Management GUI. But it is not getting reflected.
    Ans:
    Through Admin console you can change the channel property "title", and as soon as you refresh the page (Shift reload) of relogin in the portal it get's reflected.
    The reason to this problem may be due to the channel property "title" is having "propagate" value as false and you are setting the channel title in the org level display profile not in the user level display profile.
    So better you change the channel name in user's display profile also.
    For this login into admin console and go to :
    - View: "User Management" -> click on organization -> Show: Users
    - click on the blue arrow of that user
    - click on Edit in section Desktop (this will open a window)
    - then change the channel properties same way you do for Organization display profile.
    Q. Login Problem with SunOne Portal 6.0.
    I was able to download and install sun one portal 6 on Solaris 8. The sample portal page came up after installation. However whenever I try to login to the Login channel with "amadmin" and the passphrase I used during installation, it takes me to another page - iPlanet/LDAP authentication page. Here I tried using the same login, but fails every time (the same login page appears). The url that shows is "http://<hostname>/amserver/login?module=dproadmin&goto=/amconsole/base/AMAdminFrame"
    I tried registering myself as a new user as well. This too fails.
    Ans:
    Make sure you are giving fully qualifying the hostname in the url which invoked the desktop. This in fact is documented in the administration documentation. If the hostname is not fully-qualified, the login page goes into an endless mode. Again, the correct url is "http://<fully-qualified-hostname>/portal". Once you get to the desktop, the login and the new user registration works.
    Q. How to send variables/parameters from 1 app to another app deployed on Sun ONE Portal Server? It may be the apps or different JSPs of JSP provider channel.
    How to achieve inter channel communication in Sun ONE Portal Server?
    Ans:
    You can use servlet context object or session, or may be the request object itself to store the information from one channel and use that in another channel. The use of either of these 3 approaches may depend on your requirements. Using session, the information will be available to that user's channels only, using request, the information will be available for that user and that request only and by using ServletContext you can share the information across users and sessions. You can obtain DesktopServlet's ServletContext object inside JSP/JSPProvider.
    Q. I am trying to modify the default desktop JSPs in TableContainerProvider and TabCotntainerProvider dirs, but it is not picking my modified JSPs ? what do I do?
    Ans:
    One easiest way to 100% ensure that it updates all your new jsp pages is to remove all the compiled jsps so that with next request the Sun ONE Portal Server compiles all the jsps and will make sure that your modification will be taken care of in next request.
    Go to /var/opt/SUNWps/https-<instance_name>/portal/tmp/_jsp/_etc/_opt/_SUNWps/_desktop/_default_<locale>/ and remove everything. and access the Portal server, it will be little slow as it has to compile all the JSPs again. Here you will find directories in the name of Containers and Channels, so if you are modifying any particular Container/Channel you can just delete that only. This approach can help a lot during development time.
    Q. What is the location of compiled JSPs in Sun ONE portal Server and what servlet spec does it supports?
    Ans: The Portal server 6.0 runs on Sun ONE Web Server 6.0 sp2, which supports only jdk 1.3 and servlet spec 2.2 only. The Sun ONE Portal Server keeps the compiled jsps of desktop and channels in : /var/opt/SUNWps/https-<instance_name>/portal/tmp/_jsp/_etc/_opt/_SUNWps/_desktop/_default_<locale>/ dir as per the channels/container names.
    Servlet 2.3 is supported if you run the Portal Server edition that runs on Sun ONE Application Server 7.0.
    Q. How do I change jdk for Sun ONE Portal Server to another jdk? I want to change the JDK of only one of my Portal Server instances, is it possible? how?
    Ans:
    Yes you can achieve both.
    A. To change the JDK for all the server instances:
    Open <portal-install-dir>/SUNWam/servers/https-admserv/start-jvm file and modify the first line
    NSES_JDK=/usr/java_1.3.1_04; export NSES_JDK
    to
    NSES_JDK=<your-jdk-location> ; export NSES_JDK
    then open <portal-install-dir>/SUNWam/servers/https-<instance-name>/config/jvm12.conf file of all the server instances and add a line
    jvm.option=-server after the first line
    B. To change the JDK for a particular server instances:
    Make a another copy of the start-jvm file rename it and modify the jdk location in it as mentioned above.
    Open the start script from <portal-install-dir>/SUNWam/servers/https-<instance-name> dir and modify these lines :
    if test -r {SERVER_ROOT}/https-admserv/start-*
    then
    for STARTSCRIPT in {SERVER_ROOT}/https-admserv/start-*
    modify this to
    if test -r {SERVER_ROOT}/https-admserv/<changed_name_of_start-jvm-file>
    then
    for STARTSCRIPT in {SERVER_ROOT}/https-admserv/<changed_name_of_start-jvm-file>
    Note: As Portal Server 6.0 uses Web server 6.0 sp2, jdk 1.4 is not supported.
    Q. How do I create a custom login page or a link, which will just log me into the portal server.
    Ans:
    You can create a custom page in your jsp page, just add this portion of html into your web page :
    <FORM action="http://<server>:<port>/amserver/login?module=<login-module>&page=1" method=post name=login_form2 target=_top>
    Login page using <login-module><br>
    <P>Enter UserId<BR><INPUT name=TOKEN0 size=22></P>
    <P>Enter Password<BR><INPUT name=TOKEN1 size=22 type=password></P>
    <P><INPUT name=Submit type=submit value=Submit> </P>
    </FORM>
    The <login-module> can be LDAP or Unix or Membership which ever you have enabled. Or instead of this you can create a link. For example for LDAP auth module :
    "<a href="http://<server>:<port>/amserver/login?module=LDAP&page=1&TOKEN0=user&TOKEN1=password" target=_top> Login into Portal </a>"
    where user and password are the user credential for the portal server.
    Q. Can I install a portal server pointing to another Identity server? I want to install few postal servers (on different machines) pointing to same identity server, is it possible?
    Ans:
    No, right now the Sun ONE Portal Server is tightly integrated with Sun ONE Identity Server so you can't just install only Sun ONE Portal Server and point it to another Sun ONE Identity Server. You can have a common Directory server if you want.
    Q. I have an application which takes input in from anonymous user and then to complete the request the user than has to login. I am having problem in passing the taken input from anonymous page to logged in user. all the request parameters are lost when I log in. How do i get the request parameters after I log in
    Ans:
    You can create a custom login page and submit the form to "/amserver/login" with a hidden parameter "goto" through which you basically specify which url to go after you log in. So you can use this mechanism to create a query string with all your request parameters you want to pass after login. For example:
    You can create a jsp which take few inputs from user and to complete the request you have to login so it posts the input form to a login jsp and stores the parameters taken from user in a hidden field (goto) :
    <FORM action="/amserver/login?module=LDAP&page=1" method=post name=login_form2 target=_top>
    Login page using LDAP<br>
    <P>Enter UserId<BR><INPUT name=TOKEN0 size=22></P>
    <P>Enter Password<BR><INPUT name=TOKEN1 size=22 type=password></P>
    <INPUT TYPE=HIDDEN NAME="goto" VALUE="/portal/dt?param1=<%=request.getParameter("param1")%>&param2=<%=request.getParameter("param2")%>">
    <P><INPUT name=Submit type=submit value=Submit> </P>
    </FORM>
    After you login through this page both the param1 and param 2 will be available in the request object after you login and you can retrieve them in your application or jsp.
    Q. I have few System.out.println in my jsp which i am using in my JSP provider channel, but when I look at the portal server's /var/opt/SUNWam/debug/desktop.debug file, none are there. I looked at the web server's access and error logs too, but it is not there also. Can somebody tell me how do it get those ? Do we have any other mechanism to put debug logs ?
    Ans
    By default the binary which web server runs is uxwdog which eats up System.out.println output. If you want to see the System.out.println then you need to change the product binary from the start script of the portal server instance.
    - Go to <portal-install-dir>/SUNWam/servers/https-<instance-name> and open the start script
    - Change the PRODUCT_BIN=uxwdog to PRODUCT_BIN=ns-httpd , save the file
    - Run the script ./start to start the portal server
    Note : with ns-httpd ON the server will not leave that shell, and in the same window/shell you will be able to see all your System.out.println statements. To close the server you have to kill the server process with "kill -9 pids" command
    Alternate way is to use api inside your application or jsp:
    <%@page import="com.sun.portal.providers.jsp.JSPProvider, com.sun.portal.providers.*, com.sun.portal.providers.containers.*, com.sun.portal.providers.context.*" %>
    <% JSPProvider p=(JSPProvider)pageContext.getAttribute("JSPProvider");
    ProviderContext pc = p.getProviderContext(); %>
    <%-- after that you can use these lines any where in your jsp --%>
    <%
    pc.debugError("your error msg");
    pc.debugMessage("your msg");
    pc.debugWarning("your warning msg");
    %>
    The particular mgs will be shwon in /var/opt/SUNWam/debug/desktop.debug file as per your "debugLevel" parameter setting in /etc/opt/SUNWps/desktop/desktopconfig.properties file. By default the debugLevel is set to error so only pc.debugError("error msg") will be shown.
    Q. Multipart form (file upload) processing in providers? Is it supported
    Ans:
    The Sun ONE Portal Server's DesktopServlet does not have the ability to process a request with the content encoding type of multipart/form-data. DesktopServlet does not pass the input stream for the request on to the Provider.
    To accomplish handling of multipart/form-data type requests, it is necessary to create a companion servlet or JSP that process the multipart/form-data. This servlet can then pass control back to the Portal channel. The data from the file can be shared between the servlet and the provider by using static Java members or by storing the data in a back-end database and then passing a reference to the data over to the provider.
    Q. After installing the Portal Server I am trying to login as admin, but it is failing and coming back to login page every time. How do I login?
    Ans:
    The Default Admin user is 'amadmin' and the password is the PASSPHRASE you give during Portal Server installation. Try login using these credentials.
    Also in the browser give the complete URL for the Portal Server like : Http://<myhost>.<mydomain>:<port>/amserver/login or Http://<myhost>.<mydomain>:<port>/amconsole. You can't login into portal server's IDSAME console by giving IP Address or just the hostname, also your machine should be listed in the DNS server so that it can resolve the name.
    Q. I installed Sun ONE Portal Server 6.0 some time back, and now I want to know all the installation parameters and user/passwords for whole portal installation. How do I do that?
    Ans:
    The Default Admin user is 'amadmin' and the password is the PASSPHRASE you give during Portal Server installation. Also in the browser give the complete URL for the Portal Server like : Http://<myhost>.<mydomain>:<port>/amserver/login or Http://<myhost>.<mydomain>:<port>/amconsole. You can't login into portal server's IDSAME console by giving IP Address or just the hostname, also your machine should be listed in the DNS server so that it can resolve the name.
    In case you have forgotten the port numbers and PASSPHRASE that you give during installation, you still can see all the information for each component of your Portal Server Installation. The Portal server and it's components like Directory Server, Web Server and IDSAME are installed as Solaris package so the system has all the information for these packages.
    Portal Server : See file /var/sadm/pkg/SUNWps/pkginfo
    Directory Server : See files /var/sadm/pkg/SUNWamds/pkginfo and /var/sadm/pkg/SUNWamdsc/pkginfo
    Web Server : See file /var/sadm/pkg/SUNWamws/pkginfo
    Identity Server : See file /var/sadm/pkg/SUNWamsam/pkginfo
    Note: In any case you should never edit/modify these files.
    Q. Controlling the display of the help (?) button.
    Where are the links/image elements defined for the help/edit/minimize buttons? the leafWrapper.jsp pulls the hashtable out of the HttpRequest, and that hashtable is being used by providerCommands.jsp:
    Hashtable commands = (Hashtable)request.getAttribute("provider_cmds");
    Any idea where this is being set?
    Ans:
    - You can remove the help/edit button of any channel by adding the line into the Channel's properties by editing the Xml of display profile in the admin console.
    <String name="helpURL" value="" advanced="false" merge="replace" lock="false" propagate="true"/>
    <Boolean name="isEditable" value="false" advanced="false" merge="replace" lock="false" propagate="true"/>
    The Attribute 'provider_cmds' is set into /etc/opt/SUNWps/desktop/default/JSPTableContainerProvider/tablecolumn.jsp :
    <dttable:getProviderCommand id="provider_cmds" scope="request" />, and after that only the leafwrapper.jsp is included, but the Hashtable is generated by a class com.sun.portal.providers.util.ProviderCommands.java and made available through taglib classes. So you can't change the generated contents/string in the Hashtable.
    But you can change the default 'alt' text displayed and the images linked to the help/edit icons. As this modification is at Provider level, it will change the icons for all the channels in the desktop.
    Please see the file:
    /opt/SUNWps/web-apps/https-<host>.<domain>/portal/WEB-INF/classes/JSPTABLEContainerProvider.properties.
    Here you will find the mapping. The image location are given from the context root of portal server which is by default : /opt/SUNWps/web-apps/https-<host>.<domain>/portal.
    Q. I have a number of web applications needed to integrate to portal server. Any pointers or tips of what my option is?
    Ans:
    You can very well integrate all your web application with Portal server. Portal Server 6.0 has web container same as Sun ONE web server 6.0 Sp2, which runs on Jdk-1.3.
    If your web applications are just Servlets/Jsps then you can very well port them on Portal server's webserver which supports war module deployment. (infect for Web server the Portal server and Identity server is like a war module.)
    There can be two possibilities in this case, either you put the whole of your application on portal server and make the link available into the desktop via 'Application Provider Channels' or you can create a client to your web application into portal server.
    If your web application is on Sun ONE Application server 7.0 and needs authentication, you can also have SSO. If you just want to show the link of your web application into desktop then you can either use URL Scrapper to show the first page of your web application or use Bookmark channel to provide just the url.
    The easiest way to make a client of your web application is to use JSP Channel using JSPProvider and put your logic into the samplecontents.jsp file or you can create your own custom Provider extending JSPProvider. There can be a lot of different configurations, depending on the web application you want to integrate and your needs
    Q. I removed few channels from the org level display profile but still they are coming to the desktop of users, I had accessed the desktop before. why?
    Ans:
    If you still see any channel after you remove it from the display profile at organization lever, that means you have to edit the user's display profile. So go to admin console and select User from Show: menu and click on the blue arrow near the user. In the right frame under the 'Desktop' category click on the Edit link (right side). This will open user's display profile in a window. Now edit it as per your requirements.

    Unfortunately Web Server 6.0SP2 is no longer available for download.
    If you must use Web Server 6.0, you should use the most current Service Pack. It is backward compatible and contains many performance and security fixes.

  • Problem in starting Sun Java System Application Server

    Hi,
    Recently I installed SJSAS 8.1 on my machine (Windoes 2000), before that I was working on SJSAS8.0 and it was working file. But with 8.1 when I try to "Start Default Server". I get the following error on the console:
    Starting Domain domain1, please wait.
    Log redirected to D:\netbeans-4.1beta\SunAppServer8.1\domains\domain1\logs\server.log.
    Timeout waiting for domain domain1 to go to starting state.
    CLI156 Could not start the domain domain1.
    Press any key to continue . . .
    The contents of server.log are:
    [#|2005-03-29T15:07:14.242+0530|INFO|sun-appserver-pe8.1|javax.enterprise.tools.launcher|_ThreadID=10;|
    D:/Java/jdk1.5\bin\java
    -client
    -Xmx512m
    -XX:NewRatio=2
    -Dcom.sun.aas.defaultLogFile=D:/netbeans-4.1beta/SunAppServer8.1/domains/domain1/logs/server.log
    -Djava.endorsed.dirs=D:/netbeans-4.1beta/SunAppServer8.1/lib/endorsed
    -Djava.security.policy=D:/netbeans-4.1beta/SunAppServer8.1/domains/domain1/config/server.policy
    -Djava.security.auth.login.config=D:/netbeans-4.1beta/SunAppServer8.1/domains/domain1/config/login.conf
    -Dsun.rmi.dgc.server.gcInterval=3600000
    -Dsun.rmi.dgc.client.gcInterval=3600000
    -Djavax.net.ssl.keyStore=D:/netbeans-4.1beta/SunAppServer8.1/domains/domain1/config/keystore.jks
    -Djavax.net.ssl.trustStore=D:/netbeans-4.1beta/SunAppServer8.1/domains/domain1/config/cacerts.jks
    -Djava.ext.dirs=D:/Java/jdk1.5/jre/lib/ext;D:/netbeans-4.1beta/SunAppServer8.1/domains/domain1/lib/ext
    -Djdbc.drivers=com.pointbase.jdbc.jdbcUniversalDriver
    -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
    -Djavax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
    -Dcom.sun.aas.configName=server-config
    -Dorg.xml.sax.parser=org.xml.sax.helpers.XMLReaderAdapter
    -Ddomain.name=domain1
    -Djmx.invoke.getters=true
    -Djavax.xml.parsers.DocumentBuilderFactory=com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl
    -Dcom.sun.aas.promptForIdentity=true
    -Dorg.xml.sax.driver=com.sun.org.apache.xerces.internal.parsers.SAXParser
    -Dcom.sun.aas.instanceRoot=D:/netbeans-4.1beta/SunAppServer8.1/domains/domain1
    -Djavax.xml.transform.TransformerFactory=com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl
    -Dcom.sun.aas.domainName=domain1
    -Djava.util.logging.manager=com.sun.enterprise.server.logging.ServerLogManager
    -Dproduct.name=Sun-Java-System/Application-Server
    -Dcom.sun.enterprise.overrideablejavaxpackages=javax.faces,javax.servlet.jsp.jstl,javax.xml.bind,javax.help
    -Dcom.sun.aas.configRoot=D:/netbeans-4.1beta/SunAppServer8.1/config
    -Djava.library.path=D:\Java\jdk1.5\jre\bin\client;D:\netbeans-4.1beta\SunAppServer8.1\lib;D:\netbeans-4.1beta\SunAppServer8.1\lib;D:\Java\jdk1.5\bin;.;D:\WINNT\system32;D:\WINNT;D:\netbeans-4.1beta\SunAppServer8.1\lib;D:\netbeans-4.1beta\SunAppServer8.1\bin;D:\netbeans-4.1beta\SunAppServer8.1\lib;D:\netbeans-4.1beta\SunAppServer8.1\bin;D:\netbeans-4.1beta\SunAppServer8.1\bin;D:\netbeans-4.1beta\SunAppServer8.1\bin;D:\WINNT\system32;D:\WINNT;D:\WINNT\System32\Wbem;D:\Java\jdk1.5\bin;D:\netbeans-4.1beta\SunAppServer8.1\bin;
    -Dcom.sun.aas.instanceName=server
    -Dcom.sun.aas.processLauncher=SE
    -cp
    D:/Java/jdk1.5/lib/tools.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib/appserv-rt.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\activation.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\admin-cli.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\appserv-admin.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\appserv-cmp.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\appserv-ext.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\appserv-jstl.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\appserv-rt1.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\appserv-upgrade.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\commons-launcher.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\commons-logging.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\dom.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\j2ee-svc.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\j2ee.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jax-qname.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jaxr-api.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jaxr-impl.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jaxrpc-api.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jaxrpc-impl.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jmxremote.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jmxremote_optional.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jsf-api.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\jsf-impl.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\mail.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\relaxngDatatype.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\rmissl.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\saaj-api.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\saaj-impl.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\xalan.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\xercesImpl.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib\xsdlib.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib/install/applications/jmsra/imqjmsra.jar;D:/netbeans-4.1beta/SunAppServer8.1/imq/lib/jaxm-api.jar;D:/netbeans-4.1beta/SunAppServer8.1/imq/lib/fscontext.jar;D:/netbeans-4.1beta/SunAppServer8.1/lib/ant/lib/ant.jar;D:/netbeans-4.1beta/SunAppServer8.1/pointbase/lib/pbclient.jar;D:/netbeans-4.1beta/SunAppServer8.1/pointbase/lib/pbembedded.jar
    com.sun.enterprise.server.PEMain
    start
    display
    native|#]
    *** EXITING ERROR:
    Can't create Java VM
    I guess I have searched every possible discussion/bug database/forums on this topic but unable to find a solution, please help.
    Regards
    Nitin

    Reply please.
    Thanks in advance.
    amyt

  • Servlet on "Sun Java System Application Server Platform Edition 9.0"

    Hi Friends,
    I'm using Sun Java System Application Server Platform Edition 9.0
    my server is instatted on "C:\Sun\AppServer\" and rest is default istallation path
    my web page is calling from "C:\Sun\AppServer\domains\domain1\docroot\" folder
    I wrote a test servert and placed the complied
    using the command
    C:\Sun\AppServer\domains\domain1\docroot\WEB-INF\classes\in\muk>javac -cp C
    :\Sun\AppServer\lib\j2ee.jar TestServlet.java
    C:\Sun\AppServer\domains\domain1\docroot\WEB-INF\classes\in\muk>
    and placed the class file in "C:\Sun\AppServer\domains\domain1\docroot\WEB-INF\classes\in\muk\TestServlet.class" having following code
    package in.muk;
    import java.io.IOException;
    import java.io.PrintWriter;
    import java.util.Date;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class TestServlet extends HttpServlet {
         public void doGet(HttpServletRequest req, HttpServletResponse res)
              throws IOException, ServletException {
              res.setContentType("text/html");
              PrintWriter out = res.getWriter();
              out.println("<html><head><title>TestServlet</title>");
              out.println("\t<style>body { font-family: 'Lucida Grande', " +
                   "'Lucida Sans Unicode';font-size: 13px; }</style>");
              out.println("</head><body><p>Current Date/Time: " +     new Date().toString() + "</p>");
              out.println("</body></html>");
              out.close();
    The content of my "C:\Sun\AppServer\domains\domain1\docroot\WEB-INF\web.xml" file is
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
              http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
         version="2.5">
         <servlet>
              <servlet-name>TestServlet</servlet-name>
              <servlet-class>in.muk.TestServlet</servlet-class>
         </servlet>
         <servlet-mapping>
              <servlet-name>TestServlet</servlet-name>
              <url-pattern>/TestServlet</url-pattern>
         </servlet-mapping>
         <welcome-file-list>
              <welcome-file>index.jsp</welcome-file>
         </welcome-file-list>
    </web-app>--------------------
    The content of "C:\Sun\AppServer\domains\domain1\docroot\WEB-INF\sun-web.xml"
    is
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE sun-web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Application Server 9.0 Servlet 2.5//EN" "http://www.sun.com/software/appserver/dtds/sun-web-app_2_5-0.dtd">
    <sun-web-app error-url="">
      <class-loader delegate="true"/>
      <jsp-config>
        <property name="keepgenerated" value="true">
          <description>Keep a copy of the generated servlet class' java code.</description>
        </property>
      </jsp-config>
    </sun-web-app>--------------
    The proble is I'm not able to call this servlet on web
    with URL
    *http://localhost:8080/TestServlet
    *it is giving "HTTP Status 404 - "
    Could anybody please help me in finding out why I'm not able to access the Servlet.
    Thank you with regards.
    Edited by: mu_kumar on Mar 5, 2008 9:00 PM

    Hello,
    Did you download the window version?
    Download it from
    https://sdlc4e.sun.com/ECom/EComActionServlet;jsessionid=127ACE07200555497A21DDC654885146
    And don't worry, it's the correct version. Also could you check on your PC,
    Start\Programs\ Sun Microsystems\ Application Server PE 9.
    Also which operative system are you using?
    eve

  • Monitor website usage statistics in Sun Java System Application Server

    Hi, I have a website in JSP/Struts running on Sun Java System Application Server..I want to monitor the number of visitors and hits in my website..How will i do it?
    Thanks in advance for your help..

    You need to delete all the files under the 'generated' directory to force the server to recompile them after the JDK upgrade. Also check in domain.xml and make sure the JVM parameter is pointing to the JDK that you have installed. It is also worthwhile to check asenv.conf to see which JDK that file is pointing to as well.

  • Help in JSP SmartUpload

    Hi all,
    Does anyone know how to configure jsp smartupload in a tomcat 4.0 environment? I am using tomcat 3.2.3 previously to upload files using jsp smartupload. Now I upgraded the tomcat server and when I use the same program to upload files, the following error message appear.
    org.apache.jasper.JasperException: Unable to compile class for JSP D:\Program_Files\Apache_Tomcat 4.0\work\Standalone\localhost\uploadActG$jsp.java:4: Package com.jspsmart.upload not found in import. import com.jspsmart.upload.*;
    By the way, I had checked the configuration in www.jspsmart.com and the configuration given seems a bit confusing and its like for unix/linux environment but I am using window 2000.
    Can anyone help me please.. Thank you...

    Hi all,
    Does anyone know how to configure jsp smartupload in a
    tomcat 4.0 environment? I am using tomcat 3.2.3
    previously to upload files using jsp smartupload. Now
    I upgraded the tomcat server and when I use the same
    program to upload files, the following error message
    appear.
    org.apache.jasper.JasperException: Unable to compile
    class for JSP D:\Program_Files\Apache_Tomcat
    4.0\work\Standalone\localhost\uploadActG$jsp.java:4:
    Package com.jspsmart.upload not found in import.
    import com.jspsmart.upload.*;
    I got the same problem. Did someone have solution?
    Thanks

  • Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode) error

    Hi there,
    Can somebody please help me?
    I'm new to java and recieving the following error in JDeveloper application on Oracle 10g Application server.
    Because of this error, the application's oc4j was down and users were forcefully logged out.
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf783c10c, pid=19837, tid=2847853472
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x3d910c]
    # An error report file with more information is saved as hs_err_pid19837.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    The following is the hs_err_pid19837.log
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # SIGSEGV (0xb) at pc=0xf783c10c, pid=19837, tid=2847853472
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # V [libjvm.so+0x3d910c]
    --------------- T H R E A D ---------------
    Current thread (0x0810deb8): JavaThread "CompilerThread0" daemon [_thread_in_native, id=19845]
    siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x00000004
    Registers:
    EAX=0x00000000, EBX=0xf7a0e7f0, ECX=0x00000e00, EDX=0x00000000
    ESP=0xa9beaed0, EBP=0xa9beaf08, ESI=0xa9beb0a0, EDI=0xa0d5ecf0
    EIP=0xf783c10c, CR2=0x00000004, EFLAGS=0x00210283
    Top of Stack: (sp=0xa9beaed0)
    0xa9beaed0: 00000400 f7a0e7f0 00000000 a818db5d
    0xa9beaee0: a8142d88 a0d80bbd a0d80bbc a818dba1
    0xa9beaef0: 00000964 a9beb0a0 00000080 f7a0e7f0
    0xa9beaf00: 00000121 00000001 a9beaf58 f783bdef
    0xa9beaf10: a9beb090 a8ea1b18 00000000 a0bc9528
    0xa9beaf20: a9beb090 0000001d a8ec2510 00000000
    0xa9beaf30: 00000010 f7a0e7f0 00000000 00000012
    0xa9beaf40: a59ba8d4 00000001 a8ea1b18 f7a0e7f0
    Instructions: (pc=0xf783c10c)
    0xf783c0fc: 8d 74 26 00 8b 45 08 8b 78 58 8b 45 d0 8b 14 87
    0xf783c10c: 8b 42 04 8b 00 85 c0 75 22 8b 4e 04 8b 52 1c 39
    Stack: [0xa9b6c000,0xa9bed000), sp=0xa9beaed0, free space=507k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x3d910c]
    V [libjvm.so+0x3d8def]
    V [libjvm.so+0x3d699f]
    V [libjvm.so+0x1a17db]
    V [libjvm.so+0x19e432]
    V [libjvm.so+0x1474b3]
    V [libjvm.so+0x1a6929]
    V [libjvm.so+0x1a6281]
    V [libjvm.so+0x4c8366]
    V [libjvm.so+0x4c2ba3]
    V [libjvm.so+0x424338]
    C [libpthread.so.0+0x52ab]
    Current CompileTask:
    opto:3386 oracle.sql.NUMBER.toBytes(Ljava/lang/String;I)[B (1034 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0xa3c77748 JavaThread "Timer-48" daemon [_thread_blocked, id=2363]
    0x09241c18 JavaThread "TimerThread300000" daemon [_thread_blocked, id=7808]
    0x084f6230 JavaThread "oracle.dms.aggregator.Timer@15000" daemon [_thread_blocked, id=7802]
    0x08fd3280 JavaThread "oracle.dms.aggregator.Timer@300000" daemon [_thread_blocked, id=7800]
    0x080be700 JavaThread "oracle.dms.aggregator.Timer@30000" daemon [_thread_blocked, id=7799]
    0x08271a20 JavaThread "RMIConnectionThread" [_thread_in_native, id=8322]
    0x0834cb88 JavaThread "RMICallHandler-9" [_thread_blocked, id=4277]
    0x0927ade0 JavaThread "RMICallHandler-8" [_thread_blocked, id=4276]
    0x083aba50 JavaThread "RMICallHandler-7" [_thread_blocked, id=20311]
    0x082bc2f8 JavaThread "RMICallHandler-6" [_thread_blocked, id=19952]
    0x0830c538 JavaThread "AJPRequestHandler-RMICallHandler-5" [_thread_in_Java, id=19933]
    0x0805db88 JavaThread "RMICallHandler-4" [_thread_blocked, id=19903]
    0xa5fa35d8 JavaThread "DestroyJavaVM" [_thread_blocked, id=19837]
    0xa0df9d20 JavaThread "TaskManager" [_thread_blocked, id=19902]
    0x08327938 JavaThread "OC4JMonitorThread" daemon [_thread_blocked, id=19901]
    0x090015c8 JavaThread "Thread-18" daemon [_thread_blocked, id=19900]
    0x084be600 JavaThread "Thread-17" daemon [_thread_in_native, id=19899]
    0xa8e8e110 JavaThread "SystemThreadGroup-6" [_thread_in_native, id=19897]
    0xa5fa4c80 JavaThread "SystemThreadGroup-5" [_thread_in_native, id=19896]
    0x082236a0 JavaThread "SystemThreadGroup-4" [_thread_blocked, id=19895]
    0x084b72c0 JavaThread "Timer-5" [_thread_blocked, id=19894]
    0x08489760 JavaThread "Timer-4" [_thread_blocked, id=19893]
    0x08410540 JavaThread "Timer-1" daemon [_thread_blocked, id=19890]
    0x0841d968 JavaThread "WorkExecutorWorkerThread-1" daemon [_thread_blocked, id=19889]
    0x08501638 JavaThread "Thread-11" daemon [_thread_blocked, id=19888]
    0x083f4478 JavaThread "Thread-9" daemon [_thread_blocked, id=19886]
    0x083f4790 JavaThread "Timer-0" [_thread_blocked, id=19884]
    0xa46bd340 JavaThread "RMIServer [0.0.0.0:12704] count:1" [_thread_in_native, id=19881]
    0xa46bd7d0 JavaThread "RMIServer [0.0.0.0:12404] count:1" [_thread_in_native, id=19880]
    0xa46b6758 JavaThread "JMSServer[asusdb02:12604]" [_thread_in_native, id=19879]
    0xa58176d0 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=19878]
    0xa596df78 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=19877]
    0xa5842038 JavaThread "Scheduler ServiceThread" [_thread_blocked, id=19876]
    0xa5841b00 JavaThread "Timer ServiceThread" [_thread_blocked, id=19875]
    0xa5947748 JavaThread "Event ServiceThread" [_thread_blocked, id=19874]
    0x08281b50 JavaThread "LogFlusher" daemon [_thread_blocked, id=19872]
    0x082aff58 JavaThread "LogFlusher" daemon [_thread_blocked, id=19871]
    0x083c7408 JavaThread "LogFlusher" daemon [_thread_blocked, id=19870]
    0x081f43b8 JavaThread "LogFlusher" daemon [_thread_blocked, id=19869]
    0x08110430 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=19847]
    0x0810ef60 JavaThread "CompilerThread1" daemon [_thread_blocked, id=19846]
    =>0x0810deb8 JavaThread "CompilerThread0" daemon [_thread_in_native, id=19845]
    0x0810cd30 JavaThread "AdapterThread" daemon [_thread_blocked, id=19844]
    0x0810bee0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=19843]
    0x08100f70 JavaThread "Finalizer" daemon [_thread_blocked, id=19842]
    0x08100a28 JavaThread "Reference Handler" daemon [_thread_blocked, id=19841]
    Other Threads:
    0x080fe540 VMThread [id=19840]
    0x08111918 WatcherThread [id=19848]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 25600K, used 20464K [0xeb230000, 0xecf00000, 0xf23f0000)
    eden space 21824K, 88% used [0xeb230000,0xec510078,0xec780000)
    from space 3776K, 30% used [0xecb50000,0xecc6c250,0xecf00000)
    to space 3840K, 0% used [0xec780000,0xec780000,0xecb40000)
    PSOldGen total 527808K, used 454745K [0xb23f0000, 0xd2760000, 0xeb230000)
    object space 527808K, 86% used [0xb23f0000,0xce0064e8,0xd2760000)
    PSPermGen total 120448K, used 55280K [0xaa3f0000, 0xb1990000, 0xb23f0000)
    object space 120448K, 45% used [0xaa3f0000,0xad9ec340,0xb1990000)
    Dynamic libraries:
    08048000-08057000 r-xp 00000000 08:06 108945 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/bin/java
    08057000-08059000 rwxp 0000e000 08:06 108945 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/bin/java
    08059000-0929e000 rwxp 08059000 00:00 0 [heap]
    9f300000-9f3fc000 rwxp 9f300000 00:00 0
    9f3fc000-9f400000 ---p 9f3fc000 00:00 0
    9f42d000-9f430000 ---p 9f42d000 00:00 0
    9f430000-9f4ae000 rwxp 9f430000 00:00 0
    9f800000-9f8f6000 rwxp 9f800000 00:00 0
    9f8f6000-9f900000 ---p 9f8f6000 00:00 0
    9f97f000-9f982000 rwxp 9f97f000 00:00 0
    9f982000-9fb00000 rwxp 9f982000 00:00 0
    9fb7f000-9fb82000 rwxp 9fb7f000 00:00 0
    9fb82000-9fe00000 rwxp 9fb82000 00:00 0
    9fe00000-a0000000 rwxp 9fe00000 00:00 0
    a0000000-a0100000 rwxp a0000000 00:00 0
    a017f000-a0182000 ---p a017f000 00:00 0
    a0182000-a0300000 rwxp a0182000 00:00 0
    a0500000-a05fe000 rwxp a0500000 00:00 0
    a05fe000-a0600000 ---p a05fe000 00:00 0
    a0600000-a06fd000 rwxp a0600000 00:00 0
    a06fd000-a0700000 ---p a06fd000 00:00 0
    a077f000-a0782000 ---p a077f000 00:00 0
    a0782000-a08fc000 rwxp a0782000 00:00 0
    a08fc000-a0900000 ---p a08fc000 00:00 0
    a097d000-a0980000 ---p a097d000 00:00 0
    a0980000-a09fe000 rwxp a0980000 00:00 0
    a09fe000-a0a01000 ---p a09fe000 00:00 0
    a0a01000-a0a7f000 rwxp a0a01000 00:00 0
    a0a7f000-a0a82000 ---p a0a7f000 00:00 0
    a0a82000-a0bf9000 rwxp a0a82000 00:00 0
    a0bf9000-a0c00000 ---p a0bf9000 00:00 0
    a0c7f000-a0c82000 ---p a0c7f000 00:00 0
    a0c82000-a0dfa000 rwxp a0c82000 00:00 0
    a0dfa000-a0e00000 ---p a0dfa000 00:00 0
    a1a29000-a1a2c000 rwxp a1a29000 00:00 0
    a1a2c000-a1aaa000 rwxp a1a2c000 00:00 0
    a1aaa000-a1bd9000 r-xs 00000000 08:06 140291 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/xmlparserv2.jar
    a1bd9000-a1c14000 r-xs 00000000 08:06 140260 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/bc4jdatum.jar
    a1c14000-a1cd7000 r-xs 00000000 08:06 140277 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/jsf-impl.jar
    a1cd7000-a1cde000 r-xs 00000000 08:06 140271 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-logging-api.jar
    a1cde000-a1d6f000 r-xs 00000000 08:06 140283 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/ojc.jar
    a1d6f000-a212d000 r-xs 00000000 08:06 140250 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/adf-faces-impl.jar
    a212d000-a21e1000 r-xs 00000000 08:06 140249 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/adf-faces-api.jar
    a21e1000-a22d2000 r-xs 00000000 08:06 140265 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/cache.jar
    a22d2000-a22f2000 r-xs 00000000 08:06 140256 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/adftags.jar
    a22f2000-a231b000 r-xs 00000000 08:06 140268 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-collections.jar
    a231b000-a2410000 r-xs 00000000 08:06 140262 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/bc4jhtml.jar
    a2410000-a2768000 r-xs 00000000 08:06 140245 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/ModelCSMT.jar
    a2768000-a2808000 r-xs 00000000 08:06 140286 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/ojsputil.jar
    a2808000-a2920000 r-xs 00000000 08:06 126211 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/jgroups-core.jar
    a2920000-a29e3000 r-xs 00000000 08:06 126243 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/dsv2.jar
    a29e3000-a2bc6000 r-xs 00000000 08:06 126254 /opt/oracle/product/10.1.3.1/OracleAS_1/sqlj/lib/translator.jar
    a2bc6000-a2e00000 r-xs 00000000 08:06 126275 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/wsclient.jar
    a2e00000-a2eff000 rwxp a2e00000 00:00 0
    a2eff000-a2f00000 ---p a2eff000 00:00 0
    a2f7f000-a2f82000 ---p a2f7f000 00:00 0
    a2f82000-a3121000 rwxp a2f82000 00:00 0
    a3121000-a3200000 ---p a3121000 00:00 0
    a3200000-a3300000 rwxp a3200000 00:00 0
    a3379000-a337c000 ---p a3379000 00:00 0
    a337c000-a33fa000 rwxp a337c000 00:00 0
    a33fa000-a33fd000 ---p a33fa000 00:00 0
    a33fd000-a347b000 rwxp a33fd000 00:00 0
    a347b000-a347e000 ---p a347b000 00:00 0
    a347e000-a34fc000 rwxp a347e000 00:00 0
    a34fc000-a34ff000 ---p a34fc000 00:00 0
    a34ff000-a357d000 rwxp a34ff000 00:00 0
    a357d000-a3580000 ---p a357d000 00:00 0
    a3580000-a35fe000 rwxp a3580000 00:00 0
    a35fe000-a3601000 ---p a35fe000 00:00 0
    a3601000-a367f000 rwxp a3601000 00:00 0
    a367f000-a3682000 ---p a367f000 00:00 0
    a3682000-a37f4000 rwxp a3682000 00:00 0
    a37f4000-a3800000 ---p a37f4000 00:00 0
    a387d000-a3880000 ---p a387d000 00:00 0
    a3880000-a38fe000 rwxp a3880000 00:00 0
    a38fe000-a3901000 ---p a38fe000 00:00 0
    a3901000-a397f000 rwxp a3901000 00:00 0
    a397f000-a3982000 ---p a397f000 00:00 0
    a3982000-a3af8000 rwxp a3982000 00:00 0
    a3af8000-a3b00000 ---p a3af8000 00:00 0
    a3b2a000-a3b2d000 ---p a3b2a000 00:00 0
    a3b2d000-a3bab000 rwxp a3b2d000 00:00 0
    a3c00000-a3cf9000 rwxp a3c00000 00:00 0
    a3cf9000-a3d00000 ---p a3cf9000 00:00 0
    a3d14000-a3d7f000 r-xs 00000000 08:06 140288 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/quartz-all-1.6.0.jar
    a3d7f000-a3d82000 ---p a3d7f000 00:00 0
    a3d82000-a3efa000 rwxp a3d82000 00:00 0
    a3efa000-a3f00000 ---p a3efa000 00:00 0
    a3f0b000-a3f44000 r-xs 00000000 08:06 125845 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/applications/jmsrouter-ejb.jar
    a3f8e000-a4054000 r-xp 00000000 08:06 109470 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libmlib_image.so
    a4054000-a4055000 rwxp 000c5000 08:06 109470 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libmlib_image.so
    a407f000-a4082000 ---p a407f000 00:00 0
    a4082000-a4100000 rwxp a4082000 00:00 0
    a411e000-a4123000 r-xs 00000000 08:06 125841 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/applications/admin_ejb.jar
    a4164000-a41d9000 r-xp 00000000 08:06 109493 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libawt.so
    a41d9000-a41df000 rwxp 00074000 08:06 109493 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libawt.so
    a41df000-a4203000 rwxp a41df000 00:00 0
    a4203000-a4206000 ---p a4203000 00:00 0
    a4206000-a4284000 rwxp a4206000 00:00 0
    a429f000-a42a2000 ---p a429f000 00:00 0
    a42a2000-a4320000 rwxp a42a2000 00:00 0
    a433e000-a439f000 r-xs 00000000 08:06 140290 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/standard.jar
    a439f000-a43a2000 ---p a439f000 00:00 0
    a43a2000-a4420000 rwxp a43a2000 00:00 0
    a4467000-a446a000 ---p a4467000 00:00 0
    a446a000-a44e8000 rwxp a446a000 00:00 0
    a44f9000-a4600000 r-xs 00000000 08:06 126291 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/jsp/lib/taglib/ojsputil.jar
    a4600000-a46fd000 rwxp a4600000 00:00 0
    a46fd000-a4700000 ---p a46fd000 00:00 0
    a4708000-a470e000 r-xp 00000000 08:06 109512 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/headless/libmawt.so
    a470e000-a470f000 rwxp 00005000 08:06 109512 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/headless/libmawt.so
    a4755000-a4c78000 r-xs 00000000 08:06 123808 /opt/oracle/product/10.1.3.1/OracleAS_1/toplink/jlib/toplink.jar
    a4c78000-a4c7b000 ---p a4c78000 00:00 0
    a4c7b000-a4cf9000 rwxp a4c7b000 00:00 0
    a4cfe000-a4d4f000 r-xs 00000000 08:06 140244 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/ModelCSCommon.jar
    a4d4f000-a4d52000 ---p a4d4f000 00:00 0
    a4d52000-a4dd0000 rwxp a4d52000 00:00 0
    a4dd2000-a4e2b000 r-xs 00000000 08:06 140276 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/jsf-api.jar
    a4e2b000-a5081000 r-xs 00000000 08:06 123813 /opt/oracle/product/10.1.3.1/OracleAS_1/toplink/jlib/toplink-essentials.jar
    a5081000-a5084000 ---p a5081000 00:00 0
    a5084000-a5102000 rwxp a5084000 00:00 0
    a5102000-a5105000 ---p a5102000 00:00 0
    a5105000-a5183000 rwxp a5105000 00:00 0
    a5183000-a5186000 ---p a5183000 00:00 0
    a5186000-a5204000 rwxp a5186000 00:00 0
    a5204000-a5207000 ---p a5204000 00:00 0
    a5207000-a5285000 rwxp a5207000 00:00 0
    a5285000-a5288000 ---p a5285000 00:00 0
    a5288000-a5306000 rwxp a5288000 00:00 0
    a5306000-a5309000 ---p a5306000 00:00 0
    a5309000-a5387000 rwxp a5309000 00:00 0
    a5387000-a538a000 ---p a5387000 00:00 0
    a538a000-a5408000 rwxp a538a000 00:00 0
    a5408000-a540b000 ---p a5408000 00:00 0
    a540b000-a5489000 rwxp a540b000 00:00 0
    a5489000-a548c000 ---p a5489000 00:00 0
    a548c000-a550a000 rwxp a548c000 00:00 0
    a550a000-a553f000 r-xs 00000000 08:06 98266 /var/run/nscd/dbPbmhVH (deleted)
    a553f000-a57f6000 rwxp a553f000 00:00 0
    a57f6000-a5800000 ---p a57f6000 00:00 0
    a5800000-a58ff000 rwxp a5800000 00:00 0
    a58ff000-a5900000 ---p a58ff000 00:00 0
    a5900000-a59f9000 rwxp a5900000 00:00 0
    a59f9000-a5a00000 ---p a59f9000 00:00 0
    a5a1f000-a5a3a000 r-xs 00000000 08:06 140247 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/adf-controller.jar
    a5a3a000-a5a3d000 ---p a5a3a000 00:00 0
    a5a3d000-a5abb000 rwxp a5a3d000 00:00 0
    a5abb000-a5acf000 r-xp 00000000 08:06 109468 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libnet.so
    a5acf000-a5ad0000 rwxp 00013000 08:06 109468 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libnet.so
    a5ad8000-a5b1e000 r-xs 00000000 08:06 140273 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/datatags.jar
    a5b1e000-a5b6f000 r-xs 00000000 08:06 126205 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/http_client.jar
    a5b6f000-a5bbc000 r-xs 00000000 08:06 126267 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/orawsdl.jar
    a5bbc000-a5c00000 r-xs 00000000 08:06 126252 /opt/oracle/product/10.1.3.1/OracleAS_1/sqlj/lib/runtime12.jar
    a5c00000-a5cff000 rwxp a5c00000 00:00 0
    a5cff000-a5d00000 ---p a5cff000 00:00 0
    a5d0b000-a5d28000 r-xs 00000000 08:06 140267 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-beanutils.jar
    a5d28000-a5d43000 r-xs 00000000 08:06 140269 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-digester.jar
    a5d43000-a5d98000 r-xs 00000000 08:06 126272 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/soap.jar
    a5d98000-a5db8000 r-xs 00000000 08:06 119839 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xschema.jar
    a5db8000-a5ea8000 r-xs 00000000 08:06 125471 /opt/oracle/product/10.1.3.1/OracleAS_1/javacache/lib/cache.jar
    a5ea8000-a5f00000 r-xs 00000000 08:06 123807 /opt/oracle/product/10.1.3.1/OracleAS_1/toplink/jlib/antlr.jar
    a5f00000-a5ffc000 rwxp a5f00000 00:00 0
    a5ffc000-a6000000 ---p a5ffc000 00:00 0
    a6002000-a601e000 r-xs 00000000 08:06 140270 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-el.jar
    a601e000-a603a000 r-xs 00000000 08:06 124985 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/oraclepki.jar
    a603a000-a608e000 r-xs 00000000 08:06 123751 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/ojpse.jar
    a608e000-a60a5000 r-xs 00000000 08:06 125608 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_saml.jar
    a60a5000-a60cd000 r-xs 00000000 08:06 125609 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_wss.jar
    a60cd000-a612d000 r-xs 00000000 08:06 125606 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_xmlsec.jar
    a612d000-a616d000 r-xs 00000000 08:06 125599 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_cert.jar
    a616d000-a61e1000 r-xs 00000000 08:06 125598 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/osdt_core.jar
    a61e1000-a6286000 r-xs 00000000 08:06 126245 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xquery.jar
    a6286000-a62b6000 r-xs 00000000 08:06 126247 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xsu12.jar
    a62b6000-a6351000 r-xs 00000000 08:06 119844 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xmlmesg.jar
    a6351000-a63d7000 r-xs 00000000 08:06 119846 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xml.jar
    a63d7000-a6506000 r-xs 00000000 08:06 119840 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xmlparserv2.jar
    a6506000-a69e6000 r-xs 00000000 08:06 117429 /opt/oracle/product/10.1.3.1/OracleAS_1/jdbc/lib/orai18n.jar
    a69e6000-a69ea000 r-xs 00000000 08:06 126224 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/ojms-provider.jar
    a69ea000-a6ab4000 r-xs 00000000 08:06 126249 /opt/oracle/product/10.1.3.1/OracleAS_1/rdbms/jlib/aqapi.jar
    a6ab4000-a6ac2000 r-xs 00000000 08:06 117428 /opt/oracle/product/10.1.3.1/OracleAS_1/jdbc/lib/ocrs12.jar
    a6ac2000-a6ad0000 r-xs 00000000 08:06 110701 /opt/oracle/product/10.1.3.1/OracleAS_1/opmn/lib/ons.jar
    a6ad0000-a6c23000 r-xs 00000000 08:06 125713 /opt/oracle/product/10.1.3.1/OracleAS_1/jdbc/lib/ojdbc14dms.jar
    a6c23000-a6c6a000 r-xs 00000000 08:06 123853 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/dms.jar
    a6c6a000-a6c7c000 r-xs 00000000 08:06 123858 /opt/oracle/product/10.1.3.1/OracleAS_1/diagnostics/lib/ojdl.jar
    a6c7c000-a6c7d000 r-xs 00000000 08:06 126246 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/xsqlserializers.jar
    a6c7d000-a6c95000 r-xs 00000000 08:06 126478 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/jdev-cm.jar
    a6c95000-a6caa000 r-xs 00000000 08:06 123828 /opt/oracle/product/10.1.3.1/OracleAS_1/ord/jlib/ordhttp.jar
    a6caa000-a6cc0000 r-xs 00000000 08:06 123827 /opt/oracle/product/10.1.3.1/OracleAS_1/ord/jlib/ordim.jar
    a6cc0000-a6cdb000 r-xs 00000000 08:06 126473 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/jlib/dc-adapters.jar
    a6cdb000-a6cf4000 r-xs 00000000 08:06 126472 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/jlib/adf-connections.jar
    a6cf4000-a6d97000 r-xs 00000000 08:06 126471 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/jlib/adfui.jar
    a6d97000-a6d9c000 r-xs 00000000 08:06 126469 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/jlib/adfmtl.jar
    a6d9c000-a6e49000 r-xs 00000000 08:06 126488 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/xmlef.jar
    a6e49000-a6e51000 r-xs 00000000 08:06 123780 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/regexp.jar
    a6e51000-a6e5f000 r-xs 00000000 08:06 110690 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/share.jar
    a6e5f000-a6ee9000 r-xs 00000000 08:06 126486 /opt/oracle/product/10.1.3.1/OracleAS_1/mds/lib/mdsrt.jar
    a6ee9000-a6f17000 r-xs 00000000 08:06 126487 /opt/oracle/product/10.1.3.1/OracleAS_1/mds/lib/concurrent.jar
    a6f17000-a6f1f000 r-xs 00000000 08:06 126479 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/commons-cli-1.0.jar
    a6f1f000-a6f6c000 r-xs 00000000 08:06 126460 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfshare.jar
    a6f6c000-a70cb000 r-xs 00000000 08:06 126461 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jct.jar
    a70cb000-a729f000 r-xs 00000000 08:06 126458 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfm.jar
    a729f000-a72bd000 r-xs 00000000 08:06 126480 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfbinding.jar
    a72bd000-a72d7000 r-xs 00000000 08:06 126464 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jimdomains.jar
    a72d7000-a72dd000 r-xs 00000000 08:06 126462 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jctejb.jar
    a72dd000-a72e9000 r-xs 00000000 08:06 126457 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfcm.jar
    a72e9000-a72ff000 r-xs 00000000 08:06 126463 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jdomorcl.jar
    a72ff000-a7309000 r-xs 00000000 08:06 126466 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jmtejb.jar
    a7309000-a7349000 r-xs 00000000 08:06 126467 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/collections.jar
    a7349000-a7350000 r-xs 00000000 08:06 126459 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/adfmweb.jar
    a7350000-a7569000 r-xs 00000000 08:06 126465 /opt/oracle/product/10.1.3.1/OracleAS_1/BC4J/lib/bc4jmt.jar
    a7569000-a75b3000 r-xs 00000000 08:06 108180 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/connectors/OracleASjms/OracleASjms/gjra.jar
    a75b3000-a75b4000 r-xs 00000000 08:06 108174 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/connectors/datasources/datasources/datasources.jar
    a75b4000-a7609000 r-xs 00000000 08:06 126227 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/scheduler.jar
    a7609000-a764a000 r-xs 00000000 08:06 123854 /opt/oracle/product/10.1.3.1/OracleAS_1/lib/dmsapp.jar
    a764a000-a7651000 r-xs 00000000 08:06 126258 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/JMXSoapAdapterShared.jar
    a7651000-a7654000 r-xs 00000000 08:06 133214 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/ext/esbprotocol.jar
    a7654000-a7655000 r-xs 00000000 08:06 126475 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/ext/adfperfhandler.jar
    a7655000-a767d000 r-xs 00000000 08:06 111507 /opt/oracle/product/10.1.3.1/OracleAS_1/xqs/lib/xds.jar
    a767d000-a769a000 r-xs 00000000 08:06 111506 /opt/oracle/product/10.1.3.1/OracleAS_1/xqs/lib/xqs-api.jar
    a769a000-a76cc000 r-xs 00000000 08:06 123859 /opt/oracle/product/10.1.3.1/OracleAS_1/diagnostics/lib/ojdl2.jar
    a76cc000-a76e1000 r-xs 00000000 08:06 123809 /opt/oracle/product/10.1.3.1/OracleAS_1/toplink/jlib/toplink-oc4j.jar
    a76e1000-a76e7000 r-xs 00000000 08:06 123749 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/ojmisc.jar
    a76e7000-a76f9000 r-xs 00000000 08:06 128099 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/repository.jar
    a76f9000-a7705000 r-xs 00000000 08:06 123768 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/jssl-1_1.jar
    a7705000-a77d2000 r-xs 00000000 08:06 126265 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/orajaxr.jar
    a77d2000-a8100000 r-xs 00000000 08:06 126216 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/oc4j-internal.jar
    a8100000-a81fa000 rwxp a8100000 00:00 0
    a81fa000-a8200000 ---p a81fa000 00:00 0
    a8203000-a8209000 r-xp 00000000 08:06 109467 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libnio.so
    a8209000-a820a000 rwxp 00005000 08:06 109467 /opt/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/i386/libnio.so
    a8219000-a8223000 r-xs 00000000 08:06 140272 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/as_oc4j/applications/AS/Bragg/WEB-INF/lib/commons-logging.jar
    a8223000-a825f000 r-xs 00000000 08:06 126286 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/xsdlib.jar
    a825f000-a826d000 r-xs 00000000 08:06 126268 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/orawsmetadata.jar
    a826d000-a82d0000 r-xs 00000000 08:06 126278 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/wsif.jar
    a82d0000-a8489000 r-xs 00000000 08:06 122296 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/ldapjclnt10.jar
    a8489000-a84a3000 r-xs 00000000 08:06 125597 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/ospnego.jar
    a84a3000-a84c2000 r-xs 00000000 08:06 128092 /opt/oracle/product/10.1.3.1/OracleAS_1/jlib/infratool.jar
    a84c2000-a851a000 r-xs 00000000 08:06 126187 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/jazn.jar
    a851a000-a8637000 r-xs 00000000 08:06 126198 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/jazncore.jar
    a8637000-a88f9000 r-xs 00000000 08:06 126200 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/adminclient.jar
    a88f9000-a8b00000 r-xs 00000000 08:06 126220 /opt/oracle/product/10.1.3.1/OracleAS_1/j2ee/home/lib/oc4j_orb.jar
    a8b00000-a8bf8000 rwxp a8b00000 00:00 0
    a8bf8000-a8c00000 ---p a8bf8000 00:00 0
    a8c00000-a8d00000 rwxp a8c00000 00:00 0
    a8d00000-a8d05000 r-xs 00000000 08:06 126270 /opt/oracle/product/10.1.3.1/OracleAS_1/webservices/lib/relaxngDatatype.jar
    a8d05000-a8d2c000 r-xs 00000000 08:06 126264 /opt/oracle/pro

    Beware with this jvm options:
    -Xms2048m -Xmx2048m -XX:MaxPermSize=2048m
    You ask the JVM to allocate 2Go of Heap size and you allow it to allocate up to 2Go of Perm Size. So in this case, you need to have at least 4Go of free memory.
    If you change -XX:MaxPermSize=2048m to -XX:MaxPermSize=256m, it is ok ?
    note: 256 M of PermSize is already a high value.

Maybe you are looking for

  • Digital Signatures in EchoSign

    Can you sign an EchoSign document with a Digital Signature from a PKI-based Smart Card?

  • Jaxp namespaces in document elements

    I am trying to use Java to access xml items using XPath. I am OK with an xml document with name spaces in root element. But not namespaces declared in elements. Typically see two documents at http://www.w3schools.com/XML/xml_namespaces.asp Under XML

  • ICloud Photo Library Beta Resolution of Video/Photo

    My understanding was that photos that were uploaded from my iOS device to iCloud Photo Library would be stored in iCloud at their original resolution. So far this does not appear to be the case as a video I shot with the back camera on my iPhone 5 (1

  • Subquery in the From Clause

    I have a query the contains a subquery in the from clause. The problem is how to join one of the tables in the subquery to one of the main tables. If I hard a value, the query runs, but using a table.column produced an "invalid column name" error. Ex

  • Hi deleting music from files.

    hi  music i delete from files on ipod is still on ipod how do i get rid of it.