Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] "Error listing files in directory"

most likely a file permissions issue.
the userid running jetty and the file permissions on the directory 
/opt/services/order-336699-service/releases/20140619181311/jetty-distribution/webapps


--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
Expert advice, services and support from from the Jetty & CometD experts


On Fri, Jun 20, 2014 at 12:10 AM, Björn Häuser <bjoernhaeuser@xxxxxxxxx> wrote:
Hey folks,

we currently have a problem running Jetty 9.2.0.v20140526.

I don’t know where this comes from, but this is the first log entry
which causes the error:

@4000000053a33e380a8f8b6c log4j:ERROR Could not send GELF message
@4000000053a3aecd12828874 2014-06-20
05:47:15.310:WARN:oeju.Scanner:Scanner-0: Error listing files in
directory /opt/services/order-336699-service/releases/20140619181311/jetty-distribution/webapps
@4000000053a3aece13303564 2014-06-20
05:47:16.319:WARN:oeju.Scanner:Scanner-0: Error listing files in
directory /opt/services/order-336699-service/releases/20140619181311/jetty-distribution/webapps

And after these messages the Spring Application just errors out with
this messages:

https://gist.github.com/bjoernhaeuser/6836a11608292af8b3b2

I don’t really know what causes the problem or where to start digging.

Any help appreciated!

Thanks
Björn
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top