Hello I was wondering if your handles and procs were set: To increase the soft and hard limits, you'll need to edit the /etc/security/limits.conf file with superuser access. For example, you can add four lines like this in the file:<ArcGIS Server installation user> soft nofile 65535<ArcGIS Server installation user> hard nofile 65535<ArcGIS Server installation user> soft nproc 25059<ArcGIS Server installation user> hard nproc 25059Thanks-Justin
Hello again, hmm.. I still think this is a ulimit issue. I have seen some forums state that limits set in the .kshrc file prevent them from properly setting the ulimits in the limits.conf. Can you remove any ulimits in the .kshrc file and see if there is any difference. The forums I found were actually referring to Oracle settings, but I think the fix might apply in this case. Thank you very much-Justin
Justin, I just checked right now, here is the current limits for the user running arcserver.localadmin@bigsuse:~> ulimit -Hn65535localadmin@bigsuse:~> ulimit -Hu25059localadmin@bigsuse:~> ulimit -Su25059localadmin@bigsuse:~> ulimit -Sn65535localadmin@bigsuse:~>
Tim, Can you also give a netstat -ao (I think that is the unix command). We need to ensure that nothing is listening on the ports listed in this web help: http://resources.arcgis.com/en/help/main/10.1/index.html#//015400000537000000
Did you ever get this resolved? I am seeing the identical issue on a RHEL 6.5 system.
No i did not, are you in a VM environment?Tim
Had same error on Windows, too. Turned out to be an updated Macafee firewall thing. Switched off firewall, all good.
Tue Jul 21 18:10:26 PDT 2015:Registering and starting log service.
Tue Jul 21 18:11:26 PDT 2015:ERROR: Failed to start the log service.
Tue Jul 21 18:11:26 PDT 2015:java.lang.RuntimeException: java.lang.Exception: Another administrative operation is curren
tly accessing the store. Please try again later.
at com.esri.arcgis.discovery.logging.impl.LogService.d(LogService.java:328)
at com.esri.arcgis.discovery.logging.impl.LogService.<init>(LogService.java:94)
at com.esri.arcgis.discovery.logging.impl.LogServiceLoader.createLogService(LogServiceLoader.java:17)
at com.esri.arcgis.discovery.admin.plugins.LogServicePlugin.a(LogServicePlugin.java:56)
at com.esri.arcgis.discovery.admin.plugins.LogServicePlugin.beforeStart(LogServicePlugin.java:40)
at com.esri.arcgis.discovery.nodeagent.impl.ObserverManager.beforeStart(ObserverManager.java:141)
at com.esri.arcgis.discovery.nodeagent.impl.NodeAgent.d(NodeAgent.java:290)
at com.esri.arcgis.discovery.nodeagent.impl.NodeAgent.start(NodeAgent.java:158)
at com.esri.arcgis.discovery.nodeagent.impl.Main.start(Main.java:51)
at com.esri.arcgis.discovery.nodeagent.impl.Main.main(Main.java:296)
Caused by: java.lang.Exception: Another administrative operation is currently accessing the store. Please try again late
r.
at com.esri.arcgis.discovery.util.LockUtil.lockAndReadFileAsString(LockUtil.java:93)
at com.esri.arcgis.discovery.logging.impl.LogService.d(LogService.java:285)
... 9 more
Tue Jul 21 18:11:26 PDT 2015:Starting RMI connector for NodeAgent.
Tue Jul 21 18:11:27 PDT 2015:ERROR: Unable to start the RMI connector for NodeAgent
Tue Jul 21 18:11:27 PDT 2015:java.lang.RuntimeException: Failed to start JMX Server
at com.esri.arcgis.discovery.util.JMXServerController.start(JMXServerController.java:45)
at com.esri.arcgis.discovery.nodeagent.impl.NodeAgent.startJMXServer(NodeAgent.java:509)
at com.esri.arcgis.discovery.nodeagent.impl.NodeAgent.start(NodeAgent.java:164)
Caused by: java.lang.NullPointerException
at com.esri.arcgis.discovery.util.a.a(a.java:81)
at com.esri.arcgis.discovery.util.a.<init>(a.java:39)
at com.esri.arcgis.discovery.util.JMXServerController.start(JMXServerController.java:41)
... 4 more
Exception in thread "main" com.esri.arcgis.discovery.nodeagent.NodeAgentException: Could not start RMI connector. An ins
tance of NodeAgent may be running or the JMX-RMI port is in use by another process.
at com.esri.arcgis.discovery.nodeagent.impl.NodeAgent.start(NodeAgent.java:167)
Caused by: java.lang.RuntimeException: Failed to start JMX Server
... 2 more
Old issue ... but just today came against on a VM running CentOS7 + AGS 10.9.1 ... it took me a while but I have found a solution (which counts in my case): on the VM manager generated new MAC-addresses (IPv4, IPvv6) ... and problem solved.
dmesg put me on the right track, as there were strings indicating a conflict with the MAC-addresses.
Edgar W. Iparraguirre
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.