Re: Database Empty

2013-02-20 Thread Robert Chalmers
I think you should be attempting a much easier project written in your own 
language Aysha. It is obvious now that you are not understanding a lot of the 
fundamentals concerning the relationships between servers, databases, and 
installation procedures. 
You can not hope to pass an IT course by having people in a support forum help 
you, especially if you don't understand the replies you are given.
I'm sorry, but I don't think you are ever going to understand what is being 
said to you. Possibly even this message. So everyone, including you, is wasting 
their time.


-


On 21 Feb 2013, at 05:11, Aysha Saddiqa  wrote:

> When open in browser it couldn't connect to localhost:5080.
> What is it?
> 
> From: Maxim Solodovnik 
> To: Aysha Saddiqa ; Openmeetings user-list 
>  
> Sent: Thursday, February 21, 2013 9:59 AM
> Subject: Re: Database Empty
> 
> Have you set up mysql DB before or after you run the web installer?
> have you added your mysql paramenter to persistence.xml?
> 
> 
> On Thu, Feb 21, 2013 at 11:55 AM, Aysha Saddiqa  
> wrote:
> I run it
> http://localhost:5080/openmeetings/install
> First time it works and start the final installation OpenMeetings server.
> You press the link above is called:
> Continue with STEP 1
> When Click above link it stops working and now it also don't show the 
> Installation page also.
> 
> From: Maxim Solodovnik 
> To: Aysha Saddiqa ; Openmeetings user-list 
>  
> Sent: Thursday, February 21, 2013 9:53 AM
> Subject: Re: Database Empty
> 
> exactly :)
> or command line installer
> 
> 
> On Thu, Feb 21, 2013 at 11:52 AM, Aysha Saddiqa  
> wrote:
> Did you mean "Run Web Installer"?
> 
> From: Maxim Solodovnik 
> To: Openmeetings user-list ; Aysha Saddiqa 
>  
> Sent: Thursday, February 21, 2013 9:49 AM
> Subject: Re: Database Empty
> 
> http://openmeetings.apache.org/installation.html
> 
> you need step 3
> 
> 
> On Thu, Feb 21, 2013 at 11:46 AM, Aysha Saddiqa  
> wrote:
> How to import built in database of OpenMeetings? Can it be the cause of any 
> error during installation?
> 
> From: Maxim Solodovnik 
> To: Openmeetings user-list ; Aysha Saddiqa 
>  
> Sent: Thursday, February 21, 2013 9:37 AM
> Subject: Re: Database Empty
> 
> no error
> you have created empty DB, and it is empty
> 
> 
> On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa  
> wrote:
> I create database by this command:
> 
> mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE 
> utf8_general_ci;
> mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' 
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
> 
> mysql> show tables;
> Empty set (0.00 sec)
> 
> Why this error occurs?
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax
> 
> 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax
> 
> 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax
> 
> 
> 
> 
> 
> -- 
> WBR
> Maxim aka solomax
> 
> 


Listening for transport

2013-02-20 Thread Aysha Saddiqa
Starting Red5
Listening for transport dt_socket at address: 8787
Error: Could not find or load main class org.red5.server.bootstrap

How to overcome this error?

Re: Database Empty

2013-02-20 Thread Maxim Solodovnik
>> Have you set up mysql DB before or after you run the web installer?

you should have Openmeetings running


On Thu, Feb 21, 2013 at 12:11 PM, Aysha Saddiqa wrote:

> When open in browser it couldn't connect to localhost:5080.
> What is it?
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Aysha Saddiqa ; Openmeetings user-list <
> user@openmeetings.apache.org>
> *Sent:* Thursday, February 21, 2013 9:59 AM
> *Subject:* Re: Database Empty
>
> Have you set up mysql DB before or after you run the web installer?
> have you added your mysql paramenter to persistence.xml?
>
>
> On Thu, Feb 21, 2013 at 11:55 AM, Aysha Saddiqa wrote:
>
> I run it
> http://localhost:5080/openmeetings/install
> First time it works and start the final installation OpenMeetings server.
> You press the link above is called:
> Continue with STEP 1
> When Click above link it stops working and now it also don't show the
> Installation page also.
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Aysha Saddiqa ; Openmeetings user-list <
> user@openmeetings.apache.org>
> *Sent:* Thursday, February 21, 2013 9:53 AM
> *Subject:* Re: Database Empty
>
> exactly :)
> or command line installer
>
>
> On Thu, Feb 21, 2013 at 11:52 AM, Aysha Saddiqa wrote:
>
> Did you mean "Run Web Installer"?
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Openmeetings user-list ; Aysha
> Saddiqa 
> *Sent:* Thursday, February 21, 2013 9:49 AM
> *Subject:* Re: Database Empty
>
> http://openmeetings.apache.org/installation.html
>
> you need step 3
>
>
> On Thu, Feb 21, 2013 at 11:46 AM, Aysha Saddiqa wrote:
>
> How to import built in database of OpenMeetings? Can it be the cause of
> any error during installation?
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Openmeetings user-list ; Aysha
> Saddiqa 
> *Sent:* Thursday, February 21, 2013 9:37 AM
> *Subject:* Re: Database Empty
>
> no error
> you have created empty DB, and it is empty
>
>
> On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa wrote:
>
> I create database by this command:
>
> mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
> mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost'
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
>
> mysql> show tables;
> Empty set (0.00 sec)
>
> Why this error occurs?
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax


Re: Database Empty

2013-02-20 Thread Aysha Saddiqa
When open in browser it couldn't connect to localhost:5080.
What is it?



 From: Maxim Solodovnik 
To: Aysha Saddiqa ; Openmeetings user-list 
 
Sent: Thursday, February 21, 2013 9:59 AM
Subject: Re: Database Empty
 

Have you set up mysql DB before or after you run the web installer?
have you added your mysql paramenter to persistence.xml?



On Thu, Feb 21, 2013 at 11:55 AM, Aysha Saddiqa  wrote:

I run it
>http://localhost:5080/openmeetings/install
>
>First time it works and start the final installation OpenMeetings server.
>You press the link above is called:
>Continue with STEP 1
>
>When Click above link it stops working and now it also don't show the 
>Installation page also.
>
>
>
>
> From: Maxim Solodovnik 
>To: Aysha Saddiqa ; Openmeetings user-list 
> 
>Sent: Thursday, February 21, 2013 9:53 AM
>Subject: Re: Database Empty
> 
>
>exactly :)
>or command line installer
>
>
>
>On Thu, Feb 21, 2013 at 11:52 AM, Aysha Saddiqa  wrote:
>
>Did you mean "Run Web Installer"?
>>
>>
>>
>>
>> From: Maxim Solodovnik 
>>To: Openmeetings user-list ; Aysha Saddiqa 
>> 
>>Sent: Thursday, February 21, 2013 9:49 AM
>>Subject: Re: Database Empty
>> 
>>
>>http://openmeetings.apache.org/installation.html
>>
>>
>>
>>you need step 3
>>
>>
>>
>>On Thu, Feb 21, 2013 at 11:46 AM, Aysha Saddiqa  
>>wrote:
>>
>>How to import built in database of OpenMeetings? Can it be the cause of any 
>>error during installation?
>>>
>>>
>>>
>>>
>>> From: Maxim Solodovnik 
>>>To: Openmeetings user-list ; Aysha Saddiqa 
>>> 
>>>Sent: Thursday, February 21, 2013 9:37 AM
>>>Subject: Re: Database Empty
>>> 
>>>
>>>no error
>>>you have created empty DB, and it is empty
>>>
>>>
>>>
>>>On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa  
>>>wrote:
>>>
>>>I create database by this command:


mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE 
utf8_general_ci;
mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' 
IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;


mysql> show tables;
Empty set (0.00 sec)


Why this error occurs?
>>>
>>>
>>>-- 
>>>WBR
>>>Maxim aka solomax 
>>>
>>>
>>
>>
>>-- 
>>WBR
>>Maxim aka solomax 
>>
>>
>
>
>
>-- 
>WBR
>Maxim aka solomax 
>
>


-- 
WBR
Maxim aka solomax 

Re: Database Empty

2013-02-20 Thread Aysha Saddiqa
Yes I added mysql parameters to persistence.xml.



 From: Maxim Solodovnik 
To: Aysha Saddiqa ; Openmeetings user-list 
 
Sent: Thursday, February 21, 2013 9:59 AM
Subject: Re: Database Empty
 

Have you set up mysql DB before or after you run the web installer?
have you added your mysql paramenter to persistence.xml?



On Thu, Feb 21, 2013 at 11:55 AM, Aysha Saddiqa  wrote:

I run it
>http://localhost:5080/openmeetings/install
>
>First time it works and start the final installation OpenMeetings server.
>You press the link above is called:
>Continue with STEP 1
>
>When Click above link it stops working and now it also don't show the 
>Installation page also.
>
>
>
>
> From: Maxim Solodovnik 
>To: Aysha Saddiqa ; Openmeetings user-list 
> 
>Sent: Thursday, February 21, 2013 9:53 AM
>Subject: Re: Database Empty
> 
>
>exactly :)
>or command line installer
>
>
>
>On Thu, Feb 21, 2013 at 11:52 AM, Aysha Saddiqa  wrote:
>
>Did you mean "Run Web Installer"?
>>
>>
>>
>>
>> From: Maxim Solodovnik 
>>To: Openmeetings user-list ; Aysha Saddiqa 
>> 
>>Sent: Thursday, February 21, 2013 9:49 AM
>>Subject: Re: Database Empty
>> 
>>
>>http://openmeetings.apache.org/installation.html
>>
>>
>>
>>you need step 3
>>
>>
>>
>>On Thu, Feb 21, 2013 at 11:46 AM, Aysha Saddiqa  
>>wrote:
>>
>>How to import built in database of OpenMeetings? Can it be the cause of any 
>>error during installation?
>>>
>>>
>>>
>>>
>>> From: Maxim Solodovnik 
>>>To: Openmeetings user-list ; Aysha Saddiqa 
>>> 
>>>Sent: Thursday, February 21, 2013 9:37 AM
>>>Subject: Re: Database Empty
>>> 
>>>
>>>no error
>>>you have created empty DB, and it is empty
>>>
>>>
>>>
>>>On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa  
>>>wrote:
>>>
>>>I create database by this command:


mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE 
utf8_general_ci;
mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' 
IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;


mysql> show tables;
Empty set (0.00 sec)


Why this error occurs?
>>>
>>>
>>>-- 
>>>WBR
>>>Maxim aka solomax 
>>>
>>>
>>
>>
>>-- 
>>WBR
>>Maxim aka solomax 
>>
>>
>
>
>
>-- 
>WBR
>Maxim aka solomax 
>
>


-- 
WBR
Maxim aka solomax 

Re: Database Empty

2013-02-20 Thread Maxim Solodovnik
Have you set up mysql DB before or after you run the web installer?
have you added your mysql paramenter to persistence.xml?


On Thu, Feb 21, 2013 at 11:55 AM, Aysha Saddiqa wrote:

> I run it
> http://localhost:5080/openmeetings/install
> First time it works and start the final installation OpenMeetings server.
> You press the link above is called:
> Continue with STEP 1
> When Click above link it stops working and now it also don't show the
> Installation page also.
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Aysha Saddiqa ; Openmeetings user-list <
> user@openmeetings.apache.org>
> *Sent:* Thursday, February 21, 2013 9:53 AM
> *Subject:* Re: Database Empty
>
> exactly :)
> or command line installer
>
>
> On Thu, Feb 21, 2013 at 11:52 AM, Aysha Saddiqa wrote:
>
> Did you mean "Run Web Installer"?
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Openmeetings user-list ; Aysha
> Saddiqa 
> *Sent:* Thursday, February 21, 2013 9:49 AM
> *Subject:* Re: Database Empty
>
> http://openmeetings.apache.org/installation.html
>
> you need step 3
>
>
> On Thu, Feb 21, 2013 at 11:46 AM, Aysha Saddiqa wrote:
>
> How to import built in database of OpenMeetings? Can it be the cause of
> any error during installation?
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Openmeetings user-list ; Aysha
> Saddiqa 
> *Sent:* Thursday, February 21, 2013 9:37 AM
> *Subject:* Re: Database Empty
>
> no error
> you have created empty DB, and it is empty
>
>
> On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa wrote:
>
> I create database by this command:
>
> mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
> mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost'
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
>
> mysql> show tables;
> Empty set (0.00 sec)
>
> Why this error occurs?
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax


Re: Database Empty

2013-02-20 Thread Maxim Solodovnik
exactly :)
or command line installer


On Thu, Feb 21, 2013 at 11:52 AM, Aysha Saddiqa wrote:

> Did you mean "Run Web Installer"?
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Openmeetings user-list ; Aysha
> Saddiqa 
> *Sent:* Thursday, February 21, 2013 9:49 AM
> *Subject:* Re: Database Empty
>
> http://openmeetings.apache.org/installation.html
>
> you need step 3
>
>
> On Thu, Feb 21, 2013 at 11:46 AM, Aysha Saddiqa wrote:
>
> How to import built in database of OpenMeetings? Can it be the cause of
> any error during installation?
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Openmeetings user-list ; Aysha
> Saddiqa 
> *Sent:* Thursday, February 21, 2013 9:37 AM
> *Subject:* Re: Database Empty
>
> no error
> you have created empty DB, and it is empty
>
>
> On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa wrote:
>
> I create database by this command:
>
> mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
> mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost'
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
>
> mysql> show tables;
> Empty set (0.00 sec)
>
> Why this error occurs?
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax


Re: Database Empty

2013-02-20 Thread Maxim Solodovnik
http://openmeetings.apache.org/installation.html

you need step 3


On Thu, Feb 21, 2013 at 11:46 AM, Aysha Saddiqa wrote:

> How to import built in database of OpenMeetings? Can it be the cause of
> any error during installation?
>
>   --
> *From:* Maxim Solodovnik 
> *To:* Openmeetings user-list ; Aysha
> Saddiqa 
> *Sent:* Thursday, February 21, 2013 9:37 AM
> *Subject:* Re: Database Empty
>
> no error
> you have created empty DB, and it is empty
>
>
> On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa wrote:
>
> I create database by this command:
>
> mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
> mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost'
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
>
> mysql> show tables;
> Empty set (0.00 sec)
>
> Why this error occurs?
>
>
>
>
> --
> WBR
> Maxim aka solomax
>
>
>


-- 
WBR
Maxim aka solomax


RE: Database Empty

2013-02-20 Thread Aysha Saddiqa


How to import built in database of OpenMeetings? Can it be the cause of any 
error during installation?



 From: Maxim Solodovnik 
To: Openmeetings user-list ; Aysha Saddiqa 
 
Sent: Thursday, February 21, 2013 9:37 AM
Subject: Re: Database Empty
 

no error
you have created empty DB, and it is empty



On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa  wrote:

I create database by this command:
>
>
>mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE 
>utf8_general_ci;
>mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' 
>IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
>
>
>mysql> show tables;
>Empty set (0.00 sec)
>
>
>Why this error occurs?


-- 
WBR
Maxim aka solomax 

Database Empty

2013-02-20 Thread Aysha Saddiqa
How to import built in database of OpenMeetings? Can it be the cause of any 
error during installation?



 From: Maxim Solodovnik 
To: Openmeetings user-list ; Aysha Saddiqa 
 
Sent: Thursday, February 21, 2013 9:37 AM
Subject: Re: Database Empty
 

no error
you have created empty DB, and it is empty



On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa  wrote:

I create database by this command:
>
>
>mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE 
>utf8_general_ci;
>mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' 
>IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
>
>
>mysql> show tables;
>Empty set (0.00 sec)
>
>
>Why this error occurs?


-- 
WBR
Maxim aka solomax 

Re: Database Empty

2013-02-20 Thread Maxim Solodovnik
no error
you have created empty DB, and it is empty


On Thu, Feb 21, 2013 at 11:36 AM, Aysha Saddiqa wrote:

> I create database by this command:
>
> mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
> mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost'
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
>
> mysql> show tables;
> Empty set (0.00 sec)
>
> Why this error occurs?
>



-- 
WBR
Maxim aka solomax


Database Empty

2013-02-20 Thread Aysha Saddiqa
I create database by this command:

mysql> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE 
utf8_general_ci;
mysql> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' 
IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;

mysql> show tables;
Empty set (0.00 sec)

Why this error occurs?

Re: backup goes to infinite loop

2013-02-20 Thread Maxim Solodovnik
http://openmeetings.apache.org/BuildInstructions.html


On Thu, Feb 21, 2013 at 2:53 AM, GoodWay  wrote:

>  Build from SVN like this:
>
> svn checkout
> http://svn.apache.org/repos/asf/incubator/openmeetings/branches/2.0/
>
> ?
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, February 20, 2013 8:44 PM
> *To:* Openmeetings user-list
> *Subject:* Re: backup goes to infinite loop
>
> ** **
>
> you can:
>
> 1) wait for the next build (performed once a day)
>
> 2) build from sources
>
> ** **
>
> ** **
>
> On Thu, Feb 21, 2013 at 12:49 AM, GoodWay  wrote:
>
> Last I see on https://builds.apache.org/job/openmeetings/ is 1447988 (now
> installed)
>
> How can I check 1448149?
>
> Thanks for advise.
>
>  
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, February 20, 2013 3:12 PM
> *To:* Openmeetings user-list
> *Subject:* Re: backup goes to infinite loop
>
>  
>
> can you check OM revision 1448149. ?
>
>  
>
> On Wed, Feb 20, 2013 at 6:48 PM, GoodWay  wrote:
>
> My OS:  Ubuntu 10.04.4 LTS  x64
>
>  
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, February 20, 2013 1:04 PM
> *To:* Openmeetings user-list
> *Subject:* Re: backup goes to infinite loop
>
>  
>
> Seems to be my fault. Will fix today
>
> What is your OS?
>
> On Feb 20, 2013 5:34 PM, "GoodWay"  wrote:
>
> Hello!
>
>  
>
> Starting from version 17/02/2013 till today(20/02/2013) backup
> function/module from user interface goes to infinite loop.
>
>  
>
> Reason is: creating output zip file in same directory where backup files
> save, then it loops trying to archive itself. (writing zip to zip)
>
>  
>
> Log:
>
> 
>
> DEBUG 02-20 12:18:28.207 BackupExport.java 274193 553
> org.apache.openmeetings.servlet.outputhandler.BackupExport
> [http-bio-0.0.0.0-5080-exec-8] - Writing 'users.xml' to zip file
>
> DEBUG 02-20 12:18:28.217 OmFileHelper.java 274203 272
> org.apache.openmeetings.utils.OmFileHelper [http-bio-0.0.0.0-5080-exec-8] -
> File copied.
>
> DEBUG 02-20 12:18:28.217 BackupExport.java 274203 553
> org.apache.openmeetings.servlet.outputhandler.BackupExport
> [http-bio-0.0.0.0-5080-exec-8] - Writing 'backup_20_02_2013_12_18_25.zip'
> to zip file
>
>  
>
>  
>
> then it loops
>
>  
>
> Thanks.
>
>  
>
> Best Regards,
>
> Dmitriy.
>
>  
>
> В этом сообщении вирусы не обнаружены.
> Проверено AVG - www.avg.com
> Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска:
> 19.02.2013
>
>
>
> 
>
>  
>
> --
> WBR
> Maxim aka solomax 
>
> В этом сообщении вирусы не обнаружены.
> Проверено AVG - www.avg.com
> Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска:
> 19.02.2013
>
>
>
> 
>
> ** **
>
> --
> WBR
> Maxim aka solomax 
>
> В этом сообщении вирусы не обнаружены.
> Проверено AVG - www.avg.com
> Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска:
> 19.02.2013
>



-- 
WBR
Maxim aka solomax


RE: backup goes to infinite loop

2013-02-20 Thread GoodWay
Build from SVN like this:

svn checkout 
http://svn.apache.org/repos/asf/incubator/openmeetings/branches/2.0/

?

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, February 20, 2013 8:44 PM
To: Openmeetings user-list
Subject: Re: backup goes to infinite loop

 

you can:

1) wait for the next build (performed once a day)

2) build from sources

 

 

On Thu, Feb 21, 2013 at 12:49 AM, GoodWay  wrote:

Last I see on https://builds.apache.org/job/openmeetings/ is 1447988 (now 
installed)

How can I check 1448149?

Thanks for advise.

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, February 20, 2013 3:12 PM
To: Openmeetings user-list
Subject: Re: backup goes to infinite loop

 

can you check OM revision 1448149. ?

 

On Wed, Feb 20, 2013 at 6:48 PM, GoodWay  wrote:

My OS:  Ubuntu 10.04.4 LTS  x64

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, February 20, 2013 1:04 PM
To: Openmeetings user-list
Subject: Re: backup goes to infinite loop

 

Seems to be my fault. Will fix today

What is your OS?

On Feb 20, 2013 5:34 PM, "GoodWay"  wrote:

Hello!

 

Starting from version 17/02/2013 till today(20/02/2013) backup function/module 
from user interface goes to infinite loop.

 

Reason is: creating output zip file in same directory where backup files save, 
then it loops trying to archive itself. (writing zip to zip)

 

Log:



DEBUG 02-20 12:18:28.207 BackupExport.java 274193 553 
org.apache.openmeetings.servlet.outputhandler.BackupExport 
[http-bio-0.0.0.0-5080-exec-8] - Writing 'users.xml' to zip file

DEBUG 02-20 12:18:28.217 OmFileHelper.java 274203 272 
org.apache.openmeetings.utils.OmFileHelper [http-bio-0.0.0.0-5080-exec-8] - 
File copied.

DEBUG 02-20 12:18:28.217 BackupExport.java 274203 553 
org.apache.openmeetings.servlet.outputhandler.BackupExport 
[http-bio-0.0.0.0-5080-exec-8] - Writing 'backup_20_02_2013_12_18_25.zip' to 
zip file

 

 

then it loops

 

Thanks.

 

Best Regards,

Dmitriy.

 

В этом сообщении вирусы не обнаружены.
Проверено AVG - www.avg.com
Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска: 19.02.2013





 

-- 
WBR
Maxim aka solomax 

В этом сообщении вирусы не обнаружены.
Проверено AVG - www.avg.com
Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска: 19.02.2013





 

-- 
WBR
Maxim aka solomax 

В этом сообщении вирусы не обнаружены.
Проверено AVG - www.avg.com
Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска: 19.02.2013



Re: backup goes to infinite loop

2013-02-20 Thread Maxim Solodovnik
you can:
1) wait for the next build (performed once a day)
2) build from sources



On Thu, Feb 21, 2013 at 12:49 AM, GoodWay  wrote:

