Oracle application server 10.1.3 not starting after crash

Hi, I've been struggling with starting up application server 10.1.3 on Windows XP Professional SP2 following a system crash (power outage). When we restarted the machine we noted that the database wasn't coming up because our redo logs were full. We backed up the database with RMAN (freeing the logs) and the database started without a problem.
We then tried to log into application server control from the website but were faced with a connection error. It is definitely the correct page as it was bookmarked on the server. I cannot start application server from the command line using opmnctl. Here is the output:
C:\product\10.1.3\OracleAS_1\opmn\bin>opmnctl status
Processes in Instance: appserv.MSRSFR
------------------------------------------------+---------
ias-component | process-type | pid | status
------------------------------------------------+---------
OC4J | home | N/A | Down
ASG | ASG | N/A | Down
C:\product\10.1.3\OracleAS_1\opmn\bin>echo %time%
11:32:13.78
C:\product\10.1.3\OracleAS_1\opmn\bin>opmnctl startall
opmnctl: starting opmn and all managed processes...
==================================================
opmn id=msrsfr:6200
0 of 1 processes started.
ias-instance id=appserv.MSRSFR
++++++++++++++++++++++++++++++++++++++++++++++++++
ias-component/process-type/process-set:
OC4J/home/default_group/
Error
--> Process (index=1,uid=1339952132,pid=2136)
failed to start a managed process after the maximum retry limit
Log:
C:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
C:\product\10.1.3\OracleAS_1\opmn\bin>echo %time%
11:32:39.12
C:\product\10.1.3\OracleAS_1\opmn\logs\OC4J~home~default_group~1
07/12/30 11:32:22 Start process
07/12/30 11:32:24 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
07/12/30 11:32:24 Fatal error: server exiting
07/12/30 11:32:26 Start process
07/12/30 11:32:28 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
07/12/30 11:32:28 Fatal error: server exiting
07/12/30 11:32:30 Start process
07/12/30 11:32:32 Error initializing server: Error instantiating default application at Unable to get ApplicationConfig for default : Could not read connectors file at file:/C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: ./oc4j-connectors.xml
07/12/30 11:32:32 Fatal error: server exiting
C:/product/10.1.3/OracleAS_1/j2ee/home/config/oc4j-connectors.xml: Notice the /'s versus standard windows \'s. The actual file is empty (contains only blank spaces).
I'm not sure where to go from here, I've tried stopping the oracle services manually and starting them up in various orders. We have the following services running:
Oracle-appservProcessManager Started
OracleDBConsoleTSTONE Started
OracleJobSchedulerTSTONE Disabled
OracleOraDb10g_home1iSQL*Plus Started
OracleOraDb10g_home1TNSListener Started
OracleServiceTSTONE Started
I'm sort of at a loss for where to go from here, help would be much appreciated!
Thanks,
Reza

Here you have it.
<?xml version="1.0" standalone='yes'?>
<oc4j-connectors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNam
espaceSchemaLocation="http://xmlns.oracle.com/oracleas/schema/oc4j-connectors-10
_0.xsd" schema-major-version="10" schema-minor-version="0" >
<connector name="datasources" path="datasources.rar">
</connector>
<connector name="OracleASjms" path="OracleASjms.rar">
<config-property name="lookupMethod" value="resourceProvider"/>
<config-property name="resourceProviderName" value="oc4jjms"/>
<adminobject-config location="OracleASjms/Queues">
<adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
tQueueImpl</adminobject-class>
<config-property name="resourceProviderName" value="oc4j
jms"/>
</adminobject-config>
<adminobject-config location="OracleASjms/MyQueue1">
<adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
tQueueImpl</adminobject-class>
<config-property name="jndiName" value="jms/demoQueue"/>
<config-property name="resourceProviderName" value="oc4j
jms"/>
</adminobject-config>
<adminobject-config location="OracleASjms/Topics">
<adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
tTopicImpl</adminobject-class>
<config-property name="resourceProviderName" value="oc4j
jms"/>
</adminobject-config>
<adminobject-config location="OracleASjms/MyTopic1">
<adminobject-class>oracle.j2ee.ra.jms.generic.AdminObjec
tTopicImpl</adminobject-class>
<config-property name="jndiName" value="jms/demoTopic"/>
<config-property name="resourceProviderName" value="oc4j
jms"/>
</adminobject-config>
</connector>
</oc4j-connectors>

