I'm new to Orbeon but got things loaded locally fine earlier last week. I
added a resource to the server.xml to access SQL Server. It took a bit got that working this morning -- at least according to the logs it is no longer crashing Catalina. I now try to start Orbeon and I'm getting a 404 error with localhost:8080/orbeon (which worked last week). What I noticed going through the Catalina log file was that the orbeon folder that is stored in the webapps folder is not getting loaded. The rest of the webapp folders are being loaded though -- just not the orbeon one. Here's a snippet of the Catalina log file: /09-Aug-2018 14:09:15.551 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\docs] 09-Aug-2018 14:09:16.132 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time. 09-Aug-2018 14:09:16.143 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [C:\Program Files\Apache Software Foundation\Tomcat 9.0\webapps\docs] has finished in [585] ms/ I see these for every folder in webapps just not the orbeon folder. I am not an expert in Tomcat in anyway. Let me know what else might be useful to help solve this issue. The only file I've been working in is the server.xml file. Any help is appreciated as I'm now excited to start testing against an actual database with my data. Thanks, Guy -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
Guy,
I don't think the Catalina log errors above are the cause of the problem. Do things work again if you remove the datasource in server.xml? Usually, Tomcat will log errors happening with a datasource. -Erik -- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
In reply to this post by guy_usi
I had my docPath property set to the wrong place.
-- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Administrator
|
Good, glad that it's working now. -Erik
-- Sent from: http://discuss.orbeon.com/ -- You received this message because you are subscribed to the Google Groups "Orbeon Forms" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To post to this group, send email to [hidden email]. |
Free forum by Nabble | Edit this page |