Opmn oc4j error

Hi
I have two Oracle AS releases installed on one server, one is ASR2 that runs train and the other AS3R that runs live and test.
We had an issue with the seperate raid array that the database files reside on, resulting in replacment disks and a cold restore of the database. This has worked fine and there are no database issues.
Upon restart of the server after restarting the server, when doing a OPMN startall, everything starts apart from RSG and live and test which are running under the ASR3 home. The Http server shows as started fine.
The only error I can find that is new and not always been there is the following:
WARNING: ApplicationStateRunning.loadConnectors Exception loading connector xlJMSResourceAdapterModule : Error parsing oc4j-ra.xml d:\oracle\ product\10gASR3\j2ee\home\application-deploymnts\default\oracleasims
Fatal error at line 1 offset 1 in file:d:\oracle\product\10gASR3\j2ee\home\connectors\oracleasims\oralceaims
ResourceAdapterModule/: .<Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected.
When i view the oc4j-rs.xml file it appears to be empty, can anyone help me? I am thinking best approach is restore the file from the tape backup?
Thanks in advance

You don't say what version you are using.
What I'd look to do is to turn on the OPMN debugging output so that you can see the exact command OPMN is issuing and see if that yields any more information.
In 10.1.3.x you can do this using the $ORACLE_HOME/opmn/conf/opmn.xml file by adding the debug line
<opmn xmlns="http://www.oracle.com/ias-instance">
<log path="$ORACLE_HOME\opmn\logs\opmn.log" comp="internal;ons;pm" rotation-size="1500000"/>
<debug path="$ORACLE_HOME\opmn\logs\opmn.dbg" comp="internal;ons;pm" rotation-size="1500000"/>
</opmn>