Similar Messages

  • The Sun Java Application Server 8.1 could not start anymore

    Very incredible I was working fine from may days with Stydio Creator 2
    but yesterday I run the project and it does not work anymore, please can you suggest something:
    The Sun Java Application Server 8.1 could not start.
    from the Output console:
    C:\Sun\Creator2\SunAppServer8\bin\asadmin.bat start-domain --domaindir C:\Sun\Creator2\SunAppServer8\domains\ creator
    Failed to start server localhost:4848
    Deployment error: Failed to start server localhost:4848. See the server log file for details.
    Exception=Deployment error: Failed to start server localhost:4848. See the server log file for details.
    Deployment error: Failed to start server localhost:4848. See the server log file for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:198)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1214)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
    Caused by: Failed to start server localhost:4848
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:152)
    ... 10 more
    and in the log file:
    [#|2006-02-24T11:49:51.296+0100|WARNING|sun-appserver-pe8.1_02|
    javax.enterprise.system.core|_ThreadID=25;|CORE5061: Exception :
    com.sun.appserv.server.ServerLifecycleException: [C4073]: A JMS destination limit was reached.
    Too many Subscribers/Receivers for Queue :
    temporary_destination://queue/192.168.0.159/3376/2 user=admin, broker=127.0.0.1:27676(2403)
         at com.sun.enterprise.jms.JmsProviderLifecycle.onTermination(JmsProviderLifecycle.java:476)
         at com.sun.enterprise.server.ApplicationServer.onTermination(ApplicationServer.java:454)
         at com.sun.enterprise.server.Shutdown.startShutdown(Shutdown.java:42)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeShutdownEventListener(AdminEventMulticaster.java:1445)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.handleShutdownEvent(AdminEventMulticaster.java:1434)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:443)
         at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:139)
         at com.sun.enterprise.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:90)
         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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
         at sun.rmi.transport.Transport$1.run(Transport.java:153)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:595)
    thanks

    I just had the same problem this morning. I believe the app server starts and if you browser directly to your app you'd get it, but the connection between the appserver and the IDE is somehow lost. An easier solution than completely reinstalling for me was to delete the .Creator folder in my home directory (C;|Documents and Setting\<username>\.Creator) and restart Creator

  • Manages Exchange server health Service is NOT starting after installing EDGE role using Exchange2013 SP1+CU5 setup

    I used Exchange 2013 SP1+CU5 to install Edge role on Windows server 2012 R2 workgroup machine
    then after installation the service "Exchange server health Service" was not starting automatically or manually with the following error "Error 1075: The dependency service does not exist or has been marked for deletion"
    and in the Event Viewer I have this error:
    Event Id: 7003
    The Microsoft Exchange Health Manager service depends on the following service: MSExchangeADTopology. This service might not be installed.
    please advice

    The Exchange 2013 Edge Role has a reduced set of services compare to a CAS or MBX server role:
    Active Directory Web Services
    Microsoft Exchange ADAM
    Microsoft Exchange Anti-spam Update
    Microsoft Exchange Diagnostics
    Microsoft Exchange Credential Service
    Microsoft Exchange Health Manager
    Microsoft Exchange Service Host
    Microsoft Exchange Transport
    Microsoft Exchange Transport Log Search
    The above one was from Exchange 2013 Sp1. Not sure whether Microsoft Exchange Health Manager service has been replaced from CU5.
    Just restart the edge server once again and ensure that you are able to see this service again in services console.
    Remember to mark as helpful if you find my contribution useful or as an answer if it does answer your question.That will encourage me - and others - to take time out to help you Check out my latest blog posts on http://exchangequery.com

  • Oracle Application Testing Suite Service does not start

    Hi,
    I have installed Oracle Application Testing suite to test web services.I have also installed Jboss 4.0.2 AS. Now wen i m starting the Oracle Application Testing suite Service it gets stopped automatically.I could not open the Load Testing Page.Anyone please help.
    Thanks in advance.

    Hi,
    did you get any error during installation?
    try to update the jboss server by running 'Update Oracle Application Testing Suite Application Service'.
    -Theo

  • SAP not starting after crash: Terminateing With error code 12

    Hi,
    After system crash SAP is not starting normally. When running startsap under SIDadm puts out: /usr/sap/TST/SYS/exe/run/startdb: Terminateing With error code 12
    startdb.log shows that:
    /oracle/TST/102_64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shares object file: No such file or directory
    I have checked - file and directory are present.
    However - when manually starting DB under oraSID and then logging in as SIDadm and starting SAP - everything starts normally.
    (Allthough SID is has been changed before - system also worked normally after SID change) I have checked userrights and groups , also profile - everything seems to be normal. Any ideas?
    Edited by: Kristjan T on Mar 16, 2011 1:16 PM

    Hi,
    1.what UNIX Flavor are we talking about  -> SuSe
    2.What SAP Kernel Release is in place (may be 6.40 non EX2 ?) -> 6.40
    3.What release is the DB suposed to have? -> 10.2.0.2.0 - 64bit Prod
    4.I see, you are calling an sqlplus from a 10.2 ORACLE_HOME.
    Is that the correct HOME the DB is running with ? -> Yes
    5.Can you start the DB with
    brconnect -c -u / -f dbstart  -> NO
    Error is:
    :devadm 51> brconnect -c -u / -f dbstart
    BR0801I BRCONNECT 7.00 (40)
    oracleDEV: error while loading shared libraries: libskgxp10.so: cannot open shared object file: No such file or directory
    BR0278E Command output of '/oracle/DEV/102_64/bin/sqlplus /nolog':
    /oracle/DEV/102_64/bin/sqlplus: error while loading shared libraries: libsqlplus.so: cannot open shared object file: No such file or directory
    BR0280I BRCONNECT time stamp: 2011-05-05 15.01.17
    BR0279E Return code from '/oracle/DEV/102_64/bin/sqlplus /nolog': 127
    BR0302E SQLPLUS call for database instance DEV failed
    BR0303E Determination of Oracle version failed
    BR0280I BRCONNECT time stamp: 2011-05-05 15.01.17
    BR0804I BRCONNECT terminated with errors
    (Different machine but same situation)
    6.As already requested, what is the output of:
    6.1.ldd sqlplus
    :devadm 55> ldd sqlplus
    ldd: ./sqlplus: No such file or directory
    in addition:
    6.2. env | grep -i ora
    devadm 56> env | grep -i ora
    PATH=/oracle/DEV/102_64/bin:/opt/IBMJava2-amd64-142/bin:.:/home/devadm:/usr/sap/DEV/SYS/exe/run:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/devadm/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin
    LD_LIBRARY_PATH=/usr/sap/DEV/SYS/exe/run:/oracle/client/10x_64/instantclient
    dbms_type=ORA
    dbs_ora_tnsname=DEV
    dbs_ora_schema=SAPSR3
    ORACLE_SID=DEV
    ORACLE_BASE=/oracle
    TNS_ADMIN=/usr/sap/DEV/SYS/profile/oracle
    ORACLE_HOME=/oracle/DEV/102_64
    SAPDATA_HOME=/oracle/DEV
    6.3 env | grep -i nls
    :devadm 57> env | grep -i nls
    XNLSPATH=/usr/X11R6/lib/X11/nls
    NLS_LANG=AMERICAN_AMERICA.UTF8
    6.4 env | grep -i lib
    devadm 58> env | grep -i lib
    PATH=/oracle/DEV/102_64/bin:/opt/IBMJava2-amd64-142/bin:.:/home/devadm:/usr/sap/DEV/SYS/exe/run:/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/home/devadm/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/bin/X11:/usr/lib/mit/bin:/usr/lib/mit/sbin
    XKEYSYMDB=/usr/X11R6/lib/X11/XKeysymDB
    XNLSPATH=/usr/X11R6/lib/X11/nls
    PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib64/pkgconfig:/usr/share/pkgconfig:/opt/kde3/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/lib64/pkgconfig:/opt/gnome/share/pkgconfig
    GTK_PATH=/usr/local/lib/gtk-2.0:/opt/gnome/lib/gtk-2.0:/usr/lib/gtk-2.0
    GTK_PATH64=/usr/local/lib64/gtk-2.0:/opt/gnome/lib64/gtk-2.0:/usr/lib64/gtk-2.0
    DIR_LIBRARY=/usr/sap/DEV/SYS/exe/run
    LD_LIBRARY_PATH=/usr/sap/DEV/SYS/exe/run:/oracle/client/10x_64/instantclient
    Any ideas???
    Br,
    Kristjan T.

  • Firefox not starting after crash, GLib-CRITICAL error

    This happened to me more than once. Firefox crashes and then it will not start again. When started from the terminal I get the following error message (even when just checking the version or running in safe mode):
    ~$ firefox -v
    (process:13206): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed
    Mozilla Firefox 37.0.1
    The problem is fixed when I log out and log in from my account. Maybe there is another option to reset firefox without logging out?
    I already searched for the problem and there are some bug reports:
    https://bugzilla.mozilla.org/show_bug.cgi?id=672671 (marked as resolved, apparently because they are about different bugs with the same error message)
    https://bugzilla.mozilla.org/show_bug.cgi?id=1075079 (no useful information here)
    https://bugzilla.mozilla.org/show_bug.cgi?id=833117 (this is just about the warning but not about the crash?)
    PS: I also get this warning when firefox starts normally. So probably the warning is unrelated to the crash?

    Do you see any crash reports in the Crash Reports folder?
    *~/.mozilla/firefox/Crash Reports
    You can check if you can start Firefox in <u>[[Safe Mode|Safe Mode]]</u> by adding the -safe-mode switch to the Firefox command line in a terminal window.
    *https://developer.mozilla.org/Command_Line_Options
    Are you using the Firefox version from the Mozilla server or a special version from the Ubuntu repositories?
    Try the version from the official Mozilla server if you currently use a version from the repositories of your Linux distribution.
    You can find the full version of the current current Firefox release (37.0.1) in all languages and all operating systems here:
    *https://www.mozilla.org/en-US/firefox/all/

  • Oracle Application Server 10g R2 and UniVerse

    Has anyone had any experience trying to implement App Server with non-oracle database such as UniVerse. I'd only like to find out if it is possible and where I can get documentation on how to go about this. Any replies are appreciated. Thanks in advance for your time.

    Hi,
    Can you tell us more details about your intentions and business challenges ? After reading your question, I think you are looking for one of these scenarios :-
    1. Using the IBM Universe Database as the Metadata Repository for the Oracle Application Server.
    It's not possible - Oracle Application Server is married to the Oracle Datbase & you can't use anything else as an MR.
    2. Accessing the IBM Universe Database from an Web Application.
    I think this depends on the Technologies used in the Web Applciation ( J2EE, PHP, etc. ) & the level of support offered by the Oracle Application Server ( OC4J, J2EE Libraries, etc. ) . If this is what you are looking for, can you tell us more about the application & the challenges you are facing ?
    Regards,
    Sandeep

  • Install Oracle Application Server on the same machine with Oracle Database

    Hello!
    I have already have installed on my laptop the oracle Database 10g, and i want to install on the same machine Oracle Application Server; can I do that? After i look on some threads on this forum I understand that all I have to do is to change the default port 1521 of the database to antoher ..let's say 1523...how can I change the port? what files do i have to modify? Oracle Application server can work in good conditions with Oracle XE or I will have the same problem?
    My SO is Windows XP Professional SP II, all updates, 512RAM, 2Ghz-CPU
    Thanks!

    Well, you'll have some problems to run simultaneously Database and AS with 512 Mb...
    Apart from that, you don't need to start two listeners, you can use just one (the highest version) for both DBs.
    If, for any reason, you want to use two, you can change the port within LISTENER.ORA file, normally in ORACLE_HOME\network\admin.

  • Deploying Web services written in C to Oracle Application Server

    Hello,
    Has anybody got information on deploying a web service written using C & gSoap into Oracle Application Server. I have a web service written in C using the example provided by gSoap and would like to deploy this on Oracle Application Server 10g, and am not sure on how to proceed further.
    Regards,
    Santhosh

    Hi San :)
    I think you need to use mod_soap module in Oracle HTTP server. or you can compile gSOAP web service as CGI-based or FastCGI application and copy the executable to cgi-bin directory in OHS.
    Thanks
    Rami AL-SAHHAR

  • Can not Start Oracle Application Server ORB process

    I have just installed Oracle Application Server (OAS) on my
    machine running Windows NT 4.0 Workstation. When I logon to the
    OAS manager and tried to start ORB, I got below error message:
    Please wait while the command is being processed on host ssoh_x
    YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    Starting ORB processes...Returning filename D:
    \orant\orb\admin\.event
    waiting for ORB to be ready...
    YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    ORB is not responding. Please restart manually...
    I have tried to re-install OAS for the second time. But I still
    got the same problem.
    I plan to use the OAS, together with Oracle Internet Commerce
    Server (ICS) to develop an e-commerce project. I am yet to
    download and install the ICS. I don't have any Oracle databases
    installed in my machine. I'm using MS SQL Server 7.0 instead.
    Please advised me on how to configure the ORB so that I'll be
    able to start the application server.
    null

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • Error starting Oracle Application server

    Hi I installed Oracle application server 10g. I successfully installed it. But when i stopped the opmn and emctl process and now when i am trying to start i am able to successfully start but when i type the URL of OAS Admin console. I get following error:
    500 Internal Server Error
    java.lang.NoClassDefFoundError: oracle/sysman/eml/app/Console     at java.lang.Class.forName0(Native Method)     at java.lang.Class.forName(Class.java(Compiled Code))     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.loadServlet(HttpApplication.java:2283)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.findServlet(HttpApplication.java:4795)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:680)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:568)
    Can any one please help me resolve this issue at the earliest?

    Hi,
    Now I'm just thinking with U because error 500 can be result of different reasons. I think (I'm not sure)at this situation it has to do with java version.
    AIX 5.3 has java version 1.4.2. .
    Would U like to go $ORACLE_HOME\jdk\jre\bin\ then just type ./java -full version or java version.
    Which result U 'll get.
    also type in which java
    moreover can U give me the output of the env command.
    the last step before U start any as process just do the following
    ps -ef | grep (owner of your as)
    if U 'll find any process just kill it kill -15 process id if it does not help then hard kill with -9
    try to set your environement variable well then start your opmn components again per-process to see which process is going wrong.
    Let me know,
    Regards
    Hamdy

  • Oracle Application Server-Unable to start "WebCache" process.

    Hello,
    Using "Oracle Application Server" 10g. Right Now, I am getting below error while starting oracle application server by using below commands.
    ./opmnctl startall ( To start entire oracle service modules)
    ./opmnctl startproc process-type=WebCache
    Both commands giving below error.
    ./opmnctl startproc process-type=WebCache
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=warlock3:6200
    0 of 1 processes started.
    ias-instance id=ias_admin.warlock3
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    WebCache/WebCache/WebCache
    Error
    --> Process (pid=250340)
    failed to start a managed process after the maximum retry limit
    Log:
    /oracle/ora10gas/opmn/logs/WebCache~WebCache~1
    Also, WebCache event log is showing below message.
    [28/Sep/2010:13:23:30 -0530] [notification 9610] [ecid: -] The server is exiting.
    [28/Sep/2010:13:23:30 -0530] [alert 9000] [ecid: -] Process 250338 exit(1) at 890:main.c [Build 10.1.2.0.2 050802]
    [28/Sep/2010:13:23:32 -0530] [notification 9612] [ecid: -] OracleAS Web Cache 10g (10.1.2), Build 10.1.2.0.2 050802
    [28/Sep/2010:13:23:32 -0530] [notification 9403] [ecid: -] Maximum number of file/socket descriptors set to 900.
    [28/Sep/2010:13:23:32 -0530] [notification 13002] [ecid: -] Maximum allowed incoming connections are 700
    [28/Sep/2010:13:23:32 -0530] [alert 13305] [ecid: -] Failed to assign port 7777: Address already in use
    [28/Sep/2010:13:23:32 -0530] [alert 9707] [ecid: -] Failed to start the server.
    [28/Sep/2010:13:23:32 -0530] [alert 9609] [ecid: -] The server process could not initialize.
    [28/Sep/2010:13:23:32 -0530] [notification 9610] [ecid: -] The server is exiting.
    [28/Sep/2010:13:23:32 -0530] [alert 9000] [ecid: -] Process 250340 exit(1) at 890:main.c [Build 10.1.2.0.2 050802]
    Kindly let me know how to solve this issue.
    Regards,
    Nishith N.Vyas.

    Hi,
    I have not experience with Oracle Names resolution, but did you start the server "NAMESCTL> START" ? (I'm not sure)
    On the client, the SQLNET.ORA file contains an entry that lists onames first in the NAMES.DIRECTORY_PATH parameter ?
    e.g.: NAMES.DIRECTORY_PATH=(onames, tnsnames, hostname)
    There are some messages on the listener.log file ?
    Cheers

  • PSP Can I NOT use Oracle Application Server

    Hi, Can someone tell me if I can Use Apache and Tomcat to Serve
    my PSP Web Page. If there is no way-out I will have to use
    Oracle 9iAS. I tried to find Documentation on mod_plsql, but
    could not find any (including mod_plsql).
    Thanks!!!

    Hi,
    Sock Hoon (guest) wrote:
    : I have just installed Oracle Application Server (OAS) on my
    : machine running Windows NT 4.0 Workstation. When I logon to the
    OAS don't run on Win NT with installed service pack 4.
    Go back to service pack 3 or apply patch from Developer 6.0 to
    OAS.
    : OAS manager and tried to start ORB, I got below error message:
    : Please wait while the command is being processed on host ssoh_x
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : Starting ORB processes...Returning filename D:
    : \orant\orb\admin\.event
    : waiting for ORB to be ready...
    : YOT-11034, Unable to make address: IP://ssoh_x.jgfhome:2649.
    : Error: YT::EXCEPTION::BADPARAM::NOSUCHADDR
    : ORB is not responding. Please restart manually...
    : I have tried to re-install OAS for the second time. But I still
    : got the same problem.
    : I plan to use the OAS, together with Oracle Internet Commerce
    : Server (ICS) to develop an e-commerce project. I am yet to
    : download and install the ICS. I don't have any Oracle databases
    : installed in my machine. I'm using MS SQL Server 7.0 instead.
    : Please advised me on how to configure the ORB so that I'll be
    : able to start the application server.
    Best regards Andrew
    null

  • How to start with ORACLE APPS and ORACLE APPLICATION SERVER?

    Hi !!
    I am a little known with oracle database. But recently i have been asked to update my skills with oracle apps and oracl e application server. I do not have any prior experience with these products of oracle and I really have 0 knowledge of it.
    Can anybody help me find a start with oracle apps and oracle as?
    Thanks.

    Welcome
    http://www.oracle.com/technology/documentation/applications.html
    You can download from here.
    Regards
    Asif Kabir
    -- If helpful mark the post as correct/helpful, also close the thread as answered.

  • How to start the oracle application server 10g

    Hi..
    I have Installed Oracle application server 10g but I am not able to start and dploy the forms in the server.

    Please see this link for the proper order to [start and stop application server 10g|http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/start.htm#i1014590].
    If you encounter any errors, do not forget to give exact description of errors, their exact error message and codes, where do you get them and what have you done recently. Please also do not forget to include your complete product version.
    thanks,
    AMN

Maybe you are looking for

  • Assigning a value to a variable from a .txt file

    Hello, I'm having a slight problem doing this. I have a text file called text.txt, and within it is the text "one two" (minus the speechmarks). I'm simply trying to assign the second one of these words, (i.e. "two"), to a string variable of mine call

  • MSS Team Calendar - Direct Report

    Dear All, We are on EP7 and using the web dynpro Team Calendar. The client have requested that in one of the view, it only display the direct employee for the manager (A002 relationship). Anybody knows how to configure the "evaluation path" and the "

  • SUN's jsf RI with tiles

    Hi I know there are articles that talk about JSF + tiles. But they talk about myfaces which provides support for tiles. Can we use tiles using SUN RI. Which is better SUN RI or my faces. One more thing I am confused on the GUI components 1) SUN RI ha

  • Delete rows from table...Bizarre problem.

    Folks i HAVE this bizarre problem. I hava a Java class which displays data read into a table with a delete option by the side of each row. Now lets assume you have 3 rows in the Table. abc deleteButton efg deleteButton xyz deleteButton When I click t

  • HT3577 older iphones newer iTunes?

    Hey There.. How do I sync an old Iphone 3G that is mainy functioning as an ipod. It has never been used with this computer. I am running the latest version of itunes on my macbook pro 10.8.3 Please Help. Need to add more music! Very Important. Thank