plugin is working inside Moodle (and using the same Apache as Moodle) The problem as you have described is usually caused by 1) no connectivity between Moodle server and OM server 2) incorrect OM server address (for example internal IP or localhost is specified instead of external address)
On Sun, Jul 21, 2013 at 1:54 PM, Victor Yu <[email protected]> wrote: > Does the plugin require its own Apache server running? I am in the shared > environment. Maybe that’s the reason?**** > > ** ** > > Victor**** > > ** ** > > *From:* Maxim Solodovnik [mailto:[email protected]] > *Sent:* Saturday, July 20, 2013 10:41 PM > *To:* Openmeetings user-list > *Subject:* Re: Plugin 1.5 error: Request OpenMeetings! OpenMeetings > Service failed and no response was returned.**** > > ** ** > > I'm not sure :(**** > > I saw couple of times Apache was configured to decline cURL requests to > the servers other than localhost.**** > > logs should be examined carefully and/or PHP code need to be debugged to > see what exactly is going on on your server**** > > ** ** > > On Sun, Jul 21, 2013 at 12:25 PM, Victor Yu <[email protected]> wrote:**** > > Maxim,**** > > **** > > That’s not showing up in the log. Does that mean the call was never made?* > *** > > **** > > Victor**** > > **** > > **** > > **** > > *From:* Maxim Solodovnik [mailto:[email protected]] > *Sent:* Saturday, July 20, 2013 10:07 PM > *To:* Openmeetings user-list > *Subject:* Re: Plugin 1.5 error: Request OpenMeetings! OpenMeetings > Service failed and no response was returned.**** > > **** > > The call to OM should look like: > http://server_name_or_ip:5080/openmeetings/services/UserService/getSession > **** > > **** > > On Sun, Jul 21, 2013 at 11:30 AM, Victor Yu <[email protected]> wrote:**** > > This is what’s in the Apache log:**** > > "GET > /elearning/course/mod.php?id=3&sesskey=Ay3Y9b1guj&sr=0&add=openmeetings§ion=0 > HTTP/1.1" 303 441 " > http://ebookriter.com/elearning/course/view.php?id=3¬ifyeditingon=1"<http://ebookriter.com/elearning/course/view.php?id=3¬ifyeditingon=1>"Mozilla/5.0 > (Windows NT 6.1; WOW64; rv:22.0) Gecko/20100101 Firefox/22.0" > **** > > **** > > So looks like the request was sent. Seems Moodle is not getting the > response.**** > > **** > > Victor**** > > **** > > *From:* Victor Yu [mailto:[email protected]] > *Sent:* Saturday, July 20, 2013 5:52 PM > *To:* [email protected] > *Cc:* Openmeetings user-list > *Subject:* Re: Plugin 1.5 error: Request OpenMeetings! OpenMeetings > Service failed and no response was returned.**** > > **** > > Yes, it's enabled. > > Sent from my iPad**** > > > On Jul 20, 2013, at 7:52 AM, Maxim Solodovnik <[email protected]> > wrote:**** > > please check if curl is installed on the moodle server.**** > > Then check Apache logs (to ensure curl is able to rich OM server and send > the request)**** > > **** > > On Sat, Jul 20, 2013 at 12:04 PM, Pccom Frank <[email protected]> > wrote:**** > > unsubscribe**** > > **** > > On Sat, Jul 20, 2013 at 12:11 AM, Victor Yu <[email protected]> wrote:**** > > I’ve got the following error after installing the latest Moodle plugin > 1.5. **** > > Request OpenMeetings! OpenMeetings Service failed and no response was > returned.**** > > **** > > Please help!**** > > Victor**** > > **** > > > > **** > > **** > > -- > WBR > Maxim aka solomax **** > > > > **** > > **** > > -- > WBR > Maxim aka solomax **** > > > > **** > > ** ** > > -- > WBR > Maxim aka solomax **** > -- WBR Maxim aka solomax
