[jboss-user] [Beginners Corner] - SecurityException: Invalid authentication attempt, principal

dhoffer do-not-reply at jboss.com
Mon Feb 16 17:14:19 EST 2009


After fresh install of JBoss I deployed a sample project from GraniteDS that also uses Seam.

At startup of JBoss I get a bunch of errors, being new to JBoss I'm not sure which is the most important error, can someone point me to the cause of the problem?  

Here is the log.


  | 2009-02-16 14:45:31,931 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
  | 
  | --- Incompletely deployed packages ---
  | org.jboss.deployment.DeploymentInfo at de97b06d { url=file:/C:/jboss-4.2.3.GA/server/default/deploy/graniteds-seam.ear/addressbook.war/ }
  |   deployer: MBeanProxyExt[jboss.web:service=WebServer]
  |   status: Deployment FAILED reason: URL file:/C:/jboss-4.2.3.GA/server/default/deploy/graniteds-seam.ear/addressbook.war/ deployment failed
  |   state: FAILED
  |   watch: file:/C:/jboss-4.2.3.GA/server/default/deploy/graniteds-seam.ear/addressbook.war/WEB-INF/web.xml
  |   altDD: null
  |   lastDeployed: 1234820723384
  |   lastModified: 1234805609972
  |   mbeans:
  | 
  | org.jboss.deployment.DeploymentInfo at 89d1d3b5 { url=file:/C:/jboss-4.2.3.GA/server/default/deploy/graniteds-seam.ear/ }
  |   deployer: org.jboss.deployment.EARDeployer at 90fa05
  |   status: Deployment FAILED reason: URL file:/C:/jboss-4.2.3.GA/server/default/deploy/graniteds-seam.ear/addressbook.war/ deployment failed
  |   state: FAILED
  |   watch: file:/C:/jboss-4.2.3.GA/server/default/deploy/graniteds-seam.ear/META-INF/application.xml
  |   altDD: null
  |   lastDeployed: 1234820723384
  |   lastModified: 1234805609957
  |   mbeans:
  |     persistence.units:ear=graniteds-seam.ear,unitName=ejb3 state: Failed
  |     jboss.j2ee:ear=graniteds-seam.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3 state: Failed
  |     jboss.j2ee:ear=graniteds-seam.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3 state: Started
  | 
  | --- MBeans waiting for other MBeans ---
  | ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
  |   State: FAILED
  |   Reason: java.lang.SecurityException: Invalid authentication attempt, principal=null
  |   I Depend On:
  |     jboss:service=TransactionManager
  |     jboss.jca:service=DataSourceBinding,name=DefaultDS
  | 
  | ObjectName: jboss.mq:service=PersistenceManager
  |   State: FAILED
  |   Reason: org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  Message recovery may not be accurate; - nested throwable: (java.lang.SecurityException: Invalid authentication attempt, principal=null)
  |   I Depend On:
  |     jboss.jca:service=DataSourceBinding,name=DefaultDS
  |   Depends On Me:
  |     jboss.mq:service=DestinationManager
  | 
  | ObjectName: jboss.web.deployment:war=addressbook.war,id=-560484243
  |   State: FAILED
  |   Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.2.3.GA/server/default/deploy/graniteds-seam.ear/addressbook.war/ deployment failed
  | 
  | ObjectName: persistence.units:ear=graniteds-seam.ear,unitName=ejb3
  |   State: FAILED
  |   Reason: java.lang.SecurityException: Invalid authentication attempt, principal=null
  |   I Depend On:
  |     jboss.jca:service=DataSourceBinding,name=DefaultDS
  | 
  | ObjectName: jboss.j2ee:ear=graniteds-seam.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
  |   State: FAILED
  |   Reason: java.lang.SecurityException: Invalid authentication attempt, principal=null
  | 
  | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
  | ObjectName: jboss.j2ee:ear=graniteds-seam.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
  |   State: FAILED
  |   Reason: java.lang.SecurityException: Invalid authentication attempt, principal=null
  | 
  | ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
  |   State: FAILED
  |   Reason: java.lang.SecurityException: Invalid authentication attempt, principal=null
  |   I Depend On:
  |     jboss:service=TransactionManager
  |     jboss.jca:service=DataSourceBinding,name=DefaultDS
  | 
  | ObjectName: jboss.web.deployment:war=addressbook.war,id=-560484243
  |   State: FAILED
  |   Reason: org.jboss.deployment.DeploymentException: URL file:/C:/jboss-4.2.3.GA/server/default/deploy/graniteds-seam.ear/addressbook.war/ deployment failed
  | 
  | ObjectName: jboss.mq:service=PersistenceManager
  |   State: FAILED
  |   Reason: org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions.  Message recovery may not be accurate; - nested throwable: (java.lang.SecurityException: Invalid authentication attempt, principal=null)
  |   I Depend On:
  |     jboss.jca:service=DataSourceBinding,name=DefaultDS
  |   Depends On Me:
  |     jboss.mq:service=DestinationManager
  | 
  | ObjectName: persistence.units:ear=graniteds-seam.ear,unitName=ejb3
  |   State: FAILED
  |   Reason: java.lang.SecurityException: Invalid authentication attempt, principal=null
  |   I Depend On:
  |     jboss.jca:service=DataSourceBinding,name=DefaultDS
  | 
  | 

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4210530#4210530

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210530



More information about the jboss-user mailing list