Re: Update with Debian_Ubuntu_Installer_Upgrader.sh don't work

2012-12-16 Thread Maxim Solodovnik
Can you provide the steps? On Dec 17, 2012 3:59 AM, "Alexei Fedotov" wrote: > Maxim, I reproduced the problem. Do we no longer have Derby working? > > -- > With best regards / с наилучшими пожеланиями, > Alexei Fedotov / Алексей Федотов, > http://dataved.ru/ > +7 916 562 8095 > > > On Mon, Dec 10

Re: Dealing with MySQL timeouts

2012-12-16 Thread Alexei Fedotov
> set JAVA_OPTS=-Xmx400M helped On Mon, Dec 17, 2012 at 1:45 AM, Alexei Fedotov wrote: > no -> now > it seems the whole thing works despite that exception > > yet I got out of memory > > > > On Mon, Dec 17, 2012 at 1:31 AM, Alexei Fedotov > wrote: >> I deleteded ./openmeetings database, and no g

Re: Dealing with MySQL timeouts

2012-12-16 Thread Alexei Fedotov
no -> now it seems the whole thing works despite that exception yet I got out of memory On Mon, Dec 17, 2012 at 1:31 AM, Alexei Fedotov wrote: > I deleteded ./openmeetings database, and no get some configuration key > crypt_ClassName problems. It seems like a step further. > > > -- > With best

Re: Dealing with MySQL timeouts

2012-12-16 Thread Alexei Fedotov
I deleteded ./openmeetings database, and no get some configuration key crypt_ClassName problems. It seems like a step further. -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 On Mon, Dec 17, 2012 at 1:18 AM, Alexei Fedotov w

Re: Dealing with MySQL timeouts

2012-12-16 Thread Alexei Fedotov
I'm getting the following (derby_persistence.xml is used): org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is org.apache.openjpa.persistence.PersistenceException: ALTER TABLE statement cannot add an IDENTITY colu

Re: Update with Debian_Ubuntu_Installer_Upgrader.sh don't work

2012-12-16 Thread Alexei Fedotov
Maxim, I reproduced the problem. Do we no longer have Derby working? -- With best regards / с наилучшими пожеланиями, Alexei Fedotov / Алексей Федотов, http://dataved.ru/ +7 916 562 8095 On Mon, Dec 10, 2012 at 3:59 PM, Maxim Solodovnik wrote: > I saw such error today. It was caused by incorrec

Re: First post - and a question

2012-12-16 Thread Maxim Solodovnik
I'm afraid redirection of https trafic need more investigation I have no ready solution for this :( sorry On Mon, Dec 17, 2012 at 1:17 AM, paul wrote: > ** > > Hi Maxim, > > > > I wasn't aware of the OM client debug. Great help! > > > > I discovered the following: > > The original proxy pa

RE: First post - and a question

2012-12-16 Thread paul
Hi Maxim,   I wasn't aware of the OM client debug. Great help!   I discovered the following: The original proxy pass statements were in the :443 virtual host, however the original redirect sends the request to port 80. Since the webserver does not redirect openmeetings for port 80, it fails.

Re: First post - and a question

2012-12-16 Thread Maxim Solodovnik
first of all please use OM client debug: http://yourserver/openmeetings/?swf=maindebug.as3.swf10.swf this will show what exact URLs are being connected. Have you change any other settings other than config.xml? On Sun, Dec 16, 2012 at 11:49 PM, paul wrote: > ** > > Done. > > > > Both apache2 a

RE: First post - and a question

2012-12-16 Thread paul
Done.   Both apache2 and red5 restarted after the changes   When accessing from the webserver:   try 1-3 Error missing 556 Error missing 642 netconnection.connect.failed   When connection from the internal openmeetingsserver, it works ok   This is where I got stuck :)   Thanks -Origin

Re: First post - and a question

2012-12-16 Thread Maxim Solodovnik
you need complex proxiing then :) something like this: you need to enable following apache modules sudo a2enmod proxy && sudo a2enmod proxy_http then update your configuration: ProxyPass /openmeetings http://localhost:5080/openmeetings ProxyPassReverse /openmeetings http://localhost:5080/openmeet

RE: First post - and a question

2012-12-16 Thread paul
Hi Maxim,   Correct :)   Thanks   -Original message- From:Maxim Solodovnik Sent:Sun 16-12-2012 16:59 Subject:Re: First post - and a question To:openmeetings-user@incubator.apache.org; Am I understand correctly: you already have apache to host your company website, and now you want ope

Re: First post - and a question

2012-12-16 Thread Maxim Solodovnik
Am I understand correctly: you already have apache to host your company website, and now you want openmeetings be available at: http://yourcompany/openmeetings with ports 5080 and 1935 closed? On Sun, Dec 16, 2012 at 10:01 PM, paul wrote: > ** > > Hi, > > > > New to this list, owner of a small

First post - and a question

2012-12-16 Thread paul
Hi,   New to this list, owner of a small company, for whom it is expensive to travel to all customers. Openmeetings came along, as a solution to reduce traveling. As I'm running KVM on Ubuntu, creating a red5 server for openmeetings was simple.   I'm stuck at the following.   My setup contain