Skip to main content
Participant
June 19, 2008
Question

wsconfig error

  • June 19, 2008
  • 1 reply
  • 368 views
Trying a fresh install of CF 8.0.1 onto Win2003 Server with IIS 6.x.

Getting an error when using wsconfig to configure the websites.

Using the Dtrace debug option I get the following error:

...could not connect to port 2930 on host 127.0.0.1
javax.naming.communicationexception: no protocol
java.net.MalformedURLException: no protocol

Checked the usual things:
firewall disabled
netstat shows that port is listening
opened up security.properties to remove any subnet restrictions/trusted hosts
the jrun service is running
can open the CFadministrator

Pulling my hair out! Anyone have any ideas where to look next?

Thanks.

This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
June 21, 2008

Could be the "socks" problem. If so, then attempt a start-up with 

{Coldfusion_installation_dir}\runtime\jre\bin\java.exe -DWSConfig.PortScanStartPort=2930 -DWSConfig.PortScanCount=1 -jar {Coldfusion_installation_dir}\runtime\lib\wsconfig.jar