Hi Konstantin/Daniel,

We are using Java 1.6.  The gnu.xml has not been installed separately. It must 
have been a part of the Tomcat installation.

The XML parser is whatever comes default with Tomcat.  
  We did a copy of the working copy of Tomcat (7.0.50) from the Development box 
to the production box.  Both are running on the same release of the software 
V7R1 and the patches are also similar as they get applied simultaneously.
The only difference in libraries is a library provided by Robot on the  
production box which is RBTSYSLIB.LIB. 

Not sure what is happening on the production box with Tomcat as we are still 
not too familiar with the startup requirements of Tomcat. We have not even 
copied our application.  All indications seem to be a JVM and Java or path 
problem like you indicated but not sure how to get to the bottom of the 
problem. Is there a verbose way of starting up Tomcat where we can exactly see 
where it gets stuck up other than the log file. We are not getting much 
information on this log file at all.


Regards

Shekar


-----Original Message-----
From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] 
Sent: Sunday, February 02, 2014 11:24 AM
To: Tomcat Users List
Subject: Re: Tomcat 7.0.50 on IBM i series - System i V7R1 - Installation errors

2014-02-01 Jakati, Shekar <shekar.jak...@lfg.com>:
> Hello friends,
>
>    We are new to using Tomcat. Installed Apache Tomcat on our development box 
> and runs great.
>
> Tried to install Apache 7.0.50 on our production box with similar 
> configuration i.e. 'IBM Series System I running V7R1 'and get the below 
> error.  Part of the "catalina.2014-01-31" log file is attached.
> Unable to figure out what is causing this problem. Any help or pointers is 
> much appreciated.
> *******
> Jan 31, 2014 9:55:56 AM org.apache.catalina.core.AprLifecycleListener 
> init Jan 31, 2014 10:02:26 AM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["http-bio-8080"] Jan 31, 2014 10:02:27 
> AM org.apache.coyote.AbstractProtocol pause
> INFO: Pausing ProtocolHandler ["ajp-bio-8009"] Jan 31, 2014 10:02:27 
> AM org.apache.catalina.core.StandardService stopInternal
> INFO: Stopping service Catalina
> Jan 31, 2014 10:02:27 AM org.apache.coyote.AbstractProtocol stop
> INFO: Stopping ProtocolHandler ["http-bio-8080"] Jan 31, 2014 10:02:27 
> AM org.apache.coyote.AbstractProtocol stop
> INFO: Stopping ProtocolHandler ["ajp-bio-8009"] Jan 31, 2014 10:02:28 
> AM org.apache.coyote.AbstractProtocol destroy
> INFO: Destroying ProtocolHandler ["http-bio-8080"] Jan 31, 2014 
> 10:02:28 AM org.apache.coyote.AbstractProtocol destroy
> INFO: Destroying ProtocolHandler ["ajp-bio-8009"] Jan 31, 2014 
> 10:03:05 AM org.apache.catalina.core.AprLifecycleListener init
> INFO: The APR based Apache Tomcat Native library which allows optimal 
> performance in production environments was not found on the 
> java.library.path: 
> /QSYS.LIB/NQSYS.LIB:/QSYS.LIB:/QSYS.LIB/QSYS2.LIB:/QSYS.LIB/QHLPSYS.LI
> B:/QSYS.LIB/QUSRSYS.LIB:/QSYS.LIB/RBTSYSLIB.LIB:/QSYS.LIB/QSHELL.LIB:/
> QSYS.LIB/TOMCAT.LIB:/QSYS.LIB/QTEMP.LIB:/QOpenSys/QIBM/ProdData/JavaVM
> /jdk70/32bit/jre/lib/ppc:/QOpenSys/QIBM/ProdData/JavaVM/jdk70/32bit/jr
> e/lib/ppc/classic:/QOpenSys/QIBM/ProdData/JavaVM/jdk70/32bit/jre/lib/p
> pc/default:/QOpenSys/QIBM/ProdData/JavaVM/jdk70/32bit/jre/bin:/QOpenSy
> s/QIBM/ProdData/JavaVM/jdk70/32bit/jre/bin/classic
> Jan 31, 2014 10:03:06 AM org.apache.coyote.AbstractProtocol init
> INFO: Initializing ProtocolHandler ["http-bio-8080"] Jan 31, 2014 
> 10:03:07 AM org.apache.coyote.AbstractProtocol init
> INFO: Initializing ProtocolHandler ["ajp-bio-8009"] Jan 31, 2014 
> 10:03:07 AM org.apache.catalina.startup.Catalina load
> INFO: Initialization processed in 2377 ms Jan 31, 2014 10:03:07 AM 
> org.apache.catalina.users.MemoryUserDatabase open
> WARNING: Exception configuring digester to permit java encoding names in XML 
> files. Only IANA encoding names will be supported.
> org.xml.sax.SAXNotRecognizedException: 
> http://apache.org/xml/features/allow-java-encodings
>                 at 
> gnu.xml.aelfred2.JAXPFactory.setFeature(JAXPFactory.java:102)

"gnu.xml" package?!

What JVM and XML parser are you using?

> Jan 31, 2014 10:03:07 AM org.apache.catalina.core.StandardService 
>startInternal
> INFO: Starting service Catalina
> Jan 31, 2014 10:03:07 AM org.apache.catalina.core.StandardEngine 
>startInternal
> INFO: Starting Servlet Engine: Apache Tomcat/7.0.50  Jan 31, 2014 
>10:03:07 AM org.apache.catalina.startup.HostConfig deployDirectory
> INFO: Deploying web application directory 
>/Tomcat/apache-tomcat-7.0.50/webapps/ROOT
> Jan 31, 2014 10:03:07 AM org.apache.catalina.startup.HostConfig 
>deployDirectory
> SEVERE: Error deploying web application directory 
>/Tomcat/apache-tomcat-7.0.50/webapps/ROOT
>(...)
> Caused by: java.lang.NullPointerException
>                 at 
> org.apache.tomcat.util.descriptor.DigesterFactory.idFor(DigesterFactory.java:107)
>                 at 
> org.apache.tomcat.util.descriptor.DigesterFactory.<clinit>(DigesterFactory.java:53)
>                 at java.lang.J9VMInternals.initializeImpl(Native Method)
>                 at java.lang.J9VMInternals.initialize(J9VMInternals.java:237)
>                 ... 18 more

The above in 7.0.50 is usually caused by missing jsp-api.jar.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Notice of Confidentiality: **This E-mail and any of its attachments may contain
Lincoln National Corporation proprietary information, which is privileged, 
confidential,
or subject to copyright belonging to the Lincoln National Corporation family of
companies. This E-mail is intended solely for the use of the individual or 
entity to
which it is addressed. If you are not the intended recipient of this E-mail, 
you are
hereby notified that any dissemination, distribution, copying, or action taken 
in
relation to the contents of and attachments to this E-mail is strictly 
prohibited
and may be unlawful. If you have received this E-mail in error, please notify 
the
sender immediately and permanently delete the original and any copy of this 
E-mail
and any printout. Thank You.**


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to