The path is getting set in the catalina.sh file and it is correct. Another error I found during tomcat startup is:
- Could not load native library java.lang.UnsatisfiedLinkError: Native Library /opt/aol/production/software/jakarta-tomcat-5.5.9/webapps/ars/WEB-INF/lib/libarutiljni71.so already loaded in another classloader On Tue, Mar 18, 2008 at 7:25 PM, Curtis Gallant <[EMAIL PROTECTED]> wrote: > > > > > > java.lang.UnsatisfiedLinkError: CCPUtilApp > > > > > > com.bmc.arsys.util.ARUtilEgcp.CCPUtilApp(Native Method) > > > > > > com.remedy.arsys.config.Configuration.login(Unknown Source) > > > > > > com.remedy.arsys.config.ConfigServlet.login(Unknown Source) > > > > > > com.remedy.arsys.config.ConfigServlet.doLogin(Unknown > Source) > > > > > > > com.remedy.arsys.config.ConfigServlet.performOperation(Unknown > > > > > Source) > > > > > > com.remedy.arsys.config.ConfigServlet.doRequest(Unknown > Source) > > > > > > com.remedy.arsys.config.ConfigServlet.postInternal(Unknown > > > Source) > > > > > > com.remedy.arsys.config.ConfigServlet.doPost(Unknown Source) > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:709) > > > > > > javax.servlet.http.HttpServlet.service(HttpServlet.java:802) > > > > > > > > > > > > The only difference is the new version 7 install. Everything else > has > > > > > > remained the same. This is pretty much the same procedure used in > the > > > > > > past with no issues. > > > > > > > > > > > > Any thoughts? > > > > > > > > Looks like your LD_LIBRARY_PATH is not set as it can't access the ARS APIs. > Make sure the user you start tomcat as has his LD_LIBRARY_PATH set including > the > path to the .../webapps/<midtier-deployed-name>/WEB-INF/lib directory. > > Cheers, > > > > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

