Announcement

Collapse
No announcement yet.

Installation OTM 5.5 CU4 Solaris 10 Post Install TOMCAT Dies out

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installation OTM 5.5 CU4 Solaris 10 Post Install TOMCAT Dies out

    Hello All,

    I am facing OTM Installation post installation problem,
    The starting logon page errors out with following message (503)
    Service Temporarily Unavailable

    The steps followed are according to the administration guide.
    Please Help me in finding out the problem if someone could throw light faced similar issues before I would be grateful if you could help me.

    The steps details are as follows

    Freshly Installed OTM 5.5 CU4 on Solaris 10 Server
    -----
    This Server hosts OTM DB 10.2.0.4
    OTM DB Client 10.2.0.4
    OAS Forms/Reports 10g
    -----
    OTM Installation is of Web,Rpt,oas Type

    # ./otmrptweb55 start
    Starting RptApache
    # ./otmweb55 start
    Starting Tomcat Servlet Server...
    Starting Apache
    # ./otmapp55 start
    Waiting for DB Server to finish startup
    Starting Oracle Application Server...

    //// Tried to Acess the default login page
    http://XXXXX.domain_name:8080/GC3/gl...vlet.umt.Login
    Gives me following message:-
    Service Temporarily Unavailable

    -----------------------------------------------------------------------------------------
    Following is the TOMCAT Log, as the process terminiates within seconds after executing otmweb55 start command

    /san09/devtm/otmprod/logs/tomcat/console.log

    STATUS | wrapper | 2009/01/21 13:01:16 | --> Wrapper Started as Daemon
    STATUS | wrapper | 2009/01/21 13:01:16 | Launching a JVM...
    INFO | jvm 1 | 2009/01/21 13:01:19 | Wrapper (Version 3.1.2) Java Service Wrapper - Download Java Service Wrapper
    INFO | jvm 1 | 2009/01/21 13:01:19 |
    INFO | jvm 1 | 2009/01/21 13:01:19 | Created MBeanServer with ID: 1e8a1f6:11ef7596c7c:-8000:XXX.domain_name.com:1
    INFO | jvm 1 | 2009/01/21 13:01:20 | Jan 21, 2009 1:01:20 PM org.apache.catalina.startup.Catalina load
    INFO | jvm 1 | 2009/01/21 13:01:20 | INFO: Initialization processed in 845 ms
    INFO | jvm 1 | 2009/01/21 13:01:20 | Jan 21, 2009 1:01:20 PM org.apache.catalina.core.StandardService start
    INFO | jvm 1 | 2009/01/21 13:01:20 | INFO: Starting service Catalina
    INFO | jvm 1 | 2009/01/21 13:01:20 | Jan 21, 2009 1:01:20 PM org.apache.catalina.core.StandardEngine start
    INFO | jvm 1 | 2009/01/21 13:01:20 | INFO: Starting Servlet Engine: Apache Tomcat/5.5.16
    INFO | jvm 1 | 2009/01/21 13:01:20 | Jan 21, 2009 1:01:20 PM org.apache.catalina.core.StandardHost start
    INFO | jvm 1 | 2009/01/21 13:01:20 | INFO: XML validation disabled
    INFO | jvm 1 | 2009/01/21 13:01:22 | java.lang.reflect.InvocationTargetException
    INFO | jvm 1 | 2009/01/21 13:01:22 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.lang.reflect.Method.invoke(Method.java:324)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.startup.Bootstrap.start(Bootst rap.java:275)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:413)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.lang.reflect.Method.invoke(Method.java:324)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.tanukisoftware.wrapper.WrapperStartStopApp.run (WrapperStartStopApp.java:159)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.lang.Thread.run(Thread.java:534)
    INFO | jvm 1 | 2009/01/21 13:01:22 | Caused by: java.lang.NoClassDefFoundError: org/apache/struts/action/ActionServlet
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.lang.ClassLoader.defineClass0(Native Method)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.lang.ClassLoader.defineClass(ClassLoader.java :539)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.security.SecureClassLoader.defineClass(Secure ClassLoader.java:123)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.net.URLClassLoader.defineClass(URLClassLoader .java:251)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.net.URLClassLoader.access$100(URLClassLoader. java:55)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.net.URLClassLoader$1.run(URLClassLoader.java: 194)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.security.AccessController.doPrivileged(Native Method)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.net.URLClassLoader.findClass(URLClassLoader.j ava:187)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.lang.ClassLoader.loadClass(ClassLoader.java:2 89)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at sun.misc.Launcher$AppClassLoader.loadClass(Launche r.java:274)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at java.lang.ClassLoader.loadClass(ClassLoader.java:2 35)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.loader.WebappClassLoader.loadC lass(WebappClassLoader.java:1267)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.loader.WebappClassLoader.loadC lass(WebappClassLoader.java:119
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.StandardWrapper.loadServl et(StandardWrapper.java:1034)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.StandardWrapper.load(Stan dardWrapper.java:932)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.StandardContext.loadOnSta rtup(StandardContext.java:3917)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.StandardContext.start(Sta ndardContext.java:4197)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.ContainerBase.start(Conta inerBase.java:1013)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.StandardHost.start(Standa rdHost.java:71
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.ContainerBase.start(Conta inerBase.java:1013)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.StandardEngine.start(Stan dardEngine.java:442)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.StandardService.start(Sta ndardService.java:450)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.core.StandardServer.start(Stan dardServer.java:709)
    INFO | jvm 1 | 2009/01/21 13:01:22 | at org.apache.catalina.startup.Catalina.start(Catalin a.java:551)
    INFO | jvm 1 | 2009/01/21 13:01:22 | ... 12 more
    INFO | jvm 1 | 2009/01/21 13:01:26 | Jan 21, 2009 1:01:26 PM org.apache.catalina.startup.Catalina stopServer
    INFO | jvm 1 | 2009/01/21 13:01:26 | SEVERE: Catalina.stop:
    INFO | jvm 1 | 2009/01/21 13:01:26 | java.net.ConnectException: Connection refused
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.net.PlainSocketImpl.socketConnect(Native Method)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.net.PlainSocketImpl.doConnect(PlainSocketImpl .java:305)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.net.PlainSocketImpl.connectToAddress(PlainSoc ketImpl.java:171)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.net.PlainSocketImpl.connect(PlainSocketImpl.j ava:15
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.net.Socket.connect(Socket.java:461)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.net.Socket.connect(Socket.java:411)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.net.Socket.<init>(Socket.java:310)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.net.Socket.<init>(Socket.java:125)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.apache.catalina.startup.Catalina.stopServer(Ca talina.java:394)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.lang.reflect.Method.invoke(Method.java:324)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.apache.catalina.startup.Bootstrap.stopServer(B ootstrap.java:324)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:415)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:39)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:25)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.lang.reflect.Method.invoke(Method.java:324)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.tanukisoftware.wrapper.WrapperStartStopApp.sto p(WrapperStartStopApp.java:282)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.tanukisoftware.wrapper.WrapperManager.stopInne r(WrapperManager.java:1982)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.tanukisoftware.wrapper.WrapperManager.stop(Wra pperManager.java:1514)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.tanukisoftware.wrapper.WrapperManager.checkThr eads(WrapperManager.java:2642)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.tanukisoftware.wrapper.WrapperManager.handleSo cket(WrapperManager.java:2537)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at org.tanukisoftware.wrapper.WrapperManager.run(Wrap perManager.java:2696)
    INFO | jvm 1 | 2009/01/21 13:01:26 | at java.lang.Thread.run(Thread.java:534)
    ERROR | wrapper | 2009/01/21 13:01:32 | JVM exited unexpectedly while stopping the application.
    STATUS | wrapper | 2009/01/21 13:01:32 | <-- Wrapper Stopped
    ================================================== ==

    Install steps are attached.

    Thanks for Your Valuable insight,guidance to track the problem and help


    Regards,

    Nike
    Attached Files

  • #2
    Re: Installation OTM 5.5 CU4 Solaris 10 Post Install TOMCAT Dies out

    Overall, the installation steps look correct. Most startup issues like this are the result of not having the right version of the 3rd Party jar files. To be sure that they're correct, you can download them all from the following link:

    This website is for sale! otmfaq.com is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, otmfaq.com has it all. We hope you find what you are searching for!


    Otherwise, another possibility is that either the ports or IP address entered during installation aren't correct. I noticed the following error which points to this:
    java.net.ConnectException: Connection refused

    Otherwise, if you've already resolved this issue, I'd appreciate it if you'd post the details, so that other forum members can benefit.

    Hope this helps!
    --Chris

    Comment

    Working...
    X