Skip to main content
Participant
July 14, 2009
Question

The connection to the remote JNDI server on host {ip address} at port 2910 has failed (as have all backup hosts listed, if any) - please verify that the server is running and the NamingService is available

  • July 14, 2009
  • 1 reply
  • 4169 views

I just cant seem to figure this out. How do i add a server in coldfusion builder.


jndi.properties

#Wed Jan 16 17:36:07 EST 2002
java.naming.factory.initial=jrun.naming.JRunContextFactory
jrun.naming.orb.port=900
jrun.naming.file.enable=false
jrun.naming.bind.enable=true
jrun.naming.orb.enable=false
jrun.naming.rebind.enable=false
java.naming.provider.url=localhost\:2910
java.naming.factory.url.pkgs=jrun.naming
jrun.naming.orb.host=localhost
jrun.naming.rmi.port=0
#jrun.naming.authorization=false
#jrun.naming.connection.filter=custom connection filter class name

security.properties

jrun.subnet.restriction=255.255.255.0
jrun.trusted.hosts=

Jrun-users set to default as shown

<jrun-users>
     <encryption>false</encryption>
     <user>
       <user-name>admin</user-name>
       <password>admin</password>
     </user>
     <role>
       <role-name>jmcadmin</role-name>
       <user-name>admin</user-name>
     </role>
     <role>
       <role-name>admin</role-name>
       <user-name>admin</user-name>
  </role>
</jrun-users>

The server is online

Here are my settings for our network

Server settings-

Server Name: computerDomainName

Host Name: computerDomainName

WebServer Port:80

RDS User Name: admin

RDS Password: notTellin'

Remote Settings-

Namine Port:2910

Username:admin 

Password:admin

This topic has been closed for replies.

1 reply

Participating Frequently
July 14, 2009

The error says unable to communicate port 2910 means admin server is not running. Start the admin server on remote machine (check the doc how to install admincomponent on remote server). And on remote server update the security.properties with IP address of machine where your CFB is. Also you can specify * to make server start/stop irrespective of restrictions.

ekim2091Author
Participant
July 14, 2009

Okay I think I am getting somewhere. I run the batch file but the reason I wasn’t connecting was because It opens a batch file command prompt. I just closed it because I thought it was a single one time installation. So now I am leaving it open. But...

Now I can browse rds files but I am getting an error

, Error, 07/14 at 11:45:59, jrunx.rmi.RemoteInvocationHandler; local class incompatible: stream classdesc serialVersionUID = 2231785419166800282, local class serialVersionUID = -5340300571285905033

I also noticed I can't manage the cf8 service on cfbuilder

Heres my security.properties file

The internal ip address is 172.17.255.135 subnet mask 255.255.0.0

jrun.subnet.restriction=255.255.0.0

jrun.trusted.hosts=

What can the possible cause be?

P.S. I'm sure this so far is helping others.

Inspiring
July 14, 2009

Having the same problems here.  Where do I find AdminServerComponents.zip?  docs refer to it but no link is provided.