You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@openmeetings.apache.org by Mohammed Arafa <mo...@gmail.com> on 2012/09/26 03:10:52 UTC

openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

hello

i believe i have succesfully installed moodle and openmeetings
individually. each url path works independently. i used:

apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz

apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz

jodconverter-core-3.0-beta-4-dist.zip

moodle-latest-23.tgz

i have verified that individually the 2 applications work, i have also
verified that my admin user as well as the soap user are able to login.
however, whenever i attempt to add an openmeeting activity to my course i
keep running into this error:

Request OpenMeetings! OpenMeetings Service failed and no response was
returned.

the red5.log doesnt show much and google doesnt know anything about this
error except that it is coming from openmeeting code. any help or hint
appreciated as things were going smoothly till this error showed up

also, i used the default settings when setting up openmeetings and the
moodle plugin
any and all advise will be helpful

thank you


-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
You might try to use tcpdump to ensure data is sent and received
On Oct 2, 2012 6:19 PM, "Mohammed Arafa" <mo...@gmail.com> wrote:

> also
>
> [root@classes html]# php -m
> [PHP Modules]
> bz2
> calendar
> Core
> ctype
> curl
> date
> dom
> ereg
> exif
> fileinfo
> filter
> ftp
> gd
> gettext
> gmp
> hash
> iconv
> intl
> json
> libxml
> mbstring
> mysql
> mysqli
> openssl
> pcntl
> pcre
> PDO
> pdo_mysql
> pdo_sqlite
> Phar
> readline
> Reflection
> session
> shmop
> SimpleXML
> soap
> sockets
> SPL
> sqlite3
> standard
> tokenizer
> wddx
> xml
> xmlreader
> xmlrpc
> xmlwriter
> xsl
> zip
> zlib
>
> [Zend Modules]
>
> On Tue, Oct 2, 2012 at 7:15 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> kmn
>> thank you for responding.
>>
>> the php page result was "0"
>>
>> thank you
>>
>>
>> On Mon, Oct 1, 2012 at 9:20 AM, kmn <km...@adginc.net> wrote:
>>
>>> try this:
>>> $cu = curl_init();
>>> $url = "http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>> ";
>>> curl_setopt($cu, CURLOPT_URL,$url);
>>> curl_setopt($cu, CURLOPT_VERBOSE,        1);  #show the conversation
>>> $curlOutput    = curl_exec($cu);
>>> $response = (curl_getinfo($cu,CURLINFO_**HTTP_CODE ));
>>> curl_close($cu);
>>>
>>> print_r($curlOutput);
>>> print_r($response);
>>>
>>>
>>>
>>> On 2012-09-30 09:54, Maxim Solodovnik wrote:
>>>
>>>> Unfortunately Im no so good in PHP programming :(
>>>>
>>>> I guess we need PHP guru :)
>>>> everything is working on my Ubuntu machines :(
>>>>
>>>> On Sun, Sep 30, 2012 at 10:48 PM, Mohammed Arafa
>>>> <mohammed.arafa@gmail.com [91]> wrote:
>>>>
>>>>  i went looking for a php test and found this:
>>>>>
>>>>> <?php
>>>>> if(array_search(curl, get_loaded_extensions())){ echo "curl is
>>>>>
>>>>> there"; } else echo "curl is not there"
>>>>> ?>
>>>>>
>>>>> i ran it and receive a positive response. it is not a curl issue
>>>>>
>>>>> On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik
>>>>> <solomax666@gmail.com [85]> wrote:
>>>>>
>>>>>  Java applications are not dependent on system architecture.
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa
>>>>>> <mohammed.arafa@gmail.com [84]> wrote:
>>>>>>
>>>>>>  is it possible that openmeetings is a 32 bit application?
>>>>>>>
>>>>>>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik
>>>>>>> <solomax666@gmail.com [78]> wrote:
>>>>>>>
>>>>>>>  I hope anybody else here is using CenOS and can help you.
>>>>>>>> I did all my testings on Ubuntu :(
>>>>>>>>
>>>>>>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa
>>>>>>>> <mohammed.arafa@gmail.com [77]> wrote:
>>>>>>>>
>>>>>>>>  here is my verification of curl for php
>>>>>>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>>>>>>> /etc/php.d/curl.ini
>>>>>>>>> /usr/lib64/php/modules/curl.so
>>>>>>>>> [root@classes ~]# curl
>>>>>>>>> curl: try curl --help or curl --manual for more information
>>>>>>>>>
>>>>>>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik
>>>>>>>>> <solomax666@gmail.com [71]> wrote:
>>>>>>>>>
>>>>>>>>>  Im not sure about CenOS
>>>>>>>>>> in debian/ubuntu
>>>>>>>>>> I did install "php5-curl - CURL module for php5"
>>>>>>>>>>
>>>>>>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>>>>>>> php5-curl - CURL module for php5
>>>>>>>>>>
>>>>>>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>>>>>>>
>>>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.3_i386.**deb
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.4_i386.**deb
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa
>>>>>>>>>> <mohammed.arafa@gmail.com [70]> wrote:
>>>>>>>>>>
>>>>>>>>>>  Maxim
>>>>>>>>>>>
>>>>>>>>>>> I appreciate the offer and i will not forget it but The
>>>>>>>>>>> vms are not on the net, there is at least one firewall
>>>>>>>>>>> blocking access. so in the meantime i have attached my
>>>>>>>>>>> very rough notes on what i did on my centos 6.3 vm
>>>>>>>>>>>
>>>>>>>>>>> thank you
>>>>>>>>>>>
>>>>>>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik
>>>>>>>>>>> <solomax666@gmail.com [64]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>  Im afraid the only option I can propose:
>>>>>>>>>>>>
>>>>>>>>>>>> let me take a look at your server and Ill try to
>>>>>>>>>>>>
>>>>>>>>>>>> debug/investigate and maybe will find the reason.
>>>>>>>>>>>>
>>>>>>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa
>>>>>>>>>>>> <mohammed.arafa@gmail.com [63]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>  Hello
>>>>>>>>>>>>>
>>>>>>>>>>>>> I just set up a fresh new vm and went thru the
>>>>>>>>>>>>> configuration steps and the issue is repeated on the
>>>>>>>>>>>>> new vm. i was using the admin user.
>>>>>>>>>>>>> thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik
>>>>>>>>>>>>> <solomax666@gmail.com [57]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Since you can see the response in the browser I
>>>>>>>>>>>>>> guess it some kind of misconfiguration
>>>>>>>>>>>>>> Ill try to google it if Ill have enough time
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa
>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [56]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Hello Maxim
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> There was no response. I added it to 2 different
>>>>>>>>>>>>>>> spots within the code and saw no response. is
>>>>>>>>>>>>>>> this a bug?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa
>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [50]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Maxim
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 111 222
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>>
>>>>>   [42] id #96AAA BBB
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>>
>>>>>   [43] id #96Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Service failed and no response was returned.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim
>>>>>>>>>>>>>>>> Solodovnik <solomax666@gmail.com [44]> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Can you add
>>>>>>>>>>>>>>>>> echo("AAA");
>>>>>>>>>>>>>>>>> print_r($response);
>>>>>>>>>>>>>>>>> echo("BBB");
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> to check if it was response, was it empty,
>>>>>>>>>>>>>>>>> what is in the response if not empty ...
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed
>>>>>>>>>>>>>>>>> Arafa <mohammed.arafa@gmail.com [41]> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  Yes it works for fqdn and localhost
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim
>>>>>>>>>>>>>>>>>> Solodovnik" <solomax666@gmail.com [40]>
>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  and what about wget?
>>>>>>>>>>>>>>>>>>> is it work?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM,
>>>>>>>>>>>>>>>>>>> Mohammed Arafa <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>> [39]> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> http://localhost:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>>
>>>>>    [29] id
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> #96http://localhost:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>>
>>>>>    [30] id #96Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> i used that url and it failed (of
>>>>>>>>>>>>>>>>>>>> course since openmeetings is not on my
>>>>>>>>>>>>>>>>>>>> localhost but on a vm!)
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> so i used the original setting i had
>>>>>>>>>>>>>>>>>>>> (the fqdn) and that too gave
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> http://classes.vm:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>>
>>>>>    [31] id
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> #96http://classes.vm:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>>
>>>>>    [32] id #96Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM,
>>>>>>>>>>>>>>>>>>>> Maxim Solodovnik <solomax666@gmail.com
>>>>>>>>>>>>>>>>>>>> [33]> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  OK :)
>>>>>>>>>>>>>>>>>>>>> can you use PRINT_R()
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM,
>>>>>>>>>>>>>>>>>>>>> Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [28]>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  line 57 and 58 are:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  if(!$response) {
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>>  die("Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>>>>> response was returned.");
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  }
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> so that sentence was added to line
>>>>>>>>>>>>>>>>>>>>>> 55
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> resource(96) of type (curl)
>>>>>>>>>>>>>>>>>>>>>> resource(96) of type (Unknown)
>>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>>>>>>>>>>> Service failed and no response was
>>>>>>>>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM,
>>>>>>>>>>>>>>>>>>>>>> Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [22]> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  The error you are getting
>>>>>>>>>>>>>>>>>>>>>>> "Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and
>>>>>>>>>>>>>>>>>>>>>>> no response was returned."
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> openmeetings_rest_service.php
>>>>>>>>>>>>>>>>>>>>>>> line 58
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Maybe this will give as a hint
>>>>>>>>>>>>>>>>>>>>>>> what is wrong
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM,
>>>>>>>>>>>>>>>>>>>>>>> Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [21]>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-curl (curl.so) is in
>>>>>>>>>>>>>>>>>>>>>>>> php-common which is already
>>>>>>>>>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>>>>>>>>>> i also installed
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-pear-Net-Curl-1.2.5-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  (and restarted httpd) with no
>>>>>>>>>>>>>>>>>>>>>>>> luck
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53
>>>>>>>>>>>>>>>>>>>>>>>> PM, Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [15]>
>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  I guess you need "php curl"
>>>>>>>>>>>>>>>>>>>>>>>>> installed
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50
>>>>>>>>>>>>>>>>>>>>>>>>> AM, Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>>>>>>>> [14]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  Hello  Maxim
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> appreciate your very quick
>>>>>>>>>>>>>>>>>>>>>>>>>> response.
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> I checked my urls and it
>>>>>>>>>>>>>>>>>>>>>>>>>> worked both ways. fyi it
>>>>>>>>>>>>>>>>>>>>>>>>>> was wget
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>  http://classes.vm:5080/**openmeetings/services/**
>>>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>>>>
>>>>>>    [7] where the fqdn is
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> actually the same for both
>>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings and moodle.
>>>>>>>>>>>>>>>>>>>>>>>>>> also, i am concerned that
>>>>>>>>>>>>>>>>>>>>>>>>>> the "openmeetings" in the
>>>>>>>>>>>>>>>>>>>>>>>>>> url is not in the moodle
>>>>>>>>>>>>>>>>>>>>>>>>>> config page unless it is
>>>>>>>>>>>>>>>>>>>>>>>>>> the "OpenMeetings webapp
>>>>>>>>>>>>>>>>>>>>>>>>>> name"
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> as for php, these are the
>>>>>>>>>>>>>>>>>>>>>>>>>> rpm packages installed:
>>>>>>>>>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-common-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>  php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-mbstring-5.3.3-14.el6_3.**x86_64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-mysql-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>  php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-pear-Auth-SASL-1.0.4-1.**el6.noarch
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  php-pear-HTTP-Request-1.4.4-2.**el6.noarch
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-pear-Mail-1.2.0-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-pear-Mail-Mime-1.8.4-1.**el6.noarch
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-pear-Net-DIME-1.0.2-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-pear-Net-SMTP-1.6.1-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  php-pear-Net-Socket-1.0.10-1.**el6.noarch
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-pear-Net-URL-1.0.15-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-pear-SOAP-0.12.0-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-xmlrpc-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> if there is anything
>>>>>>>>>>>>>>>>>>>>>>>>>> missing pls let me know
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> as to apache logs. nothing
>>>>>>>>>>>>>>>>>>>>>>>>>> unusual. error logs only
>>>>>>>>>>>>>>>>>>>>>>>>>> show startup status. and
>>>>>>>>>>>>>>>>>>>>>>>>>> access logs show only me.
>>>>>>>>>>>>>>>>>>>>>>>>>> as for the openmeeting
>>>>>>>>>>>>>>>>>>>>>>>>>> logs, i wouldnt know what
>>>>>>>>>>>>>>>>>>>>>>>>>> to look for in there.
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at
>>>>>>>>>>>>>>>>>>>>>>>>>> 9:22 PM, Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [8]>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>  Hello Mohammed,
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> The issue is most
>>>>>>>>>>>>>>>>>>>>>>>>>>> probably with
>>>>>>>>>>>>>>>>>>>>>>>>>>> configuration.
>>>>>>>>>>>>>>>>>>>>>>>>>>> If you have PHP
>>>>>>>>>>>>>>>>>>>>>>>>>>> experience you can add
>>>>>>>>>>>>>>>>>>>>>>>>>>> some debug into moodle
>>>>>>>>>>>>>>>>>>>>>>>>>>> plugin. If not:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> please check if the
>>>>>>>>>>>>>>>>>>>>>>>>>>> following URL works for
>>>>>>>>>>>>>>>>>>>>>>>>>>> you:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_**CONFIG>/services/UserService/**
>>>> getSession"?
>>>>
>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> It it works on your
>>>>>>>>>>>>>>>>>>>>>>>>>>> computer try it using
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>> "wget <URL_TO_OM_FROM_YOUR_**MOODLE_CONFIG>/services/**
>>>> UserService/getSession"
>>>>
>>>>>     on the machine Moodle is
>>>>>>>>>>>>>>>>>>>>>>>>>>> running
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> if both OK Apache logs
>>>>>>>>>>>>>>>>>>>>>>>>>>> need to be checked,
>>>>>>>>>>>>>>>>>>>>>>>>>>> maybe some necessesary
>>>>>>>>>>>>>>>>>>>>>>>>>>> PHP modules are not
>>>>>>>>>>>>>>>>>>>>>>>>>>> installed
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at
>>>>>>>>>>>>>>>>>>>>>>>>>>> 8:10 AM, Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>  <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> [6]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>  hello
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> i believe i have
>>>>>>>>>>>>>>>>>>>>>>>>>>>> succesfully installed
>>>>>>>>>>>>>>>>>>>>>>>>>>>> moodle and
>>>>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings
>>>>>>>>>>>>>>>>>>>>>>>>>>>> individually. each url
>>>>>>>>>>>>>>>>>>>>>>>>>>>> path works
>>>>>>>>>>>>>>>>>>>>>>>>>>>> independently. i used:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>  apache-openmeetings-**incubating-2.0.0.r1361497-14-**
>>>>> 07-2012_1108.tar.gz
>>>>>
>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>  apache-openmeetings-moodle-**plugin-incubating-1.4.tar.gz
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  jodconverter-core-3.0-beta-4-**dist.zip
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> i have verified that
>>>>>>>>>>>>>>>>>>>>>>>>>>>> individually the 2
>>>>>>>>>>>>>>>>>>>>>>>>>>>> applications work, i
>>>>>>>>>>>>>>>>>>>>>>>>>>>> have also verified
>>>>>>>>>>>>>>>>>>>>>>>>>>>> that my admin user as
>>>>>>>>>>>>>>>>>>>>>>>>>>>> well as the soap user
>>>>>>>>>>>>>>>>>>>>>>>>>>>> are able to login.
>>>>>>>>>>>>>>>>>>>>>>>>>>>> however, whenever i
>>>>>>>>>>>>>>>>>>>>>>>>>>>> attempt to add an
>>>>>>>>>>>>>>>>>>>>>>>>>>>> openmeeting activity
>>>>>>>>>>>>>>>>>>>>>>>>>>>> to my course i keep
>>>>>>>>>>>>>>>>>>>>>>>>>>>> running into this
>>>>>>>>>>>>>>>>>>>>>>>>>>>> error:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service
>>>>>>>>>>>>>>>>>>>>>>>>>>>> failed and no response
>>>>>>>>>>>>>>>>>>>>>>>>>>>> was returned.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> the red5.log doesnt
>>>>>>>>>>>>>>>>>>>>>>>>>>>> show much and google
>>>>>>>>>>>>>>>>>>>>>>>>>>>> doesnt know anything
>>>>>>>>>>>>>>>>>>>>>>>>>>>> about this error
>>>>>>>>>>>>>>>>>>>>>>>>>>>> except that it is
>>>>>>>>>>>>>>>>>>>>>>>>>>>> coming from
>>>>>>>>>>>>>>>>>>>>>>>>>>>> openmeeting code. any
>>>>>>>>>>>>>>>>>>>>>>>>>>>> help or hint
>>>>>>>>>>>>>>>>>>>>>>>>>>>> appreciated as things
>>>>>>>>>>>>>>>>>>>>>>>>>>>> were going smoothly
>>>>>>>>>>>>>>>>>>>>>>>>>>>> till this error showed
>>>>>>>>>>>>>>>>>>>>>>>>>>>> up
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> also, i used the
>>>>>>>>>>>>>>>>>>>>>>>>>>>> default settings when
>>>>>>>>>>>>>>>>>>>>>>>>>>>> setting up
>>>>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings and the
>>>>>>>>>>>>>>>>>>>>>>>>>>>> moodle pluginany and
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> all advise will be
>>>>>>>>>>>>>>>>>>>>>>>>>>>> helpful
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> [1]
>>>>>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [2]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [3]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [4]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>  sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> [5]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> [9]
>>>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [10]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [11]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [12]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>  sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> [13]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> [16]
>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [17]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [18]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [19]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>> sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>> [20]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> [23]
>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [24]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [25]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Latest Resume [26]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>> [27]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> [34]
>>>>>>>>>>>>>>>>>>>> 805010942448935 [35]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [36]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Latest Resume [37]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>> [38]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> [45]
>>>>>>>>>>>>>>>> 805010942448935 [46]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> LinkedIn Profile [47]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Latest Resume [48]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [49]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> [51]
>>>>>>>>>>>>>>> 805010942448935 [52]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> LinkedIn Profile [53]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Latest Resume [54]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [55]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> [58]
>>>>>>>>>>>>> 805010942448935 [59]
>>>>>>>>>>>>>
>>>>>>>>>>>>> LinkedIn Profile [60]
>>>>>>>>>>>>>
>>>>>>>>>>>>> Latest Resume [61]
>>>>>>>>>>>>>
>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [62]
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> [65]
>>>>>>>>>>> 805010942448935 [66]
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile [67]
>>>>>>>>>>>
>>>>>>>>>>> Latest Resume [68]
>>>>>>>>>>>
>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [69]
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> [72]
>>>>>>>>> 805010942448935 [73]
>>>>>>>>>
>>>>>>>>> LinkedIn Profile [74]
>>>>>>>>>
>>>>>>>>> Latest Resume [75]
>>>>>>>>>
>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [76]
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> [79]
>>>>>>> 805010942448935 [80]
>>>>>>>
>>>>>>> LinkedIn Profile [81]
>>>>>>>
>>>>>>> Latest Resume [82]
>>>>>>>
>>>>>>> VoIP: sip:marafa@fedoraproject.org [83]
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> [86]
>>>>> 805010942448935 [87]
>>>>>
>>>>> LinkedIn Profile [88]
>>>>>
>>>>> Latest Resume [89]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [90]
>>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>> This message has been scanned for viruses and
>>>> dangerous content by MAILSCANNER [92], and is
>>>> believed to be clean.
>>>>
>>>> Links:
>>>> ------
>>>> [1]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [2]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [3] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [4] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [5] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [6] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [7] http://classes.vm:5080/**openmeetings/services/**
>>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>>> [8] mailto:solomax666@gmail.com
>>>> [9]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [10]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [11] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [12] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [13] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [14] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [15] mailto:solomax666@gmail.com
>>>> [16]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [17]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [18] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [19] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [20] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [21] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [22] mailto:solomax666@gmail.com
>>>> [23]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [24]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [25] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [26] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [27] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [28] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [29]
>>>>
>>>> http://localhost:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>> [30]
>>>>
>>>> http://localhost:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>> [31]
>>>>
>>>> http://classes.vm:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>> [32]
>>>>
>>>> http://classes.vm:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>> [33] mailto:solomax666@gmail.com
>>>> [34]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [35]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [36] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [37] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [38] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [39] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [40] mailto:solomax666@gmail.com
>>>> [41] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [42]
>>>>
>>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>> [43]
>>>>
>>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>> [44] mailto:solomax666@gmail.com
>>>> [45]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [46]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [47] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [48] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [49] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [50] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [51]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [52]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [53] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [54] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [55] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [56] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [57] mailto:solomax666@gmail.com
>>>> [58]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [59]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [60] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [61] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [62] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [63] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [64] mailto:solomax666@gmail.com
>>>> [65]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [66]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [67] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [68] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [69] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [70] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [71] mailto:solomax666@gmail.com
>>>> [72]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [73]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [74] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [75] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [76] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [77] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [78] mailto:solomax666@gmail.com
>>>> [79]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [80]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [81] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [82] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [83] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [84] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [85] mailto:solomax666@gmail.com
>>>> [86]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [87]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> [88] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>>> [89] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>>> [90] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>>> [91] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>>> [92] http://www.mailscanner.info/
>>>>
>>>
>>> --
>>> Mark Newnham
>>>
>>> American Data Group
>>> (303)741-5711
>>>
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MailScanner, and is
>>> believed to be clean.
>>>
>>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
also

[root@classes html]# php -m
[PHP Modules]
bz2
calendar
Core
ctype
curl
date
dom
ereg
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
intl
json
libxml
mbstring
mysql
mysqli
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
readline
Reflection
session
shmop
SimpleXML
soap
sockets
SPL
sqlite3
standard
tokenizer
wddx
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

[Zend Modules]

On Tue, Oct 2, 2012 at 7:15 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> kmn
> thank you for responding.
>
> the php page result was "0"
>
> thank you
>
>
> On Mon, Oct 1, 2012 at 9:20 AM, kmn <km...@adginc.net> wrote:
>
>> try this:
>> $cu = curl_init();
>> $url = "http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>> ";
>> curl_setopt($cu, CURLOPT_URL,$url);
>> curl_setopt($cu, CURLOPT_VERBOSE,        1);  #show the conversation
>> $curlOutput    = curl_exec($cu);
>> $response = (curl_getinfo($cu,CURLINFO_**HTTP_CODE ));
>> curl_close($cu);
>>
>> print_r($curlOutput);
>> print_r($response);
>>
>>
>>
>> On 2012-09-30 09:54, Maxim Solodovnik wrote:
>>
>>> Unfortunately Im no so good in PHP programming :(
>>>
>>> I guess we need PHP guru :)
>>> everything is working on my Ubuntu machines :(
>>>
>>> On Sun, Sep 30, 2012 at 10:48 PM, Mohammed Arafa
>>> <mohammed.arafa@gmail.com [91]> wrote:
>>>
>>>  i went looking for a php test and found this:
>>>>
>>>> <?php
>>>> if(array_search(curl, get_loaded_extensions())){ echo "curl is
>>>>
>>>> there"; } else echo "curl is not there"
>>>> ?>
>>>>
>>>> i ran it and receive a positive response. it is not a curl issue
>>>>
>>>> On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik
>>>> <solomax666@gmail.com [85]> wrote:
>>>>
>>>>  Java applications are not dependent on system architecture.
>>>>>
>>>>> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa
>>>>> <mohammed.arafa@gmail.com [84]> wrote:
>>>>>
>>>>>  is it possible that openmeetings is a 32 bit application?
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik
>>>>>> <solomax666@gmail.com [78]> wrote:
>>>>>>
>>>>>>  I hope anybody else here is using CenOS and can help you.
>>>>>>> I did all my testings on Ubuntu :(
>>>>>>>
>>>>>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa
>>>>>>> <mohammed.arafa@gmail.com [77]> wrote:
>>>>>>>
>>>>>>>  here is my verification of curl for php
>>>>>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>>>>>> /etc/php.d/curl.ini
>>>>>>>> /usr/lib64/php/modules/curl.so
>>>>>>>> [root@classes ~]# curl
>>>>>>>> curl: try curl --help or curl --manual for more information
>>>>>>>>
>>>>>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik
>>>>>>>> <solomax666@gmail.com [71]> wrote:
>>>>>>>>
>>>>>>>>  Im not sure about CenOS
>>>>>>>>> in debian/ubuntu
>>>>>>>>> I did install "php5-curl - CURL module for php5"
>>>>>>>>>
>>>>>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>>>>>> php5-curl - CURL module for php5
>>>>>>>>>
>>>>>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>>>>>>
>>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.3_i386.**deb
>>>>>>>>
>>>>>>>>>
>>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.4_i386.**deb
>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa
>>>>>>>>> <mohammed.arafa@gmail.com [70]> wrote:
>>>>>>>>>
>>>>>>>>>  Maxim
>>>>>>>>>>
>>>>>>>>>> I appreciate the offer and i will not forget it but The
>>>>>>>>>> vms are not on the net, there is at least one firewall
>>>>>>>>>> blocking access. so in the meantime i have attached my
>>>>>>>>>> very rough notes on what i did on my centos 6.3 vm
>>>>>>>>>>
>>>>>>>>>> thank you
>>>>>>>>>>
>>>>>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik
>>>>>>>>>> <solomax666@gmail.com [64]> wrote:
>>>>>>>>>>
>>>>>>>>>>  Im afraid the only option I can propose:
>>>>>>>>>>>
>>>>>>>>>>> let me take a look at your server and Ill try to
>>>>>>>>>>>
>>>>>>>>>>> debug/investigate and maybe will find the reason.
>>>>>>>>>>>
>>>>>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa
>>>>>>>>>>> <mohammed.arafa@gmail.com [63]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>  Hello
>>>>>>>>>>>>
>>>>>>>>>>>> I just set up a fresh new vm and went thru the
>>>>>>>>>>>> configuration steps and the issue is repeated on the
>>>>>>>>>>>> new vm. i was using the admin user.
>>>>>>>>>>>> thanks
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik
>>>>>>>>>>>> <solomax666@gmail.com [57]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>  Since you can see the response in the browser I
>>>>>>>>>>>>> guess it some kind of misconfiguration
>>>>>>>>>>>>> Ill try to google it if Ill have enough time
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa
>>>>>>>>>>>>> <mohammed.arafa@gmail.com [56]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Hello Maxim
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> There was no response. I added it to 2 different
>>>>>>>>>>>>>> spots within the code and saw no response. is
>>>>>>>>>>>>>> this a bug?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa
>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [50]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Maxim
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 111 222
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>>   [42] id #96AAA BBB
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>>   [43] id #96Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Service failed and no response was returned.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim
>>>>>>>>>>>>>>> Solodovnik <solomax666@gmail.com [44]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Can you add
>>>>>>>>>>>>>>>> echo("AAA");
>>>>>>>>>>>>>>>> print_r($response);
>>>>>>>>>>>>>>>> echo("BBB");
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> to check if it was response, was it empty,
>>>>>>>>>>>>>>>> what is in the response if not empty ...
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed
>>>>>>>>>>>>>>>> Arafa <mohammed.arafa@gmail.com [41]> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Yes it works for fqdn and localhost
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim
>>>>>>>>>>>>>>>>> Solodovnik" <solomax666@gmail.com [40]>
>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  and what about wget?
>>>>>>>>>>>>>>>>>> is it work?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM,
>>>>>>>>>>>>>>>>>> Mohammed Arafa <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>> [39]> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>>    [29] id
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>> #96http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>>    [30] id #96Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> i used that url and it failed (of
>>>>>>>>>>>>>>>>>>> course since openmeetings is not on my
>>>>>>>>>>>>>>>>>>> localhost but on a vm!)
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> so i used the original setting i had
>>>>>>>>>>>>>>>>>>> (the fqdn) and that too gave
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>>    [31] id
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>> #96http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>>    [32] id #96Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM,
>>>>>>>>>>>>>>>>>>> Maxim Solodovnik <solomax666@gmail.com
>>>>>>>>>>>>>>>>>>> [33]> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  OK :)
>>>>>>>>>>>>>>>>>>>> can you use PRINT_R()
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM,
>>>>>>>>>>>>>>>>>>>> Mohammed Arafa
>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [28]>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  line 57 and 58 are:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  if(!$response) {
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>>  die("Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>>>> response was returned.");
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  }
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> so that sentence was added to line
>>>>>>>>>>>>>>>>>>>>> 55
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> resource(96) of type (curl)
>>>>>>>>>>>>>>>>>>>>> resource(96) of type (Unknown)
>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>>>>>>>>>> Service failed and no response was
>>>>>>>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM,
>>>>>>>>>>>>>>>>>>>>> Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [22]> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  The error you are getting
>>>>>>>>>>>>>>>>>>>>>> "Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and
>>>>>>>>>>>>>>>>>>>>>> no response was returned."
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> openmeetings_rest_service.php
>>>>>>>>>>>>>>>>>>>>>> line 58
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Maybe this will give as a hint
>>>>>>>>>>>>>>>>>>>>>> what is wrong
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM,
>>>>>>>>>>>>>>>>>>>>>> Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [21]>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-curl (curl.so) is in
>>>>>>>>>>>>>>>>>>>>>>> php-common which is already
>>>>>>>>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>>>>>>>>> i also installed
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-pear-Net-Curl-1.2.5-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  (and restarted httpd) with no
>>>>>>>>>>>>>>>>>>>>>>> luck
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53
>>>>>>>>>>>>>>>>>>>>>>> PM, Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [15]>
>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  I guess you need "php curl"
>>>>>>>>>>>>>>>>>>>>>>>> installed
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50
>>>>>>>>>>>>>>>>>>>>>>>> AM, Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>>>>>>> [14]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  Hello  Maxim
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> appreciate your very quick
>>>>>>>>>>>>>>>>>>>>>>>>> response.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> I checked my urls and it
>>>>>>>>>>>>>>>>>>>>>>>>> worked both ways. fyi it
>>>>>>>>>>>>>>>>>>>>>>>>> was wget
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>  http://classes.vm:5080/**openmeetings/services/**
>>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>>>
>>>>>    [7] where the fqdn is
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> actually the same for both
>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings and moodle.
>>>>>>>>>>>>>>>>>>>>>>>>> also, i am concerned that
>>>>>>>>>>>>>>>>>>>>>>>>> the "openmeetings" in the
>>>>>>>>>>>>>>>>>>>>>>>>> url is not in the moodle
>>>>>>>>>>>>>>>>>>>>>>>>> config page unless it is
>>>>>>>>>>>>>>>>>>>>>>>>> the "OpenMeetings webapp
>>>>>>>>>>>>>>>>>>>>>>>>> name"
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> as for php, these are the
>>>>>>>>>>>>>>>>>>>>>>>>> rpm packages installed:
>>>>>>>>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-common-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-mbstring-5.3.3-14.el6_3.**x86_64
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-mysql-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  php-pear-Auth-SASL-1.0.4-1.**el6.noarch
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  php-pear-HTTP-Request-1.4.4-2.**el6.noarch
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-pear-Mail-1.2.0-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  php-pear-Mail-Mime-1.8.4-1.**el6.noarch
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-pear-Net-DIME-1.0.2-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-pear-Net-SMTP-1.6.1-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  php-pear-Net-Socket-1.0.10-1.**el6.noarch
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-pear-Net-URL-1.0.15-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-pear-SOAP-0.12.0-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-xmlrpc-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> if there is anything
>>>>>>>>>>>>>>>>>>>>>>>>> missing pls let me know
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> as to apache logs. nothing
>>>>>>>>>>>>>>>>>>>>>>>>> unusual. error logs only
>>>>>>>>>>>>>>>>>>>>>>>>> show startup status. and
>>>>>>>>>>>>>>>>>>>>>>>>> access logs show only me.
>>>>>>>>>>>>>>>>>>>>>>>>> as for the openmeeting
>>>>>>>>>>>>>>>>>>>>>>>>> logs, i wouldnt know what
>>>>>>>>>>>>>>>>>>>>>>>>> to look for in there.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at
>>>>>>>>>>>>>>>>>>>>>>>>> 9:22 PM, Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [8]>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  Hello Mohammed,
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> The issue is most
>>>>>>>>>>>>>>>>>>>>>>>>>> probably with
>>>>>>>>>>>>>>>>>>>>>>>>>> configuration.
>>>>>>>>>>>>>>>>>>>>>>>>>> If you have PHP
>>>>>>>>>>>>>>>>>>>>>>>>>> experience you can add
>>>>>>>>>>>>>>>>>>>>>>>>>> some debug into moodle
>>>>>>>>>>>>>>>>>>>>>>>>>> plugin. If not:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> please check if the
>>>>>>>>>>>>>>>>>>>>>>>>>> following URL works for
>>>>>>>>>>>>>>>>>>>>>>>>>> you:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>> "<URL_TO_OM_FROM_YOUR_MOODLE_**CONFIG>/services/UserService/**
>>> getSession"?
>>>
>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> It it works on your
>>>>>>>>>>>>>>>>>>>>>>>>>> computer try it using
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>> "wget <URL_TO_OM_FROM_YOUR_**MOODLE_CONFIG>/services/**
>>> UserService/getSession"
>>>
>>>>     on the machine Moodle is
>>>>>>>>>>>>>>>>>>>>>>>>>> running
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> if both OK Apache logs
>>>>>>>>>>>>>>>>>>>>>>>>>> need to be checked,
>>>>>>>>>>>>>>>>>>>>>>>>>> maybe some necessesary
>>>>>>>>>>>>>>>>>>>>>>>>>> PHP modules are not
>>>>>>>>>>>>>>>>>>>>>>>>>> installed
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at
>>>>>>>>>>>>>>>>>>>>>>>>>> 8:10 AM, Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>  <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> [6]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>  hello
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> i believe i have
>>>>>>>>>>>>>>>>>>>>>>>>>>> succesfully installed
>>>>>>>>>>>>>>>>>>>>>>>>>>> moodle and
>>>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings
>>>>>>>>>>>>>>>>>>>>>>>>>>> individually. each url
>>>>>>>>>>>>>>>>>>>>>>>>>>> path works
>>>>>>>>>>>>>>>>>>>>>>>>>>> independently. i used:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>  apache-openmeetings-**incubating-2.0.0.r1361497-14-**
>>>> 07-2012_1108.tar.gz
>>>>
>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>  apache-openmeetings-moodle-**plugin-incubating-1.4.tar.gz
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  jodconverter-core-3.0-beta-4-**dist.zip
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> i have verified that
>>>>>>>>>>>>>>>>>>>>>>>>>>> individually the 2
>>>>>>>>>>>>>>>>>>>>>>>>>>> applications work, i
>>>>>>>>>>>>>>>>>>>>>>>>>>> have also verified
>>>>>>>>>>>>>>>>>>>>>>>>>>> that my admin user as
>>>>>>>>>>>>>>>>>>>>>>>>>>> well as the soap user
>>>>>>>>>>>>>>>>>>>>>>>>>>> are able to login.
>>>>>>>>>>>>>>>>>>>>>>>>>>> however, whenever i
>>>>>>>>>>>>>>>>>>>>>>>>>>> attempt to add an
>>>>>>>>>>>>>>>>>>>>>>>>>>> openmeeting activity
>>>>>>>>>>>>>>>>>>>>>>>>>>> to my course i keep
>>>>>>>>>>>>>>>>>>>>>>>>>>> running into this
>>>>>>>>>>>>>>>>>>>>>>>>>>> error:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service
>>>>>>>>>>>>>>>>>>>>>>>>>>> failed and no response
>>>>>>>>>>>>>>>>>>>>>>>>>>> was returned.
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> the red5.log doesnt
>>>>>>>>>>>>>>>>>>>>>>>>>>> show much and google
>>>>>>>>>>>>>>>>>>>>>>>>>>> doesnt know anything
>>>>>>>>>>>>>>>>>>>>>>>>>>> about this error
>>>>>>>>>>>>>>>>>>>>>>>>>>> except that it is
>>>>>>>>>>>>>>>>>>>>>>>>>>> coming from
>>>>>>>>>>>>>>>>>>>>>>>>>>> openmeeting code. any
>>>>>>>>>>>>>>>>>>>>>>>>>>> help or hint
>>>>>>>>>>>>>>>>>>>>>>>>>>> appreciated as things
>>>>>>>>>>>>>>>>>>>>>>>>>>> were going smoothly
>>>>>>>>>>>>>>>>>>>>>>>>>>> till this error showed
>>>>>>>>>>>>>>>>>>>>>>>>>>> up
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> also, i used the
>>>>>>>>>>>>>>>>>>>>>>>>>>> default settings when
>>>>>>>>>>>>>>>>>>>>>>>>>>> setting up
>>>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings and the
>>>>>>>>>>>>>>>>>>>>>>>>>>> moodle pluginany and
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> all advise will be
>>>>>>>>>>>>>>>>>>>>>>>>>>> helpful
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> [1]
>>>>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [2]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [3]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [4]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> [5]
>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> [9]
>>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [10]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [11]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [12]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> [13]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> [16]
>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [17]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [18]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [19]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>> sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>> [20]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> [23]
>>>>>>>>>>>>>>>>>>>>> 805010942448935 [24]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [25]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Latest Resume [26]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>> [27]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> [34]
>>>>>>>>>>>>>>>>>>> 805010942448935 [35]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> LinkedIn Profile [36]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Latest Resume [37]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>> [38]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> [45]
>>>>>>>>>>>>>>> 805010942448935 [46]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> LinkedIn Profile [47]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Latest Resume [48]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [49]
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> [51]
>>>>>>>>>>>>>> 805010942448935 [52]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> LinkedIn Profile [53]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Latest Resume [54]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [55]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> [58]
>>>>>>>>>>>> 805010942448935 [59]
>>>>>>>>>>>>
>>>>>>>>>>>> LinkedIn Profile [60]
>>>>>>>>>>>>
>>>>>>>>>>>> Latest Resume [61]
>>>>>>>>>>>>
>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [62]
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> [65]
>>>>>>>>>> 805010942448935 [66]
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile [67]
>>>>>>>>>>
>>>>>>>>>> Latest Resume [68]
>>>>>>>>>>
>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [69]
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> [72]
>>>>>>>> 805010942448935 [73]
>>>>>>>>
>>>>>>>> LinkedIn Profile [74]
>>>>>>>>
>>>>>>>> Latest Resume [75]
>>>>>>>>
>>>>>>>> VoIP: sip:marafa@fedoraproject.org [76]
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> [79]
>>>>>> 805010942448935 [80]
>>>>>>
>>>>>> LinkedIn Profile [81]
>>>>>>
>>>>>> Latest Resume [82]
>>>>>>
>>>>>> VoIP: sip:marafa@fedoraproject.org [83]
>>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>> --
>>>>
>>>> [86]
>>>> 805010942448935 [87]
>>>>
>>>> LinkedIn Profile [88]
>>>>
>>>> Latest Resume [89]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [90]
>>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MAILSCANNER [92], and is
>>> believed to be clean.
>>>
>>> Links:
>>> ------
>>> [1]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [2]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [3] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [4] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [5] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [6] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [7] http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>> [8] mailto:solomax666@gmail.com
>>> [9]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [10]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [11] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [12] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [13] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [14] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [15] mailto:solomax666@gmail.com
>>> [16]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [17]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [18] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [19] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [20] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [21] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [22] mailto:solomax666@gmail.com
>>> [23]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [24]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [25] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [26] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [27] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [28] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [29]
>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>> [30]
>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>> [31]
>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [32]
>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [33] mailto:solomax666@gmail.com
>>> [34]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [35]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [36] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [37] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [38] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [39] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [40] mailto:solomax666@gmail.com
>>> [41] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [42]
>>>
>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [43]
>>>
>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [44] mailto:solomax666@gmail.com
>>> [45]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [46]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [47] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [48] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [49] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [50] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [51]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [52]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [53] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [54] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [55] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [56] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [57] mailto:solomax666@gmail.com
>>> [58]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [59]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [60] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [61] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [62] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [63] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [64] mailto:solomax666@gmail.com
>>> [65]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [66]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [67] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [68] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [69] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [70] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [71] mailto:solomax666@gmail.com
>>> [72]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [73]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [74] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [75] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [76] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [77] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [78] mailto:solomax666@gmail.com
>>> [79]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [80]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [81] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [82] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [83] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [84] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [85] mailto:solomax666@gmail.com
>>> [86]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [87]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [88] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [89] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [90] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [91] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [92] http://www.mailscanner.info/
>>>
>>
>> --
>> Mark Newnham
>>
>> American Data Group
>> (303)741-5711
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
a big hearty thank you to Maxim Solodovnik and to kmn for your patience and
assistance.

the fix is :
sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux
which means to disable selinux permanently (which is 100% not recommended


On Tue, Oct 2, 2012 at 8:14 PM, Mohammed Arafa <mo...@gmail.com>wrote:

> Hello
>
> Yes I got nothing back. i used tcpdump and verified that it was working.
> I then tried it on a fedora box and that script worked. the difference
> being fedora had php 5.4 packages while centos had 5.3 packages. does
> openmeeting require a minimum php version of 5.4?
>
> On Tue, Oct 2, 2012 at 9:19 AM, kmn <km...@adginc.net> wrote:
>
>> if you change the url to http://www.google.com, the script should
>> retrieve the google page. If it does not, and I suspect it will not, the
>> error is somehow in the php installation
>>
>> you should see a conversation that starts like this...
>>
>> * About to connect() to www.google.com port 80 (#0)
>> *   Trying 74.125.225.208...
>> * connected
>> * Connected to www.google.com (74.125.225.208) port 80 (#0)
>>
>>> GET / HTTP/1.1
>>>
>> Host: www.google.com
>> Accept: */*
>>
>>
>> So even if your connection is blocked by a firewall, you should see
>> something. You are saying that you got a Zero and nothing else?
>>
>>
>>
>> On 2012-10-02 05:15, Mohammed Arafa wrote:
>>
>>> kmn
>>> thank you for responding.
>>>
>>> the php page result was "0"
>>>
>>> thank you
>>>
>>> On Mon, Oct 1, 2012 at 9:20 AM, kmn <kmn@adginc.net [134]> wrote:
>>>
>>>  try this:
>>>> $cu = curl_init();
>>>> $url =
>>>> "http://classes.vm:5080/**openmeetings/services/**
>>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>>> [132]";
>>>>
>>>> curl_setopt($cu, CURLOPT_URL,$url);
>>>> curl_setopt($cu, CURLOPT_VERBOSE,        1);  #show the
>>>> conversation
>>>> $curlOutput    = curl_exec($cu);
>>>> $response = (curl_getinfo($cu,CURLINFO_**HTTP_CODE ));
>>>> curl_close($cu);
>>>>
>>>> print_r($curlOutput);
>>>> print_r($response);
>>>>
>>>> On 2012-09-30 09:54, Maxim Solodovnik wrote:
>>>>
>>>>  Unfortunately Im no so good in PHP programming :(
>>>>>
>>>>> I guess we need PHP guru :)
>>>>> everything is working on my Ubuntu machines :(
>>>>>
>>>>> On Sun, Sep 30, 2012 at 10:48 PM, Mohammed Arafa
>>>>> <mohammed.arafa@gmail.com [78] [91]> wrote:
>>>>>
>>>>>  i went looking for a php test and found this:
>>>>>>
>>>>>> <?php
>>>>>> if(array_search(curl, get_loaded_extensions())){ echo "curl is
>>>>>>
>>>>>> there"; } else echo "curl is not there"
>>>>>> ?>
>>>>>>
>>>>>> i ran it and receive a positive response. it is not a curl
>>>>>> issue
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik
>>>>>> <solomax666@gmail.com [10] [85]> wrote:
>>>>>>
>>>>>>  Java applications are not dependent on system architecture.
>>>>>>>
>>>>>>> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa
>>>>>>> <mohammed.arafa@gmail.com [9] [84]> wrote:
>>>>>>>
>>>>>>>  is it possible that openmeetings is a 32 bit application?
>>>>>>>>
>>>>>>>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik
>>>>>>>> <solomax666@gmail.com [8] [78]> wrote:
>>>>>>>>
>>>>>>>>  I hope anybody else here is using CenOS and can help you.
>>>>>>>>> I did all my testings on Ubuntu :(
>>>>>>>>>
>>>>>>>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa
>>>>>>>>> <mohammed.arafa@gmail.com [7] [77]> wrote:
>>>>>>>>>
>>>>>>>>>  here is my verification of curl for php
>>>>>>>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>>>>>>>> /etc/php.d/curl.ini
>>>>>>>>>> /usr/lib64/php/modules/curl.so
>>>>>>>>>> [root@classes ~]# curl
>>>>>>>>>> curl: try curl --help or curl --manual for more
>>>>>>>>>> information
>>>>>>>>>>
>>>>>>>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik
>>>>>>>>>>
>>>>>>>>>> <solomax666@gmail.com [6] [71]> wrote:
>>>>>>>>>>
>>>>>>>>>>  Im not sure about CenOS
>>>>>>>>>>> in debian/ubuntu
>>>>>>>>>>> I did install "php5-curl - CURL module for php5"
>>>>>>>>>>>
>>>>>>>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>>>>>>>> php5-curl - CURL module for php5
>>>>>>>>>>>
>>>>>>>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.3_i386.**deb
>>>>>>>>
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.4_i386.**deb
>>>>>>>>
>>>>>>>>>
>>>>>>>>>>  med.arafa@gmail.com"
>>>>>>>>>>>
>>>>>>>>>>> target="_blank">mohammed.**arafa@gmail.com<mo...@gmail.com>[70]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>  Maxim
>>>>>>>>>>>>
>>>>>>>>>>>> I appreciate the offer and i will not forget it but
>>>>>>>>>>>> The
>>>>>>>>>>>> vms are not on the net, there is at least one
>>>>>>>>>>>> firewall
>>>>>>>>>>>> blocking access. so in the meantime i have attached
>>>>>>>>>>>> my
>>>>>>>>>>>> very rough notes on what i did on my centos 6.3 vm
>>>>>>>>>>>>
>>>>>>>>>>>> thank you
>>>>>>>>>>>>
>>>>>>>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik
>>>>>>>>>>>> <solomax666@gmail.com [5] [64]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>  Im afraid the only option I can propose:
>>>>>>>>>>>>>
>>>>>>>>>>>>> let me take a look at your server and Ill try to
>>>>>>>>>>>>>
>>>>>>>>>>>>> debug/investigate and maybe will find the reason.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa
>>>>>>>>>>>>> <mohammed.arafa@gmail.com [4] [63]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Hello
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I just set up a fresh new vm and went thru the
>>>>>>>>>>>>>> configuration steps and the issue is repeated
>>>>>>>>>>>>>> on the
>>>>>>>>>>>>>> new vm. i was using the admin user.
>>>>>>>>>>>>>> thanks
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim
>>>>>>>>>>>>>> Solodovnik
>>>>>>>>>>>>>> <solomax666@gmail.com [3] [57]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Since you can see the response in the browser
>>>>>>>>>>>>>>> I
>>>>>>>>>>>>>>> guess it some kind of misconfiguration
>>>>>>>>>>>>>>> Ill try to google it if Ill have enough time
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed
>>>>>>>>>>>>>>> Arafa
>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [2] [56]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Hello Maxim
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> There was no response. I added it to 2
>>>>>>>>>>>>>>>> different
>>>>>>>>>>>>>>>> spots within the code and saw no response.
>>>>>>>>>>>>>>>> is
>>>>>>>>>>>>>>>> this a bug?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed
>>>>>>>>>>>>>>>> Arafa
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [1] [50]> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Maxim
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> 111 222
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>
>>>>>
>>>>
>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>> [79]
>>>>>
>>>>>   [42] id #96AAA BBB
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>
>>>>>
>>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>> [80]
>>>>>
>>>>> [30] id #96Request OpenMeetings!
>>>>>
>>>>> OpenMeetings Service failed and no
>>>>> response was returned.
>>>>>
>>>>> i used that url and it failed (of
>>>>> course since openmeetings is not on my
>>>>> localhost but on a vm!)
>>>>>
>>>>> so i used the original setting i had
>>>>> (the fqdn) and that too gave
>>>>>
>>>>>
>>>>>
>>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>> [81]
>>>>>
>>>>> [32] id #96Request OpenMeetings!
>>>>>
>>>>> OpenMeetings Service failed and no
>>>>> response was returned.
>>>>>
>>>>> but the url in the browser works now
>>>>>
>>>>> On Tue, Sep 25, 2012 at 10:17 PM,
>>>>> Maxim Solodovnik <solomax666@gmail.com [82]
>>>>>
>>>>> [33]> wrote:
>>>>>
>>>>> OK :)
>>>>> can you use PRINT_R()
>>>>>
>>>>> insted of var_dump?
>>>>>
>>>>> or maybe even better:
>>>>> print_r($request);
>>>>> print_r($session);
>>>>>
>>>>> On Wed, Sep 26, 2012 at 9:13 AM,
>>>>> Mohammed Arafa
>>>>> <mohammed.arafa@gmail.com [83] [28]>
>>>>>
>>>>>
>>>>> wrote:
>>>>>
>>>>> line 57 and 58 are:
>>>>>
>>>>>
>>>>>
>>>>> moodle-latest-23.tgz
>>>>>
>>>>> i have verified that
>>>>> individually the 2
>>>>> applications work, i
>>>>> have also verified
>>>>> that my admin user as
>>>>> well as the soap user
>>>>> are able to login.
>>>>> however, whenever i
>>>>> attempt to add an
>>>>> openmeeting activity
>>>>> to my course i keep
>>>>> running into this
>>>>> error:
>>>>>
>>>>> Request OpenMeetings!
>>>>> OpenMeetings Service
>>>>> failed and no response
>>>>> was returned.
>>>>>
>>>>> the red5.log doesnt
>>>>> show much and google
>>>>> doesnt know anything
>>>>> about this error
>>>>> except that it is
>>>>> coming from
>>>>> openmeeting code. any
>>>>> help or hint
>>>>> appreciated as things
>>>>> were going smoothly
>>>>> till this error showed
>>>>> up
>>>>>
>>>>> also, i used the
>>>>> default settings when
>>>>> setting up
>>>>> openmeetings and the
>>>>> moodle pluginany and
>>>>>
>>>>> all advise will be
>>>>> helpful
>>>>>
>>>>> thank you
>>>>>
>>>>> --
>>>>>
>>>>> [1]
>>>>> 805010942448935 [2]
>>>>>
>>>>> LinkedIn Profile [3]
>>>>>
>>>>> Latest Resume [4]
>>>>>
>>>>> VoIP:
>>>>>
>>>>> sip:marafa@fedoraproject.org [86]
>>>>>
>>>>> [5]
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [9]
>>>>> 805010942448935 [10]
>>>>>
>>>>> LinkedIn Profile [11]
>>>>>
>>>>> Latest Resume [12]
>>>>>
>>>>> VoIP:
>>>>>
>>>>> sip:marafa@fedoraproject.org [87]
>>>>>
>>>>> [13]
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [16]
>>>>> 805010942448935 [17]
>>>>>
>>>>> LinkedIn Profile [18]
>>>>>
>>>>> Latest Resume [19]
>>>>>
>>>>> VoIP:
>>>>> sip:marafa@fedoraproject.org [88]
>>>>>
>>>>> [20]
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [23]
>>>>> 805010942448935 [24]
>>>>>
>>>>> LinkedIn Profile [25]
>>>>>
>>>>> Latest Resume [26]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [89]
>>>>>
>>>>> [27]
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [34]
>>>>> 805010942448935 [35]
>>>>>
>>>>> LinkedIn Profile [36]
>>>>>
>>>>> Latest Resume [37]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [90]
>>>>>
>>>>> [38]
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [45]
>>>>> 805010942448935 [46]
>>>>>
>>>>> LinkedIn Profile [47]
>>>>>
>>>>> Latest Resume [48]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [91] [49]
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> [51]
>>>>> 805010942448935 [52]
>>>>>
>>>>> LinkedIn Profile [53]
>>>>>
>>>>> Latest Resume [54]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [92] [55]
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [58]
>>>>> 805010942448935 [59]
>>>>>
>>>>> LinkedIn Profile [60]
>>>>>
>>>>> Latest Resume [61]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [93] [62]
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [65]
>>>>> 805010942448935 [66]
>>>>>
>>>>> LinkedIn Profile [67]
>>>>>
>>>>> Latest Resume [68]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [94] [69]
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [72]
>>>>> 805010942448935 [73]
>>>>>
>>>>> LinkedIn Profile [74]
>>>>>
>>>>> Latest Resume [75]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [95] [76]
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [79]
>>>>> 805010942448935 [80]
>>>>>
>>>>> LinkedIn Profile [81]
>>>>>
>>>>> Latest Resume [82]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [96] [83]
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>>
>>>>> [86]
>>>>> 805010942448935 [87]
>>>>>
>>>>> LinkedIn Profile [88]
>>>>>
>>>>> Latest Resume [89]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [97] [90]
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>> --
>>>>> This message has been scanned for viruses and
>>>>> dangerous content by MAILSCANNER [92], and is
>>>>> believed to be clean.
>>>>>
>>>>> Links:
>>>>> ------
>>>>> [1]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [98]
>>>>> [2]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [99]
>>>>> [3] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>[100]
>>>>> [4] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>[101]
>>>>> [5] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org> [102]
>>>>> [6] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com> [103]
>>>>> [7]
>>>>>
>>>>>  http://classes.vm:5080/**openmeetings/services/**
>>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>>>
>>>>> [104]
>>>>> [8] mailto:solomax666@gmail.com [105]
>>>>> [9]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [106]
>>>>> [10]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [107]
>>>>> [11] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>[108]
>>>>> [12] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>[109]
>>>>> [13] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>[110]
>>>>> [14] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>[111]
>>>>> [15] mailto:solomax666@gmail.com [112]
>>>>> [16]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [113]
>>>>> [17]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [114]
>>>>> [18] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>[115]
>>>>> [19] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>[116]
>>>>> [20] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>[117]
>>>>> [21] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>[118]
>>>>> [22] mailto:solomax666@gmail.com [119]
>>>>> [23]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [120]
>>>>> [24]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [121]
>>>>> [25] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>[122]
>>>>> [26] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>[123]
>>>>> [27] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>[124]
>>>>> [28] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>[125]
>>>>> [29]
>>>>>
>>>>>
>>>>>
>>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>> [126]
>>>>> [30]
>>>>>
>>>>>
>>>>>
>>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>> [127]
>>>>> [31]
>>>>>
>>>>>
>>>>>
>>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>> [128]
>>>>> [32]
>>>>>
>>>>>
>>>>>
>>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>>
>>>> [129]
>>>>> [33] mailto:solomax666@gmail.com [130]
>>>>> [34]
>>>>>
>>>>>
>>>>>
>>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>
>>>> [131]
>>>>> [35]
>>>>>
>>>>> https://www.redhat.com/wapps/**training/certification/verify<https://www.redhat.com/wapps/training/certification/verify>
>>>>> .
>>>>>
>>>>
>>>> --
>>>> Mark Newnham
>>>>
>>>> American Data Group
>>>> (303)741-5711 [133]
>>>>
>>>>
>>>> --
>>>> This message has been scanned for viruses and
>>>> dangerous content by MailScanner, and is
>>>> believed to be clean.
>>>>
>>>
>>> --
>>>
>>>  [135]
>>>  805010942448935 [136]
>>>
>>> LinkedIn Profile [137]
>>>
>>> Latest Resume [138]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [139]
>>>
>>>
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MAILSCANNER [140], and is
>>>
>>> believed to be clean.
>>>
>>> Links:
>>> ------
>>> [1] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [2] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [3] mailto:solomax666@gmail.com
>>> [4] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [5] mailto:solomax666@gmail.com
>>> [6] mailto:solomax666@gmail.com
>>> [7] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [8] mailto:solomax666@gmail.com
>>> [9] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [10] mailto:solomax666@gmail.com
>>> [11] mailto:solomax666@gmail.com
>>> [12] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [13] mailto:solomax666@gmail.com
>>> [14] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [15]
>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>> [16]
>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [17] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [18] mailto:solomax666@gmail.com
>>> [19] mailto:solomax666@gmail.com
>>> [20] http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>> [21] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [22] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [23] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [24] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [25] mailto:solomax666@gmail.com
>>> [26] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [27]
>>>
>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [28]
>>>
>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [29] mailto:solomax666@gmail.com
>>> [30]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [31]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [32] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [33] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [34] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [35] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [36]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [37]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [38] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [39] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [40] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [41] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [42] mailto:solomax666@gmail.com
>>> [43]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [44]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [45] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [46] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [47] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [48] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [49] mailto:solomax666@gmail.com
>>> [50]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [51]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [52] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [53] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [54] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [55] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [56] mailto:solomax666@gmail.com
>>> [57]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [58]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [59] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [60] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [61] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [62] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [63] mailto:solomax666@gmail.com
>>> [64]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [65]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [66] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [67] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [68] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [69] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [70] mailto:solomax666@gmail.com
>>> [71]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [72]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [73] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [74] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [75] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [76] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [77] http://www.mailscanner.info/
>>> [78] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [79]
>>>
>>> http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [80] http://classes.marafa.vm:5080/**openmeetings/services/**
>>> UserService/ge<http://classes.marafa.vm:5080/openmeetings/services/UserService/ge>
>>> <div>
>>>
>>> &gt;&nbsp;erService/**getSessionResource
>>>
>>> &gt;&nbsp;&nbsp;[43]&nbsp;id&**nbsp;#96Request&nbsp;**
>>> OpenMeetings!&nbsp;**OpenMeetings
>>> &gt;&nbsp;
>>>
>>> &gt;&nbsp;&nbsp;Service&nbsp;**failed&nbsp;and&nbsp;no&nbsp;**
>>> response&nbsp;was&nbsp;**returned.
>>> &gt;&nbsp;
>>>
>>> &gt;&nbsp;&nbsp;On&nbsp;Tue,&**nbsp;Sep&nbsp;25,&nbsp;2012&**
>>> nbsp;at&nbsp;11:37&nbsp;PM,&**nbsp;Maxim
>>>
>>> &gt;&nbsp;&nbsp;Solodovnik&**nbsp;&lt;solomax666@gmail.com<gt...@gmail.com>
>>> &**nbsp;[11]&nbsp;[44]&gt;&nbsp;**wrote:
>>> &gt;&nbsp;
>>> &gt;&nbsp;&nbsp;Can&nbsp;you&**nbsp;add
>>> &gt;&nbsp;&nbsp;echo(&quot;**AAA&quot;);
>>> &gt;&nbsp;&nbsp;print_r($**response);
>>> &gt;&nbsp;&nbsp;echo(&quot;**BBB&quot;);
>>> &gt;&nbsp;
>>>
>>> &gt;&nbsp;&nbsp;to&nbsp;check&**nbsp;if&nbsp;it&nbsp;was&nbsp;**
>>> response,&nbsp;was&nbsp;it&**nbsp;empty,
>>>
>>> &gt;&nbsp;&nbsp;what&nbsp;is&**nbsp;in&nbsp;the&nbsp;**
>>> response&nbsp;if&nbsp;not&**nbsp;empty&nbsp;...
>>> &gt;&nbsp;
>>>
>>> &gt;&nbsp;&nbsp;On&nbsp;Wed,&**nbsp;Sep&nbsp;26,&nbsp;2012&**
>>> nbsp;at&nbsp;9:57&nbsp;AM,&**nbsp;Mohammed
>>>
>>> &gt;&nbsp;&nbsp;Arafa&nbsp;&**lt;mohammed.arafa@gmail.com<gt...@gmail.com>
>>> &**nbsp;[12]&nbsp;[41]&gt;&nbsp;**wrote:
>>> &gt;&nbsp;
>>>
>>> &gt;&nbsp;&nbsp;Yes&nbsp;it&**nbsp;works&nbsp;for&nbsp;fqdn&**
>>> nbsp;and&nbsp;localhost
>>> &gt;&nbsp;
>>>
>>> &gt;&nbsp;&nbsp;On&nbsp;Sep&**nbsp;25,&nbsp;2012&nbsp;10:56&**
>>> nbsp;PM,&nbsp;&quot;Maxim
>>>
>>> &gt;&nbsp;&nbsp;Solodovnik&**quot;&nbsp;&lt;solomax666@**gmail.com<gt...@gmail.com>
>>> &nbsp;[13]&nbsp;[40]&**gt;
>>> &gt;&nbsp;&nbsp;wrote:
>>> &gt;&nbsp;
>>> &gt;&nbsp;&nbsp;and&nbsp;what&**nbsp;about&nbsp;wget?
>>> &gt;&nbsp;&nbsp;is&nbsp;it&**nbsp;work?
>>> &gt;&nbsp;
>>>
>>> &gt;&nbsp;&nbsp;On&nbsp;Wed,&**nbsp;Sep&nbsp;26,&nbsp;2012&**
>>> nbsp;at&nbsp;9:25&nbsp;AM,
>>>
>>> &gt;&nbsp;&nbsp;Mohammed&nbsp;**Arafa&nbsp;&lt;mohammed.arafa@**
>>> gmail.com<gt...@gmail.com>
>>> &nbsp;[14]
>>> &gt;&nbsp;&nbsp;[39]&gt;&nbsp;**wrote:
>>> </div></blockquote>
>>> </blockquote>
>>> </blockquote>
>>> </blockquote>
>>> </blockquote>
>>> </blockquote>
>>> </blockquote>
>>> <ahref=
>>> [81]
>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [82] mailto:solomax666@gmail.com
>>> [83] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [84] mailto:solomax666@gmail.com
>>> [85] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [86] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [87] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [88] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [89] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [90] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [91] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [92] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [93] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [94] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [95] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [96] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [97] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>>> [98]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [99]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [100] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [101] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [102] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [103] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [104] http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>> [105] mailto:solomax666@gmail.com
>>> [106]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [107]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [108] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [109] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [110] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [111] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [112] mailto:solomax666@gmail.com
>>> [113]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [114]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [115] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [116] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [117] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [118] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [119] mailto:solomax666@gmail.com
>>> [120]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [121]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [122] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [123] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [124] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [125] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>>> [126]
>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>> [127]
>>>
>>> http://localhost:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>> [128]
>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [129]
>>>
>>> http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>> [130] mailto:solomax666@gmail.com
>>> [131]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [132] http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>> [133] http://mail.adginc.net/tel:%**28303%29741-5711<http://mail.adginc.net/tel:%28303%29741-5711>
>>> [134] mailto:kmn@adginc.net
>>> [135]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [136]
>>>
>>> https://www.redhat.com/wapps/**training/certification/verify.**
>>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> [137] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>>> [138] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>>> [139] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>>> [140] http://www.mailscanner.info/
>>>
>>
>> --
>> Mark Newnham
>>
>> American Data Group
>> (303)741-5711
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>>
>>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
Hello

Yes I got nothing back. i used tcpdump and verified that it was working.
I then tried it on a fedora box and that script worked. the difference
being fedora had php 5.4 packages while centos had 5.3 packages. does
openmeeting require a minimum php version of 5.4?

On Tue, Oct 2, 2012 at 9:19 AM, kmn <km...@adginc.net> wrote:

> if you change the url to http://www.google.com, the script should
> retrieve the google page. If it does not, and I suspect it will not, the
> error is somehow in the php installation
>
> you should see a conversation that starts like this...
>
> * About to connect() to www.google.com port 80 (#0)
> *   Trying 74.125.225.208...
> * connected
> * Connected to www.google.com (74.125.225.208) port 80 (#0)
>
>> GET / HTTP/1.1
>>
> Host: www.google.com
> Accept: */*
>
>
> So even if your connection is blocked by a firewall, you should see
> something. You are saying that you got a Zero and nothing else?
>
>
>
> On 2012-10-02 05:15, Mohammed Arafa wrote:
>
>> kmn
>> thank you for responding.
>>
>> the php page result was "0"
>>
>> thank you
>>
>> On Mon, Oct 1, 2012 at 9:20 AM, kmn <kmn@adginc.net [134]> wrote:
>>
>>  try this:
>>> $cu = curl_init();
>>> $url =
>>> "http://classes.vm:5080/**openmeetings/services/**UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>> [132]";
>>>
>>> curl_setopt($cu, CURLOPT_URL,$url);
>>> curl_setopt($cu, CURLOPT_VERBOSE,        1);  #show the
>>> conversation
>>> $curlOutput    = curl_exec($cu);
>>> $response = (curl_getinfo($cu,CURLINFO_**HTTP_CODE ));
>>> curl_close($cu);
>>>
>>> print_r($curlOutput);
>>> print_r($response);
>>>
>>> On 2012-09-30 09:54, Maxim Solodovnik wrote:
>>>
>>>  Unfortunately Im no so good in PHP programming :(
>>>>
>>>> I guess we need PHP guru :)
>>>> everything is working on my Ubuntu machines :(
>>>>
>>>> On Sun, Sep 30, 2012 at 10:48 PM, Mohammed Arafa
>>>> <mohammed.arafa@gmail.com [78] [91]> wrote:
>>>>
>>>>  i went looking for a php test and found this:
>>>>>
>>>>> <?php
>>>>> if(array_search(curl, get_loaded_extensions())){ echo "curl is
>>>>>
>>>>> there"; } else echo "curl is not there"
>>>>> ?>
>>>>>
>>>>> i ran it and receive a positive response. it is not a curl
>>>>> issue
>>>>>
>>>>> On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik
>>>>> <solomax666@gmail.com [10] [85]> wrote:
>>>>>
>>>>>  Java applications are not dependent on system architecture.
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa
>>>>>> <mohammed.arafa@gmail.com [9] [84]> wrote:
>>>>>>
>>>>>>  is it possible that openmeetings is a 32 bit application?
>>>>>>>
>>>>>>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik
>>>>>>> <solomax666@gmail.com [8] [78]> wrote:
>>>>>>>
>>>>>>>  I hope anybody else here is using CenOS and can help you.
>>>>>>>> I did all my testings on Ubuntu :(
>>>>>>>>
>>>>>>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa
>>>>>>>> <mohammed.arafa@gmail.com [7] [77]> wrote:
>>>>>>>>
>>>>>>>>  here is my verification of curl for php
>>>>>>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>>>>>>> /etc/php.d/curl.ini
>>>>>>>>> /usr/lib64/php/modules/curl.so
>>>>>>>>> [root@classes ~]# curl
>>>>>>>>> curl: try curl --help or curl --manual for more
>>>>>>>>> information
>>>>>>>>>
>>>>>>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik
>>>>>>>>>
>>>>>>>>> <solomax666@gmail.com [6] [71]> wrote:
>>>>>>>>>
>>>>>>>>>  Im not sure about CenOS
>>>>>>>>>> in debian/ubuntu
>>>>>>>>>> I did install "php5-curl - CURL module for php5"
>>>>>>>>>>
>>>>>>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>>>>>>> php5-curl - CURL module for php5
>>>>>>>>>>
>>>>>>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.3_i386.**deb
>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.4_i386.**deb
>>>>>>>
>>>>>>>>
>>>>>>>>>  med.arafa@gmail.com"
>>>>>>>>>>
>>>>>>>>>> target="_blank">mohammed.**arafa@gmail.com<mo...@gmail.com>[70]> wrote:
>>>>>>>>>>
>>>>>>>>>>  Maxim
>>>>>>>>>>>
>>>>>>>>>>> I appreciate the offer and i will not forget it but
>>>>>>>>>>> The
>>>>>>>>>>> vms are not on the net, there is at least one
>>>>>>>>>>> firewall
>>>>>>>>>>> blocking access. so in the meantime i have attached
>>>>>>>>>>> my
>>>>>>>>>>> very rough notes on what i did on my centos 6.3 vm
>>>>>>>>>>>
>>>>>>>>>>> thank you
>>>>>>>>>>>
>>>>>>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik
>>>>>>>>>>> <solomax666@gmail.com [5] [64]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>  Im afraid the only option I can propose:
>>>>>>>>>>>>
>>>>>>>>>>>> let me take a look at your server and Ill try to
>>>>>>>>>>>>
>>>>>>>>>>>> debug/investigate and maybe will find the reason.
>>>>>>>>>>>>
>>>>>>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa
>>>>>>>>>>>> <mohammed.arafa@gmail.com [4] [63]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>  Hello
>>>>>>>>>>>>>
>>>>>>>>>>>>> I just set up a fresh new vm and went thru the
>>>>>>>>>>>>> configuration steps and the issue is repeated
>>>>>>>>>>>>> on the
>>>>>>>>>>>>> new vm. i was using the admin user.
>>>>>>>>>>>>> thanks
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim
>>>>>>>>>>>>> Solodovnik
>>>>>>>>>>>>> <solomax666@gmail.com [3] [57]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Since you can see the response in the browser
>>>>>>>>>>>>>> I
>>>>>>>>>>>>>> guess it some kind of misconfiguration
>>>>>>>>>>>>>> Ill try to google it if Ill have enough time
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed
>>>>>>>>>>>>>> Arafa
>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [2] [56]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Hello Maxim
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> There was no response. I added it to 2
>>>>>>>>>>>>>>> different
>>>>>>>>>>>>>>> spots within the code and saw no response.
>>>>>>>>>>>>>>> is
>>>>>>>>>>>>>>> this a bug?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed
>>>>>>>>>>>>>>> Arafa
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [1] [50]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Maxim
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> 111 222
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>
>>>>
>>>
>> http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [79]
>>>>
>>>>  [42] id #96AAA BBB
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>
>>>>
>>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [80]
>>>>
>>>> [30] id #96Request OpenMeetings!
>>>>
>>>> OpenMeetings Service failed and no
>>>> response was returned.
>>>>
>>>> i used that url and it failed (of
>>>> course since openmeetings is not on my
>>>> localhost but on a vm!)
>>>>
>>>> so i used the original setting i had
>>>> (the fqdn) and that too gave
>>>>
>>>>
>>>>
>>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [81]
>>>>
>>>> [32] id #96Request OpenMeetings!
>>>>
>>>> OpenMeetings Service failed and no
>>>> response was returned.
>>>>
>>>> but the url in the browser works now
>>>>
>>>> On Tue, Sep 25, 2012 at 10:17 PM,
>>>> Maxim Solodovnik <solomax666@gmail.com [82]
>>>>
>>>> [33]> wrote:
>>>>
>>>> OK :)
>>>> can you use PRINT_R()
>>>>
>>>> insted of var_dump?
>>>>
>>>> or maybe even better:
>>>> print_r($request);
>>>> print_r($session);
>>>>
>>>> On Wed, Sep 26, 2012 at 9:13 AM,
>>>> Mohammed Arafa
>>>> <mohammed.arafa@gmail.com [83] [28]>
>>>>
>>>>
>>>> wrote:
>>>>
>>>> line 57 and 58 are:
>>>>
>>>>
>>>>
>>>> moodle-latest-23.tgz
>>>>
>>>> i have verified that
>>>> individually the 2
>>>> applications work, i
>>>> have also verified
>>>> that my admin user as
>>>> well as the soap user
>>>> are able to login.
>>>> however, whenever i
>>>> attempt to add an
>>>> openmeeting activity
>>>> to my course i keep
>>>> running into this
>>>> error:
>>>>
>>>> Request OpenMeetings!
>>>> OpenMeetings Service
>>>> failed and no response
>>>> was returned.
>>>>
>>>> the red5.log doesnt
>>>> show much and google
>>>> doesnt know anything
>>>> about this error
>>>> except that it is
>>>> coming from
>>>> openmeeting code. any
>>>> help or hint
>>>> appreciated as things
>>>> were going smoothly
>>>> till this error showed
>>>> up
>>>>
>>>> also, i used the
>>>> default settings when
>>>> setting up
>>>> openmeetings and the
>>>> moodle pluginany and
>>>>
>>>> all advise will be
>>>> helpful
>>>>
>>>> thank you
>>>>
>>>> --
>>>>
>>>> [1]
>>>> 805010942448935 [2]
>>>>
>>>> LinkedIn Profile [3]
>>>>
>>>> Latest Resume [4]
>>>>
>>>> VoIP:
>>>>
>>>> sip:marafa@fedoraproject.org [86]
>>>>
>>>> [5]
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [9]
>>>> 805010942448935 [10]
>>>>
>>>> LinkedIn Profile [11]
>>>>
>>>> Latest Resume [12]
>>>>
>>>> VoIP:
>>>>
>>>> sip:marafa@fedoraproject.org [87]
>>>>
>>>> [13]
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [16]
>>>> 805010942448935 [17]
>>>>
>>>> LinkedIn Profile [18]
>>>>
>>>> Latest Resume [19]
>>>>
>>>> VoIP:
>>>> sip:marafa@fedoraproject.org [88]
>>>>
>>>> [20]
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [23]
>>>> 805010942448935 [24]
>>>>
>>>> LinkedIn Profile [25]
>>>>
>>>> Latest Resume [26]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [89]
>>>>
>>>> [27]
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [34]
>>>> 805010942448935 [35]
>>>>
>>>> LinkedIn Profile [36]
>>>>
>>>> Latest Resume [37]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [90]
>>>>
>>>> [38]
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [45]
>>>> 805010942448935 [46]
>>>>
>>>> LinkedIn Profile [47]
>>>>
>>>> Latest Resume [48]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [91] [49]
>>>>
>>>>
>>>> --
>>>>
>>>> [51]
>>>> 805010942448935 [52]
>>>>
>>>> LinkedIn Profile [53]
>>>>
>>>> Latest Resume [54]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [92] [55]
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [58]
>>>> 805010942448935 [59]
>>>>
>>>> LinkedIn Profile [60]
>>>>
>>>> Latest Resume [61]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [93] [62]
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [65]
>>>> 805010942448935 [66]
>>>>
>>>> LinkedIn Profile [67]
>>>>
>>>> Latest Resume [68]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [94] [69]
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [72]
>>>> 805010942448935 [73]
>>>>
>>>> LinkedIn Profile [74]
>>>>
>>>> Latest Resume [75]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [95] [76]
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [79]
>>>> 805010942448935 [80]
>>>>
>>>> LinkedIn Profile [81]
>>>>
>>>> Latest Resume [82]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [96] [83]
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [86]
>>>> 805010942448935 [87]
>>>>
>>>> LinkedIn Profile [88]
>>>>
>>>> Latest Resume [89]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [97] [90]
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>> --
>>>> This message has been scanned for viruses and
>>>> dangerous content by MAILSCANNER [92], and is
>>>> believed to be clean.
>>>>
>>>> Links:
>>>> ------
>>>> [1]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [98]
>>>> [2]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [99]
>>>> [3] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>[100]
>>>> [4] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>[101]
>>>> [5] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org> [102]
>>>> [6] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com> [103]
>>>> [7]
>>>>
>>>>  http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>>
>>>> [104]
>>>> [8] mailto:solomax666@gmail.com [105]
>>>> [9]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [106]
>>>> [10]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [107]
>>>> [11] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>[108]
>>>> [12] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>[109]
>>>> [13] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org> [110]
>>>> [14] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com> [111]
>>>> [15] mailto:solomax666@gmail.com [112]
>>>> [16]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [113]
>>>> [17]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [114]
>>>> [18] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>[115]
>>>> [19] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>[116]
>>>> [20] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org> [117]
>>>> [21] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com> [118]
>>>> [22] mailto:solomax666@gmail.com [119]
>>>> [23]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [120]
>>>> [24]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [121]
>>>> [25] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>[122]
>>>> [26] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>[123]
>>>> [27] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org> [124]
>>>> [28] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com> [125]
>>>> [29]
>>>>
>>>>
>>>>
>>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [126]
>>>> [30]
>>>>
>>>>
>>>>
>>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [127]
>>>> [31]
>>>>
>>>>
>>>>
>>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [128]
>>>> [32]
>>>>
>>>>
>>>>
>>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [129]
>>>> [33] mailto:solomax666@gmail.com [130]
>>>> [34]
>>>>
>>>>
>>>>
>>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>
>>> [131]
>>>> [35]
>>>>
>>>> https://www.redhat.com/wapps/**training/certification/verify<https://www.redhat.com/wapps/training/certification/verify>
>>>> .
>>>>
>>>
>>> --
>>> Mark Newnham
>>>
>>> American Data Group
>>> (303)741-5711 [133]
>>>
>>>
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MailScanner, and is
>>> believed to be clean.
>>>
>>
>> --
>>
>>  [135]
>>  805010942448935 [136]
>>
>> LinkedIn Profile [137]
>>
>> Latest Resume [138]
>>
>> VoIP: sip:marafa@fedoraproject.org [139]
>>
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MAILSCANNER [140], and is
>>
>> believed to be clean.
>>
>> Links:
>> ------
>> [1] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [2] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [3] mailto:solomax666@gmail.com
>> [4] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [5] mailto:solomax666@gmail.com
>> [6] mailto:solomax666@gmail.com
>> [7] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [8] mailto:solomax666@gmail.com
>> [9] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [10] mailto:solomax666@gmail.com
>> [11] mailto:solomax666@gmail.com
>> [12] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [13] mailto:solomax666@gmail.com
>> [14] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [15]
>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>> [16]
>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [17] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [18] mailto:solomax666@gmail.com
>> [19] mailto:solomax666@gmail.com
>> [20] http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>> [21] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [22] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [23] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [24] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [25] mailto:solomax666@gmail.com
>> [26] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [27]
>>
>> http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [28]
>>
>> http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [29] mailto:solomax666@gmail.com
>> [30]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [31]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [32] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [33] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [34] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [35] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [36]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [37]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [38] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [39] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [40] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [41] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [42] mailto:solomax666@gmail.com
>> [43]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [44]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [45] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [46] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [47] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [48] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [49] mailto:solomax666@gmail.com
>> [50]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [51]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [52] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [53] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [54] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [55] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [56] mailto:solomax666@gmail.com
>> [57]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [58]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [59] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [60] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [61] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [62] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [63] mailto:solomax666@gmail.com
>> [64]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [65]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [66] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [67] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [68] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [69] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [70] mailto:solomax666@gmail.com
>> [71]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [72]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [73] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [74] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [75] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [76] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [77] http://www.mailscanner.info/
>> [78] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [79]
>>
>> http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [80] http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/ge<http://classes.marafa.vm:5080/openmeetings/services/UserService/ge>
>> <div>
>>
>> &gt;&nbsp;erService/**getSessionResource
>>
>> &gt;&nbsp;&nbsp;[43]&nbsp;id&**nbsp;#96Request&nbsp;**OpenMeetings!&nbsp;
>> **OpenMeetings
>> &gt;&nbsp;
>>
>> &gt;&nbsp;&nbsp;Service&nbsp;**failed&nbsp;and&nbsp;no&nbsp;**
>> response&nbsp;was&nbsp;**returned.
>> &gt;&nbsp;
>>
>> &gt;&nbsp;&nbsp;On&nbsp;Tue,&**nbsp;Sep&nbsp;25,&nbsp;2012&**
>> nbsp;at&nbsp;11:37&nbsp;PM,&**nbsp;Maxim
>>
>> &gt;&nbsp;&nbsp;Solodovnik&**nbsp;&lt;solomax666@gmail.com<gt...@gmail.com>
>> &**nbsp;[11]&nbsp;[44]&gt;&nbsp;**wrote:
>> &gt;&nbsp;
>> &gt;&nbsp;&nbsp;Can&nbsp;you&**nbsp;add
>> &gt;&nbsp;&nbsp;echo(&quot;**AAA&quot;);
>> &gt;&nbsp;&nbsp;print_r($**response);
>> &gt;&nbsp;&nbsp;echo(&quot;**BBB&quot;);
>> &gt;&nbsp;
>>
>> &gt;&nbsp;&nbsp;to&nbsp;check&**nbsp;if&nbsp;it&nbsp;was&nbsp;**
>> response,&nbsp;was&nbsp;it&**nbsp;empty,
>>
>> &gt;&nbsp;&nbsp;what&nbsp;is&**nbsp;in&nbsp;the&nbsp;**
>> response&nbsp;if&nbsp;not&**nbsp;empty&nbsp;...
>> &gt;&nbsp;
>>
>> &gt;&nbsp;&nbsp;On&nbsp;Wed,&**nbsp;Sep&nbsp;26,&nbsp;2012&**
>> nbsp;at&nbsp;9:57&nbsp;AM,&**nbsp;Mohammed
>>
>> &gt;&nbsp;&nbsp;Arafa&nbsp;&**lt;mohammed.arafa@gmail.com<gt...@gmail.com>
>> &**nbsp;[12]&nbsp;[41]&gt;&nbsp;**wrote:
>> &gt;&nbsp;
>>
>> &gt;&nbsp;&nbsp;Yes&nbsp;it&**nbsp;works&nbsp;for&nbsp;fqdn&**
>> nbsp;and&nbsp;localhost
>> &gt;&nbsp;
>>
>> &gt;&nbsp;&nbsp;On&nbsp;Sep&**nbsp;25,&nbsp;2012&nbsp;10:56&**
>> nbsp;PM,&nbsp;&quot;Maxim
>>
>> &gt;&nbsp;&nbsp;Solodovnik&**quot;&nbsp;&lt;solomax666@**gmail.com<gt...@gmail.com>
>> &nbsp;[13]&nbsp;[40]&**gt;
>> &gt;&nbsp;&nbsp;wrote:
>> &gt;&nbsp;
>> &gt;&nbsp;&nbsp;and&nbsp;what&**nbsp;about&nbsp;wget?
>> &gt;&nbsp;&nbsp;is&nbsp;it&**nbsp;work?
>> &gt;&nbsp;
>>
>> &gt;&nbsp;&nbsp;On&nbsp;Wed,&**nbsp;Sep&nbsp;26,&nbsp;2012&**
>> nbsp;at&nbsp;9:25&nbsp;AM,
>>
>> &gt;&nbsp;&nbsp;Mohammed&nbsp;**Arafa&nbsp;&lt;mohammed.arafa@**gmail.com<gt...@gmail.com>
>> &nbsp;[14]
>> &gt;&nbsp;&nbsp;[39]&gt;&nbsp;**wrote:
>> </div></blockquote>
>> </blockquote>
>> </blockquote>
>> </blockquote>
>> </blockquote>
>> </blockquote>
>> </blockquote>
>> <ahref=
>> [81]
>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [82] mailto:solomax666@gmail.com
>> [83] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [84] mailto:solomax666@gmail.com
>> [85] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [86] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [87] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [88] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [89] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [90] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [91] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [92] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [93] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [94] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [95] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [96] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [97] mailto:sip%3Amarafa@**fedoraproject.org<si...@fedoraproject.org>
>> [98]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [99]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [100] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [101] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [102] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [103] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [104] http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>> [105] mailto:solomax666@gmail.com
>> [106]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [107]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [108] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [109] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [110] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [111] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [112] mailto:solomax666@gmail.com
>> [113]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [114]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [115] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [116] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [117] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [118] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [119] mailto:solomax666@gmail.com
>> [120]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [121]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [122] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [123] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [124] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [125] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [126]
>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>> [127]
>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>> [128]
>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [129]
>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [130] mailto:solomax666@gmail.com
>> [131]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [132] http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>> [133] http://mail.adginc.net/tel:%**28303%29741-5711<http://mail.adginc.net/tel:%28303%29741-5711>
>> [134] mailto:kmn@adginc.net
>> [135]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [136]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [137] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [138] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [139] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [140] http://www.mailscanner.info/
>>
>
> --
> Mark Newnham
>
> American Data Group
> (303)741-5711
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by kmn <km...@adginc.net>.
if you change the url to http://www.google.com, the script should 
retrieve the google page. If it does not, and I suspect it will not, the 
error is somehow in the php installation

you should see a conversation that starts like this...

* About to connect() to www.google.com port 80 (#0)
*   Trying 74.125.225.208...
* connected
* Connected to www.google.com (74.125.225.208) port 80 (#0)
> GET / HTTP/1.1
Host: www.google.com
Accept: */*


So even if your connection is blocked by a firewall, you should see 
something. You are saying that you got a Zero and nothing else?


On 2012-10-02 05:15, Mohammed Arafa wrote:
> kmn
> thank you for responding.
>
> the php page result was "0"
>
> thank you
>
> On Mon, Oct 1, 2012 at 9:20 AM, kmn <kmn@adginc.net [134]> wrote:
>
>> try this:
>> $cu = curl_init();
>> $url =
>> "http://classes.vm:5080/openmeetings/services/UserService/getSession
>> [132]";
>> curl_setopt($cu, CURLOPT_URL,$url);
>> curl_setopt($cu, CURLOPT_VERBOSE,        1);  #show the
>> conversation
>> $curlOutput    = curl_exec($cu);
>> $response = (curl_getinfo($cu,CURLINFO_HTTP_CODE ));
>> curl_close($cu);
>>
>> print_r($curlOutput);
>> print_r($response);
>>
>> On 2012-09-30 09:54, Maxim Solodovnik wrote:
>>
>>> Unfortunately Im no so good in PHP programming :(
>>>
>>> I guess we need PHP guru :)
>>> everything is working on my Ubuntu machines :(
>>>
>>> On Sun, Sep 30, 2012 at 10:48 PM, Mohammed Arafa
>>> <mohammed.arafa@gmail.com [78] [91]> wrote:
>>>
>>>> i went looking for a php test and found this:
>>>>
>>>> <?php
>>>> if(array_search(curl, get_loaded_extensions())){ echo "curl is
>>>>
>>>> there"; } else echo "curl is not there"
>>>> ?>
>>>>
>>>> i ran it and receive a positive response. it is not a curl
>>>> issue
>>>>
>>>> On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik
>>>> <solomax666@gmail.com [10] [85]> wrote:
>>>>
>>>>> Java applications are not dependent on system architecture.
>>>>>
>>>>> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa
>>>>> <mohammed.arafa@gmail.com [9] [84]> wrote:
>>>>>
>>>>>> is it possible that openmeetings is a 32 bit application?
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik
>>>>>> <solomax666@gmail.com [8] [78]> wrote:
>>>>>>
>>>>>>> I hope anybody else here is using CenOS and can help you.
>>>>>>> I did all my testings on Ubuntu :(
>>>>>>>
>>>>>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa
>>>>>>> <mohammed.arafa@gmail.com [7] [77]> wrote:
>>>>>>>
>>>>>>>> here is my verification of curl for php
>>>>>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>>>>>> /etc/php.d/curl.ini
>>>>>>>> /usr/lib64/php/modules/curl.so
>>>>>>>> [root@classes ~]# curl
>>>>>>>> curl: try curl --help or curl --manual for more
>>>>>>>> information
>>>>>>>>
>>>>>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik
>>>>>>>>
>>>>>>>> <solomax666@gmail.com [6] [71]> wrote:
>>>>>>>>
>>>>>>>>> Im not sure about CenOS
>>>>>>>>> in debian/ubuntu
>>>>>>>>> I did install "php5-curl - CURL module for php5"
>>>>>>>>>
>>>>>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>>>>>> php5-curl - CURL module for php5
>>>>>>>>>
>>>>>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>>>>>
>>>>>>>
>>>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb
>>>>>>>>
>>>>>>>>> med.arafa@gmail.com"
>>>>>>>>> target="_blank">mohammed.arafa@gmail.com [70]> wrote:
>>>>>>>>>
>>>>>>>>>> Maxim
>>>>>>>>>>
>>>>>>>>>> I appreciate the offer and i will not forget it but
>>>>>>>>>> The
>>>>>>>>>> vms are not on the net, there is at least one
>>>>>>>>>> firewall
>>>>>>>>>> blocking access. so in the meantime i have attached
>>>>>>>>>> my
>>>>>>>>>> very rough notes on what i did on my centos 6.3 vm
>>>>>>>>>>
>>>>>>>>>> thank you
>>>>>>>>>>
>>>>>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik
>>>>>>>>>> <solomax666@gmail.com [5] [64]> wrote:
>>>>>>>>>>
>>>>>>>>>>> Im afraid the only option I can propose:
>>>>>>>>>>>
>>>>>>>>>>> let me take a look at your server and Ill try to
>>>>>>>>>>>
>>>>>>>>>>> debug/investigate and maybe will find the reason.
>>>>>>>>>>>
>>>>>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa
>>>>>>>>>>> <mohammed.arafa@gmail.com [4] [63]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello
>>>>>>>>>>>>
>>>>>>>>>>>> I just set up a fresh new vm and went thru the
>>>>>>>>>>>> configuration steps and the issue is repeated
>>>>>>>>>>>> on the
>>>>>>>>>>>> new vm. i was using the admin user.
>>>>>>>>>>>> thanks
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim
>>>>>>>>>>>> Solodovnik
>>>>>>>>>>>> <solomax666@gmail.com [3] [57]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Since you can see the response in the browser
>>>>>>>>>>>>> I
>>>>>>>>>>>>> guess it some kind of misconfiguration
>>>>>>>>>>>>> Ill try to google it if Ill have enough time
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed
>>>>>>>>>>>>> Arafa
>>>>>>>>>>>>> <mohammed.arafa@gmail.com [2] [56]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hello Maxim
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> There was no response. I added it to 2
>>>>>>>>>>>>>> different
>>>>>>>>>>>>>> spots within the code and saw no response.
>>>>>>>>>>>>>> is
>>>>>>>>>>>>>> this a bug?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed
>>>>>>>>>>>>>> Arafa
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [1] [50]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> 111 222
>>>
>>>
>>
> 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource
>>> [79]
>>>
>>>>>>>>>>>>>>> [42] id #96AAA BBB
>>>
>>>
>>
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
>>> [80]
>>> [30] id #96Request OpenMeetings!
>>>
>>> OpenMeetings Service failed and no
>>> response was returned.
>>>
>>> i used that url and it failed (of
>>> course since openmeetings is not on my
>>> localhost but on a vm!)
>>>
>>> so i used the original setting i had
>>> (the fqdn) and that too gave
>>>
>>>
>>
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
>>> [81]
>>> [32] id #96Request OpenMeetings!
>>>
>>> OpenMeetings Service failed and no
>>> response was returned.
>>>
>>> but the url in the browser works now
>>>
>>> On Tue, Sep 25, 2012 at 10:17 PM,
>>> Maxim Solodovnik <solomax666@gmail.com [82]
>>> [33]> wrote:
>>>
>>> OK :)
>>> can you use PRINT_R()
>>>
>>> insted of var_dump?
>>>
>>> or maybe even better:
>>> print_r($request);
>>> print_r($session);
>>>
>>> On Wed, Sep 26, 2012 at 9:13 AM,
>>> Mohammed Arafa
>>> <mohammed.arafa@gmail.com [83] [28]>
>>>
>>> wrote:
>>>
>>> line 57 and 58 are:
>>>
>>>                        
>>>
>>> moodle-latest-23.tgz
>>>
>>> i have verified that
>>> individually the 2
>>> applications work, i
>>> have also verified
>>> that my admin user as
>>> well as the soap user
>>> are able to login.
>>> however, whenever i
>>> attempt to add an
>>> openmeeting activity
>>> to my course i keep
>>> running into this
>>> error:
>>>
>>> Request OpenMeetings!
>>> OpenMeetings Service
>>> failed and no response
>>> was returned.
>>>
>>> the red5.log doesnt
>>> show much and google
>>> doesnt know anything
>>> about this error
>>> except that it is
>>> coming from
>>> openmeeting code. any
>>> help or hint
>>> appreciated as things
>>> were going smoothly
>>> till this error showed
>>> up
>>>
>>> also, i used the
>>> default settings when
>>> setting up
>>> openmeetings and the
>>> moodle pluginany and
>>>
>>> all advise will be
>>> helpful
>>>
>>> thank you
>>>
>>> --
>>>
>>> [1]
>>> 805010942448935 [2]
>>>
>>> LinkedIn Profile [3]
>>>
>>> Latest Resume [4]
>>>
>>> VoIP:
>>>
>>> sip:marafa@fedoraproject.org [86]
>>> [5]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [9]
>>> 805010942448935 [10]
>>>
>>> LinkedIn Profile [11]
>>>
>>> Latest Resume [12]
>>>
>>> VoIP:
>>>
>>> sip:marafa@fedoraproject.org [87]
>>> [13]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [16]
>>> 805010942448935 [17]
>>>
>>> LinkedIn Profile [18]
>>>
>>> Latest Resume [19]
>>>
>>> VoIP:
>>> sip:marafa@fedoraproject.org [88]
>>> [20]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [23]
>>> 805010942448935 [24]
>>>
>>> LinkedIn Profile [25]
>>>
>>> Latest Resume [26]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [89]
>>> [27]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [34]
>>> 805010942448935 [35]
>>>
>>> LinkedIn Profile [36]
>>>
>>> Latest Resume [37]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [90]
>>> [38]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [45]
>>> 805010942448935 [46]
>>>
>>> LinkedIn Profile [47]
>>>
>>> Latest Resume [48]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [91] [49]
>>>
>>> --
>>>
>>> [51]
>>> 805010942448935 [52]
>>>
>>> LinkedIn Profile [53]
>>>
>>> Latest Resume [54]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [92] [55]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [58]
>>> 805010942448935 [59]
>>>
>>> LinkedIn Profile [60]
>>>
>>> Latest Resume [61]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [93] [62]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [65]
>>> 805010942448935 [66]
>>>
>>> LinkedIn Profile [67]
>>>
>>> Latest Resume [68]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [94] [69]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [72]
>>> 805010942448935 [73]
>>>
>>> LinkedIn Profile [74]
>>>
>>> Latest Resume [75]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [95] [76]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [79]
>>> 805010942448935 [80]
>>>
>>> LinkedIn Profile [81]
>>>
>>> Latest Resume [82]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [96] [83]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>>
>>> [86]
>>> 805010942448935 [87]
>>>
>>> LinkedIn Profile [88]
>>>
>>> Latest Resume [89]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [97] [90]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>> --
>>> This message has been scanned for viruses and
>>> dangerous content by MAILSCANNER [92], and is
>>> believed to be clean.
>>>
>>> Links:
>>> ------
>>> [1]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [98]
>>> [2]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [99]
>>> [3] http://www.linkedin.com/in/mohammedarafa [100]
>>> [4] http://www.in-egypt.net/MArafaCV.pdf [101]
>>> [5] mailto:marafa@fedoraproject.org [102]
>>> [6] mailto:mohammed.arafa@gmail.com [103]
>>> [7]
>>>
>> http://classes.vm:5080/openmeetings/services/UserService/getSession
>>> [104]
>>> [8] mailto:solomax666@gmail.com [105]
>>> [9]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [106]
>>> [10]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [107]
>>> [11] http://www.linkedin.com/in/mohammedarafa [108]
>>> [12] http://www.in-egypt.net/MArafaCV.pdf [109]
>>> [13] mailto:marafa@fedoraproject.org [110]
>>> [14] mailto:mohammed.arafa@gmail.com [111]
>>> [15] mailto:solomax666@gmail.com [112]
>>> [16]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [113]
>>> [17]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [114]
>>> [18] http://www.linkedin.com/in/mohammedarafa [115]
>>> [19] http://www.in-egypt.net/MArafaCV.pdf [116]
>>> [20] mailto:marafa@fedoraproject.org [117]
>>> [21] mailto:mohammed.arafa@gmail.com [118]
>>> [22] mailto:solomax666@gmail.com [119]
>>> [23]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [120]
>>> [24]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [121]
>>> [25] http://www.linkedin.com/in/mohammedarafa [122]
>>> [26] http://www.in-egypt.net/MArafaCV.pdf [123]
>>> [27] mailto:marafa@fedoraproject.org [124]
>>> [28] mailto:mohammed.arafa@gmail.com [125]
>>> [29]
>>>
>>>
>>
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
>>> [126]
>>> [30]
>>>
>>>
>>
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
>>> [127]
>>> [31]
>>>
>>>
>>
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
>>> [128]
>>> [32]
>>>
>>>
>>
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
>>> [129]
>>> [33] mailto:solomax666@gmail.com [130]
>>> [34]
>>>
>>>
>>
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
>>> [131]
>>> [35]
>>>
>>> https://www.redhat.com/wapps/training/certification/verify.
>>
>> --
>> Mark Newnham
>>
>> American Data Group
>> (303)741-5711 [133]
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MailScanner, and is
>> believed to be clean.
>
> --
>
>  [135]
>  805010942448935 [136]
>
> LinkedIn Profile [137]
>
> Latest Resume [138]
>
> VoIP: sip:marafa@fedoraproject.org [139]
>
> --
> This message has been scanned for viruses and
> dangerous content by MAILSCANNER [140], and is
> believed to be clean.
>
> Links:
> ------
> [1] mailto:mohammed.arafa@gmail.com
> [2] mailto:mohammed.arafa@gmail.com
> [3] mailto:solomax666@gmail.com
> [4] mailto:mohammed.arafa@gmail.com
> [5] mailto:solomax666@gmail.com
> [6] mailto:solomax666@gmail.com
> [7] mailto:mohammed.arafa@gmail.com
> [8] mailto:solomax666@gmail.com
> [9] mailto:mohammed.arafa@gmail.com
> [10] mailto:solomax666@gmail.com
> [11] mailto:solomax666@gmail.com
> [12] mailto:mohammed.arafa@gmail.com
> [13] mailto:solomax666@gmail.com
> [14] mailto:mohammed.arafa@gmail.com
> [15]
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
> [16]
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
> [17] mailto:mohammed.arafa@gmail.com
> [18] mailto:solomax666@gmail.com
> [19] mailto:solomax666@gmail.com
> [20] 
> http://classes.vm:5080/openmeetings/services/UserService/getSession
> [21] mailto:mohammed.arafa@gmail.com
> [22] http://www.in-egypt.net/MArafaCV.pdf
> [23] mailto:marafa@fedoraproject.org
> [24] mailto:mohammed.arafa@gmail.com
> [25] mailto:solomax666@gmail.com
> [26] mailto:mohammed.arafa@gmail.com
> [27]
> 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource
> [28]
> 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource
> [29] mailto:solomax666@gmail.com
> [30]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [31]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [32] http://www.linkedin.com/in/mohammedarafa
> [33] http://www.in-egypt.net/MArafaCV.pdf
> [34] mailto:marafa@fedoraproject.org
> [35] mailto:mohammed.arafa@gmail.com
> [36]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [37]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [38] http://www.linkedin.com/in/mohammedarafa
> [39] http://www.in-egypt.net/MArafaCV.pdf
> [40] mailto:marafa@fedoraproject.org
> [41] mailto:mohammed.arafa@gmail.com
> [42] mailto:solomax666@gmail.com
> [43]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [44]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [45] http://www.linkedin.com/in/mohammedarafa
> [46] http://www.in-egypt.net/MArafaCV.pdf
> [47] mailto:marafa@fedoraproject.org
> [48] mailto:mohammed.arafa@gmail.com
> [49] mailto:solomax666@gmail.com
> [50]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [51]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [52] http://www.linkedin.com/in/mohammedarafa
> [53] http://www.in-egypt.net/MArafaCV.pdf
> [54] mailto:marafa@fedoraproject.org
> [55] mailto:mohammed.arafa@gmail.com
> [56] mailto:solomax666@gmail.com
> [57]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [58]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [59] http://www.linkedin.com/in/mohammedarafa
> [60] http://www.in-egypt.net/MArafaCV.pdf
> [61] mailto:marafa@fedoraproject.org
> [62] mailto:mohammed.arafa@gmail.com
> [63] mailto:solomax666@gmail.com
> [64]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [65]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [66] http://www.linkedin.com/in/mohammedarafa
> [67] http://www.in-egypt.net/MArafaCV.pdf
> [68] mailto:marafa@fedoraproject.org
> [69] mailto:mohammed.arafa@gmail.com
> [70] mailto:solomax666@gmail.com
> [71]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [72]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [73] http://www.linkedin.com/in/mohammedarafa
> [74] http://www.in-egypt.net/MArafaCV.pdf
> [75] mailto:marafa@fedoraproject.org
> [76] mailto:mohammed.arafa@gmail.com
> [77] http://www.mailscanner.info/
> [78] mailto:mohammed.arafa@gmail.com
> [79]
> 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource
> [80] 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/ge<div>
>
> &gt;&nbsp;erService/getSessionResource
> 
> &gt;&nbsp;&nbsp;[43]&nbsp;id&nbsp;#96Request&nbsp;OpenMeetings!&nbsp;OpenMeetings
> &gt;&nbsp;
> 
> &gt;&nbsp;&nbsp;Service&nbsp;failed&nbsp;and&nbsp;no&nbsp;response&nbsp;was&nbsp;returned.
> &gt;&nbsp;
> 
> &gt;&nbsp;&nbsp;On&nbsp;Tue,&nbsp;Sep&nbsp;25,&nbsp;2012&nbsp;at&nbsp;11:37&nbsp;PM,&nbsp;Maxim
> 
> &gt;&nbsp;&nbsp;Solodovnik&nbsp;&lt;solomax666@gmail.com&nbsp;[11]&nbsp;[44]&gt;&nbsp;wrote:
> &gt;&nbsp;
> &gt;&nbsp;&nbsp;Can&nbsp;you&nbsp;add 
> &gt;&nbsp;&nbsp;echo(&quot;AAA&quot;);
> &gt;&nbsp;&nbsp;print_r($response);
> &gt;&nbsp;&nbsp;echo(&quot;BBB&quot;);
> &gt;&nbsp;
> 
> &gt;&nbsp;&nbsp;to&nbsp;check&nbsp;if&nbsp;it&nbsp;was&nbsp;response,&nbsp;was&nbsp;it&nbsp;empty,
> 
> &gt;&nbsp;&nbsp;what&nbsp;is&nbsp;in&nbsp;the&nbsp;response&nbsp;if&nbsp;not&nbsp;empty&nbsp;...
> &gt;&nbsp;
> 
> &gt;&nbsp;&nbsp;On&nbsp;Wed,&nbsp;Sep&nbsp;26,&nbsp;2012&nbsp;at&nbsp;9:57&nbsp;AM,&nbsp;Mohammed
> 
> &gt;&nbsp;&nbsp;Arafa&nbsp;&lt;mohammed.arafa@gmail.com&nbsp;[12]&nbsp;[41]&gt;&nbsp;wrote:
> &gt;&nbsp;
> 
> &gt;&nbsp;&nbsp;Yes&nbsp;it&nbsp;works&nbsp;for&nbsp;fqdn&nbsp;and&nbsp;localhost
> &gt;&nbsp;
> 
> &gt;&nbsp;&nbsp;On&nbsp;Sep&nbsp;25,&nbsp;2012&nbsp;10:56&nbsp;PM,&nbsp;&quot;Maxim
> 
> &gt;&nbsp;&nbsp;Solodovnik&quot;&nbsp;&lt;solomax666@gmail.com&nbsp;[13]&nbsp;[40]&gt;
> &gt;&nbsp;&nbsp;wrote:
> &gt;&nbsp;
> &gt;&nbsp;&nbsp;and&nbsp;what&nbsp;about&nbsp;wget?
> &gt;&nbsp;&nbsp;is&nbsp;it&nbsp;work?
> &gt;&nbsp;
> 
> &gt;&nbsp;&nbsp;On&nbsp;Wed,&nbsp;Sep&nbsp;26,&nbsp;2012&nbsp;at&nbsp;9:25&nbsp;AM,
> 
> &gt;&nbsp;&nbsp;Mohammed&nbsp;Arafa&nbsp;&lt;mohammed.arafa@gmail.com&nbsp;[14]
> &gt;&nbsp;&nbsp;[39]&gt;&nbsp;wrote:
> </div></blockquote>
> </blockquote>
> </blockquote>
> </blockquote>
> </blockquote>
> </blockquote>
> </blockquote>
> <ahref=
> [81]
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
> [82] mailto:solomax666@gmail.com
> [83] mailto:mohammed.arafa@gmail.com
> [84] mailto:solomax666@gmail.com
> [85] mailto:mohammed.arafa@gmail.com
> [86] mailto:sip%3Amarafa@fedoraproject.org
> [87] mailto:sip%3Amarafa@fedoraproject.org
> [88] mailto:sip%3Amarafa@fedoraproject.org
> [89] mailto:sip%3Amarafa@fedoraproject.org
> [90] mailto:sip%3Amarafa@fedoraproject.org
> [91] mailto:sip%3Amarafa@fedoraproject.org
> [92] mailto:sip%3Amarafa@fedoraproject.org
> [93] mailto:sip%3Amarafa@fedoraproject.org
> [94] mailto:sip%3Amarafa@fedoraproject.org
> [95] mailto:sip%3Amarafa@fedoraproject.org
> [96] mailto:sip%3Amarafa@fedoraproject.org
> [97] mailto:sip%3Amarafa@fedoraproject.org
> [98]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [99]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [100] http://www.linkedin.com/in/mohammedarafa
> [101] http://www.in-egypt.net/MArafaCV.pdf
> [102] mailto:marafa@fedoraproject.org
> [103] mailto:mohammed.arafa@gmail.com
> [104] 
> http://classes.vm:5080/openmeetings/services/UserService/getSession
> [105] mailto:solomax666@gmail.com
> [106]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [107]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [108] http://www.linkedin.com/in/mohammedarafa
> [109] http://www.in-egypt.net/MArafaCV.pdf
> [110] mailto:marafa@fedoraproject.org
> [111] mailto:mohammed.arafa@gmail.com
> [112] mailto:solomax666@gmail.com
> [113]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [114]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [115] http://www.linkedin.com/in/mohammedarafa
> [116] http://www.in-egypt.net/MArafaCV.pdf
> [117] mailto:marafa@fedoraproject.org
> [118] mailto:mohammed.arafa@gmail.com
> [119] mailto:solomax666@gmail.com
> [120]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [121]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [122] http://www.linkedin.com/in/mohammedarafa
> [123] http://www.in-egypt.net/MArafaCV.pdf
> [124] mailto:marafa@fedoraproject.org
> [125] mailto:mohammed.arafa@gmail.com
> [126]
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
> [127]
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
> [128]
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
> [129]
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
> [130] mailto:solomax666@gmail.com
> [131]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [132] 
> http://classes.vm:5080/openmeetings/services/UserService/getSession
> [133] http://mail.adginc.net/tel:%28303%29741-5711
> [134] mailto:kmn@adginc.net
> [135]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [136]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [137] http://www.linkedin.com/in/mohammedarafa
> [138] http://www.in-egypt.net/MArafaCV.pdf
> [139] mailto:marafa@fedoraproject.org
> [140] http://www.mailscanner.info/

-- 
Mark Newnham

American Data Group
(303)741-5711

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
kmn
thank you for responding.

the php page result was "0"

thank you

On Mon, Oct 1, 2012 at 9:20 AM, kmn <km...@adginc.net> wrote:

> try this:
> $cu = curl_init();
> $url = "http://classes.vm:5080/**openmeetings/services/**
> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
> ";
> curl_setopt($cu, CURLOPT_URL,$url);
> curl_setopt($cu, CURLOPT_VERBOSE,        1);  #show the conversation
> $curlOutput    = curl_exec($cu);
> $response = (curl_getinfo($cu,CURLINFO_**HTTP_CODE ));
> curl_close($cu);
>
> print_r($curlOutput);
> print_r($response);
>
>
>
> On 2012-09-30 09:54, Maxim Solodovnik wrote:
>
>> Unfortunately Im no so good in PHP programming :(
>>
>> I guess we need PHP guru :)
>> everything is working on my Ubuntu machines :(
>>
>> On Sun, Sep 30, 2012 at 10:48 PM, Mohammed Arafa
>> <mohammed.arafa@gmail.com [91]> wrote:
>>
>>  i went looking for a php test and found this:
>>>
>>> <?php
>>> if(array_search(curl, get_loaded_extensions())){ echo "curl is
>>>
>>> there"; } else echo "curl is not there"
>>> ?>
>>>
>>> i ran it and receive a positive response. it is not a curl issue
>>>
>>> On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik
>>> <solomax666@gmail.com [85]> wrote:
>>>
>>>  Java applications are not dependent on system architecture.
>>>>
>>>> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa
>>>> <mohammed.arafa@gmail.com [84]> wrote:
>>>>
>>>>  is it possible that openmeetings is a 32 bit application?
>>>>>
>>>>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik
>>>>> <solomax666@gmail.com [78]> wrote:
>>>>>
>>>>>  I hope anybody else here is using CenOS and can help you.
>>>>>> I did all my testings on Ubuntu :(
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa
>>>>>> <mohammed.arafa@gmail.com [77]> wrote:
>>>>>>
>>>>>>  here is my verification of curl for php
>>>>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>>>>> /etc/php.d/curl.ini
>>>>>>> /usr/lib64/php/modules/curl.so
>>>>>>> [root@classes ~]# curl
>>>>>>> curl: try curl --help or curl --manual for more information
>>>>>>>
>>>>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik
>>>>>>> <solomax666@gmail.com [71]> wrote:
>>>>>>>
>>>>>>>  Im not sure about CenOS
>>>>>>>> in debian/ubuntu
>>>>>>>> I did install "php5-curl - CURL module for php5"
>>>>>>>>
>>>>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>>>>> php5-curl - CURL module for php5
>>>>>>>>
>>>>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>>>>>
>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.3_i386.**deb
>>>>>>>
>>>>>>>>
>>>>>>>>  /var/cache/apt/archives/php5-**curl_5.3.10-1ubuntu3.4_i386.**deb
>>>>>>>
>>>>>>>>
>>>>>>>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa
>>>>>>>> <mohammed.arafa@gmail.com [70]> wrote:
>>>>>>>>
>>>>>>>>  Maxim
>>>>>>>>>
>>>>>>>>> I appreciate the offer and i will not forget it but The
>>>>>>>>> vms are not on the net, there is at least one firewall
>>>>>>>>> blocking access. so in the meantime i have attached my
>>>>>>>>> very rough notes on what i did on my centos 6.3 vm
>>>>>>>>>
>>>>>>>>> thank you
>>>>>>>>>
>>>>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik
>>>>>>>>> <solomax666@gmail.com [64]> wrote:
>>>>>>>>>
>>>>>>>>>  Im afraid the only option I can propose:
>>>>>>>>>>
>>>>>>>>>> let me take a look at your server and Ill try to
>>>>>>>>>>
>>>>>>>>>> debug/investigate and maybe will find the reason.
>>>>>>>>>>
>>>>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa
>>>>>>>>>> <mohammed.arafa@gmail.com [63]> wrote:
>>>>>>>>>>
>>>>>>>>>>  Hello
>>>>>>>>>>>
>>>>>>>>>>> I just set up a fresh new vm and went thru the
>>>>>>>>>>> configuration steps and the issue is repeated on the
>>>>>>>>>>> new vm. i was using the admin user.
>>>>>>>>>>> thanks
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik
>>>>>>>>>>> <solomax666@gmail.com [57]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>  Since you can see the response in the browser I
>>>>>>>>>>>> guess it some kind of misconfiguration
>>>>>>>>>>>> Ill try to google it if Ill have enough time
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa
>>>>>>>>>>>> <mohammed.arafa@gmail.com [56]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>  Hello Maxim
>>>>>>>>>>>>>
>>>>>>>>>>>>> There was no response. I added it to 2 different
>>>>>>>>>>>>> spots within the code and saw no response. is
>>>>>>>>>>>>> this a bug?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa
>>>>>>>>>>>>> <mohammed.arafa@gmail.com [50]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Maxim
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> 111 222
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [42] id #96AAA BBB
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [43] id #96Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Service failed and no response was returned.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim
>>>>>>>>>>>>>> Solodovnik <solomax666@gmail.com [44]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Can you add
>>>>>>>>>>>>>>> echo("AAA");
>>>>>>>>>>>>>>> print_r($response);
>>>>>>>>>>>>>>> echo("BBB");
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> to check if it was response, was it empty,
>>>>>>>>>>>>>>> what is in the response if not empty ...
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed
>>>>>>>>>>>>>>> Arafa <mohammed.arafa@gmail.com [41]> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Yes it works for fqdn and localhost
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim
>>>>>>>>>>>>>>>> Solodovnik" <solomax666@gmail.com [40]>
>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  and what about wget?
>>>>>>>>>>>>>>>>> is it work?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM,
>>>>>>>>>>>>>>>>> Mohammed Arafa <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>> [39]> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [29] id
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> #96http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [30] id #96Request OpenMeetings!
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> i used that url and it failed (of
>>>>>>>>>>>>>>>>>> course since openmeetings is not on my
>>>>>>>>>>>>>>>>>> localhost but on a vm!)
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> so i used the original setting i had
>>>>>>>>>>>>>>>>>> (the fqdn) and that too gave
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [31] id
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> #96http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>>
>>> [32] id #96Request OpenMeetings!
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM,
>>>>>>>>>>>>>>>>>> Maxim Solodovnik <solomax666@gmail.com
>>>>>>>>>>>>>>>>>> [33]> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  OK :)
>>>>>>>>>>>>>>>>>>> can you use PRINT_R()
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM,
>>>>>>>>>>>>>>>>>>> Mohammed Arafa
>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [28]>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  line 57 and 58 are:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> if(!$response) {
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>> die("Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>>> response was returned.");
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> so that sentence was added to line
>>>>>>>>>>>>>>>>>>>> 55
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> resource(96) of type (curl)
>>>>>>>>>>>>>>>>>>>> resource(96) of type (Unknown)
>>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>>>>>>>>> Service failed and no response was
>>>>>>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM,
>>>>>>>>>>>>>>>>>>>> Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [22]> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  The error you are getting
>>>>>>>>>>>>>>>>>>>>> "Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and
>>>>>>>>>>>>>>>>>>>>> no response was returned."
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> openmeetings_rest_service.php
>>>>>>>>>>>>>>>>>>>>> line 58
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Maybe this will give as a hint
>>>>>>>>>>>>>>>>>>>>> what is wrong
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM,
>>>>>>>>>>>>>>>>>>>>> Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [21]>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-curl (curl.so) is in
>>>>>>>>>>>>>>>>>>>>>> php-common which is already
>>>>>>>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>>>>>>>> i also installed
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  php-pear-Net-Curl-1.2.5-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> (and restarted httpd) with no
>>>>>>>>>>>>>>>>>>>>>> luck
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53
>>>>>>>>>>>>>>>>>>>>>> PM, Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [15]>
>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  I guess you need "php curl"
>>>>>>>>>>>>>>>>>>>>>>> installed
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50
>>>>>>>>>>>>>>>>>>>>>>> AM, Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>>>>>> [14]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  Hello  Maxim
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> appreciate your very quick
>>>>>>>>>>>>>>>>>>>>>>>> response.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> I checked my urls and it
>>>>>>>>>>>>>>>>>>>>>>>> worked both ways. fyi it
>>>>>>>>>>>>>>>>>>>>>>>> was wget
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>  http://classes.vm:5080/**openmeetings/services/**
>>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>>>
>>>> [7] where the fqdn is
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> actually the same for both
>>>>>>>>>>>>>>>>>>>>>>>> openmeetings and moodle.
>>>>>>>>>>>>>>>>>>>>>>>> also, i am concerned that
>>>>>>>>>>>>>>>>>>>>>>>> the "openmeetings" in the
>>>>>>>>>>>>>>>>>>>>>>>> url is not in the moodle
>>>>>>>>>>>>>>>>>>>>>>>> config page unless it is
>>>>>>>>>>>>>>>>>>>>>>>> the "OpenMeetings webapp
>>>>>>>>>>>>>>>>>>>>>>>> name"
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> as for php, these are the
>>>>>>>>>>>>>>>>>>>>>>>> rpm packages installed:
>>>>>>>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-common-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-mbstring-5.3.3-14.el6_3.**x86_64
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-mysql-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  php-pear-Auth-SASL-1.0.4-1.**el6.noarch
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  php-pear-HTTP-Request-1.4.4-2.**el6.noarch
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-pear-Mail-1.2.0-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  php-pear-Mail-Mime-1.8.4-1.**el6.noarch
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  php-pear-Net-DIME-1.0.2-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  php-pear-Net-SMTP-1.6.1-1.el6.**noarch
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  php-pear-Net-Socket-1.0.10-1.**el6.noarch
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  php-pear-Net-URL-1.0.15-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  php-pear-SOAP-0.12.0-4.el6.**noarch
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  php-xmlrpc-5.3.3-14.el6_3.x86_**64
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> if there is anything
>>>>>>>>>>>>>>>>>>>>>>>> missing pls let me know
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> as to apache logs. nothing
>>>>>>>>>>>>>>>>>>>>>>>> unusual. error logs only
>>>>>>>>>>>>>>>>>>>>>>>> show startup status. and
>>>>>>>>>>>>>>>>>>>>>>>> access logs show only me.
>>>>>>>>>>>>>>>>>>>>>>>> as for the openmeeting
>>>>>>>>>>>>>>>>>>>>>>>> logs, i wouldnt know what
>>>>>>>>>>>>>>>>>>>>>>>> to look for in there.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at
>>>>>>>>>>>>>>>>>>>>>>>> 9:22 PM, Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [8]>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  Hello Mohammed,
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> The issue is most
>>>>>>>>>>>>>>>>>>>>>>>>> probably with
>>>>>>>>>>>>>>>>>>>>>>>>> configuration.
>>>>>>>>>>>>>>>>>>>>>>>>> If you have PHP
>>>>>>>>>>>>>>>>>>>>>>>>> experience you can add
>>>>>>>>>>>>>>>>>>>>>>>>> some debug into moodle
>>>>>>>>>>>>>>>>>>>>>>>>> plugin. If not:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> please check if the
>>>>>>>>>>>>>>>>>>>>>>>>> following URL works for
>>>>>>>>>>>>>>>>>>>>>>>>> you:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> "<URL_TO_OM_FROM_YOUR_MOODLE_**CONFIG>/services/UserService/**
>> getSession"?
>>
>>>
>>>>>>>>>>>>>>>>>>>>>>>>> It it works on your
>>>>>>>>>>>>>>>>>>>>>>>>> computer try it using
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> "wget <URL_TO_OM_FROM_YOUR_**MOODLE_CONFIG>/services/**
>> UserService/getSession"
>>
>>> on the machine Moodle is
>>>>>>>>>>>>>>>>>>>>>>>>> running
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> if both OK Apache logs
>>>>>>>>>>>>>>>>>>>>>>>>> need to be checked,
>>>>>>>>>>>>>>>>>>>>>>>>> maybe some necessesary
>>>>>>>>>>>>>>>>>>>>>>>>> PHP modules are not
>>>>>>>>>>>>>>>>>>>>>>>>> installed
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at
>>>>>>>>>>>>>>>>>>>>>>>>> 8:10 AM, Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> [6]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>  hello
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> i believe i have
>>>>>>>>>>>>>>>>>>>>>>>>>> succesfully installed
>>>>>>>>>>>>>>>>>>>>>>>>>> moodle and
>>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings
>>>>>>>>>>>>>>>>>>>>>>>>>> individually. each url
>>>>>>>>>>>>>>>>>>>>>>>>>> path works
>>>>>>>>>>>>>>>>>>>>>>>>>> independently. i used:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>  apache-openmeetings-**incubating-2.0.0.r1361497-14-**
>>> 07-2012_1108.tar.gz
>>>
>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>  apache-openmeetings-moodle-**plugin-incubating-1.4.tar.gz
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  jodconverter-core-3.0-beta-4-**dist.zip
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> i have verified that
>>>>>>>>>>>>>>>>>>>>>>>>>> individually the 2
>>>>>>>>>>>>>>>>>>>>>>>>>> applications work, i
>>>>>>>>>>>>>>>>>>>>>>>>>> have also verified
>>>>>>>>>>>>>>>>>>>>>>>>>> that my admin user as
>>>>>>>>>>>>>>>>>>>>>>>>>> well as the soap user
>>>>>>>>>>>>>>>>>>>>>>>>>> are able to login.
>>>>>>>>>>>>>>>>>>>>>>>>>> however, whenever i
>>>>>>>>>>>>>>>>>>>>>>>>>> attempt to add an
>>>>>>>>>>>>>>>>>>>>>>>>>> openmeeting activity
>>>>>>>>>>>>>>>>>>>>>>>>>> to my course i keep
>>>>>>>>>>>>>>>>>>>>>>>>>> running into this
>>>>>>>>>>>>>>>>>>>>>>>>>> error:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service
>>>>>>>>>>>>>>>>>>>>>>>>>> failed and no response
>>>>>>>>>>>>>>>>>>>>>>>>>> was returned.
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> the red5.log doesnt
>>>>>>>>>>>>>>>>>>>>>>>>>> show much and google
>>>>>>>>>>>>>>>>>>>>>>>>>> doesnt know anything
>>>>>>>>>>>>>>>>>>>>>>>>>> about this error
>>>>>>>>>>>>>>>>>>>>>>>>>> except that it is
>>>>>>>>>>>>>>>>>>>>>>>>>> coming from
>>>>>>>>>>>>>>>>>>>>>>>>>> openmeeting code. any
>>>>>>>>>>>>>>>>>>>>>>>>>> help or hint
>>>>>>>>>>>>>>>>>>>>>>>>>> appreciated as things
>>>>>>>>>>>>>>>>>>>>>>>>>> were going smoothly
>>>>>>>>>>>>>>>>>>>>>>>>>> till this error showed
>>>>>>>>>>>>>>>>>>>>>>>>>> up
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> also, i used the
>>>>>>>>>>>>>>>>>>>>>>>>>> default settings when
>>>>>>>>>>>>>>>>>>>>>>>>>> setting up
>>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings and the
>>>>>>>>>>>>>>>>>>>>>>>>>> moodle pluginany and
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> all advise will be
>>>>>>>>>>>>>>>>>>>>>>>>>> helpful
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> [1]
>>>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [2]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [3]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [4]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> [5]
>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> [9]
>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [10]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [11]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [12]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> [13]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> [16]
>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [17]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [18]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Latest Resume [19]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>> sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>> [20]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> [23]
>>>>>>>>>>>>>>>>>>>> 805010942448935 [24]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [25]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Latest Resume [26]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>> [27]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> [34]
>>>>>>>>>>>>>>>>>> 805010942448935 [35]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> LinkedIn Profile [36]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Latest Resume [37]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>> [38]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> [45]
>>>>>>>>>>>>>> 805010942448935 [46]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> LinkedIn Profile [47]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Latest Resume [48]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [49]
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> [51]
>>>>>>>>>>>>> 805010942448935 [52]
>>>>>>>>>>>>>
>>>>>>>>>>>>> LinkedIn Profile [53]
>>>>>>>>>>>>>
>>>>>>>>>>>>> Latest Resume [54]
>>>>>>>>>>>>>
>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [55]
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> [58]
>>>>>>>>>>> 805010942448935 [59]
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile [60]
>>>>>>>>>>>
>>>>>>>>>>> Latest Resume [61]
>>>>>>>>>>>
>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [62]
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> [65]
>>>>>>>>> 805010942448935 [66]
>>>>>>>>>
>>>>>>>>> LinkedIn Profile [67]
>>>>>>>>>
>>>>>>>>> Latest Resume [68]
>>>>>>>>>
>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [69]
>>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> [72]
>>>>>>> 805010942448935 [73]
>>>>>>>
>>>>>>> LinkedIn Profile [74]
>>>>>>>
>>>>>>> Latest Resume [75]
>>>>>>>
>>>>>>> VoIP: sip:marafa@fedoraproject.org [76]
>>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> [79]
>>>>> 805010942448935 [80]
>>>>>
>>>>> LinkedIn Profile [81]
>>>>>
>>>>> Latest Resume [82]
>>>>>
>>>>> VoIP: sip:marafa@fedoraproject.org [83]
>>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>> --
>>>
>>> [86]
>>> 805010942448935 [87]
>>>
>>> LinkedIn Profile [88]
>>>
>>> Latest Resume [89]
>>>
>>> VoIP: sip:marafa@fedoraproject.org [90]
>>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>> --
>> This message has been scanned for viruses and
>> dangerous content by MAILSCANNER [92], and is
>> believed to be clean.
>>
>> Links:
>> ------
>> [1]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [2]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [3] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [4] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [5] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [6] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [7] http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSession<http://classes.vm:5080/openmeetings/services/UserService/getSession>
>> [8] mailto:solomax666@gmail.com
>> [9]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [10]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [11] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [12] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [13] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [14] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [15] mailto:solomax666@gmail.com
>> [16]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [17]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [18] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [19] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [20] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [21] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [22] mailto:solomax666@gmail.com
>> [23]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [24]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [25] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [26] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [27] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [28] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [29]
>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>> [30]
>>
>> http://localhost:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://localhost:5080/openmeetings/services/UserService/getSessionResource>
>> [31]
>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [32]
>>
>> http://classes.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [33] mailto:solomax666@gmail.com
>> [34]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [35]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [36] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [37] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [38] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [39] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [40] mailto:solomax666@gmail.com
>> [41] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [42]
>>
>> http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [43]
>>
>> http://classes.marafa.vm:5080/**openmeetings/services/**
>> UserService/getSessionResource<http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource>
>> [44] mailto:solomax666@gmail.com
>> [45]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [46]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [47] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [48] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [49] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [50] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [51]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [52]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [53] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [54] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [55] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [56] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [57] mailto:solomax666@gmail.com
>> [58]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [59]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [60] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [61] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [62] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [63] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [64] mailto:solomax666@gmail.com
>> [65]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [66]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [67] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [68] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [69] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [70] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [71] mailto:solomax666@gmail.com
>> [72]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [73]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [74] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [75] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [76] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [77] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [78] mailto:solomax666@gmail.com
>> [79]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [80]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [81] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [82] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [83] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [84] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [85] mailto:solomax666@gmail.com
>> [86]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [87]
>>
>> https://www.redhat.com/wapps/**training/certification/verify.**
>> html?certNumber=**805010942448935&amp;verify=**Verify<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> [88] http://www.linkedin.com/in/**mohammedarafa<http://www.linkedin.com/in/mohammedarafa>
>> [89] http://www.in-egypt.net/**MArafaCV.pdf<http://www.in-egypt.net/MArafaCV.pdf>
>> [90] mailto:marafa@fedoraproject.**org <ma...@fedoraproject.org>
>> [91] mailto:mohammed.arafa@gmail.**com <mo...@gmail.com>
>> [92] http://www.mailscanner.info/
>>
>
> --
> Mark Newnham
>
> American Data Group
> (303)741-5711
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
>


-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by kmn <km...@adginc.net>.
try this:
$cu = curl_init();
$url = 
"http://classes.vm:5080/openmeetings/services/UserService/getSession";
curl_setopt($cu, CURLOPT_URL,$url);
curl_setopt($cu, CURLOPT_VERBOSE,        1);  #show the conversation
$curlOutput    = curl_exec($cu);
$response = (curl_getinfo($cu,CURLINFO_HTTP_CODE ));
curl_close($cu);

print_r($curlOutput);
print_r($response);



On 2012-09-30 09:54, Maxim Solodovnik wrote:
> Unfortunately Im no so good in PHP programming :(
> I guess we need PHP guru :)
> everything is working on my Ubuntu machines :(
>
> On Sun, Sep 30, 2012 at 10:48 PM, Mohammed Arafa
> <mohammed.arafa@gmail.com [91]> wrote:
>
>> i went looking for a php test and found this:
>>
>> <?php
>> if(array_search(curl, get_loaded_extensions())){ echo "curl is
>> there"; } else echo "curl is not there"
>> ?>
>>
>> i ran it and receive a positive response. it is not a curl issue
>>
>> On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik
>> <solomax666@gmail.com [85]> wrote:
>>
>>> Java applications are not dependent on system architecture.
>>>
>>> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa
>>> <mohammed.arafa@gmail.com [84]> wrote:
>>>
>>>> is it possible that openmeetings is a 32 bit application?
>>>>
>>>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik
>>>> <solomax666@gmail.com [78]> wrote:
>>>>
>>>>> I hope anybody else here is using CenOS and can help you.
>>>>> I did all my testings on Ubuntu :(
>>>>>
>>>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa
>>>>> <mohammed.arafa@gmail.com [77]> wrote:
>>>>>
>>>>>> here is my verification of curl for php
>>>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>>>> /etc/php.d/curl.ini
>>>>>> /usr/lib64/php/modules/curl.so
>>>>>> [root@classes ~]# curl
>>>>>> curl: try curl --help or curl --manual for more information
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik
>>>>>> <solomax666@gmail.com [71]> wrote:
>>>>>>
>>>>>>> Im not sure about CenOS
>>>>>>> in debian/ubuntu
>>>>>>> I did install "php5-curl - CURL module for php5"
>>>>>>>
>>>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>>>> php5-curl - CURL module for php5
>>>>>>>
>>>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>>>>
>>>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
>>>>>>>
>>>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb
>>>>>>>
>>>>>>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa
>>>>>>> <mohammed.arafa@gmail.com [70]> wrote:
>>>>>>>
>>>>>>>> Maxim
>>>>>>>>
>>>>>>>> I appreciate the offer and i will not forget it but The
>>>>>>>> vms are not on the net, there is at least one firewall
>>>>>>>> blocking access. so in the meantime i have attached my
>>>>>>>> very rough notes on what i did on my centos 6.3 vm
>>>>>>>>
>>>>>>>> thank you
>>>>>>>>
>>>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik
>>>>>>>> <solomax666@gmail.com [64]> wrote:
>>>>>>>>
>>>>>>>>> Im afraid the only option I can propose:
>>>>>>>>>
>>>>>>>>> let me take a look at your server and Ill try to
>>>>>>>>> debug/investigate and maybe will find the reason.
>>>>>>>>>
>>>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa
>>>>>>>>> <mohammed.arafa@gmail.com [63]> wrote:
>>>>>>>>>
>>>>>>>>>> Hello
>>>>>>>>>>
>>>>>>>>>> I just set up a fresh new vm and went thru the
>>>>>>>>>> configuration steps and the issue is repeated on the
>>>>>>>>>> new vm. i was using the admin user.
>>>>>>>>>> thanks
>>>>>>>>>>
>>>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik
>>>>>>>>>> <solomax666@gmail.com [57]> wrote:
>>>>>>>>>>
>>>>>>>>>>> Since you can see the response in the browser I
>>>>>>>>>>> guess it some kind of misconfiguration
>>>>>>>>>>> Ill try to google it if Ill have enough time
>>>>>>>>>>>
>>>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa
>>>>>>>>>>> <mohammed.arafa@gmail.com [56]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello Maxim
>>>>>>>>>>>>
>>>>>>>>>>>> There was no response. I added it to 2 different
>>>>>>>>>>>> spots within the code and saw no response. is
>>>>>>>>>>>> this a bug?
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa
>>>>>>>>>>>> <mohammed.arafa@gmail.com [50]> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Maxim
>>>>>>>>>>>>>
>>>>>>>>>>>>> 111 222
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource
>>>>>>>>>>>>> [42] id #96AAA BBB
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource
>>>>>>>>>>>>> [43] id #96Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>> Service failed and no response was returned.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim
>>>>>>>>>>>>> Solodovnik <solomax666@gmail.com [44]> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Can you add 
>>>>>>>>>>>>>> echo("AAA");
>>>>>>>>>>>>>> print_r($response);
>>>>>>>>>>>>>> echo("BBB");
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> to check if it was response, was it empty,
>>>>>>>>>>>>>> what is in the response if not empty ...
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed
>>>>>>>>>>>>>> Arafa <mohammed.arafa@gmail.com [41]> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Yes it works for fqdn and localhost
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim
>>>>>>>>>>>>>>> Solodovnik" <solomax666@gmail.com [40]>
>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> and what about wget?
>>>>>>>>>>>>>>>> is it work?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM,
>>>>>>>>>>>>>>>> Mohammed Arafa <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>> [39]> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
>>>>>>>>>>>>>>>>> [29] id
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 
> #96http://localhost:5080/openmeetings/services/UserService/getSessionResource
>>>>>>>>>>>>>>>>> [30] id #96Request OpenMeetings!
>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> i used that url and it failed (of
>>>>>>>>>>>>>>>>> course since openmeetings is not on my
>>>>>>>>>>>>>>>>> localhost but on a vm!)
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> so i used the original setting i had
>>>>>>>>>>>>>>>>> (the fqdn) and that too gave
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
>>>>>>>>>>>>>>>>> [31] id
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 
> #96http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
>>>>>>>>>>>>>>>>> [32] id #96Request OpenMeetings!
>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM,
>>>>>>>>>>>>>>>>> Maxim Solodovnik <solomax666@gmail.com
>>>>>>>>>>>>>>>>> [33]> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> OK :)
>>>>>>>>>>>>>>>>>> can you use PRINT_R()
>>>>>>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM,
>>>>>>>>>>>>>>>>>> Mohammed Arafa
>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [28]>
>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>                        
>>>>>>>>>>>>>>>>>>> if(!$response) {
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>                           
>>>>>>>>>>>>>>>>>>> die("Request OpenMeetings!
>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>> response was returned.");
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>                        
>>>>>>>>>>>>>>>>>>> }
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> so that sentence was added to line
>>>>>>>>>>>>>>>>>>> 55
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> resource(96) of type (curl)
>>>>>>>>>>>>>>>>>>> resource(96) of type (Unknown)
>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>>>>>>>> Service failed and no response was
>>>>>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM,
>>>>>>>>>>>>>>>>>>> Maxim Solodovnik
>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [22]> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> The error you are getting
>>>>>>>>>>>>>>>>>>>> "Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and
>>>>>>>>>>>>>>>>>>>> no response was returned."
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> is because of 
>>>>>>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> openmeetings_rest_service.php
>>>>>>>>>>>>>>>>>>>> line 58
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Maybe this will give as a hint
>>>>>>>>>>>>>>>>>>>> what is wrong
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM,
>>>>>>>>>>>>>>>>>>>> Mohammed Arafa
>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com [21]>
>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> php-curl (curl.so) is in
>>>>>>>>>>>>>>>>>>>>> php-common which is already
>>>>>>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>>>>>>> i also installed
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> php-pear-Net-Curl-1.2.5-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>> (and restarted httpd) with no
>>>>>>>>>>>>>>>>>>>>> luck
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53
>>>>>>>>>>>>>>>>>>>>> PM, Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [15]>
>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I guess you need "php curl"
>>>>>>>>>>>>>>>>>>>>>> installed
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50
>>>>>>>>>>>>>>>>>>>>>> AM, Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>>>>> [14]> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> appreciate your very quick
>>>>>>>>>>>>>>>>>>>>>>> response.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> I checked my urls and it
>>>>>>>>>>>>>>>>>>>>>>> worked both ways. fyi it
>>>>>>>>>>>>>>>>>>>>>>> was wget
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> http://classes.vm:5080/openmeetings/services/UserService/getSession
>>>>>>>>>>>>>>>>>>>>>>> [7] where the fqdn is
>>>>>>>>>>>>>>>>>>>>>>> actually the same for both
>>>>>>>>>>>>>>>>>>>>>>> openmeetings and moodle.
>>>>>>>>>>>>>>>>>>>>>>> also, i am concerned that
>>>>>>>>>>>>>>>>>>>>>>> the "openmeetings" in the
>>>>>>>>>>>>>>>>>>>>>>> url is not in the moodle
>>>>>>>>>>>>>>>>>>>>>>> config page unless it is
>>>>>>>>>>>>>>>>>>>>>>> the "OpenMeetings webapp
>>>>>>>>>>>>>>>>>>>>>>> name"
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> as for php, these are the
>>>>>>>>>>>>>>>>>>>>>>> rpm packages installed:
>>>>>>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> if there is anything
>>>>>>>>>>>>>>>>>>>>>>> missing pls let me know
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> as to apache logs. nothing
>>>>>>>>>>>>>>>>>>>>>>> unusual. error logs only
>>>>>>>>>>>>>>>>>>>>>>> show startup status. and
>>>>>>>>>>>>>>>>>>>>>>> access logs show only me.
>>>>>>>>>>>>>>>>>>>>>>> as for the openmeeting
>>>>>>>>>>>>>>>>>>>>>>> logs, i wouldnt know what
>>>>>>>>>>>>>>>>>>>>>>> to look for in there.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at
>>>>>>>>>>>>>>>>>>>>>>> 9:22 PM, Maxim Solodovnik
>>>>>>>>>>>>>>>>>>>>>>> <solomax666@gmail.com [8]>
>>>>>>>>>>>>>>>>>>>>>>> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> The issue is most
>>>>>>>>>>>>>>>>>>>>>>>> probably with
>>>>>>>>>>>>>>>>>>>>>>>> configuration.
>>>>>>>>>>>>>>>>>>>>>>>> If you have PHP
>>>>>>>>>>>>>>>>>>>>>>>> experience you can add
>>>>>>>>>>>>>>>>>>>>>>>> some debug into moodle
>>>>>>>>>>>>>>>>>>>>>>>> plugin. If not:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> please check if the
>>>>>>>>>>>>>>>>>>>>>>>> following URL works for
>>>>>>>>>>>>>>>>>>>>>>>> you:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 
> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> It it works on your
>>>>>>>>>>>>>>>>>>>>>>>> computer try it using
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>>
> 
> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>>>>>>>>>> on the machine Moodle is
>>>>>>>>>>>>>>>>>>>>>>>> running
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> if both OK Apache logs
>>>>>>>>>>>>>>>>>>>>>>>> need to be checked,
>>>>>>>>>>>>>>>>>>>>>>>> maybe some necessesary
>>>>>>>>>>>>>>>>>>>>>>>> PHP modules are not
>>>>>>>>>>>>>>>>>>>>>>>> installed
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at
>>>>>>>>>>>>>>>>>>>>>>>> 8:10 AM, Mohammed Arafa
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> <mohammed.arafa@gmail.com
>>>>>>>>>>>>>>>>>>>>>>>> [6]> wrote:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> i believe i have
>>>>>>>>>>>>>>>>>>>>>>>>> succesfully installed
>>>>>>>>>>>>>>>>>>>>>>>>> moodle and
>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings
>>>>>>>>>>>>>>>>>>>>>>>>> individually. each url
>>>>>>>>>>>>>>>>>>>>>>>>> path works
>>>>>>>>>>>>>>>>>>>>>>>>> independently. i used:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>
>>>
>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> i have verified that
>>>>>>>>>>>>>>>>>>>>>>>>> individually the 2
>>>>>>>>>>>>>>>>>>>>>>>>> applications work, i
>>>>>>>>>>>>>>>>>>>>>>>>> have also verified
>>>>>>>>>>>>>>>>>>>>>>>>> that my admin user as
>>>>>>>>>>>>>>>>>>>>>>>>> well as the soap user
>>>>>>>>>>>>>>>>>>>>>>>>> are able to login.
>>>>>>>>>>>>>>>>>>>>>>>>> however, whenever i
>>>>>>>>>>>>>>>>>>>>>>>>> attempt to add an
>>>>>>>>>>>>>>>>>>>>>>>>> openmeeting activity
>>>>>>>>>>>>>>>>>>>>>>>>> to my course i keep
>>>>>>>>>>>>>>>>>>>>>>>>> running into this
>>>>>>>>>>>>>>>>>>>>>>>>> error:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings!
>>>>>>>>>>>>>>>>>>>>>>>>> OpenMeetings Service
>>>>>>>>>>>>>>>>>>>>>>>>> failed and no response
>>>>>>>>>>>>>>>>>>>>>>>>> was returned.
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> the red5.log doesnt
>>>>>>>>>>>>>>>>>>>>>>>>> show much and google
>>>>>>>>>>>>>>>>>>>>>>>>> doesnt know anything
>>>>>>>>>>>>>>>>>>>>>>>>> about this error
>>>>>>>>>>>>>>>>>>>>>>>>> except that it is
>>>>>>>>>>>>>>>>>>>>>>>>> coming from
>>>>>>>>>>>>>>>>>>>>>>>>> openmeeting code. any
>>>>>>>>>>>>>>>>>>>>>>>>> help or hint
>>>>>>>>>>>>>>>>>>>>>>>>> appreciated as things
>>>>>>>>>>>>>>>>>>>>>>>>> were going smoothly
>>>>>>>>>>>>>>>>>>>>>>>>> till this error showed
>>>>>>>>>>>>>>>>>>>>>>>>> up
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> also, i used the
>>>>>>>>>>>>>>>>>>>>>>>>> default settings when
>>>>>>>>>>>>>>>>>>>>>>>>> setting up
>>>>>>>>>>>>>>>>>>>>>>>>> openmeetings and the
>>>>>>>>>>>>>>>>>>>>>>>>> moodle pluginany and
>>>>>>>>>>>>>>>>>>>>>>>>> all advise will be
>>>>>>>>>>>>>>>>>>>>>>>>> helpful
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> [1]
>>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [2]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [3]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [4]
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>>> [5]
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> [9]
>>>>>>>>>>>>>>>>>>>>>>> 805010942448935 [10]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [11]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Latest Resume [12]
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>> [13]
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> [16]
>>>>>>>>>>>>>>>>>>>>> 805010942448935 [17]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile [18]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Latest Resume [19]
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> VoIP:
>>>>>>>>>>>>>>>>>>>>> sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>> [20]
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> [23]
>>>>>>>>>>>>>>>>>>> 805010942448935 [24]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> LinkedIn Profile [25]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Latest Resume [26]
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>> [27]
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> [34]
>>>>>>>>>>>>>>>>> 805010942448935 [35]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> LinkedIn Profile [36]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Latest Resume [37]
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>> [38]
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> [45]
>>>>>>>>>>>>> 805010942448935 [46]
>>>>>>>>>>>>>
>>>>>>>>>>>>> LinkedIn Profile [47]
>>>>>>>>>>>>>
>>>>>>>>>>>>> Latest Resume [48]
>>>>>>>>>>>>>
>>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [49]
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> [51]
>>>>>>>>>>>> 805010942448935 [52]
>>>>>>>>>>>>
>>>>>>>>>>>> LinkedIn Profile [53]
>>>>>>>>>>>>
>>>>>>>>>>>> Latest Resume [54]
>>>>>>>>>>>>
>>>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [55]
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> [58]
>>>>>>>>>> 805010942448935 [59]
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile [60]
>>>>>>>>>>
>>>>>>>>>> Latest Resume [61]
>>>>>>>>>>
>>>>>>>>>> VoIP: sip:marafa@fedoraproject.org [62]
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> [65]
>>>>>>>> 805010942448935 [66]
>>>>>>>>
>>>>>>>> LinkedIn Profile [67]
>>>>>>>>
>>>>>>>> Latest Resume [68]
>>>>>>>>
>>>>>>>> VoIP: sip:marafa@fedoraproject.org [69]
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>
>>>>>> --
>>>>>>
>>>>>> [72]
>>>>>> 805010942448935 [73]
>>>>>>
>>>>>> LinkedIn Profile [74]
>>>>>>
>>>>>> Latest Resume [75]
>>>>>>
>>>>>> VoIP: sip:marafa@fedoraproject.org [76]
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>
>>>> --
>>>>
>>>> [79]
>>>> 805010942448935 [80]
>>>>
>>>> LinkedIn Profile [81]
>>>>
>>>> Latest Resume [82]
>>>>
>>>> VoIP: sip:marafa@fedoraproject.org [83]
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>
>> --
>>
>> [86]
>> 805010942448935 [87]
>>
>> LinkedIn Profile [88]
>>
>> Latest Resume [89]
>>
>> VoIP: sip:marafa@fedoraproject.org [90]
>
> --
> WBR
> Maxim aka solomax
>
> --
> This message has been scanned for viruses and
> dangerous content by MAILSCANNER [92], and is
> believed to be clean.
>
> Links:
> ------
> [1]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [2]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [3] http://www.linkedin.com/in/mohammedarafa
> [4] http://www.in-egypt.net/MArafaCV.pdf
> [5] mailto:marafa@fedoraproject.org
> [6] mailto:mohammed.arafa@gmail.com
> [7] 
> http://classes.vm:5080/openmeetings/services/UserService/getSession
> [8] mailto:solomax666@gmail.com
> [9]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [10]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [11] http://www.linkedin.com/in/mohammedarafa
> [12] http://www.in-egypt.net/MArafaCV.pdf
> [13] mailto:marafa@fedoraproject.org
> [14] mailto:mohammed.arafa@gmail.com
> [15] mailto:solomax666@gmail.com
> [16]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [17]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [18] http://www.linkedin.com/in/mohammedarafa
> [19] http://www.in-egypt.net/MArafaCV.pdf
> [20] mailto:marafa@fedoraproject.org
> [21] mailto:mohammed.arafa@gmail.com
> [22] mailto:solomax666@gmail.com
> [23]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [24]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [25] http://www.linkedin.com/in/mohammedarafa
> [26] http://www.in-egypt.net/MArafaCV.pdf
> [27] mailto:marafa@fedoraproject.org
> [28] mailto:mohammed.arafa@gmail.com
> [29]
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
> [30]
> 
> http://localhost:5080/openmeetings/services/UserService/getSessionResource
> [31]
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
> [32]
> 
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResource
> [33] mailto:solomax666@gmail.com
> [34]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [35]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [36] http://www.linkedin.com/in/mohammedarafa
> [37] http://www.in-egypt.net/MArafaCV.pdf
> [38] mailto:marafa@fedoraproject.org
> [39] mailto:mohammed.arafa@gmail.com
> [40] mailto:solomax666@gmail.com
> [41] mailto:mohammed.arafa@gmail.com
> [42]
> 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource
> [43]
> 
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResource
> [44] mailto:solomax666@gmail.com
> [45]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [46]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [47] http://www.linkedin.com/in/mohammedarafa
> [48] http://www.in-egypt.net/MArafaCV.pdf
> [49] mailto:marafa@fedoraproject.org
> [50] mailto:mohammed.arafa@gmail.com
> [51]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [52]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [53] http://www.linkedin.com/in/mohammedarafa
> [54] http://www.in-egypt.net/MArafaCV.pdf
> [55] mailto:marafa@fedoraproject.org
> [56] mailto:mohammed.arafa@gmail.com
> [57] mailto:solomax666@gmail.com
> [58]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [59]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [60] http://www.linkedin.com/in/mohammedarafa
> [61] http://www.in-egypt.net/MArafaCV.pdf
> [62] mailto:marafa@fedoraproject.org
> [63] mailto:mohammed.arafa@gmail.com
> [64] mailto:solomax666@gmail.com
> [65]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [66]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [67] http://www.linkedin.com/in/mohammedarafa
> [68] http://www.in-egypt.net/MArafaCV.pdf
> [69] mailto:marafa@fedoraproject.org
> [70] mailto:mohammed.arafa@gmail.com
> [71] mailto:solomax666@gmail.com
> [72]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [73]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [74] http://www.linkedin.com/in/mohammedarafa
> [75] http://www.in-egypt.net/MArafaCV.pdf
> [76] mailto:marafa@fedoraproject.org
> [77] mailto:mohammed.arafa@gmail.com
> [78] mailto:solomax666@gmail.com
> [79]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [80]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [81] http://www.linkedin.com/in/mohammedarafa
> [82] http://www.in-egypt.net/MArafaCV.pdf
> [83] mailto:marafa@fedoraproject.org
> [84] mailto:mohammed.arafa@gmail.com
> [85] mailto:solomax666@gmail.com
> [86]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [87]
> 
> https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&amp;verify=Verify
> [88] http://www.linkedin.com/in/mohammedarafa
> [89] http://www.in-egypt.net/MArafaCV.pdf
> [90] mailto:marafa@fedoraproject.org
> [91] mailto:mohammed.arafa@gmail.com
> [92] http://www.mailscanner.info/

-- 
Mark Newnham

American Data Group
(303)741-5711

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
Unfortunately I'm no so good in PHP programming :(
I guess we need PHP guru :)
everything is working on my Ubuntu machines :(

On Sun, Sep 30, 2012 at 10:48 PM, Mohammed Arafa
<mo...@gmail.com>wrote:

> i went looking for a php test and found this:
>
> <?php
> if(array_search('curl', get_loaded_extensions())){ echo "curl is there"; }
> else echo "curl is not there"
> ?>
>
> i ran it and receive a positive response. it is not a curl issue
>
>
> On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> Java applications are not dependent on system architecture.
>>
>>
>> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa <
>> mohammed.arafa@gmail.com> wrote:
>>
>>> is it possible that openmeetings is a 32 bit application?
>>>
>>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik <solomax666@gmail.com
>>> > wrote:
>>>
>>>> I hope anybody else here is using CenOS and can help you.
>>>> I did all my testings on Ubuntu :(
>>>>
>>>>
>>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> here is my verification of curl for php
>>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>>> /etc/php.d/curl.ini
>>>>> /usr/lib64/php/modules/curl.so
>>>>> [root@classes ~]# curl
>>>>> curl: try 'curl --help' or 'curl --manual' for more information
>>>>>
>>>>>
>>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> I'm not sure about CenOS
>>>>>> in debian/ubuntu
>>>>>> I did install "php5-curl - CURL module for php5"
>>>>>>
>>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>>> php5-curl - CURL module for php5
>>>>>>
>>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
>>>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> Maxim
>>>>>>>
>>>>>>> I appreciate the offer and i will not forget it but The vms are not
>>>>>>> on the net, there is at least one firewall blocking access. so in the
>>>>>>> meantime i have attached my very rough notes on what i did on my centos 6.3
>>>>>>> vm
>>>>>>>
>>>>>>> thank you
>>>>>>>
>>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik <
>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>
>>>>>>>> I'm afraid the only option I can propose:
>>>>>>>>
>>>>>>>> let me take a look at your server and I'll try to debug/investigate
>>>>>>>> and maybe will find the reason.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hello
>>>>>>>>>
>>>>>>>>> I just set up a fresh new vm and went thru the configuration steps
>>>>>>>>> and the issue is repeated on the new vm. i was using the admin user.
>>>>>>>>> thanks
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <
>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Since you can see the response in the browser I guess it some
>>>>>>>>>> kind of misconfiguration
>>>>>>>>>> I'll try to google it if I'll have enough time
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <
>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hello Maxim
>>>>>>>>>>>
>>>>>>>>>>> There was no response. I added it to 2 different spots within
>>>>>>>>>>> the code and saw no response. is this a bug?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Maxim
>>>>>>>>>>>>
>>>>>>>>>>>> 111 222
>>>>>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>>>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>> returned.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Can you add
>>>>>>>>>>>>> echo("AAA");
>>>>>>>>>>>>> print_r($response);
>>>>>>>>>>>>> echo("BBB");
>>>>>>>>>>>>>
>>>>>>>>>>>>> to check if it was response, was it empty, what is in the
>>>>>>>>>>>>> response if not empty ...
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Yes it works for fqdn and localhost
>>>>>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <
>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> and what about wget?
>>>>>>>>>>>>>>> is it work?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> i used that url and it failed (of course since openmeetings
>>>>>>>>>>>>>>>> is not on my localhost but on a vm!)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> so i used the original setting i had (the fqdn) and that
>>>>>>>>>>>>>>>> too gave
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> OK :)
>>>>>>>>>>>>>>>>> can you use *print_r()*
>>>>>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>>>>>>>>>                         }
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> resource(96) of type (curl) resource(96) of type
>>>>>>>>>>>>>>>>>> (Unknown) Request OpenMeetings! OpenMeetings Service failed and no response
>>>>>>>>>>>>>>>>>> was returned.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> The error you are getting "Request OpenMeetings!
>>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned."
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already
>>>>>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch
>>>>>>>>>>>>>>>>>>>> (and restarted httpd) with no luck
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was
>>>>>>>>>>>>>>>>>>>>>> wget
>>>>>>>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp
>>>>>>>>>>>>>>>>>>>>>> name"
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only
>>>>>>>>>>>>>>>>>>>>>> show startup status. and access logs show only me. as for the openmeeting
>>>>>>>>>>>>>>>>>>>>>> logs, i wouldnt know what to look for in there.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>>>>>>>>>> If you have PHP experience you can add some debug
>>>>>>>>>>>>>>>>>>>>>>> into moodle plugin. If not:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe
>>>>>>>>>>>>>>>>>>>>>>> some necessesary PHP modules are not installed
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> i have verified that individually the 2
>>>>>>>>>>>>>>>>>>>>>>>> applications work, i have also verified that my admin user as well as the
>>>>>>>>>>>>>>>>>>>>>>>> soap user are able to login. however, whenever i attempt to add an
>>>>>>>>>>>>>>>>>>>>>>>> openmeeting activity to my course i keep running into this error:
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed
>>>>>>>>>>>>>>>>>>>>>>>> and no response was returned.
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt
>>>>>>>>>>>>>>>>>>>>>>>> know anything about this error except that it is coming from openmeeting
>>>>>>>>>>>>>>>>>>>>>>>> code. any help or hint appreciated as things were going smoothly till this
>>>>>>>>>>>>>>>>>>>>>>>> error showed up
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  Latest Resume<http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> *
>>>>>>>>>>>>
>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>
>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> *
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>
>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>
>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
i went looking for a php test and found this:

<?php
if(array_search('curl', get_loaded_extensions())){ echo "curl is there"; }
else echo "curl is not there"
?>

i ran it and receive a positive response. it is not a curl issue


On Sun, Sep 30, 2012 at 11:21 AM, Maxim Solodovnik <so...@gmail.com>wrote:

> Java applications are not dependent on system architecture.
>
>
> On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa <mohammed.arafa@gmail.com
> > wrote:
>
>> is it possible that openmeetings is a 32 bit application?
>>
>> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> I hope anybody else here is using CenOS and can help you.
>>> I did all my testings on Ubuntu :(
>>>
>>>
>>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> here is my verification of curl for php
>>>> [root@classes ~]# rpm -qil php-common | grep curl
>>>> /etc/php.d/curl.ini
>>>> /usr/lib64/php/modules/curl.so
>>>> [root@classes ~]# curl
>>>> curl: try 'curl --help' or 'curl --manual' for more information
>>>>
>>>>
>>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>>
>>>>> I'm not sure about CenOS
>>>>> in debian/ubuntu
>>>>> I did install "php5-curl - CURL module for php5"
>>>>>
>>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>>> php5-curl - CURL module for php5
>>>>>
>>>>> solomax@antares:~$ locate .deb|grep curl
>>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
>>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb
>>>>>
>>>>>
>>>>>
>>>>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> Maxim
>>>>>>
>>>>>> I appreciate the offer and i will not forget it but The vms are not
>>>>>> on the net, there is at least one firewall blocking access. so in the
>>>>>> meantime i have attached my very rough notes on what i did on my centos 6.3
>>>>>> vm
>>>>>>
>>>>>> thank you
>>>>>>
>>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik <
>>>>>> solomax666@gmail.com> wrote:
>>>>>>
>>>>>>> I'm afraid the only option I can propose:
>>>>>>>
>>>>>>> let me take a look at your server and I'll try to debug/investigate
>>>>>>> and maybe will find the reason.
>>>>>>>
>>>>>>>
>>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hello
>>>>>>>>
>>>>>>>> I just set up a fresh new vm and went thru the configuration steps
>>>>>>>> and the issue is repeated on the new vm. i was using the admin user.
>>>>>>>> thanks
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <
>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Since you can see the response in the browser I guess it some kind
>>>>>>>>> of misconfiguration
>>>>>>>>> I'll try to google it if I'll have enough time
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <
>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hello Maxim
>>>>>>>>>>
>>>>>>>>>> There was no response. I added it to 2 different spots within the
>>>>>>>>>> code and saw no response. is this a bug?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Maxim
>>>>>>>>>>>
>>>>>>>>>>> 111 222
>>>>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>> returned.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Can you add
>>>>>>>>>>>> echo("AAA");
>>>>>>>>>>>> print_r($response);
>>>>>>>>>>>> echo("BBB");
>>>>>>>>>>>>
>>>>>>>>>>>> to check if it was response, was it empty, what is in the
>>>>>>>>>>>> response if not empty ...
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Yes it works for fqdn and localhost
>>>>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <
>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> and what about wget?
>>>>>>>>>>>>>> is it work?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> i used that url and it failed (of course since openmeetings
>>>>>>>>>>>>>>> is not on my localhost but on a vm!)
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> so i used the original setting i had (the fqdn) and that too
>>>>>>>>>>>>>>> gave
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> OK :)
>>>>>>>>>>>>>>>> can you use *print_r()*
>>>>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>>>>>>>>                         }
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown)
>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> The error you are getting "Request OpenMeetings!
>>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned."
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already
>>>>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch
>>>>>>>>>>>>>>>>>>> (and restarted httpd) with no luck
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was
>>>>>>>>>>>>>>>>>>>>> wget
>>>>>>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name
>>>>>>>>>>>>>>>>>>>>> "
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only
>>>>>>>>>>>>>>>>>>>>> show startup status. and access logs show only me. as for the openmeeting
>>>>>>>>>>>>>>>>>>>>> logs, i wouldnt know what to look for in there.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>>>>>>>>> If you have PHP experience you can add some debug
>>>>>>>>>>>>>>>>>>>>>> into moodle plugin. If not:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> i have verified that individually the 2 applications
>>>>>>>>>>>>>>>>>>>>>>> work, i have also verified that my admin user as well as the soap user are
>>>>>>>>>>>>>>>>>>>>>>> able to login. however, whenever i attempt to add an openmeeting activity
>>>>>>>>>>>>>>>>>>>>>>> to my course i keep running into this error:
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed
>>>>>>>>>>>>>>>>>>>>>>> and no response was returned.
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  Latest Resume<http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> *
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>
>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>
>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> *
>>>>>>>>
>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>
>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
Java applications are not dependent on system architecture.


On Sun, Sep 30, 2012 at 10:19 PM, Mohammed Arafa
<mo...@gmail.com>wrote:

> is it possible that openmeetings is a 32 bit application?
>
> On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> I hope anybody else here is using CenOS and can help you.
>> I did all my testings on Ubuntu :(
>>
>>
>> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> here is my verification of curl for php
>>> [root@classes ~]# rpm -qil php-common | grep curl
>>> /etc/php.d/curl.ini
>>> /usr/lib64/php/modules/curl.so
>>> [root@classes ~]# curl
>>> curl: try 'curl --help' or 'curl --manual' for more information
>>>
>>>
>>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik <solomax666@gmail.com
>>> > wrote:
>>>
>>>> I'm not sure about CenOS
>>>> in debian/ubuntu
>>>> I did install "php5-curl - CURL module for php5"
>>>>
>>>> solomax@antares:~$ apt-cache search curl|grep php
>>>> php5-curl - CURL module for php5
>>>>
>>>> solomax@antares:~$ locate .deb|grep curl
>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
>>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb
>>>>
>>>>
>>>>
>>>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> Maxim
>>>>>
>>>>> I appreciate the offer and i will not forget it but The vms are not on
>>>>> the net, there is at least one firewall blocking access. so in the meantime
>>>>> i have attached my very rough notes on what i did on my centos 6.3 vm
>>>>>
>>>>> thank you
>>>>>
>>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> I'm afraid the only option I can propose:
>>>>>>
>>>>>> let me take a look at your server and I'll try to debug/investigate
>>>>>> and maybe will find the reason.
>>>>>>
>>>>>>
>>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> Hello
>>>>>>>
>>>>>>> I just set up a fresh new vm and went thru the configuration steps
>>>>>>> and the issue is repeated on the new vm. i was using the admin user.
>>>>>>> thanks
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <
>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>
>>>>>>>> Since you can see the response in the browser I guess it some kind
>>>>>>>> of misconfiguration
>>>>>>>> I'll try to google it if I'll have enough time
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hello Maxim
>>>>>>>>>
>>>>>>>>> There was no response. I added it to 2 different spots within the
>>>>>>>>> code and saw no response. is this a bug?
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Maxim
>>>>>>>>>>
>>>>>>>>>> 111 222
>>>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>> returned.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Can you add
>>>>>>>>>>> echo("AAA");
>>>>>>>>>>> print_r($response);
>>>>>>>>>>> echo("BBB");
>>>>>>>>>>>
>>>>>>>>>>> to check if it was response, was it empty, what is in the
>>>>>>>>>>> response if not empty ...
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Yes it works for fqdn and localhost
>>>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> and what about wget?
>>>>>>>>>>>>> is it work?
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> i used that url and it failed (of course since openmeetings
>>>>>>>>>>>>>> is not on my localhost but on a vm!)
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> so i used the original setting i had (the fqdn) and that too
>>>>>>>>>>>>>> gave
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> OK :)
>>>>>>>>>>>>>>> can you use *print_r()*
>>>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>>>>>>>                         }
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown)
>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> The error you are getting "Request OpenMeetings!
>>>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned."
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already
>>>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch
>>>>>>>>>>>>>>>>>> (and restarted httpd) with no luck
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was
>>>>>>>>>>>>>>>>>>>> wget
>>>>>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only
>>>>>>>>>>>>>>>>>>>> show startup status. and access logs show only me. as for the openmeeting
>>>>>>>>>>>>>>>>>>>> logs, i wouldnt know what to look for in there.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>>>>>>>> If you have PHP experience you can add some debug into
>>>>>>>>>>>>>>>>>>>>> moodle plugin. If not:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> i have verified that individually the 2 applications
>>>>>>>>>>>>>>>>>>>>>> work, i have also verified that my admin user as well as the soap user are
>>>>>>>>>>>>>>>>>>>>>> able to login. however, whenever i attempt to add an openmeeting activity
>>>>>>>>>>>>>>>>>>>>>> to my course i keep running into this error:
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and
>>>>>>>>>>>>>>>>>>>>>> no response was returned.
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>
>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>
>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
is it possible that openmeetings is a 32 bit application?

On Sun, Sep 30, 2012 at 11:15 AM, Maxim Solodovnik <so...@gmail.com>wrote:

> I hope anybody else here is using CenOS and can help you.
> I did all my testings on Ubuntu :(
>
>
> On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> here is my verification of curl for php
>> [root@classes ~]# rpm -qil php-common | grep curl
>> /etc/php.d/curl.ini
>> /usr/lib64/php/modules/curl.so
>> [root@classes ~]# curl
>> curl: try 'curl --help' or 'curl --manual' for more information
>>
>>
>> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> I'm not sure about CenOS
>>> in debian/ubuntu
>>> I did install "php5-curl - CURL module for php5"
>>>
>>> solomax@antares:~$ apt-cache search curl|grep php
>>> php5-curl - CURL module for php5
>>>
>>> solomax@antares:~$ locate .deb|grep curl
>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
>>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb
>>>
>>>
>>>
>>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> Maxim
>>>>
>>>> I appreciate the offer and i will not forget it but The vms are not on
>>>> the net, there is at least one firewall blocking access. so in the meantime
>>>> i have attached my very rough notes on what i did on my centos 6.3 vm
>>>>
>>>> thank you
>>>>
>>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik <solomax666@gmail.com
>>>> > wrote:
>>>>
>>>>> I'm afraid the only option I can propose:
>>>>>
>>>>> let me take a look at your server and I'll try to debug/investigate
>>>>> and maybe will find the reason.
>>>>>
>>>>>
>>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> Hello
>>>>>>
>>>>>> I just set up a fresh new vm and went thru the configuration steps
>>>>>> and the issue is repeated on the new vm. i was using the admin user.
>>>>>> thanks
>>>>>>
>>>>>>
>>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <
>>>>>> solomax666@gmail.com> wrote:
>>>>>>
>>>>>>> Since you can see the response in the browser I guess it some kind
>>>>>>> of misconfiguration
>>>>>>> I'll try to google it if I'll have enough time
>>>>>>>
>>>>>>>
>>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hello Maxim
>>>>>>>>
>>>>>>>> There was no response. I added it to 2 different spots within the
>>>>>>>> code and saw no response. is this a bug?
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Maxim
>>>>>>>>>
>>>>>>>>> 111 222
>>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>> returned.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Can you add
>>>>>>>>>> echo("AAA");
>>>>>>>>>> print_r($response);
>>>>>>>>>> echo("BBB");
>>>>>>>>>>
>>>>>>>>>> to check if it was response, was it empty, what is in the
>>>>>>>>>> response if not empty ...
>>>>>>>>>>
>>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Yes it works for fqdn and localhost
>>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <
>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> and what about wget?
>>>>>>>>>>>> is it work?
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>
>>>>>>>>>>>>> i used that url and it failed (of course since openmeetings is
>>>>>>>>>>>>> not on my localhost but on a vm!)
>>>>>>>>>>>>>
>>>>>>>>>>>>> so i used the original setting i had (the fqdn) and that too
>>>>>>>>>>>>> gave
>>>>>>>>>>>>>
>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>
>>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> OK :)
>>>>>>>>>>>>>> can you use *print_r()*
>>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>>>>>>                         }
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown)
>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> The error you are getting "Request OpenMeetings!
>>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned."
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already
>>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was
>>>>>>>>>>>>>>>>>>> wget
>>>>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show
>>>>>>>>>>>>>>>>>>> startup status. and access logs show only me. as for the openmeeting logs,
>>>>>>>>>>>>>>>>>>> i wouldnt know what to look for in there.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>>>>>>> If you have PHP experience you can add some debug into
>>>>>>>>>>>>>>>>>>>> moodle plugin. If not:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> i have verified that individually the 2 applications
>>>>>>>>>>>>>>>>>>>>> work, i have also verified that my admin user as well as the soap user are
>>>>>>>>>>>>>>>>>>>>> able to login. however, whenever i attempt to add an openmeeting activity
>>>>>>>>>>>>>>>>>>>>> to my course i keep running into this error:
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and
>>>>>>>>>>>>>>>>>>>>> no response was returned.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> *
>>>>>>>>>>>>>
>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>
>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> *
>>>>>>>>
>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>
>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
I hope anybody else here is using CenOS and can help you.
I did all my testings on Ubuntu :(

On Sun, Sep 30, 2012 at 9:50 PM, Mohammed Arafa <mo...@gmail.com>wrote:

> here is my verification of curl for php
> [root@classes ~]# rpm -qil php-common | grep curl
> /etc/php.d/curl.ini
> /usr/lib64/php/modules/curl.so
> [root@classes ~]# curl
> curl: try 'curl --help' or 'curl --manual' for more information
>
>
> On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> I'm not sure about CenOS
>> in debian/ubuntu
>> I did install "php5-curl - CURL module for php5"
>>
>> solomax@antares:~$ apt-cache search curl|grep php
>> php5-curl - CURL module for php5
>>
>> solomax@antares:~$ locate .deb|grep curl
>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
>> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb
>>
>>
>>
>> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> Maxim
>>>
>>> I appreciate the offer and i will not forget it but The vms are not on
>>> the net, there is at least one firewall blocking access. so in the meantime
>>> i have attached my very rough notes on what i did on my centos 6.3 vm
>>>
>>> thank you
>>>
>>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>>>
>>>> I'm afraid the only option I can propose:
>>>>
>>>> let me take a look at your server and I'll try to debug/investigate and
>>>> maybe will find the reason.
>>>>
>>>>
>>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> Hello
>>>>>
>>>>> I just set up a fresh new vm and went thru the configuration steps and
>>>>> the issue is repeated on the new vm. i was using the admin user.
>>>>> thanks
>>>>>
>>>>>
>>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> Since you can see the response in the browser I guess it some kind of
>>>>>> misconfiguration
>>>>>> I'll try to google it if I'll have enough time
>>>>>>
>>>>>>
>>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> Hello Maxim
>>>>>>>
>>>>>>> There was no response. I added it to 2 different spots within the
>>>>>>> code and saw no response. is this a bug?
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>> Maxim
>>>>>>>>
>>>>>>>> 111 222
>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>> returned.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Can you add
>>>>>>>>> echo("AAA");
>>>>>>>>> print_r($response);
>>>>>>>>> echo("BBB");
>>>>>>>>>
>>>>>>>>> to check if it was response, was it empty, what is in the response
>>>>>>>>> if not empty ...
>>>>>>>>>
>>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Yes it works for fqdn and localhost
>>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> and what about wget?
>>>>>>>>>>> is it work?
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>> returned.
>>>>>>>>>>>>
>>>>>>>>>>>> i used that url and it failed (of course since openmeetings is
>>>>>>>>>>>> not on my localhost but on a vm!)
>>>>>>>>>>>>
>>>>>>>>>>>> so i used the original setting i had (the fqdn) and that too
>>>>>>>>>>>> gave
>>>>>>>>>>>>
>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>> returned.
>>>>>>>>>>>>
>>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> OK :)
>>>>>>>>>>>>> can you use *print_r()*
>>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>>
>>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>>>>>                         }
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown)
>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> The error you are getting "Request OpenMeetings!
>>>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned."
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already
>>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was
>>>>>>>>>>>>>>>>>> wget
>>>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show
>>>>>>>>>>>>>>>>>> startup status. and access logs show only me. as for the openmeeting logs,
>>>>>>>>>>>>>>>>>> i wouldnt know what to look for in there.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>>>>>> If you have PHP experience you can add some debug into
>>>>>>>>>>>>>>>>>>> moodle plugin. If not:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> i have verified that individually the 2 applications
>>>>>>>>>>>>>>>>>>>> work, i have also verified that my admin user as well as the soap user are
>>>>>>>>>>>>>>>>>>>> able to login. however, whenever i attempt to add an openmeeting activity
>>>>>>>>>>>>>>>>>>>> to my course i keep running into this error:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and
>>>>>>>>>>>>>>>>>>>> no response was returned.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> *
>>>>>>>>>>>>
>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>
>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> *
>>>>>>>>
>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>
>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
here is my verification of curl for php
[root@classes ~]# rpm -qil php-common | grep curl
/etc/php.d/curl.ini
/usr/lib64/php/modules/curl.so
[root@classes ~]# curl
curl: try 'curl --help' or 'curl --manual' for more information


On Sun, Sep 30, 2012 at 10:44 AM, Maxim Solodovnik <so...@gmail.com>wrote:

> I'm not sure about CenOS
> in debian/ubuntu
> I did install "php5-curl - CURL module for php5"
>
> solomax@antares:~$ apt-cache search curl|grep php
> php5-curl - CURL module for php5
>
> solomax@antares:~$ locate .deb|grep curl
> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
> /var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb
>
>
>
> On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> Maxim
>>
>> I appreciate the offer and i will not forget it but The vms are not on
>> the net, there is at least one firewall blocking access. so in the meantime
>> i have attached my very rough notes on what i did on my centos 6.3 vm
>>
>> thank you
>>
>> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> I'm afraid the only option I can propose:
>>>
>>> let me take a look at your server and I'll try to debug/investigate and
>>> maybe will find the reason.
>>>
>>>
>>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> Hello
>>>>
>>>> I just set up a fresh new vm and went thru the configuration steps and
>>>> the issue is repeated on the new vm. i was using the admin user.
>>>> thanks
>>>>
>>>>
>>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>>
>>>>> Since you can see the response in the browser I guess it some kind of
>>>>> misconfiguration
>>>>> I'll try to google it if I'll have enough time
>>>>>
>>>>>
>>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> Hello Maxim
>>>>>>
>>>>>> There was no response. I added it to 2 different spots within the
>>>>>> code and saw no response. is this a bug?
>>>>>>
>>>>>>
>>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> Maxim
>>>>>>>
>>>>>>> 111 222
>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>> returned.
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>
>>>>>>>> Can you add
>>>>>>>> echo("AAA");
>>>>>>>> print_r($response);
>>>>>>>> echo("BBB");
>>>>>>>>
>>>>>>>> to check if it was response, was it empty, what is in the response
>>>>>>>> if not empty ...
>>>>>>>>
>>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Yes it works for fqdn and localhost
>>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> and what about wget?
>>>>>>>>>> is it work?
>>>>>>>>>>
>>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>> returned.
>>>>>>>>>>>
>>>>>>>>>>> i used that url and it failed (of course since openmeetings is
>>>>>>>>>>> not on my localhost but on a vm!)
>>>>>>>>>>>
>>>>>>>>>>> so i used the original setting i had (the fqdn) and that too
>>>>>>>>>>> gave
>>>>>>>>>>>
>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>> returned.
>>>>>>>>>>>
>>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> OK :)
>>>>>>>>>>>> can you use *print_r()*
>>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>>
>>>>>>>>>>>> or maybe even better:
>>>>>>>>>>>> print_r($request);
>>>>>>>>>>>> print_r($session);
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>>>>                         }
>>>>>>>>>>>>>
>>>>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>>>>
>>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>>
>>>>>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown)
>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>>> returned.
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>>> Service failed and no response was returned."
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> is because of
>>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already
>>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show
>>>>>>>>>>>>>>>>> startup status. and access logs show only me. as for the openmeeting logs,
>>>>>>>>>>>>>>>>> i wouldnt know what to look for in there.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>>>>> If you have PHP experience you can add some debug into
>>>>>>>>>>>>>>>>>> moodle plugin. If not:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> i have verified that individually the 2 applications
>>>>>>>>>>>>>>>>>>> work, i have also verified that my admin user as well as the soap user are
>>>>>>>>>>>>>>>>>>> able to login. however, whenever i attempt to add an openmeeting activity
>>>>>>>>>>>>>>>>>>> to my course i keep running into this error:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> *
>>>>>>>>>>>>>
>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> *
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>
>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
I'm not sure about CenOS
in debian/ubuntu
I did install "php5-curl - CURL module for php5"

solomax@antares:~$ apt-cache search curl|grep php
php5-curl - CURL module for php5

solomax@antares:~$ locate .deb|grep curl
/var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.3_i386.deb
/var/cache/apt/archives/php5-curl_5.3.10-1ubuntu3.4_i386.deb



On Sun, Sep 30, 2012 at 9:23 PM, Mohammed Arafa <mo...@gmail.com>wrote:

> Maxim
>
> I appreciate the offer and i will not forget it but The vms are not on the
> net, there is at least one firewall blocking access. so in the meantime i
> have attached my very rough notes on what i did on my centos 6.3 vm
>
> thank you
>
> On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> I'm afraid the only option I can propose:
>>
>> let me take a look at your server and I'll try to debug/investigate and
>> maybe will find the reason.
>>
>>
>> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> Hello
>>>
>>> I just set up a fresh new vm and went thru the configuration steps and
>>> the issue is repeated on the new vm. i was using the admin user.
>>> thanks
>>>
>>>
>>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <solomax666@gmail.com
>>> > wrote:
>>>
>>>> Since you can see the response in the browser I guess it some kind of
>>>> misconfiguration
>>>> I'll try to google it if I'll have enough time
>>>>
>>>>
>>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> Hello Maxim
>>>>>
>>>>> There was no response. I added it to 2 different spots within the code
>>>>> and saw no response. is this a bug?
>>>>>
>>>>>
>>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> Maxim
>>>>>>
>>>>>> 111 222
>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>> returned.
>>>>>>
>>>>>>
>>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>>>> solomax666@gmail.com> wrote:
>>>>>>
>>>>>>> Can you add
>>>>>>> echo("AAA");
>>>>>>> print_r($response);
>>>>>>> echo("BBB");
>>>>>>>
>>>>>>> to check if it was response, was it empty, what is in the response
>>>>>>> if not empty ...
>>>>>>>
>>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>> Yes it works for fqdn and localhost
>>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> and what about wget?
>>>>>>>>> is it work?
>>>>>>>>>
>>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>> returned.
>>>>>>>>>>
>>>>>>>>>> i used that url and it failed (of course since openmeetings is
>>>>>>>>>> not on my localhost but on a vm!)
>>>>>>>>>>
>>>>>>>>>> so i used the original setting i had (the fqdn) and that too gave
>>>>>>>>>>
>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>> returned.
>>>>>>>>>>
>>>>>>>>>> but the url in the browser works now
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> OK :)
>>>>>>>>>>> can you use *print_r()*
>>>>>>>>>>> insted of var_dump?
>>>>>>>>>>>
>>>>>>>>>>> or maybe even better:
>>>>>>>>>>> print_r($request);
>>>>>>>>>>> print_r($session);
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>>>                         }
>>>>>>>>>>>>
>>>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>>>
>>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>>
>>>>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown)
>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>>> returned.
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings
>>>>>>>>>>>>> Service failed and no response was returned."
>>>>>>>>>>>>>
>>>>>>>>>>>>> is because of
>>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>>
>>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>>
>>>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>>>
>>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>>
>>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>>
>>>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already
>>>>>>>>>>>>>> installed.
>>>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show
>>>>>>>>>>>>>>>> startup status. and access logs show only me. as for the openmeeting logs,
>>>>>>>>>>>>>>>> i wouldnt know what to look for in there.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>>>> If you have PHP experience you can add some debug into
>>>>>>>>>>>>>>>>> moodle plugin. If not:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> i have verified that individually the 2 applications
>>>>>>>>>>>>>>>>>> work, i have also verified that my admin user as well as the soap user are
>>>>>>>>>>>>>>>>>> able to login. however, whenever i attempt to add an openmeeting activity
>>>>>>>>>>>>>>>>>> to my course i keep running into this error:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> *
>>>>>>>>>>>>
>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>
>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>
>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
Maxim

