OC4J 9.0.4 standalone : webapp not bound after server restart

Hello,
A strange thing happened to an OC4J 9.0.4 instance on AIX 5.2:
- I started the instance.
- I deployed an application using:
java -jar ${OC4J_HOME}/admin.jar ormi://localhost admin <pwd> -deploy -file cfj.ear -deploymentName cfj
java -jar ${OC4J_HOME}/admin.jar ormi://localhost admin <pwd> -bindWebApp cfj webcfj http-web-site /cfj
- I tested the application: no problem.
- Then I stopped the instance.
- The day after, I restarted my instance.
The problem is that the application was no more bound to /cfj, although everything was fine in http-web-site.xml.
I ran the "-bindWebApp" admin.jar stuff, and the application was ok again.
Did anyone have such a problem ? It is the first time for me, and it happend on a production system ! Any idea on how to fix it ?
Thanks in advance for any advice/information,
Pierre Laroche

Hello Glin,
It happened again with another application named but, which is now the last application listed in http-web-site.xml instead of cfj. Here are some excerpt from the xml files:
server.xml
<application name="bep" path="../applications/bep.ear" auto-start="true" />
<application name="ccl" path="../applications/ccl.ear" auto-start="true" />
<application name="cmt" path="../applications/cmt.ear" auto-start="true" />
<application name="eau" path="../applications/eau.ear" auto-start="true" />
<application name="eee" path="../applications/eee.ear" auto-start="true" />
<application name="erp" path="../applications/erp.ear" auto-start="true" />
<application name="tsc" path="../applications/tsc.ear" auto-start="true" />
<application name="zou" path="../applications/zou.ear" auto-start="true" />
<application name="sms" path="../applications/sms.ear" auto-start="true" />
<application name="eir" path="../applications/eir.ear" auto-start="true" />
<application name="cfj" path="../applications/cfj.ear" auto-start="true" />
<application name="but" path="../applications/but.ear" auto-start="true" />
http-web-site.xml
<default-web-app application="default" name="defaultWebApp" />
<web-app application="default" name="dms0" root="/dms0" />
<web-app application="default" name="dms" root="/dmsoc4j" />
<web-app application="default" name="init" load-on-startup="true" root="/init" />
<web-app application="bep" name="webbep" load-on-startup="true" root="/bep" />
<web-app application="ccl" name="webccl" load-on-startup="true" root="/ccl" />
<web-app application="cmt" name="webcmt" load-on-startup="true" root="/cmt" />
<web-app application="eau" name="webeau" load-on-startup="true" root="/eau" />
<web-app application="eee" name="webeee" load-on-startup="true" root="/eee" />
<web-app application="erp" name="weberp" load-on-startup="true" root="/erp" />
<web-app application="tsc" name="webtsc" load-on-startup="true" root="/tsc" />
<web-app application="zou" name="webzou" load-on-startup="true" root="/zou" />
<web-app application="sms" name="websms" load-on-startup="true" root="/sms" />
<web-app application="eir" name="webeir" load-on-startup="true" root="/eir" />
<web-app application="cfj" name="webcfj" load-on-startup="true" root="/cfj" />
<web-app application="but" name="webbut" load-on-startup="true" root="/but" />
<access-log path="../log/http-web-access.log" />
It seems correct to me. Any idea ?
Thanks,
Pierre

