Urgent OC4J Application Problem

Hi,
I am deploying application (with only JSP & servlets --> .war) in Oracle 9iAS with OC4J container(2.0.0.0) in Win 2000 Server.
Considering the classloader mechanism of OC4J (I read through this forum and throught this link http://kb.atlassian.com/content/atlassian/howto/classloaders.jsp). This is causing problems. Particularly in my case, where I want that specific classes should actually be loaded from my application and NOT from parent loaders.
I am encountering the following problems when I run the application using command: (java -jar oc4j.jar)
1) Classes in "soap.jar" contained in my application WEB-INF/lib directory clashes with those present in "JD-OC4J\soap\lib" (where JD-OC4J is my Installed location for OC4j container). Hence running my soap application gives error like this
java.lang.NoClassDefFoundError: HTTPClient/CookiePolicyHandler
     at org.apache.soap.rpc.Call.invoke(Call.java:213)
     at com.mbserver.soap.listener.MBSoapClientListener.doPost(com/mbserver/soap/listener/MBSoapClientListener.java:94)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:211)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
     at com.evermind[Oracle9iAS (2.0.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:667)
     at com.evermind[Oracle9iAS (2.0.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
     at com.evermind[Oracle9iAS (2.0.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:704)
     at com.evermind[Oracle9iAS (2.0.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:250)
     at com.evermind[Oracle9iAS (2.0.0.0) Containers for J2EE].util.ThreadPoolThread.run(ThreadPoolThread.java:62)
-- This would run in case "soap.jar" is used from my Application lib directory(present in /../j2ee/home/applications/myapp/WEB-INF/lib) BUT this is not the case.
2) I also ran a RMI application INSIDE the web application. Perhaps due to above mechanism of classloading, I get the following error
Exception in binding=java.rmi.ServerException: RemoteException occurred in serve
r thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
tion is:
java.lang.ClassNotFoundException: com.mbconsole.adminui.MBrmiAdminServer_Stub
java.rmi.ServerException: RemoteException occurred in server thread; nested exce
ption is:
Because the application could NOT load stub class from WEB-INF/classes directory.
-- My problem is I cannot use "specific API" or make any changes for the Container. As the application is sold for other vendors (Tomcat, WebShere...) and it works in those system.
-- I am sure this kind of problem will be encountered earlier (actually I couldn't find out)
- Any idea will be of Great Help!
Thanks in advance
Thyagesh

Thanks Debu for the information.
I indeed was using earlier version. I upgraded to 9.0.3 container and referred to this document
http://otn.oracle.com/tech/java/oc4j/htdocs/how-to-servlet-sysclassloader.html
-- The RMI problem was solved, thanks for that !
But I am still having difficulty. I use XML parsers in $myapp/WEB-INF/lib:
- jaxp.jar - v1.1 specs
- crimson.jar - v1.1 specs
- parser.jar - v1.0 specs
I changed the "orion-web.xml" and included
- "<web-app-class-loader search-local-classes-first="true" />"
When the application started it gave the "sealing violation exception" as follows:
java.lang.SecurityException: sealing violation
     at com.evermind.naming.ContextClassLoader.defineClass(ContextClassLoader.java:1076)
     at com.evermind.naming.ContextClassLoader.findClass(ContextClassLoader.java:365)
     at com.evermind.naming.ContextClassLoader.loadLocalClassFirst(ContextClassLoader.java:150)
     at com.evermind.naming.ContextClassLoader.loadClass(ContextClassLoader.java:129)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:195)
     at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:1890)
     at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4355)
     at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4455)
     at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:662)
     at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:435)
     at com.evermind.server.Application.getHttpApplication(Application.java:695)
     at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:676)
     at com.evermind.server.http.HttpSite.initApplications(HttpSite.java:528)
     at com.evermind.server.http.HttpSite.setConfig(HttpSite.java:231)
     at com.evermind.server.http.HttpServer.setSites(HttpServer.java:247)
     at com.evermind.server.http.HttpServer.setConfig(HttpServer.java:150)
     at com.evermind.server.ApplicationServer.initializeHttp(ApplicationServer.java:1959)
     at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1294)
     at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:93)
     at java.lang.Thread.run(Thread.java:484)