Similar Messages

  • OPMN SERVER ERROR WHILE INSTALLING BI 11g

    Hi Guys,
    I have been trying to install obiee 11g on a VM machine in which 32 bit Windows XP OS has been installed. I have restarted Microsoft loopback adapter and have tried innumerable number of times but no sucess. I get an OPMN SERVER error while creating an instance and starting opmn error. here is the log:
    oracle.as.provisioning.engine.CfgWorkflowException
         at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:81)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance instance1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
         ... 18 more
    Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         ... 19 more
    could anyone give their inputs and suggestions to overcome these errors.
    Thanks,
    Varun

    Hi,
    I guess this is the same one, posted by another or maybe the same person: error occurs when installing bi content
    Locking this one.
    Siggi

  • Error message in opmn OC4J log for my BPEL cluster setup

    I am settings up my 2 nodes BPEL cluster in the same subnet, i prepared my jgroups-protocols.xml as:
    <config>
    <UDP mcast_send_buf_size="32000"
    mcast_port="45788"
    ucast_recv_buf_size="64000"
    mcast_addr="228.8.15.24"
    receive_on_all_interfaces="true"
    loopback="true"
    mcast_recv_buf_size="64000"
    max_bundle_size="48000"
    max_bundle_timeout="30"
    use_incoming_packet_handler="false"
    use_outgoing_packet_handler="false"
    ucast_send_buf_size="32000"
    ip_ttl="32"
    enable_bundling="false"/>
    <PING timeout="2000"
    num_initial_members="3"/>
    <MERGE2 max_interval="10000"
    min_interval="5000"/>
    <FD timeout="2000"
    max_tries="3"
    shun="true"/>
    <VERIFY_SUSPECT timeout="1500"/>
    <pbcast.NAKACK max_xmit_size="8192"
    use_mcast_xmit="false"
    gc_lag="50"
    retransmit_timeout="600,1200,2400,4800"/>
    <UNICAST timeout="1200,2400,3600"/>
    it is same as the default file, the configuration is same in both nodes, however, in OC4J log, i found it return the address is already in use:
    zed adaptors for platform 'ias_10g'
    Feb 22, 2008 2:58:17 PM org.collaxa.thirdparty.jgroups.protocols.UDP createSockets
    INFO: sockets will use interface 0.0.0.0
    08/02/22 14:58:17 java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: Address already in use
    08/02/22 14:58:17 at org.collaxa.thirdparty.jgroups.stack.Protocol.handleSpecialDownEvent(Protocol.java:600)
    08/02/22 14:58:17 at org.collaxa.thirdparty.jgroups.stack.DownHandler.run(Protocol.java:117)
    <2008-02-22 14:58:18,453> <INFO> <collaxa> <ServerManager::uninit> Shutting down all domains
    <2008-02-22 14:58:18,453> <INFO> <collaxa> <ServerManager::uninit> Done shutting down all domains
    <QuartzPublisherInit::init> Notification Retry publisher scheduled at every 15 minute(s)
    08/02/22 14:59:18 Oracle Containers for J2EE 10g (10.1.3.3.0) initialized
    what is the problem ? how to fix it ?
    thanks.

    Hi,
    Remove "receive_on_all_interfaces" and set bind_to_all_interfaces=false i think.
    It might not be exactly what you want to do, but read up on those parameters on the internet on Jgroups.

  • IAS OPMN connection error

    I've got an OPMN failure, that I discovered when I tried to connect to AS using JDeveloper.
    Here's the information -
    Stats:
    OS:     Linux Redhat FC - 4
    DB: 10g 10.2
    AS: 10.1.3
    Here's the opmn.log
    06/05/11 11:30:38 [ons-internal] ONS server initiated
    06/05/11 11:30:38 [pm-internal] PM state directory exists: /u02/app/oracle/product/10.1.3/OracleAS_1/opmn/logs/states
    06/05/11 11:30:38 [pm-internal] OPMN server ready. Request handling enabled.
    06/05/11 11:30:38 [pm-requests] Request 2 Started. Command: /start
    06/05/11 11:30:38 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (631844980:0)
    06/05/11 11:30:38 [pm-process] Starting Process: OC4J~home~default_group~1 (631844981:0)
    06/05/11 11:30:42 [pm-process] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (631844980:18127)
    06/05/11 11:30:47 [ons-connect] Passive connection 127.0.0.1,6100 missing connect
    06/05/11 11:30:47 [ons-connect] Passive connection 127.0.0.1,6100 missing connect
         ..... (repeating every second or so)
    When I display the OC4J~home~default_group~1 log:
    06/05/11 11:30:38 Start process
    06/05/11 11:30:59 Error starting ORMI server fc4oracle.ist.mantechnss.com port 12,401: Address already in use
    06/05/11 11:31:23 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
    ../bin/opmnctl status
    Processes in Instance: appserver.fc4oracle.ist.mantechnss.com
    ------------------------------------------------+---------
    ias-component | process-type | pid | status
    ------------------------------------------------+---------
    OC4J | home | 18128 | Alive
    HTTP_Server | HTTP_Server | 18127 | Alive
    ASG | ASG | N/A | Down
    When I run netstat -lnp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 127.0.0.1:7200 0.0.0.0:* LISTEN 18127/httpd
    tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN -
    tcp 0 0 0.0.0.0:7777 0.0.0.0:* LISTEN 18127/httpd
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN -
    tcp 0 0 127.0.0.1:12401 0.0.0.0:* LISTEN 18128/java
    tcp 0 0 0.0.0.0:1521 0.0.0.0:* LISTEN 2332/tnslsnr
    tcp 0 0 127.0.0.1:6003 0.0.0.0:* LISTEN 18106/opmn
    tcp 0 0 127.0.0.1:6100 0.0.0.0:* LISTEN 18106/opmn
    tcp 0 0 0.0.0.0:12501 0.0.0.0:* LISTEN 18128/java
    tcp 0 0 0.0.0.0:21 0.0.0.0:* LISTEN -
    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN -
    tcp 0 0 127.0.0.1:5335 0.0.0.0:* LISTEN -
    tcp 0 0 127.0.0.1:6200 0.0.0.0:* LISTEN 18106/opmn
    tcp 0 0 0.0.0.0:12601 0.0.0.0:* LISTEN 18128/java
    tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN -
    tcp 0 0 0.0.0.0:4443 0.0.0.0:* LISTEN 18127/httpd
         ... (cut off)
    Running ps -aef|grep 18128
    oracle 18128 18106 6 11:30 ? 00:01:41 /u02/app/oracle/product/10.1.3/OracleAS_1/jdk/bin/java
    -server -Djava.security.policy=/u02/app/oracle/product/10.1.3/OracleAS_1/j2ee/home/config/java2.policy
    -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.ons.oraclehome=/u02/app/oracle/product/10.1.3/OracleAS_1
    -Doracle.home=/u02/app/oracle/product/10.1.3/OracleAS_1 -Doracle.ons.oracleconfighome=/u02/app/oracle/product/10.1.3/OracleAS_1
    -Doracle.ons.clustername=default -Doracle.ons.instancename=appserver.fc4oracle.ist.mantechnss.com
    -Dopmn.compatible=904 -Doracle.ons.indexid=home.default_group.1 -Doracle.ons.uid=631844981
    -Doracle.oc4j.instancename=home -Doracle.oc4j.islandname=default_group -Doracle.opmn.routingid=g_rt_id
    -DOPMN=true -jar oc4j.jar -config /u02/app/oracle/product/10.1.3/OracleAS_1/j2ee/home/config/server.xml
    -properties -ports default-web-site:ajp:12501,rmi:12401,jms:12601
    oracle 29417 28014 0 11:57 pts/1 00:00:00 grep 18128
    When I run the AS em, it shows everything as up.
    I don't know how to trouble shoot it any more. Can anyone offer any suggestions?

    Mine does that too, how can I change it? I changed the hosts file but that was after the installation, it didn't help
    Edit: a reboot was necessary to make it work. Restarting OPMN apparently was not enough.....
    Message was edited by:
    Wendy Tromp

  • OPMN connection Error!

    Hi all,
    Here i have 2 machines running jdev. On those two machines we have 2 application server connections one for the test server and one for the production server. On the second machine we are trying to do the set up for the test server but its getting "Error getting OC4J process" We are confused about this because the connection parameter are exactly the same we have checked twice. Does any one know what the issue could be ??
    Best Regards,
    Carl

    Mine does that too, how can I change it? I changed the hosts file but that was after the installation, it didn't help
    Edit: a reboot was necessary to make it work. Restarting OPMN apparently was not enough.....
    Message was edited by:
    Wendy Tromp

  • OC4J error during shutdown....

    Hi everybody, i get an error message when i shutdown my oc4j standalone server, hope someone could help me figure this out.
    "11/10/2005 10:21:43 AM org.apache.struts.action.ActionServlet destroyModules
    GRAVE: javax.servlet.UnavailableException: Cannot initialize RequestProcessor of
    class org.apache.struts.action.RequestProcessor:java.lang.ClassNotFoundExcepti
    on: org.apache.struts.action.RequestProcessor"
    my system
    Windows XP SP2
    OC4J Stand Alone V 9.0.4.0.0
    Jdeveloper 10G V 10.1.2.1.0 Build 1913
    Hope someone can help me, thanks in advance.
    Regards
    Alex Alatorre

    I am getting the same error, but with a slightly different stacktrace - maybe because I am still at 10.1.3.1.0
    OPMN has thrown a control exception
    oracle.appserver.startupconsole.model.ConsoleException: OPMN has thrown a control exception
         at oracle.appserver.startupconsole.control.OPMNController.doStop(OPMNController.java:194)
         at oracle.appserver.startupconsole.control.Controller.stop(Controller.java:79)
         at oracle.appserver.startupconsole.control.GroupController.doStop(GroupController.java:52)
         at oracle.appserver.startupconsole.control.Controller.stop(Controller.java:79)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.stop(ControllerAdapter.java:38)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:96)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)

  • OC4J error when posting changes - Help needed

    When i call postChanges() and later Commit() to the ApplicationModule's transaction I succed.
    The next time i call postChanges() on the ApplicationModule's transaction the following exception is thrown on the OC4J server:
    oracle.jbo.DMLException: JBO-26080: Error while selecting entity for Styles
    at oracle.jbo.server.OracleSQLBuilderImpl.doEntitySelect(OracleSQLBuilderImpl.java:841)
    at oracle.jbo.server.EntityImpl.doSelect(EntityImpl.java:3839)
    at oracle.jbo.server.EntityImpl.lock(EntityImpl.java:2630)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.lock(StylesImpl.java:635)
    at oracle.jbo.server.EntityImpl.setAttributeValueInternal(EntityImpl.java:1848)
    at oracle.jbo.server.EntityImpl.setAttributeValue(EntityImpl.java:1790)
    at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1570)
    at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:754)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setStyleName(StylesImpl.java:152)
    at dk.bestseller.bestinfoII.purchase.stylecard.StylesImpl.setAttrInvokeAccessor(StylesImpl.java:446)
    at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:680)
    at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:903)
    at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:819)
    at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:948)
    at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:925)
    at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:717)
    at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.updateRow(RuntimeViewRowSetIteratorInfo.java:311)
    at oracle.jbo.server.remote.RuntimeViewRowSetIteratorInfo.readPiggyback(RuntimeViewRowSetIteratorInfo.java:193)
    at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.readPiggyback(AbstractRemoteApplicationModuleImpl.java:2419)
    at oracle.jbo.server.remote.AbstractRemoteApplicationModuleImpl.isTransactionDirty(AbstractRemoteApplicationModuleImpl.java:1788)
    at oracle.jbo.server.remote.ejb.EJBApplicationModuleImpl.riIsTransactionDirty(EJBApplicationModuleImpl.java:2454)
    at RemoteStylecardModule_StatefulSessionBeanWrapper6.riIsTransactionDirty(RemoteStylecardModule_StatefulSessionBeanWrapper6.java:12889)
    at java.lang.reflect.Method.invoke(Native Method)
    at com.evermind.server.rmi.RMICallHandler.run(RMICallHandler.java:80)
    at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    ## Detail 0 ##
    java.sql.SQLException: ORA-01002: Fetch out of sequence
    Is there a solution to this problem?
    Client sample code:
    import javax.naming.*;
    import java.util.Hashtable;
    import oracle.jbo.*;
    //import oracle.job.client.*;
    ** Sample client code for connecting to an appmdoule deployed
    ** as an EJB session bean to Oracle9iAS server.
    public class SampleEJBClient
    public static void main(String[] args)
    ** Change the following String's to match your appmodule name and the
    ** name of the viewobject included in that appmodule.
    String amDefName = "dk.bestseller.bestinfoII.purchase.stylecard.StylecardModule";
    String voMemberName = "StylesView";
    ** Change the following to match the name of the J2EE application
    ** containing the deployed appmodule session bean.
    String applicationName = "BCStyleCardEJB";
    ** Change the following to point to the datasource name
    ** (defined in Oracle9iAS).
    ** to your database.
    String dataSourceName = "jdbc/BI2DS";
    ** Change the following to point to the hostname where the
    ** appmodule is deployed i.e. the host where Oracle9iAS application
    ** server is running.
    String applicationServerHost = "bsdk-bi2app2";
    ** Change the following username and password
    ** to be used for connecting to the Oracle9iAS server.
    String iasUserName = "****";
    String iasUserPasswd = "****";
    ApplicationModule am = null;
    try
    // Setup JNDI environment for looking up
    // the appmodule
    Hashtable env = new Hashtable();
    env.put(Context.INITIAL_CONTEXT_FACTORY,JboContext.JBO_CONTEXT_FACTORY);
    env.put(JboContext.DEPLOY_PLATFORM, JboContext.PLATFORM_EJB_IAS);
    env.put(JboContext.HOST_NAME, applicationServerHost);
    env.put(JboContext.SECURITY_PRINCIPAL, iasUserName);
    env.put(JboContext.SECURITY_CREDENTIALS, iasUserPasswd);
    env.put(JboContext.APPLICATION_PATH, applicationName);
    Context ctx = new InitialContext(env);
    // Lookup appmodule home
    ApplicationModuleHome amHome = (ApplicationModuleHome)ctx.lookup(amDefName);
    // Create an appmodule instance
    am = amHome.create();
    // Connect to the database using the datasource
    am.getTransaction().connectToDataSource(null, dataSourceName, false);
    // Find the viewobject included in the appmodule
    ViewObject vo = am.findViewObject(voMemberName);
    // Iterate over the viewobject to get the rows
    long l = System.currentTimeMillis();
    Row r = vo.first();
    r.setAttribute("StyleName", "My Change 1");
    am.getTransaction().postChanges();
    am.getTransaction().commit();
    r.setAttribute("StyleName", "My Change 2");
    //Here the exception is thrown when i call postChanges()
    am.getTransaction().postChanges();
    am.getTransaction().commit();
    System.out.println("vo.first(): "+(System.currentTimeMillis()-l));
    while (r != null)
    l = System.currentTimeMillis();
    // Iterate over the current row and get
    // all the attributes
    for (int i = 0; i < vo.getAttributeCount(); i++)
    String attrName = vo.getAttributeDef(i).getName();
    String attrVal = r.getAttribute(i).toString();
    System.out.println(attrName + " = " + attrVal);
    System.out.println("Row: "+(System.currentTimeMillis()-l));
    l = System.currentTimeMillis();
    r = vo.next();
    catch (NamingException ex)
    System.out.println("NamingException " + ex.getMessage());
    ex.printStackTrace();
    catch (ApplicationModuleCreateException ex)
    System.out.println("Unable to create application module: " + ex.getMessage());
    ex.printStackTrace();
    catch (JboException ex)
    System.out.println("JboException: " + ex.getMessage());
    ex.printStackTrace();
    catch (Exception ex)
    System.out.println("Exception: " + ex.getMessage());
    ex.printStackTrace();
    finally
    if (am != null)
    am.getTransaction().disconnect();
    am.remove();
    }

    I have inserted a rollback() just after the commit() that soules the problem.
    ViewObject vo = am.findViewObject(voMemberName);
    // Iterate over the viewobject to get the rows
    long l = System.currentTimeMillis();
    Row r = vo.first();
    r.setAttribute("StyleName", "My Change 1");
    am.getTransaction().postChanges();
    am.getTransaction().commit();
    //with out this line the server throws the exception (Is it a bug?)
    am.getTransaction().rollback();
    vo = am.findViewObject(voMemberName);
    r = vo.first();
    r.setAttribute("StyleName", "My Change 2");
    am.getTransaction().postChanges();
    am.getTransaction().commit();

  • MOD OC4J errors in HTTP server Error log

    these errors are continously shown in the error log of HTTP server.
    and my error rate reaches upto 8% somtimes
    MOD_OC4J_0145: There is no oc4j process (for destination: home) available to service request.
    MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    MOD_OC4J_0145: There is no oc4j process (for destination: home) available to service request.
    MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    MOD_OC4J_0207: In internal process table, failed to find an available oc4j process for destination: home.
    MOD_OC4J_0150: Failed to deterministicly find a failover oc4j process for session request with uid:
    MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    MOD_OC4J_0207: In internal process table, failed to find an available oc4j process for destination: home.
    MOD_OC4J_0119: Failed to get an oc4j process for destination: home.
    MOD_OC4J_0013: Failed to call destination: home's service() to service the request.
    MOD_OC4J_0207: In internal process table, failed to find an available oc4j process for destination: home.
    File does not exist: e:/ora9ias/forms90/java/java/awt/KeyboardFocusManager.class
    File does not exist: e:/ora9ias/forms90/java/oracle/forms/registry/default.dat
    File does not exist: e:/ora9ias/forms90/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    File does not exist: e:/ora9ias/forms90/java/oracle/ewt/alert/resource/AlertBundle_en.class
    File does not exist: e:/ora9ias/forms90/java/oracle/ewt/alert/resource/AlertBundle_en.properties

    I get the same set of errors.
    9iAS 9.0.2.0.1 infrastructure and portal installed on same solaris 8 machine.
    Jeff Black

  • Opmn related error while installing SOA suite

    hi
    I am trying to install SOA suite on Linux RHEL AS4.
    rapidwiz shows the following error
    launching /u01/oracle/product/10.1.3.1/OracleAS_2/opmn/bin/opmnctl startproc
    opmnctl: starting opmn managed processes...===============================================================================
    opmn id=soalgs.lgs.com:6200
    2 of 3 processes started.
    ias-instance id=soaps.soalgs.lgs.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    default_group/oc4j_soa/default_group/
    Error
    --> Process (index=1,uid=10495449,pid=12555)
    time out while waiting for a managed process to start
    Log:
    /u01/oracle/product/10.1.3.1/OracleAS_2/opmn/logs//default_group~oc4j_soa~default_group~1.log
    Configuration assistant "Oracle Process Management and Notification Configuration Assistant" failed
    I have restarted opmn services, disabled the firewall also, but couldnot get rid of the problem. when i checked status through "/.opmnctl status" command, ASG was down...should i have to bring it up?
    how do i trobleshoot?
    Thanks
    JIL

    Do an opmnctl startall and an opmnctl status afterwards.
    It happens for me to when I install it on VMware images but these are slower. I usually don't stop the installation but retry the configuration assistant.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Embedded OC4J Error : java.lang.OutOfMemoryError: PermGen space

    Hi all,
    When testing apps using embbed OC4J I experience the java.lang.OutOfMemoryError: PermGen space.
    If occur on OAS, I add :add -X:MaxPermSize=256m to the startup java options on opmn.xml, and problem solved.
    How can I set the startup jaav option for embedded OC4J ?
    Thank you,
    xtanto

    hi xtanto
    To set system properties for the embedded OC4J you could try "Project Properties" > "Run/Debug" > "Edit..." some "Run Configuration" and add your property to "Java Options" on the "Launch Settings" panel.
    success
    Jan Vervecken

  • OC4J error after installing patch 9.0.2.2

    Hello, after installing patch 9.0.2.2 and trying to access the rwservlet I get this error
    java.lang.UnsatisfiedLinkError: no rwu90 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1349)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at oracle.reports.util.Environment.<init>(Unknown Source)
    at oracle.reports.server.RWServer.startServer(Unknown Source)
    at oracle.reports.server.RWServer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:484)
    here is what my startinst.sh script looks like
    /u01/app/oracle/product/9idev/jdk/bin/java -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB -Doracle.security.jazn.config=/u01/app/oracle/product/9idev/j2ee/Oracle9iDS/config/jazn.xml -Doracle.home=/u01/app/oracle/product/9idev -DORACLE_HOME=/u01/app/oracle/product/9idev -jar /u01/app/oracle/product/9idev/j2ee/home/oc4j.jar -userThreads -config /u01/app/oracle/product/9idev/j2ee/Oracle9iDS/config/server.xml >/u01/app/oracle/product/9idev/j2ee/Oracle9iDS/log/stdout.log &
    It was working fine on 9.0.2.0 I could run reports and forms off the web. I can access the HTTP OC4J server ok, just cant run any reports or forms. Please help. I changed no files after the patch.

    correction, i can run the test web form, its the report servlet that doesnt work.

  • OC4J: error compiling intro.java

    I've got Oracle9i db (9.2.0.1) & OC4J 9.0.3 installed on Windows 2000 for development. OC4J is installed in E:\oracle\ora90\oc4j, J2EE_HOME is identified as E:\oracle\ora90\oc4j\j2ee\home. I've installed JDK 1.3.1.
    I've got a file 'intro.java' that I've got located in E:\oracle\ora90\oc4j\j2ee\home\default-web-app\WEB-INF\classes. It's only intended as an example file, like HelloWorld:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    public class Intro extends HttpServlet {
    public void doGet(HttpServletRequest request, HttpServletResponse response)
         throws IOException, ServletException {
         response.setContentType("text/html");
         PrintWriter out = response.getWriter();
              out.println("<html>");
              out.println("<head>");
              out.println("<title>Oi!</title>");
              out.println("</head>");
              out.println("<body>");
              out.println("Oi!");
              out.println("</body>");
              out.println("</html>");
    If I open a command line, cd to E:\oracle\ora90\oc4j\j2ee\home\default-web-app\WEB-INF\classes & input 'javac intro.java' I get the following errors:
    intro.java:2: package javax.servlet does not exist
    import javax.servlet.*;
    ^
    intro.java:3: package javax.servlet.http does not exist
    import javax.servlet.http.*;
    ^
    etc.
    I get the impression it's not OC4J - if I go to http://oracle:8888/servlet/HelloWorldServlet, I get the intended output. I would be grateful for further info on this issue..

    Okay, thank you.
    I've not included it yet - I wonder if there's an overall, inclusive CLASSPATH I ought to have in Environment Variables for what I've got installed (Oracle9i 9.2.0.1, OC4J 9.0.3 on Windows 2000), or is it optimal to include this in the command line by itself only when I'd like to compile instead?
    Only info I've found on this is in the OC4J User's Guide, which implies it is okay to identify no classpath. Obviously, I guess this would be incorrect in my case..

  • Reports OC4J error

    I just installed 9iDB and 9iDS on a 'clean' W2003 machine. When I start the OC4J instance and try the URL: 'http://klaverserver:8888/reports/rwservlet/' an error occurs.
    In the OC4J DOS box is the following information visible:
    java.lang.IllegalArgumentException: argument number too large at
    at java.text.MessageFormat.makeFormat(MessageFormat.java:795)
    at java.text.MessageFormat.applyPattern(MessageFormat.java:318)
    at java.text.MessageFormat.<init>(MessageFormat.java:248)
    at java.text.MessageFormat.format(MessageFormat.java:475)
    at oracle.reports.utility.ResourceManager.getString(ResourceManager.java
    :280)
    at oracle.reports.utility.Utility.readFile(Utility.java:242)
    at oracle.reports.utility.CommandParser.readCommandFile(CommandParser.ja
    va:836)
    at oracle.reports.server.ServerConfig.open(ServerConfig.java:92)
    at oracle.reports.server.RWServer.startServer(RWServer.java:413)
    at oracle.reports.server.RWServer.run(RWServer.java:198)
    at java.lang.Thread.run(Thread.java:484)
    The tracefile looks like this:
    [2004/7/31 6:4:7] Debug 50103 (RWClient:RWClientInit): Get ORACLE_HOME from environment variable, oracle home: D:\oracle\orads
    [2004/7/31 6:4:7] Exception 50125 (oracle.ias.repository.schema.SchemaException: Schema Configuration Files could not be located
         at oracle.ias.repository.local.IASPropertyCache.loadCache(IASPropertyCache.java:146)
         at oracle.ias.repository.local.IASPropertyCache.readValue(IASPropertyCache.java:58)
         at oracle.ias.repository.IASSchema.init(IASSchema.java:138)
         at oracle.ias.repository.IASSchema.<init>(IASSchema.java:113)
         at oracle.ias.repository.SchemaManager.<init>(SchemaManager.java:64)
         at oracle.reports.utility.OIDConnection.init(OIDConnection.java:57)
         at oracle.reports.rwclient.RWClient.RWClientInit(RWClient.java:407)
         at oracle.reports.rwclient.RWClient.init(RWClient.java:196)
         at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:1687)
         at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4020)
         at com.evermind.server.http.HttpApplication.initPreloadServlets(HttpApplication.java:4119)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:579)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:376)
         at com.evermind.server.Application.getHttpApplication(Application.java:657)
         at com.evermind.server.http.HttpServer.getHttpApplication(HttpServer.java:663)
         at com.evermind.server.http.HttpSite.getApplication(HttpSite.java:387)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:378)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:243)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    ): Interne fout oracle.ias.repository.schema.SchemaException: Schema Configuration Files could not be located
    [2004/7/31 6:4:7] Debug 50103 (OIDConnection:init): Failed to connect to OID server
    [2004/7/31 6:4:7] Debug 50103 (KeyMapParser:readKeyMapFile): file: D:\oracle\orads\reports\conf\cgicmd.dat
    [2004/7/31 6:4:39] Info 50103 (RWClient:initCORBA): Startup in process server: rep_klaverserver
    I saw this problem before at another server and could not resolve it either. For some reason the 'rep_klaverserver.conf' file is not created during the installation in the 'conf' directory.
    (btw: Forms works fine)
    Thanks,
    Learco

    Are you using 9.0.2.0.1 and is in locale - Dutch (Netherlands) ?
    Then you might have hit Bug2441177 (fixed)
    Soln
    1) Please try applying latest 9i patch (9.0.2.4 I think)
    2) If you have a support contract, you can even ask for a one-off patch on top of 9.0.2.0.1
    3) Or use 10g
    (You can change the machine locale and confirm whether you have hit this issue)

  • OC4J ERROR

    Hi gurus,
    i am installing OC4J on linux and encountering the following error
    i run the below command as root:
    $ java -jar oc4j.jar
    encountered the error:
    Failed to load Main-Class manifest attribute from oc4j.jar
    I Downloaded OC4J installation kit from from http://download.oracle.com/otn/java/oc4j/903/oc4j_extended.zip.
    Kindly help me in resolving this issue.
    Thank you.

    Post the full OS and JDK versions you are using.
    And you may want to check out this link: Failed to load Main-Class manifest attribute from oc4j.jar
    There are several similar links if you google: 'Failed to load Main-Class manifest attribute from oc4j.jar'

  • Oracle BI Publisher Deployment in OC4J Error

    Please advise what is happening to my Server.
    I have BIpublisher deployed in OC4J 10.1.3.1 on Linux Red Hat Environment. Publisher is integrated into our OBIEE sitting on the Same Server.
    After redeploying the xmlpServer.ear onto OC4J, I am not able to connect to Publisher from Presentation Servers (10.1.3.4.0).
    Below is the Error Message:
    Exception java.lang.Exception: /app/OracleBI/server/Bin/libperfjni.so: /app/OracleBI/server/Bin/libperfjni.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
    java.lang.Exception: /app/OracleBI/server/Bin/libperfjni.so: /app/OracleBI/server/Bin/libperfjni.so: wrong ELF class: ELFCLASS32 (Possible cause: architecture word width mismatch)
    at oracle.bi.analytics.management.monitoring.PerfDllJNI.<init>(PerfDllJNI.java:117)
    at oracle.bi.analytics.management.monitoring.AppPerfMon.<init>(AppPerfMon.java:87)
    at oracle.bi.analytics.management.monitoring.PerfmonThr.initializePerfInterface(PerfmonThr.java:65)
    at oracle.bi.analytics.management.monitoring.PerfmonThr.<init>(PerfmonThr.java:47)
    at oracle.bi.analytics.management.Agent.registerPerformanceMBeans(Agent.java:87)
    at oracle.bi.analytics.management.Agent.registerMBeans(Agent.java:55)
    at oracle.bi.analytics.management.Oc4jAgent.registerMBeans(Oc4jAgent.java:48)
    at oracle.bi.analytics.management.Oc4jAgent.main(Oc4jAgent.java:26)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ServerApplicationClientLauncherImpl.launch(ServerApplicationClientLauncherImpl.java:93)
    at com.evermind.server.ServerApplicationClientLauncherImpl.run(ServerApplicationClientLauncherImpl.java:74)
    at java.lang.Thread.run(Thread.java:595)
    09/09/29 08:31:12 java.lang.Exception: Exception in constructing PerfDllJNI for PERF configuration file: /app/OracleBI/systemsmanagement/resources/performance/perf_OracleBIServer.xml
    09/09/29 08:31:12 at oracle.bi.analytics.management.monitoring.AppPerfMon.<init>(AppPerfMon.java:97)
    09/09/29 08:31:12 at oracle.bi.analytics.management.monitoring.PerfmonThr.initializePerfInterface(PerfmonThr.java:65)
    09/09/29 08:31:12 at oracle.bi.analytics.management.monitoring.PerfmonThr.<init>(PerfmonThr.java:47)
    09/09/29 08:31:12 at oracle.bi.analytics.management.Agent.registerPerformanceMBeans(Agent.java:87)
    09/09/29 08:31:12 at oracle.bi.analytics.management.Agent.registerMBeans(Agent.java:55)
    09/09/29 08:31:12 at oracle.bi.analytics.management.Oc4jAgent.registerMBeans(Oc4jAgent.java:48)
    09/09/29 08:31:12 at oracle.bi.analytics.management.Oc4jAgent.main(Oc4jAgent.java:26)
    09/09/29 08:31:12 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    09/09/29 08:31:12 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    09/09/29 08:31:12 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    09/09/29 08:31:12 at java.lang.reflect.Method.invoke(Method.java:585)
    09/09/29 08:31:12 at com.evermind.server.ServerApplicationClientLauncherImpl.launch(ServerApplicationClientLauncherImpl.java:93)
    09/09/29 08:31:12 at com.evermind.server.ServerApplicationClientLauncherImpl.run(ServerApplicationClientLauncherImpl.java:74)
    09/09/29 08:31:12 at java.lang.Thread.run(Thread.java:595)
    2009-09-29 08:31:12.092 ERROR Could not load/parse file: /app/OracleBI/systemsmanagement/resources/performance/perf_OracleBIServer.xml
    09/09/29 08:31:12 Could not initialize the Performance MBeans
    09/09/29 08:31:14 xdo.server.config.dir = null
    09/09/29 08:31:14 BI Beans Graph version [9.9.9.40.4350]
    09/09/29 08:31:15 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    If I try to login to BI Publisher by typing in the xmlpserver URL directly, I get the following error:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    Any help to Solve this problem will do. This all happened after redeploying the .EAR file.
    More Details below:
    extract from application.log under application deployments:
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/10/05 11:31:00.403 xmlpserver: Error initializing servlet
    java.lang.LinkageError: loader constraints violated when linking org/xml/sax/InputSource class
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:388)
    at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
    at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
    at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
    at org.apache.axis.server.AxisServer.<init>(AxisServer.java:88)
    at org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:109)
    at org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:73)
    at org.apache.axis.server.AxisServer.getServer(AxisServer.java:73)
    at org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:185)
    at org.apache.axis.transport.http.AxisServletBase.getOption(AxisServletBase.java:396)
    at org.apache.axis.transport.http.AxisServletBase.init(AxisServletBase.java:112)
    at org.apache.axis.transport.http.AxisServlet.init(AxisServlet.java:156)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4810)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2957)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/10/05 11:31:00.404 xmlpserver: Servlet error
    java.lang.LinkageError: loader constraints violated when linking org/xml/sax/InputSource class
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:388)
    at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)
    at org.apache.axis.AxisEngine.init(AxisEngine.java:172)
    at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)
    at org.apache.axis.server.AxisServer.<init>(AxisServer.java:88)
    at org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:109)
    at org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:73)
    at org.apache.axis.server.AxisServer.getServer(AxisServer.java:73)
    at org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:185)
    at org.apache.axis.transport.http.AxisServletBase.getOption(AxisServletBase.java:396)
    at org.apache.axis.transport.http.AxisServletBase.init(AxisServletBase.java:112)
    at org.apache.axis.transport.http.AxisServlet.init(AxisServlet.java:156)
    at javax.servlet.GenericServlet.init(GenericServlet.java:256)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2361)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4810)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4734)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2957)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:736)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    09/10/05 11:31:09.867 xmlpserver: Servlet error
    java.lang.LinkageError: loader constraints violated when linking org/xml/sax/ErrorHandler class
    at oracle.cabo.share.xml.TreeBuilder.parse(Unknown Source)
    at oracle.cabo.share.config.ApplicationConfigurationParser.createInstance(Unknown Source)
    at oracle.cabo.share.config.ApplicationConfiguration.getInstance(Unknown Source)
    at oracle.cabo.share.config.Configuration.getConfiguration(Unknown Source)
    at oracle.cabo.ui.ServletRenderingContext.__getConfiguration(Unknown Source)
    at oracle.cabo.ui.RootRenderingContext.getConfiguration(Unknown Source)
    at oracle.cabo.ui.RootRenderingContext._getLookAndFeelManager(Unknown Source)
    at oracle.cabo.ui.RootRenderingContext.getLookAndFeel(Unknown Source)
    at oracle.cabo.ui.ServletRenderingContext._getContentType(Unknown Source)
    at oracle.cabo.ui.ServletRenderingContext.prepareResponse(Unknown Source)
    at oracle.apps.xdo.servlet.ui.UIUtils.renderError(UIUtils.java:1142)
    at login.jspService(_login.java:368)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    sorry, I think I'm mistaken. That error is what it says, but it's not going to stop publisher working (it's when systemsmanagement is initialising, so perfmon may not be available).
    The error related to Publisher I'd look at is from application.log:
    09/10/05 11:31:00.403 xmlpserver: Error initializing servlet
    java.lang.LinkageError: loader constraints violated when linking org/xml/sax/InputSource classUnfortunately I have no idea what this means.
    Maybe try redeploying xmlpublisher, or using the latest version (10.1.3.4.1)?
    Does Presentation Services work, i.e. can you log in to Dashboards and Answers?

Maybe you are looking for