Following my recent difficulties getting SSL to work with Jetty
alongside Tomcat and Apache, I installed Jetty on its own on a new
server.  SSL now works fine with Jetty.

However, whereas I had Mifos 2.6.0 working without SSL on the original
server, I now can't get it to start at all on the new server.

The setup I have here is:
    Ubuntu 12.04 LTS
    Java 1.6.0_43
    Jetty 7.3.1 using HTTPS only on port 3301
    Mifos 2.6.1

When I start Jetty there is no indication of a problem, and pointing a
browser at https://10.0.0.14:3301 brings up the usual Jetty test screen.

However, pointing a browser at https://10.0.0.14:3301/mifos gives me:

    HTTP ERROR: 503

    Problem accessing /mifos. Reason:

        Service Unavailable

    Powered by Jetty://


$JETTY_HOME/Mifos.log includes the line

    Caused by: java.sql.SQLException: Access denied for user
'mifos'@'localhost' (using password: YES)

which I would have assumed to be the cause of the problem.  However, the
password is correct and the user "mifos" has all the privileges
configured by install-ubuntu.sh.  The password I generated for the user
"mifos" is in both install-ubuntu.sh and
~/mifos-v2.6.1/config/local.properties, and I can use it to access
"mifos" as user "mifos" from the command line.

I'm now several hours older than I was when I started struggling with
this and, once again, I'm completely out of my depth.  Any help would be
appreciated enormously.

The last two bursts of $JETTY_HOME/Mifos.log can be seen here (with a
little annotation):  http://db.tt/4glyego2

Thanks in advance

John (:



------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Mifos-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mifos-users

Reply via email to