Server Standard 10.3 Site Setup Failure on Windows 2012R2

4786
0
12-17-2014 08:17 PM
DEWright_CA
Occasional Contributor III

When trying to get the site setup I get a error that connection timed out.

 

But digging in the framework\etc\services\logs directory I find this in the services_error.log:

 

Dec 17, 2014 8:07:17 PM ClientCommunicatorAdmin restart

WARNING: Failed to restart: java.io.IOException: Failed to get a RMI stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: DORTAPGIS.DOR.WA.LOC; nested exception is:

  java.net.ConnectException: Connection refused: connect]

Dec 17, 2014 8:07:18 PM RMIConnector RMIClientCommunicatorAdmin-doStop

WARNING: Failed to call the method close():java.rmi.ConnectException: Connection refused to host: 10.36.81.13; nested exception is:

  java.net.ConnectException: Connection refused: connect

Dec 17, 2014 8:07:18 PM ClientCommunicatorAdmin Checker-run

WARNING: Failed to check connection: java.net.ConnectException: Connection refused: connect

Dec 17, 2014 8:07:18 PM ClientCommunicatorAdmin Checker-run

WARNING: stopping

 

And this in the services.log:

 

Geronimo Application Server started

Exception in thread "Discovery Agent Notifier" java.lang.NoClassDefFoundError: org/apache/openejb/server/DiscoveryRegistry$ServiceRemovedTask

  at org.apache.openejb.server.DiscoveryRegistry.serviceRemoved(DiscoveryRegistry.java:134)

  at org.apache.openejb.server.discovery.Tracker$2.run(Tracker.java:212)

  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)

  at java.lang.Thread.run(Thread.java:745)

Caused by: java.lang.ClassNotFoundException: org.apache.openejb.server.DiscoveryRegistry$ServiceRemovedTask in classloader org.apache.geronimo.configs/openejb/2.2.2-SNAPSHOT/car

  at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadOptimizedClass(MultiParentClassLoader.java:407)

  at org.apache.geronimo.kernel.config.MultiParentClassLoader.loadClass(MultiParentClassLoader.java:257)

  at java.lang.ClassLoader.loadClass(ClassLoader.java:358)

  ... 5 more

Tags (3)
0 Replies