I appreciate the offer and i will not forget it but The vms are not on the
net, there is at least one firewall blocking access. so in the meantime i
have attached my very rough notes on what i did on my centos 6.3 vm

thank you

On Sun, Sep 30, 2012 at 2:50 AM, Maxim Solodovnik <so...@gmail.com>wrote:

> I'm afraid the only option I can propose:
>
> let me take a look at your server and I'll try to debug/investigate and
> maybe will find the reason.
>
>
> On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> Hello
>>
>> I just set up a fresh new vm and went thru the configuration steps and
>> the issue is repeated on the new vm. i was using the admin user.
>> thanks
>>
>>
>> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> Since you can see the response in the browser I guess it some kind of
>>> misconfiguration
>>> I'll try to google it if I'll have enough time
>>>
>>>
>>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> Hello Maxim
>>>>
>>>> There was no response. I added it to 2 different spots within the code
>>>> and saw no response. is this a bug?
>>>>
>>>>
>>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> Maxim
>>>>>
>>>>> 111 222
>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>> returned.
>>>>>
>>>>>
>>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> Can you add
>>>>>> echo("AAA");
>>>>>> print_r($response);
>>>>>> echo("BBB");
>>>>>>
>>>>>> to check if it was response, was it empty, what is in the response if
>>>>>> not empty ...
>>>>>>
>>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> Yes it works for fqdn and localhost
>>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com>
>>>>>>> wrote:
>>>>>>>
>>>>>>>> and what about wget?
>>>>>>>> is it work?
>>>>>>>>
>>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>>
>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>> returned.
>>>>>>>>>
>>>>>>>>> i used that url and it failed (of course since openmeetings is not
>>>>>>>>> on my localhost but on a vm!)
>>>>>>>>>
>>>>>>>>> so i used the original setting i had (the fqdn) and that too gave
>>>>>>>>>
>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>> returned.
>>>>>>>>>
>>>>>>>>> but the url in the browser works now
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> OK :)
>>>>>>>>>> can you use *print_r()*
>>>>>>>>>> insted of var_dump?
>>>>>>>>>>
>>>>>>>>>> or maybe even better:
>>>>>>>>>> print_r($request);
>>>>>>>>>> print_r($session);
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>>                         }
>>>>>>>>>>>
>>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>>
>>>>>>>>>>> anyways, the response now is
>>>>>>>>>>>
>>>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown)
>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>>> returned.
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings
>>>>>>>>>>>> Service failed and no response was returned."
>>>>>>>>>>>>
>>>>>>>>>>>> is because of
>>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>>
>>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>>
>>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>>
>>>>>>>>>>>> can you add something like:
>>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>>
>>>>>>>>>>>> before line 58?
>>>>>>>>>>>>
>>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already
>>>>>>>>>>>>> installed.
>>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show
>>>>>>>>>>>>>>> startup status. and access logs show only me. as for the openmeeting logs,
>>>>>>>>>>>>>>> i wouldnt know what to look for in there.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>>> If you have PHP experience you can add some debug into
>>>>>>>>>>>>>>>> moodle plugin. If not:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> i have verified that individually the 2 applications work,
>>>>>>>>>>>>>>>>> i have also verified that my admin user as well as the soap user are able
>>>>>>>>>>>>>>>>> to login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>>>>>>>>>> course i keep running into this error:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> LinkedIn Profile<http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> *
>>>>>>>>>>>>>
>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> *
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>
>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>
>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
I'm afraid the only option I can propose:

