Skip to main content
Inspiring
April 7, 2015
Question

CF 10 IIS connector error

  • April 7, 2015
  • 1 reply
  • 428 views

I have two CF10 instances on a server. After applying hotfix 15 the second instance will not start. There are 4 sites, 3 in one instance and the fourth in another. I configured 3 connectors via the wsconfig tool in cfusion and the fourth via wsconfig tool from the second instance.

A command line start shows this error...any ideas?

SEVERE: Failed to initialize connector [Connector[AJP/1.3-8013]]
org.apache.catalina.LifecycleException: Failed to initialize component [Connecto
r[AJP/1.3-8013]]
        at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:106)
        at org.apache.catalina.core.StandardService.initInternal(StandardService
.java:559)
        at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
        at org.apache.catalina.core.StandardServer.initInternal(StandardServer.j
ava:813)
        at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
        at com.adobe.coldfusion.launcher.Launcher.run(Launcher.java:293)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at com.adobe.coldfusion.bootstrap.Bootstrap.init(Bootstrap.java:86)
        at com.adobe.coldfusion.bootstrap.Bootstrap.main(Bootstrap.java:161)
Caused by: java.lang.NoSuchMethodError: org.apache.coyote.ProtocolHandler.isAprR
equired()Z
        at org.apache.catalina.connector.Connector.initInternal(Connector.java:9
70)
        at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:102)
        ... 11 more

Apr 07, 2015 1:27:13 PM org.apache.catalina.core.StandardService initInternal

worker.properties file

worker.list=internal_prod

  

worker.cfusion.type=ajp13

worker.cfusion.host=localhost

worker.cfusion.port=8013

worker.cfusion.max_reuse_connections=250

    This topic has been closed for replies.

    1 reply

    Inspiring
    April 8, 2015

    Somehow the second instance was hosed so I created a new one. I was able to create the connector on the new instance no problem.