>  Last I see on https://builds.apache.org/job/openmeetings/ is 1447988
> (now installed)
>
> How can I check 1448149?
>
> Thanks for advise.
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, February 20, 2013 3:12 PM
> *To:* Openmeetings user-list
> *Subject:* Re: backup goes to infinite loop
>
> ** **
>
> can you check OM revision 1448149. ?
>
> ** **
>
> On Wed, Feb 20, 2013 at 6:48 PM, GoodWay  wrote:
>
> My OS:  Ubuntu 10.04.4 LTS  x64
>
>  
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, February 20, 2013 1:04 PM
> *To:* Openmeetings user-list
> *Subject:* Re: backup goes to infinite loop
>
>  
>
> Seems to be my fault. Will fix today
>
> What is your OS?
>
> On Feb 20, 2013 5:34 PM, "GoodWay"  wrote:
>
> Hello!
>
>  
>
> Starting from version 17/02/2013 till today(20/02/2013) backup
> function/module from user interface goes to infinite loop.
>
>  
>
> Reason is: creating output zip file in same directory where backup files
> save, then it loops trying to archive itself. (writing zip to zip)
>
>  
>
> Log:
>
> 
>
> DEBUG 02-20 12:18:28.207 BackupExport.java 274193 553
> org.apache.openmeetings.servlet.outputhandler.BackupExport
> [http-bio-0.0.0.0-5080-exec-8] - Writing 'users.xml' to zip file
>
> DEBUG 02-20 12:18:28.217 OmFileHelper.java 274203 272
> org.apache.openmeetings.utils.OmFileHelper [http-bio-0.0.0.0-5080-exec-8] -
> File copied.
>
> DEBUG 02-20 12:18:28.217 BackupExport.java 274203 553
> org.apache.openmeetings.servlet.outputhandler.BackupExport
> [http-bio-0.0.0.0-5080-exec-8] - Writing 'backup_20_02_2013_12_18_25.zip'
> to zip file
>
>  
>
>  
>
> then it loops
>
>  
>
> Thanks.
>
>  
>
> Best Regards,
>
> Dmitriy.
>
>  
>
> В этом сообщении вирусы не обнаружены.
> Проверено AVG - www.avg.com
> Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска:
> 19.02.2013
>
>
>
> 
>
> ** **
>
> --
> WBR
> Maxim aka solomax 
>
> В этом сообщении вирусы не обнаружены.
> Проверено AVG - www.avg.com
> Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска:
> 19.02.2013
>



-- 
WBR
Maxim aka solomax


RE: backup goes to infinite loop

2013-02-20 Thread GoodWay
Last I see on https://builds.apache.org/job/openmeetings/ is 1447988 (now 
installed)

How can I check 1448149?

Thanks for advise.

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, February 20, 2013 3:12 PM
To: Openmeetings user-list
Subject: Re: backup goes to infinite loop

 

can you check OM revision 1448149. ?

 

On Wed, Feb 20, 2013 at 6:48 PM, GoodWay  wrote:

My OS:  Ubuntu 10.04.4 LTS  x64

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, February 20, 2013 1:04 PM
To: Openmeetings user-list
Subject: Re: backup goes to infinite loop

 

Seems to be my fault. Will fix today

What is your OS?

On Feb 20, 2013 5:34 PM, "GoodWay"  wrote:

Hello!

 

Starting from version 17/02/2013 till today(20/02/2013) backup function/module 
from user interface goes to infinite loop.

 

Reason is: creating output zip file in same directory where backup files save, 
then it loops trying to archive itself. (writing zip to zip)

 

Log:



DEBUG 02-20 12:18:28.207 BackupExport.java 274193 553 
org.apache.openmeetings.servlet.outputhandler.BackupExport 
[http-bio-0.0.0.0-5080-exec-8] - Writing 'users.xml' to zip file

DEBUG 02-20 12:18:28.217 OmFileHelper.java 274203 272 
org.apache.openmeetings.utils.OmFileHelper [http-bio-0.0.0.0-5080-exec-8] - 
File copied.

DEBUG 02-20 12:18:28.217 BackupExport.java 274203 553 
org.apache.openmeetings.servlet.outputhandler.BackupExport 
[http-bio-0.0.0.0-5080-exec-8] - Writing 'backup_20_02_2013_12_18_25.zip' to 
zip file

 

 

then it loops

 

Thanks.

 

Best Regards,

Dmitriy.

 

В этом сообщении вирусы не обнаружены.
Проверено AVG - www.avg.com
Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска: 19.02.2013





 

-- 
WBR
Maxim aka solomax 

В этом сообщении вирусы не обнаружены.
Проверено AVG - www.avg.com
Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска: 19.02.2013



Re: can't install the latest revision (1447988)

2013-02-20 Thread michael . wuttke
Hello Maxim,

yes you are right. It works. ;-)

Thank you!
Michael

> you seems to copy old persistence.xml file instead of modifying the one
> shipped with the package
>
>
> On Wed, Feb 20, 2013 at 5:14 PM,  wrote:
>
>> Hello,
>>
>> I tried to install the latest revision of OM 2.1 (r1447988) but the
>> installation process will not complete.
>>
>> This is what mysql tells me:
>>
>> mysql> SHOW TABLES;
>> +-+
>> | Tables_in_openmeetings  |
>> +-+
>> | address |
>> | appointmentcategory |
>> | appointmentremindertyps |
>> | appointments|
>> | chat|
>> | client  |
>> | conferencelog   |
>> | conferencelogtype   |
>> | configuration   |
>> | errortypes  |
>> | fieldlanguage   |
>> | fieldlanguagesvalues|
>> | fieldvalues |
>> | fileexploreritem|
>> | flvrecording|
>> | flvrecording_log|
>> | flvrecording_meta_delta |
>> | flvrecording_metadata   |
>> | invitations |
>> | ldapconfig  |
>> | meeting_members |
>> | meetme  |
>> | naviglobal  |
>> | navimain|
>> | om_timezone |
>> | om_user |
>> | organisation|
>> | organisation_users  |
>> | poll_types  |
>> | private_message |
>> | private_messages_folder |
>> | room|
>> | room_poll_answers   |
>> | room_polls  |
>> | rooms_moderator |
>> | rooms_organisation  |
>> | roomtype|
>> | salutation  |
>> | server  |
>> | sessiondata |
>> | sipusers|
>> | soaplogin   |
>> | state   |
>> | user_contact|
>> | user_data   |
>> | user_level  |
>> | whiteboard  |
>> | whiteboard_item |
>> +-+
>> 48 rows in set (0.00 sec)
>>
>> mysql> show variables like "character_set_database";
>> ++---+
>> | Variable_name  | Value |
>> ++---+
>> | character_set_database | utf8  |
>> ++---+
>> 1 row in set (0.00 sec)
>>
>> mysql> SHOW CREATE DATABASE openmeetings;
>>
>> +--+---+
>> | Database | Create Database
>> |
>>
>> +--+---+
>> | openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT
>> CHARACTER
>> SET utf8 */ |
>>
>> +--+---+
>> 1 row in set (0.00 sec)
>>
>> Here you can find the red5.log:
>> http://pastebin.com/WPMNgemf
>>
>> and here you can find the openmeetings.log:
>> http://pastebin.com/6UrRf2Xi
>>
>> The error.log was empty.
>>
>> Thank you for your help!
>> Michael
>>
>
>
>
> --
> WBR
> Maxim aka solomax
>



Re: OM https

2013-02-20 Thread Vieri
yes I can connect (well, I get the typical blank screen and if I press 
enter+CTRL-C, I get some bytes back).
It must be a cert issue. Maybe with my CA. I'll dig into this.
Thanks anyway.

--- On Wed, 2/20/13, Maxim Solodovnik  wrote:

is telnet able to connect? (to ensure it not network issue ...)

On Wed, Feb 20, 2013 at 7:16 PM, Stephen Cottham 
 wrote:

We have seen issues with self-signed certs, I've managed to get it to work on 
windows by importing the cert into the trusted root ca store.




Linux has issued with this and it seems to be flash related.



Can you test on IE?



Stephen Cottham

Group IT Manager (Associate)



Robert Bird Group

Level 5, 333 Ann St

Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 633 2880 (UK)

Fax: +6173 319 2799



Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com





This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email
 containing computer viruses.




Disclaimer added by CodeTwo Exchange Rules

http://www.codetwo.com



-Original Message-

From: Vieri [mailto:rentor...@yahoo.com]

Sent: 20 February 2013 12:14

To: user@openmeetings.apache.org

Subject: RE: OM https



The server is Linux, the client is Windows.

It may be a cert issue though... I just don't know how to determine what's 
wrong.



--- On Wed, 2/20/13, Stephen Cottham  wrote:



> Is this on Linux by chance?

>

> -Original Message-

> From: Vieri [mailto:rentor...@yahoo.com]

>

> Sent: 20 February 2013 12:09

> To: user@openmeetings.apache.org

> Subject: RE: OM https

>

> I don't see any errors except the ones already listed below.

> I'm using Firefox and the cert is self signed.

> I added a temporary security exception for my site.

>

> --- On Wed, 2/20/13, Stephen Cottham

> 

> wrote:

>

> > And there was definitely no errors

> > from the start-up using red5-debug.sh ?

> >

> > If you click on the https padlock does it show as

> valid?

> >

> > What browser are you using?

> >

> > Is the cert self signed?

> >

> >

> >

> > Stephen Cottham

> > Group IT Manager (Associate)

> >

> > Robert Bird Group

> > Level 5, 333 Ann St

> > Brisbane, Queensland, 4000, Australia

> > Phone: +6173 319 2777 (AUS)

> > Phone: +44207 633 2880 (UK)

> > Fax: +6173 319 2799

> >

> > Mobile:  +61400 756 963 (AUS)

> > Mobile:  +447900 918 616 (UK)

> > Web: www.robertbird.com

> >

> >

> > This email and any attachments are confidential and may

> contain

> > legally privileged information or copyright material.

> Unless expressly

> > stated, confidentiality and/or legal privilege is not

> intended to be

> > waived by the sending of this email. The contents of

> this email,

> > including any attachments, are intended solely for the

> use of the

> > individual or entity to whom they are addressed. If you

> are not an

> > intended recipient, please contact us immediately by

> return email and

> > then delete both messages. You may not otherwise read,

> forward, copy,

> > use or disclose this email or any attachments. Any

> views expressed in

> > this email are those of the individual sender except

> where the sender

> > expressly, and with authority, states otherwise. It is

> your

> > responsibility to check any attachments for viruses or

> defects before

> > opening or sending them on. None of the sender or its

> related entities

> > accepts any liability for any consequential damage

> resulting from this

> > email containing computer viruses.

> >

> > Disclaimer added by CodeTwo Exchange Rules

> >

> > http://www.codetwo.com

> >

> > -Original Message-

> > From: Vieri [mailto:rentor...@yahoo.com]

> >

> > Sent: 20 February 2013 11:59

> > To: user@openmeetings.apache.org

> > Subject: RE: OM https

> >

> > It seems to be listening:

> >

> > # sudo netstat -plnt | grep ':5443'

> > tcp6       0      0

> > :::5443

> >    :::*

> >           LISTEN

> >   30944/java

> > # sudo netstat -plnt | grep ':443'

> > tcp6       0      0

> > :::443

> >     :::*

> >         LIS

Re: backup goes to infinite loop

2013-02-20 Thread Maxim Solodovnik
can you check OM revision 1448149. ?


On Wed, Feb 20, 2013 at 6:48 PM, GoodWay  wrote:

>  My OS:  Ubuntu 10.04.4 LTS  x64
>
> ** **
>
> *From:* Maxim Solodovnik [mailto:solomax...@gmail.com]
> *Sent:* Wednesday, February 20, 2013 1:04 PM
> *To:* Openmeetings user-list
> *Subject:* Re: backup goes to infinite loop
>
> ** **
>
> Seems to be my fault. Will fix today
>
> What is your OS?
>
> On Feb 20, 2013 5:34 PM, "GoodWay"  wrote:
>
> Hello!
>
>  
>
> Starting from version 17/02/2013 till today(20/02/2013) backup
> function/module from user interface goes to infinite loop.
>
>  
>
> Reason is: creating output zip file in same directory where backup files
> save, then it loops trying to archive itself. (writing zip to zip)
>
>  
>
> Log:
>
> 
>
> DEBUG 02-20 12:18:28.207 BackupExport.java 274193 553
> org.apache.openmeetings.servlet.outputhandler.BackupExport
> [http-bio-0.0.0.0-5080-exec-8] - Writing 'users.xml' to zip file
>
> DEBUG 02-20 12:18:28.217 OmFileHelper.java 274203 272
> org.apache.openmeetings.utils.OmFileHelper [http-bio-0.0.0.0-5080-exec-8] -
> File copied.
>
> DEBUG 02-20 12:18:28.217 BackupExport.java 274203 553
> org.apache.openmeetings.servlet.outputhandler.BackupExport
> [http-bio-0.0.0.0-5080-exec-8] - Writing 'backup_20_02_2013_12_18_25.zip'
> to zip file
>
>  
>
>  
>
> then it loops
>
>  
>
> Thanks.
>
>  
>
> Best Regards,
>
> Dmitriy.
>
>  
>
> В этом сообщении вирусы не обнаружены.
> Проверено AVG - www.avg.com
> Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска:
> 19.02.2013
>



-- 
WBR
Maxim aka solomax


Re: RE: Error Missing 204 556 642

2013-02-20 Thread Maxim Solodovnik
ports below 1024 are system reserved in *nix.
I guess you need to change some config 


On Wed, Feb 20, 2013 at 8:05 PM, Uwe Kremmin wrote:

> Well, that is embarrassing... It was the ports. After I did this:
> http://openmeetings.apache.org/PortSettings.html
> it works. If anyone else has the same problem, do change both files:
>
>- Server-Side configuration: $RED5_HOME/conf/red5.properties, you need
>to restart the red5-service so that changes are online.
>- Client-Side configuration:
>$RED5_HOME/webapps/openmeetings/config.xml, you need to clear your browser
>cache after changing the file.
>
>
> Thanks for all the help guys!
>
>
>
> But I see a funny new effect: It only works when started as root, now that
> the ports are changed. Before I could start it as a regular user. I now get
> these errors:
>
>
> [ERROR] [main] org.apache.catalina.core.StandardService - Failed to
> initialize connector [Connector[HTTP/1.1-80]]
>
> Failed to start end point associated with ProtocolHandler
> ["http-bio-0.0.0.0-80"]
>
> [ERROR] [main] org.apache.coyote.http11.Http11Protocol - Failed to start
> end point associated with ProtocolHandler ["http-bio-0.0.0.0-80"]
>
> [ERROR] [main] org.red5.server.tomcat.TomcatLoader - Error loading tomcat
>
>
>
>
>
>
>
>
> Am Mi, 20/02/2013 13:50, hat Maxim Solodovnik 
> geschrieben:
>
> I believe we should update changelog before release :)
>
>
> On Wed, Feb 20, 2013 at 7:46 PM, Uwe Kremmin wrote:
>
>> Quite possible, but I installed and de-installed om so often over the
>> last 2 weeks, that I lost track.
>> So I looked into the changelog file and it says there 2.0 INCUBATING.
>>
>>
>>
>>
>> _ Sent from my openSUSE Linux PC ___
>>
>> Am Mi, 20/02/2013 13:42, hat Maxim Solodovnik 
>> geschrieben:
>>
>> you definitely have 2.1 since *swf11* url works for you :)
>>
>>
>> On Wed, Feb 20, 2013 at 7:29 PM, Uwe Kremmin wrote:
>>
>>> That one worked. Thanks. I have 2.0 installed.
>>>
>>> I get this one:
>>>
>>> error  NetConnection.Connect.Failed rtmp://
>>> 85.214.22.26:1935/openmeetings/hibernate null false
>>> devRtmpConnection/registerMethods()
>>>
>>> I do recall that I read somewhere about configuring rtmp. I'll look it
>>> up.
>>>
>>>
>>>
>>>
>>>
>>>
>>> Am Mi, 20/02/2013 13:24, hat Maxim Solodovnik 
>>> geschrieben:
>>>
>>> please use
>>> http://85.214.22.26:5080/openmeetings/?swf=maindebug.as3.swf11.swf
>>>
>>>
>>>
>>> On Wed, Feb 20, 2013 at 7:08 PM, Stephen Cottham <
>>> stephen.cott...@robertbird.com.au> wrote:
>>>
 No that’s just the wrong debug link for your instance.

 ** **

 What version of OM is installed?

 ** **

 *From:* Uwe Kremmin [mailto:uwe.krem...@vnmonline.de]
 *Sent:* 20 February 2013 12:06
 *To:* user@openmeetings.apache.org
 *Subject:* Re: RE: Error Missing 204 556 642

 ** **

 Ah! This shows a bug.

 Opening http://85.214.22.26:5080/openmeetings/maindebug.as3.swf10.swf
 results in


 
 HTTP Status 404 - /openmeetings/maindebug.as3.swf10.swf
 --

 *type* Status report

 *message* */openmeetings/maindebug.as3.swf10.swf*

 *description* *The requested resource is not available.*
 --
 Apache Tomcat/7.0.34

 How do I fix that???






 Am Mi, 20/02/2013 12:58, hat "Stephen Cottham" <
 stephen.cott...@robertbird.com.au> geschrieben:

 Go to your OM page like this

  

 http://omserverIP:5080/openmeetings/maindebug.as3.swf10.swf

  

 This will start the client side debug windows.

  

  

  

 *Stephen Cottham**
 *Group IT Manager (Associate)

 Robert Bird Group
 Level 5, 333 Ann St
 Brisbane, Queensland, 4000, Australia

 *Phone: +6173 319 2777 (AUS)*

 *Phone: +44207 633 2880 (UK)*

 *Fax: +6173 319 2799*

  

 *Mobile:  +61400 756 963 (AUS)*

 *Mobile:  +447900 918 616 (UK)*

 *Web: **www.robertbird.com* 


  

 This email and any attachments are confidential and may contain legally
 privileged information or copyright material. Unless expressly stated,
 confidentiality and/or legal privilege is not intended to be waived by the
 sending of this email. The contents of this email, including any
 attachments, are intended solely for the use of the individual or entity to
 whom they are addressed. If you are not an intended recipient, please
 contact us immediately by return email and then delete both messages. You
 may not otherwise read, forward, copy, use or disclose this email or any
 attachments. Any views expressed in this email are those of the indi

Re: RE: Error Missing 204 556 642

2013-02-20 Thread Uwe Kremmin
Well, that is embarrassing... It was the ports. After I did this: 
http://openmeetings.apache.org/PortSettings.html
it works. If anyone else has the same problem, do change both files:
 * Server-Side configuration: $RED5_HOME/conf/red5.properties, you
need to restart the red5-service so 
that changes are online.

 * Client-Side configuration:

$RED5_HOME/webapps/openmeetings/config.xml, you need to clear your
browser cache after changing the file.


Thanks for all the help guys!





But I see a funny new effect: It only works when started as root, now that the 
ports are changed. Before I could start it as a regular user. I now get these 
errors:



[ERROR] [main] org.apache.catalina.core.StandardService - Failed to initialize 
connector [Connector[HTTP/1.1-80]]


Failed to start end point associated with ProtocolHandler 
["http-bio-0.0.0.0-80"]


[ERROR] [main] org.apache.coyote.http11.Http11Protocol - Failed to start end 
point associated with ProtocolHandler ["http-bio-0.0.0.0-80"]


[ERROR] [main] org.red5.server.tomcat.TomcatLoader - Error loading tomcat










Am Mi, 20/02/2013 13:50, hat Maxim Solodovnik  
geschrieben:
> I believe we should update changelog before release :)
> 
> On Wed, Feb 20, 2013 at 7:46 PM, Uwe Kremmin  wrote:
> 
> Quite possible, but I installed and de-installed om so often over the last 2 
> weeks, that I lost track.
> 
So I looked into the changelog file and it says there 2.0 INCUBATING.
> 
> 
> 
> _ Sent from my openSUSE Linux PC ___
> 
> Am Mi, 20/02/2013 13:42, hat Maxim Solodovnik  
> geschrieben:

> > you definitely have 2.1 since *swf11* url works for you :)
> 
> 
On Wed, Feb 20, 2013 at 7:29 PM, Uwe Kremmin  wrote:
> 
> That one worked. Thanks. I have 2.0 installed. 
> 


> I get this one:
> 
> error  NetConnection.Connect.Failed 
> rtmp://85.214.22.26:1935/openmeetings/hibernate null false 
> devRtmpConnection/registerMethods() 
> 


> I do recall that I read somewhere about configuring rtmp. I'll look it up.
> 
> 
> 
> 
> 
> 
> Am Mi, 20/02/2013 13:24, hat Maxim Solodovnik  
> geschrieben:


> > please usehttp://85.214.22.26:5080/openmeetings/?swf=maindebug.as3.swf11.swf
> 


> 

> 
> On Wed, Feb 20, 2013 at 7:08 PM, Stephen Cottham 
>  wrote:
> 


> No that’s just the wrong debug link for your instance.



 
What version of OM is installed?



 



From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> 


Sent: 20 February 2013 12:06
> To: user@openmeetings.apache.org
> Subject: Re: RE: Error Missing 204 556 642



 
Ah! This shows a bug.
> 
> Opening http://85.214.22.26:5080/openmeetings/maindebug.as3.swf10.swf
> 


results in
> 
> 
> 
HTTP Status 404 - /openmeetings/maindebug.as3.swf10.swf





type Status report



message /openmeetings/maindebug.as3.swf10.swf



description The requested resource is not available.






Apache Tomcat/7.0.34


How do I fix that???
> 
> 
> 
> 
> 
> 
> Am Mi, 20/02/2013 12:58, hat "Stephen Cottham" 
>  geschrieben:



Go to your OM page like this



 
http://omserverIP:5080/openmeetings/maindebug.as3.swf10.swf



 
This will start the client side debug windows.



 
 



 
Stephen Cottham
> 


Group IT Manager (Associate)
> 
> Robert Bird Group
> 


Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia



Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)



Fax: +6173 319 2799
 



Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)



Web: www.robertbird.com




> 




> This email and any attachments are confidential and may contain legally 
> privileged information or copyright material. Unless expressly stated, 
> confidentiality and/or legal privilege is not intended to be waived by the 
> sending of this email. The contents of this email, including any attachments, 
> are intended solely for the use of the individual or entity to whom they are 
> addressed. If you are not an intended recipient, please contact us 
> immediately by return email and then delete both messages. You may not 
> otherwise read, forward, copy, use or disclose this email or any attachments. 
> Any views expressed in this email are those of the individual sender except 
> where the sender expressly, and with authority, states otherwise. It is your 
> responsibility to check any attachments for viruses or defects before opening 
> or sending them on. None of the sender or its related entities accepts any 
> liability for any consequential damage resulting from this email containing 
> computer viruses. 








> 



Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com



 



From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> 


Sent: 20 February 2013 11:54
> To: user@openmeetings.apache.org
> 


Subject: Re: Error Missing 204 556 642



 



It looks like it can access the database. It generates tables.
> 



> 
> mysql> us

Re: can't install the latest revision (1447988)

2013-02-20 Thread Maxim Solodovnik
you seems to copy old persistence.xml file instead of modifying the one
shipped with the package


On Wed, Feb 20, 2013 at 5:14 PM,  wrote:

> Hello,
>
> I tried to install the latest revision of OM 2.1 (r1447988) but the
> installation process will not complete.
>
> This is what mysql tells me:
>
> mysql> SHOW TABLES;
> +-+
> | Tables_in_openmeetings  |
> +-+
> | address |
> | appointmentcategory |
> | appointmentremindertyps |
> | appointments|
> | chat|
> | client  |
> | conferencelog   |
> | conferencelogtype   |
> | configuration   |
> | errortypes  |
> | fieldlanguage   |
> | fieldlanguagesvalues|
> | fieldvalues |
> | fileexploreritem|
> | flvrecording|
> | flvrecording_log|
> | flvrecording_meta_delta |
> | flvrecording_metadata   |
> | invitations |
> | ldapconfig  |
> | meeting_members |
> | meetme  |
> | naviglobal  |
> | navimain|
> | om_timezone |
> | om_user |
> | organisation|
> | organisation_users  |
> | poll_types  |
> | private_message |
> | private_messages_folder |
> | room|
> | room_poll_answers   |
> | room_polls  |
> | rooms_moderator |
> | rooms_organisation  |
> | roomtype|
> | salutation  |
> | server  |
> | sessiondata |
> | sipusers|
> | soaplogin   |
> | state   |
> | user_contact|
> | user_data   |
> | user_level  |
> | whiteboard  |
> | whiteboard_item |
> +-+
> 48 rows in set (0.00 sec)
>
> mysql> show variables like "character_set_database";
> ++---+
> | Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
> ++---+
> 1 row in set (0.00 sec)
>
> mysql> SHOW CREATE DATABASE openmeetings;
>
> +--+---+
> | Database | Create Database
> |
>
> +--+---+
> | openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER
> SET utf8 */ |
>
> +--+---+
> 1 row in set (0.00 sec)
>
> Here you can find the red5.log:
> http://pastebin.com/WPMNgemf
>
> and here you can find the openmeetings.log:
> http://pastebin.com/6UrRf2Xi
>
> The error.log was empty.
>
> Thank you for your help!
> Michael
>



