M
mihai_neagoe
Guest
Hi, I have deployed a couple of OE services on a tomcat instance. After starting tomcat no service is available and I receive an error 500 when accessing url http://host
ort/ ServiceName /rest with java.lang.NullPointerException com.progress.rest.adapters.oe.OERestAdapterFilter.doFilter(OERestAdapterFilter.java:61) I checked the log of the service and there is an error entry: [localhost-startStop-1] ERROR com.progress.rest.adapters.oe.OERestServletContextListener initialSetUp - Initial Set-up problem::C:\Progress\Rollbase\apache-tomcat-7.0.42 \bin \webapps\ ServiceName \WEB-INF\adapters\runtime.props (The system cannot find the path specified) This looks like a config issue as /bin directory should not appear in the path. Any idea where to check where this path is generated from? Thank you,
Continue reading...
Continue reading...