Forum Problems Installing LAMS: Re: Re: Re: lams 2.2 can't start


 
Search: 

4: Re: Re: Re: lams 2.2 can't start
In response to 3 04/11/09 10:57 AM
[ Reply | Forward ]
That's the jboss deployer saying it couldn't deploy the lams webapps. It's only the tail end of a cascade of errors, because jboss can't find the data source that it's looking for. Do you have a mysql-ds.xml in /path/to/jboss/server/default/deploy/mysql-ds.xml? That's the file where you can check your database settings.

Here's the original error in server.log:

[org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Throwable while attempting to get a new connection: null
org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Unknown database 'lams2')

Posted by Jun-Dir Liew

5: Re: Re: Re: Re: lams 2.2 can't start
In response to 4 04/11/09 01:21 PM
[ Reply | Forward ]
lams db has 202 tables and username, password accessible.
mysql-ds.xml exists in folder jboss-4.0.2/server.default/deploy
I have installed lampp server. Could this be a problem?
Yet, I have installed lams 2.2 in windows vista at my laptop and on centos 5.2 on a desktop, both on xampp and lampp server, respectively and they work fine.
I think I'm at a dead end!

Posted by Nikos Dovros

6: Re: Re: Re: Re: Re: lams 2.2 can't start
In response to 5 04/11/09 10:53 PM
[ Reply | Forward ]
I did a fresh installation and lams 2.2 started. I think the problem was on the privillages at mysql. I gave all privillages to lams db user. But now I have another problem.
web page doesn't display images and additional objects.
my website is http://elearning.agogiygeias.gr:8080/lams
Any suggestions why?

Posted by Nikos Dovros

7: author environment doesn't load
In response to 6 04/12/09 08:20 AM
[ Reply | Forward ]
I managed to find the solution to the problem. In lams.properties at
SERVER_URL=http://localhost:8080/lams/ I entered
SERVER_URL=http://my-ip:8080/lams/
and objects display fine. Allas, problems seem to be endless.
When I enter to the author environment nothing is displayed.
at the status bar i can see "transfer data from my-ip..." but nothing happens!
Please help!!!

Posted by Nikos Dovros

8: Re: author environment doesn't load
In response to 7 04/13/09 12:05 AM
[ Reply | Forward ]
Nikos,

Login into LAMS as sysadmin, go to the sysadmin menu, then click on "Edit Configuration settings" and change the server URL to http://my-ip:8080/lams/

Click on Save, and that should fix it.

Thanks,

Ernie

Posted by Ernie Ghiglione

9: Re: Re: author environment doesn't load
In response to 8 04/13/09 01:50 AM
[ Reply | Forward ]
Thank you Ernie, I have already fixed this problem. I changed lams.properties
I entered "SERVER_URL=http://elearning.agogiygeias.gr:8080/lams/" instead of my-ip.

Posted by Nikos Dovros

Reply to first post on this page
Back to Problems Installing LAMS