-- 
WBR
Maxim aka solomax


Re: RE: Error Missing 204 556 642

2013-02-20 Thread Maxim Solodovnik
I believe we should update changelog before release :)


On Wed, Feb 20, 2013 at 7:46 PM, Uwe Kremmin wrote:

> Quite possible, but I installed and de-installed om so often over the last
> 2 weeks, that I lost track.
> So I looked into the changelog file and it says there 2.0 INCUBATING.
>
>
>
>
> _ Sent from my openSUSE Linux PC ___
>
> Am Mi, 20/02/2013 13:42, hat Maxim Solodovnik 
> geschrieben:
>
> you definitely have 2.1 since *swf11* url works for you :)
>
>
> On Wed, Feb 20, 2013 at 7:29 PM, Uwe Kremmin wrote:
>
>> That one worked. Thanks. I have 2.0 installed.
>>
>> I get this one:
>>
>> error  NetConnection.Connect.Failed rtmp://
>> 85.214.22.26:1935/openmeetings/hibernate null false
>> devRtmpConnection/registerMethods()
>>
>> I do recall that I read somewhere about configuring rtmp. I'll look it up.
>>
>>
>>
>>
>>
>>
>> Am Mi, 20/02/2013 13:24, hat Maxim Solodovnik 
>> geschrieben:
>>
>> please use
>> http://85.214.22.26:5080/openmeetings/?swf=maindebug.as3.swf11.swf
>>
>>
>>
>> On Wed, Feb 20, 2013 at 7:08 PM, Stephen Cottham <
>> stephen.cott...@robertbird.com.au> wrote:
>>
>>> No that’s just the wrong debug link for your instance.
>>>
>>> ** **
>>>
>>> What version of OM is installed?
>>>
>>> ** **
>>>
>>> *From:* Uwe Kremmin [mailto:uwe.krem...@vnmonline.de]
>>> *Sent:* 20 February 2013 12:06
>>> *To:* user@openmeetings.apache.org
>>> *Subject:* Re: RE: Error Missing 204 556 642
>>>
>>> ** **
>>>
>>> Ah! This shows a bug.
>>>
>>> Opening http://85.214.22.26:5080/openmeetings/maindebug.as3.swf10.swf
>>> results in
>>>
>>>
>>> 
>>> HTTP Status 404 - /openmeetings/maindebug.as3.swf10.swf
>>> --
>>>
>>> *type* Status report
>>>
>>> *message* */openmeetings/maindebug.as3.swf10.swf*
>>>
>>> *description* *The requested resource is not available.*
>>> --
>>> Apache Tomcat/7.0.34
>>>
>>> How do I fix that???
>>>
>>>
>>>
>>>
>>>
>>>
>>> Am Mi, 20/02/2013 12:58, hat "Stephen Cottham" <
>>> stephen.cott...@robertbird.com.au> geschrieben:
>>>
>>> Go to your OM page like this
>>>
>>>  
>>>
>>> http://omserverIP:5080/openmeetings/maindebug.as3.swf10.swf
>>>
>>>  
>>>
>>> This will start the client side debug windows.
>>>
>>>  
>>>
>>>  
>>>
>>>  
>>>
>>> *Stephen Cottham**
>>> *Group IT Manager (Associate)
>>>
>>> Robert Bird Group
>>> Level 5, 333 Ann St
>>> Brisbane, Queensland, 4000, Australia
>>>
>>> *Phone: +6173 319 2777 (AUS)*
>>>
>>> *Phone: +44207 633 2880 (UK)*
>>>
>>> *Fax: +6173 319 2799*
>>>
>>>  
>>>
>>> *Mobile:  +61400 756 963 (AUS)*
>>>
>>> *Mobile:  +447900 918 616 (UK)*
>>>
>>> *Web: **www.robertbird.com* 
>>>
>>>
>>>  
>>>
>>> This email and any attachments are confidential and may contain legally
>>> privileged information or copyright material. Unless expressly stated,
>>> confidentiality and/or legal privilege is not intended to be waived by the
>>> sending of this email. The contents of this email, including any
>>> attachments, are intended solely for the use of the individual or entity to
>>> whom they are addressed. If you are not an intended recipient, please
>>> contact us immediately by return email and then delete both messages. You
>>> may not otherwise read, forward, copy, use or disclose this email or any
>>> attachments. Any views expressed in this email are those of the individual
>>> sender except where the sender expressly, and with authority, states
>>> otherwise. It is your responsibility to check any attachments for viruses
>>> or defects before opening or sending them on. None of the sender or its
>>> related entities accepts any liability for any consequential damage
>>> resulting from this email containing computer viruses.
>>> 
>>>  
>>>
>>>   
>>>
>>>
>>>  
>>> Disclaimer added by *CodeTwo Exchange Rules*
>>> *www.codetwo.com* 
>>>
>>> ** ** 
>>>
>>> *From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de]
>>> Sent: 20 February 2013 11:54
>>> To: user@openmeetings.apache.org
>>> Subject: Re: Error Missing 204 556 642 *
>>>
>>>   
>>>
>>> It looks like it can access the database. It generates tables.
>>>
>>>
>>> mysql> use openmeetings;
>>> Reading table information for completion of table and column names
>>> You can turn off this feature to get a quicker startup with -A
>>>
>>> Database changed
>>> mysql> show tables;
>>> +-+
>>> | Tables_in_openmeetings  |
>>> +-+
>>> | address |
>>> | appointmentcategory |
>>> | appointmentremindertyps |
>>> | appointments|
>>> | chat|
>>> | client

Re: RE: Error Missing 204 556 642

2013-02-20 Thread Uwe Kremmin
Quite possible, but I installed and de-installed om so often over the last 2 
weeks, that I lost track.
So I looked into the changelog file and it says there 2.0 INCUBATING.



_ Sent from my openSUSE Linux PC ___

Am Mi, 20/02/2013 13:42, hat Maxim Solodovnik  
geschrieben:
> you definitely have 2.1 since *swf11* url works for you :)
> 
> On Wed, Feb 20, 2013 at 7:29 PM, Uwe Kremmin  wrote:
> 
> That one worked. Thanks. I have 2.0 installed. 
> 

> I get this one:
> 
> error  NetConnection.Connect.Failed 
> rtmp://85.214.22.26:1935/openmeetings/hibernate null false 
> devRtmpConnection/registerMethods() 
> 

> I do recall that I read somewhere about configuring rtmp. I'll look it up.
> 
> 
> 
> 
> 
> 
> Am Mi, 20/02/2013 13:24, hat Maxim Solodovnik  
> geschrieben:

> > please usehttp://85.214.22.26:5080/openmeetings/?swf=maindebug.as3.swf11.swf
> 

> 

> 
> On Wed, Feb 20, 2013 at 7:08 PM, Stephen Cottham 
>  wrote:
> 

> No that’s just the wrong debug link for your instance.


 
What version of OM is installed?


 


From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> 

Sent: 20 February 2013 12:06
> To: user@openmeetings.apache.org
> Subject: Re: RE: Error Missing 204 556 642


 
Ah! This shows a bug.
> 
> Opening http://85.214.22.26:5080/openmeetings/maindebug.as3.swf10.swf
> 

results in
> 
> 
> 
HTTP Status 404 - /openmeetings/maindebug.as3.swf10.swf



type Status report


message /openmeetings/maindebug.as3.swf10.swf


description The requested resource is not available.




Apache Tomcat/7.0.34

How do I fix that???
> 
> 
> 
> 
> 
> 
> Am Mi, 20/02/2013 12:58, hat "Stephen Cottham" 
>  geschrieben:


Go to your OM page like this


 
http://omserverIP:5080/openmeetings/maindebug.as3.swf10.swf


 
This will start the client side debug windows.


 
 


 
Stephen Cottham
> 

Group IT Manager (Associate)
> 
> Robert Bird Group
> 

Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia


Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)


Fax: +6173 319 2799
 


Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)


Web: www.robertbird.com



> 



> This email and any attachments are confidential and may contain legally 
> privileged information or copyright material. Unless expressly stated, 
> confidentiality and/or legal privilege is not intended to be waived by the 
> sending of this email. The contents of this email, including any attachments, 
> are intended solely for the use of the individual or entity to whom they are 
> addressed. If you are not an intended recipient, please contact us 
> immediately by return email and then delete both messages. You may not 
> otherwise read, forward, copy, use or disclose this email or any attachments. 
> Any views expressed in this email are those of the individual sender except 
> where the sender expressly, and with authority, states otherwise. It is your 
> responsibility to check any attachments for viruses or defects before opening 
> or sending them on. None of the sender or its related entities accepts any 
> liability for any consequential damage resulting from this email containing 
> computer viruses. 






> 


Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com


 


From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> 

Sent: 20 February 2013 11:54
> To: user@openmeetings.apache.org
> 

Subject: Re: Error Missing 204 556 642


 


It looks like it can access the database. It generates tables.
> 


> 
> mysql> use openmeetings;
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
> 
> Database changed
> mysql> show tables;
> 

+-+
> | Tables_in_openmeetings  |
> +-+
> | address |
> | appointmentcategory |
> | appointmentremindertyps |
> | appointments|
> | chat|
> 

| client  |
> | conferencelog   |
> | conferencelogtype   |
> | configuration   |
> | errortypes  |
> | errorvalue  |
> | fieldlanguage   |
> | fieldlanguagesvalues|
> 

| fieldvalues |
> | fileexploreritem|
> | flvrecording|
> | flvrecording_log|
> | flvrecording_meta_delta |
> | flvrecording_metadata   |
> | invitations |
> | ldapconfig  |
> 

| meeting_members |
> | meetme  |
> | naviglobal  |
> | navimain|
> | om_timezone |
> | om_user |
> | organisation|
> | organisation_users  |
> 

| poll_types  |
> | private_message |
> | private_messages_folder |
> | room|
> | room_poll_answers   |
> | room_polls  |
> | rooms_moderator |
> | rooms_organisation  |
> 

| roomtype|
> | salutation  |
> | server  |
> | sessiondata 

Re: OM https

2013-02-20 Thread Maxim Solodovnik
is telnet able to connect? (to ensure it not network issue ...)


On Wed, Feb 20, 2013 at 7:16 PM, Stephen Cottham <
stephen.cott...@robertbird.com.au> wrote:

> We have seen issues with self-signed certs, I've managed to get it to work
> on windows by importing the cert into the trusted root ca store.
>
> Linux has issued with this and it seems to be flash related.
>
> Can you test on IE?
>
> Stephen Cottham
> Group IT Manager (Associate)
>
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 633 2880 (UK)
> Fax: +6173 319 2799
>
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
>
>
> This email and any attachments are confidential and may contain legally
> privileged information or copyright material. Unless expressly stated,
> confidentiality and/or legal privilege is not intended to be waived by the
> sending of this email. The contents of this email, including any
> attachments, are intended solely for the use of the individual or entity to
> whom they are addressed. If you are not an intended recipient, please
> contact us immediately by return email and then delete both messages. You
> may not otherwise read, forward, copy, use or disclose this email or any
> attachments. Any views expressed in this email are those of the individual
> sender except where the sender expressly, and with authority, states
> otherwise. It is your responsibility to check any attachments for viruses
> or defects before opening or sending them on. None of the sender or its
> related entities accepts any liability for any consequential damage
> resulting from this email containing computer viruses.
>
> Disclaimer added by CodeTwo Exchange Rules
> http://www.codetwo.com
>
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> Sent: 20 February 2013 12:14
> To: user@openmeetings.apache.org
> Subject: RE: OM https
>
> The server is Linux, the client is Windows.
> It may be a cert issue though... I just don't know how to determine what's
> wrong.
>
> --- On Wed, 2/20/13, Stephen Cottham 
> wrote:
>
> > Is this on Linux by chance?
> >
> > -Original Message-
> > From: Vieri [mailto:rentor...@yahoo.com]
> >
> > Sent: 20 February 2013 12:09
> > To: user@openmeetings.apache.org
> > Subject: RE: OM https
> >
> > I don't see any errors except the ones already listed below.
> > I'm using Firefox and the cert is self signed.
> > I added a temporary security exception for my site.
> >
> > --- On Wed, 2/20/13, Stephen Cottham
> > 
> > wrote:
> >
> > > And there was definitely no errors
> > > from the start-up using red5-debug.sh ?
> > >
> > > If you click on the https padlock does it show as
> > valid?
> > >
> > > What browser are you using?
> > >
> > > Is the cert self signed?
> > >
> > >
> > >
> > > Stephen Cottham
> > > Group IT Manager (Associate)
> > >
> > > Robert Bird Group
> > > Level 5, 333 Ann St
> > > Brisbane, Queensland, 4000, Australia
> > > Phone: +6173 319 2777 (AUS)
> > > Phone: +44207 633 2880 (UK)
> > > Fax: +6173 319 2799
> > >
> > > Mobile:  +61400 756 963 (AUS)
> > > Mobile:  +447900 918 616 (UK)
> > > Web: www.robertbird.com
> > >
> > >
> > > This email and any attachments are confidential and may
> > contain
> > > legally privileged information or copyright material.
> > Unless expressly
> > > stated, confidentiality and/or legal privilege is not
> > intended to be
> > > waived by the sending of this email. The contents of
> > this email,
> > > including any attachments, are intended solely for the
> > use of the
> > > individual or entity to whom they are addressed. If you
> > are not an
> > > intended recipient, please contact us immediately by
> > return email and
> > > then delete both messages. You may not otherwise read,
> > forward, copy,
> > > use or disclose this email or any attachments. Any
> > views expressed in
> > > this email are those of the individual sender except
> > where the sender
> > > expressly, and with authority, states otherwise. It is
> > your
> > > responsibility to check any attachments for viruses or
> > defects before
> > > opening or sending them on. None of the sender or its
> > related entities
> > > accepts any liability for any consequential damage
> > resulting from this
> > > email containing computer viruses.
> > >
> > > Disclaimer added by CodeTwo Exchange Rules
> > >
> > > http://www.codetwo.com
> > >
> > > -Original Message-
> > > From: Vieri [mailto:rentor...@yahoo.com]
> > >
> > > Sent: 20 February 2013 11:59
> > > To: user@openmeetings.apache.org
> > > Subject: RE: OM https
> > >
> > > It seems to be listening:
> > >
> > > # sudo netstat -plnt | grep ':5443'
> > > tcp6   0  0
> > > :::5443
> > >:::*
> > >   LISTEN
> > >   30944/java
> > > # sudo netstat -plnt | grep ':443'
> > > tcp6   0  0
> > > :::443
> > > :::*
> > > LISTEN
> > > 30944/java
> > >
> > > There's no firewall in betwe

Re: RE: Error Missing 204 556 642

2013-02-20 Thread Uwe Kremmin
That one worked. Thanks. I have 2.0 installed. 

I get this one:

error  NetConnection.Connect.Failed 
rtmp://85.214.22.26:1935/openmeetings/hibernate null false 
devRtmpConnection/registerMethods() 

I do recall that I read somewhere about configuring rtmp. I'll look it up.






Am Mi, 20/02/2013 13:24, hat Maxim Solodovnik  
geschrieben:
> please usehttp://85.214.22.26:5080/openmeetings/?swf=maindebug.as3.swf11.swf
> 
> 

> 
> On Wed, Feb 20, 2013 at 7:08 PM, Stephen Cottham 
>  wrote:
> 
> No that’s just the wrong debug link for your instance.

 
What version of OM is installed?

 

From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> 
Sent: 20 February 2013 12:06
> To: user@openmeetings.apache.org
> Subject: Re: RE: Error Missing 204 556 642

 
Ah! This shows a bug.
> 
> Opening http://85.214.22.26:5080/openmeetings/maindebug.as3.swf10.swf
> 
results in
> 
> 
> 
HTTP Status 404 - /openmeetings/maindebug.as3.swf10.swf

type Status report

message /openmeetings/maindebug.as3.swf10.swf

description The requested resource is not available.


Apache Tomcat/7.0.34
How do I fix that???
> 
> 
> 
> 
> 
> 
> Am Mi, 20/02/2013 12:58, hat "Stephen Cottham" 
>  geschrieben:

Go to your OM page like this

 
http://omserverIP:5080/openmeetings/maindebug.as3.swf10.swf

 
This will start the client side debug windows.

 
 

 
Stephen Cottham
> 
Group IT Manager (Associate)
> 
> Robert Bird Group
> 
Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)

Fax: +6173 319 2799
 

Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com


> 


> This email and any attachments are confidential and may contain legally 
> privileged information or copyright material. Unless expressly stated, 
> confidentiality and/or legal privilege is not intended to be waived by the 
> sending of this email. The contents of this email, including any attachments, 
> are intended solely for the use of the individual or entity to whom they are 
> addressed. If you are not an intended recipient, please contact us 
> immediately by return email and then delete both messages. You may not 
> otherwise read, forward, copy, use or disclose this email or any attachments. 
> Any views expressed in this email are those of the individual sender except 
> where the sender expressly, and with authority, states otherwise. It is your 
> responsibility to check any attachments for viruses or defects before opening 
> or sending them on. None of the sender or its related entities accepts any 
> liability for any consequential damage resulting from this email containing 
> computer viruses. 




> 

Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com

 

From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> 
Sent: 20 February 2013 11:54
> To: user@openmeetings.apache.org
> 
Subject: Re: Error Missing 204 556 642

 

It looks like it can access the database. It generates tables.
> 

> 
> mysql> use openmeetings;
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
> 
> Database changed
> mysql> show tables;
> 
+-+
> | Tables_in_openmeetings  |
> +-+
> | address |
> | appointmentcategory |
> | appointmentremindertyps |
> | appointments|
> | chat|
> 
| client  |
> | conferencelog   |
> | conferencelogtype   |
> | configuration   |
> | errortypes  |
> | errorvalue  |
> | fieldlanguage   |
> | fieldlanguagesvalues|
> 
| fieldvalues |
> | fileexploreritem|
> | flvrecording|
> | flvrecording_log|
> | flvrecording_meta_delta |
> | flvrecording_metadata   |
> | invitations |
> | ldapconfig  |
> 
| meeting_members |
> | meetme  |
> | naviglobal  |
> | navimain|
> | om_timezone |
> | om_user |
> | organisation|
> | organisation_users  |
> 
| poll_types  |
> | private_message |
> | private_messages_folder |
> | room|
> | room_poll_answers   |
> | room_polls  |
> | rooms_moderator |
> | rooms_organisation  |
> 
| roomtype|
> | salutation  |
> | server  |
> | sessiondata |
> | sipusers|
> | soaplogin   |
> | state   |
> | user_contact|
> 
| user_data   |
> | user_level  |
> | whiteboard  |
> | whiteboard_item |
> +-+
> 49 rows in set (0.00 sec)
> 
> 
> _ Sent from my openSUSE Linux PC ___
> 

> 
> 
> 
> 
> 
> 
> 
> Am Mi, 20/02/2013 12:06, hat Robert Chalmers  
> geschrieben:

I'm pretty sure this is not related to th

RE: OM https

2013-02-20 Thread Stephen Cottham
We have seen issues with self-signed certs, I've managed to get it to work on 
windows by importing the cert into the trusted root ca store.

Linux has issued with this and it seems to be flash related.

Can you test on IE?

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses. 

Disclaimer added by CodeTwo Exchange Rules  
http://www.codetwo.com  

-Original Message-
From: Vieri [mailto:rentor...@yahoo.com] 
Sent: 20 February 2013 12:14
To: user@openmeetings.apache.org
Subject: RE: OM https

The server is Linux, the client is Windows.
It may be a cert issue though... I just don't know how to determine what's 
wrong.

--- On Wed, 2/20/13, Stephen Cottham  wrote:

> Is this on Linux by chance?
> 
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> 
> Sent: 20 February 2013 12:09
> To: user@openmeetings.apache.org
> Subject: RE: OM https
> 
> I don't see any errors except the ones already listed below.
> I'm using Firefox and the cert is self signed.
> I added a temporary security exception for my site.
> 
> --- On Wed, 2/20/13, Stephen Cottham 
> 
> wrote:
> 
> > And there was definitely no errors
> > from the start-up using red5-debug.sh ?
> > 
> > If you click on the https padlock does it show as
> valid?
> > 
> > What browser are you using?
> > 
> > Is the cert self signed?
> > 
> > 
> > 
> > Stephen Cottham
> > Group IT Manager (Associate)
> > 
> > Robert Bird Group
> > Level 5, 333 Ann St
> > Brisbane, Queensland, 4000, Australia
> > Phone: +6173 319 2777 (AUS)
> > Phone: +44207 633 2880 (UK)
> > Fax: +6173 319 2799
> >  
> > Mobile:  +61400 756 963 (AUS)
> > Mobile:  +447900 918 616 (UK)
> > Web: www.robertbird.com
> > 
> > 
> > This email and any attachments are confidential and may
> contain
> > legally privileged information or copyright material.
> Unless expressly
> > stated, confidentiality and/or legal privilege is not
> intended to be
> > waived by the sending of this email. The contents of
> this email,
> > including any attachments, are intended solely for the
> use of the
> > individual or entity to whom they are addressed. If you
> are not an
> > intended recipient, please contact us immediately by
> return email and
> > then delete both messages. You may not otherwise read,
> forward, copy,
> > use or disclose this email or any attachments. Any
> views expressed in
> > this email are those of the individual sender except
> where the sender
> > expressly, and with authority, states otherwise. It is
> your
> > responsibility to check any attachments for viruses or
> defects before
> > opening or sending them on. None of the sender or its
> related entities
> > accepts any liability for any consequential damage
> resulting from this
> > email containing computer viruses.
> > 
> > Disclaimer added by CodeTwo Exchange Rules
> > 
> > http://www.codetwo.com
> > 
> > -Original Message-
> > From: Vieri [mailto:rentor...@yahoo.com]
> > 
> > Sent: 20 February 2013 11:59
> > To: user@openmeetings.apache.org
> > Subject: RE: OM https
> > 
> > It seems to be listening:
> > 
> > # sudo netstat -plnt | grep ':5443'
> > tcp6   0  0
> > :::5443
> >:::*
> >   LISTEN
> >   30944/java
> > # sudo netstat -plnt | grep ':443'
> > tcp6   0  0
> > :::443
> > :::*
> > LISTEN
> > 30944/java
> > 
> > There's no firewall in between. The client and server
> are on the same
> > LAN.
> > 
> > 
> > --- On Wed, 2/20/13, Stephen Cottham 
> > 
> > wrote:
> > 
> > > Can you confirm the system is
> > > listening on that port.
> > > 
> > > Oh, and you did restart the server instance after
> > making changes?
> > > 
> > > -Original Message-
> > > From: Vieri [mailto:rentor...@yahoo.com]
> > > 
> > > Sent: 20 February 2013 11:50
> 

RE: OM https

2013-02-20 Thread Vieri
The server is Linux, the client is Windows.
It may be a cert issue though... I just don't know how to determine what's 
wrong.

--- On Wed, 2/20/13, Stephen Cottham  wrote:

> Is this on Linux by chance?
> 
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> 
> Sent: 20 February 2013 12:09
> To: user@openmeetings.apache.org
> Subject: RE: OM https
> 
> I don't see any errors except the ones already listed
> below.
> I'm using Firefox and the cert is self signed.
> I added a temporary security exception for my site.
> 
> --- On Wed, 2/20/13, Stephen Cottham 
> wrote:
> 
> > And there was definitely no errors
> > from the start-up using red5-debug.sh ?
> > 
> > If you click on the https padlock does it show as
> valid?
> > 
> > What browser are you using?
> > 
> > Is the cert self signed?
> > 
> > 
> > 
> > Stephen Cottham
> > Group IT Manager (Associate)
> > 
> > Robert Bird Group
> > Level 5, 333 Ann St
> > Brisbane, Queensland, 4000, Australia
> > Phone: +6173 319 2777 (AUS)
> > Phone: +44207 633 2880 (UK)
> > Fax: +6173 319 2799
> >  
> > Mobile:  +61400 756 963 (AUS)
> > Mobile:  +447900 918 616 (UK)
> > Web: www.robertbird.com
> > 
> > 
> > This email and any attachments are confidential and may
> contain 
> > legally privileged information or copyright material.
> Unless expressly 
> > stated, confidentiality and/or legal privilege is not
> intended to be 
> > waived by the sending of this email. The contents of
> this email, 
> > including any attachments, are intended solely for the
> use of the 
> > individual or entity to whom they are addressed. If you
> are not an 
> > intended recipient, please contact us immediately by
> return email and 
> > then delete both messages. You may not otherwise read,
> forward, copy, 
> > use or disclose this email or any attachments. Any
> views expressed in 
> > this email are those of the individual sender except
> where the sender 
> > expressly, and with authority, states otherwise. It is
> your 
> > responsibility to check any attachments for viruses or
> defects before 
> > opening or sending them on. None of the sender or its
> related entities 
> > accepts any liability for any consequential damage
> resulting from this 
> > email containing computer viruses.
> > 
> > Disclaimer added by CodeTwo Exchange Rules
> > 
> > http://www.codetwo.com
> > 
> > -Original Message-
> > From: Vieri [mailto:rentor...@yahoo.com]
> > 
> > Sent: 20 February 2013 11:59
> > To: user@openmeetings.apache.org
> > Subject: RE: OM https
> > 
> > It seems to be listening:
> > 
> > # sudo netstat -plnt | grep ':5443'
> > tcp6       0      0
> > :::5443
> >    :::*
> >           LISTEN
> >   30944/java
> > # sudo netstat -plnt | grep ':443'
> > tcp6       0      0
> > :::443
> >     :::*
> >         LISTEN
> > 30944/java
> > 
> > There's no firewall in between. The client and server
> are on the same 
> > LAN.
> > 
> > 
> > --- On Wed, 2/20/13, Stephen Cottham 
> > 
> > wrote:
> > 
> > > Can you confirm the system is
> > > listening on that port.
> > > 
> > > Oh, and you did restart the server instance after
> > making changes?
> > > 
> > > -Original Message-
> > > From: Vieri [mailto:rentor...@yahoo.com]
> > > 
> > > Sent: 20 February 2013 11:50
> > > To: user@openmeetings.apache.org
> > > Subject: RE: OM https
> > > 
> > > The client debugger at maindebug.as3.swf10.swf
> shows me
> > the
> > > following:
> > > 
> > > onselect  « > > extends='labeldTextListItem'>#1#0|
> > > /anonymous/@interior/@content/anonymous» null
> false
> > > INFO: #_mainbgcontentNavi.setContextMenu is
> > deprecated.  Use
> > > #_mainbgcontentNavi.setAttribute instead
> > > main.lzx/oninit: « > extends='canvas'>#7#6| This is the
> > > canvas» ondata ondata main.lzx/config.xml ondata
> > « > > extends='canvas'>#7#6| This is the canvas»
> > userSSLString yes
> > > lc_SID:  604920
> > > _url
> > > https://myserver/openmeetings/maindebug.swf8.swf?lzproxied=solo&lc_S
> > > ID
> > > =604920 https://myserver/openmeetings/maindebug.swf8.sw
> > > isNotPort80:  -1 6
> > > this zielnr:  « > extends='canvas'>#7#6| This is the canvas»
> > > myserver
> > > INFO: ## -1
> > > INFO: invitationHash ::  undefined
> > >  
> > > INFO: ## -2
> > > devRtmpConnection/registerMethods()
> > > error
> > NetConnection.Connect.CertificateUntrustedSigner
> > > rtmps://myserver:5443/openmeetings/hibernate null
> > false
> > > devRtmpConnection/registerMethods()
> > > error
> > NetConnection.Connect.CertificateUntrustedSigner
> > > rtmps://myserver:5443/openmeetings/hibernate null
> > false
> > > devRtmpConnection/registerMethods()
> > > error
> > NetConnection.Connect.CertificateUntrustedSigner
> > > rtmps://myserver:5443/openmeetings/hibernate null
> > false
> > > devRtmpConnection/registerMethods()
> > > error
> > NetConnection.Connect.CertificateUntrustedSigner
> > > rtmps://myserver:5443/openmeetings/hibernate null
> > false
> > > labelerrorPopup:  Error Mi

RE: OM https

2013-02-20 Thread Stephen Cottham
Is this on Linux by chance?

-Original Message-
From: Vieri [mailto:rentor...@yahoo.com] 
Sent: 20 February 2013 12:09
To: user@openmeetings.apache.org
Subject: RE: OM https

I don't see any errors except the ones already listed below.
I'm using Firefox and the cert is self signed.
I added a temporary security exception for my site.

--- On Wed, 2/20/13, Stephen Cottham  wrote:

> And there was definitely no errors
> from the start-up using red5-debug.sh ?
> 
> If you click on the https padlock does it show as valid?
> 
> What browser are you using?
> 
> Is the cert self signed?
> 
> 
> 
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 633 2880 (UK)
> Fax: +6173 319 2799
>  
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> 
> This email and any attachments are confidential and may contain 
> legally privileged information or copyright material. Unless expressly 
> stated, confidentiality and/or legal privilege is not intended to be 
> waived by the sending of this email. The contents of this email, 
> including any attachments, are intended solely for the use of the 
> individual or entity to whom they are addressed. If you are not an 
> intended recipient, please contact us immediately by return email and 
> then delete both messages. You may not otherwise read, forward, copy, 
> use or disclose this email or any attachments. Any views expressed in 
> this email are those of the individual sender except where the sender 
> expressly, and with authority, states otherwise. It is your 
> responsibility to check any attachments for viruses or defects before 
> opening or sending them on. None of the sender or its related entities 
> accepts any liability for any consequential damage resulting from this 
> email containing computer viruses.
> 
> Disclaimer added by CodeTwo Exchange Rules
> 
> http://www.codetwo.com
> 
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> 
> Sent: 20 February 2013 11:59
> To: user@openmeetings.apache.org
> Subject: RE: OM https
> 
> It seems to be listening:
> 
> # sudo netstat -plnt | grep ':5443'
> tcp6       0      0
> :::5443
>    :::*
>           LISTEN
>   30944/java
> # sudo netstat -plnt | grep ':443'
> tcp6       0      0
> :::443
>     :::*
>         LISTEN
> 30944/java
> 
> There's no firewall in between. The client and server are on the same 
> LAN.
> 
> 
> --- On Wed, 2/20/13, Stephen Cottham 
> 
> wrote:
> 
> > Can you confirm the system is
> > listening on that port.
> > 
> > Oh, and you did restart the server instance after
> making changes?
> > 
> > -Original Message-
> > From: Vieri [mailto:rentor...@yahoo.com]
> > 
> > Sent: 20 February 2013 11:50
> > To: user@openmeetings.apache.org
> > Subject: RE: OM https
> > 
> > The client debugger at maindebug.as3.swf10.swf shows me
> the
> > following:
> > 
> > onselect  « > extends='labeldTextListItem'>#1#0|
> > /anonymous/@interior/@content/anonymous» null false
> > INFO: #_mainbgcontentNavi.setContextMenu is
> deprecated.  Use
> > #_mainbgcontentNavi.setAttribute instead
> > main.lzx/oninit: « extends='canvas'>#7#6| This is the
> > canvas» ondata ondata main.lzx/config.xml ondata
> « > extends='canvas'>#7#6| This is the canvas»
> userSSLString yes
> > lc_SID:  604920
> > _url
> > https://myserver/openmeetings/maindebug.swf8.swf?lzproxied=solo&lc_S
> > ID
> > =604920 https://myserver/openmeetings/maindebug.swf8.sw
> > isNotPort80:  -1 6
> > this zielnr:  « extends='canvas'>#7#6| This is the canvas»
> > myserver
> > INFO: ## -1
> > INFO: invitationHash ::  undefined
> >  
> > INFO: ## -2
> > devRtmpConnection/registerMethods()
> > error
> NetConnection.Connect.CertificateUntrustedSigner
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > devRtmpConnection/registerMethods()
> > error
> NetConnection.Connect.CertificateUntrustedSigner
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > devRtmpConnection/registerMethods()
> > error
> NetConnection.Connect.CertificateUntrustedSigner
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > devRtmpConnection/registerMethods()
> > error
> NetConnection.Connect.CertificateUntrustedSigner
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > labelerrorPopup:  Error Missing [556]
> > INFO: /labelerrorPopup/@_resizeview.setColor is
> deprecated.  Use
> > /labelerrorPopup/@_resizeview.setAttribute instead
> error
> > NetConnection.Connect.Failed
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > labelerrorPopup:  Error Missing [556]
> > INFO: /labelerrorPopup[2]/@_resizeview.setColor is
> deprecated.  Use
> > /labelerrorPopup[2]/@_resizeview.setAttribute instead
> > 
> > So I guess my rtmps is failing at port 5443... but I
> did
> > set:
> > red5/conf/red5.properties:

RE: RE: Error Missing 204 556 642

2013-02-20 Thread Stephen Cottham
No that's just the wrong debug link for your instance.

 

What version of OM is installed?

 

From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
Sent: 20 February 2013 12:06
To: user@openmeetings.apache.org
Subject: Re: RE: Error Missing 204 556 642

 

Ah! This shows a bug.

Opening http://85.214.22.26:5080/openmeetings/maindebug.as3.swf10.swf
results in





HTTP Status 404 - /openmeetings/maindebug.as3.swf10.swf




type Status report

message /openmeetings/maindebug.as3.swf10.swf

description The requested resource is not available.




Apache Tomcat/7.0.34


How do I fix that???






Am Mi, 20/02/2013 12:58, hat "Stephen Cottham"
 geschrieben:

Go to your OM page like this

 

http://omserverIP:5080/openmeetings/maindebug.as3.swf10.swf

 

This will start the client side debug windows.

 

 

 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 633 2880 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com  



This email and any attachments are confidential and may contain legally
privileged information or copyright material. Unless expressly stated,
confidentiality and/or legal privilege is not intended to be waived by
the sending of this email. The contents of this email, including any
attachments, are intended solely for the use of the individual or entity
to whom they are addressed. If you are not an intended recipient, please
contact us immediately by return email and then delete both messages.
You may not otherwise read, forward, copy, use or disclose this email or
any attachments. Any views expressed in this email are those of the
individual sender except where the sender expressly, and with authority,
states otherwise. It is your responsibility to check any attachments for
viruses or defects before opening or sending them on. None of the sender
or its related entities accepts any liability for any consequential
damage resulting from this email containing computer viruses.
 

 


Disclaimer added by CodeTwo Exchange Rules
www.codetwo.com  

   

From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
Sent: 20 February 2013 11:54
To: user@openmeetings.apache.org
Subject: Re: Error Missing 204 556 642  

   

It looks like it can access the database. It generates tables.


mysql> use openmeetings;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+-+
| Tables_in_openmeetings  |
+-+
| address |
| appointmentcategory |
| appointmentremindertyps |
| appointments|
| chat|
| client  |
| conferencelog   |
| conferencelogtype   |
| configuration   |
| errortypes  |
| errorvalue  |
| fieldlanguage   |
| fieldlanguagesvalues|
| fieldvalues |
| fileexploreritem|
| flvrecording|
| flvrecording_log|
| flvrecording_meta_delta |
| flvrecording_metadata   |
| invitations |
| ldapconfig  |
| meeting_members |
| meetme  |
| naviglobal  |
| navimain|
| om_timezone |
| om_user |
| organisation|
| organisation_users  |
| poll_types  |
| private_message |
| private_messages_folder |
| room|
| room_poll_answers   |
| room_polls  |
| rooms_moderator |
| rooms_organisation  |
| roomtype|
| salutation  |
| server  |
| sessiondata |
| sipusers|
| soaplogin   |
| state   |
| user_contact|
| user_data   |
| user_level  |
| whiteboard  |
| whiteboard_item |
+-+
49 rows in set (0.00 sec)


_ Sent from my openSUSE Linux PC ___








Am Mi, 20/02/2013 12:06, hat Robert Chalmers
 geschrieben:
 

I'm pretty sure this is not related to the UTF-8 or character set, but
to a startup/configuration error. Perhaps in persistence.xml most
likely.  

Database connection ok?  

There was a lot of traffic with the same errors back in 2011 and 2010.
 

   

   

robert  

On Tue, Feb 

RE: OM https

2013-02-20 Thread Vieri
I don't see any errors except the ones already listed below.
I'm using Firefox and the cert is self signed.
I added a temporary security exception for my site.

--- On Wed, 2/20/13, Stephen Cottham  wrote:

> And there was definitely no errors
> from the start-up using red5-debug.sh ?
> 
> If you click on the https padlock does it show as valid?
> 
> What browser are you using?
> 
> Is the cert self signed?
> 
> 
> 
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 633 2880 (UK)
> Fax: +6173 319 2799
>  
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> 
> This email and any attachments are confidential and may
> contain legally privileged information or copyright
> material. Unless expressly stated, confidentiality and/or
> legal privilege is not intended to be waived by the sending
> of this email. The contents of this email, including any
> attachments, are intended solely for the use of the
> individual or entity to whom they are addressed. If you are
> not an intended recipient, please contact us immediately by
> return email and then delete both messages. You may not
> otherwise read, forward, copy, use or disclose this email or
> any attachments. Any views expressed in this email are those
> of the individual sender except where the sender expressly,
> and with authority, states otherwise. It is your
> responsibility to check any attachments for viruses or
> defects before opening or sending them on. None of the
> sender or its related entities accepts any liability for any
> consequential damage resulting from this email containing
> computer viruses. 
> 
> Disclaimer added by CodeTwo Exchange Rules   
> 
> http://www.codetwo.com    
> 
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> 
> Sent: 20 February 2013 11:59
> To: user@openmeetings.apache.org
> Subject: RE: OM https
> 
> It seems to be listening:
> 
> # sudo netstat -plnt | grep ':5443'
> tcp6       0      0
> :::5443             
>    :::*         
>           LISTEN   
>   30944/java
> # sudo netstat -plnt | grep ':443'
> tcp6       0      0
> :::443             
>     :::*           
>         LISTEN     
> 30944/java
> 
> There's no firewall in between. The client and server are on
> the same LAN.
> 
> 
> --- On Wed, 2/20/13, Stephen Cottham 
> wrote:
> 
> > Can you confirm the system is
> > listening on that port.
> > 
> > Oh, and you did restart the server instance after
> making changes?
> > 
> > -Original Message-
> > From: Vieri [mailto:rentor...@yahoo.com]
> > 
> > Sent: 20 February 2013 11:50
> > To: user@openmeetings.apache.org
> > Subject: RE: OM https
> > 
> > The client debugger at maindebug.as3.swf10.swf shows me
> the
> > following:
> > 
> > onselect  « > extends='labeldTextListItem'>#1#0|
> > /anonymous/@interior/@content/anonymous» null false
> > INFO: #_mainbgcontentNavi.setContextMenu is
> deprecated.  Use 
> > #_mainbgcontentNavi.setAttribute instead
> > main.lzx/oninit: « extends='canvas'>#7#6| This is the 
> > canvas» ondata ondata main.lzx/config.xml ondata
> « > extends='canvas'>#7#6| This is the canvas»
> userSSLString yes
> > lc_SID:  604920
> > _url  
> > https://myserver/openmeetings/maindebug.swf8.swf?lzproxied=solo&lc_SID
> > =604920 https://myserver/openmeetings/maindebug.swf8.sw
> > isNotPort80:  -1 6
> > this zielnr:  « extends='canvas'>#7#6| This is the canvas» 
> > myserver
> > INFO: ## -1
> > INFO: invitationHash ::  undefined
> >  
> > INFO: ## -2
> > devRtmpConnection/registerMethods()
> > error 
> NetConnection.Connect.CertificateUntrustedSigner
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > devRtmpConnection/registerMethods()
> > error 
> NetConnection.Connect.CertificateUntrustedSigner
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > devRtmpConnection/registerMethods()
> > error 
> NetConnection.Connect.CertificateUntrustedSigner
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > devRtmpConnection/registerMethods()
> > error 
> NetConnection.Connect.CertificateUntrustedSigner
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > labelerrorPopup:  Error Missing [556]
> > INFO: /labelerrorPopup/@_resizeview.setColor is
> deprecated.  Use 
> > /labelerrorPopup/@_resizeview.setAttribute instead
> error  
> > NetConnection.Connect.Failed 
> > rtmps://myserver:5443/openmeetings/hibernate null
> false
> > labelerrorPopup:  Error Missing [556]
> > INFO: /labelerrorPopup[2]/@_resizeview.setColor is
> deprecated.  Use 
> > /labelerrorPopup[2]/@_resizeview.setAttribute instead
> > 
> > So I guess my rtmps is failing at port 5443... but I
> did
> > set:
> > red5/conf/red5.properties: rtmps.port=5443
> > red5/webapps/openmeetings/config.xml:
> > 5443
> > 
> > Any suggestions?
> > 
> > --- On Wed, 2/20/13, 

Re: RE: Error Missing 204 556 642

2013-02-20 Thread Uwe Kremmin
Ah! This shows a bug.

Opening http://85.214.22.26:5080/openmeetings/maindebug.as3.swf10.swf
results in

HTTP Status 404 - /openmeetings/maindebug.as3.swf10.swftype Status report
message /openmeetings/maindebug.as3.swf10.swf
description The requested resource is not available.
Apache Tomcat/7.0.34How do I fix that???






Am Mi, 20/02/2013 12:58, hat "Stephen Cottham" 
 geschrieben:
> 




Go to your OM page like this
 
http://omserverIP:5080/openmeetings/maindebug.as3.swf10.swf
 
This will start the client side debug windows.
 
 
 
Stephen 
Cottham
> Group 
IT Manager (Associate)
> 
> Robert 
Bird Group
> Level 
5, 333 Ann St
> Brisbane, 
Queensland, 4000, Australia

Phone: 
+6173 319 2777 (AUS)

Phone: +44207 633 2880 (UK)

Fax: 
+6173 319 2799

 

Mobile:  
+61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: 
www.robertbird.com


> 
> This 
email and any attachments are confidential and may contain legally privileged 
information or copyright material. Unless expressly stated, confidentiality 
and/or legal privilege is not intended to be waived by the sending of this 
email. The contents of this email, including any attachments, are intended 
solely for the use of the individual or entity to whom they are addressed. If 
you are not an intended recipient, please contact us immediately by return 
email 
and then delete both messages. You may not otherwise read, forward, copy, use 
or 
disclose this email or any attachments. Any views expressed in this email are 
those of the individual sender except where the sender expressly, and with 
authority, states otherwise. It is your responsibility to check any attachments 
for viruses or defects before opening or sending them on. None of the sender or 
its related entities accepts any liability for any consequential damage 
resulting from this email containing computer viruses. 



> Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com
> From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> Sent: 20 February 2013 11:54
> To: user@openmeetings.apache.org
> Subject: Re: Error Missing 204 556 642
 
It looks like it can access the database. It generates tables.
> 
> 
> mysql> use openmeetings;
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
> 
> Database changed
> mysql> show tables;
> +-+
> | Tables_in_openmeetings  |
> +-+
> | address |
> | appointmentcategory |
> | appointmentremindertyps |
> | appointments|
> | chat|
> | client  |
> | conferencelog   |
> | conferencelogtype   |
> | configuration   |
> | errortypes  |
> | errorvalue  |
> | fieldlanguage   |
> | fieldlanguagesvalues|
> | fieldvalues |
> | fileexploreritem|
> | flvrecording|
> | flvrecording_log|
> | flvrecording_meta_delta |
> | flvrecording_metadata   |
> | invitations |
> | ldapconfig  |
> | meeting_members |
> | meetme  |
> | naviglobal  |
> | navimain|
> | om_timezone |
> | om_user |
> | organisation|
> | organisation_users  |
> | poll_types  |
> | private_message |
> | private_messages_folder |
> | room|
> | room_poll_answers   |
> | room_polls  |
> | rooms_moderator |
> | rooms_organisation  |
> | roomtype|
> | salutation  |
> | server  |
> | sessiondata |
> | sipusers|
> | soaplogin   |
> | state   |
> | user_contact|
> | user_data   |
> | user_level  |
> | whiteboard  |
> | whiteboard_item |
> +-+
> 49 rows in set (0.00 sec)
> 
> 
> _ Sent from my openSUSE Linux PC ___
> 
> 
> 
> 
> 
> 
> 
> 
> Am Mi, 20/02/2013 12:06, hat Robert Chalmers  
> geschrieben:
I'm pretty sure this is not related to the UTF-8 or character set, but to a 
startup/configuration error. Perhaps in persistence.xml most likely.
Database connection ok?
There was a lot of traffic with the same errors back in 2011 and 2010.
 
 
robert
On Tue, Feb 19, 2013 at 4:26 PM, Uwe Kremmin  wrote:
 
Hi,
after the installation, when it offers to enter the application, I get this 
error:
> 
> Error Missing [204]
> Error Missing [556]
> Error Missing [642]

> I know this has been reported and solved before, but I cannot get it to work.
> 
> 
My database is utf8, so that should not be the problem:
> 
> mysql> show variables like 'char%';
> +--++
> | Variable_name| Value  |
> 
> 
+--++
> | character_set_client | utf8   

RE: OM https

2013-02-20 Thread Stephen Cottham
And there was definitely no errors from the start-up using red5-debug.sh ?

If you click on the https padlock does it show as valid?

What browser are you using?

Is the cert self signed?



Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses. 

Disclaimer added by CodeTwo Exchange Rules  
http://www.codetwo.com  

-Original Message-
From: Vieri [mailto:rentor...@yahoo.com] 
Sent: 20 February 2013 11:59
To: user@openmeetings.apache.org
Subject: RE: OM https

It seems to be listening:

# sudo netstat -plnt | grep ':5443'
tcp6   0  0 :::5443 :::*LISTEN  
30944/java
# sudo netstat -plnt | grep ':443'
tcp6   0  0 :::443  :::*LISTEN  
30944/java

There's no firewall in between. The client and server are on the same LAN.


--- On Wed, 2/20/13, Stephen Cottham  wrote:

