Hi,
I installed SAP BI 4.0 on Windows 2008 R2 Machine with SQL server. It was installed one one directory (E:\BO4 ). Later dues to some reason I uninstalled it and re-installed. To avoid issues, I installed this time under directory E:\BO41. Now after installed I could not get tomcat started. when checked the log, It was showing below warning. I observed that even though I insatlled in different directory, it is still trying to find libraries from old path. Therefore not starting
2013-09-09 11:30:22 Commons Daemon procrun stderr initialized
Sep 9, 2013 11:30:22 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [E:\BO4\SAP BusinessObjects\Tomcat6\lib], exists: [false], isDirectory: [false], canRead: [false]
Sep 9, 2013 11:30:23 AM org.apache.catalina.startup.ClassLoaderFactory validateFile
WARNING: Problem with directory [E:\BO4\SAP BusinessObjects\Tomcat6\lib], exists: [false], isDirectory: [false], canRead: [false]
java.lang.ClassNotFoundException: org.apache.catalina.startup.Catalina
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.apache.catalina.startup.Bootstrap.init(Bootstrap.java:216)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:391)
I checked
1) Path env variable. This does not have any links to old directory
2) JAVA_HOME, JRE_HOME, these are not explicitly created but those are getting set correctly Runtime. and those are correct.
I cannot find out where exactly it is hard coding the path and how I can get tomcat to read current/new path.
any quick responses will be appreciated.