Similar Messages

  • EAR project not starting after server restart.

    Hello all,
    I have made a plain EAR project that contains a WAR file which again contains some servelets and static stuff like images and JavaScript files. The project does not use any SAP specific functionality and is hence a regular J2EE EAR project that in theory could run on all compliant J2EE servers.
    The problem is that when the server restarts the project does not start (not even lazily, that is upon a request being made to it). In other words I have to start it manually by using Visual Administrator or redeploying. Naturally this approach is not a long term solution.
    In the application-j2ee-engine.xml file of the EAR project I have tried to set the parameter start-up to always with no luck as documented here:
    [http://help.sap.com/saphelp_nw04s/helpdata/en/25/0c08f3981343609d4045f8acaa0a76/frameset.htm]
    The server is a 7.0 sp 14.
    I have succesfully deployed the project on older servers with no problems.
    Any ideas?

    Hi,
    Undeploy your application from SAP AS Java, e.g. via Visual Admin, and then redeploy it. If it does not start automatically, start it manually from VA. Check if you restart the server, the application is also started up correctly.
    Besides that, does your application depends on another application, library, or service? (i.e. uses another appllication, library or service)
    If so, did you explicitly declared this relation via the reference tag in application-j2ee-engine.xml ?
    Kind regards,
    Tsvetomir

  • RFC connections do not work after system restart

    Hi PI experts!
    We're facing a problem with our PI 7.0 system. After each restart of the system, all RFC sender communication channels do not work. When testing the connection in the sending SAP system, the connection test fails. Currently we workaround the issue by manually restarting the RFC adapter after system restart.
    Does anybody has any idea how th fix that problem? <<text removed>>
    Cheers,
    Matthias
    Edited by: Matt on Apr 29, 2009 3:26 PM - don't offer points

    Mathias,
    Your problem is due to the fact that SAP is not up and running when XI restarts.
    there is a parameter in RFC adapter that you can modify in order to fix that
    Please, see the following link and let me know: /people/community.user/blog/2006/09/21/xi-rfcadapter-reconnect-issue
    best regards,
    David

  • Broker does not reconnect after db restart

    Hi,
    we have a enhanced cluster with two brokers running on solaris 10. the ha store is a oracle 10 db. after a db downtime of 10 minutes the cluster could not reconnect to the ha store. we have in the broker logs the following SQLExceptions. it was impossible to use any imqcmd. we had to terminate the two brokers. after starting them everything was running fine, no more exceptions. why do the brokers not reconnect after a db downtime?
    regards
    ricky
    com.sun.messaging.jmq.jmsserver.util.BrokerException: [B4062]: Error storing information associated with Transaction 691059032992373504 : data may be lost if the
    broker exits before the transaction completed
    at com.sun.messaging.jmq.jmsserver.data.TransactionList.addTransactionID(TransactionList.java:414)
    at com.sun.messaging.jmq.jmsserver.data.TransactionList.addTransactionID(TransactionList.java:368)
    at com.sun.messaging.jmq.jmsserver.data.handlers.TransactionHandler.doStart(TransactionHandler.java:1986)
    at com.sun.messaging.jmq.jmsserver.data.handlers.TransactionHandler.handle(TransactionHandler.java:520)
    at com.sun.messaging.jmq.jmsserver.data.PacketRouter.handleMessage(PacketRouter.java:181)
    at com.sun.messaging.jmq.jmsserver.service.imq.IMQIPConnection.readData(IMQIPConnection.java:1489)
    at com.sun.messaging.jmq.jmsserver.service.imq.IMQIPConnection.process(IMQIPConnection.java:644)
    at com.sun.messaging.jmq.jmsserver.service.imq.OperationRunnable.process(OperationRunnable.java:170)
    at com.sun.messaging.jmq.jmsserver.util.pool.BasicRunnable.run(BasicRunnable.java:493)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: com.sun.messaging.jmq.jmsserver.util.BrokerException: [B4019]: Failed to persist transaction 691059032992373504
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.TransactionDAOImpl.insert(TransactionDAOImpl.java:418)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.TransactionDAOImpl.insert(TransactionDAOImpl.java:329)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.JDBCStore.storeTransaction(JDBCStore.java:1423)
    at com.sun.messaging.jmq.jmsserver.data.TransactionList.addTransactionID(TransactionList.java:411)
    ... 9 more
    Caused by: java.sql.SQLException: [INSERT INTO MQTXN41Cavai1mq01 ( ID, TYPE, STATE, AUTO_ROLLBACK, XID, TXN_STATE, TXN_HOME_BROKER, TXN_BROKERS, STORE_SESSION_ID,
    EXPIRED_TS, ACCESSED_TS) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )]: Closed Connection
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.DBManager.wrapSQLException(DBManager.java:863)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.TransactionDAOImpl.insert(TransactionDAOImpl.java:413)
    ... 12 more

    Hi Tom,
    near the end of the pasted exception it says: Closed Connection.
    i think this is the cause of the failure. this is expected because the oracle data store is down. The problem is, that after the db was back online. the broker continued to throw the same exception. i expect, that the broker throws away the closed connections and reopens new ones to continue his work.
    regards
    ricky

  • ITunes not responding after system restart

    iTunes application not responding after restarting OS X on MacBook Pro Late 2010 Model. The problem first appeared in iTunes 11 on my OS X Mavericks & is persistent in iTunes 12 on OS X Yosemite every single time i restart i need to force quit & reopen iTunes. Any suggestions will be much appreciated.Mid

    I have the same problem...downloaded latest iPod update, now icon hasn't returned to Itunes and nano is in what seems like permanent "Do Not Disconnect."
    This has been going on for hours...can't be normal, right?
    Solutions?
    Vaio   Windows XP  

  • Stage directory not created after clean restart of WLS

    I deployed the application in stage mode.
    After clean restart of the weblogic server, the stage folder is not getting created.
    But application is up and running.
    Workaround Tried:
    -Checked the Java options whether any of "-nostage,-external-stage" options are used, but none are used.
    -Checked the deployment tab under server->config->deployment, it has the stage path specified
    Can anyone point what could be preventing the stage folder creation??

    If you are deploying through the Admin Console then while deploying try using the below option:
    Recommended selection.
    Copy this application onto every target for me     
    Though the default option for each server is stage mode, but you can try to use the above option and check whether the stage directory is created or not.

  • Bug 3752644 in OC4J 9.0.4 standalone and not in iAS version

    Hi,
    While developing an (ADF) application I ran into bug 3752644, which can be viewed in metalink (ArrayOutOfIndex when using j2ee security facility). But what is not clear to me is if this bug only appears in the standalone version of OC4J or also in the iAS version. I have done a quick test and it looks fine in iAS but I would appreciate if someone could confirm this.
    TIA
    Paskal

    Hi,
    While developing an (ADF) application I ran into bug 3752644, which can be viewed in metalink (ArrayOutOfIndex when using j2ee security facility). But what is not clear to me is if this bug only appears in the standalone version of OC4J or also in the iAS version. I have done a quick test and it looks fine in iAS but I would appreciate if someone could confirm this.
    TIA
    Paskal

  • Webapps not working after crash

    Hi,
    Had a servercrash and now I cannot start webapps like webaccess,
    imanager, ifolder etc.
    Where to start looking and troubleshooting??
    LDAP?
    Tomcat?
    Java?
    And how?
    Sincerely,
    DB
    DominicusB
    architect in Southern Finland
    Small Business user
    Doesn't know LInux at all :-(

    Did it - thanks !!
    DB
    DominicusB
    architect in Southern Finland
    Small Business user
    Doesn't know LInux at all :-(
    Anders Gustafsson wrote:
    > DominicusB,
    > > Tried PKIDIAG /fix 4,5,0 but gives error -603
    > > I have sufficient rights, but for some reason it doesn't
    > > allow me to renew.
    > > Is there a workaround?
    > > I remember deleting some objekt in C1 last time this happened.
    >
    > Rights and stuff were OK. Since this is 6.5 and one server, then a
    > recreate of the CA followed by PKIDIAG is the best cause of action:
    >
    > http://www.novell.com/support/search...cType=kc&exter
    > nalId=10071751&sliceId=&dialogID=53628839&stateId= 0%200%2053638971
    >
    > - Anders Gustafsson (Sysop)
    > The Aaland Islands (N60 E20)
    >
    > Discover the new Novell forums at http://forums.novell.com
    >
    > Novell does not monitor these forums officially.
    > Enhancement requests for all Novell products may be made at
    > http://support.novell.com/enhancement

  • Exchange Webapp not working After update rollback 5 is installed

    Hi
    A windows Update installed on machine with Rollup 5. First all the MS Exchange services were disabled and then when I try to set up to Automatic and start all the services exchange from outlook works good. But when I try to access it from web it's not working.
    I try to enable and start all the services that relate with the IIS in my exchange server, but no luck. So anyone who had the same issue and fixes please advice.
    Thanks

    Hi,
    Please run the UpdateOWA.ps1 script from the “Bin” Directory within Exchange to update the OWA and ECP:
    Start an EMS and run - C:\Program Files\Microsoft\Exchange Server\V14\Bin\UpdateCas.ps1
    If it doesn’t work, please add the Authenticated Users group and gave 'Read & execute' , 'List folder contents' & 'Read' permission on the ClientAccess folder. As for event 1053 in MSExchange ActiveSync, we can refer to the following KB to have a
    try:
    https://support.microsoft.com/en-us/kb/2579075?wa=wsignin1.0
    Regards,
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Winnie Liang
    TechNet Community Support

  • 11.1.2 opmn_EPM_epmsystem1 service will not start after server move

    Moved our 11.1.2 Windows 2008 SP2 (not R2) 64 bit machines from one domain to the other (test to prod) and reconfigured the repositories to the prod SQL server (2005). Configuration is all green yet the EPM_epmsystem1 will not go to started. It sticks at Starting and after some type of time out stops.
    We run as administrator thinking that would be the problem but to no avail. We tried the delivered script but to no avail either.
    In the E:\Oracle\Middleware\user_projects\epmsystem1\diagnostics\logs\OPMN\opmn directory the opmn.log shows only this:
    [2011-01-19T14:48:44][opmn][NOTIFICATION:1][90][OPMN]ONS server initiated
    [2011-01-19T14:48:44][opmn][NOTIFICATION:1][522][OPMN][code:pm-internal]PM state directory exists: E:\Oracle\Middleware\user_projects\epmsystem1\config\OPMN\opmn\states
    [2011-01-19T14:48:44][opmn][NOTIFICATION:1][675][OPMN][code:pm-internal]OPMN server ready.  Request handling enabled.
    [2011-01-19T14:48:44][opmn][ERROR:1][17][OPMN][code:ons-listener]172.16.10.31,6712: BIND (Unknown error)
    Looking for avenues on how to resolve this ...
    JTS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi John,
    I still get the same error message when i start the opmn from the command prompt.
    [2011-01-20T08:17:28][opmn][NOTIFICATION:1][675][OPMN]OPMN server ready.  Request handling enabled.
    [2011-01-20T08:17:28][opmn][ERROR:1][17][OPMN][code:ons-listener]10.177.63.163,6712: BIND (Unknown error)
    Its a VM Image and i havent sent any ipaddress in  the host file too.
    however i am unable to start the OPMN (epmsystem1) service too from services.msc and it throw below error
    Could not start the Oracle Process Manager (EPM_epmsystem1) service on a Local Computer.
    Error 1053: The server did not respond to the start or controle request in a timely fashion.
    Please help i am unable to start essbase from any of them                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How Do I Correct FF GUI From Not Opening After Computer Restart

    Every time I restart my Win8 and then FF, the FF GUI does not open (i.e. the browser window does not appear) although Task M shows FF as running. Only work around so far is to re-install FF (obviously using another browser to access the download install site). I tried disabling all add-ins and this had no affect. Even if I exit FF before restarting the computer, the same issue occurs. If I exit FF but do not restart the computer, FF will re-start normally, meaning the browser window appears.
    This started occurring a couple of weeks ago. At that time I did a System Restore back to a point before it started happening and that did not correct the issue.
    I also uninstalled FF keeping my settings but the issue remained when I re-installed FF. I even went to the extreme of uninstalling and not keeping my settings and then reinstalling and adding my add-ins and setting my options (a couple hours of work) and the issue still remained.
    Once it is open I see no problems with it or any add-ins.

    Hi,
    From your issue description I understand that, you are unable to open any applications and the computer freezes.
    I can imagine the inconvenience you have experienced. Don’t worry; we will certainly help you.
    I would appreciate if you could answer the following question:
    1. What is the make and model of your computer?
    2. Did you receive the windows 8 preinstalled with the computer?
    3. What happens when you try to perform Refresh or Reset? Do you receive nay error messages?
    Let’s try some steps before performing Refresh or Reset.
    Follow these methods and check if it fixes the issue.
    Method 1: Run the Performance troubleshooter and check if the issue persists.
    Follow the steps to run the troubleshooter:
    a. Press Windows key + C on your keyboard to show the Charms bar.
    b. Type Troubleshooting and click Troubleshooting under Settings.
    c. Now type Performance Troubleshooter in the search option.
    d. Click on Performance troubleshooter to run the troubleshooter.
    Method 2: Start your computer in safe mode and check if the computer freezes.
    Step 1: Refer this link to start the computer in safe mode.
    http://windows.microsoft.com/en-IN/windows-8/windows-startup-settings-including-safe-mode
    If it works fine in safe mode, perform clean boot.
    Step 2: Perform clean boot.
    Clean boot will help us identify if any third party applications or startup items are causing the issue.
    To do this, follow steps from this link:
    http://support.microsoft.com/kb/929135
    NOTE: After checking the functionality in clean boot, configure Windows to use Normal startup. Refer step 3 from the above link for details.
    Method 3: Restore your PC to an earlier point in time.
    a. Swipe in from the right edge of the screen, and then tap Search.
    b. (If you're using a mouse, point to the upper-right corner of the screen, move the mouse pointer down, and then click Search.) Enter Recovery in the search box, tap or click Settings, and then tap or click Recovery.
    c. Tap or click Open System Restore, and follow the prompts.
    To perform refresh, or reset, refer to this link: How to restore, refresh, or reset your PC
    http://windows.microsoft.com/en-IN/windows-8/restore-refresh-reset-pc
    Refresh Warning: The apps that came with your PC or you installed from Windows Store will be reinstalled, but any apps you installed from other websites and DVDs will be removed. Windows puts a list of the removed apps on your desktop after refreshing your PC.
    Reset Warning: All of your personal files will be deleted and your settings will be reset. Any apps the came with your PC will be reinstalled, but all other apps will be removed.
    Hope this helps. If the issue persists or any Windows related queries or issues related to Windows Operating system, please get back to us. We are here to assist you.

  • Premiere Elements 11 will not open after required restart following the installation

    An Adobe support tech assisted me with the installation of Photoshop Elements 11 & Premiere Elements 11 using live chat.  Before disconnecting live chat, the tech reminded me to restart my computer before using these two programs.  I restarted the computer and Photoshop Elements 11 opens and Premiere Elemenst 11 did not.  How can I fix this?

    Jeff, 
    Thanks for helping.  I tried going to the link and it offered a few different selections to choose from.  I tried them all.  The one thing it did do, is had me download the Adobe Support Advisor.  This checked for problems which it identifed a few things.
    When I click on the underlined link, it took me to a website telling me there was conflict with another adobe program running during the installation.  I clicked on the button sending the "package" to adobe for their reference.
    I have attempted the whole process over again after going into msconfig and disabling everything in the services tab (with MS items hidden), made sure there was nothing in the startup that was adobe related, and disabled the security.  This still had the same outcome - doesn't open up after install. 
    As directed by the link, I tried to look at the install logs located in :/program files (86)/common files/adobe/installers.  This "installers" folder doesn't exist. 
    Everytime I install this program, it ends telling me the program installed correctly.
    Am I following your instructions right?  I'm learning as we go. 
    Let me know,
    Thanks!
    Larry

  • Firefox will not start after I restart my computer.

    I can close firefox and restart the program just fine as long as I don't shut down my computer. If I open the profile manager, I can change profiles and this fixes it but this is only a temporary fix.
    == This happened ==
    Every time Firefox opened
    == just recently

    Hello Joshua.
    Hopefully this support article is what you need:
    https://support.mozilla.com/en-US/kb/Firefox+will+not+start

  • Firefox will not start after computer restart

    Install Firefox, runs fine. Restart computer, Firefox will not start or finally when it tries to start script errors occur. If I reinstall Firefox after a computer restart, it will work fine, again when the computer is shut down the next time it is started, will not be able to use Firefox. Firefox will not start up in Firefox safe mode, will not start in windows safe mode. Not add on's, nothing added, just the Firefox installer Performed complete system restore on the computer, same problem. Windows 7 Pro. Remove Firefox from windows control panel, restart computer, install firefox, will run. turn off computer, turn on computer, firefox will not start or freezes. I am interfacing the internet via Explorer now.
    I have reinstalled Firefox so it will run in order to perform the steps requested below.

    Try this
    *https://support.mozilla.org/en-US/kb/firefox-wont-start-find-solutions
    Open TaskManager, if it running '''firefox.exe''' > end all processes
    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • Solaris 8 branded zone not booting after server reboot hangs at ready state

    Hi,
    For ipchange/hostname change we rebooted the physical server...once rebooting the Solaris brand 8 zone stucks at ready state.
    I have run the truss with zoneadm in the log process sleep and wait
    Will post the log soon..any help to troubleshoot the issue
    Both global zone and Ng zone having same hostid..
    dmesg::
    Apr 30 13:08:50 xyz zoneadmd[992]: [ID 702911 daemon.error] [zone 'abc'] WARNING: console /devices//pseudo/zconsnex@1/zcons@0 found, but it could not be removed.: I/O error
    bash-3.00# ps -ef|grep -i abc
    root 1441 1429 0 13:10:56 ? 0:00 /bin/ksh -p /usr/lib/brand/solaris8/s8_boot abc /abc
    root 1429 1 0 13:10:55 ? 0:00 zoneadmd -z abc
    root 1427 1397 0 13:10:54 pts/3 0:00 zoneadm -z abc boot -f -s
    root 1542 1441 0 13:10:56 ? 0:00 /bin/ksh -p /usr/lib/brand/solaris8/s8_boot abc /abc
    zoneadm list -cv
    2 abc ready /abc solaris8 shared
    Thanks
    Edited by: muvvas on Apr 30, 2012 2:25 PM

    moved the solaris 8 branded zone to other server.their its working fine.sorry for late reply.

Maybe you are looking for