When you run the moodle integration it is designed ot run against the
standalone version of OpenMeetings.
Not running from Eclipse or as .war version.

if you wish so you will need to modify the PHP code that concats the params
to an URL.


Sebastian

2010/4/7 FOAD <cpif...@gmail.com>

> Hi,
>
> I checked again my running services, and I noticed that my URL is
> missing the "openMeeting" part. I can access to the list of services
> via "RED5_HOST:RED5_PORT/services/ListServices".
>
> So I supposed that's why Moodle doesn't find the services. So, may I
> change this somewhere in my configuration? Or may I remove the
> "openmeeting" part in the URL?
>
> Thanks
>
> On 7 avr, 11:35, Sebastian Wagner <seba.wag...@gmail.com> wrote:
> > hi,
> >
> > yes exactly.
> >
> > but it is more like:
> >
> > "http://
> ".$CFG->openmeetings_red5host.":".$CFG->openmeetings_red5port."/openmeetings/services/UserService?wsdl"
> >
> > $CFG->openmeetings_red5host == the value from your moodle configuration
> >
> > so by the end the URL looks similar to:
> http://openmeetings.de/openmeetings/services/UserService?wsdl
> >
> > Sebastian
> >
> > 2010/4/7 FOAD <cpif...@gmail.com>
> >
> >
> >
> > > So, no one's got an answer for this problem?
> >
> > > I'm running the last version of OpenMeetings via Eclipse, and the
> > > latest version of the Moodle plugin, but I still get this 404 error,
> > > it doesn't make any sense.
> >
> > > How is the openMeeting URL built using the Moodle's plugin
> > > configuration? Does is simply add it up like this : "$RED5_HOST:
> > > $RED5_HTTP_PORT/openmeetings", or does it look for "red5/
> > > openmeetings" ?
> >
> > > Thanks.
> >
> > > On 23 mar, 06:38, Jyothivas Nair <jyothivasn...@gmail.com> wrote:
> > > > can you double check your configuration settings,
> > > > you can also see through your error logs as there should be some
> error
> > > > thrown
> >
> > > > On Mar 22, 8:01 pm, driftwork <englishoutp...@gmail.com> wrote:
> >
> > > > > We just did a full update of Open Meetings to our server.
> >
> > > > > I am now using the latest OPMoodleModule AND the latest version of
> > > > >Moodle.
> >
> > > > > I am getting this error:
> >
> > > > > "wsdl error: HTTP ERROR: Unsupported HTTP response status 404 Not
> > > > > Found (soapclient->response has contents of the response)"
> >
> > > > > Any ideas would be swell.
> >
> > > > > On Mar 18, 9:34 pm, Jyothivas Nair <jyothivasn...@gmail.com>
> wrote:
> >
> > > > > > ok...
> > > > > > you are probably running a newer version of themoodlemodule and
> > > > > > older version of openmeetings
> >
> > > > > > here check these linkshttp://
> > > englishtutor.tv:5080/openmeetings/services/listServices
> > > > > > above are soap methods available on your server
> >
> > > > > >http://code.google.com/p/openmeetings/wiki/SoapMethods
> > > > > > above are soap methods available in current version of
> openmeetings
> > > as
> > > > > > per site
> >
> > > > > > if you were to compare you are missing the methods concerning
> > > > > > recordings completely....
> > > > > > are you sure you have updated your copy of openmeetings
> >
> > > > > > On Mar 19, 9:03 am, driftwork <englishoutp...@gmail.com> wrote:
> >
> > > > > > > Thank you for your response.
> >
> > > > > > > I have checked the wiki and examples and I'm following them
> > > exactly.
> >
> > > > > > > When I use:
> >
> > > > > > > "OpenMeetings/Red5 Server Link" - mylocalhost.com
> >
> > > > > > > I get this error............
> >
> > > > > > > "operation getFlvRecordingByExternalRoomTypeByList not
> present."
> >
> > > > > > > This is my actual link to Open Meetings:
> >
> > > > > > >http://englishtutor.tv:5080/openmeetings/
> >
> > > > > > > It should work...............
> >
> > > > > > > On Mar 18, 8:20 pm, Jyothivas Nair <jyothivasn...@gmail.com>
> > > wrote:
> >
> > > > > > > > you are putting in wrong values
> > > > > > > > check it herehttp://
> > > code.google.com/p/openmeetings/wiki/MoodlePlugins
> >
> > > > > > > > "OpenMeetings/Red5 Server Link" - mylocalhost.com
> > > > > > > > "OpenMeetings/Red5 Server Http" - 5080
> >
> > > > > > > > rest is clear i believe, please go through the wiki and
> examples
> >
> > > > > > > > On Fri, Mar 19, 2010 at 8:40 AM, driftwork <
> > > englishoutp...@gmail.com> wrote:
> > > > > > > > > I've tried adding the following link to the
> "OpenMeetings/Red5
> > > Server
> > > > > > > > > Link" field.....
> >
> > > > > > > > >http://mylocalhost.com:5080/openmeetings/
> >
> > > > > > > > > Then it seemed to indicate that the field automatically
> adds
> > > the
> > > > > > > > > 'http://' prefix so I removed that.....
> >
> > > > > > > > > mylocalhost.com:5080/openmeetings/
> >
> > > > > > > > > ........that didn't work either.
> >
> > > > > > > > > I know my login and password fields to be correct.
> >
> > > > > > > > > Any ideas would be really helpful.
> >
> > > > > > > > > Thanks.
> >
> > > > > > > > > On Mar 18, 7:54 pm, driftwork <englishoutp...@gmail.com>
> > > wrote:
> > > > > > > > > > I have seen several people with the same error as I have
> but
> > > still, no
> > > > > > > > > > responses.
> >
> > > > > > > > > > Is it because this error is solved so easily that its not
> > > worth
> > > > > > > > > > responding to?
> >
> > > > > > > > > > Seems like lots of people are having some sort of HTTP
> 404
> > > error
> > > > > > > > > > issue.
> >
> > > > > > > > > > MyMoodleModule was installed 'successfully' its just
> these
> > > setting
> > > > > > > > > > issues that don't make sense.
> >
> > > > > > > > > > Again, any help would be swell.
> >
> > > > > > > > > > If this has been discussed and solved elsewhere in the
> > > forums, a link
> > > > > > > > > > would be a good substitute.
> >
> > > > > > > > > > Thanks in advance.
> >
> > > > > > > > > > On Feb 21, 8:40 pm, driftwork <englishoutp...@gmail.com>
> > > wrote:
> >
> > > > > > > > > > > We have our OpenMeetings server operating just fine.
> >
> > > > > > > > > > > After setting up all the necessary fields for
> > > theMoodleModule, I am
> > > > > > > > > > > still getting anerrorwhen I try to create a room.
> >
> > > > > > > > > > > I know for a fact that the link in the field works....
> >
> > > > > > > > > > > Here is theerror:
> >
> > > > > > > > > > > ___________________________
> >
> > > > > > > > > > > Error
> >
> > > > > > > > > > > wsdlerror: HTTPERROR: Unsupported HTTP response status
> 404
> > > Not Found
> > > > > > > > > > > (soapclient->response has contents of the response)
> >
> > > > > > > > > > > Could not login User to OpenMeetings, check your
> > > OpenMeetingsModule
> > > > > > > > > > > Configuration
> >
> > > > > > > > > > > ___________________________
> >
> > > > > > > > > > > Any ideas would be great.
> >
> > > > > > > > > > > Thanks in advance.
> >
> > > > > > > > > --
> > > > > > > > > You received this message because you are subscribed to the
> > > Google Groups
> > > > > > > > > "OpenMeetings User" group.> > > > > To post to this group,
> send> emailtoopenmeetings-u...@googlegroups.com.
> > > > > > > > > To unsubscribe from this group, send email to> > > > >>
> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>>>
> <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
> <openmeetings-user%252bunsubscr...@googlegroups.com<openmeetings-user%25252bunsubscr...@googlegroups.com>
> >
> >
> > > > > > > > > .
> > > > > > > > > For more options, visit this group at
> > > > > > > > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > > > > > > > --
> > > > > > > > Thanks & Regards,
> >
> > > > > > > > Jyothivas R Nair
> >
> > > > > > > > jyothivasn...@gmail.com
> > > > > > > > cont...@jyothivasnair.co.cc
> > > > > > > > Skype ID : jyothivas.nair
> > > > > > > > Website :www.jyothivasnair.co.cc
> > > > > > > > Website :www.jyothivas.co.cc
> >
> > > --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "OpenMeetings User" group.> To post to this group, send email
> toopenmeetings-u...@googlegroups.com.
> > > To unsubscribe from this group, send email to>
> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> <openmeetings-user%2bunsubscr...@googlegroups.com<openmeetings-user%252bunsubscr...@googlegroups.com>
> >
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/openmeetings-user?hl=en.
> >
> > --
> > Sebastian
> Wagnerhttp://www.webbase-design.dehttp://openmeetings.googlecode.comhttp://
> www.laszlo-forum.de
> > seba.wag...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "OpenMeetings User" group.
> To post to this group, send email to openmeetings-u...@googlegroups.com.
> To unsubscribe from this group, send email to
> openmeetings-user+unsubscr...@googlegroups.com<openmeetings-user%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/openmeetings-user?hl=en.
>
>


-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.laszlo-forum.de
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to