Secured JBoss server configured via 'JBoss Server View' fail to Start/Debug
---------------------------------------------------------------------------
Key: JBIDE-364
URL:
http://jira.jboss.com/jira/browse/JBIDE-364
Project: JBoss IDE
Issue Type: Bug
Components: JBossAS Adapter
Affects Versions: 2.0.0.Beta1
Environment: Windows Server 2003
eclipse-M20060823-1200
JBoss-4.0.4.GA
jdk1.5.0_06
MBean: org.jboss.jmx.connector.invoker.InvokerAdaptorService (jmx-invoker-service.xml)
<interceptor code="org.jboss.jmx.connector.invoker.AuthenticationInterceptor"
securityDomain="java:/jaas/jmx-console"/>
jmx-console also secured with the same security Domain.
Reporter: Johans Marvin Taboada Villca
Assigned To: Robert Stryker
Secured JBoss server configured via 'JBoss Server View' fail to Start/Debug when:
- MBean: org.jboss.jmx.connector.invoker.InvokerAdaptorService
has the security domain configured via uncomment
($JBOSS_HOME/server/x/deploy/jmx-invoker-service.xml):
<descriptors>
<interceptors>
<interceptor
code="org.jboss.jmx.connector.invoker.AuthenticationInterceptor"
securityDomain="java:/jaas/jmx-console"/>
</interceptors>
</descriptors>
Im assuming that the 'jmx-console' is also secured with the same security Domain.
Posible cause: Access to server status via twiddle script (¿JBossAS Adapter?) doesn't
use user/password options to manage authentication
on the server.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira