Looks like a complete reboot of the Jrun server solves this issue...
Very strange..

-----Original Message-----
From: DeMarco, Alex
Sent: Tuesday, December 30, 2003 10:53 AM
To: JRun-Talk
Subject: Startup problems

Having some wierdness today.

I have created a new server via the Jrun MMC, just a plain instance with
no modifications. It won't start... My 2 other instances run and restart
fine. Here's my log:

# Created by JRun on 12/30 10:51:03
12/30 10:51:03 info No JDBC data sources have been configured for this
server (see jrun-resources.xml) 12/30 10:51:03 info JRun Web Server
listening on *:8103 12/30 10:51:03 info Deploying enterprise application
"JRun 4.0 Internal J2EE Components" from:
file:/D:/JRun4/lib/jrun-comp.ear 12/30 10:51:03 info Deploying EJB
"JRunSQLInvoker" from: file:/D:/JRun4/lib/jrun-comp.ear 12/30 10:51:04
info Unregistering EJB: JRunSQLInvoker 12/30 10:51:04 info Unregistering
enterprise application: file__D__JRun4_lib_jrun-comp.ear#JRun 4.0
Internal J2EE Components 12/30 10:51:04 error Deployer Service failed to
deploy file:/D:/JRun4/lib/jrun-comp.ear
* null
[3]java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.<init>(Socket.java:309)
at java.net.Socket.<init>(Socket.java:124)
at
jrun.naming.JRunNamingContext.connectToNameServer(JRunNamingContext.java
:134
9)
at
jrun.naming.JRunNamingContext.getRemoteContextProxy(JRunNamingContext.ja
va:1
319)
at
jrun.naming.JRunNamingContext.getContextProxy(JRunNamingContext.java:113
5)
at
jrun.naming.JRunNamingContext.lookup(JRunNamingContext.java:517)
at
jrun.naming.JRunNamingContext.lookup(JRunNamingContext.java:495)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at
jrunx.util.EncContextUtil.initializeENC(EncContextUtil.java:78)
at
jrunx.util.EncContextUtil.initializeServerENC(EncContextUtil.java:52)
at jrun.ejb.EJBContainer.init(EJBContainer.java:373)
at
jrun.ejb.ClientInvokableContainer.init(ClientInvokableContainer.java:206
)
at
jrun.ejb.StatefulSessionContainer.init(StatefulSessionContainer.java:69)
at
jrun.ea.EnterpriseApplication.init(EnterpriseApplication.java:180)
at
jrun.deployment.DeployerService.initModules(DeployerService.java:709)
at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.
java
:242)
at
jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at
jrun.deployment.DeployerService.handleEvent(DeployerService.java:381)
at
jrunx.kernel.JRunServiceDeployer.fireEvent(JRunServiceDeployer.java:710)
at
jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java
:111
)
at
jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at jrunx.kernel.JRun.startServer(JRun.java:558)
at jrunx.kernel.JRun.<init>(JRun.java:476)
at jrunx.kernel.JRun$1.run(JRun.java:329)
at java.security.AccessController.doPrivileged(Native Method)
at jrunx.kernel.JRun.start(JRun.java:326)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at jrunx.kernel.JRun.invoke(JRun.java:180)
at jrunx.kernel.JRun.main(JRun.java:168)
[2]javax.naming.ServiceUnavailableException: The connection to the
remote JNDI server on host localhost at port 2911 has failed (as have
all backup hosts listed, if any) - please verify that the server is
running and the NamingService is available [Root exception is
java.net.ConnectException: Connection refused: connect]
at
jrun.naming.JRunNamingContext.connectToNameServer(JRunNamingContext.java
:135
3)
at
jrun.naming.JRunNamingContext.getRemoteContextProxy(JRunNamingContext.ja
va:1
319)
at
jrun.naming.JRunNamingContext.getContextProxy(JRunNamingContext.java:113
5)
at
jrun.naming.JRunNamingContext.lookup(JRunNamingContext.java:517)
at
jrun.naming.JRunNamingContext.lookup(JRunNamingContext.java:495)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at
jrunx.util.EncContextUtil.initializeENC(EncContextUtil.java:78)
at
jrunx.util.EncContextUtil.initializeServerENC(EncContextUtil.java:52)
at jrun.ejb.EJBContainer.init(EJBContainer.java:373)
at
jrun.ejb.ClientInvokableContainer.init(ClientInvokableContainer.java:206
)
at
jrun.ejb.StatefulSessionContainer.init(StatefulSessionContainer.java:69)
at
jrun.ea.EnterpriseApplication.init(EnterpriseApplication.java:180)
at
jrun.deployment.DeployerService.initModules(DeployerService.java:709)
at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.
java
:242)
at
jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at
jrun.deployment.DeployerService.handleEvent(DeployerService.java:381)
at
jrunx.kernel.JRunServiceDeployer.fireEvent(JRunServiceDeployer.java:710)
at
jrunx.kernel.JRunServiceDeployer.deployServices(JRunServiceDeployer.java
:111
)
at
jrunx.kernel.DeploymentService.loadServices(DeploymentService.java:46)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
at jrunx.kernel.JRun.startServer(JRun.java:558)
at jrunx.kernel.JRun.<init>(JRun.java:476)
at jrunx.kernel.JRun$1.run(JRun.java:329)
at java.security.AccessController.doPrivileged(Native Method)
at jrunx.kernel.JRun.start(JRun.java:326)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav
a:39
)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor
Impl
.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at jrunx.kernel.JRun.invoke(JRun.java:180)
at jrunx.kernel.JRun.main(JRun.java:168)
Caused by: java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at
java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.<init>(Socket.java:309)
at java.net.Socket.<init>(Socket.java:124)
at
jrun.naming.JRunNamingContext.connectToNameServer(JRunNamingContext.java
:134
9)
... 35 more
[1]jrunx.util.EnvironmentNamingContextException
at
jrunx.util.EncContextUtil.initializeENC(EncContextUtil.java:95)
at
jrunx.util.EncContextUtil.initializeServerENC(EncContextUtil.java:52)
at jrun.ejb.EJBContainer.init(EJBContainer.java:373)
at
jrun.ejb.ClientInvokableContainer.init(ClientInvokableContainer.java:206
)
at
jrun.ejb.StatefulSessionContainer.init(StatefulSessionContainer.java:69)
at
jrun.ea.EnterpriseApplication.init(EnterpriseApplication.java:180)
at
jrun.deployment.DeployerService.initModules(DeployerService.java:709)
at
jrun.deployment.DeployerService.createWatchedDeployment(DeployerService.
java
:242)
at
jrun.deployment.DeployerService.deploy(DeployerService.java:430)
at
jrun.deployment.DeployerService.handleEvent(DeployerService.java:381)
at
jrunx.kernel.JRunServiceDeployer.fireEvent(JRunServiceDeployer.java:710)
at jrunx.kernel.JRunServiceDeployer.deployService

Any ideas?

- Alex
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to