« Return to Thread: Login problem for my Exoplatform config on Jboss

Re: Login problem for my Exoplatform config on Jboss

by FLORENT.TROLAT :: Rate this Message:

Reply to Author | View in Thread

My litle experience :
When problems appear :

check serveur is down
fix server conf on maven settings.xml v2.x profile (JBOSS for you)
recompile mvn clean install
redeploy mvn -f exo-product-nana -Dclean
verify errors
run serveur.

I've tried with tomcat and Jonas, sorry no experience with JBOSS, but
when I try to change server if I don't follow the previous process,
troubles happened.

Good luck.

Florent


cédric.briançon a écrit :

> Hi eXo Platform list,
>
> I've compiled with maven2 the exo-ecm project (version 1.2 exoplatform
> v2.x)
> to use it on a Jboss application server.
> I try to log in with the user "exoadmin", but I get an error message-box
> "User not registered or invalid password" with the following error in the
> Jboss console :
> 15:08:20,921 ERROR [eXo]  - [security] error while trying to login
> javax.security.auth.login.LoginException: Authentication failed
>         at
> org.exoplatform.services.security.jaas.BasicLoginModule.login(BasicLoginModule.java:117)
>
>         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:585)
>         at
> javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
>         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.JaasSecurityManager.defaultLogin(JaasSecurityManager.java:572)
>
>         at
> org.jboss.security.plugins.JaasSecurityManager.authenticate(JaasSecurityManager.java:506)
>
>         at
> org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:315)
>
>         at
> org.jboss.web.tomcat.security.JBossSecurityMgrRealm.authenticate(JBossSecurityMgrRealm.java:230)
>
>         at
> org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:256)
>
>         at
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:391)
>
>         at
> org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
>
>         at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
>
>         at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
>
>         at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
>
>         at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
>
>         at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
>
>         at
> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
>
>         at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
>
>         at
> org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
>
>         at java.lang.Thread.run(Thread.java:595)
>
> I get the same authentification error when I try to create a new user.
> Same problem of login when I deploy the exo-portal project on Jboss.
> My workstation :
> - Windows XP
> - jdk 1.5.0_11
> - Jboss 4.0.3SP1
> - an up-to-date exoplatform project v2.x from svn
> - mvn 2.0.4
>
> Thanks for your attention,
> Cédric B.
>  
> ------------------------------------------------------------------------
>
>
> --
> You receive this message as a subscriber of the
> exoplatform@... mailing list.
> To unsubscribe: mailto:exoplatform-unsubscribe@...
> For general help: mailto:sympa@...?subject=help
> ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
>  





--
You receive this message as a subscriber of the exoplatform@... mailing list.
To unsubscribe: mailto:exoplatform-unsubscribe@...
For general help: mailto:sympa@...?subject=help
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws

 « Return to Thread: Login problem for my Exoplatform config on Jboss