> Can you confirm the system is
> listening on that port.
> 
> Oh, and you did restart the server instance after making changes?
> 
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> 
> Sent: 20 February 2013 11:50
> To: user@openmeetings.apache.org
> Subject: RE: OM https
> 
> The client debugger at maindebug.as3.swf10.swf shows me the
> following:
> 
> onselect  « extends='labeldTextListItem'>#1#0|
> /anonymous/@interior/@content/anonymous» null false
> INFO: #_mainbgcontentNavi.setContextMenu is deprecated.  Use 
> #_mainbgcontentNavi.setAttribute instead
> main.lzx/oninit: «#7#6| This is the 
> canvas» ondata ondata main.lzx/config.xml ondata « extends='canvas'>#7#6| This is the canvas» userSSLString yes
> lc_SID:  604920
> _url  
> https://myserver/openmeetings/maindebug.swf8.swf?lzproxied=solo&lc_SID
> =604920 https://myserver/openmeetings/maindebug.swf8.sw
> isNotPort80:  -1 6
> this zielnr:  «#7#6| This is the canvas» 
> myserver
> INFO: ## -1
> INFO: invitationHash ::  undefined
>  
> INFO: ## -2
> devRtmpConnection/registerMethods()
> error  NetConnection.Connect.CertificateUntrustedSigner
> rtmps://myserver:5443/openmeetings/hibernate null false
> devRtmpConnection/registerMethods()
> error  NetConnection.Connect.CertificateUntrustedSigner
> rtmps://myserver:5443/openmeetings/hibernate null false
> devRtmpConnection/registerMethods()
> error  NetConnection.Connect.CertificateUntrustedSigner
> rtmps://myserver:5443/openmeetings/hibernate null false
> devRtmpConnection/registerMethods()
> error  NetConnection.Connect.CertificateUntrustedSigner
> rtmps://myserver:5443/openmeetings/hibernate null false
> labelerrorPopup:  Error Missing [556]
> INFO: /labelerrorPopup/@_resizeview.setColor is deprecated.  Use 
> /labelerrorPopup/@_resizeview.setAttribute instead error  
> NetConnection.Connect.Failed 
> rtmps://myserver:5443/openmeetings/hibernate null false
> labelerrorPopup:  Error Missing [556]
> INFO: /labelerrorPopup[2]/@_resizeview.setColor is deprecated.  Use 
> /labelerrorPopup[2]/@_resizeview.setAttribute instead
> 
> So I guess my rtmps is failing at port 5443... but I did
> set:
> red5/conf/red5.properties: rtmps.port=5443
> red5/webapps/openmeetings/config.xml:
> 5443
> 
> Any suggestions?
> 
> --- On Wed, 2/20/13, Stephen Cottham 
> 
> wrote:
> 
> > cp red5/conf/keystore
> > red5/conf/keystore.screen
> > 
> > will work fine.
> > 
> > And the config should be
> > 
> > https
> > 443
> > 
> > Best Regards
> > 
> > 
> > 
> > Stephen Cottham
> > Group IT Manager (Associate)
> > 
> > Robert Bird Group
> > Level 5, 333 Ann St
> > Brisbane, Queensland, 4000, Australia
> > Phone: +6173 319 2777 (AUS)
> > Phone: +44207 633 2880 (UK)
> > Fax: +6173 319 2799
> >  
> > Mobile:  +61400 756 963 (AUS)
> > Mobile:  +447900 918 616 (UK)
> > Web: www.robertbird.com
> > 

RE: OM https

2013-02-20 Thread Vieri
It seems to be listening:

# sudo netstat -plnt | grep ':5443'
tcp6   0  0 :::5443 :::*LISTEN  
30944/java
# sudo netstat -plnt | grep ':443'
tcp6   0  0 :::443  :::*LISTEN  
30944/java

There's no firewall in between. The client and server are on the same LAN.


--- On Wed, 2/20/13, Stephen Cottham  wrote:

> Can you confirm the system is
> listening on that port.
> 
> Oh, and you did restart the server instance after making
> changes?
> 
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> 
> Sent: 20 February 2013 11:50
> To: user@openmeetings.apache.org
> Subject: RE: OM https
> 
> The client debugger at maindebug.as3.swf10.swf shows me the
> following:
> 
> onselect  « extends='labeldTextListItem'>#1#0|
> /anonymous/@interior/@content/anonymous» null false
> INFO: #_mainbgcontentNavi.setContextMenu is
> deprecated.  Use #_mainbgcontentNavi.setAttribute
> instead
> main.lzx/oninit: «#7#6|
> This is the canvas» ondata ondata main.lzx/config.xml
> ondata «#7#6| This is the
> canvas» userSSLString yes
> lc_SID:  604920
> _url  
> https://myserver/openmeetings/maindebug.swf8.swf?lzproxied=solo&lc_SID=604920
> https://myserver/openmeetings/maindebug.swf8.sw
> isNotPort80:  -1 6
> this zielnr:  «#7#6|
> This is the canvas» myserver
> INFO: ## -1
> INFO: invitationHash ::  undefined 
>  
> INFO: ## -2
> devRtmpConnection/registerMethods()
> error  NetConnection.Connect.CertificateUntrustedSigner
> rtmps://myserver:5443/openmeetings/hibernate null false
> devRtmpConnection/registerMethods()
> error  NetConnection.Connect.CertificateUntrustedSigner
> rtmps://myserver:5443/openmeetings/hibernate null false
> devRtmpConnection/registerMethods()
> error  NetConnection.Connect.CertificateUntrustedSigner
> rtmps://myserver:5443/openmeetings/hibernate null false
> devRtmpConnection/registerMethods()
> error  NetConnection.Connect.CertificateUntrustedSigner
> rtmps://myserver:5443/openmeetings/hibernate null false
> labelerrorPopup:  Error Missing [556]
> INFO: /labelerrorPopup/@_resizeview.setColor is
> deprecated.  Use
> /labelerrorPopup/@_resizeview.setAttribute instead
> error  NetConnection.Connect.Failed
> rtmps://myserver:5443/openmeetings/hibernate null false
> labelerrorPopup:  Error Missing [556]
> INFO: /labelerrorPopup[2]/@_resizeview.setColor is
> deprecated.  Use
> /labelerrorPopup[2]/@_resizeview.setAttribute instead 
> 
> So I guess my rtmps is failing at port 5443... but I did
> set:
> red5/conf/red5.properties: rtmps.port=5443
> red5/webapps/openmeetings/config.xml:
> 5443
> 
> Any suggestions?
> 
> --- On Wed, 2/20/13, Stephen Cottham 
> wrote:
> 
> > cp red5/conf/keystore
> > red5/conf/keystore.screen
> > 
> > will work fine.
> > 
> > And the config should be
> > 
> > https
> > 443
> > 
> > Best Regards
> > 
> > 
> > 
> > Stephen Cottham
> > Group IT Manager (Associate)
> > 
> > Robert Bird Group
> > Level 5, 333 Ann St
> > Brisbane, Queensland, 4000, Australia
> > Phone: +6173 319 2777 (AUS)
> > Phone: +44207 633 2880 (UK)
> > Fax: +6173 319 2799
> >  
> > Mobile:  +61400 756 963 (AUS)
> > Mobile:  +447900 918 616 (UK)
> > Web: www.robertbird.com
> > 
> > 
> > This email and any attachments are confidential and may
> contain 
> > legally privileged information or copyright material.
> Unless expressly 
> > stated, confidentiality and/or legal privilege is not
> intended to be 
> > waived by the sending of this email. The contents of
> this email, 
> > including any attachments, are intended solely for the
> use of the 
> > individual or entity to whom they are addressed. If you
> are not an 
> > intended recipient, please contact us immediately by
> return email and 
> > then delete both messages. You may not otherwise read,
> forward, copy, 
> > use or disclose this email or any attachments. Any
> views expressed in 
> > this email are those of the individual sender except
> where the sender 
> > expressly, and with authority, states otherwise. It is
> your 
> > responsibility to check any attachments for viruses or
> defects before 
> > opening or sending them on. None of the sender or its
> related entities 
> > accepts any liability for any consequential damage
> resulting from this 
> > email containing computer viruses.
> > 
> > Disclaimer added by CodeTwo Exchange Rules
> > 
> > http://www.codetwo.com
> > 
> > -Original Message-
> > From: Vieri [mailto:rentor...@yahoo.com]
> > 
> > Sent: 20 February 2013 11:36
> > To: user@openmeetings.apache.org
> > Subject: OM https
> > 
> > Hi,
> > 
> > I followed the steps at
> > http://openmeetings.apache.org/RTMPSAndHTTPS.html but
> I'm having 
> > trouble connecting.
> > 
> > First of all I'm unsure as to 2 of the points listed on
> that page.
> > 
> > 
> > Configuring RTMPS for the Flash Client 7. Create
> additional 
> > certificate as described above. Add this certificate to
> the foll

Re: Error Missing 204 556 642

2013-02-20 Thread Uwe Kremmin
It looks like it can access the database. It generates tables.


mysql> use openmeetings;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+-+
| Tables_in_openmeetings  |
+-+
| address |
| appointmentcategory |
| appointmentremindertyps |
| appointments|
| chat|
| client  |
| conferencelog   |
| conferencelogtype   |
| configuration   |
| errortypes  |
| errorvalue  |
| fieldlanguage   |
| fieldlanguagesvalues|
| fieldvalues |
| fileexploreritem|
| flvrecording|
| flvrecording_log|
| flvrecording_meta_delta |
| flvrecording_metadata   |
| invitations |
| ldapconfig  |
| meeting_members |
| meetme  |
| naviglobal  |
| navimain|
| om_timezone |
| om_user |
| organisation|
| organisation_users  |
| poll_types  |
| private_message |
| private_messages_folder |
| room|
| room_poll_answers   |
| room_polls  |
| rooms_moderator |
| rooms_organisation  |
| roomtype|
| salutation  |
| server  |
| sessiondata |
| sipusers|
| soaplogin   |
| state   |
| user_contact|
| user_data   |
| user_level  |
| whiteboard  |
| whiteboard_item |
+-+
49 rows in set (0.00 sec)


_ Sent from my openSUSE Linux PC ___








Am Mi, 20/02/2013 12:06, hat Robert Chalmers  
geschrieben:
> I'm pretty sure this is not related to the UTF-8 or character set, but to a 
> startup/configuration error. Perhaps in persistence.xml most likely.Database 
> connection ok?There was a lot of traffic with the same errors back in 2011 
> and 2010.

> 
> robert
> 
> On Tue, Feb 19, 2013 at 4:26 PM, Uwe Kremmin  wrote:
> 
> 
> 
Hi,
> 
> after the installation, when it offers to enter the application, I get this 
> error:
> 
> Error Missing [204]
> Error Missing [556]
> Error Missing [642]
> 
> I know this has been reported and solved before, but I cannot get it to work.
> 
My database is utf8, so that should not be the problem:
> 
> mysql> show variables like 'char%';
> +--++
> | Variable_name| Value  |
> 
+--++
> | character_set_client | utf8   |
> | character_set_connection | utf8   |
> | character_set_database   | utf8   |
> 
| character_set_filesystem | binary |
> | character_set_results| utf8   |
> | character_set_server | utf8   |
> | character_set_system | utf8   |
> 
| character_sets_dir   | /usr/share/mysql/charsets/ |
> +--++
> 
> Any ideas what causes this error message? I am desperate here, after many 
> unsuccessful attempts of installing openmeetings.
> 

> Cheers
> 
> uwe
> 
> 
> 

> 
> 
> 



RE: OM https

2013-02-20 Thread Stephen Cottham
Can you confirm the system is listening on that port.

Oh, and you did restart the server instance after making changes?

-Original Message-
From: Vieri [mailto:rentor...@yahoo.com] 
Sent: 20 February 2013 11:50
To: user@openmeetings.apache.org
Subject: RE: OM https

The client debugger at maindebug.as3.swf10.swf shows me the following:

onselect  «#1#0| 
/anonymous/@interior/@content/anonymous» null false
INFO: #_mainbgcontentNavi.setContextMenu is deprecated.  Use 
#_mainbgcontentNavi.setAttribute instead
main.lzx/oninit: «#7#6| This is the canvas» ondata 
ondata main.lzx/config.xml ondata «#7#6| This is 
the canvas» userSSLString yes
lc_SID:  604920
_url  
https://myserver/openmeetings/maindebug.swf8.swf?lzproxied=solo&lc_SID=604920 
https://myserver/openmeetings/maindebug.swf8.sw
isNotPort80:  -1 6
this zielnr:  «#7#6| This is the canvas» myserver
INFO: ## -1
INFO: invitationHash ::  undefined 
 
INFO: ## -2
devRtmpConnection/registerMethods()
error  NetConnection.Connect.CertificateUntrustedSigner 
rtmps://myserver:5443/openmeetings/hibernate null false
devRtmpConnection/registerMethods()
error  NetConnection.Connect.CertificateUntrustedSigner 
rtmps://myserver:5443/openmeetings/hibernate null false
devRtmpConnection/registerMethods()
error  NetConnection.Connect.CertificateUntrustedSigner 
rtmps://myserver:5443/openmeetings/hibernate null false
devRtmpConnection/registerMethods()
error  NetConnection.Connect.CertificateUntrustedSigner 
rtmps://myserver:5443/openmeetings/hibernate null false
labelerrorPopup:  Error Missing [556]
INFO: /labelerrorPopup/@_resizeview.setColor is deprecated.  Use 
/labelerrorPopup/@_resizeview.setAttribute instead error  
NetConnection.Connect.Failed rtmps://myserver:5443/openmeetings/hibernate null 
false
labelerrorPopup:  Error Missing [556]
INFO: /labelerrorPopup[2]/@_resizeview.setColor is deprecated.  Use 
/labelerrorPopup[2]/@_resizeview.setAttribute instead 

So I guess my rtmps is failing at port 5443... but I did set:
red5/conf/red5.properties: rtmps.port=5443
red5/webapps/openmeetings/config.xml: 5443

Any suggestions?

--- On Wed, 2/20/13, Stephen Cottham  wrote:

> cp red5/conf/keystore
> red5/conf/keystore.screen
> 
> will work fine.
> 
> And the config should be
> 
> https
> 443
> 
> Best Regards
> 
> 
> 
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 633 2880 (UK)
> Fax: +6173 319 2799
>  
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> 
> This email and any attachments are confidential and may contain 
> legally privileged information or copyright material. Unless expressly 
> stated, confidentiality and/or legal privilege is not intended to be 
> waived by the sending of this email. The contents of this email, 
> including any attachments, are intended solely for the use of the 
> individual or entity to whom they are addressed. If you are not an 
> intended recipient, please contact us immediately by return email and 
> then delete both messages. You may not otherwise read, forward, copy, 
> use or disclose this email or any attachments. Any views expressed in 
> this email are those of the individual sender except where the sender 
> expressly, and with authority, states otherwise. It is your 
> responsibility to check any attachments for viruses or defects before 
> opening or sending them on. None of the sender or its related entities 
> accepts any liability for any consequential damage resulting from this 
> email containing computer viruses.
> 
> Disclaimer added by CodeTwo Exchange Rules
> 
> http://www.codetwo.com
> 
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> 
> Sent: 20 February 2013 11:36
> To: user@openmeetings.apache.org
> Subject: OM https
> 
> Hi,
> 
> I followed the steps at
> http://openmeetings.apache.org/RTMPSAndHTTPS.html but I'm having 
> trouble connecting.
> 
> First of all I'm unsure as to 2 of the points listed on that page.
> 
> 
> Configuring RTMPS for the Flash Client 7. Create additional 
> certificate as described above. Add this certificate to the following 
> keystores:
> red5/conf/keystore.screen and
> red5/conf/keystore. 
> 
> 
> What does that mean?
> I created red5/conf/keystore.
> Do I need to create another key store as red5/conf/keystore.screen?
> Should it contain exactly the same certificates? If so, would this be
> enough?:
> cp red5/conf/keystore red5/conf/keystore.screen
> 
> 
> SSL for the web interface
> 3. Edit red5/webapps/openmeetings/config.xml and set red5httpport to 
> https port 
> 
> Does that mean that red5httpport=443 ?
> 
> Anyway, if I don't create red5/conf/keystore.screen and I set
> red5httpport=443 (along with the rest of the instructions) then I get 
> the following in the log when I try to connect to 
> https://myserver:443/openmeetings/.

RE: OM https

2013-02-20 Thread Vieri
The client debugger at maindebug.as3.swf10.swf shows me the following:

onselect  «#1#0| 
/anonymous/@interior/@content/anonymous» null false 
INFO: #_mainbgcontentNavi.setContextMenu is deprecated.  Use 
#_mainbgcontentNavi.setAttribute instead 
main.lzx/oninit: «#7#6| This is the canvas» 
ondata 
ondata 
main.lzx/config.xml ondata «#7#6| This is the 
canvas» 
userSSLString yes 
lc_SID:  604920 
_url  
https://myserver/openmeetings/maindebug.swf8.swf?lzproxied=solo&lc_SID=604920 
https://myserver/openmeetings/maindebug.swf8.sw 
isNotPort80:  -1 6 
this zielnr:  «#7#6| This is the canvas» myserver 
INFO: ## -1  
INFO: invitationHash ::  undefined 
 
INFO: ## -2  
devRtmpConnection/registerMethods() 
error  NetConnection.Connect.CertificateUntrustedSigner 
rtmps://myserver:5443/openmeetings/hibernate null false 
devRtmpConnection/registerMethods() 
error  NetConnection.Connect.CertificateUntrustedSigner 
rtmps://myserver:5443/openmeetings/hibernate null false 
devRtmpConnection/registerMethods() 
error  NetConnection.Connect.CertificateUntrustedSigner 
rtmps://myserver:5443/openmeetings/hibernate null false 
devRtmpConnection/registerMethods() 
error  NetConnection.Connect.CertificateUntrustedSigner 
rtmps://myserver:5443/openmeetings/hibernate null false 
labelerrorPopup:  Error Missing [556] 
INFO: /labelerrorPopup/@_resizeview.setColor is deprecated.  Use 
/labelerrorPopup/@_resizeview.setAttribute instead 
error  NetConnection.Connect.Failed 
rtmps://myserver:5443/openmeetings/hibernate null false 
labelerrorPopup:  Error Missing [556] 
INFO: /labelerrorPopup[2]/@_resizeview.setColor is deprecated.  Use 
/labelerrorPopup[2]/@_resizeview.setAttribute instead 

So I guess my rtmps is failing at port 5443... but I did set:
red5/conf/red5.properties: rtmps.port=5443
red5/webapps/openmeetings/config.xml: 5443

Any suggestions?

--- On Wed, 2/20/13, Stephen Cottham  wrote:

