Re: Document conversion

2017-06-13 Thread Maxim Solodovnik
Jod is packaged with OM since version 3.2, so everything should work without any additional JOD configuration What errors are in the logs? On Wed, Jun 14, 2017 at 8:33 AM, Daniel Baker wrote: > What is the error ? > > > > On 06/13/2017 02:54 AM, Tom Judge wrote: > >> Hi >> >> We just put up a he

Re: OM 3.2.1 Database Access via phpMyAdmin

2017-06-13 Thread Maxim Solodovnik
Hello Tom. the steps are simple: 1) go to your current OM folder 2) go to webapps/openmeetings/WEB-INF/classes/META-INF/ 3) print file persistence.xml (using tail or cat for ex.) 4) check the line: " Url=jdbc:mysql://localhost:3306/openmeetings? .." In this URL: jdbc:

Re: OM 3.2.1 Database Access via phpMyAdmin

2017-06-13 Thread Tom Wagner
Thank you, Maxim. Looks like it's time to expand the limits of my understanding of mySQL.  I did wonder if I had somehow acquired another database process, perhaps in the upgrade(s), but I could only find one mysql instance in the system process list.  I'm not f

Re: OM 3.2.1 Database Access via phpMyAdmin

2017-06-13 Thread Maxim Solodovnik
Hello Tom, Nothing has changed (I'm using "raw DB access" to check things. Maybe you have several DB nodes? Could you check using your active persistence.xml? On Tue, Jun 13, 2017 at 12:04 AM, Tom Wagner wrote: > Has something changed radically in the way OM stores data. > > Previously I could

Re: Openmeetings Cluster with Docker

2017-06-13 Thread Maxim Solodovnik
Hello, sorry for the late reply, I was on vacation :) I'm not sure this is possible, currently restarting is required to update persistence.xml and let know OpenJPA the nodes has been changed Maybe you know how this can be implemented "elastic way"? Additionally please read this thread: http://m

Re: clustering - testing user access diverted to separate nodes

2017-06-13 Thread Maxim Solodovnik
Hello Daniel, Thanks :) I believe additional configuration is required since Om 3.2.x: clustering mode for Tomcats have to be additionally set up https://tomcat.apache.org/tomcat-8.5-doc/cluster-howto.html And/Or Apache Wicket clustering Will try to find some time, set this up and update document

Re: Recording problem in UBUNTU 16 in HTML5 version (4.0.0)

2017-06-13 Thread Maxim Solodovnik
Works for me on Ubuntu 16.04 (latest) Any additional steps? Anything suspicious in the logs? On Wed, Jun 14, 2017 at 12:17 PM, Maxim Solodovnik wrote: > I'll double-check this ASAP > 4.0.0 development is currently postponed (we are working on 3.x version) > > On Wed, Jun 7, 2017 at 11:30 AM, K,

Re: Recording problem in UBUNTU 16 in HTML5 version (4.0.0)

2017-06-13 Thread Maxim Solodovnik
I'll double-check this ASAP 4.0.0 development is currently postponed (we are working on 3.x version) On Wed, Jun 7, 2017 at 11:30 AM, K, Amit (MIND) wrote: > Dear Maxim, > > > > I got the latest code from repository which HTML 5 (Future version 4.0.0). > > > > Now I compiled and deployed to one

Re: recording errors in 3.2.1

2017-06-13 Thread Maxim Solodovnik
It seems generating of final MP4 file has failed :( Additional information might be received if you run conversion manually on server (might be permission, free space etc. issues) On Wed, Jun 7, 2017 at 11:28 AM, john felipe urrego mejia < ingenierofelipeurr...@gmail.com> wrote: > process: stripA

Re: Document conversion

2017-06-13 Thread Daniel Baker
What is the error ? On 06/13/2017 02:54 AM, Tom Judge wrote: Hi We just put up a headless Ubuntu 14.04 Server running openmeeting on the AWS (amazon cloud services) I'm looking for some specific guidence on getting the jod document converter and openoffce to work properly. right now the ope