Forum Problems Installing LAMS: Re: Installation Problem Sakai


 
Search: 

5: Re: Installation Problem Sakai
In response to 1 11/29/05 06:57 PM
[ Reply | Forward ]
mysql> select * from ext_server_org_map;
+-----+---------------+---------------+------------+------------+--------+------------------------------------------------------------------------------------------------------+-------------+----------+-------+
| sid | serverid | serverkey | servername | serverdesc | prefix | userinfo_url | timeout_url | disabled | orgid |
+-----+---------------+---------------+------------+------------+--------+------------------------------------------------------------------------------------------------------+-------------+----------+-------+
| 1 | sakaicamtools | LAMSSERVERKEY | sakai | sakai | sakai | http://bort:8180/sakai-lams-plugin/servlet/UserDataServlet?uid=%username%&ts=%timestamp%&hash=%hash% | 300 | 0 | 1020 |
+-----+---------------+---------------+------------+------------+--------+------------------------------------------------------------------------------------------------------+-------------+----------+-------+
1 row in set (0.00 sec)

mysql> select * from u_organisation;
+------+-------------------+-------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------------+---------+
| sid | name | description | parent_org_sid | account_organisation | visible |
+------+-------------------+-------------------------------------------------------------------------------------------------------------------------------------------+----------------+----------------------+---------+
| 1 | All Organisations | This is the root organisation of the home organisation hierarchy. Anyone who really can't belong anywhere else (e.g. admin) belongs here. | NULL | 1 | 1 |
| 2 | Demo Org | Organization for Demonstration | 1 | 1 | 1 |
| 3 | DemoClass | Session Class for Demonstration | NULL | 0 | 1 |
| 1020 | sakaicamtools | Sakai Camtools Test on Bort | NULL | 1 | 1 |



But this still fails.... I have restarted jboss and sakai tomcat just to make certain nothing was cached.

Posted by Ian Boston

9: Re: Re: Installation Problem Sakai
In response to 5 11/29/05 07:12 PM
[ Reply | Forward ]
do you still get the java.rmi.RemoteException or something else?

Posted by Anthony Xiao

12: Re: Re: Re: Installation Problem Sakai
In response to 9 11/29/05 07:27 PM
[ Reply | Forward ]
There are no exceptions anywhere in any of the jboss logs.


If i turn on DEBUG for com.webmcq.ld I get one line in lams.log

2005-11-30 00:20:08,830 [Thread-11] DEBUG com.webmcq.ld.ws.LearningDesignServiceSoapBindingImpl - org.lamsfoundation.ld.security.AuthenticateException: Authentication failed!

Havent tried TRACE yet, does it emit any more debug ? like the url or any of the soap messages

Im doing this over a VPN from home (00:30 at the moment) so debugging the IP level with ethereal is not on at the moment.

Posted by Ian Boston

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