Skip to main content
adamo90796676
Participant
November 20, 2017
Respondido

ConnectorInstall0.bat error

  • November 20, 2017
  • 1 resposta
  • 409 Visualizações

I'm trying to install CF 2016 in dev mode for IIS on Win10 64-bit. The main CF install succeeded, but with an error in the Web Server Connector. I found the log file with stack trace for the error, but don't understand what it's telling me. The relevant part of the error seems to be "Version 0.0 is installed." What does that refer to? I just installed CF 2016. Can anyone help me with this?

# Created by ColdFusion on 11/20 11:28:12

11/20 11:28:12 info Tomcat Connector

11/20 11:28:12 debug command line: -ws IIS -site 0 -enableBuffering -connectionPoolSize 500 -connectionPoolTimeout 60 -reuseConnectionCount 250 -v

11/20 11:28:12 info Version 0.0 is installed.  Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.x

11/20 11:28:12 error Version 0.0 is installed.  Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.x

com.adobe.coldfusion.connector.connectorinstaller.WSVersionNotSupportedException: Version 0.0 is installed.  Supported versions are 4.x, 5.x, 6.x, 7.x, 8.x, 10.x

at com.adobe.coldfusion.connector.connectorinstaller.IISInstaller.installConnector(IISInstaller.java:154)

at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.installConnector(ConnectorInstaller.java:432)

at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.doIt(ConnectorInstaller.java:372)

at com.adobe.coldfusion.connector.connectorinstaller.ConnectorInstaller.main(ConnectorInstaller.java:887)

    Este tópico foi fechado para respostas.
    Melhor resposta por adamo90796676

    I think I figured it out.... The batch file has this line

    "C:\ColdFusion2016\jre\bin\javaw.exe" -Dtrace.ci=1 -jar wsconfig.jar -ws IIS -site "0" -enableBuffering -connectionPoolSize 500 -connectionPoolTimeout 60 -reuseConnectionCount 250 -v

    The thing that says -site="0" should really be the name of your site that you want to configure. When I changed the "0" to my local site name, the batch file ran.

    1 Resposta

    adamo90796676
    adamo90796676AutorResposta
    Participant
    November 20, 2017

    I think I figured it out.... The batch file has this line

    "C:\ColdFusion2016\jre\bin\javaw.exe" -Dtrace.ci=1 -jar wsconfig.jar -ws IIS -site "0" -enableBuffering -connectionPoolSize 500 -connectionPoolTimeout 60 -reuseConnectionCount 250 -v

    The thing that says -site="0" should really be the name of your site that you want to configure. When I changed the "0" to my local site name, the batch file ran.