Http11NioProtocol - ClassNotFoundException
------------------------------------------
Key: JBWEB-275
URL:
https://issues.jboss.org/browse/JBWEB-275
Project: JBoss Web
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Tomcat
Environment: suse linux 12.1
jboss as 7.1.3
Reporter: Mischa Jonkov
Assignee: Remy Maucherat
Labels: jboss
When starting AS 7 with Http11NioProtocol, i get a java.lang.ClassNotFoundException. But
it is documented on
http://docs.jboss.org/jbossweb/7.0.x/config/http.html
<subsystem xmlns="urn:jboss:domain:web:1.2"
default-virtual-server="default-host" native="false">
<connector name="http"
protocol="org.apache.coyote.http11.Http11NioProtocol" scheme="http"
socket-binding="http"/>
<virtual-server name="default-host"
enable-welcome-root="true">
<alias name="localhost"/>
<alias name="example.com"/>
</virtual-server>
</subsystem>
16:47:00,817 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service
thread 1-7) JBoss Web Services - Stack CXF Server 4.0.5.GA
16:47:01,141 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC00001: Failed
to start service jboss.web.connector.http: org.jboss.msc.service.StartException in service
jboss.web.connector.http: JBAS018007: Error starting web connector
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:272)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[rt.jar:1.7.0_09]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[rt.jar:1.7.0_09]
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09]
Caused by: java.lang.IllegalArgumentException: Protocol handler instantiation failed:
java.lang.ClassNotFoundException: org.apache.coyote.http11.Http11NioProtocol from [Module
"org.jboss.as.web:main" from local module loader @907aee (roots:
/usr/local/cadis/jbossTH/modules)]
at org.apache.catalina.connector.Connector.<init>(Connector.java:91)
at org.jboss.as.web.WebConnectorService.start(WebConnectorService.java:91)
... 5 more
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: