What version of moodle/moodle plugin are you using ? Are you able to login using you web browser like this: 1) got to ..../UserService/getSession 2) remember session_id 3) go to .../UserService/loginUser?SID=*562805ad603e2a9ac89b63e77aae816c* &username=*your_soap_user_name*&userpass=*password_for_the_user*
after step 3 you should get positive integer On Fri, Jun 15, 2012 at 12:17 PM, Robert Chalmers < [email protected]> wrote: > Ok, well I must be getting closer. > > Nowwhen I start Moodle -> add activity -> openmeetings > > I only get this > > Could not login User to OpenMeetings, check your OpenMeetings Module > Configuration > > > It's no longer displaying the error messages. > > hmmmm > > > On Fri, Jun 15, 2012 at 3:11 PM, Maxim Solodovnik <[email protected]>wrote: > >> red5-top only contains warnings, nothing to worry about >> red5 contains no warnings or errors >> >> work as expected until you have killed it using Ctrl+C >> >> >> On Fri, Jun 15, 2012 at 12:03 PM, Robert Chalmers < >> [email protected]> wrote: >> >>> ok, >>> >>> ant clean.ivy OK >>> svn up OK >>> svn status OK ... (only *M* mysql_persistence and *?*persistence.xml) >>> ant -Ddb=mysql OK (Build Successful) >>> cd dist\red5 OK >>> >>> red5-debug.bat does throw some exceptions. >>> These are in the red5.log attached, and also in the red5-top.log >>> >>> So it seems something is up... >>> >>> >>> On Fri, Jun 15, 2012 at 1:54 PM, Maxim Solodovnik >>> <[email protected]>wrote: >>> >>>> According to the google this problem is caused by wrong jar location. >>>> Could you please try the following: >>>> 1) ant clean.ivy >>>> 2) svn up >>>> 3) svn status (to ensure nothing but mysql_persistance.xml is changed) >>>> 4) ant -Ddb=mysql >>>> 5) cd dist\red5 >>>> 6) red5-debug.bat >>>> >>>> please take a look at output of red5-debug.bat and check there is no >>>> exception being throwed >>>> >>>> >>>> On Fri, Jun 15, 2012 at 10:49 AM, Robert Chalmers < >>>> [email protected]> wrote: >>>> >>>>> I have done a clean build, on the latest svn of openmeetings. and >>>>> Moodle, and the module in Moodle >>>>> Same error. >>>>> >>>>> >>>>> On Fri, Jun 15, 2012 at 1:13 PM, Maxim Solodovnik < >>>>> [email protected]> wrote: >>>>> >>>>>> Just perform clean build and everything is OK. >>>>>> Please provide more details :) >>>>>> >>>>>> >>>>>> On Fri, Jun 15, 2012 at 10:04 AM, Maxim Solodovnik < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> I'll double check it right now. >>>>>>> Do you have any specific steps to reproduce it? >>>>>>> Are you able to see what's wrong going to the URL >>>>>>> http://localhost:5080/openmeetings/services/UserService?wsdl using >>>>>>> your browser? >>>>>>> >>>>>>> >>>>>>> On Fri, Jun 15, 2012 at 8:28 AM, Robert Chalmers < >>>>>>> [email protected]> wrote: >>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Error >>>>>>>> >>>>>>>> wsdl error: XML error parsing WSDL from >>>>>>>> http://localhost:5080/openmeetings/services/UserService?wsdl on line >>>>>>>> 13: Mismatched tag >>>>>>>> >>>>>>>> Error >>>>>>>> >>>>>>>> wsdl error: XML error parsing WSDL from >>>>>>>> http://localhost:5080/openmeetings/services/UserService?wsdl on line >>>>>>>> 13: Mismatched tag >>>>>>>> >>>>>>>> Could not login User to OpenMeetings, check your OpenMeetings Module >>>>>>>> Configuration >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> WBR >>>>>>> Maxim aka solomax >>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> WBR >>>>>> Maxim aka solomax >>>>>> >>>>> >>>>> >>>> >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >> >> >> -- >> WBR >> Maxim aka solomax >> > > -- WBR Maxim aka solomax
