[richfaces-issues] [JBoss JIRA] (RF-11695) showcase - deploying on JBoss AS 7.1.0-SNAPSHOT trows error: JMSInitializer was not correctly initialized

Brian Leathem (Commented) (JIRA) jira-events at lists.jboss.org
Wed Nov 23 15:43:40 EST 2011


    [ https://issues.jboss.org/browse/RF-11695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12645239#comment-12645239 ] 

Brian Leathem commented on RF-11695:
------------------------------------

We can wait until 4.1.1 for AS 7.1 support.

However, it would be good to follow up with the AS7 team on this before 7.1 is released, in case they need to make any changes.
                
> showcase - deploying on JBoss AS 7.1.0-SNAPSHOT trows error: JMSInitializer was not correctly initialized
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: RF-11695
>                 URL: https://issues.jboss.org/browse/RF-11695
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: build/distribution, showcase
>    Affects Versions: 4.1.0.CR1
>         Environment: richfaces-showcase-4.1.0-CR1
> container: JBoss AS 7.1.0.Alpha2-SNAPSHOT
>            Reporter: Juraj Huska
>            Assignee: Lukáš Fryč
>            Priority: Critical
>             Fix For: 4.1.0.Final
>
>
> Deploying on latest *JBoss AS 7.1.0-SNAPSHOT*
> (last successful artifact from Nov 15, 2011 12:41:27 PM	downloaded at: https://ci.jboss.org/jenkins/view/JBoss%20AS/job/JBoss-AS-7.0.x/)
> causes *critical error during deployment* with this stacktrace:
> {code}
> 18:58:34,893 ERROR [org.jboss.remoting.remote] (Remoting "management-client" read-1) JBREM000200: Remote connection failed: javax.security.sasl.SaslException: No more authentication mechanisms to try
> 18:58:34,905 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-3) Critical error during deployment: : com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Capability org.richfaces.demo.push.JMSInitializer was not correctly initialized
> 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:376) [jsf-impl-2.1.3-b02-jbossorg-2.jar:2.1.3-SNAPSHOT]
> 	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:225) [jsf-impl-2.1.3-b02-jbossorg-2.jar:2.1.3-SNAPSHOT]
> 	at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3392) [jbossweb-7.0.3.Final.jar:7.1.0.Alpha2-SNAPSHOT]
> 	at org.apache.catalina.core.StandardContext.start(StandardContext.java:3850) [jbossweb-7.0.3.Final.jar:7.1.0.Alpha2-SNAPSHOT]
> 	at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:77) [jboss-as-web-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
> 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_22]
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_22]
> 	at java.lang.Thread.run(Thread.java:662) [:1.6.0_22]
> Caused by: java.lang.RuntimeException: Capability org.richfaces.demo.push.JMSInitializer was not correctly initialized
> 	at org.richfaces.demo.push.AbstractCapabilityInitializer.processEvent(AbstractCapabilityInitializer.java:66) [classes:]
> 	at javax.faces.event.SystemEvent.processListener(SystemEvent.java:106) [jboss-jsf-api_2.1_spec-2.0.0.Beta1.jar:2.0.0.Beta1]
> 	at com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2129) [jsf-impl-2.1.3-b02-jbossorg-2.jar:2.1.3-SNAPSHOT]
> 	at com.sun.faces.application.ApplicationImpl.invokeListenersFor(ApplicationImpl.java:2105) [jsf-impl-2.1.3-b02-jbossorg-2.jar:2.1.3-SNAPSHOT]
> 	at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:300) [jsf-impl-2.1.3-b02-jbossorg-2.jar:2.1.3-SNAPSHOT]
> 	at org.jboss.as.weld.webtier.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:288) [jboss-as-weld-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> 	at com.sun.faces.config.ConfigManager.publishPostConfigEvent(ConfigManager.java:601) [jsf-impl-2.1.3-b02-jbossorg-2.jar:2.1.3-SNAPSHOT]
> 	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:370) [jsf-impl-2.1.3-b02-jbossorg-2.jar:2.1.3-SNAPSHOT]
> 	... 9 more
> Caused by: java.net.ConnectException: Could not connect to remote://127.0.0.1:9999. Make sure the server is running.
> 	at org.jboss.as.protocol.ProtocolChannelClient.connect(ProtocolChannelClient.java:113) [jboss-as-protocol-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> 	at org.jboss.as.protocol.mgmt.ManagementClientChannelStrategy$Establishing.getChannel(ManagementClientChannelStrategy.java:123) [jboss-as-protocol-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> 	at org.jboss.as.protocol.mgmt.ManagementRequest$1.run(ManagementRequest.java:101) [jboss-as-protocol-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> 	... 3 more
> Caused by: javax.security.sasl.SaslException: No more authentication mechanisms to try
> 	at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:300) [jboss-remoting-3.2.0.CR2.jar:3.2.0.CR2]
> 	at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:199) [jboss-remoting-3.2.0.CR2.jar:3.2.0.CR2]
> 	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72) [xnio-api-3.0.0.CR3.jar:3.0.0.CR3]
> 	at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:179) [xnio-api-3.0.0.CR3.jar:3.0.0.CR3]
> 	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:100) [xnio-api-3.0.0.CR3.jar:3.0.0.CR3]
> 	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:98) [xnio-api-3.0.0.CR3.jar:3.0.0.CR3]
> 	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:72) [xnio-api-3.0.0.CR3.jar:3.0.0.CR3]
> 	at org.xnio.nio.NioHandle.run(NioHandle.java:90)
> 	at org.xnio.nio.WorkerThread.run(WorkerThread.java:184)
> 	at ...asynchronous invocation...(Unknown Source)
> 	at org.jboss.remoting3.EndpointImpl.doConnect(EndpointImpl.java:273) [jboss-remoting-3.2.0.CR2.jar:3.2.0.CR2]
> 	at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:336) [jboss-remoting-3.2.0.CR2.jar:3.2.0.CR2]
> 	at org.jboss.remoting3.EndpointImpl.connect(EndpointImpl.java:324) [jboss-remoting-3.2.0.CR2.jar:3.2.0.CR2]
> 	at org.jboss.as.protocol.ProtocolChannelClient.connect(ProtocolChannelClient.java:107) [jboss-as-protocol-7.1.0.Alpha2-SNAPSHOT.jar:7.1.0.Alpha2-SNAPSHOT]
> 	... 5 more
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list