let me take a look at your server and I'll try to debug/investigate and
maybe will find the reason.

On Sat, Sep 29, 2012 at 6:20 PM, Mohammed Arafa <mo...@gmail.com>wrote:

> Hello
>
> I just set up a fresh new vm and went thru the configuration steps and the
> issue is repeated on the new vm. i was using the admin user.
> thanks
>
>
> On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> Since you can see the response in the browser I guess it some kind of
>> misconfiguration
>> I'll try to google it if I'll have enough time
>>
>>
>> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> Hello Maxim
>>>
>>> There was no response. I added it to 2 different spots within the code
>>> and saw no response. is this a bug?
>>>
>>>
>>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> Maxim
>>>>
>>>> 111 222
>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>> returned.
>>>>
>>>>
>>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>>
>>>>> Can you add
>>>>> echo("AAA");
>>>>> print_r($response);
>>>>> echo("BBB");
>>>>>
>>>>> to check if it was response, was it empty, what is in the response if
>>>>> not empty ...
>>>>>
>>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> Yes it works for fqdn and localhost
>>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> and what about wget?
>>>>>>> is it work?
>>>>>>>
>>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>>
>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>> returned.
>>>>>>>>
>>>>>>>> i used that url and it failed (of course since openmeetings is not
>>>>>>>> on my localhost but on a vm!)
>>>>>>>>
>>>>>>>> so i used the original setting i had (the fqdn) and that too gave
>>>>>>>>
>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>> returned.
>>>>>>>>
>>>>>>>> but the url in the browser works now
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> OK :)
>>>>>>>>> can you use *print_r()*
>>>>>>>>> insted of var_dump?
>>>>>>>>>
>>>>>>>>> or maybe even better:
>>>>>>>>> print_r($request);
>>>>>>>>> print_r($session);
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> line 57 and 58 are:
>>>>>>>>>>                         if(!$response) {
>>>>>>>>>>                            die("Request OpenMeetings!
>>>>>>>>>> OpenMeetings Service failed and no response was returned.");
>>>>>>>>>>                         }
>>>>>>>>>>
>>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>>
>>>>>>>>>> anyways, the response now is
>>>>>>>>>>
>>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown)
>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>>>>> returned.
>>>>>>>>>>
>>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings
>>>>>>>>>>> Service failed and no response was returned."
>>>>>>>>>>>
>>>>>>>>>>> is because of
>>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>>
>>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>>
>>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>>
>>>>>>>>>>> can you add something like:
>>>>>>>>>>> var_dump($session);
>>>>>>>>>>>
>>>>>>>>>>> before line 58?
>>>>>>>>>>>
>>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> php-curl (curl.so) is in php-common which is already installed.
>>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show
>>>>>>>>>>>>>> startup status. and access logs show only me. as for the openmeeting logs,
>>>>>>>>>>>>>> i wouldnt know what to look for in there.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>>> If you have PHP experience you can add some debug into
>>>>>>>>>>>>>>> moodle plugin. If not:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> i have verified that individually the 2 applications work,
>>>>>>>>>>>>>>>> i have also verified that my admin user as well as the soap user are able
>>>>>>>>>>>>>>>> to login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>>>>>>>>> course i keep running into this error:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> *
>>>>>>>>>>>>
>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>
>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>
>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> *
>>>>>>>>
>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>
>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
Hello

