Error on start up oc4j 10.1.3

i have this exception when start up oc4j
posted in global-application.log
defaultWebApp: Error preloading servlet
javax.servlet.ServletException: Error instantiating servlet 'jsp'. Servlet class org.apache.jasper.servlet.JspServlet not found in web-application defaultWebApp
where could i but jar file that global-web-application.xml can read from it
as i posted this in global-web-application.xml
<servlet>
<servlet-name>jsp</servlet-name>
<servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
the oc4j can not load this package

Thanks Man
i solved this probelm
i add this lib path in oc4j.jar boot.xml and oc4j load it ant it works now
the oc4j is up now
but give me another exception
06/01/29 17:14:49.812 defaultWebApp: Error initializing servlet
java.lang.ClassCastException: org.apache.jasper.servlet.JspServlet
     at com.evermind.server.http.JspServletInstanceInfo.initializeJsp(JspServletInstanceInfo.java:115)
     at com.evermind.server.http.HttpApplication.loadServlet(HttpApplication.java:2160)
     at com.evermind.server.http.HttpApplication.findServlet(HttpApplication.java:4514)
i need touse Jsp implementation as ojsp compiler or parser give me oracle.jsp.parserException
but it work on tomcat good i need to use tomcat parser in oc4j

Similar Messages

  • Error Message starting up OC4J from JDeveloper

    Has anyone seen this error message before. It occurs on startup of the OC4J server from JDeveloper. The tiles-def.xml looks fine and everything works the way I expect but these error messages which occur for every tile definition slow things down when starting up.
    2005-03-22 09:49:12,018 ERROR [HttpRequestHandler-74] org.apache.commons.digester.Digester (Digester.java:1463) - Parse Error at line 4 column 19: <Line 4, Column 19>: XML-20149: (Error) Element 'tiles-definitions' used but not declared.
    org.xml.sax.SAXParseException: <Line 4, Column 19>: XML-20149: (Error) Element 'tiles-definitions' used but not declared.
    2005-03-22 09:49:12,018 ERROR [HttpRequestHandler-74] org.apache.commons.digester.Digester (Digester.java:1463) - Parse Error at line 9 column 13: <Line 9, Column 13>: XML-20149: (Error) Element 'definition' used but not declared.
    org.xml.sax.SAXParseException: <Line 9, Column 13>: XML-20149: (Error) Element 'definition' used but not declared.
         at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:404)
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:273)

    I got similar error while starting my server which uses struts . I resolved by adding following line in my struts config file
    <!DOCTYPE struts-config PUBLIC
    "-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
    "http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
    Any one's comments
    regards
    Yogesh Dhake

  • Error while starting oc4j in standalone mode

    Hi All,
    I am trying to start oc4j using " java -jar oc4j.jar " from the command line but i get an error oracle.classloader.util.AnnotatedClassFormatError" Unsupported major.minor version 49.0
    Please help
    Thanks
    Raghavendra

    Raghavendra:
    A simple way out is to start your oc4j using java from a jdk 1.5 installation.    JDK_1.5_HOME/bin/java -jar oc4j.jar Google "java Unsupported major.minor version" to learn what the error message means.

  • Error starting up OC4J Standalone 904

    I'm getting the following error when starting up an OC4J 904 standalone (/j2ee/home/java -jar oc4j.jar) I get this error on both my Windows 2000 environment and Solaris. Any ideas?
    04/02/19 10:29:07 Error creating Tag Library Descriptor Cache : null
    04/02/19 10:29:07 java.lang.ExceptionInInitializerError
    04/02/19 10:29:07 at sun.reflect.NativeConstructorAccessorImpl.newInstance
    0(Native Method)
    04/02/19 10:29:07 at sun.reflect.NativeConstructorAccessorImpl.newInstance
    (NativeConstructorAccessorImpl.java:39)
    04/02/19 10:29:07 at sun.reflect.DelegatingConstructorAccessorImpl.newInst
    ance(DelegatingConstructorAccessorImpl.java:27)
    04/02/19 10:29:07 at java.lang.reflect.Constructor.newInstance(Constructor
    .java:274)
    04/02/19 10:29:07 at java.lang.Class.newInstance0(Class.java:306)
    04/02/19 10:29:07 at java.lang.Class.newInstance(Class.java:259)
    04/02/19 10:29:07 at oracle.jsp.parse.XMLUtil.elemToTagInfo(XMLUtil.java:1
    278)
    04/02/19 10:29:07 at oracle.jsp.parse.XMLUtil.domDocToTagLib(XMLUtil.java:
    1063)
    04/02/19 10:29:07 at oracle.jsp.parse.tldcache.TldUtil.getTlibInfo(TldUtil
    .java:225)
    04/02/19 10:29:07 at oracle.jsp.parse.tldcache.CachedTldImpl.findUriAttrib
    ute(CachedTldImpl.java:189)
    04/02/19 10:29:07 at oracle.jsp.parse.tldcache.CachedTldImpl.getTldInfo(Ca
    chedTldImpl.java:138)
    04/02/19 10:29:07 at oracle.jsp.parse.tldcache.CachedTldImpl.<init>(Cached
    TldImpl.java:92)
    04/02/19 10:29:07 at oracle.jsp.parse.tldcache.TldResourceImpl.buildTlds(T
    ldResourceImpl.java:132)
    04/02/19 10:29:07 at oracle.jsp.parse.tldcache.TldCacheImpl.applyInserts(T
    ldCacheImpl.java:292)
    04/02/19 10:29:07 at oracle.jsp.parse.tldcache.TldCacheImpl.updateCache(Tl
    dCacheImpl.java:281)
    04/02/19 10:29:07 at oracle.jsp.parse.tldcache.ApplicationTldCacheImpl.<in
    it>(ApplicationTldCacheImpl.java:62)
    04/02/19 10:29:07 at com.evermind.server.http.HttpApplication.initDefaultS
    ervlets(HttpApplication.java:4835)
    04/02/19 10:29:07 at com.evermind.server.http.HttpApplication.initDynamic(
    HttpApplication.java:701)
    04/02/19 10:29:07 at com.evermind.server.http.HttpApplication.<init>(HttpA
    pplication.java:497)
    04/02/19 10:29:07 at com.evermind.server.Application.getHttpApplication(Ap
    plication.java:886)
    04/02/19 10:29:07 at com.evermind.server.http.HttpServer.getHttpApplicatio
    n(HttpServer.java:688)
    04/02/19 10:29:07 at com.evermind.server.http.HttpSite.initApplications(Ht
    tpSite.java:570)
    04/02/19 10:29:07 at com.evermind.server.http.HttpSite.setConfig(HttpSite.
    java:263)
    04/02/19 10:29:07 at com.evermind.server.http.HttpServer.setSites(HttpServ
    er.java:259)
    04/02/19 10:29:07 at com.evermind.server.http.HttpServer.setConfig(HttpSer
    ver.java:160)
    04/02/19 10:29:07 at com.evermind.server.ApplicationServer.initializeHttp(
    ApplicationServer.java:2325)
    04/02/19 10:29:07 at com.evermind.server.ApplicationServer.setConfig(Appli
    cationServer.java:1498)
    04/02/19 10:29:07 at com.evermind.server.ApplicationServerLauncher.run(App
    licationServerLauncher.java:93)
    04/02/19 10:29:07 at java.lang.Thread.run(Thread.java:536)
    04/02/19 10:29:07 Caused by: java.util.MissingResourceException: Can't find bund
    le for base name oracle.webdb.service.resource.PortalBundle, locale en_US
    04/02/19 10:29:07 at java.util.ResourceBundle.throwMissingResourceExceptio
    n(ResourceBundle.java:804)
    04/02/19 10:29:07 at java.util.ResourceBundle.getBundleImpl(ResourceBundle
    .java:773)
    04/02/19 10:29:07 at java.util.ResourceBundle.getBundle(ResourceBundle.jav
    a:511)
    04/02/19 10:29:07 at oracle.webdb.service.tagext.PortletTagExtraInfo.<clin
    it>(Unknown Source)
    04/02/19 10:29:07 ... 29 more
    04/02/19 10:29:07 JspTagLibListener error : null
    04/02/19 10:29:08 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized

    fyi: all these problems seem to have gone away since I upgraded to JDK 1.4.1_02 and reinstalled.
    --matt                                                                                                                                                                                                                   

  • Start OWB OC4J Instance error

    Hello,
    I have the software of OWB10G installed and when I start the OC4J for OWB I get following message:
    D:\Oracle_wb\product\10.1.0\Db__1\owb\bin\win32>..\..\..\jdk\jre\bin\java -Dorg.
    omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClas
    s=com.inprise.vbroker.orb.ORB -Doracle.security.jazn.config=..\..\j2ee\config\ja
    zn.xml -Doracle.home=..\..\.. -DORACLE_HOME=..\..\.. -jar ..\..\..\oc4j\j2ee\hom
    e\oc4j.jar -userThreads -config ..\..\j2ee\config\server.xml
    05/01/27 14:48:31 Invalid jsp taglib location: D:\Oracle_wb\product\10.1.0\Db__1
    \owb\bin\win32\..\..\j2ee\config\..\..\..\j2ee\home\jsp\lib\taglib does not exis
    t or is not a directory
    05/01/27 14:48:31 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)
    initialized
    Thanx for any help....

    Hi,
    Did you try to start the webpages? Mine gives the same error, but nicely works...
    Jean-Pierre

  • OS Error in starting the OCFS Service on windows server 2008

    Hi,
    Installing the Oracle 11g R1 CRS on windows server 2008 operating system . It is displaying the folllowing error message
    ERROR : OS in Error in starting the OCFS Service
    Can any one please tell what could be the issue ..
    Thank You

    Solved this after some trawling through xml configuration files on the server.
    The file C:\Oracle\product\11.1.0\db_1\owb\j2ee\config\http-web-site.xml contains the reference to keystore.jks:
              <ssl-config keystore="*%ORACLE_HOME%*/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    changing this to:
              <ssl-config keystore="C:\Oracle\product\11.1.0\db_1/owb/j2ee/config/keystore.jks" keystore-password="-&gt;keystoreadmin"/>
    and the OC4J container starts successfully.
    Regards,
    -Haakon-

  • Error when starting the Application Server

    Hi..
    I have a few problem..
    I want to start the App/Portal Server.
    /oracle/infs/bin
    1)lsnrctl start - ok
    2)sqlplus start -ok
    3)oidmon start -ok
    4)oidctl server=oidldapd instance=1 configset=1 start -ok
    /oracle/infs/dcm/bin
    5)dcmctl start -cl -ok
    6)dcmctl start -ct ohs -ok
    7)dcmctl start -ct oc4j -ok
    but when i do step no 8)
    dcmctl getstate -v
    i got these error..
    "See base exception for details.
    Base Exception:
    oracle.ias.repository.schema.SchemaException:Unable to retrieve the requested at
    tributes:javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient
    Access Rights]; remaining name 'orclReferenceName=iasdb.portal.upm.edu.my,cn=IA
    S Infrastructure Databases, cn=IAS, cn=Products, cn=OracleContext'
    See base exception for details.
    $"
    I tried to start the EM first in /oracle/infs/bin
    emctl start
    but, the EM didn't have any data (no cluster info, no infs info,no apps info, it is blank!!)
    Plz Help me...thanks..

    user536800,
    A search of this forum's archives for the word "xerces" returns 75 hits.
    Perhaps one (or more) of those postings will help you?
    The way to integrate Xerces into OC4J differs, depending on which OC4J version you are using.
    Forgive me, but I couldn't find details of the version you are using in your post.
    I also believe the way to do it would also depend on the version of Xerces you are using, the JDK version you are using and maybe even on the platform you are on.
    Again, forgive me, but I could find none of those details in your post.
    Good Luck,
    Avi.

  • EBS R12 - Error in starting  adoacorectl.sh

    Hi Friends,
    I got error in starting adoacorectl :(
    Executing service control script:
    /u02/applmgr/VIS/inst/apps/VIS_accelerator/admin/scripts/adoacorectl.sh start
    script returned:
    You are running adoacorectl.sh version 120.11.12000000.2
    Starting OPMN managed OACORE OC4J instance ...
    adoacorectl.sh: exiting with status 204
    The logs contains:
    =========================
    08/20/08-12:40:29 :: adoacorectl.sh version 120.11.12000000.2
    08/20/08-12:40:29 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    08/20/08-12:40:29 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=accelerator.infotech.com:6200
    0 of 1 processes started.
    ias-instance id=VIS_accelerator.accelerator.infotech.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/oacore/default_group/
    Error
    --> Process (index=1,uid=97,pid=20232)
    failed to start a managed process after the maximum retry limit
    Log:
    /u02/applmgr/VIS/inst/apps/VIS_accelerator/logs/ora/10.1.3/opmn/OC4J~oacore~default_group~1
    08/20/08-12:41:19 :: adoacorectl.sh: exiting with status 204
    ================================================================================
    Please help

    sorry for late reply..
    No there is no changes in ip address.
    It was a runnning instance.
    i can not see any log file at that location but in log/adoacorectl.txt file it is showing already running.
    here is the log what is in adoacorectl.txt .
    09/30/08-10:32:15 :: adoacorectl.sh: starting OPMN if it is not running
    opmnctl: opmn is already running.
    09/30/08-10:32:16 :: adoacorectl.sh: Starting OPMN managed OACORE OC4J instance
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=ammk437:12706
    0 of 1 processes started.
    ias-instance id=BEIG_benwebq3.benwebq3.fmr.com
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/oacore/default_group/
    Error
    --> Process (index=1,uid=1738686640,pid=3743758)
    failed to start a managed process after the maximum retry limit
    Log:
    /bendbsq3/hwel/oab/BEIG_APPS/ora/inst/apps/BEIG_ammk437/logs/ora/10.1.3/opmn/OC4J~oacore~default_group~1
    09/30/08-10:32:22 :: adoacorectl.sh: exiting with status 204
    ================================================================================

  • Error while starting the SOA suite

    Hi,
    Im facing error while starting SOA suite, which I was doing earlier without error.
    Below is the error log.
    An unknown OPMN error has occured
    oracle.appserver.startupconsole.model.ConsoleException: An unknown OPMN error has occured
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:140)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.appserver.startupconsole.model.ConsoleException: There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:failed to start a managed process after the maximum retry limit
    ==================================================
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:139)
         ... 6 more
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:97)
         ... 6 more
    Exception caused by
    There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:failed to start a managed process after the maximum retry limit
    ==================================================
    oracle.appserver.startupconsole.model.ConsoleException: There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:failed to start a managed process after the maximum retry limit
    ==================================================
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:139)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:97)
         ... 6 more
    <?xml version='1.0' encoding='WINDOWS-1252'?>
    <response>
    <msg code="-82" text="Remote request with weak authentication.">
    </msg>
    <opmn id="DWH-34316-K2:6200" http-status="204" http-response="0 of 1 processes started.">
    <ias-instance id="soa.DWH-34316-K2.wipro.com">
    <ias-component id="default_group">
    <process-type id="home">
    <process-set id="default_group">
    <process id="943261457" pid="836" status="Stop" index="1" log="F:\OracleBpel\CoE\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1.log" operation="request" result="failure">
    <msg code="-21" text="failed to start a managed process after the maximum retry limit">
    </msg>
    </process>
    </process-set>
    </process-type>
    </ias-component>
    </ias-instance>
    </opmn>
    </response>

    Hi,
    Below is the errror stated in opmn.log
    Thanks in advance
    07/10/18 10:04:15 [ons-internal] ONS server initiated
    07/10/18 10:04:15 [pm-internal] PM state directory exists: F:\OracleBpel\CoE\product\10.1.3.1\OracleAS_1\opmn\logs\states
    07/10/18 10:04:15 [pm-internal] OPMN server ready. Request handling enabled.
    07/10/18 10:04:21 [pm-requests] Request 5 Started. Command: /start
    07/10/18 10:04:21 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261439:0)
    07/10/18 10:04:21 [pm-process] Starting Process: default_group~home~default_group~1 (943261440:0)
    07/10/18 10:04:21 [pm-process] Starting Process: default_group~oc4j_soa~default_group~1 (943261441:0)
    07/10/18 10:04:24 [pm-process] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261439:8080)
    07/10/18 10:04:35 [pm-process] Process Alive: default_group~home~default_group~1 (943261440:3828)
    07/10/18 10:05:31 [pm-process] Process Alive: default_group~oc4j_soa~default_group~1 (943261441:5944)
    07/10/18 10:05:31 [pm-requests] Request 5 Completed. Command: /start
    07/10/18 10:53:45 [pm-requests] Request 58 Started. Command: /stop
    07/10/18 10:53:45 [pm-process] Stopping Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261439:8080)
    07/10/18 10:53:45 [pm-process] Stopping Process: default_group~home~default_group~1 (943261440:3828)
    07/10/18 10:53:45 [pm-process] Stopping Process: default_group~oc4j_soa~default_group~1 (943261441:5944)
    07/10/18 10:53:49 [pm-process] Process Stopped: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261439:8080)
    07/10/18 10:53:53 [pm-process] Process Stopped: default_group~home~default_group~1 (943261440:3828)
    07/10/18 10:54:03 [pm-requests] Request 58 Completed. Command: /stop
    07/10/18 10:54:03 [pm-process] Process Stopped: default_group~oc4j_soa~default_group~1 (943261441:5944)
    07/10/18 10:54:04 [pm-requests] Request 6c Started. Command: /stop
    07/10/18 10:54:04 [pm-requests] Request 6c Completed. Command: /stop
    07/10/18 10:54:04 [pm-internal] OPMN server stopped. Request handling disabled.
    07/10/18 10:54:04 [pm-requests] Request 6d Started. Command: /shutdown
    07/10/18 10:54:04 [pm-requests] Request 6d Completed. Command: /shutdown
    07/10/18 10:54:04 [pm-scheduler] Pm/Ons confirm notification timeout
    07/10/18 10:54:05 [internal] Logging disabled
    07/10/18 10:54:16 [ons-internal] ONS server initiated
    07/10/18 10:54:16 [pm-internal] PM state directory exists: F:\OracleBpel\CoE\product\10.1.3.1\OracleAS_1\opmn\logs\states
    07/10/18 10:54:16 [pm-internal] OPMN server ready. Request handling enabled.
    07/10/18 10:54:22 [pm-requests] Request 5 Started. Command: /start
    07/10/18 10:54:22 [pm-process] Starting Process: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261442:0)
    07/10/18 10:54:22 [pm-process] Starting Process: default_group~home~default_group~1 (943261443:0)
    07/10/18 10:54:22 [pm-process] Starting Process: default_group~oc4j_soa~default_group~1 (943261444:0)
    07/10/18 10:54:25 [pm-process] Process Alive: HTTP_Server~HTTP_Server~HTTP_Server~1 (943261442:7428)
    07/10/18 10:54:33 [libopmnoc4j] Host and Port information for port type default-web-site not sent by the OC4J process
    07/10/18 10:54:33 [libopmnoc4j] WARNING: OC4J did not send the protocol value for port id: default-web-site
    07/10/18 10:54:33 [libopmnoc4j] Port information in the ONS notification is incorrect for proc: 943261443. Some of the reasons for the failure are:
    1. ajp, rmi and jms ports could not be bound by the process.
    2. If a port value for a certain port ID is handed by OPMN to the OC4J process and this value is not returned back in the ONS notifications. For example, this can happen for certain bad JGroups related configurations.
    07/10/18 10:54:33 [libopmnoc4j] Process Start Error: default_group~home~default_group~1 (943261443:300)
    07/10/18 10:54:33 [pm-process] Stopping Process: default_group~home~default_group~1 (943261443:300)
    07/10/18 10:54:33 [libopmnoc4j] Process Stop Error: default_group~home~default_group~1 (943261443:300)
    07/10/18 10:54:33 [libopmnoc4j] Failed to construct stop command for proc: 943261443
    07/10/18 10:54:33 [libopmnoc4j] Forcefully Terminating Process: default_group~home~default_group~1 (943261443:300)
    07/10/18 10:54:35 [pm-process] Starting Process: default_group~home~default_group~1 (943261443:0)
    07/10/18 10:54:45 [libopmnoc4j] Host and Port information for port type default-web-site not sent by the OC4J process
    07/10/18 10:54:45 [libopmnoc4j] WARNING: OC4J did not send the protocol value for port id: default-web-site
    07/10/18 10:54:45 [libopmnoc4j] Port information in the ONS notification is incorrect for proc: 943261443. Some of the reasons for the failure are:
    1. ajp, rmi and jms ports could not be bound by the process.
    2. If a port value for a certain port ID is handed by OPMN to the OC4J process and this value is not returned back in the ONS notifications. For example, this can happen for certain bad JGroups related configurations.

  • Not able to Start the OC4j in Linux

    Hi,
    My Presentation Services is down i am getting a the below error while trying to start the OC4j.
    2009-12-08 03:59:35.916 ERROR ServerFile[PersistentMap,/data/OracleBI/oc4j_bi/j2                                                                                                 ee/home/persistence/jms.state]: persistence file could not be locked. Resolve t he sharing violation by ending the process currently holding the file lock or by using a different persistence directory for one or both processes.
    09/12/08 03:59:35 *** (SEVERE) ServerFile[PersistentMap,/data/OracleBI/oc4j_bi/j                                                                                                 2ee/home/persistence/jms.state]: persistence file could not be locked. Resolve the sharing violation by ending the process currently holding the file lock or b y using a different persistence directory for one or both processes.
    2009-12-08 03:59:35.920 ERROR Failed to set the internal configuration of the OC 4J JMS Server with: XMLJMSServerConfig[file:/data/OracleBI/oc4j_bi/j2ee/home/con                                                                                                 fig/jms.xml]
    09/12/08 03:59:35 *** (SEVERE) Failed to set the internal configuration of the O C4J JMS Server with: XMLJMSServerConfig[file:/data/OracleBI/oc4j_bi/j2ee/home/co                                                                                                 nfig/jms.xml]
    2009-12-08 03:59:35.921 ERROR J2EE OJR-00011 Exception starting JMS server: Fail ed to set the internal configuration of the OC4J JMS Server with: XMLJMSServerCo nfig[file:/data/OracleBI/oc4j_bi/j2ee/home/config/jms.xml]
    2009-12-08 03:59:35.951 ERROR J2EE RMI-00002 Error starting ORMI server uschilxb iweb01.na.emersonprocess.com port 23,791: Address already in use
    2009-12-08 03:59:35.952 ERROR java.net.BindException: Address already in use
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at com.evermind.server.rmi.RMIServer.createServerSocket(RMIServer.java:433)
    at com.evermind.server.rmi.RMIServer.createNonSecureSocket(RMIServer.java:347)
    at com.evermind.server.rmi.RMIServer.setConfig(RMIServer.java:210) at com.evermind.server.ApplicationServer.initializeRMI(ApplicationServer.java:2378)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:966)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:131)
    at java.lang.Thread.run(Thread.java:619)
    09/12/08 03:59:35 Error starting ORMI server uschilxbiweb01.na.emersonprocess.com port 23,791: Address already in use
    09/12/08 03:59:35 Shutting down OC4J...
    can u please help me out.
    Thnx
    Amit

    Also when i open the application log under /data/OracleBI/oc4j_bi/j2ee/home/application-deployments/analytics i see the below error,
    Just as a test i tried BI Publisher and the login window comes up but not for the Analytics
    The below log says there is some error.
    09/12/08 07:57:39.395 analytics: Servlet error
    java.net.ConnectException: Connection timed out
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
         at java.net.Socket.connect(Socket.java:519)
         at java.net.Socket.connect(Socket.java:469)
         at java.net.Socket.<init>(Socket.java:366)
         at java.net.Socket.<init>(Socket.java:180)
         at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:63)
         at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.siebel.analytics.web.sawconnect.ConnectionPoolSocketFactoryImpl.createSocket(ConnectionPoolSocketFactoryImpl.java:70)
         at com.siebel.analytics.web.sawconnect.ConnectionPool.createNewConnection(ConnectionPool.java:314)
         at com.siebel.analytics.web.sawconnect.ConnectionPool.getConnection(ConnectionPool.java:133)
         at com.siebel.analytics.web.SAWBridge.processRequest(SAWBridge.java:299)
         at com.siebel.analytics.web.SAWBridge.doGet(SAWBridge.java:325)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         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:619)

  • I am unable to start two oc4j servers (stand alone)

    Hi All,
    I am unable to start the two oc4j servers as it is giving the following exception
    Starting OC4J from C:\oc4j\j2ee\home ...
    2009-01-21 11:38:34.015 NOTIFICATION JMSServer[]: OC4J JMS server recovering tra
    nsactions (commit 0) (rollback 0) (prepared 0).
    2009-01-21 11:38:34.015 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/Oc4jJmsExceptionQueue].
    2009-01-21 11:38:34.093 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/jobstore].
    2009-01-21 11:38:34.203 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/events].
    2009-01-21 11:38:34.234 NOTIFICATION JMSServer[]: OC4J JMS server recovering loc
    al transactions Queue[jms/notifications].
    2009-01-21 11:38:34.281 ERROR jms.xml: port 9,127 already in use.
    09/01/21 11:38:34 *** (SEVERE) jms.xml: port 9,127 already in use.
    2009-01-21 11:38:34.281 ERROR Failed to set the internal configuration of the OC
    4J JMS Server with: XMLJMSServerConfig[file:/C:/oc4j/j2ee/home/config/jms.xml]
    09/01/21 11:38:34 *** (SEVERE) Failed to set the internal configuration of the O
    C4J JMS Server with: XMLJMSServerConfig[file:/C:/oc4j/j2ee/home/config/jms.xml]
    2009-01-21 11:38:34.281 ERROR J2EE OJR0011 Exception starting JMS server: Failed
    to set the internal configuration of the OC4J JMS Server with: XMLJMSServerConf
    ig[file:/C:/oc4j/j2ee/home/config/jms.xml]
    2009-01-21 11:38:34.328 ERROR J2EE RMI0002 Error starting ORMI server gis77 port
    23,791: Address already in use: JVM_Bind
    2009-01-21 11:38:34.328 ERROR java.net.BindException: Address already in use: JV
    M_Bind
    at java.net.PlainSocketImpl.socketBind(Native Method)
    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359)
    at java.net.ServerSocket.bind(ServerSocket.java:319)
    at java.net.ServerSocket.<init>(ServerSocket.java:185)
    at com.evermind.server.rmi.RMIServer.createServerSocket(RMIServer.java:4
    01)
    at com.evermind.server.rmi.RMIServer.createNonSecureSocket(RMIServer.jav
    a:313)
    at com.evermind.server.rmi.RMIServer.setConfig(RMIServer.java:194)
    at com.evermind.server.ApplicationServer.initializeRMI(ApplicationServer
    .java:2235)
    at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.jav
    a:914)
    at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLa
    uncher.java:113)
    at java.lang.Thread.run(Thread.java:595)
    09/01/21 11:38:34 Error starting ORMI server gis77 port 23,791: Address already
    in use: JVM_Bind
    09/01/21 11:38:34 Shutting down OC4J...
    even I got the same exception after changing the port numbers in rmi.xml and jms.xmls
    Any help appreciated...
    Thanks in advance,
    Krishna

    This is my favorite FAQ. ;-)
    Generally speaking, to start two OC4Js you have to make sure that they don't listen on the same ports. The easiest way is to copy the home directory to another one, (eg. home2) and change the ports in home2/config/*.xml.
    With OC4J 10.1.3.x you can use the Application Server Console to change the number of JVMs to more than one and you're done.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How can i start several oc4j services?

    Dear,
    I will start several oc4j services in one computer.how can I do it?
    for example:
    1.oc4j directory is: oc4j_pcc and oc4j_ims
    2.I modify the files,jndi.properties,jms.xml,rmi.xml and http-web-site.xml,which port is different.
    then oc4j_pcc and oc4j_ims service can start.but I can not connect server.why?
    exception is:
    java.lang.InstantiationException: Error communicating with server: Lookup error: java.io.EOFException: Disconnected; nested exception is:
         java.io.EOFException: Disconnected; nested exception is:
         javax.naming.NamingException: Lookup error: java.io.EOFException: Disconnected; nested exception is:
         java.io.EOFException: Disconnected
    I think that configuration is wrong.but I do not know i can modify else.
    can you help me? thanks!
    Benson

    try this link
    http://www.kcmultimedia.com/javaserv/index.html
    U can download an utility with the help of wich java programs can be executed as NT services
    I tried it with orion server with moderate success. I was able to start it as a service but when i stopped or restarted the service the orion server ended abruptly.
    so each time i got a message "Forced or abrubt (crash etc) server shutdown detected". except for this, it worked fine as a service
    raees

  • HELP!!! Failed to start Embedded OC4J Server in JDev

    Hi,
    I have installed Oracle JDeveloper 10.1.2.1.0 and have tried to run simple test(for example index.jsp - Welcome) but I get error. - Failed to start Embedded OC4J Server in JDev
    OC4J with simple test have started well in other computers. This situation first time for me.
    Why OC4J can't start?
    This is OC4J log mess
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\JDeveloper\jdev\system10.1.2.1.0.1913\oc4j-config>
    C:\JDeveloper\jdk\bin\javaw.exe -ojvm -classpath C:\JDeveloper\j2ee\home\oc4j.jar;C:\JDeveloper\jdev\lib\jdev-oc4j.jar -Dhttp.proxyHost=coates-proxy -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=coatesnet*|phoenix*|ev_evs1*|ev*|evs*|dr002*|dr001*|raptor*|cweb01*|cweb03*|cweb02*|orangepages*|unity*|dw01*|intra-apps*|intranet*|prod02*|prod01*|dev3*|dev2*|dev1*|app03*|app02*|app01*|localhost|127.0.0.1 -Xverify:none -Ddisable.checkForUpdate=true -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config C:\JDeveloper\jdev\system10.1.2.1.0.1913\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Process exited with exit code -1073741819.
    Help me please!

    Did the setup for JDEV_USER_HOME with the proper path (C:\OAFRAME\jdevhome\jdev) ,
    Keep the dbc file in the directory and setup the front end as well as back end login details in cluding responsibility details.

  • Error when starting Weblogic server with Coherence

    We want to use Coherence 3.6 with Weblogic Server 10.3. During server startup, we get the following error. My understanding is the cluster should be started automatically based on the configuration listed below the error. Appreciate any pointers.
    <Dec 15, 2011 3:20:11 PM PST> <Error> <Coherence> <BEA-000000> <2011-12-15 15:20:11.920/67.311 Oracle Coherence SE 3.6.0.4 <Error> (thread=Cluster, member=n/a): This member could not join the cluster because of a configuration mismatch between this member and the configuration being used by the rest of the cluster. This member specified a cluster name of "EPCIS" which did not match the name of the running cluster. This indicates that there are multiple clusters on this network attempting to use overlapping network configurations. Rejected by Member(Id=9, Timestamp=2011-11-16 13:58:42.941, Address=10.229.189.30:8088, MachineId=21022, Location=site:us.oracle.com,machine:adc2101177,process:30667, Role=WeblogicServer).>
    <Dec 15, 2011 3:20:11 PM PST> <Error> <oracle.apps.pas.epc.framework.db.Cache> <BEA-000000> <java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)>
    <Dec 15, 2011 3:20:11 PM PST> <Error> <Coherence> <BEA-000000> <2011-12-15 15:20:11.957/67.349 Oracle Coherence SE 3.6.0.4 <Error> (thread=[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)', member=n/a): Error while starting cluster: java.lang.RuntimeException: Failed to start Service "Cluster" (ServiceState=SERVICE_STOPPED, STATE_JOINING)
    CONFIGURATION:
    We have the following descriptor (epcis-coherence-cache-config.xml) in $DOMAIN_HOME/epc-config:
    <?xml version="1.0"?>
    <!DOCTYPE cache-config SYSTEM "cache-config.dtd">
    <cache-config>
    <caching-scheme-mapping>
    <cache-mapping>
    <cache-name>*</cache-name>
    <scheme-name>distributed</scheme-name>
    </cache-mapping>
    </caching-scheme-mapping>
    <caching-schemes>
    <distributed-scheme>
    <scheme-name>distributed</scheme-name>
    <service-name>DistributedCache</service-name>
    <backing-map-scheme>
    <local-scheme></local-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    </caching-schemes>
    </cache-config>
    We also have tangosol-coherence-override.xml in the same dir:
    <coherence>
    <cluster-config>
    <member-identity>
    <cluster-name system-property="tangosol.coherence.clustername">EPCIS</cluster-name>
    </member-identity>
    </cluster-config>
    <configurable-cache-factory-config>
    <class-name>com.tangosol.net.DefaultConfigurableCacheFactory</class-name>
    <init-params>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>epcis-coherence-cache-config.xml</param-value>
    </init-param>
    </init-params>
    </configurable-cache-factory-config>
    <license-config>
    <edition-name system-property="tangosol.coherence.edition">SE</edition-name>
    <license-mode system-property="tangosol.coherence.mode">dev</license-mode>
    </license-config>
    </coherence>
    We have modified startWebLogic.sh by adding:
    PRE_CLASSPATH="/slot/xyz/oracle/mwhome/oracle_common/modules/oracle.coherence_3.6/coherence.jar:${DOMAIN_HOME}/epc-config/:${PRE_CLASSPATH}"

    As the error message says, your WebLogic server is trying to join a cluster that has a different cluster name.
    This bit in your tangosol-coherence-override.xml file or the tangosol.coherence.clustername system property must be the same in all members of the cluster
    <cluster-name system-property="tangosol.coherence.clustername">EPCIS</cluster-name>JK

  • Error while starting weblogic server

    Hi, I am getting following error while starting weblogic server
    Unexpected Signal : 11 occurred at PC=0x40170bc5 Function name=fill_in_stack_trace__19java_lang_ThrowableG6HandleP6Thread
    Library=/bea/jdk131/jre/lib/i386/client/libjvm.so
    Current Java thread: at java.lang.Throwable.fillInStackTrace(Native Method) at
    java.lang.Throwable.<init>(Throwable.java:78) at java.lang.Error.<init>(Error.java:37)
    at java.lang.LinkageError.<init>(LinkageError.java:29) at java.lang.IncompatibleClassChangeError.<init>(IncompatibleClassChangeError.java:29)
    at java.lang.AbstractMethodError.<init>(AbstractMethodError.java:30)
    Environment : Weblogic 6.0 Sp2 on Linux Red hat 7.1
    jdk 1.31
    TIA
    Ashwani

    Hi,
    1)Could you please try logging into sqlplus using using the below command :-
        sqlplus "/ as sysdba"
    2)Execute the below command to check if the password in expired :-
      select username, account_status, expiry_date, where username='MDS username';
    3)Change the password if the password has been expired by following the below command :-
       alter user <user> identified by <password>;
    4)Once the above steps are followed please login into the Weblogic Admin Console and follow the below steps:-
        + Go to DataSources ---> Select the MDS schema ----> change the password which was given in step no.3
        + Restart the Weblogic once again.
    5)Lets us know the result.
    Regards,
    Prakash.

Maybe you are looking for

  • Why am I am not able to get payments to work?

    We registered the Pay Pal account.  Tied the purchase fields to the form, and when we test the form and proceed to checkout, it shows Pay Pal login for our Pay pal account.  I have tried to delete then re-add the purchase fields, re-register the acco

  • Image 'lost' from Project

    Anyone had experience of loosing images? Have been slowly exploring adoption of Aperture in workflows. Following sequence adopted resulted in images being 'lost' - Not a good thing!: 1. import existing images into different Image Projects - mostly RA

  • Changing the horizontalCenter and verticalCenter of image

    I have a Image that is vertically and horizontally centered.  I have a button that makes the image rotate on it center point when it is hit.  when I drag and drop the image and hit the buttton again the point stays in the same place so the image rota

  • Use navigation model and runtime created pages

    Hi, I have my Portal Application created in JDeveloper, with set of base pages. Pages are stored in default-navigation-model, so I could use i18n in navigation rendering. I'd also like to use runtime pages management. When I enter admin panel, I can

  • Installing Java mobile

    I've installed everything stated on the Java mobile document to install the program so I can start using it but when I launched it, I got an error saying this A java.lang.reflect.InvocationTargetException exception has occurred.      Click Show Detai