> cp red5/conf/keystore
> red5/conf/keystore.screen
> 
> will work fine.
> 
> And the config should be
> 
> https
> 443
> 
> Best Regards
> 
> 
> 
> Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
> Phone: +6173 319 2777 (AUS)
> Phone: +44207 633 2880 (UK)
> Fax: +6173 319 2799
>  
> Mobile:  +61400 756 963 (AUS)
> Mobile:  +447900 918 616 (UK)
> Web: www.robertbird.com
> 
> 
> This email and any attachments are confidential and may
> contain legally privileged information or copyright
> material. Unless expressly stated, confidentiality and/or
> legal privilege is not intended to be waived by the sending
> of this email. The contents of this email, including any
> attachments, are intended solely for the use of the
> individual or entity to whom they are addressed. If you are
> not an intended recipient, please contact us immediately by
> return email and then delete both messages. You may not
> otherwise read, forward, copy, use or disclose this email or
> any attachments. Any views expressed in this email are those
> of the individual sender except where the sender expressly,
> and with authority, states otherwise. It is your
> responsibility to check any attachments for viruses or
> defects before opening or sending them on. None of the
> sender or its related entities accepts any liability for any
> consequential damage resulting from this email containing
> computer viruses. 
> 
> Disclaimer added by CodeTwo Exchange Rules   
> 
> http://www.codetwo.com    
> 
> -Original Message-
> From: Vieri [mailto:rentor...@yahoo.com]
> 
> Sent: 20 February 2013 11:36
> To: user@openmeetings.apache.org
> Subject: OM https
> 
> Hi,
> 
> I followed the steps at
> http://openmeetings.apache.org/RTMPSAndHTTPS.html but
> I'm having trouble
> connecting.
> 
> First of all I'm unsure as to 2 of the points listed on that
> page.
> 
> 
> Configuring RTMPS for the Flash Client
> 7. Create additional certificate as described above. Add
> this
> certificate to the following keystores:
> red5/conf/keystore.screen and
> red5/conf/keystore. 
> 
> 
> What does that mean?
> I created red5/conf/keystore.
> Do I need to create another key store as
> red5/conf/keystore.screen?
> Should it contain exactly the same certificates? If so,
> would this be
> enough?:
> cp red5/conf/keystore red5/conf/keystore.screen
> 
> 
> SSL for the web interface
> 3. Edit red5/webapps/openmeetings/config.xml and set
> red5httpport to
> https port 
> 
> Does that mean that red5httpport=443 ?
> 
> Anyway, if I don't create red5/conf/keystore.screen and I
> set
> red5httpport=443 (along with the rest of the instructions)
> then I get
> the following in the log when I try to connect to
> https://myserver:443/openmeetings/.
> 
> [WARN] [NioProcessor-21]
> org.red5.server.net.rtmps.RTMPSMinaIoHandler -
> Exception caught Connection reset by peer [WARN]
> [NioProcessor-21]
> org.red5.server.net.rtmps.RTMPSMinaIoHandler - Exception
> caught Broken
> pipe [WARN] [

RE: backup goes to infinite loop

2013-02-20 Thread GoodWay
My OS:  Ubuntu 10.04.4 LTS  x64

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Wednesday, February 20, 2013 1:04 PM
To: Openmeetings user-list
Subject: Re: backup goes to infinite loop

 

Seems to be my fault. Will fix today

What is your OS?

On Feb 20, 2013 5:34 PM, "GoodWay"  wrote:

Hello!

 

Starting from version 17/02/2013 till today(20/02/2013) backup function/module 
from user interface goes to infinite loop.

 

Reason is: creating output zip file in same directory where backup files save, 
then it loops trying to archive itself. (writing zip to zip)

 

Log:



DEBUG 02-20 12:18:28.207 BackupExport.java 274193 553 
org.apache.openmeetings.servlet.outputhandler.BackupExport 
[http-bio-0.0.0.0-5080-exec-8] - Writing 'users.xml' to zip file

DEBUG 02-20 12:18:28.217 OmFileHelper.java 274203 272 
org.apache.openmeetings.utils.OmFileHelper [http-bio-0.0.0.0-5080-exec-8] - 
File copied.

DEBUG 02-20 12:18:28.217 BackupExport.java 274203 553 
org.apache.openmeetings.servlet.outputhandler.BackupExport 
[http-bio-0.0.0.0-5080-exec-8] - Writing 'backup_20_02_2013_12_18_25.zip' to 
zip file

 

 

then it loops

 

Thanks.

 

Best Regards,

Dmitriy.

 

В этом сообщении вирусы не обнаружены.
Проверено AVG - www.avg.com
Версия: 2013.0.2899 / Вирусная база данных: 2639/6116 - Дата выпуска: 19.02.2013



RE: OM https

2013-02-20 Thread Stephen Cottham
cp red5/conf/keystore red5/conf/keystore.screen

will work fine.

And the config should be

https
443

Best Regards



Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia
Phone: +6173 319 2777 (AUS)
Phone: +44207 633 2880 (UK)
Fax: +6173 319 2799
 
Mobile:  +61400 756 963 (AUS)
Mobile:  +447900 918 616 (UK)
Web: www.robertbird.com


This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses. 

Disclaimer added by CodeTwo Exchange Rules  
http://www.codetwo.com  

-Original Message-
From: Vieri [mailto:rentor...@yahoo.com] 
Sent: 20 February 2013 11:36
To: user@openmeetings.apache.org
Subject: OM https

Hi,

I followed the steps at
http://openmeetings.apache.org/RTMPSAndHTTPS.html but I'm having trouble
connecting.

First of all I'm unsure as to 2 of the points listed on that page.


Configuring RTMPS for the Flash Client
7. Create additional certificate as described above. Add this
certificate to the following keystores: red5/conf/keystore.screen and
red5/conf/keystore. 


What does that mean?
I created red5/conf/keystore.
Do I need to create another key store as red5/conf/keystore.screen?
Should it contain exactly the same certificates? If so, would this be
enough?:
cp red5/conf/keystore red5/conf/keystore.screen


SSL for the web interface
3. Edit red5/webapps/openmeetings/config.xml and set red5httpport to
https port 

Does that mean that red5httpport=443 ?

Anyway, if I don't create red5/conf/keystore.screen and I set
red5httpport=443 (along with the rest of the instructions) then I get
the following in the log when I try to connect to
https://myserver:443/openmeetings/.

[WARN] [NioProcessor-21] org.red5.server.net.rtmps.RTMPSMinaIoHandler -
Exception caught Connection reset by peer [WARN] [NioProcessor-21]
org.red5.server.net.rtmps.RTMPSMinaIoHandler - Exception caught Broken
pipe [WARN] [NioProcessor-21]
org.red5.server.net.rtmps.RTMPSMinaIoHandler - Exception caught null
[WARN] [NioProcessor-23] org.red5.server.net.rtmps.RTMPSMinaIoHandler -
Exception caught Connection reset by peer [WARN] [NioProcessor-23]
org.red5.server.net.rtmps.RTMPSMinaIoHandler - Exception caught Broken
pipe [WARN] [NioProcessor-23]
org.red5.server.net.rtmps.RTMPSMinaIoHandler - Exception caught null
[WARN] [Red5_Scheduler_Worker-2] org.red5.server.net.rtmp.RTMPConnection
- Closing RTMPMinaConnection from 10.215.144.48 : 50308 to null (in:
461 out 1971 ), with id 1 due to long handshake [WARN]
[Red5_Scheduler_Worker-4] org.red5.server.net.rtmp.RTMPConnection -
Closing RTMPMinaConnection from 10.215.144.48 : 50310 to null (in:
0 out 0 ), with id 2 due to long handshake [WARN]
[Red5_Scheduler_Worker-3] org.red5.server.net.rtmp.RTMPConnection -
Closing RTMPMinaConnection from 10.215.144.48 : 50309 to null (in:
461 out 1971 ), with id 3 due to long handshake [WARN]
[Red5_Scheduler_Worker-1] org.red5.server.net.rtmp.RTMPConnection -
Closing RTMPMinaConnection from 10.215.144.48 : 50311 to null (in:
470 out 1912 ), with id 4 due to long handshake [WARN]
[Red5_Scheduler_Worker-2] org.red5.server.net.rtmp.RTMPConnection -
Closing RTMPMinaConnection from 10.215.144.48 : 50312 to null (in:
461 out 1971 ), with id 5 due to long handshake [WARN]
[Red5_Scheduler_Worker-4] org.red5.server.net.rtmp.RTMPConnection -
Closing RTMPMinaConnection from 10.215.144.48 : 50313 to null (in:
144 out 0 ), with id 6 due to long handshake [WARN]
[Red5_Scheduler_Worker-3] org.red5.server.net.rtmp.RTMPConnection -
Closing RTMPMinaConnection from 10.215.144.48 : 50314 to null (in:
461 out 1971 ), with id 7 due to long handshake [WARN]
[Red5_Scheduler_Worker-1] org.red5.server.net.rtmp.RTMPConnection -
Closing RTMPMinaConnection from 10.215.144.48 : 50315 to null (in:
470 out 1971 ), with id 8 due to long handshake

On the web browser client I get a NetConnection.Connect.Failed message.

What am I missing?

Thanks,

Vieri




Re: RE: RE: RE: Error Missing 204 556 642

2013-02-20 Thread Maxim Solodovnik
I mean client debug, not server
I'll send you the URL later, or you can Google it :)
On Feb 20, 2013 4:58 PM, "Uwe Kremmin"  wrote:

>
> Done. The only error I get is:
>
> ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
>
> Plus this:
>
> -INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File property is
> set to [log/error.log]
>
> -INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender
> as [ERRORFILE]
>
>
> Maxim, my language is German.
>
>
> Is it relevant that I do not access my installation from localhost? It is
> installed on a managed server
> which I access like this:  http://85.214.22.26:5080/openmeetings/
>
>
>
>
>
> Am Mi, 20/02/2013 10:31, hat "Stephen Cottham" <
> stephen.cott...@robertbird.com.au> geschrieben:
>
> Can you start red using this script
>
> ** **
>
> red5-debug.sh
>
> ** **
>
> Any errors during load?
>
> ** **
>
> ** **
>
> *From:* Uwe Kremmin [mailto:uwe.krem...@vnmonline.de]
> *Sent:* 20 February 2013 09:29
> *To:* user@openmeetings.apache.org
> *Subject:* Re: RE: RE: Error Missing 204 556 642
>
> ** **
>
> I did that, but had no success.
>
> That's what I did: dropped the database. Then:
>
> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost'
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
> quit
>
> Then deleted the install file (install.xml if I remember correctly) and
> installed again. Same result.
>
> Openmeetings can access the database though:
>
> mysql> use openmeetings;
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
>
> Database changed
> mysql> show tables;
> +-+
> | Tables_in_openmeetings  |
> +-+
> | address |
> | appointmentcategory |
> | appointmentremindertyps |
> | appointments|
> | chat|
> | client  |
> | conferencelog   |
> | conferencelogtype   |
> | configuration   |
> | errortypes  |
>
>
> etc.
>
>
>
>
>
>
>
>
>
>
> Am Mi, 20/02/2013 9:53, hat "Stephen Cottham" <
> stephen.cott...@robertbird.com.au> geschrieben:
>
> Can you drop the database and run the install step again?
>
>  
>
> *From:* Uwe Kremmin 
> [mailto:uwe.krem...@vnmonline.de]
>
> *Sent:* 20 February 2013 08:52
> *To:* user@openmeetings.apache.org
> *Subject:* re: RE: Error Missing 204 556 642
>
>  
>
> Thanks for your answers. I did what you recommended:
>
>
> mysql> show variables like "character_set_database";
> ++---+
> | Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
> ++---+
> 1 row in set (0.00 sec)
>
> mysql> SHOW CREATE DATABASE openmeetings;
>
> +--+---+
> | Database | Create
> Database   |
>
> +--+---+
> | openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER
> SET utf8 */ |
>
> +--+---+
> 1 row in set (0.00 sec)
>
>
> I have utf8  (as far as I can tell), but it does not work.
>
> What now?
>
> uwe
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Am Di, 19/02/2013 18:12, hat "Stephen Cottham" <
> stephen.cott...@robertbird.com.au> geschrieben:
>
> You can check the encoding by doing this
>
>  
>
> mysql –u root –p
>
> Enter password
>
>  
>
> Then select the DB:
>
>  
>
> use openmeetings;
>
>  
>
> now check for the encoding:
>
>  
>
> show variables like "character_set_database";
>
>  
>
> will produce something like this
>
>  
>
> ++---+
>
> | Variable_name | Value |
>
> ++---+
>
> | character_set_database | utf8 |
>
> ++---+
>
> 1 row in set (0.08 sec)
>
>  
>
> In this case its utf8
>
>  
>
> Best Regards
>
>  
>
>  
>
>  
>
> *From:* Mahmut Teker [mailto:teker.mah...@gmail.com]
>
> *Sent:* 19 February 2013 17:08
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Error Missing 204 556 642
>
>  
>
> I use like what Maxim said:
>
>  
>
> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
>
>  
>
> and check with:
>
>  
>
> SHOW CREATE DATABASE openmeetings;
>
>  
>
> and no problem during the installation.
>
>  
>
>  
>
>  
>
> 2013/2/19 Maxim Solodovnik 
>
> I'm not sure how to chack MySQL DB encoding, but I'm creating DB using
> following statement:
>
>  
>

Re: Error Missing 204 556 642

2013-02-20 Thread Robert Chalmers
I'm pretty sure this is not related to the UTF-8 or character set, but to a
startup/configuration error. Perhaps in persistence.xml most likely.
Database connection ok?
There was a lot of traffic with the same errors back in 2011 and 2010.


robert

On Tue, Feb 19, 2013 at 4:26 PM, Uwe Kremmin wrote:

>
> Hi,
>
> after the installation, when it offers to enter the application, I get
> this error:
>
> Error Missing [204]
> Error Missing [556]
> Error Missing [642]
>
>
> I know this has been reported and solved before, but I cannot get it to work.
> My database is utf8, so that should not be the problem:
>
> mysql> show variables like 'char%';
> +--++
> | Variable_name| Value  |
> +--++
> | character_set_client | utf8   |
> | character_set_connection | utf8   |
> | character_set_database   | utf8   |
> | character_set_filesystem | binary |
> | character_set_results| utf8   |
> | character_set_server | utf8   |
> | character_set_system | utf8   |
> | character_sets_dir   | /usr/share/mysql/charsets/ |
> +--++
>
> Any ideas what causes this error message? I am desperate here, after many
> unsuccessful attempts of installing openmeetings.
>
> Cheers
>
> uwe
>
>
>
>
>
>


Re: backup goes to infinite loop

2013-02-20 Thread Maxim Solodovnik
Seems to be my fault. Will fix today

What is your OS?
On Feb 20, 2013 5:34 PM, "GoodWay"  wrote:

>  Hello!
>
> ** **
>
> Starting from version 17/02/2013 till today(20/02/2013) backup
> function/module from user interface goes to infinite loop.
>
> ** **
>
> Reason is: creating output zip file in same directory where backup files
> save, then it loops trying to archive itself. (writing zip to zip)
>
> ** **
>
> Log:
>
> 
>
> DEBUG 02-20 12:18:28.207 BackupExport.java 274193 553
> org.apache.openmeetings.servlet.outputhandler.BackupExport
> [http-bio-0.0.0.0-5080-exec-8] - Writing 'users.xml' to zip file
>
> DEBUG 02-20 12:18:28.217 OmFileHelper.java 274203 272
> org.apache.openmeetings.utils.OmFileHelper [http-bio-0.0.0.0-5080-exec-8] -
> File copied.
>
> DEBUG 02-20 12:18:28.217 BackupExport.java 274203 553
> org.apache.openmeetings.servlet.outputhandler.BackupExport
> [http-bio-0.0.0.0-5080-exec-8] - Writing 'backup_20_02_2013_12_18_25.zip'
> to zip file
>
> ** **
>
> ** **
>
> then it loops
>
> ** **
>
> Thanks.
>
> ** **
>
> Best Regards,
>
> Dmitriy.
>
> ** **
>


backup goes to infinite loop

2013-02-20 Thread GoodWay
Hello!

 

Starting from version 17/02/2013 till today(20/02/2013) backup
function/module from user interface goes to infinite loop.

 

Reason is: creating output zip file in same directory where backup files
save, then it loops trying to archive itself. (writing zip to zip)

 

Log:



DEBUG 02-20 12:18:28.207 BackupExport.java 274193 553
org.apache.openmeetings.servlet.outputhandler.BackupExport
[http-bio-0.0.0.0-5080-exec-8] - Writing 'users.xml' to zip file

DEBUG 02-20 12:18:28.217 OmFileHelper.java 274203 272
org.apache.openmeetings.utils.OmFileHelper [http-bio-0.0.0.0-5080-exec-8] -
File copied.

DEBUG 02-20 12:18:28.217 BackupExport.java 274203 553
org.apache.openmeetings.servlet.outputhandler.BackupExport
[http-bio-0.0.0.0-5080-exec-8] - Writing 'backup_20_02_2013_12_18_25.zip' to
zip file

 

 

then it loops

 

Thanks.

 

Best Regards,

Dmitriy.

 



can't install the latest revision (1447988)

2013-02-20 Thread michael . wuttke
Hello,

I tried to install the latest revision of OM 2.1 (r1447988) but the
installation process will not complete.

This is what mysql tells me:

mysql> SHOW TABLES;
+-+
| Tables_in_openmeetings  |
+-+
| address |
| appointmentcategory |
| appointmentremindertyps |
| appointments|
| chat|
| client  |
| conferencelog   |
| conferencelogtype   |
| configuration   |
| errortypes  |
| fieldlanguage   |
| fieldlanguagesvalues|
| fieldvalues |
| fileexploreritem|
| flvrecording|
| flvrecording_log|
| flvrecording_meta_delta |
| flvrecording_metadata   |
| invitations |
| ldapconfig  |
| meeting_members |
| meetme  |
| naviglobal  |
| navimain|
| om_timezone |
| om_user |
| organisation|
| organisation_users  |
| poll_types  |
| private_message |
| private_messages_folder |
| room|
| room_poll_answers   |
| room_polls  |
| rooms_moderator |
| rooms_organisation  |
| roomtype|
| salutation  |
| server  |
| sessiondata |
| sipusers|
| soaplogin   |
| state   |
| user_contact|
| user_data   |
| user_level  |
| whiteboard  |
| whiteboard_item |
+-+
48 rows in set (0.00 sec)

mysql> show variables like "character_set_database";
++---+
| Variable_name  | Value |
++---+
| character_set_database | utf8  |
++---+
1 row in set (0.00 sec)

mysql> SHOW CREATE DATABASE openmeetings;
+--+---+
| Database | Create Database  
|
+--+---+
| openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER
SET utf8 */ |
+--+---+
1 row in set (0.00 sec)

Here you can find the red5.log:
http://pastebin.com/WPMNgemf

and here you can find the openmeetings.log:
http://pastebin.com/6UrRf2Xi

The error.log was empty.

Thank you for your help!
Michael


Re: RE: RE: RE: Error Missing 204 556 642

2013-02-20 Thread Uwe Kremmin

Done. The only error I get is:

ClasspathResourceLoader Error: cannot find resource VM_global_library.vm

Plus this:

-INFO in ch.qos.logback.core.FileAppender[ERRORFILE] - File property is set to 
[log/error.log]

-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as 
[ERRORFILE]


Maxim, my language is German.


Is it relevant that I do not access my installation from localhost? It is 
installed on a managed server
which I access like this:  http://85.214.22.26:5080/openmeetings/





Am Mi, 20/02/2013 10:31, hat "Stephen Cottham" 
 geschrieben:
> 




Can you start red using this script
 
red5-debug.sh
 
Any errors during load?
 
 
From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> Sent: 20 February 2013 09:29
> To: user@openmeetings.apache.org
> Subject: Re: RE: RE: Error Missing 204 556 642
 
I did that, but had no success. 
> 
> That's what I did: dropped the database. Then:
> 
> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE 
> utf8_general_ci;
> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' 
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
> quit
> 
> Then deleted the install file (install.xml if I remember correctly) and 
> installed again. Same result.
> 
> Openmeetings can access the database though:
> 
> mysql> use openmeetings;
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
> 
> Database changed
> mysql> show tables;
> +-+
> | Tables_in_openmeetings  |
> +-+
> | address |
> | appointmentcategory |
> | appointmentremindertyps |
> | appointments|
> | chat|
> | client  |
> | conferencelog   |
> | conferencelogtype   |
> | configuration   |
> | errortypes  |
> 
> 
> etc.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Am Mi, 20/02/2013 9:53, hat "Stephen Cottham" 
>  geschrieben:
Can you drop the database and run the install step again?
 
From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> Sent: 20 February 2013 08:52
> To: user@openmeetings.apache.org
> Subject: re: RE: Error Missing 204 556 642
 
Thanks for your answers. I did what you recommended:
> 
> 
> mysql> show variables like "character_set_database";
> ++---+
> | Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
> ++---+
> 1 row in set (0.00 sec)
> 
> mysql> SHOW CREATE DATABASE openmeetings;
> +--+---+
> | Database | Create Database  
>  |
> +--+---+
> | openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER 
> SET utf8 */ |
> +--+---+
> 1 row in set (0.00 sec)
> 
> 
> I have utf8  (as far as I can tell), but it does not work.
> 
> What now?
> 
> uwe
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Am Di, 19/02/2013 18:12, hat "Stephen Cottham" 
>  geschrieben:
You can check the encoding by doing this
 
mysql –u root –p
Enter password
 
Then select the DB:
 
use openmeetings;
 
now check for the encoding:
 
show variables like "character_set_database";
 
will produce something like this
 
++---+
| Variable_name | Value |
++---+
| character_set_database | utf8 |
++---+
1 row in set (0.08 sec)
 
In this case its utf8
 
Best Regards
 
 
 
From: Mahmut Teker [mailto:teker.mah...@gmail.com] 
> Sent: 19 February 2013 17:08
> To: user@openmeetings.apache.org
> Subject: Re: Error Missing 204 556 642
 
I use like what Maxim said:
 
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
and check with:
 
SHOW CREATE DATABASE openmeetings;
 
and no problem during the installation.
 
 
 
2013/2/19 Maxim Solodovnik 
I'm not sure how to chack MySQL DB encoding, but I'm creating DB using 
following statement:
 
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
On Tue, Feb 19, 2013 at 11:26 PM, Uwe Kremmin  wrote:
 
Hi,
after the installation, when it offers to enter the application, I get this 
error:
> 
> Error Missing [204]
> Error Missing [556]
> Error Missing [642]

> I know this has been reported and solved before, but I cannot get it to work.
> 
> 
> 
> 
 
My database is utf8, so that should not be the problem:
> 
> mysql> show variables like 'char%';
> +--++
> | Variable_name| Value  |
> 
> 
> 
> 
 
+--++
> | character_set_client | utf8   |
>

Re: RE: RE: Error Missing 204 556 642

2013-02-20 Thread Maxim Solodovnik
What is your language? Have you tried debug client?
On Feb 20, 2013 4:29 PM, "Uwe Kremmin"  wrote:

> I did that, but had no success.
>
> That's what I did: dropped the database. Then:
>
> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
> GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost'
> IDENTIFIED BY 'a_password_here' WITH GRANT OPTION;
> quit
>
> Then deleted the install file (install.xml if I remember correctly) and
> installed again. Same result.
>
> Openmeetings can access the database though:
>
> mysql> use openmeetings;
> Reading table information for completion of table and column names
> You can turn off this feature to get a quicker startup with -A
>
> Database changed
> mysql> show tables;
> +-+
> | Tables_in_openmeetings  |
> +-+
> | address |
> | appointmentcategory |
> | appointmentremindertyps |
> | appointments|
> | chat|
> | client  |
> | conferencelog   |
> | conferencelogtype   |
> | configuration   |
> | errortypes  |
>
>
> etc.
>
>
>
>
>
>
>
>
>
>
> Am Mi, 20/02/2013 9:53, hat "Stephen Cottham" <
> stephen.cott...@robertbird.com.au> geschrieben:
>
> Can you drop the database and run the install step again?
>
> ** **
>
> *From:* Uwe Kremmin [mailto:uwe.krem...@vnmonline.de]
> *Sent:* 20 February 2013 08:52
> *To:* user@openmeetings.apache.org
> *Subject:* re: RE: Error Missing 204 556 642
>
> ** **
>
> Thanks for your answers. I did what you recommended:
>
>
> mysql> show variables like "character_set_database";
> ++---+
> | Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
> ++---+
> 1 row in set (0.00 sec)
>
> mysql> SHOW CREATE DATABASE openmeetings;
>
> +--+---+
> | Database | Create
> Database   |
>
> +--+---+
> | openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER
> SET utf8 */ |
>
> +--+---+
> 1 row in set (0.00 sec)
>
>
> I have utf8  (as far as I can tell), but it does not work.
>
> What now?
>
> uwe
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> Am Di, 19/02/2013 18:12, hat "Stephen Cottham" <
> stephen.cott...@robertbird.com.au> geschrieben:
>
> You can check the encoding by doing this
>
>  
>
> mysql –u root –p
>
> Enter password
>
>  
>
> Then select the DB:
>
>  
>
> use openmeetings;
>
>  
>
> now check for the encoding:
>
>  
>
> show variables like "character_set_database";
>
>  
>
> will produce something like this
>
>  
>
> ++---+
>
> | Variable_name | Value |
>
> ++---+
>
> | character_set_database | utf8 |
>
> ++---+
>
> 1 row in set (0.08 sec)
>
>  
>
> In this case its utf8
>
>  
>
> Best Regards
>
>  
>
>  
>
>  
>
> *From:* Mahmut Teker [mailto:teker.mah...@gmail.com]
>
> *Sent:* 19 February 2013 17:08
> *To:* user@openmeetings.apache.org
> *Subject:* Re: Error Missing 204 556 642
>
>  
>
> I use like what Maxim said:
>
>  
>
> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
>
>  
>
> and check with:
>
>  
>
> SHOW CREATE DATABASE openmeetings;
>
>  
>
> and no problem during the installation.
>
>  
>
>  
>
>  
>
> 2013/2/19 Maxim Solodovnik 
>
> I'm not sure how to chack MySQL DB encoding, but I'm creating DB using
> following statement:
>
>  
>
> CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE
> utf8_general_ci;
>
>  
>
> On Tue, Feb 19, 2013 at 11:26 PM, Uwe Kremmin 
> wrote:
>
>  
>
> Hi,
>
> after the installation, when it offers to enter the application, I get
> this error:
>
> Error Missing [204]
> Error Missing [556]
> Error Missing [642]
>
>
> I know this has been reported and solved before, but I cannot get it to work.
>
>
> 
>
>  
>
> My database is utf8, so that should not be the problem:
>
> mysql> show variables like 'char%';
> +--++
> | Variable_name| Value  |
>
>
> 
>
>  
>
> +--++
> | character_set_client | utf8   |
> | character_set_connection | utf8   |
> | character_set_database   | utf8   |
>
>
> 
>
>  
>
> | character_set_filesystem | binary |
> | char

RE: RE: RE: Error Missing 204 556 642

2013-02-20 Thread Stephen Cottham
Can you start red using this script

 

red5-debug.sh

 

Any errors during load?

 

 

From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
Sent: 20 February 2013 09:29
To: user@openmeetings.apache.org
Subject: Re: RE: RE: Error Missing 204 556 642

 

I did that, but had no success. 

That's what I did: dropped the database. Then:

CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' IDENTIFIED 
BY 'a_password_here' WITH GRANT OPTION;
quit

Then deleted the install file (install.xml if I remember correctly) and 
installed again. Same result.

Openmeetings can access the database though:

mysql> use openmeetings;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+-+
| Tables_in_openmeetings  |
+-+
| address |
| appointmentcategory |
| appointmentremindertyps |
| appointments|
| chat|
| client  |
| conferencelog   |
| conferencelogtype   |
| configuration   |
| errortypes  |


etc.










Am Mi, 20/02/2013 9:53, hat "Stephen Cottham" 
 geschrieben:

Can you drop the database and run the install step again?

 

From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
Sent: 20 February 2013 08:52
To: user@openmeetings.apache.org
Subject: re: RE: Error Missing 204 556 642

 

Thanks for your answers. I did what you recommended:


mysql> show variables like "character_set_database";
++---+
| Variable_name  | Value |
++---+
| character_set_database | utf8  |
++---+
1 row in set (0.00 sec)

mysql> SHOW CREATE DATABASE openmeetings;
+--+---+
| Database | Create Database
   |
+--+---+
| openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER SET 
utf8 */ |
+--+---+
1 row in set (0.00 sec)


I have utf8  (as far as I can tell), but it does not work.

What now?

uwe














Am Di, 19/02/2013 18:12, hat "Stephen Cottham" 
 geschrieben:

You can check the encoding by doing this

 

mysql –u root –p

Enter password

 

Then select the DB:

 

use openmeetings;

 

now check for the encoding:

 

show variables like "character_set_database";

 

will produce something like this

 

++---+

| Variable_name | Value |

++---+

| character_set_database | utf8 |

++---+

1 row in set (0.08 sec)

 

In this case its utf8

 

Best Regards

 

 

 

From: Mahmut Teker [mailto:teker.mah...@gmail.com] 
Sent: 19 February 2013 17:08
To: user@openmeetings.apache.org
Subject: Re: Error Missing 204 556 642

 

I use like what Maxim said:

 

CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

 

and check with:

 

SHOW CREATE DATABASE openmeetings;

 

and no problem during the installation.

 

 

 

2013/2/19 Maxim Solodovnik 

I'm not sure how to chack MySQL DB encoding, but I'm creating DB using 
following statement:

 

CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

 

On Tue, Feb 19, 2013 at 11:26 PM, Uwe Kremmin  wrote:

 

Hi,

after the installation, when it offers to enter the application, I get this 
error:

Error Missing [204]
Error Missing [556]
Error Missing [642]


I know this has been reported and solved before, but I cannot get it to work.




 
My database is utf8, so that should not be the problem:

mysql> show variables like 'char%';
+--++
| Variable_name| Value  |




 
+--++
| character_set_client | utf8   |
| character_set_connection | utf8   |
| character_set_database   | utf8   |




 
| character_set_filesystem | binary |
| character_set_results| utf8   |
| character_set_server | utf8   |
| character_set_system | utf8   |




 
| character_sets_dir   | /usr/share/mysql/charsets/ |
+--++

Any ideas what causes this error message? I am desperate here, after many 
unsuccessful attempts of installing openmeetings.




 

Cheers

uwe















 

-- 
WBR
Maxim aka solomax 





 

-- 
"Bilgi, paylaştıkça artan bir hazinedir." Bhartrihari 

Stephen Cottham
Group 

Re: RE: RE: Error Missing 204 556 642

2013-02-20 Thread Uwe Kremmin
I did that, but had no success. 

That's what I did: dropped the database. Then:

CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
GRANT ALL PRIVILEGES ON openmeetings.* TO 'openmeetings'@'localhost' IDENTIFIED 
BY 'a_password_here' WITH GRANT OPTION;
quit

Then deleted the install file (install.xml if I remember correctly) and 
installed again. Same result.

Openmeetings can access the database though:

mysql> use openmeetings;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+-+
| Tables_in_openmeetings  |
+-+
| address |
| appointmentcategory |
| appointmentremindertyps |
| appointments|
| chat|
| client  |
| conferencelog   |
| conferencelogtype   |
| configuration   |
| errortypes  |


etc.










Am Mi, 20/02/2013 9:53, hat "Stephen Cottham" 
 geschrieben:
> 




Can you drop the database and run the install step again?
 
From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
> Sent: 20 February 2013 08:52
> To: user@openmeetings.apache.org
> Subject: re: RE: Error Missing 204 556 642
 
Thanks for your answers. I did what you recommended:
> 
> 
> mysql> show variables like "character_set_database";
> ++---+
> | Variable_name  | Value |
> ++---+
> | character_set_database | utf8  |
> ++---+
> 1 row in set (0.00 sec)
> 
> mysql> SHOW CREATE DATABASE openmeetings;
> +--+---+
> | Database | Create Database  
>  |
> +--+---+
> | openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER 
> SET utf8 */ |
> +--+---+
> 1 row in set (0.00 sec)
> 
> 
> I have utf8  (as far as I can tell), but it does not work.
> 
> What now?
> 
> uwe
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Am Di, 19/02/2013 18:12, hat "Stephen Cottham" 
>  geschrieben:
You can check the encoding by doing this
 
mysql –u root –p
Enter password
 
Then select the DB:
 
use openmeetings;
 
now check for the encoding:
 
show variables like "character_set_database";
 
will produce something like this
 
++---+
| Variable_name | Value |
++---+
| character_set_database | utf8 |
++---+
1 row in set (0.08 sec)
 
In this case its utf8
 
Best Regards
 
 
 
From: Mahmut Teker [mailto:teker.mah...@gmail.com] 
> Sent: 19 February 2013 17:08
> To: user@openmeetings.apache.org
> Subject: Re: Error Missing 204 556 642
 
I use like what Maxim said:
 
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
and check with:
 
SHOW CREATE DATABASE openmeetings;
 
and no problem during the installation.
 
 
 
2013/2/19 Maxim Solodovnik 
I'm not sure how to chack MySQL DB encoding, but I'm creating DB using 
following statement:
 
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
On Tue, Feb 19, 2013 at 11:26 PM, Uwe Kremmin  wrote:
 
Hi,
after the installation, when it offers to enter the application, I get this 
error:
> 
> Error Missing [204]
> Error Missing [556]
> Error Missing [642]

> I know this has been reported and solved before, but I cannot get it to work.
> 
> 
> 
 
My database is utf8, so that should not be the problem:
> 
> mysql> show variables like 'char%';
> +--++
> | Variable_name| Value  |
> 
> 
> 
 
+--++
> | character_set_client | utf8   |
> | character_set_connection | utf8   |
> | character_set_database   | utf8   |
> 
> 
> 
 
| character_set_filesystem | binary |
> | character_set_results| utf8   |
> | character_set_server | utf8   |
> | character_set_system | utf8   |
> 
> 
> 
 
| character_sets_dir   | /usr/share/mysql/charsets/ |
> +--++
> 
> Any ideas what causes this error message? I am desperate here, after many 
> unsuccessful attempts of installing openmeetings.
> 
> 
> 
 

> Cheers
> 
> uwe
> 
> 
> 

> 
> 
> 

> 
> 
 
-- 
> WBR
> Maxim aka solomax 

> 
> 
 
-- 
> "Bilgi, paylaştıkça artan bir hazinedir." Bhartrihari 
Stephen Cottham
> Group IT Manager (Associate)
> 
> Robert Bird Group
> Level 5, 333 Ann St
> Brisbane, Queensland, 4000, Australia
Phone: +6173 3

RE: RE: Error Missing 204 556 642

2013-02-20 Thread Stephen Cottham
Can you drop the database and run the install step again?

 

From: Uwe Kremmin [mailto:uwe.krem...@vnmonline.de] 
Sent: 20 February 2013 08:52
To: user@openmeetings.apache.org
Subject: re: RE: Error Missing 204 556 642

 

Thanks for your answers. I did what you recommended:


mysql> show variables like "character_set_database";
++---+
| Variable_name  | Value |
++---+
| character_set_database | utf8  |
++---+
1 row in set (0.00 sec)

mysql> SHOW CREATE DATABASE openmeetings;
+--+---+
| Database | Create Database
   |
+--+---+
| openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER SET 
utf8 */ |
+--+---+
1 row in set (0.00 sec)


I have utf8  (as far as I can tell), but it does not work.

What now?

uwe














Am Di, 19/02/2013 18:12, hat "Stephen Cottham" 
 geschrieben:

You can check the encoding by doing this

 

mysql –u root –p

Enter password

 

Then select the DB:

 

use openmeetings;

 

now check for the encoding:

 

show variables like "character_set_database";

 

will produce something like this

 

++---+

| Variable_name | Value |

++---+

| character_set_database | utf8 |

++---+

1 row in set (0.08 sec)

 

In this case its utf8

 

Best Regards

 

 

 

From: Mahmut Teker [mailto:teker.mah...@gmail.com] 
Sent: 19 February 2013 17:08
To: user@openmeetings.apache.org
Subject: Re: Error Missing 204 556 642

 

I use like what Maxim said:

 

CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

 

and check with:

 

SHOW CREATE DATABASE openmeetings;

 

and no problem during the installation.

 

 

 

2013/2/19 Maxim Solodovnik 

I'm not sure how to chack MySQL DB encoding, but I'm creating DB using 
following statement:

 

CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

 

On Tue, Feb 19, 2013 at 11:26 PM, Uwe Kremmin  wrote:

 

Hi,

after the installation, when it offers to enter the application, I get this 
error:

Error Missing [204]
Error Missing [556]
Error Missing [642]


I know this has been reported and solved before, but I cannot get it to work.



 
My database is utf8, so that should not be the problem:

mysql> show variables like 'char%';
+--++
| Variable_name| Value  |



 
+--++
| character_set_client | utf8   |
| character_set_connection | utf8   |
| character_set_database   | utf8   |



 
| character_set_filesystem | binary |
| character_set_results| utf8   |
| character_set_server | utf8   |
| character_set_system | utf8   |



 
| character_sets_dir   | /usr/share/mysql/charsets/ |
+--++

Any ideas what causes this error message? I am desperate here, after many 
unsuccessful attempts of installing openmeetings.



 

Cheers

uwe













 

-- 
WBR
Maxim aka solomax 





 

-- 
"Bilgi, paylaştıkça artan bir hazinedir." Bhartrihari 

Stephen Cottham
Group IT Manager (Associate)

Robert Bird Group
Level 5, 333 Ann St
Brisbane, Queensland, 4000, Australia

Phone: +6173 319 2777 (AUS)

Phone: +44207 633 2880 (UK)

Fax: +6173 319 2799

 

Mobile:  +61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: www.robertbird.com  



This email and any attachments are confidential and may contain legally 
privileged information or copyright material. Unless expressly stated, 
confidentiality and/or legal privilege is not intended to be waived by the 
sending of this email. The contents of this email, including any attachments, 
are intended solely for the use of the individual or entity to whom they are 
addressed. If you are not an intended recipient, please contact us immediately 
by return email and then delete both messages. You may not otherwise read, 
forward, copy, use or disclose this email or any attachments. Any views 
expressed in this email are those of the individual sender except where the 
sender expressly, and with authority, states otherwise. It is your 
responsibility to check any attachments for viruses or defects before opening 
or sending them on. None of the sender or its related entities accepts any 
liability for any consequential damage resulting from this email containing 
computer viruses.  


re: RE: Error Missing 204 556 642

2013-02-20 Thread Uwe Kremmin
Thanks for your answers. I did what you recommended:


mysql> show variables like "character_set_database";
++---+
| Variable_name  | Value |
++---+
| character_set_database | utf8  |
++---+
1 row in set (0.00 sec)

mysql> SHOW CREATE DATABASE openmeetings;
+--+---+
| Database | Create Database
   |
+--+---+
| openmeetings | CREATE DATABASE `openmeetings` /*!40100 DEFAULT CHARACTER SET 
utf8 */ |
+--+---+
1 row in set (0.00 sec)


I have utf8  (as far as I can tell), but it does not work.

What now?

uwe














Am Di, 19/02/2013 18:12, hat "Stephen Cottham" 
 geschrieben:
> 




You can check the encoding by doing this
 
mysql –u root –p
Enter password
 
Then select the DB:
 
use openmeetings;
 
now check for the encoding:
 
show variables like "character_set_database";
 
will produce something like this
 
++---+
| Variable_name  | Value |
++---+
| character_set_database | utf8  |
++---+
1 row in set (0.08 sec)
 
In this case its utf8
 
Best Regards
 
 
 
From: Mahmut Teker [mailto:teker.mah...@gmail.com] 
> Sent: 19 February 2013 17:08
> To: user@openmeetings.apache.org
> Subject: Re: Error Missing 204 556 642
 
I use like what Maxim said:
 
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
and check with:
 
SHOW CREATE DATABASE openmeetings;
 
and no problem during the installation.
 
 
 
2013/2/19 Maxim Solodovnik 
I'm not sure how to chack MySQL DB encoding, but I'm creating DB using 
following statement:
 
CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
 
On Tue, Feb 19, 2013 at 11:26 PM, Uwe Kremmin  wrote:
 
Hi,
after the installation, when it offers to enter the application, I get this 
error:
> 
> Error Missing [204]
> Error Missing [556]
> Error Missing [642]

> I know this has been reported and solved before, but I cannot get it to work.
> 
> 
 
My database is utf8, so that should not be the problem:
> 
> mysql> show variables like 'char%';
> +--++
> | Variable_name| Value  |
> 
> 
 
+--++
> | character_set_client | utf8   |
> | character_set_connection | utf8   |
> | character_set_database   | utf8   |
> 
> 
 
| character_set_filesystem | binary |
> | character_set_results| utf8   |
> | character_set_server | utf8   |
> | character_set_system | utf8   |
> 
> 
 
| character_sets_dir   | /usr/share/mysql/charsets/ |
> +--++
> 
> Any ideas what causes this error message? I am desperate here, after many 
> unsuccessful attempts of installing openmeetings.
> 
> 
 

> Cheers
> 
> uwe
> 
> 

> 
> 

> 
> 
 
-- 
> WBR
> Maxim aka solomax 

> 
> 
 
-- 
> "Bilgi, paylaştıkça artan bir hazinedir." Bhartrihari 
Stephen 
Cottham
> Group 
IT Manager (Associate)
> 
> Robert 
Bird Group
> Level 
5, 333 Ann St
> Brisbane, 
Queensland, 4000, Australia

Phone: 
+6173 319 2777 (AUS)

Phone: +44207 633 2880 (UK)

Fax: 
+6173 319 2799

 

Mobile:  
+61400 756 963 (AUS)

Mobile:  +447900 918 616 (UK)

Web: 
www.robertbird.com


> 
> This 
email and any attachments are confidential and may contain legally privileged 
information or copyright material. Unless expressly stated, confidentiality 
and/or legal privilege is not intended to be waived by the sending of this 
email. The contents of this email, including any attachments, are intended 
solely for the use of the individual or entity to whom they are addressed. If 
you are not an intended recipient, please contact us immediately by return 
email 
and then delete both messages. You may not otherwise read, forward, copy, use 
or 
disclose this email or any attachments. Any views expressed in this email are 
those of the individual sender except where the sender expressly, and with 
authority, states otherwise. It is your responsibility to check any attachments 
for viruses or defects before opening or sending them on. None of the sender or 
its related entities accepts any liability for any consequential damage 
resulting from this email containing computer viruses. 



> Disclaimer added by CodeTwo Exchange Rules
> www.codetwo.com
> 


Re: Error on LDAP login

2013-02-20 Thread seba.wag...@gmail.com
yeah,

that could be some environment quirk.
I changed it again.

Sebastian


2013/2/20 Maxim Solodovnik 

> I'm afraid it depends on you current DB configuration, i.e. may fail on
> some DBs and/or same DB with different flags for string comparison.
>
>
> On Wed, Feb 20, 2013 at 3:26 PM, seba.wag...@gmail.com <
> seba.wag...@gmail.com> wrote:
>
>> funny thing is that the comparison with LIKE is still case-insensitive.
>> So I don't really get it ... but my test works, should be all good now.
>>
>> Sebastian
>>
>>
>> 2013/2/20 seba.wag...@gmail.com 
>>
>> already done :)
>>> However it is kind of strange again why OpenJPA does not support it.
>>>
>>> Sebastian
>>>
>>>
>>> 2013/2/20 Maxim Solodovnik 
>>>
 I'll fix it ASAP


 On Wed, Feb 20, 2013 at 2:46 PM, Mahmut Teker 
 wrote:

