Your OpenMeetings is not working: "Database at C:\Users\admin1\Downloads\apache-openmeetings-3.3.2\openmeetings has an incompatible format with the current version of the software. The database was created by or upgraded by version 10.14."
According to the error above you are trying to "re-use 3.3.2 derby database" with OM 4 It will not work You have to backup/re-install You need working OM _before_ you can use REST API On Wed, Feb 7, 2018 at 4:48 PM, Vishal Sirsodiya < [email protected]> wrote: > > Hello Team, > > As per below discussion, I have checked my openmeetings log. We have find > some java errors but I am not getting this errors. > > I am sending my today log file. Could you check it, and let us know what > is the issue ? > > PFA > > > Thanks & Regards > Vishal Sirsodiya > > > > Hello Vishal, > > > > As I already wrote you in the issue: you have to *subscribe* to the list > *before* you can post > > Your question is not related to development of OpenMeetings. It is about > using OpenMeetings, so you need to write to user@ mailing list > > > > According to your question: you are getting "500 internal server error " > > This usually means there should be some detailed description in > openmeetings.log > > have you checked the log? > > > > Hello Team, > > As per our discussion on jira, We have installed openmeetings version > 4.0.1 on windows server(Also try on Ubuntu & mac server as well as > different versions of open meetings but facing same issue). Its working > fine, when using openmeetings interface but we used openmeetings API for > room creation, rser creation and so on. its not working. We have describe > step by step process (on postman). See below :- > > > First we call login api > > 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 we follow next step (http://openmeetings.apache.or > g/RestAPISample.html) > > API : http://localhost:5080/openmeetings/services/user/hash?sid= > 78189aff-d68d-458a-8840-5b18d15a50b0 > > method: "POST" > > Post DATA :- {user:[{ firstname: 'John', lastname: 'Doe', externalId: > 'uid1', externalType: 'myCMS', login: 'superjohn' }]} > > OR > > Post DATA :- {"user":{"firstname":"John","lastname":"Doe","externalId":"1 > ","externalType":"myCMS","login":"superjohn"},"options": > "roomId:5,moderator:true,showAudioVideoTest:true}} > > OR > > Post DATA :- { firstname: 'John', lastname: 'Doe', externalId: 'uid1', > externalType: 'myCMS', login: 'superjohn' } > > > return : "500 internal server error " > > > And header return's connection cloed message, See Below. > > connection →close > content-length →0 > date →Wed, 07 Feb 2018 08:15:11 GMT > server →Apache-Coyote/1.1 > > > > We are referring below links > > http://openmeetings.apache.org/RestAPISample.html > > Please help me. > > > Thanks & Regards > Vishal Sirsodiya > > "Confidentiality Warning: This message and any attachments are intended > only for the use of the intended recipient(s). > are confidential and may be privileged. If you are not the intended > recipient. you are hereby notified that any > review. re-transmission. conversion to hard copy. copying. circulation or > other use of this message and any attachments is > strictly prohibited. If you are not the intended recipient. please notify > the sender immediately by return email. > and delete this message and any attachments from your system. > > Virus Warning: Although the company has taken reasonable precautions to > ensure no viruses are present in this email. > The company cannot accept responsibility for any loss or damage arising > from the use of this email or attachment." > > > > > > -- > > WBR > Maxim aka solomax > > > "*Confidentiality Warning*: This message and any attachments are intended > only for the use of the intended recipient(s), are confidential and may be > privileged. If you are not the intended recipient, you are hereby notified > that any review, re-transmission, conversion to hard copy, copying, > circulation or other use of this message and any attachments is strictly > prohibited. If you are not the intended recipient, please notify the sender > immediately by return email and delete this message and any attachments > from your system. > > *Virus Warning:* Although the company has taken reasonable precautions to > ensure no viruses are present in this email. The company cannot accept > responsibility for any loss or damage arising from the use of this email or > attachment." > > -- WBR Maxim aka solomax
