Installation on CenTOS

2008-09-22 Thread benoxy
Hello, I want to install on CentOS 5.2 OpenMeetings but I have a error in launching RED5: Exception in thread "main" java.lang.NoClassDefFoundError: org/red5/server/Standalone I use OpenOffice 2.3, RED5 v0.6.3, sun-Java5 all my JAVA_HOME variables are correctly positioned. Can you help me? Tha

Re: Error compiling r1563

2008-09-22 Thread Sebastian Wagner
update again, there was an error in the JUnit testfile r1564 should work again sebastian 2008/9/22 Netdiver <[EMAIL PROTECTED]> > > Found the problem! > From r1556 the StartScreen constructor has now 5 params, while in > webapp/src/test/org/openmeetings/test/gui/TestGui.java the "new > StartScre

Re: Error compiling r1563

2008-09-22 Thread Netdiver
Found the problem! >From r1556 the StartScreen constructor has now 5 params, while in webapp/src/test/org/openmeetings/test/gui/TestGui.java the "new StartScreen("","","","");" has only 4 params. Changing the line 17 of TestGui.java to new StartScreen("","","","",""); (with 5 params) solved the pr

Re: Error compiling r1563

2008-09-22 Thread Sebastian Wagner
I compile on OSx but also no errors sebastian 2008/9/22 Netdiver <[EMAIL PROTECTED]> > > Hi Sebastian, thanks for your ready reply. > In windows I'm using Java SDK 1.6.0_07; in my Ubuntu 8.04 I was using > Java 1.6.0_06. > I installed "apt-get install sun-java5-sdk" and changed JAVA_HOME and > u

Re: Problems uploading .doc filed

2008-09-22 Thread Joe
Thanks Sebastian, all things works fine now... On 22 Set, 16:01, "Sebastian Wagner" <[EMAIL PROTECTED]> wrote: > you should use java5, but anywy your error seems to be a problem with the > document. > also you need of course to install ALL packages of open-office ... if you > want to convert .doc

Re: Error compiling r1563

2008-09-22 Thread Netdiver
Hi Sebastian, thanks for your ready reply. In windows I'm using Java SDK 1.6.0_07; in my Ubuntu 8.04 I was using Java 1.6.0_06. I installed "apt-get install sun-java5-sdk" and changed JAVA_HOME and update-alternatives, but with no luck: the error is the same. Still looking for a solution. Bye! Lo

Re: Problems uploading .doc filed

2008-09-22 Thread Sebastian Wagner
you should use java5, but anywy your error seems to be a problem with the document. also you need of course to install ALL packages of open-office ... if you want to convert .doc you need also oo-writer package ... not only *headless* sebastian 2008/9/22 Joe <[EMAIL PROTECTED]> > > Hi Sebastian,

Problems uploading .doc filed

2008-09-22 Thread Joe
Hi Sebastian, hi all, I'm trying to install OpenMeetings on a new PC with Ubuntu Server 8.04.1 - Installed all converters - Installed Red5 0.6.3 - Installed OpenMeetings 0.5.1 from precompiled zip file Now everythings seem to be fine, but I can't upload .doc files. No problems with jpg and pdf, o

Re: Error compiling r1563

2008-09-22 Thread Sebastian Wagner
did you check to use same Java-Versions on both boxes? you should use JDK5 sebastian 2008/9/22 Netdiver <[EMAIL PROTECTED]> > > Hi All, > I have a problem compiling the Java webapp from r1563. > I am trying to do this operation in Ubuntu Linux (8.04.1 in English), > while my previous installati

Error compiling r1563

2008-09-22 Thread Netdiver
Hi All, I have a problem compiling the Java webapp from r1563. I am trying to do this operation in Ubuntu Linux (8.04.1 in English), while my previous installation (still working with r14xx was under Windows Server 2003. As I am a novice, I ask you for help! Ant is giving me some warnings and one

Re: how to secure openmeetings flash streaming?? ,

2008-09-22 Thread Sebastian Wagner
test-setup.lzxx is in the same dir as maindebug.lzx 2008/9/22 Mudassir Aftab <[EMAIL PROTECTED]> > > > where to execute test-setup.lzx ?? and try to connect to rtmps?? > > > > -- Sebastian Wagner http://www.webbase-design.de http://openmeetings.googlecode.com http://www.laszlo-forum.de [EMA

Re: how to secure openmeetings flash streaming?? ,

2008-09-22 Thread Mudassir Aftab
where to execute test-setup.lzx ?? and try to connect to rtmps?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenMeetings User" group. To post to this group, send email to openmeetings-user@googlegroups.com To

Re: how to secure openmeetings flash streaming?? ,

2008-09-22 Thread Sebastian Wagner
if you did change the connection url to rtmps ... and if you actually did verify that by checking the connection url inside the running application you are fine. rtmpS == rtmpT over SSL rtmpT = rtmp over HTTP so if the packets still go over TCP/HTTP I am not sure if that is an argument for *its n

Re: how to secure openmeetings flash streaming?? ,

2008-09-22 Thread Mudassir Aftab
Hi Sebastian Wagner, I changed **protocollName** to *rtmps* in *hibRtmpConnection.lzx* ,and compile it from source ,it works nice and fine ,but wht are * red5.properties* settings?? when i open openmeetings homepage ,it makes still rtmp connection, i verify it through wireshark ,packets are sti