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

Error When trying to register remote instance

Explorer ,
Jul 16, 2010 Jul 16, 2010

I'm trying to set up a cluster in CF 9.0.1.

Prior to creating the cluster I'm trying to register a remote instance on server 1. Every time I try to create the remote instance I get the following error.

Variable ORGSPECDIR is undefined.

The error occurred inE:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm: line 360
Called fromE:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm: line 244
Called fromE:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm: line 193
Called fromE:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm: line 182
Called fromE:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm: line 47
Called fromE:\cf9_updates_rc\cfusion\wwwroot\CFIDE\administrator\entman\serverlist.cfm: line 1
Called from E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\entman\index.cfm: line 197
Called from E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\entman\index.cfm: line 1
-1 : Unable to display error's location in a CFML template.

Has anyone run into this error?

I've set up both physical servers to use the mult server option. Created one instance on each machine. I've made sure each instance is running.

I've modified the jndi.properties file to make sure I changed the properties below to match my domain.

java.naming.provider.url=mydomain.com\:2908

jrun.naming.orb.host=mydomain.com

Am I missing anything else that would be causing this error?

Thanks,

Ben

825
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
Community Beginner ,
Oct 12, 2010 Oct 12, 2010

Hi Ben,

I'm running into the exact same issue. Did you ever get this resolved?

Tx,

Gary

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
Explorer ,
Nov 09, 2010 Nov 09, 2010

And I too have run into the exact same error message. I'll keep digging and hopefully turn up something useful.

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
Advocate ,
Nov 09, 2010 Nov 09, 2010

Hi,

This issue has been logged as a bug in ColdFusion bug tracker with a bug id #84949

Cast your vote here!. http://cfbugs.adobe.com/

HTH

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
Explorer ,
Nov 09, 2010 Nov 09, 2010
LATEST

Allright, turns out I mistyped the remote port number. Once I corrected that the issue goes away. Make sure you have the correct Remote Port entry. Also, note that the Remote Port number is NOT the same as the port that instance runs on. Make sure to log into CF admin on the remote box and get the Remote Port number in the instance list.

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