> Hi,
>
>Any idea about that error? System gives this error only when a user
> tries to login with LDAP (gives error but everything goes normal on the
> user side).
>
>Thank you,
>
>
> Error:
>
> ERROR 02-19 17:05:01.306 StateDao.java 1713829 127
> org.apache.openmeetings.data.user.dao.StateDao [NioProcessor-4] -
> getStateById
> org.apache.openjpa.persistence.ArgumentException: "Encountered "c .
> name ILIKE" at character 32, but expected: ["(", "*", "+", "-", ".", "/",
> ":", "<", "<=", "<>", "=", ">", ">=", "?", "ABS", "ALL", "AND", "ANY",
> "AS", "ASC", "AVG", "BETWEEN", "BOTH", "BY", "CONCAT", "COUNT",
> "CURRENT_DATE", "CURRENT_TIME", "CURRENT_TIMESTAMP", "DELETE", "DESC",
> "DISTINCT", "EMPTY", "ESCAPE", "EXISTS", "FETCH", "FROM", "GROUP",
> "HAVING", "IN", "INNER", "IS", "JOIN", "LEADING", "LEFT", "LENGTH", 
> "LIKE",
> "LOCATE", "LOWER", "MAX", "MEMBER", "MIN", "MOD", "NEW", "NOT", "NULL",
> "OBJECT", "OF", "OR", "ORDER", "OUTER", "SELECT", "SET", "SIZE", "SOME",
> "SQRT", "SUBSTRING", "SUM", "TRAILING", "TRIM", "TYPE", "UPDATE", "UPPER",
> "WHERE", , , ,
> , , ,
> , ]." while parsing JPQL "select c from
> State as c where c.nameILIKE :name AND c.deleted <> :deleted". See
> nested stack trace for original parse error.
>  at
> org.apache.openjpa.kernel.jpql.JPQLParser.parse(JPQLParser.java:51)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
> at
> org.apache.openjpa.kernel.ExpressionStoreQuery.newCompilation(ExpressionStoreQuery.java:154)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>  at
> org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java:672)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
> at
> org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryImpl.java:654)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>  at
> org.apache.openjpa.kernel.QueryImpl.compileForCompilation(QueryImpl.java:620)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
> at
> org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImpl.java:682)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>  at org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
> at
> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1038)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>  at
> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1017)
> ~[openjpa-bundle-2.2.1.jar:2.2.1]
> at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
> ~[na:na]
>  at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> ~[na:1.6.0_26]
> at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_26]
>  at
> org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
> ~[org.springframework.orm-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>  at $Proxy14.createNamedQuery(Unknown Source) ~[na:na]
> at
> org.apache.openmeetings.data.user.dao.StateDao.getStateByName(StateDao.java:118)
> ~[openmeetings-2.1.0-SNAPSHOT.jar:na]
>  at
> org.apache.openmeetings.data.user.dao.StateDao$$FastClassByCGLIB$$2e65ce72.invoke()
> [com.springsource.net.sf.cglib-2.2.0.jar:na]
> at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>  at
> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
> at
> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>  at
> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
> [org.springframework.transaction-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>  at
> org.springframework.aop.framework.ReflectiveMethodInvocation

Re: Error on LDAP login

2013-02-20 Thread Maxim Solodovnik
I'm afraid it depends on you current DB configuration, i.e. may fail on
some DBs and/or same DB with different flags for string comparison.


On Wed, Feb 20, 2013 at 3:26 PM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:

> funny thing is that the comparison with LIKE is still case-insensitive.
> So I don't really get it ... but my test works, should be all good now.
>
> Sebastian
>
>
> 2013/2/20 seba.wag...@gmail.com 
>
> already done :)
>> However it is kind of strange again why OpenJPA does not support it.
>>
>> Sebastian
>>
>>
>> 2013/2/20 Maxim Solodovnik 
>>
>>> I'll fix it ASAP
>>>
>>>
>>> On Wed, Feb 20, 2013 at 2:46 PM, Mahmut Teker wrote:
>>>
 Hi,

Any idea about that error? System gives this error only when a user
 tries to login with LDAP (gives error but everything goes normal on the
 user side).

Thank you,


 Error:

 ERROR 02-19 17:05:01.306 StateDao.java 1713829 127
 org.apache.openmeetings.data.user.dao.StateDao [NioProcessor-4] -
 getStateById
 org.apache.openjpa.persistence.ArgumentException: "Encountered "c .
 name ILIKE" at character 32, but expected: ["(", "*", "+", "-", ".", "/",
 ":", "<", "<=", "<>", "=", ">", ">=", "?", "ABS", "ALL", "AND", "ANY",
 "AS", "ASC", "AVG", "BETWEEN", "BOTH", "BY", "CONCAT", "COUNT",
 "CURRENT_DATE", "CURRENT_TIME", "CURRENT_TIMESTAMP", "DELETE", "DESC",
 "DISTINCT", "EMPTY", "ESCAPE", "EXISTS", "FETCH", "FROM", "GROUP",
 "HAVING", "IN", "INNER", "IS", "JOIN", "LEADING", "LEFT", "LENGTH", "LIKE",
 "LOCATE", "LOWER", "MAX", "MEMBER", "MIN", "MOD", "NEW", "NOT", "NULL",
 "OBJECT", "OF", "OR", "ORDER", "OUTER", "SELECT", "SET", "SIZE", "SOME",
 "SQRT", "SUBSTRING", "SUM", "TRAILING", "TRIM", "TYPE", "UPDATE", "UPPER",
 "WHERE", , , ,
 , , ,
 , ]." while parsing JPQL "select c from
 State as c where c.nameILIKE :name AND c.deleted <> :deleted". See
 nested stack trace for original parse error.
  at
 org.apache.openjpa.kernel.jpql.JPQLParser.parse(JPQLParser.java:51)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
 at
 org.apache.openjpa.kernel.ExpressionStoreQuery.newCompilation(ExpressionStoreQuery.java:154)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
  at
 org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java:672)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
 at
 org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryImpl.java:654)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
  at
 org.apache.openjpa.kernel.QueryImpl.compileForCompilation(QueryImpl.java:620)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
 at
 org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImpl.java:682)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
  at org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
 at
 org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1038)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
  at
 org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1017)
 ~[openjpa-bundle-2.2.1.jar:2.2.1]
 at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) ~[na:na]
  at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 ~[na:1.6.0_26]
 at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_26]
  at
 org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
 ~[org.springframework.orm-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
  at $Proxy14.createNamedQuery(Unknown Source) ~[na:na]
 at
 org.apache.openmeetings.data.user.dao.StateDao.getStateByName(StateDao.java:118)
 ~[openmeetings-2.1.0-SNAPSHOT.jar:na]
  at
 org.apache.openmeetings.data.user.dao.StateDao$$FastClassByCGLIB$$2e65ce72.invoke()
 [com.springsource.net.sf.cglib-2.2.0.jar:na]
 at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
 [com.springsource.net.sf.cglib-2.2.0.jar:na]
  at
 org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
 [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
 at
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
 [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
  at
 org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
 [org.springframework.transaction-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
  at
 org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
 [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
 at
 org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
 [spring-aop-3.1.1

Re: Error on LDAP login

2013-02-20 Thread seba.wag...@gmail.com
@Maxim you can run TestStateToLower.java it works ... I don't really
understand it, but it will return the same result no matter if you use
lower(c.name) or without the lower() in the JPQL query.

Sebastian


2013/2/20 Maxim Solodovnik 

> you can replace only jar file: openmeetings*2.1*.jar
>
>
> On Wed, Feb 20, 2013 at 3:24 PM, Mahmut TEKER wrote:
>
>>  Thanks for the answer :)
>>
>> Is this also solution for the installed system? Do I have to rebuilt and
>> install? Today we were starting to test OM 2.1 :(
>>
>> Best regards,
>>
>> _Mahmut
>>
>>
>> 20.02.2013 09:58 tarihinde, seba.wag...@gmail.com yazdı:
>>
>>  It seems funny but openJPA might not understand "ILIKE".
>>  If you are replacing ILIKE with LIKE in the class
>> org.apache.openmeetings.persistence.beans.user.State it might work.
>>
>>  We should ask the openJPA list again.
>>
>> Sebastian
>>
>>
>> 2013/2/20 Mahmut Teker 
>>
>>> Hi,
>>>
>>> Any idea about that error? System gives this error only when a user
>>> tries to login with LDAP (gives error but everything goes normal on the
>>> user side).
>>>
>>> Thank you,
>>>
>>>
>>>  Error:
>>>
>>>  ERROR 02-19 17:05:01.306 StateDao.java 1713829 127
>>> org.apache.openmeetings.data.user.dao.StateDao [NioProcessor-4] -
>>> getStateById
>>> org.apache.openjpa.persistence.ArgumentException: "Encountered "c . name
>>> ILIKE" at character 32, but expected: ["(", "*", "+", "-", ".", "/", ":",
>>> "<", "<=", "<>", "=", ">", ">=", "?", "ABS", "ALL", "AND", "ANY", "AS",
>>> "ASC", "AVG", "BETWEEN", "BOTH", "BY", "CONCAT", "COUNT", "CURRENT_DATE",
>>> "CURRENT_TIME", "CURRENT_TIMESTAMP", "DELETE", "DESC", "DISTINCT", "EMPTY",
>>> "ESCAPE", "EXISTS", "FETCH", "FROM", "GROUP", "HAVING", "IN", "INNER",
>>> "IS", "JOIN", "LEADING", "LEFT", "LENGTH", "LIKE", "LOCATE", "LOWER",
>>> "MAX", "MEMBER", "MIN", "MOD", "NEW", "NOT", "NULL", "OBJECT", "OF", "OR",
>>> "ORDER", "OUTER", "SELECT", "SET", "SIZE", "SOME", "SQRT", "SUBSTRING",
>>> "SUM", "TRAILING", "TRIM", "TYPE", "UPDATE", "UPPER", "WHERE",
>>> , , , ,
>>> , , , ]."
>>> while parsing JPQL "select c from State as c where c.nameILIKE :name
>>> AND c.deleted <> :deleted". See nested stack trace for original parse error.
>>>  at org.apache.openjpa.kernel.jpql.JPQLParser.parse(JPQLParser.java:51)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.ExpressionStoreQuery.newCompilation(ExpressionStoreQuery.java:154)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java:672)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryImpl.java:654)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.QueryImpl.compileForCompilation(QueryImpl.java:620)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImpl.java:682)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1038)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1017)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
>>> ~[na:na]
>>>  at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> ~[na:1.6.0_26]
>>>  at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_26]
>>>  at
>>> org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
>>> ~[org.springframework.orm-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at $Proxy14.createNamedQuery(Unknown Source) ~[na:na]
>>>  at
>>> org.apache.openmeetings.data.user.dao.StateDao.getStateByName(StateDao.java:118)
>>> ~[openmeetings-2.1.0-SNAPSHOT.jar:na]
>>>  at
>>> org.apache.openmeetings.data.user.dao.StateDao$$FastClassByCGLIB$$2e65ce72.invoke()
>>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
>>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>>  at
>>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
>>> [org.springframework.transaction-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1

Re: Error on LDAP login

2013-02-20 Thread seba.wag...@gmail.com
funny thing is that the comparison with LIKE is still case-insensitive.
So I don't really get it ... but my test works, should be all good now.

Sebastian


2013/2/20 seba.wag...@gmail.com 

> already done :)
> However it is kind of strange again why OpenJPA does not support it.
>
> Sebastian
>
>
> 2013/2/20 Maxim Solodovnik 
>
>> I'll fix it ASAP
>>
>>
>> On Wed, Feb 20, 2013 at 2:46 PM, Mahmut Teker wrote:
>>
>>> Hi,
>>>
>>>Any idea about that error? System gives this error only when a user
>>> tries to login with LDAP (gives error but everything goes normal on the
>>> user side).
>>>
>>>Thank you,
>>>
>>>
>>> Error:
>>>
>>> ERROR 02-19 17:05:01.306 StateDao.java 1713829 127
>>> org.apache.openmeetings.data.user.dao.StateDao [NioProcessor-4] -
>>> getStateById
>>> org.apache.openjpa.persistence.ArgumentException: "Encountered "c . name
>>> ILIKE" at character 32, but expected: ["(", "*", "+", "-", ".", "/", ":",
>>> "<", "<=", "<>", "=", ">", ">=", "?", "ABS", "ALL", "AND", "ANY", "AS",
>>> "ASC", "AVG", "BETWEEN", "BOTH", "BY", "CONCAT", "COUNT", "CURRENT_DATE",
>>> "CURRENT_TIME", "CURRENT_TIMESTAMP", "DELETE", "DESC", "DISTINCT", "EMPTY",
>>> "ESCAPE", "EXISTS", "FETCH", "FROM", "GROUP", "HAVING", "IN", "INNER",
>>> "IS", "JOIN", "LEADING", "LEFT", "LENGTH", "LIKE", "LOCATE", "LOWER",
>>> "MAX", "MEMBER", "MIN", "MOD", "NEW", "NOT", "NULL", "OBJECT", "OF", "OR",
>>> "ORDER", "OUTER", "SELECT", "SET", "SIZE", "SOME", "SQRT", "SUBSTRING",
>>> "SUM", "TRAILING", "TRIM", "TYPE", "UPDATE", "UPPER", "WHERE",
>>> , , , ,
>>> , , , ]."
>>> while parsing JPQL "select c from State as c where c.nameILIKE :name
>>> AND c.deleted <> :deleted". See nested stack trace for original parse error.
>>>  at org.apache.openjpa.kernel.jpql.JPQLParser.parse(JPQLParser.java:51)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at
>>> org.apache.openjpa.kernel.ExpressionStoreQuery.newCompilation(ExpressionStoreQuery.java:154)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java:672)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at
>>> org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryImpl.java:654)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.QueryImpl.compileForCompilation(QueryImpl.java:620)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at
>>> org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImpl.java:682)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at
>>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1038)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1017)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) ~[na:na]
>>>  at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> ~[na:1.6.0_26]
>>> at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_26]
>>>  at
>>> org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
>>> ~[org.springframework.orm-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at $Proxy14.createNamedQuery(Unknown Source) ~[na:na]
>>> at
>>> org.apache.openmeetings.data.user.dao.StateDao.getStateByName(StateDao.java:118)
>>> ~[openmeetings-2.1.0-SNAPSHOT.jar:na]
>>>  at
>>> org.apache.openmeetings.data.user.dao.StateDao$$FastClassByCGLIB$$2e65ce72.invoke()
>>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>> at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
>>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>>  at
>>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>> at
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
>>> [org.springframework.transaction-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>> at
>>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.apache.openmeetings.data.user.dao.StateDao$$EnhancerByCGLIB$$c7529867.getStateByName()
>>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>> at
>>> org.apache.openmeetings.ldap.LdapLoginManagement.updateUserFromLdap(LdapLoginManagement.java:800)
>>> [openmeetings-2.1.0-SNAPSHOT.jar:na]
>>>  at
>>> org.apa

Re: Error on LDAP login

2013-02-20 Thread Maxim Solodovnik
you can replace only jar file: openmeetings*2.1*.jar


On Wed, Feb 20, 2013 at 3:24 PM, Mahmut TEKER wrote:

>  Thanks for the answer :)
>
> Is this also solution for the installed system? Do I have to rebuilt and
> install? Today we were starting to test OM 2.1 :(
>
> Best regards,
>
> _Mahmut
>
>
> 20.02.2013 09:58 tarihinde, seba.wag...@gmail.com yazdı:
>
>  It seems funny but openJPA might not understand "ILIKE".
>  If you are replacing ILIKE with LIKE in the class
> org.apache.openmeetings.persistence.beans.user.State it might work.
>
>  We should ask the openJPA list again.
>
> Sebastian
>
>
> 2013/2/20 Mahmut Teker 
>
>> Hi,
>>
>> Any idea about that error? System gives this error only when a user
>> tries to login with LDAP (gives error but everything goes normal on the
>> user side).
>>
>> Thank you,
>>
>>
>>  Error:
>>
>>  ERROR 02-19 17:05:01.306 StateDao.java 1713829 127
>> org.apache.openmeetings.data.user.dao.StateDao [NioProcessor-4] -
>> getStateById
>> org.apache.openjpa.persistence.ArgumentException: "Encountered "c . name
>> ILIKE" at character 32, but expected: ["(", "*", "+", "-", ".", "/", ":",
>> "<", "<=", "<>", "=", ">", ">=", "?", "ABS", "ALL", "AND", "ANY", "AS",
>> "ASC", "AVG", "BETWEEN", "BOTH", "BY", "CONCAT", "COUNT", "CURRENT_DATE",
>> "CURRENT_TIME", "CURRENT_TIMESTAMP", "DELETE", "DESC", "DISTINCT", "EMPTY",
>> "ESCAPE", "EXISTS", "FETCH", "FROM", "GROUP", "HAVING", "IN", "INNER",
>> "IS", "JOIN", "LEADING", "LEFT", "LENGTH", "LIKE", "LOCATE", "LOWER",
>> "MAX", "MEMBER", "MIN", "MOD", "NEW", "NOT", "NULL", "OBJECT", "OF", "OR",
>> "ORDER", "OUTER", "SELECT", "SET", "SIZE", "SOME", "SQRT", "SUBSTRING",
>> "SUM", "TRAILING", "TRIM", "TYPE", "UPDATE", "UPPER", "WHERE",
>> , , , ,
>> , , , ]."
>> while parsing JPQL "select c from State as c where c.nameILIKE :name AND
>> c.deleted <> :deleted". See nested stack trace for original parse error.
>>  at org.apache.openjpa.kernel.jpql.JPQLParser.parse(JPQLParser.java:51)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.kernel.ExpressionStoreQuery.newCompilation(ExpressionStoreQuery.java:154)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java:672)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryImpl.java:654)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.kernel.QueryImpl.compileForCompilation(QueryImpl.java:620)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImpl.java:682)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1038)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1017)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) ~[na:na]
>>  at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> ~[na:1.6.0_26]
>>  at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_26]
>>  at
>> org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
>> ~[org.springframework.orm-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at $Proxy14.createNamedQuery(Unknown Source) ~[na:na]
>>  at
>> org.apache.openmeetings.data.user.dao.StateDao.getStateByName(StateDao.java:118)
>> ~[openmeetings-2.1.0-SNAPSHOT.jar:na]
>>  at
>> org.apache.openmeetings.data.user.dao.StateDao$$FastClassByCGLIB$$2e65ce72.invoke()
>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>  at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>  at
>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at
>> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
>> [org.springframework.transaction-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at
>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at
>> org.apache.openmeetings.data.user.dao.StateDao$$EnhancerByCGLIB$$c7529867.getStateByName()
>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>  at
>> org.apache.open

Re: Error on LDAP login

2013-02-20 Thread Mahmut TEKER

Thanks for the answer :)

Is this also solution for the installed system? Do I have to rebuilt and 
install? Today we were starting to test OM 2.1 :(


Best regards,

_Mahmut


20.02.2013 09:58 tarihinde, seba.wag...@gmail.com yazdı:

It seems funny but openJPA might not understand "ILIKE".
If you are replacing ILIKE with LIKE in the class 
org.apache.openmeetings.persistence.beans.user.State it might work.


We should ask the openJPA list again.

Sebastian


2013/2/20 Mahmut Teker >


Hi,

 Any idea about that error? System gives this error only when a
user tries to login with LDAP (gives error but everything goes
normal on the user side).

   Thank you,


Error:

ERROR 02-19 17:05:01.306 StateDao.java 1713829 127
org.apache.openmeetings.data.user.dao.StateDao [NioProcessor-4] -
getStateById
org.apache.openjpa.persistence.ArgumentException: "Encountered "c
. name ILIKE" at character 32, but expected: ["(", "*", "+", "-",
".", "/", ":", "<", "<=", "<>", "=", ">", ">=", "?", "ABS", "ALL",
"AND", "ANY", "AS", "ASC", "AVG", "BETWEEN", "BOTH", "BY",
"CONCAT", "COUNT", "CURRENT_DATE", "CURRENT_TIME",
"CURRENT_TIMESTAMP", "DELETE", "DESC", "DISTINCT", "EMPTY",
"ESCAPE", "EXISTS", "FETCH", "FROM", "GROUP", "HAVING", "IN",
"INNER", "IS", "JOIN", "LEADING", "LEFT", "LENGTH", "LIKE",
"LOCATE", "LOWER", "MAX", "MEMBER", "MIN", "MOD", "NEW", "NOT",
"NULL", "OBJECT", "OF", "OR", "ORDER", "OUTER", "SELECT", "SET",
"SIZE", "SOME", "SQRT", "SUBSTRING", "SUM", "TRAILING", "TRIM",
"TYPE", "UPDATE", "UPPER", "WHERE", ,
, , ,
, , ,
]." while parsing JPQL "select c from State as c
where c.name ILIKE :name AND c.deleted <>
:deleted". See nested stack trace for original parse error.
at
org.apache.openjpa.kernel.jpql.JPQLParser.parse(JPQLParser.java:51) 
~[openjpa-bundle-2.2.1.jar:2.2.1]
at

org.apache.openjpa.kernel.ExpressionStoreQuery.newCompilation(ExpressionStoreQuery.java:154)
~[openjpa-bundle-2.2.1.jar:2.2.1]
at
org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java:672)
~[openjpa-bundle-2.2.1.jar:2.2.1]
at
org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryImpl.java:654)
~[openjpa-bundle-2.2.1.jar:2.2.1]
at

