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 solomax...@gmail.com I'll fix it ASAP On Wed, Feb 20, 2013 at 2:46 PM, Mahmut Teker teker.mah...@gmail.comwrote: Hi, Any idea about that error? System gives this

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

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 teker.mah...@gmail.comwrote: 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

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 seba.wag...@gmail.com already done :) However it is kind of strange again why OpenJPA does not support it.

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 solomax...@gmail.com you can replace only jar file:

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

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 solomax...@gmail.com 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

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

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

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 uwe.krem...@vnmonline.de 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

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

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 | |

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

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 good...@i.ua 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

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

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 uwe.krem...@vnmonline.de wrote: Done. The only error I get is: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm Plus this: -INFO in

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; +-+ |

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,

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

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

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

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 stephen.cott...@robertbird.com.au wrote: Is this on Linux by chance? -Original Message- From: Vieri

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,

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,

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

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 uwe.krem...@vnmonline.dewrote: 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

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, michael.wut...@eledia.de wrote: Hello, I tried to install the latest revision of OM 2.1 (r1447988) but the installation process will not complete. This is what

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

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 uwe.krem...@vnmonline.dewrote: Well, that is embarrassing... It was the ports. After I did this: http://openmeetings.apache.org/PortSettings.html it

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 good...@i.ua 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:

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 solomax...@gmail.com wrote: is telnet able to connect? (to ensure it

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, michael.wut...@eledia.de wrote: Hello, I tried to install the latest revision of OM 2.1

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

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 good...@i.ua wrote: Last I see on https://builds.apache.org/job/openmeetings/ is 1447988 (now installed) How can I check 1448149? Thanks for advise.

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:

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 good...@i.ua wrote: Build from SVN like this: svn checkout http://svn.apache.org/repos/asf/incubator/openmeetings/branches/2.0/ ? ** ** *From:* Maxim Solodovnik

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

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 ayshasadd...@yahoo.comwrote: I create database by this command: mysql CREATE DATABASE openmeetings DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; mysql GRANT ALL PRIVILEGES ON

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 solomax...@gmail.com To: Openmeetings user-list user@openmeetings.apache.org; Aysha Saddiqa ayshasadd...@yahoo.com Sent: Thursday,

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 ayshasadd...@yahoo.comwrote: How to import built in database of OpenMeetings? Can it be the cause of any error during installation? -- *From:*

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 ayshasadd...@yahoo.comwrote: Did you mean Run Web Installer? -- *From:* Maxim Solodovnik solomax...@gmail.com *To:* Openmeetings user-list user@openmeetings.apache.org; Aysha

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 ayshasadd...@yahoo.comwrote: I run it http://localhost:5080/openmeetings/install First time it works and start the

Re: Database Empty

2013-02-20 Thread Aysha Saddiqa
Yes I added mysql parameters to persistence.xml. From: Maxim Solodovnik solomax...@gmail.com To: Aysha Saddiqa ayshasadd...@yahoo.com; Openmeetings user-list user@openmeetings.apache.org Sent: Thursday, February 21, 2013 9:59 AM Subject: Re: Database Empty

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 solomax...@gmail.com To: Aysha Saddiqa ayshasadd...@yahoo.com; Openmeetings user-list user@openmeetings.apache.org Sent: Thursday, February 21, 2013 9:59 AM Subject:

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 ayshasadd...@yahoo.comwrote: When open in browser it couldn't connect to localhost:5080. What is it? --

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 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