Ram,

How have you installed Tomcat Apache? And is it starting up?

Tomcat log files should get generated under the logs subdirectory of Tomcat
once its started up..

Chances are you are having conflicts with some of the SLM related jar files
and RKM. Once you take a look at the Catalina log files under the logs
directory of Tomcat, you will get a clue as to what class might be causing
that conflict.. This you will need to eliminate one by one, by removing the
jar file that contains that class and putting it in the shared location, and
restart tomcat, until no such errors occur on the restart of Tomcat..

Joe
  -----Original Message-----
  From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org]on Behalf Of Ram Rudra
  Sent: Monday, December 21, 2009 3:07 AM
  To: arslist@ARSLIST.ORG
  Subject: Re: Cannot load required libraries - RKM 7.2


  **
  Hi Joe,



  I have SLM too.

  I haven't find Catalina.out file, instead of it I found the stderr.log and
stdout.log file under tomcat logs from the new RKM box which recorded some
errors.

  Could you please guide me on them?



  Thanks,

  Ram


----------------------------------------------------------------------------
--

  From: Action Request System discussion list(ARSList)
[mailto:arsl...@arslist.org] On Behalf Of Joe D'Souza
  Sent: Saturday, December 19, 2009 5:53 AM
  To: arslist@ARSLIST.ORG
  Subject: Re: Cannot load required libraries - RKM 7.2



  Ram did mention earlier that he doesn't use the Mid-Tier on the same
machine as the RKM server so I do not think that is really his issue.



  Do you have SRM or SLM or any other similar AR based application that
require the jsp engine just like tomcat does? If so it may be because of the
same reason Alan mentioned down below, where one or more jar classes used by
RKM is used by these applications as well and have already been loaded by
another jar file. If this is a case, you need to place those jar files
having common java classes, in a shared location for Tomcat to read from
once during startup. This location is configured in the Tomcat
catalina.properties file if I remember correctly.



  The catalina.out file which is found in the logs folder of the Tomcat
installation may give you a little more information about the exception (and
the java class throwing that exception) you are encountering, that prevents
RKM from functioning correctly.



  Once you know the name of the class, that this exception is being thrown
from, you can find out which jar file contains that class, by listing a
table of contents from each jar file from each of these application (you
will need JDK installed to list contents). I do not think jar is included in
JRE.



  Joe

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor:rmisoluti...@verizon.net ARSlist: "Where the Answers Are"

Reply via email to