Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

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

New Here ,
Jul 14, 2009 Jul 14, 2009

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

TOPICS
Builder
3.9K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 14, 2009 Jul 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 14, 2009 Jul 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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 14, 2009 Jul 14, 2009

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 14, 2009 Jul 14, 2009

You can go here http://direct.adobe.com/r?xlncvnTEcvPnTElTvJvW

It was the address sent to download cf builder. Then you log in and it's the last link.

Hopefully you get farther than me!

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 14, 2009 Jul 14, 2009

Jinx!  you owe me a coke....:)

thanks for the response.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 14, 2009 Jul 14, 2009

Found the zip file.  It's on this page if anyone else is as dense as I am and can't find it....

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 14, 2009 Jul 14, 2009

Ok, after installing the admin stuff on the remote server I get the same error you do:

Error, 07/14 at 02:28:03, jrunx.rmi.RemoteInvocationHandler; local class incompatible: stream classdesc serialVersionUID = 2231785419166800282, local class serialVersionUID = -5340300571285905033

Any luck on your end?  Any CFBuilder devs out there?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jul 14, 2009 Jul 14, 2009

I have tried many different ways.  Do you have an admin service running? i cant image any other way. Because if i log off the server, it obviously will close out the command prompt and than i will get the JNDI error from before.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 15, 2009 Jul 15, 2009

Yes admin service is running.  Still can't figure it out.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 15, 2009 Jul 15, 2009
LATEST

Error, 07/14 at 02:28:03, jrunx.rmi.RemoteInvocationHandler; local class incompatible: stream classdesc serialVersionUID = 2231785419166800282, local class serialVersionUID = -5340300571285905033

Its known issue. But this should not cause any harm and functionality breakdown. If your receiving this message means CFB able to communicate with remote server.

Cross check the webserver port also make sure your able to ping to the server machine.

You are edited the security.properties with correct IPs.

Check the admin console for any exception at remote server.

If stil not able to connect send us the servers.xml file. Which is located in {workspace}/.metadata/.plugins/com.adobe.ide.coldfusion.server.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources