server.startup fails with tomcat error
![]()
I've installed the standard version of RTC with DB2 9.5 under aix 5.3 and I've succesfully created all the tables. I've also made the necessary changes to JRE_PATH and JAVA_HOME in server.startup and repotools.sh.
When I try to start the server it fails and writes the following message to tomcat/logs/catalina.out: The java class is not found: n_profiles Can anybody suggest what might be wrong, or which area I should start looking in? |
One answer
![]()
I've found the problem. The server.startup script contains a very long line (~320 characters) and my editor had split the line when I changed JRE_HOME.
|