Re: WSDL URL for recording service

2016-09-11 Thread Maxim Solodovnik
It actually doesn't matter if you are using Java, PHP or JS you need to perform several calls they all listed in my previous post On Sun, Sep 11, 2016 at 10:43 PM, Bhushan Patil wrote: > Hi Maxim, actually I want to get recording hash in Java, so I have created > SOAP client using wsdl2java utili

Re: WSDL URL for recording service

2016-09-11 Thread Bhushan Patil
Hi Maxim, actually I want to get recording hash in Java, so I have created SOAP client using wsdl2java utility of CXF. So in RecordService?wsdl, there are only four methods. 1. getExternalByRoom(sid, roomID) 2. getExternal(sid, externaltype, externalid) 3. getExternalByType(sid, externalt

Re: error installing 3.1.2 on ubuntu

2016-09-11 Thread Maxim Solodovnik
Great! Thanks for the update :) On Sun, Sep 11, 2016 at 8:13 PM, Daniel Baker wrote: > Hi Maxim, > > > I decided to do a fresh install on a VM and the install went well. I used > this documentation : > > https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetin

Re: error installing 3.1.2 on ubuntu

2016-09-11 Thread Daniel Baker
Hi Maxim, I decided to do a fresh install on a VM and the install went well. I used this documentation : https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=/27838216/62690369/Installation%20OpenMeetings%203.1.x%20on%20Ubuntu%2016.

Re: error installing 3.1.2 on ubuntu

2016-09-11 Thread Maxim Solodovnik
Hello Daniel, What DB are you using? Is it mysql? According to error log database with name KAM270 does not exist. have you created it with CREATE DATABASE query (please don't forget to set UTF-8 encoding while DB creating) On Sun, Sep 11, 2016 at 3:58 PM, Daniel Baker wrote: > Hi Hemant, >

Re: WSDL URL for recording service

2016-09-11 Thread Maxim Solodovnik
Please check this discussion: http://openmeetings.markmail.org/thread/qrsdv6fe54kfdwqv On Sun, Sep 11, 2016 at 4:31 PM, Bhushan Patil wrote: > Hi Maxim, now that I have id of recording, how can I generate secure hash > for that recording? > > On Sep 11, 2016 10:29 AM, "Maxim Solodovnik" wrote: >

Re: WSDL URL for recording service

2016-09-11 Thread Bhushan Patil
Hi Maxim, now that I have id of recording, how can I generate secure hash for that recording? On Sep 11, 2016 10:29 AM, "Maxim Solodovnik" wrote: > > the URL should be: > http://localhost:5080/openmeetings/services/RecordService?wsdl > > On Sun, Sep 11, 2016 at 3:49 AM, Bhushan Patil > wrote: >

Re: error installing 3.1.2 on ubuntu

2016-09-11 Thread Daniel Baker
Hi Hemant, I copied over the mysql-connector-java-5.1.39-bin.jar into ~webapps/OM_CONTEXT/WEB-INF/lib I checked the derby persistence.xml file it has the correct url, username, and password details. The progress bar on the last step moved across about 25% then gave another error :

RE: error installing 3.1.2 on ubuntu

2016-09-11 Thread Coscend@OM
Hello Daniel, "See the nested exceptions for details on the errors that occurred.; nested exception is ... Caused by: org.apache.openjpa.lib.jdbc.ReportingSQLException: Schema 'KAM270' does not exist {INSERT INTO naviglobal (comment, deleted, icon, inserted, label_id, level_id, name, naviorder

error installing 3.1.2 on ubuntu

2016-09-11 Thread Daniel Baker
Hi, I am trying to install openmeetings 3.1.2 on Ubuntu 14.04 I am using the red5.sh script. I get the following error at the last stage of the install: OpenMeetings OpenMeetings Installation is failed org.springframework.orm.jpa.JpaSystemException: The transaction has been rolled bac