| Author |
Message |
|
|
ok. Fixed the login issue. apparently there are 2 tomcat5 directories. I was using the wrong one. I logged in and deployed the war file. looks good. Now i am getting a compile error.
EXCEPTION INFO
Exception overview
Error message: Compile of file "/usr/share/tomcat5/webapps/smith-1.3b5/index.cfm" failed with status -1:
Error type: compiler
Stack trace
[Error message: Compile of file "/usr/share/tomcat5/webapps/smith-1.3b5/index.cfm" failed with status -1: ]
com.youngculture.smith.engine.pages.PageCompiler.compile(PageCompiler.java:145)
com.youngculture.smith.engine.pages.PageCompiler.compile(PageCompiler.java:157)
com.youngculture.smith.engine.pages.PageUtil.compilePage(PageUtil.java:21
com.youngculture.smith.engine.pages.PageUtil.getPageInstance(PageUtil.java:239)
com.youngculture.smith.engine.pages.PageUtil.runPage(PageUtil.java:284)
com.youngculture.smith.engine.util.PageDispatcher.includePage(PageDispatcher.java:92)
com.youngculture.smith.engine.util.PageDispatcher.includePage(PageDispatcher.java:116)
com.youngculture.smith.engine.servlets.SmithServlet.serviceRequest(SmithServlet.java:167)
com.youngculture.smith.engine.servlets.SmithServlet.service(SmithServlet.java:112)
javax.servlet.http.HttpServlet.service(tomcat5-servlet-2.4-api-5.5.23.jar.so)
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(catalina-5.5.23.jar.so)
org.apache.catalina.core.ApplicationFilterChain.doFilter(catalina-5.5.23.jar.so)
org.apache.catalina.core.StandardWrapperValve.invoke(catalina-5.5.23.jar.so)
org.apache.catalina.core.StandardContextValve.invoke(catalina-5.5.23.jar.so)
org.apache.catalina.core.StandardHostValve.invoke(catalina-5.5.23.jar.so)
org.apache.catalina.valves.ErrorReportValve.invoke(catalina-5.5.23.jar.so)
org.apache.catalina.core.StandardEngineValve.invoke(catalina-5.5.23.jar.so)
org.apache.catalina.connector.CoyoteAdapter.service(catalina-5.5.23.jar.so)
org.apache.coyote.http11.Http11Processor.process(tomcat-http-5.5.23.jar.so)
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(tomcat-http-5.5.23.jar.so)
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(tomcat-util-5.5.23.jar.so)
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(tomcat-util-5.5.23.jar.so)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(tomcat-util-5.5.23.jar.so)
java.lang.Thread.run(libgcj.so.7rh)
when trying to load index.cfm. Can someone help? I feel as if i am going in circles.
Thanks
|
 |
|
|
Ok. I've gone through the preinstallation. I even double and tripple checked everything. It looks good. Now i am trying to figure out a few things. First of all, i am getting an error when i restart the httpd service. SELinux prevented httpd reading and writing access to http files. It then suggest the fix of entering setsebool -P httpd_unified=1 to change the httpd_unified permissions to true. I enter it, but have to do so every time i restart apache. Have I missed something here?
Secondly, I can get the tomcat admin page to display when i type in localhost/admin now. I fixed the redirect so i don't have to type 8080 in every time. When i go to log in with the user and password i setup it errors with bad user or password. Is there something else i need to do?
I have been driving in circles with this now for days. Not to mention i can't get index.cfm to display at all. I just get a HTTP error page. That may be that I don't have smith installed in the correct directory, which is another issue i will get to when I get the other issues fixed.
any help is appreciated.
|
 |
|
|
|
|