OxalisCommunity / oxalis

Oxalis - PEPPOL Access Point open source implementation - Core component
Other
124 stars 90 forks source link

Oxalis failing to start #432

Closed floydandfriends closed 3 years ago

floydandfriends commented 4 years ago

Hi!

Trying to run oxalis using tomcat 9 but can't it to start or output any useful information.

catalina.out gives this info when trying to start it from tomcat manager:

13:01:52.928 [Catalina-utility-1] INFO  n.d.o.c.f.detector.UserHomeDetector - Using Oxalis folder relative to home folder: /opt/tomcat/.oxalis
13:01:52.938 [Catalina-utility-1] INFO  n.d.o.c.filesystem.FileSystemModule - Home folder: /opt/tomcat/.oxalis
13:01:52.939 [Catalina-utility-1] INFO  n.d.o.c.filesystem.FileSystemModule - Configuration folder: /opt/tomcat/.oxalis
13:01:52.939 [Catalina-utility-1] INFO  n.d.o.commons.config.ConfigModule - Configuration file: /opt/tomcat/.oxalis/oxalis.conf
13:01:52.946 [Catalina-utility-1] INFO  n.d.o.c.settings.SettingsBuilder - File system => CONF:
13:01:52.946 [Catalina-utility-1] INFO  n.d.o.c.settings.SettingsBuilder - File system => INBOUND: /var/peppol/IN
13:01:52.946 [Catalina-utility-1] INFO  n.d.o.c.settings.SettingsBuilder - File system => PLUGIN: null
22-Oct-2019 13:01:53.407 SEVERE [Catalina-utility-1] org.apache.catalina.core.StandardContext.startInternal One or more listeners failed to start. Full details will be found in the appropriate container log file
22-Oct-2019 13:01:53.409 SEVERE [Catalina-utility-1] org.apache.catalina.core.StandardContext.startInternal Context [/oxalis] startup failed due to previous errors

I've tried using both the binary download and a war compiled on the local system to no avail.

Keystore has been created from a peppol ap test certificate.

Any pointers?

ign404 commented 4 years ago

Can i see your oxalis.conf?

floydandfriends commented 4 years ago

Sure,

oxalis.keystore {
        path = test-ap2.p12
        password = "****"
        key.alias = "ap"
        key.password = "****"
}
oxalis.path.inbound = /var/peppol/IN
ign404 commented 4 years ago

you can locate the errors here in tomcat. C:\Users\xxxx\tomcat9\logs. look for logs with the same date you can see what error cause the startup failure

darklajid commented 4 years ago

I agree with @ign404 - please look at the message saying

Full details will be found in the appropriate container log file

and share the logs with us?

SuperJuell commented 3 years ago

This issue is closed due to age and lack of activity.