Error Login 24-12-2013 Creator: b3nshi

Home Forums OpenPPM 2.0 Technical Suport (CLOSED – READ ONLY) Error Login 24-12-2013 Creator: b3nshi

  • This topic contains 1 voice and has 0 replies.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3510

    TalaiaOpenPPM
    Participant

    Buenas tardes,

    Acabo de terminar la instalacion de la version 2.0 con tomcat 6 en archlinux.
    Segui la guia paso a paso, pero cuando trato de iniciar sesión con los usuarios por defecto, obtengo el error:

    You have entered invalid name and password

    Estuve viendo los logs y no hay ningun error,es decir, pareciera ser que carga correctamente el jaas.conf. Ademas, si intento 3 veces, me bloquea el usuario.

    Lo raro, es que cuando voy a ver en la BD, si esta cargando el numero de “attempts” lo cual me hace pensar que esta bien configurada la conexión.

    Alguna idea de que mas puedo intentar? Ya probe haciendo un update en la tabla security cambiando el password, usando MD5 para calcular el hash. Aún asi, continuo con estos errores.

    Saludos y muchas gracias!

     

     

    -b3nshi (24-12-2013)

    I’m Sorry, I’ll try to translate my topic to english.

    I finished with the installation of openppmv2.0. I follow the “Installation Guide” step by step, with tomcat6 on archlinux.

    When I try to login with default users, I get the following error:

    “You have entered invalid name and password”

    I look into the log files, but nothing. The catalina.err file is empty. Also, if I try to login 3 times, the user is locked. So, when I open the database, and I check the data on “security” table, I can see that the “attempt” column was updated.

    I think that the connection with the DB is working, and the jaas.conf file is loaded, but I can’t login into the app.

    What else can I try to solve this problem?

    Regards!

     

     

    -Mario (04-01-2014)

    Hola,

    Tengo el mismo problema.I haved same problem. In the DB:

    IdSec,Login,Password,AutorizationLevel,dateCreation,dateLapsed,attempts,idContact,dateLastAttempt
    1,teamMember,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,NULL,0,1,NULL
    2,projectManager,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,NULL,0,2,NULL
    3,investmentManager,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,NULL,0,3,NULL
    4,funcionalManager,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,NULL,0,4,NULL
    5,programManager,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,NULL,0,5,NULL
    6,resourceManager,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,NULL,0,6,NULL
    7,pmo,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,”2014-01-04 16:25:57″,3,7,NULL
    8,sponsor,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,”2014-01-04 16:32:58″,3,8,NULL
    9,porfolioManager,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,NULL,0,9,NULL
    10,admin,ddca2b95754e9da163e731ba0d5e4b77,NULL,2012-07-31,”2014-01-04 16:28:30″,3,10,NULL

    I use projectManager/openppm and in the browers:

    Login error
    You have entered invalid name and password.

     

     

    -Mario (04-01-2014)

     

    Hi

    I see in the log.

    Grave: Error inesperado
    javax.security.auth.login.LoginException: No se han configurado LoginModules para OpenPPMWeb
    at javax.security.auth.login.LoginContext.init(LoginContext.java:273)
    at javax.security.auth.login.LoginContext.<init>(LoginContext.java:418)
    at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:393)
    at org.apache.catalina.realm.JAASRealm.authenticate(JAASRealm.java:334)
    at org.apache.catalina.authenticator.FormAuthenticator.authenticate(FormAuthenticator.java:261)
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:454)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:861)
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:606)
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
    at java.lang.Thread.run(Thread.java:744)

     

     

    -Mario (04-01-2014)

    Hi all,

    I config in the startup:

    :okHome
    set JAVA_OPTS=%JAVA_OPTS% -Djava.security.auth.login.config=”%CATALINA_HOME%/conf/jaas.config”
    set “EXECUTABLE=%CATALINA_HOME%\bin\catalina.bat”


    And now run.

     

     

     

     

     

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.