If the container loads classes from the local path (WEB-INF/classes, WEB-INF/lib) then this should have worked (coz' the application does works on Tomcat, IBM WebShere...) with the same set of parser.
If I remove the above three parsers, then the application initializes BUT the same problems prelude (i.e. Oracle parsers gives problems like: toString() of XML node returns class name, etc).
2) This is another strange problem. I am using apache soap jar (SOAP 1.1 impl) and uses its SOAP deployement tool. Hence I use "soap.jar" in $myapp/WEB-INF/lib/ directory.
But with the above configuration (local=true) the container uses "soap.jar" from location:
-- $OC4J_Home/j2ee/lib
and this causes the "class not found" Exception.
Again help is required specially for the first point.
Thanks,
Thyagesh

Similar Messages

  • When i run report through OC4J Application i get a exception message

    When i run report through OC4J Application i get a exception message saying Server returning invalid xml and the exception number is JBO -29000. The Reports Server is installed on machine having IP 10.191.99.254.
    Below is the exception message:
    (oracle.jbo.JboException) JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: java.io.IOException, msg=Server returned HTTP response code: 500 for URL: http://10.191.99.254:8888/reports/rwservlet/showjobidnull
    Anybody Please help me out with this issue.....because I am really fed up with this problem....want some urgent help.....
    One possible workaround which I could make out is there needs change to be made in the .rdf files in Report Builder and then inside the User Parameters we change the Initial Value to * from % because the Reports Server encodes every value as %Initial_Value% and hence if the initial value for the parameter is % then it does not get a valid value and hence it returns as an invalid xml
    But unfortunately it seems this workaround does not work.Please help as soon as possible.

    Hi,
    you said that some changes were made in the .xml files but i had said that all the files present in Reports Developer or Reports Builder are .rdf files and I had made changes in the .rdf files for this articular report and then compiled it thereitself and then ran a paper layout of the report but the report did not comprise any data.
    There was sufficient data also to populate the report. So this may not be a database issue. Please help if you can ASAP.

  • OC4J application availability control

    Can someone please suggest a simple way to make a OC4J application temporarily unavailable for users, so that any request to it returns a "Application not available - try later" page?
    Thanks,
    Pere

    There is no formal way to do this , but can use the following:
    1) You can a dummy application with HTML/JSP for this message
    2) When you want to make your application unvailable, bind the context root of your apps to the web module of your dummy application.
    Hope this helps ..
    regards
    Debu

  • Ssi in OC4J applications

    Hi,
    I've been trying to get ssi to work in my OC4J application. But it doesn't.
    The ssi servlet is there and it appears
    to have the mapping /*.shtml
    Thanks for any hints you can give.
    /Per

    Found the file by doing a system search. It wasn't where it
    was supposed to be. All is working now.

  • Premiere Elements 12: start application problem - an incompatible display driver massage

    Premiere Elements 12: start application problem - "an incompatible display driver" massage 
    I did everything what I could find online forums. (Except messing with BIOS settings)
    - Updated video cards drivers
    - Set to “High-Performance GPU” in Catalasyt for application exe and gpusniff.exe
    - Added “run as administrator” privileges
    - Each time before trying to run the application I removed BadDriver.txt file
    My laptop specification:
    Product name: HP Pavilion dv6 Notebook PC
    Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz
    System memory: 8GB
    Memory slot 1: 4GB SODIMM Samsung 1333MHz
    Memory slot 2: 4GB SODIMM Samsung 1333MHz
    Windows 7 Professional 64-bit Service Pack 1
    Intel(R) HD Graphics Family 8.882.2.3000 (30/09/2011)
    Radeon (TM) HD 6770M 8.882.2.3000 (30/09/2011) (newer updates are not available)
    please help...

    cmbishop82
    Did you go through the drill
    a. video card driver version up to date according to the manufacturer of the video card
    b. if so, deletion of the BadDrivers.txt file....for Premiere Elements 12 in Windows 7, 8, or 8.1 64 bit, the path is:
    Local Disk C
    Program Data
    Adobe
    Premiere Elements
    and in the Premiere Elements Folder is the BadDrivers.txt file for version 12. The BadDrivers.txt file is a file in this Premiere Elements Folder which also contains folders. You do not want anything in those folders. All you want is the BadDrivers.txt file in the Premiere Elements Folder.
    Make sure that you have Folder Option Show Hidden Files, Folders, and Drives active so you can see that complete path.
    The rationale for the being of the BadDrivers.txt file has its origins in post 10 of the following older thread
    http://forums.adobe.com/message/3177024
    When you get the display card error message, is it before you import media into the project? And, when you get the message, does the program allow you to continue by pressing a Continue Button or are you stopped from going further?
    ATR

  • N82 application problems

    Hello everyone. I bought N82 a few days ago and I have an application problems. My installed applications works for 6-7 hours. I can see them in applications folder and application manager. But 7 hours later, I can't see them in applications folder also application manager. Why it happens? Please help me!
    I tried those but I can't solved this problem:
    Soft format
    Hard format
    Reinstall N82's software ( V31) with Nokia Software Updater
    Formatting memory card and reinstall applications.
    Note: I don't have this problem with my videos and musics .Only applications. 
    Solved!
    Go to Solution.

    Finally I solved this problem. I bought a new memory card and then installed my app.I think Nokia's 2GB memory card have a problem. (System folder.)

  • Applications problem: "You cannot update this software since you have not owned the major version of this software."

    Hi all,
    RE: Applications problem: "You cannot update this software since you have not owned the major version of this software."
    Until recently, I have not encountered this problem.  And I am facing this problem for both my iPad and iPhone. 
    I only have 1 iTunes account and the most recent change was that I switched the location from Singapore to UK (I'm currently in the UK).  I also updated my applications a couple of times before since the change in location, so I doubt it's due to the location change.  I've tried signing out of the account in the iTunes accounts on the devices, then signing back in.  I've also tried restarting the devices (and for the iPad, I even updated the iOS). 
    Any idea what else I can do to try to rectify this?
    Thanks and regards,
    Tammy

    Hi there!
    Thanks for replying!
    1.  Yup, my iOS is the latest (6.0.1), and I have 7 apps on my iPhone that apparently have updates.  But it's been 6.0.1 for quite some time and I've also been able to update the apps till just this week.
    2.  I don't have a credit card associated with my account anymore.  Ever since I changed the location, I removed the credit card details.  But I didn't have problems with any of my apps (updating or downloading new ones) until this week.  Also, all the apps I've downloaded since I came to the UK are free apps. 
    I still don't know what's wrong. 

  • Deploying an OC4J Application fails

    We have created a new OC4J container and are getting errors when trying to deploy a OC4J Application.
    We are running 9iAS 9.0.2.2 and are using OEM to do the deployment.
    After selecting our .ear file we get no Web Modules on the 'URL Mappings for Web Modules' step (number 3 of 8), should one be found if .ear file is okay ?
    After getting to the end of the steps and clicking deploy we get the following error:
    >>>>>>>>>>
    Deployment failed: Nested exception Root Cause: Error loading archive: Unknown assembly tag in file:/db001/app/oracle/product/9iAS9020_IFS/j2ee/OC4J_Ereg/applications/ereg/: <web-module>; nested exception is: java.lang.InstantiationException: Error loading archive: Unknown assembly tag in file:/db001/app/oracle/product/9iAS9020_IFS/j2ee/OC4J_Ereg/applications/ereg/: <web-module>. Error loading archive: Unknown assembly tag in file:/db001/app/oracle/product/9iAS9020_IFS/j2ee/OC4J_Ereg/applications/ereg/: <web-module>; nested exception is: java.lang.InstantiationException: Error loading archive: Unknown assembly tag in file:/db001/app/oracle/product/9iAS9020_IFS/j2ee/OC4J_Ereg/applications/ereg/: <web-module>
    >>>>>>>>>>
    The application.wml file in the .ear file is
    >>>>>>>>>>
    <?xml version="1.0" ?>
    <!DOCTYPE orion-application (View Source for full doctype...)>
    - <!--
    The global application config that is the parent of all the other
    applications in this server.
    -->
    - <orion-application autocreate-tables="true" autodelete-tables="false" treat-zero-as-null="true">
    <web-module id="defaultWebApp" path="../default-web-app" />
    <persistence path="../persistence" />
    - <!--
    Path to the libraries that are installed on this server.
    These will accesible for the servlets, EJBs etc
    -->
    <library path="../lib" />
    <principals path="./principals.xml" />
    - <log>
    <file path="/db001/app/ereg/log/global-application.log" />
    </log>
    <data-sources path="./data-sources.xml" />
    - <mail-session location="mail/MailSession" smtp-host="localhost">
    <property name="mail.transport.protocol" value="smtp" />
    <property name="mail.smtp.from" value="[email protected]" />
    </mail-session>
    - <namespace-access>
    - <read-access>
    - <namespace-resource root="">
    - <security-role-mapping name="<jndi-user-role>">
    <group name="users" />
    </security-role-mapping>
    </namespace-resource>
    </read-access>
    - <write-access>
    - <namespace-resource root="">
    - <security-role-mapping name="<jndi-user-role>">
    <group name="users" />
    </security-role-mapping>
    </namespace-resource>
    </write-access>
    </namespace-access>
    </orion-application>
    >>>>>>>>>>
    Any ideas what we are doing wrong ?
    Thanks
    Simon.

    Additional Information:
    We ran the following command :
    "dcmctl validateEarFile -f /tmp/ereg_ear/e-regulation.ear"
    and got :
    name = JDBC type = null
    name = OracleConnectionCacheImpl type = JDBC_ConnectionSource
    name = JDBC type = null
    name = OracleConnectionPoolDataSource type = JDBC_DataSource
    name = CONNECTION_1 type = JDBC_Connection
    ADMN-906037
    oracle(9iAS9020_IFS)$ dcmctl geterror ADMN-906037
    ADMN-906037
    The Java environment property http.proxyHost has not been defined. Define the environment variable ORACLE_DCM_JVM_ARGS="-Dhttp.proxyHost=<proxy-host-name> -Dhttp.proxyPort=<proxy-port-number>" using the right proxy host and port number and try again.
    Any Ideas ?
    Thanks
    Simon.

  • Class visibility problems in deployed OC4J application

    I have an entity, autogenerated from a database table by JDeveloper, which has the form:
    Entity.java:
    package a.b.c;
    import ...
    @Entity
    @NamedQuery( ... )
    @Table( ... )
    public class Entity implements Serializable {
        @Column( ... )
        : etc.
    }Then I have a stateless session bean, also autogenerated by JDeveloper, which has the form:
    SessionEJBBean.java:
    package a.b.c;
    import ...
    @Stateless(name="SessionEJB")
    public class SessionEJBBean implements SessionEJB {
        @PersistenceContext(unitName="Simple")
        private EntityManager em;
        public List<Entity> queryFindAll() {
            return em.createNamedQuery( ... ).getResultList();
        : etc.
    }Then I have my client (again, largely autogenerated):
    SessionEJBClient.java:
    package a.b.c;
    import ...
    public class SessionEJBClient {
        public static void main(String [] args) {
            try {
                final Context context = getInitialContext();
                SessionEJB sessionEJB = (SessionEJB)context.lookup("SessionEJB");
                List<Entity> entities = sessionEJB.queryFindAll();
            } catch (Exception ex) {
                ex.printStackTrace();
        private static Context getInitialContext() throws NamingException {
         : etc.
    }The above code works fine, however I now want to experiment with the oracle.toplink.essentials.tools.sessionconfiguration.SessionCustomizer interface. To this end, I create a bare-bones customizer class:
    Customizer.java:
    package a.b.c;
    import ...
    public class Customizer implements SessionCustomizer {
        public Customizer() {
        public void customize(Session session) {
    }and make corresponding updates to the persistence.xml file:
    persistence.xml:
    <?xml version="1.0" encoding="windows-1252" ?>
    <persistence
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://java.sun.com/xml/ns/persistence
      http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
      version="1.0" xmlns="http://java.sun.com/xml/ns/persistence">
      <persistence-unit name="Simple">
        <properties>
          <property name="toplink.session.customizer" value="a.b.c.Customizer"/>
        </properties>
      </persistence-unit>
    </persistence>Now, when I redeploy and attempt to run my client application, I'm told that the customizer class cannot be found:
    11-Jun-2007 16:32:17 oracle.j2ee.rmi.RMIMessages
    EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER
    WARNING: Exception returned by remote server: {0}
    javax.ejb.EJBException: Exception [TOPLINK-28006]
    (Oracle TopLink Essentials - 2006.8 (Build 060829)):
    oracle.toplink.essentials.exceptions.EntityManagerSetupException
    Exception Description: ClassNotFound: [a.b.c.Customizer]
    specified in [toplink.session.customizer] property.
    Internal Exception: oracle.classloader.util.AnnotatedClassNotFoundException:
           Missing class: com.logicacmg.security.Customizer
         Dependent class: oracle.toplink.essentials.internal.security.PrivilegedAccessHelper
                  Loader: oracle.persistence:1.0
             Code-Source: /usr/oc4j/toplink/jlib/toplink-essentials.jar
           Configuration: <code-source> in /usr/oc4j/j2ee/home/config/server.xml
    This load was initiated at oracle.persistence:1.0 using the Class.forName() method.
    The missing class is available from the following locations:
         1. Code-Source: /usr/oc4j/j2ee/home/applications/SimpleApp/SimpleApp.jar
    (from <ejb> in /usr/oc4j/j2ee/home/applications/SimpleApp)
            This code-source is available in loader SimpleApp.root:0.0.0.
    This is the current thread's context loader, and it appears that Class.forName()
    was used to load the dependent class. If a loader was not explicitly passed to
    Class.forName(), try passing the result of calling
    Thread.currentThread().getContextClassLoader()So, my question is: what is the correct way for me to configure the system so that my Customizer class is picked up?
    Apologies if this is obvious - I'm still rather new to working in this area (so if anything else I've written doesn't make sense - please don't be afraid to point it out!).
    Regards,
    Alistair.

    Hi, you all seem highly intelligent so I'll give this a shot.
    We're having a similar problem, but TopLink is not involved. Axis2 is, but in our case, the Axis2 application runs fine, it's the other applications that fail.
    We have three applications, Login, Candle, and Webservices (the one with Axis2). When we first start up the applications, they all instantiate fine. We can run Login pages and Candle pages fine. We can also run non-Axis2 Webservices servlets without breaking Login and Candle. But when we run a webservices servlet that uses Axis2, something happens that causes all future Login and Candle class loading to fail! From the error message, OC4J indicates that it is trying to load classes for Login and Candle using the classloader for Webservices.
    So, to summarize, once the webservices app runs an Axis2 servlet, OC4J tries to use the webservices' classloader to load classes for the other applications instead of using their classloaders. The example error message I give below is for the Candle application, but the same problem occurs for Login.
    Please help, even if it's just a suggestion for something to try!! We've been trying to understand this for 2 days and we're still as stumped as ever.
    [java] 2007-06-15 14:59:59,159 ERROR [org.apache.struts.action.RequestProcessor] - No action instance for path /adpThrowableHandler could be created
    [java] oracle.classloader.util.AnnotatedClassNotFoundException:
    [java] Missing class: com.adp.candle.core.ui.struts.exceptionhandler.AdpThrowableHandlerAction
    [java] Dependent class: org.apache.struts.util.RequestUtils
    [java] Loader: default.web.candle:0.0.0
    [java] Code-Source: /C:/build/javaroot/candle/WEB-INF/lib/struts.jar
    [java] Configuration: WEB-INF/lib/ directory in C:\build\javaroot\candle\WEB-INF\lib
    [java] This load was initiated at default.web.webservices:0.0.0 using the loadClass() method.
    [java] The missing class is available from the following locations:
    [java] 1. Code-Source: /C:/build/javaroot/candle/WEB-INF/classes/ (from WEB-INF/classes/ in C:\build\javaroot\candle\WEB-INF\classes)
    [java] This code-source is available in loader default.web.candle:0.0.0.
    -- Brad

  • CAN SOMEONE SOLVE THIS APPLICATION PROBLEM? URGENT!

    As per the installation instruction in the "Read Me for
    Installing Schema and Examples for the Tutorial " write-up, I
    executed all the scripts listed there. But when I try to add
    the application component portlet, I do not find the
    TUTORIAL30_APPLICATION listed under TUTORIAL APPLICATION. When I
    try to access the TUTORIAL30_APPLICATION by clicking the
    Applications under the provider "Oracle Portal", it lists the
    TUTORIAL30_APPLICATION but when I try to select this
    application, it gives the following error messages:
    NOTE: THIS PROBLEM I AM FACING WHATEVER I CREATE UNDER
    APPLICATION and TRY TO ADD IT. WHEN I TRY TO FIND OUT MY
    PARTICULAR FORM OR REPORT UNDER MY NEWLY CREATED APPLICATION
    ALSO, THE PROBLEM IS SAME. SHOULD I RE-INSTALL PORTAL FROm THE
    SCRATCH?
    <!--StartFragment-->PORTAL30.wwpob_page.render_portlet_screen:
    SIGNATURE (parameter names) MISMATCH
    VARIABLES IN FORM NOT IN PROCEDURE: P_APP_ID
    NON-DEFAULT VARIABLES IN PROCEDURE NOT IN FORM:^^9
    DAD name: portal30
    PROCEDURE : PORTAL30.wwpob_page.render_portlet_screen
    URL :
    http://GALAXY:80/pls/portal30/PORTAL30.wwpob_page.render_portlet_
    screen?
    p_providerid=927142&p_portletid=10&p_referencepath=&p_mode=100&p_
    back_url=&p_app_id=1880851862
    PARAMETERS :
    ============
    P_PROVIDERID:
    927142
    P_PORTLETID:
    10
    P_REFERENCEPATH:
    P_MODE:
    100
    P_BACK_URL:
    P_APP_ID:
    1880851862
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Apache/1.3.12 (Win32) ApacheJServ/1.1
    mod_ssl/2.6.4 OpenSSL/0.9.5a mod_perl/1.22
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=GALAXY
    REQUEST_METHOD=GET
    QUERY_STRING=p_providerid=927142&p_portletid=10&p_referencepath=&
    p_mode=100&p_back_url=&p_app_id=1880851862
    PATH_INFO=/pls/portal30/PORTAL30.wwpob_page.render_portlet_screen
    SCRIPT_NAME=/pls
    REMOTE_HOST=
    REMOTE_ADDR=127.0.0.1
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 5.5; Windows
    NT 5.0)
    HTTP_HOST=galaxy
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg,
    image/pjpeg, application/vnd.ms-excel, application/msword,
    application/x-comet, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-us
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=portal30=1099809DBE27A307E6FF5A5FF7E396AF52E5454321FA
    A327D5BB5E6DA30D30796B206707FAE9EB7BD8790F59A74BBB23B583571C566D2
    DADAA731C1568F3FCB57FBF52030A3048D4134154E7045BD074000B614984DF6A
    3F;
    portal30_sso=2FB35B6FA45359778768C27D9B08A5F491569395DDA49D88BC88
    C9AF1C05A5AAAA444725B5302FDCE62BDF1DE2596D12314B3C01B14129371F9BC
    3E2281C7BF3E737399C65AC10E97D8441700B9D7A9DE7DEDD8E5D64A8F7
    Authorization=
    HTTP_IF_MODIFIED_SINCE=
    Please look into the problem and provide me the solution.
    If I want to un-install the tutorial etc. what should I do?.
    I suspect in the execution of the following command script:
    cd ..\src\wwu\appimp.cmd -s <PortalOwner_username> -p
    <PortalOwner_password> -m CREATE -a TUTORIAL30_APPLICATION -f
    <demo_dir>/hlw30_trl_comp.sql -o portalnew -c <connect_string>
    I executed the above command as follows:
    c:\pschema> appimp.cmd -s portal30 -p portal30 -m CREATE -a
    TUTORIAL30_APPLICATION -f hlw30_trl_comp.sql -o portalnew -c
    ORCL8
    How to re-execute the above script?. I tried to re-execute the
    above script by deleting the TUTORIAL30_APPLICATION rows from
    wwv_modules$ table, but the appimp.cmd script terminated after
    the following messages:
    ...Importing component: ID = 3365687784 Name = TUTORIAL_HRREP
    Owner = TUTORIAL30_APPLICATION Type = REPORT
    Input truncated to 6 characters
    Disconnected from Oracle8i .......
    Thanks,
    A. Moyeed
    E-mail: [email protected]
    Note:
    OS Windows 2000 Professional
    Database: Oracle 8.1.6.0.0
    Portal 3.0.6.3.3

    InPHeCTed wrote:
    Most Wifi hotspots are configured for PC's and not Macs. Most will work with macs, but will have some issues. Unfortunately there is no way to solve this other than asking the hospitals to update their wifi network with Mac-friendly wireless routers
    How do you configure a hot spot for PC only? What are "Mac-friendly wireless routers"? Hot spots use wifi technology based on 802.x. This is a wifi standard supported by wifi routers, PCs, and Apple products.

  • URGENT! MAJOR PROBLEM! Application Builder ICON - I CANNOT SEE?! WHY?

    Hello,
    I have just installed XE and I cannot see the Application Builder Icon on the Home Page!? Please help...do I have an old version perhaps?
    Kind Regards,
    Kajani

    Hi Kajani,
    which user do you use to log in?
    Is it SYSTEM or a user called TEST? It won't work with either one, since those are internal accounts which don't provide the application builder.
    You have to create a new user and log in as this new user.
    ~Dietmar.

  • Deploy to OC4J standaone problem

    Dears,
    I developed an application in jdev 10.2 and it works successfully with embedded OC4J, but when deploy to OC4J standalone or Tomcat it doesn't work.
    I use JSON in my application.
    The log (for OC4J standalone and Tomcat) is empty from errors and exceptions, Only
    JSONRPCBridge.analyzeClass analyzing package1name.package2name.package3name.DAO.classNmaeDAO
    is written and my code didn't work and JSP is empty.
    Any ideas, what may be the problem there???

    When I deploy to oc4j from jdev... I get an error.
    Unknown site: http-web-site
    How do I figure out what my http site is via my oc4j configuration?
    I know in my Connection properties for oc4j in jdev, there is a target web site property where I entered "http-web-site", thinking this was the correct target.
    Thanks. Look in <oracle_home>\j2ee\home\config\server.xml
    Web sites are defined by the web-site entry. E.g
    <web-site path="./http-web-site.xml" />
    <web-site default="true" path="./default-web-site.xml" />
    Dhiraj

  • Urgent----OC4J Hanging After every 4-5 Hours

    Respected All Oracle ADF Users,
    I Have Developed very large ADF (ADF BC Swing) Application i.e. One ERP Product, It Contains 300 Application Modules (Forms). I deployed this Application as EJB Session Bean on standalone OC4J which is on Fedora Core 3. There is Very Huge Data Entry, Data Fetching through this Application. (Daily 100000 Records Insertions)
    Now problem is, when I start OC4J it goes fine for next 4-5 hours, but after 4-5 hours it get hang or my application get hang .if I restart my OC4J then it will run fine for next 4-5 hours and after 4-5 hours again it hanging ,so in a day I have to restart OC4J 4 times.
    So I can u tell me
    1) Is OC4J not support such kind of large application?
    2) Weather I have to go for Oracle Application Server?
    3) Is there any kind of setting needs for same problem?
    4) Is this an Operating System Problem?
    5) Is this a Server Compatibility Problem?
    Please guide me.
    Thanks

    Hello,
    I ran into a similar problem running an application server instance on a SLES 9 machine. My application was much smaller than yours and it turned out that I was forgetting to release a connection to an LDAP server from Java code. So, I suggest you have a look at all suspicious bits of code first.
    Regarding the going to Oracle IAS, I would certainly advice you to do so.
    Finally, a last piece of experience that I can share with you is that before getting SLES I used to run my application server on SuSE 8.2. While all the required packages were there the ias instance appeared to use all the available system memory. The issue was resolved until I finally installed the Oracle supported SLES.
    If you like the Red Hat "look and feel" but still don't want to get a Linux that requires subscription like Oracle EL, why not try CentOS (www.centos.org) which appears to be a very good Red Hat clone.
    Thanassis

  • Very Urgent?Facing Problems With Labels

    Hi All,
    It's Very Urgent,In My VC Application
    Label Have More Than 15 Characters
    I PUT Label Layout  To Long Label.
    My Label Name  online assignement date
    But Even Put Long Label, online ***.......
    Please Resolve The Problem ASAP.
    Thanks
    SubbaRao Chinta

    Hi Subbu,
    I told u already its an Know issue with Flex compiler ,Even u set the label to long label it will show u only short label.
    This issue is fixed with Flex2 compiler.
    Use Flex2 compiler for ur application then it will dispaly the total label u want display.
    Regards,
    Govindu

  • Oc4j restart problem.

    Hi ,
    By using controller i am running my script ,the script is taking to OHS and OHS is routing the request to OC4J .It was working fine for the first time .i need to stop the oc4j and again bring back the oc4j server,this time OHS is routing the request to OC4J but the OC4J is not able to handle the user requests. We found the below error repeatedly in the application log file.
    " Caused by: java.lang.ClassCastException: narrow () failed for class:com.siebel.nexus.repository.runtime.helper.RepositoryServiceRemoteHome
    Check classpath to _iiopClient.jar containing stub classes "
    Thanks
    Ramesh

    To restart Oc4J it has be be up and running.
    1) So please start the Oc4J server as follows in one window:
    java -jar orion.jar --> starts
    2) Go to another command window:
    Now try to restart Oc4j as follows:
    java -jar admin.jar ormi://localhost admin password -restart
    Hope this helps !!
    regards
    Debu panda
    Oracle
    I have problem to restart my oc4j in following format:
    <<<<<<<<<
    C:\oracle\iASHome817\j2ee\home>java -jar admin.jar
    ormi://sf003dell admin quentinhu -restart
    Error: javax.naming.NamingException: Lookup error: java.net.ConnectException: Co
    nnection refused: connect; nested exception is:
    java.net.ConnectException: Connection refused: connect
    >sf003dell is Oracle 8.16 server, I also tried to point to my 9iDB got the same message. Before each trial, I did modification on datasource.xml file under my j2ee container.I can start OC4J in a basic format "java -jar orion.jar" without error displayed.
    I can also setup connention to both DBs from jDev5.0 very easily. Anyone in this forum can give me a clue what is going wrong?
    Thanks a lot,

Maybe you are looking for

  • SSL Multiple Tunnel Groups with Multiple group policies

    Hello folks. Have a query and cant seem to find an answer on the web. I have configured SSL Clientless VPN on a lab ASA5510, using 2 tunnel groups, one for enginneers and one for staff, mapped to 2 different group policies, each with different custom

  • Need Dynamic Table in JSP page

    Hi Friends, I need to build table dynamically in my JSP page. My requirement like: I have a Button in my JSP page when i click that it should go to another jsp where it will ask me the row and column counts, after i entered some values then i have a

  • Upgrading Installations that use Standby Databases

    I have applied patch 6810189 and upgraded Oracle10g Database on my local machine, Now I am planing to apply it on test machine for that I need additional steps for upgrading Physical Standby database as said in README.html of p6810189_10204_Win32.zip

  • How do you set data limits on a device?

    How do you set data limits on a device?

  • My operating system does not seem to be working

    My operating system does not seem to be working properly.  The system preferences cannot be accessed and itunes won't work either. My mac is OS X Version 10.4.11 so is quite old.