org.apache.openjpa.kernel.QueryImpl.compileForCompilation(QueryImpl.java:620)
~[openjpa-bundle-2.2.1.jar:2.2.1]
at
org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImpl.java:682)
~[openjpa-bundle-2.2.1.jar:2.2.1]
at org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589)
~[openjpa-bundle-2.2.1.jar:2.2.1]
at

org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1038)
~[openjpa-bundle-2.2.1.jar:2.2.1]
at

org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1017)
~[openjpa-bundle-2.2.1.jar:2.2.1]
at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
~[na:na]
at

sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
~[na:1.6.0_26]
at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_26]
at

org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
~[org.springframework.orm-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
at $Proxy14.createNamedQuery(Unknown Source) ~[na:na]
at

org.apache.openmeetings.data.user.dao.StateDao.getStateByName(StateDao.java:118)
~[openmeetings-2.1.0-SNAPSHOT.jar:na]
at

org.apache.openmeetings.data.user.dao.StateDao$$FastClassByCGLIB$$2e65ce72.invoke()
[com.springsource.net.sf.cglib-2.2.0.jar:na]
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
[com.springsource.net.sf.cglib-2.2.0.jar:na]
at

org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
[spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
at

org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
[spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
at

org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
[org.springframework.transaction-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
at

org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
[spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
at

org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
[spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
at

org.apache.openmeetings.data.user.dao.StateDao$$EnhancerByCGLIB$$c7529867.getStateByName()
[com.springsource.net.sf.cglib-2.2.0.jar:na]
at

org.apache.openmeetings.ldap.Ld

Re: Error on LDAP login

2013-02-20 Thread Maxim Solodovnik
I was going to implement it using lower() + toLowerCaase() :)


On Wed, Feb 20, 2013 at 2:59 PM, seba.wag...@gmail.com <
seba.wag...@gmail.com> wrote:

> already done :)
> However it is kind of strange again why OpenJPA does not support it.
>
> Sebastian
>
>
> 2013/2/20 Maxim Solodovnik 
>
>> I'll fix it ASAP
>>
>>
>> On Wed, Feb 20, 2013 at 2:46 PM, Mahmut Teker wrote:
>>
>>> Hi,
>>>
>>>Any idea about that error? System gives this error only when a user
>>> tries to login with LDAP (gives error but everything goes normal on the
>>> user side).
>>>
>>>Thank you,
>>>
>>>
>>> Error:
>>>
>>> ERROR 02-19 17:05:01.306 StateDao.java 1713829 127
>>> org.apache.openmeetings.data.user.dao.StateDao [NioProcessor-4] -
>>> getStateById
>>> org.apache.openjpa.persistence.ArgumentException: "Encountered "c . name
>>> ILIKE" at character 32, but expected: ["(", "*", "+", "-", ".", "/", ":",
>>> "<", "<=", "<>", "=", ">", ">=", "?", "ABS", "ALL", "AND", "ANY", "AS",
>>> "ASC", "AVG", "BETWEEN", "BOTH", "BY", "CONCAT", "COUNT", "CURRENT_DATE",
>>> "CURRENT_TIME", "CURRENT_TIMESTAMP", "DELETE", "DESC", "DISTINCT", "EMPTY",
>>> "ESCAPE", "EXISTS", "FETCH", "FROM", "GROUP", "HAVING", "IN", "INNER",
>>> "IS", "JOIN", "LEADING", "LEFT", "LENGTH", "LIKE", "LOCATE", "LOWER",
>>> "MAX", "MEMBER", "MIN", "MOD", "NEW", "NOT", "NULL", "OBJECT", "OF", "OR",
>>> "ORDER", "OUTER", "SELECT", "SET", "SIZE", "SOME", "SQRT", "SUBSTRING",
>>> "SUM", "TRAILING", "TRIM", "TYPE", "UPDATE", "UPPER", "WHERE",
>>> , , , ,
>>> , , , ]."
>>> while parsing JPQL "select c from State as c where c.nameILIKE :name
>>> AND c.deleted <> :deleted". See nested stack trace for original parse error.
>>>  at org.apache.openjpa.kernel.jpql.JPQLParser.parse(JPQLParser.java:51)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at
>>> org.apache.openjpa.kernel.ExpressionStoreQuery.newCompilation(ExpressionStoreQuery.java:154)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java:672)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at
>>> org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryImpl.java:654)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.kernel.QueryImpl.compileForCompilation(QueryImpl.java:620)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at
>>> org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImpl.java:682)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at
>>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1038)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>>  at
>>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1017)
>>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>> at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) ~[na:na]
>>>  at
>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>> ~[na:1.6.0_26]
>>> at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_26]
>>>  at
>>> org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
>>> ~[org.springframework.orm-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at $Proxy14.createNamedQuery(Unknown Source) ~[na:na]
>>> at
>>> org.apache.openmeetings.data.user.dao.StateDao.getStateByName(StateDao.java:118)
>>> ~[openmeetings-2.1.0-SNAPSHOT.jar:na]
>>>  at
>>> org.apache.openmeetings.data.user.dao.StateDao$$FastClassByCGLIB$$2e65ce72.invoke()
>>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>> at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
>>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>>  at
>>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>> at
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
>>> [org.springframework.transaction-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>> at
>>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>>  at
>>> org.apache.openmeetings.data.user.dao.StateDao$$EnhancerByCGLIB$$c7529867.getStateByName()
>>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>> at
>>> org.apache.openmeetings.ldap.LdapLoginManagement.updateUserFromLdap(LdapLoginManagement.java:800)
>>> [openmeetings-2.1.0-SNAPSHOT.jar:na]
>>>  at
>>> org.apache.openmeetings.ldap.LdapLoginManageme

Re: Error on LDAP login

2013-02-20 Thread seba.wag...@gmail.com
already done :)
However it is kind of strange again why OpenJPA does not support it.

Sebastian


2013/2/20 Maxim Solodovnik 

> I'll fix it ASAP
>
>
> On Wed, Feb 20, 2013 at 2:46 PM, Mahmut Teker wrote:
>
>> Hi,
>>
>>Any idea about that error? System gives this error only when a user
>> tries to login with LDAP (gives error but everything goes normal on the
>> user side).
>>
>>Thank you,
>>
>>
>> Error:
>>
>> ERROR 02-19 17:05:01.306 StateDao.java 1713829 127
>> org.apache.openmeetings.data.user.dao.StateDao [NioProcessor-4] -
>> getStateById
>> org.apache.openjpa.persistence.ArgumentException: "Encountered "c . name
>> ILIKE" at character 32, but expected: ["(", "*", "+", "-", ".", "/", ":",
>> "<", "<=", "<>", "=", ">", ">=", "?", "ABS", "ALL", "AND", "ANY", "AS",
>> "ASC", "AVG", "BETWEEN", "BOTH", "BY", "CONCAT", "COUNT", "CURRENT_DATE",
>> "CURRENT_TIME", "CURRENT_TIMESTAMP", "DELETE", "DESC", "DISTINCT", "EMPTY",
>> "ESCAPE", "EXISTS", "FETCH", "FROM", "GROUP", "HAVING", "IN", "INNER",
>> "IS", "JOIN", "LEADING", "LEFT", "LENGTH", "LIKE", "LOCATE", "LOWER",
>> "MAX", "MEMBER", "MIN", "MOD", "NEW", "NOT", "NULL", "OBJECT", "OF", "OR",
>> "ORDER", "OUTER", "SELECT", "SET", "SIZE", "SOME", "SQRT", "SUBSTRING",
>> "SUM", "TRAILING", "TRIM", "TYPE", "UPDATE", "UPPER", "WHERE",
>> , , , ,
>> , , , ]."
>> while parsing JPQL "select c from State as c where c.nameILIKE :name AND
>> c.deleted <> :deleted". See nested stack trace for original parse error.
>>  at org.apache.openjpa.kernel.jpql.JPQLParser.parse(JPQLParser.java:51)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>> at
>> org.apache.openjpa.kernel.ExpressionStoreQuery.newCompilation(ExpressionStoreQuery.java:154)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.kernel.QueryImpl.newCompilation(QueryImpl.java:672)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>> at
>> org.apache.openjpa.kernel.QueryImpl.compilationFromCache(QueryImpl.java:654)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.kernel.QueryImpl.compileForCompilation(QueryImpl.java:620)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>> at
>> org.apache.openjpa.kernel.QueryImpl.compileForExecutor(QueryImpl.java:682)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at org.apache.openjpa.kernel.QueryImpl.compile(QueryImpl.java:589)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>> at
>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1038)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>>  at
>> org.apache.openjpa.persistence.EntityManagerImpl.createNamedQuery(EntityManagerImpl.java:1017)
>> ~[openjpa-bundle-2.2.1.jar:2.2.1]
>> at sun.reflect.GeneratedMethodAccessor68.invoke(Unknown Source) ~[na:na]
>>  at
>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> ~[na:1.6.0_26]
>> at java.lang.reflect.Method.invoke(Method.java:597) ~[na:1.6.0_26]
>>  at
>> org.springframework.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:240)
>> ~[org.springframework.orm-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at $Proxy14.createNamedQuery(Unknown Source) ~[na:na]
>> at
>> org.apache.openmeetings.data.user.dao.StateDao.getStateByName(StateDao.java:118)
>> ~[openmeetings-2.1.0-SNAPSHOT.jar:na]
>>  at
>> org.apache.openmeetings.data.user.dao.StateDao$$FastClassByCGLIB$$2e65ce72.invoke()
>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>> at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>>  at
>> org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>> at
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at
>> org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
>> [org.springframework.transaction-jar-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at
>> org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>> at
>> org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
>> [spring-aop-3.1.1.RELEASE.jar:3.1.1.RELEASE]
>>  at
>> org.apache.openmeetings.data.user.dao.StateDao$$EnhancerByCGLIB$$c7529867.getStateByName()
>> [com.springsource.net.sf.cglib-2.2.0.jar:na]
>> at
>> org.apache.openmeetings.ldap.LdapLoginManagement.updateUserFromLdap(LdapLoginManagement.java:800)
>> [openmeetings-2.1.0-SNAPSHOT.jar:na]
>>  at
>> org.apache.openmeetings.ldap.LdapLoginManagement.doLdapLogin(LdapLoginManagement.java:579)
>> [openmeetings-2.1.0-SNAPSHOT.jar:na]
>> at
>> org.apache.openmeetings.remote.MainService.loginUser(MainService.java:333)
>> [openmeetings-2.1.0-SNAPSHOT.jar:na]
>>  at sun.reflect.NativeMethodAccessorImpl.invoke0(N