Adobe connect module error

Adobe connect module error

by hasan paknia -
Number of replies: 2

I recently changed my moodle server from WAMP to CENTOS 5.9

every thing works fine but adobeconnect module. this is it's connection test result:

A series of tests have been run in order to determine whether the Adobe Connect Pro server has been properly setup for this integration to work and to also determine whether the user credentials provided in the activity global settings has the correct permissions to perform the neccessary tasks required by the activity module. If any of the tests below have failed, this activity module will not function properly.

For further assistance and documentation in how to set up your Adobe Connect Pro server please consult the MoodleDocs help page for this activity module Help page

Sending common-info call:

successfully obtained the session key: breezbreezycvdvfqaviz5e34q

successfully logged in as admin user

Testing retrevial of shared content, recording and meeting folders:

successfully obtained shared content folder scoid: 21000

successfully obtained forced-archives (meeting recordings) folder scoid: 21010

successfully obtained meetings folder scoid: 21003

error creating meeting testmeetingtest folder

XML request:
<?xml version="1.0" encoding="utf-8"?> <params><param name="action">sco-update</param><param name="type">meeting</param><param name="name">testmeetingtest</param><param name="folder-id">21003</param><param name="date-begin">2013-09-23T17:13:59.000+03:30</param><param name="date-end">2013-09-23T18:13:59.000+03:30</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="invalid"><invalid field="name" type="string" subcode="duplicate"/></status></results>

object(DOMNodeList)#443 (0) { }
Fatal error: Call to a member function hasAttributes() on a non-object in /var/www/html/mod/adobeconnect/locallib.php on line 958

 

-----------------------------------------------

 

I changed all directory owners and also moodle data directory (and sub directories) has 777 permission.

this worked perfect before, what has happened?

 

 

Average of ratings: -
In reply to hasan paknia

Re: Adobe connect module error

by Akinsaya Delamarre -

Hello  Hasan,

Try logging into your Connect Pro server, remove the meeting named "testmeetingtest" and re-run the tests again.

Sometimes the test meeting that is created during the test is not removed (though part of the test is to remove the test meeting).  So when the test is re-run it returns an error.

Regards,

In reply to Akinsaya Delamarre

Re: Adobe connect module error

by Anil Singh -

Do you have solution of this error


A series of tests have been run in order to determine whether the Adobe Connect Pro server has been properly setup for this integration to work and to also determine whether the user credentials provided in the activity global settings has the correct permissions to perform the neccessary tasks required by the activity module. If any of the tests below have failed, this activity module will not function properly.

For further assistance and documentation in how to set up your Adobe Connect Pro server please consult the MoodleDocs help page for this activity module Help page

Sending common-info call:

successfully obtained the session key: XXXXXXXXXXXXXXXXXXXXXXXXXXX

successfully logged in as admin user

Testing retrevial of shared content, recording and meeting folders:

error obtaining shared content folder

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">sco-shortcuts</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="no-access" subcode="no-login"/></results>

error obtaining forced-archives (meeting recordings) folder

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">sco-shortcuts</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="no-access" subcode="no-login"/></results>

error obtaining meetings folder

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">sco-shortcuts</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="no-access" subcode="no-login"/></results>

error creating meeting testmeetingtest folder

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">sco-update</param><param name="type">meeting</param><param name="name">testmeetingtest</param><param name="folder-id"></param><param name="date-begin">2014-12-19T23:07:20.000+00:00</param><param name="date-end">2014-12-20T00:07:20.000+00:00</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="invalid"><invalid field="folder-id" type="id" subcode="format"/></status></results>

error creating user testusertest

XML request:
<?xml version="1.0" encoding="UTF-8"?> <params><param name="action">principal-update</param><param name="first-name">testusertest</param><param name="last-name">testusertest</param><param name="login">testusertest</param><param name="password">XXXXXXXXXXXXXXXXXXXXXXXXXXXXX</param><param name="extlogin">testusertest</param><param name="type">user</param><param name="send-email">false</param><param name="has-children">0</param><param name="email">testusertest@test.com</param></params>

XML response:
<?xml version="1.0" encoding="utf-8"?> <results><status code="no-access" subcode="no-login"/></results>