How to create an installer

2010-04-22 Thread blind1985
Hi, I have created a new custom-version of Openmeetings, but when I want to install this version I can't it because I have no install-file. Can you say me how I create an installer. Kind Regards blind1985 -- You received this message because you are subscribed to the Google Groups "OpenMeetin

Re: LDAP and user name length limit

2010-04-22 Thread t.lem...@gmail.com
tniemi a écrit : See http://code.google.com/p/openmeetings/issues/detail?id=1210 On Apr 17, 1:01 pm, tniemi wrote: Hello, I am running OpenMeetings successfully with OpenLDAP enabled authentication. I have a problem with users which have less than 4 character long user name. Following erro

Re: LDAP and user name length limit

2010-04-22 Thread tniemi
See http://code.google.com/p/openmeetings/issues/detail?id=1210 On Apr 17, 1:01 pm, tniemi wrote: > Hello, > > I am running OpenMeetings successfully with OpenLDAP enabled > authentication. I have a problem with users which have less than 4 > character long user name. Following error for these us

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread JOLY Alexandre
Hi, Hi check hibernate.cfg.xml, i have add the mapping line missing. OpenMeeting don't start, but no error in openmeetings.log and red5.log. Last line in OpenMeetings's log : DEBUG 04-22 18:24:28.829 Sessionmanagement.java 261878 285 org.openmeetings.app.data.basic.Sessionmanagement [http-508

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread Sebastian Wagner
HI you should check this point here: => There is no need to check the hibernate.cfg.xml in general, but it might be useful to check if all tables are still the same, sometime we add new tables to the scheme that need to be added. Have a a look at the new hibernate.cfg.xml There are some new mapp

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread JOLY Alexandre
In the openemeetings.log i have this for exemple : ERROR 04-22 16:01:51.465 AppointmentDaoImpl.java 704254 702 org.openmeetings.app.data.calendar.daos.AppointmentDaoImpl [Red5_Scheduler_Worker-7] - Error in getTodaysAppoitmentsForAllUsers : java.lang.NullPointerException: null And a lot of ot

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread Sebastian Wagner
You have to have a look at the red5.log and openmeetings.log Sebastian 2010/4/22 JOLY Alexandre > Hi, > > Thanks for your respond but i have tried with restored old database. > > I have restart Update's process but same results. > > OpenMeetings don't start just show loading, and white screen

Re: screensharing at port 80

2010-04-22 Thread frank
I can start the screensharing by clicking the button. Then begins the download of the screensharing apllication. Thats all. There is an exeption in the java-log, but only, if port 1935 is closed. [ERROR] [javawsApplicationMain] org.red5.screen.webstart.ScreenShareRTMPT - createWindow Exception: ja

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread JOLY Alexandre
Hi, Thanks for your respond but i have tried with restored old database. I have restart Update's process but same results. OpenMeetings don't start just show loading, and white screen to finish. I try to Update from 1.0 to 1.1 r3087 it's possible ? Thanks a lot, Best regards, Alexandre | Ina

Re: screensharing at port 80

2010-04-22 Thread Sebastian Wagner
What do you mean by does not work? The Screen sharing should switch to RTMPT (so to port 80 in your case) if the user is connected to the application using rtmpt. (In other words screensharing should always use the same as audio and video) As you maybe have seen: Initially the application it will

Re: screensharing at port 80

2010-04-22 Thread frank
Hi Sebastian, we used these instruction (http://groups.google.com/group/openmeetings- user/msg/f73bd2ada345759d) and the follow ports: config.xml rtmpport 1935 rtmpTunnelport 80 httpport 80 red5.properties rtmp.port=1935 rtmpt.port 80 How i say: audio and video are ok, but screensharing does'n w

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread Sebastian Wagner
Hi Alexandre, if you follow the Guide you will not need to rename any tables. You export and import the tables including its scheme. Otherwise I would recommend waiting until we have the Complete Exporter/Importer. But you will still have to update to the version where the Complete Exporter/Impor

Re: screensharing at port 80

2010-04-22 Thread Sebastian Wagner
Hi Frank, when you change in the red5.properties and config.xml the ports of rtmp and rtmpt audio + video and screensharing will use those. Screensharing does automatically use the same ports as audio and video. Sebastian 2010/4/22 frank > Hi, > our openmeetings is running on port 80, so we

screensharing at port 80

2010-04-22 Thread frank
Hi, our openmeetings is running on port 80, so we can use it behind a firewall. Audio and video are ok. Only screensharing is not working (it works, when the firewallport 1935 is open). Would it be possible to run screensharing on port 80. -- You received this message because you are subscribed t

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread JOLY Alexandre
Hi, I have tried to do Update's process, but i have break my OpenMeetings... I explain, i have follow instruction, copy table and files. But in version 1.0 lot of table are modified, or doesn't exists... Exemple : "comment" properties in 1.0 is "comment_field" in 1.2 Same time table are not s

Re: Update OpenMeetings 1.0 to 1.1 or better

2010-04-22 Thread Sebastian Wagner
Hi, yes that is the way to do it at the moment. I will extend the Export/Import in one of the next Versions so that the Update-Process is much easier. Sebastian 2010/4/22 Mark Rittinghaus > Hello Alexandre, > > the update process is discribed in the Wiki of openmeetings: > > http://code.goog