Re: recordings not playing

2016-08-20 Thread Maxim Solodovnik
I believe it is access.log, you need to check red5.log/openmeetings.log On Sat, Aug 20, 2016 at 11:47 AM, Tech Developer < simatechdevelo...@gmail.com> wrote: > Hi, >You are correct, i received this error, How to correct this? > 122.164.202.102 - - [20/Aug/2016:00:45:33 -0400] "GET

Re: recordings not playing

2016-08-20 Thread Tech Developer
i have installed 2 om, 1. platform 2. webmeetings i attached log file could u check for me. On Sat, Aug 20, 2016 at 12:13 PM, Maxim Solodovnik wrote: > I believe it is access.log, you need to check red5.log/openmeetings.log > > On Sat, Aug 20, 2016 at 11:47 AM, Tech

Re: Get Openmeetings version via SOAP/REST api

2016-08-20 Thread Bhushan Patil
Hi Maxim, I am trying to test the this feature. I following this tutorial( http://openmeetings.apache.org/BuildInstructions.html). This is what I did 1. Checked out source code svn checkout https://svn.apache.org/repos/asf/openmeetings/application/trunk/ 2. mvn clean install -P allModules

Re: Get Openmeetings version via SOAP/REST api

2016-08-20 Thread Bhushan Patil
Hi Maxim, I copied all target/openmeetings-*-4.0.0-SNAPSHOT.jar from compiled build to OM 3.1.2/webapps/openmeetings/WEB-INF/lib directory and started that server. But I am not getting wsdl for InfoWebService (*http://**localhost**:5080/* *openmeetings**/services/**InfoWebService**?**wsdl*)

RE: Get Openmeetings version via SOAP/REST api

2016-08-20 Thread Coscend@OM
Hello Bhushan, Did you compile OM 4.0.0 or OM 3.1.3? “target/openmeetings-*-4.0.0-SNAPSHOT.jar” You might want to try Compiling OM 3.1.3

RE: Get Openmeetings version via SOAP/REST api

2016-08-20 Thread Bhushan Patil
Hi Hemant, I downloaded OM-3.1.3 from https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.1.x/lastSuccessfulBuild/artifact/openmeetings-server/target/apache-openmeetings-3.1.3-SNAPSHOT.tar.gz I extracted it then ran it. Still facing same issue. Unable to get wsdl for

RE: Get Openmeetings version via SOAP/REST api

2016-08-20 Thread Coscend@OM
Hello Bhushan, Here are a few pointers to assist in resolving your issue: Check whether the traditional services are accessible: FileService, RoomService, UserService If these are accessible, then CXF engine cannot find InfoWebService and an operation for your service message.

Re: Get Openmeetings version via SOAP/REST api

2016-08-20 Thread Maxim Solodovnik
WSDL is available at http://localhost:5080/openmeetings/services/InfoService?wsdl not at http://localhost:5080/openmeetings/services/InfoWebService?wsdl REST method available at http://localhost:5080/openmeetings/services/info/version On Sun, Aug 21, 2016 at 2:32 AM, Bhushan Patil

Re: Get Openmeetings version via SOAP/REST api

2016-08-20 Thread Bhushan Patil
Ohhh, I was using wrong URL, on http://localhost:5080/openmeetings/services/InfoService?wsdl, it's working great. Thank you all for your help. On Aug 21, 2016 8:45 AM, "Maxim Solodovnik" wrote: > > WSDL is available at >