Menu

#9 Problem installing

v1.0_(example)
closed
nobody
None
1
2022-04-14
2014-07-25
Joe Orzabal
No

I downloaded openmodeling version 30 stable. I did the following:

created database at my provider according to providers standards
took the sql insert script openmodeling.sql and changed 'om' => 'my DB user name' and also replaced 'openm' => 'my DB name'
My poolman.props was changed accordingly with the correct password.
When I test my environment on a local webserver environment with same user and database setting I got this on this url

http://localhost:8080/om30/login/login.jsp

Cannot get connection, reason: SQLException occurred in JDBCPool: java.sql.SQLException: Access denied for user '<my username="">'@'localhost' (using password: YES) params: com.mysql.jdbc.Driver..

Any help appreaceated.

Related

Bugs: #9

Discussion

  • Jan van Santbrink

    Hi Joe,

    Sorry for my late answer, but I am on leave in an area where Wifi is quite
    rare. Usually this problem is related to your Java version. Tomcat compiles
    the jsp pages with the jre that you indicated during install of Tomcat.
    Openmodeling classes have been compiled with 1.7 and if your jre is older
    pages and beans do not communicate. So you either should upgrade java and
    reinstall Tomcat or recompile all classes against your current java
    version. If you need the classes in an older java version, I can do it for
    you if you like. Just let me know but it may take some time due to Wifi
    availability.

    Regards, Jan
    Op 25 jul. 2014 17:18 schreef "Joe Orzabal" dev99@users.sf.net:


    Status: open
    Group: v1.0_(example)
    Created: Fri Jul 25, 2014 03:18 PM UTC by Joe Orzabal
    Last Updated: Fri Jul 25, 2014 03:18 PM UTC
    Owner: nobody

    I downloaded openmodeling version 30 stable. I did the following:

    created database at my provider according to providers standards
    took the sql insert script openmodeling.sql and changed 'om' => 'my DB
    user name' and also replaced 'openm' => 'my DB name'
    My poolman.props was changed accordingly with the correct password.
    When I test my environment on a local webserver environment with same user
    and database setting I got this on this url

    http://localhost:8080/om30/login/login.jsp

    Cannot get connection, reason: SQLException occurred in JDBCPool:
    java.sql.SQLException: Access denied for user '<my username="">'@'localhost' (using password: YES) params:
    com.mysql.jdbc.Driver..

    Any help appreaceated.

    Sent from sourceforge.net because you indicated interest in
    https://sourceforge.net/p/open-modeling/bugs/9/

    To unsubscribe from further messages, please visit
    https://sourceforge.net/auth/subscriptions/

     

    Related

    Bugs: #9

  • Jan van Santbrink

    • status: open --> closed
     

Log in to post a comment.