I just set up a fresh new vm and went thru the configuration steps and the
issue is repeated on the new vm. i was using the admin user.
thanks

On Thu, Sep 27, 2012 at 12:25 AM, Maxim Solodovnik <so...@gmail.com>wrote:

> Since you can see the response in the browser I guess it some kind of
> misconfiguration
> I'll try to google it if I'll have enough time
>
>
> On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> Hello Maxim
>>
>> There was no response. I added it to 2 different spots within the code
>> and saw no response. is this a bug?
>>
>>
>> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> Maxim
>>>
>>> 111 222
>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>> returned.
>>>
>>>
>>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <solomax666@gmail.com
>>> > wrote:
>>>
>>>> Can you add
>>>> echo("AAA");
>>>> print_r($response);
>>>> echo("BBB");
>>>>
>>>> to check if it was response, was it empty, what is in the response if
>>>> not empty ...
>>>>
>>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> Yes it works for fqdn and localhost
>>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> and what about wget?
>>>>>> is it work?
>>>>>>
>>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>>
>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>> returned.
>>>>>>>
>>>>>>> i used that url and it failed (of course since openmeetings is not
>>>>>>> on my localhost but on a vm!)
>>>>>>>
>>>>>>> so i used the original setting i had (the fqdn) and that too gave
>>>>>>>
>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>>> returned.
>>>>>>>
>>>>>>> but the url in the browser works now
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>
>>>>>>>> OK :)
>>>>>>>> can you use *print_r()*
>>>>>>>> insted of var_dump?
>>>>>>>>
>>>>>>>> or maybe even better:
>>>>>>>> print_r($request);
>>>>>>>> print_r($session);
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> line 57 and 58 are:
>>>>>>>>>                         if(!$response) {
>>>>>>>>>                            die("Request OpenMeetings! OpenMeetings
>>>>>>>>> Service failed and no response was returned.");
>>>>>>>>>                         }
>>>>>>>>>
>>>>>>>>> so that sentence was added to line 55
>>>>>>>>>
>>>>>>>>> anyways, the response now is
>>>>>>>>>
>>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown) Request
>>>>>>>>> OpenMeetings! OpenMeetings Service failed and no response was returned.
>>>>>>>>>
>>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings
>>>>>>>>>> Service failed and no response was returned."
>>>>>>>>>>
>>>>>>>>>> is because of
>>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>>
>>>>>>>>>> $response is none/empty/error
>>>>>>>>>>
>>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>>
>>>>>>>>>> can you add something like:
>>>>>>>>>> var_dump($session);
>>>>>>>>>>
>>>>>>>>>> before line 58?
>>>>>>>>>>
>>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>>
>>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> php-curl (curl.so) is in php-common which is already installed.
>>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>>
>>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>>
>>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>>
>>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>>
>>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>>
>>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show
>>>>>>>>>>>>> startup status. and access logs show only me. as for the openmeeting logs,
>>>>>>>>>>>>> i wouldnt know what to look for in there.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>>> If you have PHP experience you can add some debug into moodle
>>>>>>>>>>>>>> plugin. If not:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> i have verified that individually the 2 applications work, i
>>>>>>>>>>>>>>> have also verified that my admin user as well as the soap user are able to
>>>>>>>>>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>>>>>>>> course i keep running into this error:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know
>>>>>>>>>>>>>>> anything about this error except that it is coming from openmeeting code.
>>>>>>>>>>>>>>> any help or hint appreciated as things were going smoothly till this error
>>>>>>>>>>>>>>> showed up
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>> WBR
>>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> *
>>>>>>>>>>>>>
>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> *
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>
>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>
>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
Since you can see the response in the browser I guess it some kind of
misconfiguration
I'll try to google it if I'll have enough time

On Thu, Sep 27, 2012 at 8:41 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> Hello Maxim
>
> There was no response. I added it to 2 different spots within the code and
> saw no response. is this a bug?
>
>
> On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> Maxim
>>
>> 111 222
>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
>> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>> returned.
>>
>>
>> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> Can you add
>>> echo("AAA");
>>> print_r($response);
>>> echo("BBB");
>>>
>>> to check if it was response, was it empty, what is in the response if
>>> not empty ...
>>>
>>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> Yes it works for fqdn and localhost
>>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com>
>>>> wrote:
>>>>
>>>>> and what about wget?
>>>>> is it work?
>>>>>
>>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>>
>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>> returned.
>>>>>>
>>>>>> i used that url and it failed (of course since openmeetings is not on
>>>>>> my localhost but on a vm!)
>>>>>>
>>>>>> so i used the original setting i had (the fqdn) and that too gave
>>>>>>
>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>> returned.
>>>>>>
>>>>>> but the url in the browser works now
>>>>>>
>>>>>>
>>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>>> solomax666@gmail.com> wrote:
>>>>>>
>>>>>>> OK :)
>>>>>>> can you use *print_r()*
>>>>>>> insted of var_dump?
>>>>>>>
>>>>>>> or maybe even better:
>>>>>>> print_r($request);
>>>>>>> print_r($session);
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>> line 57 and 58 are:
>>>>>>>>                         if(!$response) {
>>>>>>>>                            die("Request OpenMeetings! OpenMeetings
>>>>>>>> Service failed and no response was returned.");
>>>>>>>>                         }
>>>>>>>>
>>>>>>>> so that sentence was added to line 55
>>>>>>>>
>>>>>>>> anyways, the response now is
>>>>>>>>
>>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown) Request
>>>>>>>> OpenMeetings! OpenMeetings Service failed and no response was returned.
>>>>>>>>
>>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings
>>>>>>>>> Service failed and no response was returned."
>>>>>>>>>
>>>>>>>>> is because of
>>>>>>>>> $response = curl_exec($session);
>>>>>>>>>
>>>>>>>>> $response is none/empty/error
>>>>>>>>>
>>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>>
>>>>>>>>> can you add something like:
>>>>>>>>> var_dump($session);
>>>>>>>>>
>>>>>>>>> before line 58?
>>>>>>>>>
>>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>>
>>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> php-curl (curl.so) is in php-common which is already installed.
>>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>>
>>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>>
>>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>>
>>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>>
>>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>>
>>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>>
>>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show
>>>>>>>>>>>> startup status. and access logs show only me. as for the openmeeting logs,
>>>>>>>>>>>> i wouldnt know what to look for in there.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>>
>>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>>> If you have PHP experience you can add some debug into moodle
>>>>>>>>>>>>> plugin. If not:
>>>>>>>>>>>>>
>>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>>
>>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>>
>>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>> hello
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> i believe i have succesfully installed moodle and
>>>>>>>>>>>>>> openmeetings individually. each url path works independently. i used:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> i have verified that individually the 2 applications work, i
>>>>>>>>>>>>>> have also verified that my admin user as well as the soap user are able to
>>>>>>>>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>>>>>>> course i keep running into this error:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know anything
>>>>>>>>>>>>>> about this error except that it is coming from openmeeting code. any help
>>>>>>>>>>>>>> or hint appreciated as things were going smoothly till this error showed up
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> also, i used the default settings when setting up
>>>>>>>>>>>>>> openmeetings and the moodle plugin
>>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> WBR
>>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> *
>>>>>>>>>>>>
>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>
>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>
>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> *
>>>>>>>>
>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>
>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
Hello Maxim

There was no response. I added it to 2 different spots within the code and
saw no response. is this a bug?

On Wed, Sep 26, 2012 at 6:40 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> Maxim
>
> 111 222
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96AAA BBB
> http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
> returned.
>
>
> On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> Can you add
>> echo("AAA");
>> print_r($response);
>> echo("BBB");
>>
>> to check if it was response, was it empty, what is in the response if not
>> empty ...
>>
>> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> Yes it works for fqdn and localhost
>>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com>
>>> wrote:
>>>
>>>> and what about wget?
>>>> is it work?
>>>>
>>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>>
>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>> returned.
>>>>>
>>>>> i used that url and it failed (of course since openmeetings is not on
>>>>> my localhost but on a vm!)
>>>>>
>>>>> so i used the original setting i had (the fqdn) and that too gave
>>>>>
>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>> returned.
>>>>>
>>>>> but the url in the browser works now
>>>>>
>>>>>
>>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> OK :)
>>>>>> can you use *print_r()*
>>>>>> insted of var_dump?
>>>>>>
>>>>>> or maybe even better:
>>>>>> print_r($request);
>>>>>> print_r($session);
>>>>>>
>>>>>>
>>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> line 57 and 58 are:
>>>>>>>                         if(!$response) {
>>>>>>>                            die("Request OpenMeetings! OpenMeetings
>>>>>>> Service failed and no response was returned.");
>>>>>>>                         }
>>>>>>>
>>>>>>> so that sentence was added to line 55
>>>>>>>
>>>>>>> anyways, the response now is
>>>>>>>
>>>>>>> resource(96) of type (curl) resource(96) of type (Unknown) Request
>>>>>>> OpenMeetings! OpenMeetings Service failed and no response was returned.
>>>>>>>
>>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>
>>>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings
>>>>>>>> Service failed and no response was returned."
>>>>>>>>
>>>>>>>> is because of
>>>>>>>> $response = curl_exec($session);
>>>>>>>>
>>>>>>>> $response is none/empty/error
>>>>>>>>
>>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>>
>>>>>>>> can you add something like:
>>>>>>>> var_dump($session);
>>>>>>>>
>>>>>>>> before line 58?
>>>>>>>>
>>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>>
>>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> php-curl (curl.so) is in php-common which is already installed.
>>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>>> restarted httpd) with no luck
>>>>>>>>>
>>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hello  Maxim
>>>>>>>>>>>
>>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>>
>>>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>>
>>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>>
>>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>>
>>>>>>>>>>> as to apache logs. nothing unusual. error logs only show startup
>>>>>>>>>>> status. and access logs show only me. as for the openmeeting logs, i
>>>>>>>>>>> wouldnt know what to look for in there.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>>
>>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>>> If you have PHP experience you can add some debug into moodle
>>>>>>>>>>>> plugin. If not:
>>>>>>>>>>>>
>>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>>
>>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>>
>>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> hello
>>>>>>>>>>>>>
>>>>>>>>>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>>>>>>>>>> individually. each url path works independently. i used:
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>>
>>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>>
>>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>>
>>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>>
>>>>>>>>>>>>> i have verified that individually the 2 applications work, i
>>>>>>>>>>>>> have also verified that my admin user as well as the soap user are able to
>>>>>>>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>>>>>> course i keep running into this error:
>>>>>>>>>>>>>
>>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>>
>>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know anything
>>>>>>>>>>>>> about this error except that it is coming from openmeeting code. any help
>>>>>>>>>>>>> or hint appreciated as things were going smoothly till this error showed up
>>>>>>>>>>>>>
>>>>>>>>>>>>> also, i used the default settings when setting up openmeetings
>>>>>>>>>>>>> and the moodle plugin
>>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>>
>>>>>>>>>>>>> thank you
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>>
>>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>>> *
>>>>>>>>>>>>>
>>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> WBR
>>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> *
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>
>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>
>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
Maxim

111 222
http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid
#96AAA BBB
http://classes.marafa.vm:5080/openmeetings/services/UserService/getSessionResourceid
#96Request OpenMeetings! OpenMeetings Service failed and no response
was
returned.

On Tue, Sep 25, 2012 at 11:37 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> Can you add
> echo("AAA");
> print_r($response);
> echo("BBB");
>
> to check if it was response, was it empty, what is in the response if not
> empty ...
>
> On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> Yes it works for fqdn and localhost
>> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com>
>> wrote:
>>
>>> and what about wget?
>>> is it work?
>>>
>>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>>
>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>> returned.
>>>>
>>>> i used that url and it failed (of course since openmeetings is not on
>>>> my localhost but on a vm!)
>>>>
>>>> so i used the original setting i had (the fqdn) and that too gave
>>>>
>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>>> returned.
>>>>
>>>> but the url in the browser works now
>>>>
>>>>
>>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>>
>>>>> OK :)
>>>>> can you use *print_r()*
>>>>> insted of var_dump?
>>>>>
>>>>> or maybe even better:
>>>>> print_r($request);
>>>>> print_r($session);
>>>>>
>>>>>
>>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> line 57 and 58 are:
>>>>>>                         if(!$response) {
>>>>>>                            die("Request OpenMeetings! OpenMeetings
>>>>>> Service failed and no response was returned.");
>>>>>>                         }
>>>>>>
>>>>>> so that sentence was added to line 55
>>>>>>
>>>>>> anyways, the response now is
>>>>>>
>>>>>> resource(96) of type (curl) resource(96) of type (Unknown) Request
>>>>>> OpenMeetings! OpenMeetings Service failed and no response was returned.
>>>>>>
>>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>>> solomax666@gmail.com> wrote:
>>>>>>
>>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings
>>>>>>> Service failed and no response was returned."
>>>>>>>
>>>>>>> is because of
>>>>>>> $response = curl_exec($session);
>>>>>>>
>>>>>>> $response is none/empty/error
>>>>>>>
>>>>>>> openmeetings_rest_service.php line 58
>>>>>>>
>>>>>>> can you add something like:
>>>>>>> var_dump($session);
>>>>>>>
>>>>>>> before line 58?
>>>>>>>
>>>>>>> Maybe this will give as a hint what is wrong
>>>>>>>
>>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>> php-curl (curl.so) is in php-common which is already installed.
>>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and
>>>>>>>> restarted httpd) with no luck
>>>>>>>>
>>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> I guess you need "php curl" installed
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hello  Maxim
>>>>>>>>>>
>>>>>>>>>> appreciate your very quick response.
>>>>>>>>>>
>>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>>
>>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>>
>>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>>
>>>>>>>>>> as to apache logs. nothing unusual. error logs only show startup
>>>>>>>>>> status. and access logs show only me. as for the openmeeting logs, i
>>>>>>>>>> wouldnt know what to look for in there.
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>>
>>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>>> If you have PHP experience you can add some debug into moodle
>>>>>>>>>>> plugin. If not:
>>>>>>>>>>>
>>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>>
>>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>>
>>>>>>>>>>> if both OK Apache logs need to be checked, maybe some
>>>>>>>>>>> necessesary PHP modules are not installed
>>>>>>>>>>>
>>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> hello
>>>>>>>>>>>>
>>>>>>>>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>>>>>>>>> individually. each url path works independently. i used:
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>>
>>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>>
>>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>>
>>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>>
>>>>>>>>>>>> i have verified that individually the 2 applications work, i
>>>>>>>>>>>> have also verified that my admin user as well as the soap user are able to
>>>>>>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>>>>> course i keep running into this error:
>>>>>>>>>>>>
>>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>>> response was returned.
>>>>>>>>>>>>
>>>>>>>>>>>> the red5.log doesnt show much and google doesnt know anything
>>>>>>>>>>>> about this error except that it is coming from openmeeting code. any help
>>>>>>>>>>>> or hint appreciated as things were going smoothly till this error showed up
>>>>>>>>>>>>
>>>>>>>>>>>> also, i used the default settings when setting up openmeetings
>>>>>>>>>>>> and the moodle plugin
>>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>>
>>>>>>>>>>>> thank you
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>>
>>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>>> *
>>>>>>>>>>>>
>>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>>
>>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> WBR
>>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>
>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> *
>>>>>>>>
>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>
>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
Can you add
echo("AAA");
print_r($response);
echo("BBB");

to check if it was response, was it empty, what is in the response if not
empty ...

On Wed, Sep 26, 2012 at 9:57 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> Yes it works for fqdn and localhost
> On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com> wrote:
>
>> and what about wget?
>> is it work?
>>
>> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>>
>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>> returned.
>>>
>>> i used that url and it failed (of course since openmeetings is not on my
>>> localhost but on a vm!)
>>>
>>> so i used the original setting i had (the fqdn) and that too gave
>>>
>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>>> returned.
>>>
>>> but the url in the browser works now
>>>
>>>
>>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <solomax666@gmail.com
>>> > wrote:
>>>
>>>> OK :)
>>>> can you use *print_r()*
>>>> insted of var_dump?
>>>>
>>>> or maybe even better:
>>>> print_r($request);
>>>> print_r($session);
>>>>
>>>>
>>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> line 57 and 58 are:
>>>>>                         if(!$response) {
>>>>>                            die("Request OpenMeetings! OpenMeetings
>>>>> Service failed and no response was returned.");
>>>>>                         }
>>>>>
>>>>> so that sentence was added to line 55
>>>>>
>>>>> anyways, the response now is
>>>>>
>>>>> resource(96) of type (curl) resource(96) of type (Unknown) Request
>>>>> OpenMeetings! OpenMeetings Service failed and no response was returned.
>>>>>
>>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> The error you are getting "Request OpenMeetings! OpenMeetings Service
>>>>>> failed and no response was returned."
>>>>>>
>>>>>> is because of
>>>>>> $response = curl_exec($session);
>>>>>>
>>>>>> $response is none/empty/error
>>>>>>
>>>>>> openmeetings_rest_service.php line 58
>>>>>>
>>>>>> can you add something like:
>>>>>> var_dump($session);
>>>>>>
>>>>>> before line 58?
>>>>>>
>>>>>> Maybe this will give as a hint what is wrong
>>>>>>
>>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> php-curl (curl.so) is in php-common which is already installed.
>>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and restarted
>>>>>>> httpd) with no luck
>>>>>>>
>>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>
>>>>>>>> I guess you need "php curl" installed
>>>>>>>>
>>>>>>>>
>>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hello  Maxim
>>>>>>>>>
>>>>>>>>> appreciate your very quick response.
>>>>>>>>>
>>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>>
>>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>>
>>>>>>>>> if there is anything missing pls let me know
>>>>>>>>>
>>>>>>>>> as to apache logs. nothing unusual. error logs only show startup
>>>>>>>>> status. and access logs show only me. as for the openmeeting logs, i
>>>>>>>>> wouldnt know what to look for in there.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hello Mohammed,
>>>>>>>>>>
>>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>>> If you have PHP experience you can add some debug into moodle
>>>>>>>>>> plugin. If not:
>>>>>>>>>>
>>>>>>>>>> please check if the following URL works for you:
>>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>>> It it works on your computer try it using
>>>>>>>>>>
>>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>>> on the machine Moodle is running
>>>>>>>>>>
>>>>>>>>>> if both OK Apache logs need to be checked, maybe some necessesary
>>>>>>>>>> PHP modules are not installed
>>>>>>>>>>
>>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>>
>>>>>>>>>>> hello
>>>>>>>>>>>
>>>>>>>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>>>>>>>> individually. each url path works independently. i used:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>>
>>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>>
>>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>>
>>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>>
>>>>>>>>>>> i have verified that individually the 2 applications work, i
>>>>>>>>>>> have also verified that my admin user as well as the soap user are able to
>>>>>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>>>> course i keep running into this error:
>>>>>>>>>>>
>>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no
>>>>>>>>>>> response was returned.
>>>>>>>>>>>
>>>>>>>>>>> the red5.log doesnt show much and google doesnt know anything
>>>>>>>>>>> about this error except that it is coming from openmeeting code. any help
>>>>>>>>>>> or hint appreciated as things were going smoothly till this error showed up
>>>>>>>>>>>
>>>>>>>>>>> also, i used the default settings when setting up openmeetings
>>>>>>>>>>> and the moodle plugin
>>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>>
>>>>>>>>>>> thank you
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>>
>>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>>> *
>>>>>>>>>>>
>>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>>
>>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> WBR
>>>>>>>>>> Maxim aka solomax
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>
>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
Yes it works for fqdn and localhost
On Sep 25, 2012 10:56 PM, "Maxim Solodovnik" <so...@gmail.com> wrote:

> and what about wget?
> is it work?
>
> On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
>> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>> returned.
>>
>> i used that url and it failed (of course since openmeetings is not on my
>> localhost but on a vm!)
>>
>> so i used the original setting i had (the fqdn) and that too gave
>>
>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
>> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
>> returned.
>>
>> but the url in the browser works now
>>
>>
>> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> OK :)
>>> can you use *print_r()*
>>> insted of var_dump?
>>>
>>> or maybe even better:
>>> print_r($request);
>>> print_r($session);
>>>
>>>
>>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> line 57 and 58 are:
>>>>                         if(!$response) {
>>>>                            die("Request OpenMeetings! OpenMeetings
>>>> Service failed and no response was returned.");
>>>>                         }
>>>>
>>>> so that sentence was added to line 55
>>>>
>>>> anyways, the response now is
>>>>
>>>> resource(96) of type (curl) resource(96) of type (Unknown) Request
>>>> OpenMeetings! OpenMeetings Service failed and no response was returned.
>>>>
>>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <
>>>> solomax666@gmail.com> wrote:
>>>>
>>>>> The error you are getting "Request OpenMeetings! OpenMeetings Service
>>>>> failed and no response was returned."
>>>>>
>>>>> is because of
>>>>> $response = curl_exec($session);
>>>>>
>>>>> $response is none/empty/error
>>>>>
>>>>> openmeetings_rest_service.php line 58
>>>>>
>>>>> can you add something like:
>>>>> var_dump($session);
>>>>>
>>>>> before line 58?
>>>>>
>>>>> Maybe this will give as a hint what is wrong
>>>>>
>>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> php-curl (curl.so) is in php-common which is already installed.
>>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and restarted
>>>>>> httpd) with no luck
>>>>>>
>>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>>> solomax666@gmail.com> wrote:
>>>>>>
>>>>>>> I guess you need "php curl" installed
>>>>>>>
>>>>>>>
>>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hello  Maxim
>>>>>>>>
>>>>>>>> appreciate your very quick response.
>>>>>>>>
>>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>>
>>>>>>>> as for php, these are the rpm packages installed:
>>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>>
>>>>>>>> if there is anything missing pls let me know
>>>>>>>>
>>>>>>>> as to apache logs. nothing unusual. error logs only show startup
>>>>>>>> status. and access logs show only me. as for the openmeeting logs, i
>>>>>>>> wouldnt know what to look for in there.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> Hello Mohammed,
>>>>>>>>>
>>>>>>>>> The issue is most probably with configuration.
>>>>>>>>> If you have PHP experience you can add some debug into moodle
>>>>>>>>> plugin. If not:
>>>>>>>>>
>>>>>>>>> please check if the following URL works for you:
>>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>>> It it works on your computer try it using
>>>>>>>>>
>>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>>> on the machine Moodle is running
>>>>>>>>>
>>>>>>>>> if both OK Apache logs need to be checked, maybe some necessesary
>>>>>>>>> PHP modules are not installed
>>>>>>>>>
>>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>>
>>>>>>>>>> hello
>>>>>>>>>>
>>>>>>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>>>>>>> individually. each url path works independently. i used:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>>
>>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>>
>>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>>
>>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>>
>>>>>>>>>> i have verified that individually the 2 applications work, i have
>>>>>>>>>> also verified that my admin user as well as the soap user are able to
>>>>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>>> course i keep running into this error:
>>>>>>>>>>
>>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response
>>>>>>>>>> was returned.
>>>>>>>>>>
>>>>>>>>>> the red5.log doesnt show much and google doesnt know anything
>>>>>>>>>> about this error except that it is coming from openmeeting code. any help
>>>>>>>>>> or hint appreciated as things were going smoothly till this error showed up
>>>>>>>>>>
>>>>>>>>>> also, i used the default settings when setting up openmeetings
>>>>>>>>>> and the moodle plugin
>>>>>>>>>> any and all advise will be helpful
>>>>>>>>>>
>>>>>>>>>> thank you
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>>
>>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>> WBR
>>>>>>>>> Maxim aka solomax
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> *
>>>>>>>>
>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>
>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
and what about wget?
is it work?

On Wed, Sep 26, 2012 at 9:25 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
> http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
> returned.
>
> i used that url and it failed (of course since openmeetings is not on my
> localhost but on a vm!)
>
> so i used the original setting i had (the fqdn) and that too gave
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96
> http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid #96Request OpenMeetings! OpenMeetings Service failed and no response was
> returned.
>
> but the url in the browser works now
>
>
> On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> OK :)
>> can you use *print_r()*
>> insted of var_dump?
>>
>> or maybe even better:
>> print_r($request);
>> print_r($session);
>>
>>
>> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> line 57 and 58 are:
>>>                         if(!$response) {
>>>                            die("Request OpenMeetings! OpenMeetings
>>> Service failed and no response was returned.");
>>>                         }
>>>
>>> so that sentence was added to line 55
>>>
>>> anyways, the response now is
>>>
>>> resource(96) of type (curl) resource(96) of type (Unknown) Request
>>> OpenMeetings! OpenMeetings Service failed and no response was returned.
>>>
>>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <solomax666@gmail.com
>>> > wrote:
>>>
>>>> The error you are getting "Request OpenMeetings! OpenMeetings Service
>>>> failed and no response was returned."
>>>>
>>>> is because of
>>>> $response = curl_exec($session);
>>>>
>>>> $response is none/empty/error
>>>>
>>>> openmeetings_rest_service.php line 58
>>>>
>>>> can you add something like:
>>>> var_dump($session);
>>>>
>>>> before line 58?
>>>>
>>>> Maybe this will give as a hint what is wrong
>>>>
>>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> php-curl (curl.so) is in php-common which is already installed.
>>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and restarted
>>>>> httpd) with no luck
>>>>>
>>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> I guess you need "php curl" installed
>>>>>>
>>>>>>
>>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> Hello  Maxim
>>>>>>>
>>>>>>> appreciate your very quick response.
>>>>>>>
>>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>>
>>>>>>> as for php, these are the rpm packages installed:
>>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>>
>>>>>>> if there is anything missing pls let me know
>>>>>>>
>>>>>>> as to apache logs. nothing unusual. error logs only show startup
>>>>>>> status. and access logs show only me. as for the openmeeting logs, i
>>>>>>> wouldnt know what to look for in there.
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>>> solomax666@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hello Mohammed,
>>>>>>>>
>>>>>>>> The issue is most probably with configuration.
>>>>>>>> If you have PHP experience you can add some debug into moodle
>>>>>>>> plugin. If not:
>>>>>>>>
>>>>>>>> please check if the following URL works for you:
>>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>>> It it works on your computer try it using
>>>>>>>>
>>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>>> on the machine Moodle is running
>>>>>>>>
>>>>>>>> if both OK Apache logs need to be checked, maybe some necessesary
>>>>>>>> PHP modules are not installed
>>>>>>>>
>>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>>
>>>>>>>>> hello
>>>>>>>>>
>>>>>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>>>>>> individually. each url path works independently. i used:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>>
>>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>>
>>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>>
>>>>>>>>> moodle-latest-23.tgz
>>>>>>>>>
>>>>>>>>> i have verified that individually the 2 applications work, i have
>>>>>>>>> also verified that my admin user as well as the soap user are able to
>>>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>>> course i keep running into this error:
>>>>>>>>>
>>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response
>>>>>>>>> was returned.
>>>>>>>>>
>>>>>>>>> the red5.log doesnt show much and google doesnt know anything
>>>>>>>>> about this error except that it is coming from openmeeting code. any help
>>>>>>>>> or hint appreciated as things were going smoothly till this error showed up
>>>>>>>>>
>>>>>>>>> also, i used the default settings when setting up openmeetings and
>>>>>>>>> the moodle plugin
>>>>>>>>> any and all advise will be helpful
>>>>>>>>>
>>>>>>>>> thank you
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> --
>>>>>>>>>
>>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>>> *
>>>>>>>>>
>>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>>
>>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> WBR
>>>>>>>> Maxim aka solomax
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
http://localhost:5080/openmeetings/services/UserService/getSessionResourceid #96
http://localhost:5080/openmeetings/services/UserService/getSessionResourceid
#96Request OpenMeetings! OpenMeetings Service failed and no response
was
returned.

