[
https://issues.apache.org/jira/browse/OPENMEETINGS-1826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vishal Sirsodiya updated OPENMEETINGS-1826:
-------------------------------------------
Description:
Hello Team,
We have installed openmeeting version 4.0.1 on windows server. Its working fine
when using openmeeting interface but we used openmeeting API for Room creation
Usre creation and so on. its not working. We have describe step by step
process. See below :-
First we call login api
[#http://localhost:5080/openmeetings/services/user/login?user=UserName&pass=PASS]
*Successful response*
{ "serviceResult": \\{ "code": 1, "message":
"78189aff-d68d-458a-8840-5b18d15a50b0", "type": "SUCCESS" }
}
its working fine and return session ID,
Then
[http://localhost:5080/openmeetings/services/user/hash?sid=78189aff-d68d-458a-8840-5b18d15a50b0]
method: "POST"
DATA :- {user:[
{ firstname: 'John', lastname: 'Doe', externalId: 'uid1', externalType:
'myCMS', login: 'superjohn' }
]}
*return "500 internal server error "*
but when I create room with this session ID. its return "500 internal server
error ". API call see below
Also run one more request :-
{{[http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationQuestionsAndAudioType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE]}}
{{And header return's connection cloed message.}}
We are referring below links
[http://openmeetings.apache.org/RestAPISample.html]
{{Please help me.}}
was:
Hello Team,
We have installed openmeeting version 4.0.1 on windows server. Its working fine
when using openmeeting interface but we used openmeeting API for Room creation
Usre creation and so on. its not working. We have describe step by step
process. See below :-
First we call login api
[#http://localhost:5080/openmeetings/services/user/login?user=UserName&pass=PASS]
*Successful response*
{ "serviceResult": \{ "code": 1, "message":
"78189aff-d68d-458a-8840-5b18d15a50b0", "type": "SUCCESS" } }
its working fine and return session ID,
Then
http://localhost:5080/openmeetings/services/user/hash?sid=78189aff-d68d-458a-8840-5b18d15a50b0
method: "POST"
DATA :- \{user:[{ firstname: 'John', lastname: 'Doe', externalId: 'uid1',
externalType: 'myCMS', login: 'superjohn' }]}
but when I create room with this session ID. its return "500 internal server
error ". API call see below
Also run one more request :-
{{[http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationQuestionsAndAudioType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE]}}
{{And header return's connection cloed message.}}
We are referring below links
[http://openmeetings.apache.org/RestAPISample.html]
{{Please help me.}}
> Open Meeting Room creation issue
> --------------------------------
>
> Key: OPENMEETINGS-1826
> URL: https://issues.apache.org/jira/browse/OPENMEETINGS-1826
> Project: Openmeetings
> Issue Type: Bug
> Reporter: Vishal Sirsodiya
> Assignee: Maxim Solodovnik
> Priority: Major
>
> Hello Team,
> We have installed openmeeting version 4.0.1 on windows server. Its working
> fine when using openmeeting interface but we used openmeeting API for Room
> creation Usre creation and so on. its not working. We have describe step by
> step process. See below :-
>
> First we call login api
> [#http://localhost:5080/openmeetings/services/user/login?user=UserName&pass=PASS]
> *Successful response*
> { "serviceResult": \\{ "code": 1, "message":
> "78189aff-d68d-458a-8840-5b18d15a50b0", "type": "SUCCESS" }
> }
> its working fine and return session ID,
> Then
>
> [http://localhost:5080/openmeetings/services/user/hash?sid=78189aff-d68d-458a-8840-5b18d15a50b0]
>
> method: "POST"
> DATA :- {user:[
> { firstname: 'John', lastname: 'Doe', externalId: 'uid1', externalType:
> 'myCMS', login: 'superjohn' }
> ]}
> *return "500 internal server error "*
> but when I create room with this session ID. its return "500 internal server
> error ". API call see below
> Also run one more request :-
> {{[http://localhost:5080/openmeetings/services/RoomService/addRoomWithModerationQuestionsAndAudioType?SID=VALUE&name=VALUE&roomtypes_id=VALUE&comment=VALUE&numberOfPartizipants=VALUE&ispublic=VALUE&appointment=VALUE&isDemoRoom=VALUE&demoTime=VALUE&isModeratedRoom=VALUE&allowUserQuestions=VALUE&isAudioOnly=VALUE]}}
>
> {{And header return's connection cloed message.}}
> We are referring below links
> [http://openmeetings.apache.org/RestAPISample.html]
> {{Please help me.}}
>
>
>
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)