ArcGIS Server StartUp Error

2373
1
02-09-2016 03:54 AM
EphraimMuya
New Contributor II

Hi,

I need help debugging an ArcGIS Server (10.3.1) StartUp error that i keep getting.

service_error.log:

java.lang.NullPointerException

    at com.esri.arcgis.discovery.admin.plugins.LogServiceObserver.a(LogServiceObserver.java:55)

    at com.esri.arcgis.discovery.admin.plugins.LogServiceObserver.beforeStart(LogServiceObserver.java:49)

    at com.esri.arcgis.discovery.nodeagent.impl.ObserverManager.beforeStart(ObserverManager.java:146)

    at com.esri.arcgis.discovery.nodeagent.impl.NodeAgent.c(NodeAgent.java:246)

    at com.esri.arcgis.discovery.nodeagent.impl.NodeAgent.start(NodeAgent.java:138)

    at com.esri.arcgis.discovery.nodeagent.impl.Main.start(Main.java:56)

0 Kudos
1 Reply
MichaelRobb
Occasional Contributor III

You can see what exactly is going on by manually running c:\Program files\ArcGIS\Server\framework\etc\scripts\startserver.bat   ...

you will see exactly where the hangup is...

0 Kudos