i used that url and it failed (of course since openmeetings is not on my
localhost but on a vm!)

so i used the original setting i had (the fqdn) and that too gave
http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid
#96
http://classes.vm:5080/openmeetings/services/UserService/getSessionResourceid
#96Request OpenMeetings! OpenMeetings Service failed and no response
was
returned.

but the url in the browser works now

On Tue, Sep 25, 2012 at 10:17 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> OK :)
> can you use *print_r()*
> insted of var_dump?
>
> or maybe even better:
> print_r($request);
> print_r($session);
>
>
> On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> line 57 and 58 are:
>>                         if(!$response) {
>>                            die("Request OpenMeetings! OpenMeetings
>> Service failed and no response was returned.");
>>                         }
>>
>> so that sentence was added to line 55
>>
>> anyways, the response now is
>>
>> resource(96) of type (curl) resource(96) of type (Unknown) Request
>> OpenMeetings! OpenMeetings Service failed and no response was returned.
>>
>> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> The error you are getting "Request OpenMeetings! OpenMeetings Service
>>> failed and no response was returned."
>>>
>>> is because of
>>> $response = curl_exec($session);
>>>
>>> $response is none/empty/error
>>>
>>> openmeetings_rest_service.php line 58
>>>
>>> can you add something like:
>>> var_dump($session);
>>>
>>> before line 58?
>>>
>>> Maybe this will give as a hint what is wrong
>>>
>>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> php-curl (curl.so) is in php-common which is already installed.
>>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and restarted
>>>> httpd) with no luck
>>>>
>>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <solomax666@gmail.com
>>>> > wrote:
>>>>
>>>>> I guess you need "php curl" installed
>>>>>
>>>>>
>>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> Hello  Maxim
>>>>>>
>>>>>> appreciate your very quick response.
>>>>>>
>>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>>
>>>>>> as for php, these are the rpm packages installed:
>>>>>> php-5.3.3-14.el6_3.x86_64
>>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>>> php-pear-1.9.4-4.el6.noarch
>>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>>
>>>>>> if there is anything missing pls let me know
>>>>>>
>>>>>> as to apache logs. nothing unusual. error logs only show startup
>>>>>> status. and access logs show only me. as for the openmeeting logs, i
>>>>>> wouldnt know what to look for in there.
>>>>>>
>>>>>>
>>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>>> solomax666@gmail.com> wrote:
>>>>>>
>>>>>>> Hello Mohammed,
>>>>>>>
>>>>>>> The issue is most probably with configuration.
>>>>>>> If you have PHP experience you can add some debug into moodle
>>>>>>> plugin. If not:
>>>>>>>
>>>>>>> please check if the following URL works for you:
>>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>>> It it works on your computer try it using
>>>>>>>
>>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>>> on the machine Moodle is running
>>>>>>>
>>>>>>> if both OK Apache logs need to be checked, maybe some necessesary
>>>>>>> PHP modules are not installed
>>>>>>>
>>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>>
>>>>>>>> hello
>>>>>>>>
>>>>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>>>>> individually. each url path works independently. i used:
>>>>>>>>
>>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>>
>>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>>
>>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>>
>>>>>>>> moodle-latest-23.tgz
>>>>>>>>
>>>>>>>> i have verified that individually the 2 applications work, i have
>>>>>>>> also verified that my admin user as well as the soap user are able to
>>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>>> course i keep running into this error:
>>>>>>>>
>>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response
>>>>>>>> was returned.
>>>>>>>>
>>>>>>>> the red5.log doesnt show much and google doesnt know anything about
>>>>>>>> this error except that it is coming from openmeeting code. any help or hint
>>>>>>>> appreciated as things were going smoothly till this error showed up
>>>>>>>>
>>>>>>>> also, i used the default settings when setting up openmeetings and
>>>>>>>> the moodle plugin
>>>>>>>> any and all advise will be helpful
>>>>>>>>
>>>>>>>> thank you
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>>
>>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>>> *
>>>>>>>>
>>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>>
>>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> WBR
>>>>>>> Maxim aka solomax
>>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
OK :)
can you use *print_r()*
insted of var_dump?

or maybe even better:
print_r($request);
print_r($session);


On Wed, Sep 26, 2012 at 9:13 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> line 57 and 58 are:
>                         if(!$response) {
>                            die("Request OpenMeetings! OpenMeetings Service
> failed and no response was returned.");
>                         }
>
> so that sentence was added to line 55
>
> anyways, the response now is
>
> resource(96) of type (curl) resource(96) of type (Unknown) Request
> OpenMeetings! OpenMeetings Service failed and no response was returned.
>
> On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> The error you are getting "Request OpenMeetings! OpenMeetings Service
>> failed and no response was returned."
>>
>> is because of
>> $response = curl_exec($session);
>>
>> $response is none/empty/error
>>
>> openmeetings_rest_service.php line 58
>>
>> can you add something like:
>> var_dump($session);
>>
>> before line 58?
>>
>> Maybe this will give as a hint what is wrong
>>
>> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> php-curl (curl.so) is in php-common which is already installed.
>>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and restarted
>>> httpd) with no luck
>>>
>>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>>>
>>>> I guess you need "php curl" installed
>>>>
>>>>
>>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> Hello  Maxim
>>>>>
>>>>> appreciate your very quick response.
>>>>>
>>>>> I checked my urls and it worked both ways. fyi it was wget
>>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>>> config page unless it is the "OpenMeetings webapp name"
>>>>>
>>>>> as for php, these are the rpm packages installed:
>>>>> php-5.3.3-14.el6_3.x86_64
>>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>>> php-common-5.3.3-14.el6_3.x86_64
>>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>>> php-pear-1.9.4-4.el6.noarch
>>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>>
>>>>> if there is anything missing pls let me know
>>>>>
>>>>> as to apache logs. nothing unusual. error logs only show startup
>>>>> status. and access logs show only me. as for the openmeeting logs, i
>>>>> wouldnt know what to look for in there.
>>>>>
>>>>>
>>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <
>>>>> solomax666@gmail.com> wrote:
>>>>>
>>>>>> Hello Mohammed,
>>>>>>
>>>>>> The issue is most probably with configuration.
>>>>>> If you have PHP experience you can add some debug into moodle plugin.
>>>>>> If not:
>>>>>>
>>>>>> please check if the following URL works for you:
>>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>>> It it works on your computer try it using
>>>>>>
>>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>>> on the machine Moodle is running
>>>>>>
>>>>>> if both OK Apache logs need to be checked, maybe some necessesary PHP
>>>>>> modules are not installed
>>>>>>
>>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>>
>>>>>>> hello
>>>>>>>
>>>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>>>> individually. each url path works independently. i used:
>>>>>>>
>>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>>
>>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>>
>>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>>
>>>>>>> moodle-latest-23.tgz
>>>>>>>
>>>>>>> i have verified that individually the 2 applications work, i have
>>>>>>> also verified that my admin user as well as the soap user are able to
>>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>>> course i keep running into this error:
>>>>>>>
>>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response
>>>>>>> was returned.
>>>>>>>
>>>>>>> the red5.log doesnt show much and google doesnt know anything about
>>>>>>> this error except that it is coming from openmeeting code. any help or hint
>>>>>>> appreciated as things were going smoothly till this error showed up
>>>>>>>
>>>>>>> also, i used the default settings when setting up openmeetings and
>>>>>>> the moodle plugin
>>>>>>> any and all advise will be helpful
>>>>>>>
>>>>>>> thank you
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>>
>>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>>> *
>>>>>>>
>>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>>
>>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>>
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> WBR
>>>>>> Maxim aka solomax
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
line 57 and 58 are:
                        if(!$response) {
                           die("Request OpenMeetings! OpenMeetings Service
failed and no response was returned.");
                        }

so that sentence was added to line 55

anyways, the response now is

resource(96) of type (curl) resource(96) of type (Unknown) Request
OpenMeetings! OpenMeetings Service failed and no response was returned.

On Tue, Sep 25, 2012 at 10:05 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> The error you are getting "Request OpenMeetings! OpenMeetings Service
> failed and no response was returned."
>
> is because of
> $response = curl_exec($session);
>
> $response is none/empty/error
>
> openmeetings_rest_service.php line 58
>
> can you add something like:
> var_dump($session);
>
> before line 58?
>
> Maybe this will give as a hint what is wrong
>
> On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> php-curl (curl.so) is in php-common which is already installed.
>> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and restarted
>> httpd) with no luck
>>
>> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> I guess you need "php curl" installed
>>>
>>>
>>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> Hello  Maxim
>>>>
>>>> appreciate your very quick response.
>>>>
>>>> I checked my urls and it worked both ways. fyi it was wget
>>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>>> config page unless it is the "OpenMeetings webapp name"
>>>>
>>>> as for php, these are the rpm packages installed:
>>>> php-5.3.3-14.el6_3.x86_64
>>>> php-cli-5.3.3-14.el6_3.x86_64
>>>> php-common-5.3.3-14.el6_3.x86_64
>>>> php-gd-5.3.3-14.el6_3.x86_64
>>>> php-intl-5.3.3-14.el6_3.x86_64
>>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>>> php-mysql-5.3.3-14.el6_3.x86_64
>>>> php-pdo-5.3.3-14.el6_3.x86_64
>>>> php-pear-1.9.4-4.el6.noarch
>>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>>> php-pear-Mail-1.2.0-1.el6.noarch
>>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>>> php-soap-5.3.3-14.el6_3.x86_64
>>>> php-xml-5.3.3-14.el6_3.x86_64
>>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>>
>>>> if there is anything missing pls let me know
>>>>
>>>> as to apache logs. nothing unusual. error logs only show startup
>>>> status. and access logs show only me. as for the openmeeting logs, i
>>>> wouldnt know what to look for in there.
>>>>
>>>>
>>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <solomax666@gmail.com
>>>> > wrote:
>>>>
>>>>> Hello Mohammed,
>>>>>
>>>>> The issue is most probably with configuration.
>>>>> If you have PHP experience you can add some debug into moodle plugin.
>>>>> If not:
>>>>>
>>>>> please check if the following URL works for you:
>>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>>> It it works on your computer try it using
>>>>>
>>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>>> on the machine Moodle is running
>>>>>
>>>>> if both OK Apache logs need to be checked, maybe some necessesary PHP
>>>>> modules are not installed
>>>>>
>>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>>> mohammed.arafa@gmail.com> wrote:
>>>>>
>>>>>> hello
>>>>>>
>>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>>> individually. each url path works independently. i used:
>>>>>>
>>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>>
>>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>>
>>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>>
>>>>>> moodle-latest-23.tgz
>>>>>>
>>>>>> i have verified that individually the 2 applications work, i have
>>>>>> also verified that my admin user as well as the soap user are able to
>>>>>> login. however, whenever i attempt to add an openmeeting activity to my
>>>>>> course i keep running into this error:
>>>>>>
>>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>>> returned.
>>>>>>
>>>>>> the red5.log doesnt show much and google doesnt know anything about
>>>>>> this error except that it is coming from openmeeting code. any help or hint
>>>>>> appreciated as things were going smoothly till this error showed up
>>>>>>
>>>>>> also, i used the default settings when setting up openmeetings and
>>>>>> the moodle plugin
>>>>>> any and all advise will be helpful
>>>>>>
>>>>>> thank you
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>>> *
>>>>>>
>>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>>
>>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>>
>>>>>>
>>>>>>
>>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> WBR
>>>>> Maxim aka solomax
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
The error you are getting "Request OpenMeetings! OpenMeetings Service
failed and no response was returned."

is because of
$response = curl_exec($session);

$response is none/empty/error

openmeetings_rest_service.php line 58

can you add something like:
var_dump($session);

before line 58?

Maybe this will give as a hint what is wrong

On Wed, Sep 26, 2012 at 9:00 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> php-curl (curl.so) is in php-common which is already installed.
> i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and restarted
> httpd) with no luck
>
> On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> I guess you need "php curl" installed
>>
>>
>> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> Hello  Maxim
>>>
>>> appreciate your very quick response.
>>>
>>> I checked my urls and it worked both ways. fyi it was wget
>>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>>> i am concerned that the "openmeetings" in the url is not in the moodle
>>> config page unless it is the "OpenMeetings webapp name"
>>>
>>> as for php, these are the rpm packages installed:
>>> php-5.3.3-14.el6_3.x86_64
>>> php-cli-5.3.3-14.el6_3.x86_64
>>> php-common-5.3.3-14.el6_3.x86_64
>>> php-gd-5.3.3-14.el6_3.x86_64
>>> php-intl-5.3.3-14.el6_3.x86_64
>>> php-mbstring-5.3.3-14.el6_3.x86_64
>>> php-mysql-5.3.3-14.el6_3.x86_64
>>> php-pdo-5.3.3-14.el6_3.x86_64
>>> php-pear-1.9.4-4.el6.noarch
>>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>>> php-pear-Mail-1.2.0-1.el6.noarch
>>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>>> php-pear-Net-URL-1.0.15-4.el6.noarch
>>> php-pear-SOAP-0.12.0-4.el6.noarch
>>> php-soap-5.3.3-14.el6_3.x86_64
>>> php-xml-5.3.3-14.el6_3.x86_64
>>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>>
>>> if there is anything missing pls let me know
>>>
>>> as to apache logs. nothing unusual. error logs only show startup status.
>>> and access logs show only me. as for the openmeeting logs, i wouldnt know
>>> what to look for in there.
>>>
>>>
>>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>>>
>>>> Hello Mohammed,
>>>>
>>>> The issue is most probably with configuration.
>>>> If you have PHP experience you can add some debug into moodle plugin.
>>>> If not:
>>>>
>>>> please check if the following URL works for you:
>>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>>> It it works on your computer try it using
>>>>
>>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>>> on the machine Moodle is running
>>>>
>>>> if both OK Apache logs need to be checked, maybe some necessesary PHP
>>>> modules are not installed
>>>>
>>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>>> mohammed.arafa@gmail.com> wrote:
>>>>
>>>>> hello
>>>>>
>>>>> i believe i have succesfully installed moodle and openmeetings
>>>>> individually. each url path works independently. i used:
>>>>>
>>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>>
>>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>>
>>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>>
>>>>> moodle-latest-23.tgz
>>>>>
>>>>> i have verified that individually the 2 applications work, i have also
>>>>> verified that my admin user as well as the soap user are able to login.
>>>>> however, whenever i attempt to add an openmeeting activity to my course i
>>>>> keep running into this error:
>>>>>
>>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>>> returned.
>>>>>
>>>>> the red5.log doesnt show much and google doesnt know anything about
>>>>> this error except that it is coming from openmeeting code. any help or hint
>>>>> appreciated as things were going smoothly till this error showed up
>>>>>
>>>>> also, i used the default settings when setting up openmeetings and the
>>>>> moodle plugin
>>>>> any and all advise will be helpful
>>>>>
>>>>> thank you
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>>> *
>>>>>
>>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>>
>>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>>
>>>>>
>>>>>
>>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> WBR
>>>> Maxim aka solomax
>>>>
>>>
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
php-curl (curl.so) is in php-common which is already installed.
i also installed php-pear-Net-Curl-1.2.5-4.el6.noarch (and restarted httpd)
with no luck

On Tue, Sep 25, 2012 at 9:53 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> I guess you need "php curl" installed
>
>
> On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> Hello  Maxim
>>
>> appreciate your very quick response.
>>
>> I checked my urls and it worked both ways. fyi it was wget
>> http://classes.vm:5080/openmeetings/services/UserService/getSessionwhere the fqdn is actually the same for both openmeetings and moodle. also,
>> i am concerned that the "openmeetings" in the url is not in the moodle
>> config page unless it is the "OpenMeetings webapp name"
>>
>> as for php, these are the rpm packages installed:
>> php-5.3.3-14.el6_3.x86_64
>> php-cli-5.3.3-14.el6_3.x86_64
>> php-common-5.3.3-14.el6_3.x86_64
>> php-gd-5.3.3-14.el6_3.x86_64
>> php-intl-5.3.3-14.el6_3.x86_64
>> php-mbstring-5.3.3-14.el6_3.x86_64
>> php-mysql-5.3.3-14.el6_3.x86_64
>> php-pdo-5.3.3-14.el6_3.x86_64
>> php-pear-1.9.4-4.el6.noarch
>> php-pear-Auth-SASL-1.0.4-1.el6.noarch
>> php-pear-HTTP-Request-1.4.4-2.el6.noarch
>> php-pear-Mail-1.2.0-1.el6.noarch
>> php-pear-Mail-Mime-1.8.4-1.el6.noarch
>> php-pear-Net-DIME-1.0.2-1.el6.noarch
>> php-pear-Net-SMTP-1.6.1-1.el6.noarch
>> php-pear-Net-Socket-1.0.10-1.el6.noarch
>> php-pear-Net-URL-1.0.15-4.el6.noarch
>> php-pear-SOAP-0.12.0-4.el6.noarch
>> php-soap-5.3.3-14.el6_3.x86_64
>> php-xml-5.3.3-14.el6_3.x86_64
>> php-xmlrpc-5.3.3-14.el6_3.x86_64
>>
>> if there is anything missing pls let me know
>>
>> as to apache logs. nothing unusual. error logs only show startup status.
>> and access logs show only me. as for the openmeeting logs, i wouldnt know
>> what to look for in there.
>>
>>
>> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>>
>>> Hello Mohammed,
>>>
>>> The issue is most probably with configuration.
>>> If you have PHP experience you can add some debug into moodle plugin. If
>>> not:
>>>
>>> please check if the following URL works for you:
>>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>>> It it works on your computer try it using
>>>
>>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>>> on the machine Moodle is running
>>>
>>> if both OK Apache logs need to be checked, maybe some necessesary PHP
>>> modules are not installed
>>>
>>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <
>>> mohammed.arafa@gmail.com> wrote:
>>>
>>>> hello
>>>>
>>>> i believe i have succesfully installed moodle and openmeetings
>>>> individually. each url path works independently. i used:
>>>>
>>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>>
>>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>>
>>>> jodconverter-core-3.0-beta-4-dist.zip
>>>>
>>>> moodle-latest-23.tgz
>>>>
>>>> i have verified that individually the 2 applications work, i have also
>>>> verified that my admin user as well as the soap user are able to login.
>>>> however, whenever i attempt to add an openmeeting activity to my course i
>>>> keep running into this error:
>>>>
>>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>>> returned.
>>>>
>>>> the red5.log doesnt show much and google doesnt know anything about
>>>> this error except that it is coming from openmeeting code. any help or hint
>>>> appreciated as things were going smoothly till this error showed up
>>>>
>>>> also, i used the default settings when setting up openmeetings and the
>>>> moodle plugin
>>>> any and all advise will be helpful
>>>>
>>>> thank you
>>>>
>>>>
>>>> --
>>>>
>>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>>> *
>>>>
>>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>>
>>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>>
>>>>
>>>>
>>>>  VoIP: sip:marafa@fedoraproject.org
>>>>
>>>>
>>>
>>>
>>> --
>>> WBR
>>> Maxim aka solomax
>>>
>>
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
I guess you need "php curl" installed

On Wed, Sep 26, 2012 at 8:50 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> Hello  Maxim
>
> appreciate your very quick response.
>
> I checked my urls and it worked both ways. fyi it was wget
> http://classes.vm:5080/openmeetings/services/UserService/getSession where
> the fqdn is actually the same for both openmeetings and moodle. also, i am
> concerned that the "openmeetings" in the url is not in the moodle config
> page unless it is the "OpenMeetings webapp name"
>
> as for php, these are the rpm packages installed:
> php-5.3.3-14.el6_3.x86_64
> php-cli-5.3.3-14.el6_3.x86_64
> php-common-5.3.3-14.el6_3.x86_64
> php-gd-5.3.3-14.el6_3.x86_64
> php-intl-5.3.3-14.el6_3.x86_64
> php-mbstring-5.3.3-14.el6_3.x86_64
> php-mysql-5.3.3-14.el6_3.x86_64
> php-pdo-5.3.3-14.el6_3.x86_64
> php-pear-1.9.4-4.el6.noarch
> php-pear-Auth-SASL-1.0.4-1.el6.noarch
> php-pear-HTTP-Request-1.4.4-2.el6.noarch
> php-pear-Mail-1.2.0-1.el6.noarch
> php-pear-Mail-Mime-1.8.4-1.el6.noarch
> php-pear-Net-DIME-1.0.2-1.el6.noarch
> php-pear-Net-SMTP-1.6.1-1.el6.noarch
> php-pear-Net-Socket-1.0.10-1.el6.noarch
> php-pear-Net-URL-1.0.15-4.el6.noarch
> php-pear-SOAP-0.12.0-4.el6.noarch
> php-soap-5.3.3-14.el6_3.x86_64
> php-xml-5.3.3-14.el6_3.x86_64
> php-xmlrpc-5.3.3-14.el6_3.x86_64
>
> if there is anything missing pls let me know
>
> as to apache logs. nothing unusual. error logs only show startup status.
> and access logs show only me. as for the openmeeting logs, i wouldnt know
> what to look for in there.
>
>
> On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <so...@gmail.com>wrote:
>
>> Hello Mohammed,
>>
>> The issue is most probably with configuration.
>> If you have PHP experience you can add some debug into moodle plugin. If
>> not:
>>
>> please check if the following URL works for you:
>> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
>> It it works on your computer try it using
>> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
>> on the machine Moodle is running
>>
>> if both OK Apache logs need to be checked, maybe some necessesary PHP
>> modules are not installed
>>
>> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <mohammed.arafa@gmail.com
>> > wrote:
>>
>>> hello
>>>
>>> i believe i have succesfully installed moodle and openmeetings
>>> individually. each url path works independently. i used:
>>>
>>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>>
>>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>>
>>> jodconverter-core-3.0-beta-4-dist.zip
>>>
>>> moodle-latest-23.tgz
>>>
>>> i have verified that individually the 2 applications work, i have also
>>> verified that my admin user as well as the soap user are able to login.
>>> however, whenever i attempt to add an openmeeting activity to my course i
>>> keep running into this error:
>>>
>>> Request OpenMeetings! OpenMeetings Service failed and no response was
>>> returned.
>>>
>>> the red5.log doesnt show much and google doesnt know anything about this
>>> error except that it is coming from openmeeting code. any help or hint
>>> appreciated as things were going smoothly till this error showed up
>>>
>>> also, i used the default settings when setting up openmeetings and the
>>> moodle plugin
>>> any and all advise will be helpful
>>>
>>> thank you
>>>
>>>
>>> --
>>>
>>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>>> *
>>>
>>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>>
>>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>>
>>>
>>>
>>>  VoIP: sip:marafa@fedoraproject.org
>>>
>>>
>>
>>
>> --
>> WBR
>> Maxim aka solomax
>>
>
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Mohammed Arafa <mo...@gmail.com>.
Hello  Maxim

appreciate your very quick response.

I checked my urls and it worked both ways. fyi it was wget
http://classes.vm:5080/openmeetings/services/UserService/getSession where
the fqdn is actually the same for both openmeetings and moodle. also, i am
concerned that the "openmeetings" in the url is not in the moodle config
page unless it is the "OpenMeetings webapp name"

as for php, these are the rpm packages installed:
php-5.3.3-14.el6_3.x86_64
php-cli-5.3.3-14.el6_3.x86_64
php-common-5.3.3-14.el6_3.x86_64
php-gd-5.3.3-14.el6_3.x86_64
php-intl-5.3.3-14.el6_3.x86_64
php-mbstring-5.3.3-14.el6_3.x86_64
php-mysql-5.3.3-14.el6_3.x86_64
php-pdo-5.3.3-14.el6_3.x86_64
php-pear-1.9.4-4.el6.noarch
php-pear-Auth-SASL-1.0.4-1.el6.noarch
php-pear-HTTP-Request-1.4.4-2.el6.noarch
php-pear-Mail-1.2.0-1.el6.noarch
php-pear-Mail-Mime-1.8.4-1.el6.noarch
php-pear-Net-DIME-1.0.2-1.el6.noarch
php-pear-Net-SMTP-1.6.1-1.el6.noarch
php-pear-Net-Socket-1.0.10-1.el6.noarch
php-pear-Net-URL-1.0.15-4.el6.noarch
php-pear-SOAP-0.12.0-4.el6.noarch
php-soap-5.3.3-14.el6_3.x86_64
php-xml-5.3.3-14.el6_3.x86_64
php-xmlrpc-5.3.3-14.el6_3.x86_64

if there is anything missing pls let me know

as to apache logs. nothing unusual. error logs only show startup status.
and access logs show only me. as for the openmeeting logs, i wouldnt know
what to look for in there.


On Tue, Sep 25, 2012 at 9:22 PM, Maxim Solodovnik <so...@gmail.com>wrote:

> Hello Mohammed,
>
> The issue is most probably with configuration.
> If you have PHP experience you can add some debug into moodle plugin. If
> not:
>
> please check if the following URL works for you:
> "<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
> It it works on your computer try it using
> "wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
> on the machine Moodle is running
>
> if both OK Apache logs need to be checked, maybe some necessesary PHP
> modules are not installed
>
> On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <mo...@gmail.com>wrote:
>
>> hello
>>
>> i believe i have succesfully installed moodle and openmeetings
>> individually. each url path works independently. i used:
>>
>> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>>
>> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>>
>> jodconverter-core-3.0-beta-4-dist.zip
>>
>> moodle-latest-23.tgz
>>
>> i have verified that individually the 2 applications work, i have also
>> verified that my admin user as well as the soap user are able to login.
>> however, whenever i attempt to add an openmeeting activity to my course i
>> keep running into this error:
>>
>> Request OpenMeetings! OpenMeetings Service failed and no response was
>> returned.
>>
>> the red5.log doesnt show much and google doesnt know anything about this
>> error except that it is coming from openmeeting code. any help or hint
>> appreciated as things were going smoothly till this error showed up
>>
>> also, i used the default settings when setting up openmeetings and the
>> moodle plugin
>> any and all advise will be helpful
>>
>> thank you
>>
>>
>> --
>>
>> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
>> *
>>
>> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>>
>>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>>
>>
>>
>>  VoIP: sip:marafa@fedoraproject.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 

*<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
*

LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>

 Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>



 VoIP: sip:marafa@fedoraproject.org

Re: openmeetings+moodle+plugin=Request OpenMeetings! OpenMeetings Service failed and no response was returned.

Posted by Maxim Solodovnik <so...@gmail.com>.
Hello Mohammed,

The issue is most probably with configuration.
If you have PHP experience you can add some debug into moodle plugin. If
not:

please check if the following URL works for you:
"<URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"?
It it works on your computer try it using
"wget <URL_TO_OM_FROM_YOUR_MOODLE_CONFIG>/services/UserService/getSession"
on the machine Moodle is running

if both OK Apache logs need to be checked, maybe some necessesary PHP
modules are not installed

On Wed, Sep 26, 2012 at 8:10 AM, Mohammed Arafa <mo...@gmail.com>wrote:

> hello
>
> i believe i have succesfully installed moodle and openmeetings
> individually. each url path works independently. i used:
>
> apache-openmeetings-incubating-2.0.0.r1361497-14-07-2012_1108.tar.gz
>
> apache-openmeetings-moodle-plugin-incubating-1.4.tar.gz
>
> jodconverter-core-3.0-beta-4-dist.zip
>
> moodle-latest-23.tgz
>
> i have verified that individually the 2 applications work, i have also
> verified that my admin user as well as the soap user are able to login.
> however, whenever i attempt to add an openmeeting activity to my course i
> keep running into this error:
>
> Request OpenMeetings! OpenMeetings Service failed and no response was
> returned.
>
> the red5.log doesnt show much and google doesnt know anything about this
> error except that it is coming from openmeeting code. any help or hint
> appreciated as things were going smoothly till this error showed up
>
> also, i used the default settings when setting up openmeetings and the
> moodle plugin
> any and all advise will be helpful
>
> thank you
>
>
> --
>
> *<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> 805010942448935<https://www.redhat.com/wapps/training/certification/verify.html?certNumber=805010942448935&verify=Verify>
> *
>
> LinkedIn Profile <http://www.linkedin.com/in/mohammedarafa>
>
>  Latest Resume <http://www.in-egypt.net/MArafaCV.pdf>
>
>
>
>  VoIP: sip:marafa@fedoraproject.org
>
>


-- 
WBR
Maxim aka solomax