OxalisCommunity / Oxalis-AS4

PEPPOL AS4 pMode plugin for Oxalis
32 stars 25 forks source link

Oxalis integration: needed root user permission to work? #133

Closed simo385 closed 3 years ago

simo385 commented 4 years ago

Hello Everybody,

I've just integrated the Oxalis AS4 outbound module inside an our microservice (Microservice.jar) into our infrastructure.

Microservice.jar runs as "mic" user. After integration, when we run the Microservice.jar and try to send a file, we get the following error: no.difi.oxalis.api.lang.OxalisLoadingException: Unable to load Oxalis due to errors during loading.

if I run the Microservice.jar as "root" user, the file is sent correctly.

So, Oxalis libraries needed the "root" user permission to work? Is there a way to run Oxalis libraries as "no root" user?

Thanks for your support. Simone

Environment: Debian 9 Java 8 Spring Spring Boot