] created the discussion
"Migration from JBoss 4.2.3 to 5.1 - security problem"
To view the discussion, visit:
--------------------------------------------------------------
Hello,
I'm moving our application from JBoss 4.2.3 to 5.1. The problem I'm stuck now is
that the authentification does not work in all cases. The application is EJB2 only.
In case of an MBean authentification does not work if the MBean that wants to register
another bean:
<application-policy name = "mccm"> <authentication>
<login-module code="org.jboss.security.auth.spi.DatabaseServerLoginModule"
flag="sufficient"> <module-option
name="dsJndiName">java:/OracleDS</module-option>
<module-option name="principalsQuery"><![CDATA[select pswd from user_t
where username=? and LOGINFAILCOUNT < 3 and
USERLOCKED<>'1'\]\]\></module-option> <module-option
name="rolesQuery">select g.applrolename, 'Roles' from useringroup_t
u, groupinapplrole_t g where u.groupname = g.groupname and
u.username=?</module-option> <module-option
name="unauthenticatedIdentity">nobody</module-option>
</login-module> </authentication> </application-policy>
<application-policy name = "EncryptDBPassword">
<authentication> <login-module code =
"org.jboss.resource.security.SecureIdentityLoginModule" flag =
"required"> <module-option name =
"username">@database.login(a)</module-option> <module-option
name = "password">@database.password(a)</module-option>
<module-option name =
"managedConnectionFactoryName">jboss.jca:name=OracleDS,service=LocalTxCM</module-option>
</login-module> </authentication> </application-policy>
<!-- The default login configuration used by any security domain that does not have
a application-policy entry with a matching name --> <application-policy
name="other"> <authentication> <login-module
code="org.jboss.security.auth.spi.UsersRolesLoginModule"
flag="required"/> </authentication> </application-policy>
server.log
2010-07-23 10:48:07,061 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 Begin
getAppConfigurationEntry(mccm), size=13 2010-07-23 10:48:07,061 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 Begin
getAppConfigurationEntry(mccm), size=13 2010-07-23 10:48:07,062 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 End
getAppConfigurationEntry(mccm), authInfo=AppConfigurationEntry[]:
http://community.jboss.org/message/554116#554116/0
http://community.jboss.org/message/554116#554116/0 LoginModule Class:
org.jboss.security.auth.spi.DatabaseServerLoginModule ControlFlag:
Anmeldemodul-Steuerflag: sufficient Options: name=rolesQuery, value=select g.applrolename,
'Roles' from useringroup_t u, groupinapplrole_t g where u.groupname = g.groupname
and u.username=? name=principalsQuery, value=select pswd from user_t where username=? and
LOGINFAILCOUNT < 3 and USERLOCKED<>'1'
name=unauthenticatedIdentity, value=nobody name=dsJndiName, value=java:/OracleDS
2010-07-23 10:48:07,062 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 End
getAppConfigurationEntry(mccm), authInfo=AppConfigurationEntry[]:
http://community.jboss.org/message/554116#554116/0
http://community.jboss.org/message/554116#554116/0 LoginModule Class:
org.jboss.security.auth.spi.DatabaseServerLoginModule ControlFlag:
Anmeldemodul-Steuerflag: sufficient Options: name=rolesQuery, value=select g.applrolename,
'Roles' from useringroup_t u, groupinapplrole_t g where u.groupname = g.groupname
and u.username=? name=principalsQuery, value=select pswd from user_t where username=? and
LOGINFAILCOUNT < 3 and USERLOCKED<>'1'
name=unauthenticatedIdentity, value=nobody name=dsJndiName, value=java:/OracleDS
2010-07-23 10:48:07,067 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 initialize
2010-07-23 10:48:07,067 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 initialize
2010-07-23 10:48:07,068 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Security
domain: mccm 2010-07-23 10:48:07,068 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Security
domain: mccm 2010-07-23 10:48:07,069 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Saw
unauthenticatedIdentity=nobody 2010-07-23 10:48:07,069 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Saw
unauthenticatedIdentity=nobody 2010-07-23 10:48:07,071 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
DatabaseServerLoginModule, dsJndiName=java:/OracleDS 2010-07-23 10:48:07,071 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
DatabaseServerLoginModule, dsJndiName=java:/OracleDS 2010-07-23 10:48:07,072 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
principalsQuery=select pswd from user_t where username=? and LOGINFAILCOUNT < 3 and
USERLOCKED<>'1' 2010-07-23 10:48:07,072 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
principalsQuery=select pswd from user_t where username=? and LOGINFAILCOUNT < 3 and
USERLOCKED<>'1' 2010-07-23 10:48:07,073 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
rolesQuery=select g.applrolename, 'Roles' from useringroup_t u, groupinapplrole_t
g where u.groupname = g.groupname and u.username=? 2010-07-23 10:48:07,073 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
rolesQuery=select g.applrolename, 'Roles' from useringroup_t u, groupinapplrole_t
g where u.groupname = g.groupname and u.username=? 2010-07-23 10:48:07,074 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendResume=true 2010-07-23 10:48:07,074 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendResume=true 2010-07-23 10:48:07,080 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 login
2010-07-23 10:48:07,080 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 login
2010-07-23 10:48:07,082 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendAnyTransaction 2010-07-23 10:48:07,082 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendAnyTransaction 2010-07-23 10:48:07,090 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228 Creating
SDC for domain=EncryptDBPassword 2010-07-23 10:48:07,090 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228 Creating
SDC for domain=EncryptDBPassword 2010-07-23 10:48:07,092 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JaasSecurityManager 160
http://community.jboss.org/message/554116#554116/JaasSecurityManager 160 Constructing
2010-07-23 10:48:07,092 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JaasSecurityManager 160
http://community.jboss.org/message/554116#554116/JaasSecurityManager 160 Constructing
2010-07-23 10:48:07,093 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 228
http://community.jboss.org/message/554116#554116/EncryptDBPassword 228 CallbackHandler:
org.jboss.security.auth.callback.JBossCallbackHandler@f4dc3b 2010-07-23 10:48:07,093 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 228
http://community.jboss.org/message/554116#554116/EncryptDBPassword 228 CallbackHandler:
org.jboss.security.auth.callback.JBossCallbackHandler@f4dc3b 2010-07-23 10:48:07,094 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 228
http://community.jboss.org/message/554116#554116/EncryptDBPassword 228 CachePolicy set to:
org.jboss.util.TimedCachePolicy@34d0e2 2010-07-23 10:48:07,094 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 228
http://community.jboss.org/message/554116#554116/EncryptDBPassword 228 CachePolicy set to:
org.jboss.util.TimedCachePolicy@34d0e2 2010-07-23 10:48:07,096 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
setCachePolicy, c=org.jboss.util.TimedCachePolicy@34d0e2 2010-07-23 10:48:07,096 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
setCachePolicy, c=org.jboss.util.TimedCachePolicy@34d0e2 2010-07-23 10:48:07,097 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin isValid,
principal:null, cache info: null 2010-07-23 10:48:07,097 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin isValid,
principal:null, cache info: null 2010-07-23 10:48:07,098 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 defaultLogin,
principal=null 2010-07-23 10:48:07,098 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 defaultLogin,
principal=null 2010-07-23 10:48:07,099 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 Begin
getAppConfigurationEntry(EncryptDBPassword), size=13 2010-07-23 10:48:07,099 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 Begin
getAppConfigurationEntry(EncryptDBPassword), size=13 2010-07-23 10:48:07,101 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 End
getAppConfigurationEntry(EncryptDBPassword), authInfo=AppConfigurationEntry[]:
http://community.jboss.org/message/554116#554116/0
http://community.jboss.org/message/554116#554116/0 LoginModule Class:
org.jboss.resource.security.SecureIdentityLoginModule ControlFlag:
Anmeldemodul-Steuerflag: required Options: name=managedConnectionFactoryName,
value=jboss.jca:name=OracleDS,service=LocalTxCM name=password, value=**** name=username,
value=mccm01
2010-07-23 10:48:07,101 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 End
getAppConfigurationEntry(EncryptDBPassword), authInfo=AppConfigurationEntry[]:
http://community.jboss.org/message/554116#554116/0
http://community.jboss.org/message/554116#554116/0 LoginModule Class:
org.jboss.resource.security.SecureIdentityLoginModule ControlFlag:
Anmeldemodul-Steuerflag: required Options: name=managedConnectionFactoryName,
value=jboss.jca:name=OracleDS,service=LocalTxCM name=password, value=**** name=username,
value=mccm01
2010-07-23 10:48:07,106 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160 initialize
2010-07-23 10:48:07,106 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160 initialize
2010-07-23 10:48:07,108 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160 Security
domain: EncryptDBPassword 2010-07-23 10:48:07,108 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160 Security
domain: EncryptDBPassword 2010-07-23 10:48:07,109 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/AbstractPasswordCredenti... 160
http://community.jboss.org/message/554116#554116/AbstractPasswordCredenti... 160
mcfname: jboss.jca:name=OracleDS,service=LocalTxCM 2010-07-23 10:48:07,109 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/AbstractPasswordCredenti... 160
http://community.jboss.org/message/554116#554116/AbstractPasswordCredenti... 160
mcfname: jboss.jca:name=OracleDS,service=LocalTxCM 2010-07-23 10:48:07,111 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160 login
called 2010-07-23 10:48:07,111 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160 login
called 2010-07-23 10:48:07,112 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160 login
2010-07-23 10:48:07,112 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160
http://community.jboss.org/message/554116#554116/SecureIdentityLoginModule 160 login
2010-07-23 10:48:07,759 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 defaultLogin,
lc=javax.security.auth.login.LoginContext@7faefa,
subject=Subject(12115172).principals=org.jboss.security.SimplePrincipal@27513548(vfd2devh01)
2010-07-23 10:48:07,759 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 defaultLogin,
lc=javax.security.auth.login.LoginContext@7faefa,
subject=Subject(12115172).principals=org.jboss.security.SimplePrincipal@27513548(vfd2devh01)
2010-07-23 10:48:07,761 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 updateCache,
inputSubject=Subject(12115172).principals=org.jboss.security.SimplePrincipal@27513548(vfd2devh01),
cacheSubject=Subject(11403310).principals=org.jboss.security.SimplePrincipal@27513548(vfd2devh01)
2010-07-23 10:48:07,761 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 updateCache,
inputSubject=Subject(12115172).principals=org.jboss.security.SimplePrincipal@27513548(vfd2devh01),
cacheSubject=Subject(11403310).principals=org.jboss.security.SimplePrincipal@27513548(vfd2devh01)
2010-07-23 10:48:07,762 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Inserted cache
info:
org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094]
2010-07-23 10:48:07,762 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Inserted cache
info:
org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094]
2010-07-23 10:48:07,764 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End isValid, true
2010-07-23 10:48:07,764 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End isValid, true
2010-07-23 10:48:13,413 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Excuting
query: select pswd from user_t where username=? and LOGINFAILCOUNT < 3 and
USERLOCKED<>'1', with username: mccmapp 2010-07-23 10:48:13,413
TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Excuting
query: select pswd from user_t where username=? and LOGINFAILCOUNT < 3 and
USERLOCKED<>'1', with username: mccmapp 2010-07-23 10:48:13,763
TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Obtained
user password 2010-07-23 10:48:13,763 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Obtained
user password 2010-07-23 10:48:13,765 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
resumeAnyTransaction 2010-07-23 10:48:13,765 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
resumeAnyTransaction 2010-07-23 10:48:13,766 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 User
'mccmapp' authenticated, loginOk=true 2010-07-23 10:48:13,766 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 User
'mccmapp' authenticated, loginOk=true 2010-07-23 10:48:13,767 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 commit,
loginOk=true 2010-07-23 10:48:13,767 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 commit,
loginOk=true 2010-07-23 10:48:13,768 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 getRoleSets
using rolesQuery: select g.applrolename, 'Roles' from useringroup_t u,
groupinapplrole_t g where u.groupname = g.groupname and u.username=?, username: mccmapp
2010-07-23 10:48:13,768 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 getRoleSets
using rolesQuery: select g.applrolename, 'Roles' from useringroup_t u,
groupinapplrole_t g where u.groupname = g.groupname and u.username=?, username: mccmapp
2010-07-23 10:48:13,774 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendAnyTransaction 2010-07-23 10:48:13,774 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendAnyTransaction 2010-07-23 10:48:13,776 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin isValid,
principal:null, cache info:
org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094]
2010-07-23 10:48:13,776 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin isValid,
principal:null, cache info:
org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094]
2010-07-23 10:48:13,777 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin
validateCache,
info=org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094];credential.class=null
2010-07-23 10:48:13,777 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin
validateCache,
info=org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094];credential.class=null
2010-07-23 10:48:13,778 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End validateCache,
isValid=true 2010-07-23 10:48:13,778 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End validateCache,
isValid=true 2010-07-23 10:48:13,779 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End isValid, true
2010-07-23 10:48:13,779 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End isValid, true
2010-07-23 10:48:13,793 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Excuting
query: select g.applrolename, 'Roles' from useringroup_t u, groupinapplrole_t g
where u.groupname = g.groupname and u.username=?, with username: mccmapp 2010-07-23
10:48:13,793 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Excuting
query: select g.applrolename, 'Roles' from useringroup_t u, groupinapplrole_t g
where u.groupname = g.groupname and u.username=?, with username: mccmapp 2010-07-23
10:48:13,857 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Assign user
to role applAdminRgt
.....
2010-07-23 10:48:13,927 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Assign user
to role viewUserRgt 2010-07-23 10:48:13,928 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
resumeAnyTransaction 2010-07-23 10:48:13,928 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
resumeAnyTransaction 2010-07-23 10:48:13,930 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setSubject,
s=Betreff: Principal: mccmapp Principal:
Roles(members:suspJobRgt,applAdminRgt,creaAdjRgt,uplSessRgt,viewImpDataRgt,selAccDestRgt,editConfigRgt,viewSessRgt,clearConfigRgt,viewJobRgt,execNacRgt,creaOvlRgt,startRegistRgt,archConfigRgt,modUserActSetRgt,chgASLblRgt,creaJobRgt,creaSessRgt,viewExpRgt,viewDiffRgt,creaUserRgt,creaDeltaRgt,downlSessRgt,creaConfigRgt,chgOSLblRgt,execOPSRgt,execApplRgt,editOSRgt,execConsCheckRgt,creaDiffRgt,creaLoadfileRgt,selConfigRgt,viewAdjRgt,editASRgt,remStickySessRgt,viewTransProcRgt,expNItfDataRgt,creaRuleRgt,editOPSRgt,chgLdifRgt,impMccmDataRgt,impPlanDataRgt,execJobRgt,execRecRgt,impDefSetRgt,mergeOvlRgt,expMccmDataRgt,execCLICmdRgt,modUserRgt,impNItfDataRgt,imp3GPPEnhDataRgt,exp3GPPEnhDataRgt,modSysActSetRgt,viewConfigRgt,viewLdifRgt,viewUserRgt)
, server=true 2010-07-23 10:48:13,930 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setSubject,
s=Betreff: Principal: mccmapp Principal:
Roles(members:suspJobRgt,applAdminRgt,creaAdjRgt,uplSessRgt,viewImpDataRgt,selAccDestRgt,editConfigRgt,viewSessRgt,clearConfigRgt,viewJobRgt,execNacRgt,creaOvlRgt,startRegistRgt,archConfigRgt,modUserActSetRgt,chgASLblRgt,creaJobRgt,creaSessRgt,viewExpRgt,viewDiffRgt,creaUserRgt,creaDeltaRgt,downlSessRgt,creaConfigRgt,chgOSLblRgt,execOPSRgt,execApplRgt,editOSRgt,execConsCheckRgt,creaDiffRgt,creaLoadfileRgt,selConfigRgt,viewAdjRgt,editASRgt,remStickySessRgt,viewTransProcRgt,expNItfDataRgt,creaRuleRgt,editOPSRgt,chgLdifRgt,impMccmDataRgt,impPlanDataRgt,execJobRgt,execRecRgt,impDefSetRgt,mergeOvlRgt,expMccmDataRgt,execCLICmdRgt,modUserRgt,impNItfDataRgt,imp3GPPEnhDataRgt,exp3GPPEnhDataRgt,modSysActSetRgt,viewConfigRgt,viewLdifRgt,viewUserRgt)
, server=true 2010-07-23 10:48:13,932 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setSubject,
sc=org.jboss.security.SecurityAssociation$SubjectContext@1bd18e4{principal=null,subject=28139308}
2010-07-23 10:48:13,932 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setSubject,
sc=org.jboss.security.SecurityAssociation$SubjectContext@1bd18e4{principal=null,subject=28139308}
2010-07-23 10:48:13,933 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setPrincipal,
p=mccmapp, server=true 2010-07-23 10:48:13,933 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setPrincipal,
p=mccmapp, server=true 2010-07-23 10:48:13,934 WARN
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 352
http://community.jboss.org/message/554116#554116/SecurityAssociation 352 Using deprecated
API. Move to a security context based approach 2010-07-23 10:48:13,934 WARN
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 352
http://community.jboss.org/message/554116#554116/SecurityAssociation 352 Using deprecated
API. Move to a security context based approach 2010-07-23 10:48:13,935 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setPrincipal,
sc=org.jboss.security.SecurityAssociation$SubjectContext@1bd18e4{principal=mccmapp,subject=28139308}
2010-07-23 10:48:13,935 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setPrincipal,
sc=org.jboss.security.SecurityAssociation$SubjectContext@1bd18e4{principal=mccmapp,subject=28139308}
2010-07-23 10:48:13,936 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setCredential,
sc=org.jboss.security.SecurityAssociation$SubjectContext@1bd18e4{principal=mccmapp,subject=28139308}
2010-07-23 10:48:13,936 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 160
http://community.jboss.org/message/554116#554116/SecurityAssociation 160 setCredential,
sc=org.jboss.security.SecurityAssociation$SubjectContext@1bd18e4{principal=mccmapp,subject=28139308}
2010-07-23 10:48:13,937 WARN
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 352
http://community.jboss.org/message/554116#554116/SecurityAssociation 352 Using deprecated
API. Move to a security context based approach 2010-07-23 10:48:13,937 WARN
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/SecurityAssociation 352
http://community.jboss.org/message/554116#554116/SecurityAssociation 352 Using deprecated
API. Move to a security context based approach 2010-07-23 10:48:14,020 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228 Creating
SDC for domain=other 2010-07-23 10:48:14,020 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228 Creating
SDC for domain=other 2010-07-23 10:48:14,022 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JaasSecurityManager 160
http://community.jboss.org/message/554116#554116/JaasSecurityManager 160 Constructing
2010-07-23 10:48:14,022 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JaasSecurityManager 160
http://community.jboss.org/message/554116#554116/JaasSecurityManager 160 Constructing
2010-07-23 10:48:14,024 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/other 228
http://community.jboss.org/message/554116#554116/other 228 CallbackHandler:
org.jboss.security.auth.callback.JBossCallbackHandler@f4dc3b 2010-07-23 10:48:14,024 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/other 228
http://community.jboss.org/message/554116#554116/other 228 CallbackHandler:
org.jboss.security.auth.callback.JBossCallbackHandler@f4dc3b 2010-07-23 10:48:14,025 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/other 228
http://community.jboss.org/message/554116#554116/other 228 CachePolicy set to:
org.jboss.util.TimedCachePolicy@9a3a85 2010-07-23 10:48:14,025 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/other 228
http://community.jboss.org/message/554116#554116/other 228 CachePolicy set to:
org.jboss.util.TimedCachePolicy@9a3a85 2010-07-23 10:48:14,026 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
setCachePolicy, c=org.jboss.util.TimedCachePolicy@9a3a85 2010-07-23 10:48:14,026 DEBUG
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
http://community.jboss.org/message/554116#554116/JNDIBasedSecurityManagement 228
setCachePolicy, c=org.jboss.util.TimedCachePolicy@9a3a85 2010-07-23 10:48:14,028 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/other 160
http://community.jboss.org/message/554116#554116/other 160 Begin isValid,
principal:mccmapp, cache info: null 2010-07-23 10:48:14,028 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/other 160
http://community.jboss.org/message/554116#554116/other 160 Begin isValid,
principal:mccmapp, cache info: null 2010-07-23 10:48:14,029 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/other 160
http://community.jboss.org/message/554116#554116/other 160 defaultLogin, principal=mccmapp
2010-07-23 10:48:14,029 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/other 160
http://community.jboss.org/message/554116#554116/other 160 defaultLogin, principal=mccmapp
2010-07-23 10:48:14,030 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 Begin
getAppConfigurationEntry(other), size=13 2010-07-23 10:48:14,030 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 Begin
getAppConfigurationEntry(other), size=13 2010-07-23 10:48:14,032 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 End
getAppConfigurationEntry(other), authInfo=AppConfigurationEntry[]:
http://community.jboss.org/message/554116#554116/0
http://community.jboss.org/message/554116#554116/0 LoginModule Class:
org.jboss.security.auth.spi.UsersRolesLoginModule ControlFlag: Anmeldemodul-Steuerflag:
required Options:
2010-07-23 10:48:14,032 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 End
getAppConfigurationEntry(other), authInfo=AppConfigurationEntry[]:
http://community.jboss.org/message/554116#554116/0
http://community.jboss.org/message/554116#554116/0 LoginModule Class:
org.jboss.security.auth.spi.UsersRolesLoginModule ControlFlag: Anmeldemodul-Steuerflag:
required Options:
2010-07-23 10:48:14,033 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160 initialize
2010-07-23 10:48:14,033 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160 initialize
2010-07-23 10:48:14,034 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160 Security
domain: other 2010-07-23 10:48:14,034 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160 Security
domain: other 2010-07-23 10:48:14,038 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160 findResource:
null 2010-07-23 10:48:14,038 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160 findResource:
null 2010-07-23 10:48:14,045 ERROR
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 419
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 419 Failed to load
users/passwords/role files java.io.IOException: No properties file: users.properties or
defaults: defaultUsers.properties found at
org.jboss.security.auth.spi.Util.loadProperties(Util.java:198) at
org.jboss.security.auth.spi.UsersRolesLoginModule.loadUsers(UsersRolesLoginModule.java:186)
at
org.jboss.security.auth.spi.UsersRolesLoginModule.createUsers(UsersRolesLoginModule.java:200)
at
org.jboss.security.auth.spi.UsersRolesLoginModule.initialize(UsersRolesLoginModule.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592) at
javax.security.auth.login.LoginContext.invoke(LoginContext.java:756) at
javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) at
javax.security.auth.login.LoginContext$4.run(LoginContext.java:683) at
java.security.AccessController.doPrivileged(Native Method) at
javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680) at
javax.security.auth.login.LoginContext.login(LoginContext.java:579) at
org.jboss.security.plugins.auth.JaasSecurityManagerBase.defaultLogin(JaasSecurityManagerBase.java:552)
at
org.jboss.security.plugins.auth.JaasSecurityManagerBase.authenticate(JaasSecurityManagerBase.java:486)
at
org.jboss.security.plugins.auth.JaasSecurityManagerBase.isValid(JaasSecurityManagerBase.java:365)
at
org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:160)
at
org.jboss.security.javaee.EJBAuthenticationHelper.isValid(EJBAuthenticationHelper.java:87)
at org.jboss.ejb.plugins.SecurityActions$13.run(SecurityActions.java:543) at
org.jboss.ejb.plugins.SecurityActions$13.run(SecurityActions.java:541) at
java.security.AccessController.doPrivileged(Native Method) at
org.jboss.ejb.plugins.SecurityActions.isValid(SecurityActions.java:539) at
org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityContext(SecurityInterceptor.java:314)
at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:243)
at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:205)
at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java:136)
at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.invokeHome(PreSecurityInterceptor.java:88)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) at
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:639) at
org.jboss.ejb.Container.invoke(Container.java:1046) at
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:362)
at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:133) at
$Proxy453.create(Unknown Source) at
mccm.server.rules.bts.customer.vfd2.mbeans.BtsManager.startService(BtsManager.java:276)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
at
mccm.server.rules.bts.customer.vfd2.mbeans.BtsManager.jbossInternalLifecycle(BtsManager.java:298)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592) at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:189) at
$Proxy38.start(Unknown Source) at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688) at
org.jboss.system.ServiceController.start(ServiceController.java:460) at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163) at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99) at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46) at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at
org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461) at
org.jboss.Main.boot(Main.java:221) at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:595) 2010-07-23 10:48:14,045 ERROR
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 419
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 419 Failed to load
users/passwords/role files java.io.IOException: No properties file: users.properties or
defaults: defaultUsers.properties found at
org.jboss.security.auth.spi.Util.loadProperties(Util.java:198) at
org.jboss.security.auth.spi.UsersRolesLoginModule.loadUsers(UsersRolesLoginModule.java:186)
at
org.jboss.security.auth.spi.UsersRolesLoginModule.createUsers(UsersRolesLoginModule.java:200)
at
org.jboss.security.auth.spi.UsersRolesLoginModule.initialize(UsersRolesLoginModule.java:127)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592) at
javax.security.auth.login.LoginContext.invoke(LoginContext.java:756) at
javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) at
javax.security.auth.login.LoginContext$4.run(LoginContext.java:683) at
java.security.AccessController.doPrivileged(Native Method) at
javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680) at
javax.security.auth.login.LoginContext.login(LoginContext.java:579) at
org.jboss.security.plugins.auth.JaasSecurityManagerBase.defaultLogin(JaasSecurityManagerBase.java:552)
at
org.jboss.security.plugins.auth.JaasSecurityManagerBase.authenticate(JaasSecurityManagerBase.java:486)
at
org.jboss.security.plugins.auth.JaasSecurityManagerBase.isValid(JaasSecurityManagerBase.java:365)
at
org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:160)
at
org.jboss.security.javaee.EJBAuthenticationHelper.isValid(EJBAuthenticationHelper.java:87)
at org.jboss.ejb.plugins.SecurityActions$13.run(SecurityActions.java:543) at
org.jboss.ejb.plugins.SecurityActions$13.run(SecurityActions.java:541) at
java.security.AccessController.doPrivileged(Native Method) at
org.jboss.ejb.plugins.SecurityActions.isValid(SecurityActions.java:539) at
org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityContext(SecurityInterceptor.java:314)
at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:243)
at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:205)
at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java:136)
at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.invokeHome(PreSecurityInterceptor.java:88)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) at
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:639) at
org.jboss.ejb.Container.invoke(Container.java:1046) at
org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invokeHome(BaseLocalProxyFactory.java:362)
at org.jboss.ejb.plugins.local.LocalHomeProxy.invoke(LocalHomeProxy.java:133) at
$Proxy453.create(Unknown Source) at
mccm.server.rules.bts.customer.vfd2.mbeans.BtsManager.startService(BtsManager.java:276)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
at
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
at
mccm.server.rules.bts.customer.vfd2.mbeans.BtsManager.jbossInternalLifecycle(BtsManager.java:298)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592) at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:189) at
$Proxy38.start(Unknown Source) at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688) at
org.jboss.system.ServiceController.start(ServiceController.java:460) at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163) at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99) at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46) at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at
org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at
org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at
org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461) at
org.jboss.Main.boot(Main.java:221) at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:595) 2010-07-23 10:48:14,050 TRACE
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/main
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160
http://community.jboss.org/message/554116#554116/UsersRolesLoginModule 160 abort
The Swing client is able to log in, but I can not start any other dialog (which uses beans
on the server):
server.log
2010-07-23 11:04:17,298 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 Begin isValid, principal:null,
cache info: null 2010-07-23 11:04:17,298 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 Begin isValid, principal:null,
cache info: null 2010-07-23 11:04:17,299 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 defaultLogin, principal=null
2010-07-23 11:04:17,299 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 defaultLogin, principal=null
2010-07-23 11:04:17,300 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 Begin
getAppConfigurationEntry(mccm), size=13 2010-07-23 11:04:17,300 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 Begin
getAppConfigurationEntry(mccm), size=13 2010-07-23 11:04:17,301 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 End
getAppConfigurationEntry(mccm), authInfo=AppConfigurationEntry[]:
http://community.jboss.org/message/554116#554116/0
http://community.jboss.org/message/554116#554116/0 LoginModule Class:
org.jboss.security.auth.spi.DatabaseServerLoginModule ControlFlag:
Anmeldemodul-Steuerflag: sufficient Options: name=rolesQuery, value=select g.applrolename,
'Roles' from useringroup_t u, groupinapplrole_t g where u.groupname = g.groupname
and u.username=? name=principalsQuery, value=select pswd from user_t where username=? and
LOGINFAILCOUNT < 3 and USERLOCKED<>'1'
name=unauthenticatedIdentity, value=nobody name=dsJndiName, value=java:/OracleDS
2010-07-23 11:04:17,301 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160
http://community.jboss.org/message/554116#554116/XMLLoginConfigImpl 160 End
getAppConfigurationEntry(mccm), authInfo=AppConfigurationEntry[]:
http://community.jboss.org/message/554116#554116/0
http://community.jboss.org/message/554116#554116/0 LoginModule Class:
org.jboss.security.auth.spi.DatabaseServerLoginModule ControlFlag:
Anmeldemodul-Steuerflag: sufficient Options: name=rolesQuery, value=select g.applrolename,
'Roles' from useringroup_t u, groupinapplrole_t g where u.groupname = g.groupname
and u.username=? name=principalsQuery, value=select pswd from user_t where username=? and
LOGINFAILCOUNT < 3 and USERLOCKED<>'1'
name=unauthenticatedIdentity, value=nobody name=dsJndiName, value=java:/OracleDS
2010-07-23 11:04:17,302 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 initialize
2010-07-23 11:04:17,302 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 initialize
2010-07-23 11:04:17,302 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Security
domain: mccm 2010-07-23 11:04:17,302 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Security
domain: mccm 2010-07-23 11:04:17,303 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Saw
unauthenticatedIdentity=nobody 2010-07-23 11:04:17,303 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Saw
unauthenticatedIdentity=nobody 2010-07-23 11:04:17,304 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
DatabaseServerLoginModule, dsJndiName=java:/OracleDS 2010-07-23 11:04:17,304 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
DatabaseServerLoginModule, dsJndiName=java:/OracleDS 2010-07-23 11:04:17,305 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
principalsQuery=select pswd from user_t where username=? and LOGINFAILCOUNT < 3 and
USERLOCKED<>'1' 2010-07-23 11:04:17,305 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
principalsQuery=select pswd from user_t where username=? and LOGINFAILCOUNT < 3 and
USERLOCKED<>'1' 2010-07-23 11:04:17,305 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
rolesQuery=select g.applrolename, 'Roles' from useringroup_t u, groupinapplrole_t
g where u.groupname = g.groupname and u.username=? 2010-07-23 11:04:17,305 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
rolesQuery=select g.applrolename, 'Roles' from useringroup_t u, groupinapplrole_t
g where u.groupname = g.groupname and u.username=? 2010-07-23 11:04:17,306 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendResume=true 2010-07-23 11:04:17,306 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendResume=true 2010-07-23 11:04:17,307 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 login
2010-07-23 11:04:17,307 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 login
2010-07-23 11:04:17,307 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
Authenticating as unauthenticatedIdentity=nobody 2010-07-23 11:04:17,307 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
Authenticating as unauthenticatedIdentity=nobody 2010-07-23 11:04:17,308 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 User
'nobody' authenticated, loginOk=true 2010-07-23 11:04:17,308 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 User
'nobody' authenticated, loginOk=true 2010-07-23 11:04:17,309 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 commit,
loginOk=true 2010-07-23 11:04:17,309 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 commit,
loginOk=true 2010-07-23 11:04:17,310 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 getRoleSets
using rolesQuery: select g.applrolename, 'Roles' from useringroup_t u,
groupinapplrole_t g where u.groupname = g.groupname and u.username=?, username: nobody
2010-07-23 11:04:17,310 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 getRoleSets
using rolesQuery: select g.applrolename, 'Roles' from useringroup_t u,
groupinapplrole_t g where u.groupname = g.groupname and u.username=?, username: nobody
2010-07-23 11:04:17,310 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendAnyTransaction 2010-07-23 11:04:17,310 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
suspendAnyTransaction 2010-07-23 11:04:17,311 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin isValid,
principal:null, cache info:
org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094]
2010-07-23 11:04:17,311 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin isValid,
principal:null, cache info:
org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094]
2010-07-23 11:04:17,312 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin
validateCache,
info=org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094];credential.class=null
2010-07-23 11:04:17,312 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 Begin
validateCache,
info=org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@18df66a[Subject(11403310).principals=org.jboss.security.SimplePrincipal(a)27513548(vfd2devh01),credential.class=null,expirationTime=1279876687094];credential.class=null
2010-07-23 11:04:17,313 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End validateCache,
isValid=true 2010-07-23 11:04:17,313 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End validateCache,
isValid=true 2010-07-23 11:04:17,314 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End isValid, true
2010-07-23 11:04:17,314 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160
http://community.jboss.org/message/554116#554116/EncryptDBPassword 160 End isValid, true
2010-07-23 11:04:17,316 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Excuting
query: select g.applrolename, 'Roles' from useringroup_t u, groupinapplrole_t g
where u.groupname = g.groupname and u.username=?, with username: nobody 2010-07-23
11:04:17,316 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 Excuting
query: select g.applrolename, 'Roles' from useringroup_t u, groupinapplrole_t g
where u.groupname = g.groupname and u.username=?, with username: nobody 2010-07-23
11:04:17,319 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 No roles
found 2010-07-23 11:04:17,319 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160 No roles
found 2010-07-23 11:04:17,320 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
resumeAnyTransaction 2010-07-23 11:04:17,320 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
http://community.jboss.org/message/554116#554116/DatabaseServerLoginModule 160
resumeAnyTransaction 2010-07-23 11:04:17,320 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 defaultLogin,
lc=javax.security.auth.login.LoginContext@18cace,
subject=Subject(27973364).principals=org.jboss.security.SimplePrincipal@27513548(nobody)org.jboss.security.SimpleGroup(a)16328605(Roles(members))
2010-07-23 11:04:17,320 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 defaultLogin,
lc=javax.security.auth.login.LoginContext@18cace,
subject=Subject(27973364).principals=org.jboss.security.SimplePrincipal@27513548(nobody)org.jboss.security.SimpleGroup(a)16328605(Roles(members))
2010-07-23 11:04:17,321 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 updateCache,
inputSubject=Subject(27973364).principals=org.jboss.security.SimplePrincipal@27513548(nobody)org.jboss.security.SimpleGroup(a)16328605(Roles(members)),
cacheSubject=Subject(17193244).principals=org.jboss.security.SimplePrincipal@27513548(nobody)org.jboss.security.SimpleGroup(a)16328605(Roles(members))
2010-07-23 11:04:17,321 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 updateCache,
inputSubject=Subject(27973364).principals=org.jboss.security.SimplePrincipal@27513548(nobody)org.jboss.security.SimpleGroup(a)16328605(Roles(members)),
cacheSubject=Subject(17193244).principals=org.jboss.security.SimplePrincipal@27513548(nobody)org.jboss.security.SimpleGroup(a)16328605(Roles(members))
2010-07-23 11:04:17,322 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 Inserted cache info:
org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@1c45fa4[Subject(17193244).principals=org.jboss.security.SimplePrincipal@27513548(nobody)org.jboss.security.SimpleGroup(a)16328605(Roles(members)),credential.class=null,expirationTime=1279877636345]
2010-07-23 11:04:17,322 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 Inserted cache info:
org.jboss.security.plugins.auth.JaasSecurityManagerBase$DomainInfo@1c45fa4[Subject(17193244).principals=org.jboss.security.SimplePrincipal@27513548(nobody)org.jboss.security.SimpleGroup(a)16328605(Roles(members)),credential.class=null,expirationTime=1279877636345]
2010-07-23 11:04:17,322 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 End isValid, true 2010-07-23
11:04:17,322 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/mccm 160
http://community.jboss.org/message/554116#554116/mccm 160 End isValid, true 2010-07-23
11:04:17,323 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/LogAuditProvider 160
http://community.jboss.org/message/554116#554116/LogAuditProvider 160
http://community.jboss.org/message/554116#554116/Success
http://community.jboss.org/message/554116#554116/Successprincipal=null;So...;
2010-07-23 11:04:17,323 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/LogAuditProvider 160
http://community.jboss.org/message/554116#554116/LogAuditProvider 160
http://community.jboss.org/message/554116#554116/Success
http://community.jboss.org/message/554116#554116/Successprincipal=null;So...;
2010-07-23 11:04:17,323 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/SecurityRolesAssociation 160
http://community.jboss.org/message/554116#554116/SecurityRolesAssociation 160 Setting
threadlocal:{} 2010-07-23 11:04:17,323 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/SecurityRolesAssociation 160
http://community.jboss.org/message/554116#554116/SecurityRolesAssociation 160 Setting
threadlocal:{} 2010-07-23 11:04:17,324 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 160
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 160 Control
flag for
entry:org.jboss.security.authorization.config.AuthorizationModuleEntry{org.jboss.security.authorization.modules.DelegatingAuthorizationModule:{}REQUIRED}is:[REQUIRED]
2010-07-23 11:04:17,324 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 160
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 160 Control
flag for
entry:org.jboss.security.authorization.config.AuthorizationModuleEntry{org.jboss.security.authorization.modules.DelegatingAuthorizationModule:{}REQUIRED}is:[REQUIRED]
2010-07-23 11:04:17,325 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EJBPolicyModuleDelegate 160
http://community.jboss.org/message/554116#554116/EJBPolicyModuleDelegate 160 method=public
abstract mccm.server.api.resources.ldap.LDAPConnectorFacade
mccm.server.api.resources.ldap.LDAPConnectorFacadeHome.create() throws
javax.ejb.CreateException,java.rmi.RemoteException, interface=Home,
requiredRoles=Roles(asyncActRgt,execApplRgt,) 2010-07-23 11:04:17,325 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EJBPolicyModuleDelegate 160
http://community.jboss.org/message/554116#554116/EJBPolicyModuleDelegate 160 method=public
abstract mccm.server.api.resources.ldap.LDAPConnectorFacade
mccm.server.api.resources.ldap.LDAPConnectorFacadeHome.create() throws
javax.ejb.CreateException,java.rmi.RemoteException, interface=Home,
requiredRoles=Roles(asyncActRgt,execApplRgt,) 2010-07-23 11:04:17,326 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EJBPolicyModuleDelegate 160
http://community.jboss.org/message/554116#554116/EJBPolicyModuleDelegate 160
Exception:Insufficient method permissions, principal=null, ejbName=LDAPConnectorFacade,
method=create, interface=Home, requiredRoles=Roles(asyncActRgt,execApplRgt,),
principalRoles=Roles() 2010-07-23 11:04:17,326 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EJBPolicyModuleDelegate 160
http://community.jboss.org/message/554116#554116/EJBPolicyModuleDelegate 160
Exception:Insufficient method permissions, principal=null, ejbName=LDAPConnectorFacade,
method=create, interface=Home, requiredRoles=Roles(asyncActRgt,execApplRgt,),
principalRoles=Roles() 2010-07-23 11:04:17,327 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 160
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 160 REQUIRED
failed for
Name=org.jboss.security.authorization.modules.DelegatingAuthorizationModule:subject=Betreff:
Principal: nobody Principal: Roles(members) :role=Roles() 2010-07-23 11:04:17,327
TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 160
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 160 REQUIRED
failed for
Name=org.jboss.security.authorization.modules.DelegatingAuthorizationModule:subject=Betreff:
Principal: nobody Principal: Roles(members) :role=Roles() 2010-07-23 11:04:17,329
TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 171
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 171 Error in
authorize: org.jboss.security.authorization.AuthorizationException: Authorization Failed:
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.invokeAuthorize(JBossAuthorizationContext.java:263)
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.access$000(JBossAuthorizationContext.java:67)
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext$1.run(JBossAuthorizationContext.java:152)
at java.security.AccessController.doPrivileged(Native Method) at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.authorize(JBossAuthorizationContext.java:148)
at
org.jboss.security.plugins.JBossAuthorizationManager.internalAuthorization(JBossAuthorizationManager.java:474)
at
org.jboss.security.plugins.JBossAuthorizationManager.authorize(JBossAuthorizationManager.java:124)
at
org.jboss.security.plugins.javaee.EJBAuthorizationHelper.authorize(EJBAuthorizationHelper.java:116)
at org.jboss.ejb.plugins.SecurityActions$14.run(SecurityActions.java:557) at
org.jboss.ejb.plugins.SecurityActions$14.run(SecurityActions.java:555) at
java.security.AccessController.doPrivileged(Native Method) at
org.jboss.ejb.plugins.SecurityActions.authorize(SecurityActions.java:553) at
org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityContext(SecurityInterceptor.java:361)
at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:243) at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:205) at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java:136)
at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.invokeHome(PreSecurityInterceptor.java:88)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) at
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:639) at
org.jboss.ejb.Container.invoke(Container.java:1046) at
sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592) at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) at
org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:232) at
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:891) at
org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:744)
at
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:697)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:524) at
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:232) 2010-07-23
11:04:17,329 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 171
http://community.jboss.org/message/554116#554116/JBossAuthorizationContext 171 Error in
authorize: org.jboss.security.authorization.AuthorizationException: Authorization Failed:
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.invokeAuthorize(JBossAuthorizationContext.java:263)
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.access$000(JBossAuthorizationContext.java:67)
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext$1.run(JBossAuthorizationContext.java:152)
at java.security.AccessController.doPrivileged(Native Method) at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.authorize(JBossAuthorizationContext.java:148)
at
org.jboss.security.plugins.JBossAuthorizationManager.internalAuthorization(JBossAuthorizationManager.java:474)
at
org.jboss.security.plugins.JBossAuthorizationManager.authorize(JBossAuthorizationManager.java:124)
at
org.jboss.security.plugins.javaee.EJBAuthorizationHelper.authorize(EJBAuthorizationHelper.java:116)
at org.jboss.ejb.plugins.SecurityActions$14.run(SecurityActions.java:557) at
org.jboss.ejb.plugins.SecurityActions$14.run(SecurityActions.java:555) at
java.security.AccessController.doPrivileged(Native Method) at
org.jboss.ejb.plugins.SecurityActions.authorize(SecurityActions.java:553) at
org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityContext(SecurityInterceptor.java:361)
at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:243) at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:205) at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java:136)
at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.invokeHome(PreSecurityInterceptor.java:88)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) at
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:639) at
org.jboss.ejb.Container.invoke(Container.java:1046) at
sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592) at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) at
org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:232) at
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:891) at
org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:744)
at
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:697)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:524) at
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:232) 2010-07-23
11:04:17,331 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EJBAuthorizationHelper 171
http://community.jboss.org/message/554116#554116/EJBAuthorizationHelper 171 Error in
authorization: org.jboss.security.authorization.AuthorizationException: Authorization
Failed: at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.invokeAuthorize(JBossAuthorizationContext.java:263)
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.access$000(JBossAuthorizationContext.java:67)
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext$1.run(JBossAuthorizationContext.java:152)
at java.security.AccessController.doPrivileged(Native Method) at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.authorize(JBossAuthorizationContext.java:148)
at
org.jboss.security.plugins.JBossAuthorizationManager.internalAuthorization(JBossAuthorizationManager.java:474)
at
org.jboss.security.plugins.JBossAuthorizationManager.authorize(JBossAuthorizationManager.java:124)
at
org.jboss.security.plugins.javaee.EJBAuthorizationHelper.authorize(EJBAuthorizationHelper.java:116)
at org.jboss.ejb.plugins.SecurityActions$14.run(SecurityActions.java:557) at
org.jboss.ejb.plugins.SecurityActions$14.run(SecurityActions.java:555) at
java.security.AccessController.doPrivileged(Native Method) at
org.jboss.ejb.plugins.SecurityActions.authorize(SecurityActions.java:553) at
org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityContext(SecurityInterceptor.java:361)
at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:243) at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:205) at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java:136)
at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.invokeHome(PreSecurityInterceptor.java:88)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) at
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:639) at
org.jboss.ejb.Container.invoke(Container.java:1046) at
sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592) at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) at
org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:232) at
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:891) at
org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:744)
at
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:697)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:524) at
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:232) 2010-07-23
11:04:17,331 DEBUG [ContainerBackgroundProcessor[StandardEngine[jboss.web]]]
http://community.jboss.org/message/554116#554116/ManagerBase 228
http://community.jboss.org/message/554116#554116/ManagerBase 228 Start expire sessions
StandardManager at 1279875857331 sessioncount 0 2010-07-23 11:04:17,331 DEBUG
[ContainerBackgroundProcessor[StandardEngine[jboss.web]]]
http://community.jboss.org/message/554116#554116/ManagerBase 228
http://community.jboss.org/message/554116#554116/ManagerBase 228 Start expire sessions
StandardManager at 1279875857331 sessioncount 0 2010-07-23 11:04:17,332 DEBUG
[ContainerBackgroundProcessor[StandardEngine[jboss.web]]]
http://community.jboss.org/message/554116#554116/ManagerBase 228
http://community.jboss.org/message/554116#554116/ManagerBase 228 End expire sessions
StandardManager processingTime 1 expired sessions: 0 2010-07-23 11:04:17,332 DEBUG
[ContainerBackgroundProcessor[StandardEngine[jboss.web]]]
http://community.jboss.org/message/554116#554116/ManagerBase 228
http://community.jboss.org/message/554116#554116/ManagerBase 228 End expire sessions
StandardManager processingTime 1 expired sessions: 0 2010-07-23 11:04:17,331 TRACE
[WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/EJBAuthorizationHelper 171
http://community.jboss.org/message/554116#554116/EJBAuthorizationHelper 171 Error in
authorization: org.jboss.security.authorization.AuthorizationException: Authorization
Failed: at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.invokeAuthorize(JBossAuthorizationContext.java:263)
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.access$000(JBossAuthorizationContext.java:67)
at
org.jboss.security.plugins.authorization.JBossAuthorizationContext$1.run(JBossAuthorizationContext.java:152)
at java.security.AccessController.doPrivileged(Native Method) at
org.jboss.security.plugins.authorization.JBossAuthorizationContext.authorize(JBossAuthorizationContext.java:148)
at
org.jboss.security.plugins.JBossAuthorizationManager.internalAuthorization(JBossAuthorizationManager.java:474)
at
org.jboss.security.plugins.JBossAuthorizationManager.authorize(JBossAuthorizationManager.java:124)
at
org.jboss.security.plugins.javaee.EJBAuthorizationHelper.authorize(EJBAuthorizationHelper.java:116)
at org.jboss.ejb.plugins.SecurityActions$14.run(SecurityActions.java:557) at
org.jboss.ejb.plugins.SecurityActions$14.run(SecurityActions.java:555) at
java.security.AccessController.doPrivileged(Native Method) at
org.jboss.ejb.plugins.SecurityActions.authorize(SecurityActions.java:553) at
org.jboss.ejb.plugins.SecurityInterceptor.checkSecurityContext(SecurityInterceptor.java:361)
at org.jboss.ejb.plugins.SecurityInterceptor.process(SecurityInterceptor.java:243) at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:205) at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.process(PreSecurityInterceptor.java:136)
at
org.jboss.ejb.plugins.security.PreSecurityInterceptor.invokeHome(PreSecurityInterceptor.java:88)
at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:132) at
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:107)
at org.jboss.ejb.SessionContainer.internalInvokeHome(SessionContainer.java:639) at
org.jboss.ejb.Container.invoke(Container.java:1046) at
sun.reflect.GeneratedMethodAccessor355.invoke(Unknown Source) at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:592) at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157) at
org.jboss.mx.server.Invocation.dispatch(Invocation.java:96) at
org.jboss.mx.server.Invocation.invoke(Invocation.java:88) at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264) at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668) at
org.jboss.invocation.unified.server.UnifiedInvoker.invoke(UnifiedInvoker.java:232) at
org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:891) at
org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:744)
at
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:697)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:524) at
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:232) 2010-07-23
11:04:17,333 TRACE [WorkerThread#0[127.0.0.1:34141]]
http://community.jboss.org/message/554116#554116/LogAuditProvider 160
http://community.jboss.org/message/554116#554116/LogAuditProvider 160
http://community.jboss.org/message/554116#554116/Error
http://community.jboss.org/message/554116#554116/ErrorpolicyRegistration=...
abstract mccm.server.api.resources.ldap.LDAPConnectorFacade
mccm.server.api.resources.ldap.LDAPConnectorFacadeHome.create() throws
javax.ejb.CreateException,java.rmi.RemoteException:ejbMethodInterface=Home:ejbName=LDAPConnectorFacade:ejbPrincipal=null:MethodRoles=Roles(asyncActRgt,execApplRgt,):securityRoleReferences=null:callerSubject=Betreff:
Principal: nobody Principal: Roles(members)
:callerRunAs=null:callerRunAs=null:ejbRestrictionEnforcement=false:ejbVersion=null];Source=org.jboss.security.plugins.javaee.EJBAuthorizationHelper;Exception:=Authorization
Failed: ;
Can anybody help me?
Thank you!
--------------------------------------------------------------
Reply to this message by going to Community
[