[jboss-jira] [JBoss JIRA] Commented: (JBAS-7946) javax.jms.JMSSecurityException: Unable to validate user: null
Scott Marlow (JIRA)
jira-events at lists.jboss.org
Fri Apr 16 09:36:26 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-7946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12526194#action_12526194 ]
Scott Marlow commented on JBAS-7946:
------------------------------------
Guessing at this is more fun than debugging, so my guess is an initialization bug that goes undetected. Perhaps in a MC bean that we create specifically for HornetQ (since other components security manager tests are passing).
Maybe something like org.hornetq.integration.jboss.security.JBossASSecurityManager and its interaction with the JBoss security manager.
I'll hack a multiple iteration single threaded test together locally and see if that shows anything. If my "initialization" theory is right, we might instead need to script together something to launch the AS multiple times in a loop, running the unit test once per launch (or something like that).
> javax.jms.JMSSecurityException: Unable to validate user: null
> -------------------------------------------------------------
>
> Key: JBAS-7946
> URL: https://jira.jboss.org/jira/browse/JBAS-7946
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Scott Marlow
> Assignee: Clebert Suconic
> Fix For: JBossAS-6.0.0.M3
>
>
> If you look at http://hudson.qa.jboss.com/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x-testSuite-sun16/658/testReport/ all of the org.jboss.test.messagedriven.test* tests failed with "Caused by: javax.jms.JMSSecurityException: Unable to validate user: null"
> Exception stack trace for one of the problems (from AS hornetq/server.log) is here: http://pastebin.com/jpRjZDpc?
> I am curious if https://jira.jboss.org/jira/browse/SECURITY-491 could be related to this issue.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list