OM Eclipse build error

2018-03-13 Thread Shamsundar Bairagi
mvn clean install -P allModules [INFO] Scanning for projects... [INFO] [INFO] Reactor Build Order: [INFO] [INFO] Openmeetings [INFO] Openmeetings Util [INFO] Openmeetings DB [INFO] Openmeetings Core [INFO] Openmeetings

RE: Warning!!!PossibleSpam OM Eclipse build error

2018-03-13 Thread K, Amit (MIND)
As per your logs, test dependencies are not being resolved or not found at give URL. For now you can comment these dependencies and run maven clean again. Just put the "-rf :openmeetings-db" at the end of your goal so that clean process can be resume from where it was failed. Later you can

Re: OM Eclipse build error

2018-03-13 Thread Maxim Solodovnik
Are you getting same result if you are running "mvn clean install"? According to the logs "openmeetings-util:jar:tests:4.0.3-SNAPSHOT" is compiled but not installed Maybe to have some custom Maven option in charge? On Tue, Mar 13, 2018 at 6:08 PM, Shamsundar Bairagi < sbair...@triarqhealth.com>

Re: Warning!!!PossibleSpam OM Eclipse build error

2018-03-13 Thread Maxim Solodovnik
Amit, could you please modify your filters not to add "Warning!!!PossibleSpam"? This option breaks mail threads On Tue, Mar 13, 2018 at 6:32 PM, Maxim Solodovnik wrote: > I would not "comment these dependencies", cause compilation of the tests > will fail > Are you

Re: Warning!!!PossibleSpam OM Eclipse build error

2018-03-13 Thread Maxim Solodovnik
I would not "comment these dependencies", cause compilation of the tests will fail Are you getting same result if you are running "mvn clean install"? According to the logs "openmeetings-util:jar:tests:4.0.3-SNAPSHOT" is compiled but not installed Maybe to have some custom Maven option in charge?

Re: number of red5 process

2018-03-13 Thread Maxim Solodovnik
Hello Aaron, AFAIK no-one uses pure threads these days Thread pools are being used instead Thread creating/destroying is expensive process, so threads are being re-used To ensure regular clean-up you can set-up more aggressive garbage collector, but this might be counterproductive I would

problem with uploading files

2018-03-13 Thread David Jentz
using 4.0.3 nightly snapshot from 4 nights ago Can upload an office document, png, etc...all seem to work fine.. except: the document is not visible. to make the document become visible, have to have the browser push reload or push f5. this is all users in the room. after the user reloads the

Re: Room password using WebServices

2018-03-13 Thread Maxim Solodovnik
Actually you can :) Here are the steps 1) authorize the SID http://openmeetings.apache.org/openmeetings-webservice/apidocs/org/apache/openmeetings/webservice/UserWebService.html#login-java.lang.String-java.lang.String- 2) Create user

Room password using WebServices

2018-03-13 Thread Ramón Zárate Moedano
Is there a way we can create a room, using php API, with password to access it??? I know i can create a room, with password if i do it inside OM dashboard but using 3th party services Thanks Ramón

Re: problem with uploading files

2018-03-13 Thread Maxim Solodovnik
Thanks for the report, should be fixed it latest snapshot WBR, Maxim (from mobile, sorry for the typos) On Wed, Mar 14, 2018, 05:02 David Jentz wrote: > using 4.0.3 nightly snapshot from 4 nights ago > > Can upload an office document, png, etc...all seem to work fine..