i tried to add some information, anyway these instructions might only help you if you have some basic knowledge about how to build a java-webapp for the server side and if you want to change something in the client you need some basic knowledge about how to code with openlaszlo (see Openlaszlo in 10 minutes: http://www.openlaszlo.org/lps4/laszlo-explorer/index.jsp?lzr=swf8)
I downloaded the code. Can you send me clear steps to execute the code. I mean what do to step by step. I run it on eclipse but i am unable to run it on Tomcat.
Can you please point out the url to download the source of Beta5 version. The source code currently available is for Beta 1. So, its no use to build application from source code. Thanks
There is no other Source Code. This one here IS the latest Source-Code. It is not Beta1 Source Code (and also not Beta5 as there are already changes). This is the Source code you can see on the demo-portal.
If you see error fields on login form it means you didnt run Install yet and necessary fields in Db is NOT yet populated.
Basic steps; After checkout fresh copy from svn repo (windows users look for tortoise svn, linux users already knows what to do, hehe), 1. set JAVA_HOME to jdk 1.5 or greater, 2. run ant dist at where build.xml located, 3. copy xmlcrm dir which is inside of dist to red5 server webapps dir, 4. change config.xml and install/hibernate.cfg.xml to wanted db connection, (dont forget to run mysql or any db at this moment) 5. copy main.lzx.lzr=swf8.swf and maindebug.lzx.lzr=swf8.swf to red5 webapps dir, 6. run http://localhost:5080/xmlcrm/Install (not install case sensitive) 7. watch populated fields from red5 console, it takes a time, grab o coffee :) 8. Finally run http://localhost:5080/xmlcrm All paths relative, be carefull.
Final note: Every little change effects immediately when you refresh browser window while you work with Laszlo. And comment is <!-- --> lines Hope it helps some one, Happy coding
In Linux servers like Debian, first mail log to yourself, since server and client is different. mutt -a red5.tar.gz your@ownmail.org < /dev/null And then attach to new issue
To open red5 logs, Find this in $RED5/conf/log4j.properties file; log4j.appender.FLOG=org.apache.log4j.RollingFileAppender? and add this before this line log4j.rootLogger=DEBUG, FLOG and change this log4j.rootCategory=DEBUG, CONSOLE to log4j.rootCategory=DEBUG
I wrote a script to download/compile/install the sources of openmeetings on a debian sid. Freshly tested this morning ! It works if there is no default password for root on the database, and config for OOo conversion is not done.
test : http://<server IP>:8080/lps-4.0.10/openmeetings/main.lzx?lzr=swf8&lzproxied=solo
compilation/installation du serveur
cd
svn checkout http://openmeetings.googlecode.com/svn/trunk/webapp/
cd webapp
ant dist
cd dist/openmeetings/conf
cp mysql_hibernate.cfg.xml hibernate.cfg.xml
cd ..
cp -r ~/client/ .
cd
cp -r webapp/dist/openmeetings/ /usr/lib/red5/webapps/
/usr/lib/red5/red5.sh
test : http://<server IP>:5080/openmeetings/Install
Hi, I am a new java programmer and don't have any experience in java, I have some problem with Java Source Code compiling (Server-Side) I'm using Eclipse SDK 3.3.2, When I want built project, see below error :
Buildfile: C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\build.xml
cleanForBinary:
delete? Deleting directory C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\dist
delete? Deleting: C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\filetest.keystore
prepare:
mkdir? Created dir: C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\dist
copy? Copying 208 files to C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\dist
copy? Copied 15 empty directories to 3 empty directories under C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\dist
resources:
compile:
echo? C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp/bin
jar:
jar? Building jar: C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\dist\openmeetings\WEB-INF\lib\openmeetings.jar
jar? Building jar: C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\dist\openmeetings\WEB-INF\lib\openmeetings-templates.jar
signWebStartJars:
genkey? Generating Key for filetest
genkey? Generating 1,024 bit DSA key pair and self-signed certificate (SHA1withDSA) with a validity of 90 days
genkey? for: CN=Sebastian Wagner, OU=technology, O=openmeetings.googlecode.com, C=DE
genkey? filetest.keystore?
signjar? Signing JAR: C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\dist\openmeetings\screen\commons-collections-3.1.jar to C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\dist\openmeetings\screen\commons-collections-3.1.jar as filetest
BUILD FAILED C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\build.xml:286: Execute failed: java.io.IOException: Cannot run program "jarsigner.exe" (in directory "C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp"): CreateProcess? error=2, The system cannot find the file specified
many thanks for the kind response. yes, I overlooked the folder name. I am going to follow the rest of the step by step instructions and keep posted the outcome.
Hi there, I have tried to build openmeetings from the source; this time into the debian OS. After successfully doing every steps instructed in the above build from sources note I am having error message when tried to "ENTER THE APPLICATION" saying: Netconnection.connect.Failed. I am dumping the two log output (one from red5 nohup.out and another from openmeetings.log). I must highly appreciate any advice.
Hi Please ignore the above error netconnection.connect.failed problem. Its nothing but the required port was not open and thats why the connection got failed occured. Heaps thanks everyone.
When i followed the steps which is there in the site, after running the ant script i'm unable to find xmlcrm directory in my dist folder. Can any body help me in this context.
when i tried to deploy the openmeetings in tomcat it is giving default.context bean is not found. Please can any body give the steps to deploy the opne meetings in Tomcat or weblogic
I can't start de server with log4j, always the same: java.lang.NoClassDefFoundError?: org/apache/log4j/PropertyConfigurator? And the jog4j.jar is correctly in the WEB-INF/lib directory. Does anyone solve it???
I can't send invitations, i think is also related to Log4J, always NoClassDefFoundError?
I can run the server without log4j, everything is correct. Thanks
Hi, I want to know the release date of version 0.6. When it will be available. Actually, I am interested in Audience module( issue 197 ). I think this feature will enable openmeetings to be used as a virtual class room. So please let me know when this version will be available. In addition, I also wanna know if I want to customize this solution (like I wanna implement audience module at my own). Is it possible for you to provide any support for this purpose. thanks.
Hi, i had installed openmeetings on Windows, i have code of SVN, and openlaszlo. i only need modify some features of openmeetings, for example delete rooms modify the authenticate with DB change size of windows....
and i don't know if is neccessary java-apps
or what´s the procedure. Only is for me, no for community edition. Thanks in advance.
Hi, i`m try to modify OM, I install openlaszlo from trunk (4.2.x), i checkout source code from http://openmeetings.googlecode.com/svn/trunk/client/ , i installed it on C:\Program Files\OpenLaszlo? Server 4.2.x\Server\lps-4.2.x\client
Compilation Errors base/functions.lzx:-1:-1: unterminated string: 'Invalid event sender: base/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
Compilation Warnings
base/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
Compilation Errors modules/conference/global/functions.lzx:-1:-1: unterminated string: 'Invalid event sender: modules/conference/global/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag. Compilation Warnings
modules/conference/global/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
I try with openlaszlo 4.2.x, 4.1.1 and 4.2b2. I go to the line functions.lzx:219 and change method for handler and appear this error
Review 77 compilation warnings.
handler needs a non-null name attribute base/remote/devRtmpConnection.lzx:8:33: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:9:31: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:203:47: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:206:34: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:36:48: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:46:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:49:50: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:53:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:55:35: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:56:34: Refusing to compile an empty handler, you should declare the event instead base/components/updatecheckbox.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:8:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:12:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableListItem.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/text/borderedInputtext.lzx:22:30: Refusing to compile an empty handler, you should declare the event instead base/components/text/borderedInputtext.lzx:86:31: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/text/borderedInputtext.lzx:100:32: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/compo
...
when i try compile main.lzx?lzr=swf8&lzproxied=solo
this warrings appear
handler needs a non-null name attribute base/remote/devRtmpConnection.lzx:8:33: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:9:31: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:203:47: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:206:34: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:36:48: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:46:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:49:50: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:53:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:55:35: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:56:34: Refusing to compile an empty handler, you should declare the event instead base/components/updatecheckbox.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:8:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:12:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/c
I did that with the trunk and the tag with oplz 412 42x and with both a i has the same error like describe top. Give me the correct link for checkout. Somebody should make a videotutorial for this.
I've installed red5 and It's work fine with rtmp, but when i'm trying to connect to rtmpt, I only receive the following event : NetConnection?.Connect.Failed. how can I enable rtmpt for red5? #nmap localhost PORT STATE SERVICE 25/tcp open smtp 80/tcp open http 111/tcp open rpcbind 113/tcp open auth 631/tcp open ipp 1935/tcp open rtmp 3306/tcp open mysql 8080/tcp open http-proxy 8118/tcp open privoxy 9999/tcp open abyss any idea?
<checkbox name="holddatainSO" text="Do not ask again" x="10" y="210">
<handler name="oninit">
var t = new lz.sharedObject();
t.getLocal('userdata');
var g = t.getData('userdata');
var save = g["savecamdata"];
Debug.write("savecamdata save: ",save);
if(save) this.setValue(true);
var t = new lz.sharedObject();
t.getLocal('userdata');
var g = t.getData('userdata');
var save = g["savecamdata"];
Debug.write("savecamdata save: ",save);
if(save) this.setValue(true);
,it works fine and I created the users also.but when I run http://172.28.44.81:5080/openmeetings/ this ..it shows blank page.and I am also not able to connect by this url from other machine..
just open the port 5080 and 8088 and also copy the maindebug.lzx.lzr=swf8.swf and main.lzx.lzr=swf8.swf in red5 webapps and red5 webapps/openmeeting dir from openlazslo openmeeting .
Hello, I have a great problem with this !! I can't connect from a remote machine to the server how executing the openmeetings Error code while trying to connect : NetConnection?.Connect.Failed
when i try to compile client app, i am getting following error.
Compilation Errors base/functions.lzx:-1:-1: unterminated string: 'Invalid event sender: base/functions.lzx:219:63: Unknown attribute 'reference' on methodbase/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag. Compilation Warnings base/functions.lzx:219:63: Unknown attribute 'reference' on methodbase/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
I am using OpenLaszlo? Server 4.2.0 on windows machine.
my openmeetings does not run when I build the java-webapp source and copy the generated WEB-INF to the openmeetings folder under Red5\webapps\openmetings.
Yes. Fairly recetly the codebase was changed to use the Red5LoggerFactory? which, as near as I can tell, is introduced in Red5 0.8 RC3. Attempting to deploy to any other version of Red5 throws ClassNotFoundExceptions?.
I tried real quick to deploy on RC3 and, while it did deploy, launching the app after running the install did not work. I suspect that you may need to build/deploy the whole OpenMeetings? platform from the ground up and not just the webapp as it seems like there are some new features being added so the different components will need to be in sync.
I did download red5 from the link mentioned. The version I used is red5-0.8.RC3-build-hudson-red5_jdk6_stable-81.zip But this time, Red5 would not even start, I get NullPointerExceptions? ERROR 03-23 11:47:35.265 WhiteboardConvertionJobManager?.java 28234 130 org.openmeetings.app.data.record.WhiteboardConvertionJobManager? [DefaultQuartzScheduler_Worker-2] - initJobs? java.lang.NullPointerException?
Try to rename the openmeetings folder under webapp, edit the ./WEB-INF/web.xml and red5-web.properties files to set up the new webAppRootKey (the new folder name). The same update for the file config.xml in the openmeetings folder.
I'm trying to compile the dev snapshot, renaming the openmeetings webapp folder, in order to have both the production version and the dev version available. The compile process ends without problems. I rename the webapps folder to omdev and modify the webAppRootKey in the needed files. When I try to start the install process pointing to the installation url, the browser reports the error: Requested resource not found! In the red5.log the error reported is:Servlet Install is currently unavailable What I am missing?
Hi, I've just installed openmeeting from the source (r2722) and I have some issues : When I go to this link http://X.X.X.X:5080/openmeetings/Install, it says ERROR 503. So I run the debug and I have this :
<a title="#0">ERROR @modules/calendar/dayview/terminarea.lzx#104: reference to undefined variable 'parent'</a> <a title="#1">ERROR @modules/calendar/dayview/terminarea.lzx#104: undefined object does not have a property 'y'</a> <a title="#2">WARNING @modules/calendar/dayview/terminarea.lzx#104: reference to undefined property 'y'</a> INFO @maindebug.lzx#100: #mainbgcontentNavi.setContextMenu is deprecated. Use #mainbgcontentNavi.setAttribute instead main.lzx/oninit: «<canvas>#8#7| This is the canvas» main.lzx/config.xml ondata «<canvas>#8#7| This is the canvas» userSSLString no devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmp://88.191.88.85:1935/openmeetings/hibernate null false devRtmpConnection/registerMethods() error NetConnection?.Connect.Closed rtmpt://88.191.88.85:8088/openmeetings/hibernate null false devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmpt://88.191.88.85:8088/openmeetings/hibernate null false devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmpt://88.191.88.85:8088/openmeetings/hibernate null false ERROR @base/functions.lzx#90: undefined object does not have a property 'length' WARNING @base/functions.lzx#90: reference to undefined property 'length' labelerrorPopup: error explorerBox/setTintRGB «<view>#12#11| /labelerrorPopup/view2?/view1?» explorerBox/setTintRGB «Object#13| {ba: 197, bb: 0, ga: 132, gb: 0, ra: 33, rb: 0}» INFO @base/components/explorer/explorerBox.lzx#381: /labelerrorPopup/@resizeview.setColor is deprecated. Use /labelerrorPopup/@resizeview.setAttribute instead error NetConnection?.Connect.Closed rtmpt://88.191.88.85:8088/openmeetings/hibernate null false labelerrorPopup: error explorerBox/setTintRGB «<view>#12#17| /labelerrorPopup2?/view2?/view1?» explorerBox/setTintRGB «Object#18| {ba: 197, bb: 0, ga: 132, gb: 0, ra: 33, rb: 0}» INFO @base/components/explorer/explorerBox.lzx#381: /labelerrorPopup2?/@resizeview.setColor is deprecated. Use /labelerrorPopup2?/@resizeview.setAttribute instead
Can someone please give me a clue about what may be wrong, thanks.
javac? Compiling 220 source files to /home/alex/trunk/webapp/bin
javac? /home/alex/trunk/webapp/src/app/org/openmeetings/app/hibernate/beans/user/Users.java:52: warning: unmappable character for encoding UTF8
javac? //TODO: Fehlende adressids f�r rechnung und lieferadresse
javac? ^
javac? /home/alex/trunk/webapp/src/app/org/openmeetings/app/ldap/LdapLoginManagement?.java:233: warning: unmappable character for encoding UTF8
javac? // Pr�fen, ob user bereits vorhanden ist
javac? ^
javac? /home/alex/trunk/webapp/src/app/org/openmeetings/app/remote/MainService?.java:182: warning: unmappable character for encoding UTF8
javac? // Pr�fen, ob User bereits vorhanden ist
javac? ^
javac? /home/alex/trunk/webapp/src/app/org/openmeetings/app/remote/red5/WhiteBoardObjectListManager?.java:33: warning: unmappable character for encoding UTF8
javac? Room items � Whiteboard
javac? ^
javac? /home/alex/trunk/webapp/src/app/org/openmeetings/servlet/outputhandler/ScreenServlet?.java:50: warning: com.sun.image.codec.jpeg.JPEGCodec is Sun proprietary API and may be removed in a future release
javac? import com.sun.image.codec.jpeg.JPEGCodec;
javac? ^
javac? /home/alex/trunk/webapp/src/app/org/openmeetings/servlet/outputhandler/ScreenServlet?.java:51: warning: com.sun.image.codec.jpeg.JPEGImageEncoder is Sun proprietary API and may be removed in a future release
javac? import com.sun.image.codec.jpeg.JPEGImageEncoder;
javac? ^
javac? /home/alex/trunk/webapp/src/app/org/openmeetings/servlet/outputhandler/ScreenServlet?.java:52: cannot find symbol
javac? symbol : class Timestamp
javac? location: package com.sun.jmx.snmp
javac? import com.sun.jmx.snmp.Timestamp;
javac? ^
javac? Note: Some input files use or override a deprecated API.
javac? Note: Recompile with -Xlint:deprecation for details.
javac? Note: Some input files use unchecked or unsafe operations.
javac? Note: Recompile with -Xlint:unchecked for details.
javac? 1 error
javac? 6 warnings
BUILD FAILED /home/alex/trunk/webapp/build.xml:437: Compile failed; see the compiler error output for details.
i have downloaded the openmeeting-r854. I just wanted to know if it is possible to run the project on netbeans ide 6.7.1. Or it is strongly recommended to run it on eclipse???
I have downloaded the source code of openmeetings and created a dynamic project in eclipse. It is showing some compilation error. After adding apache-mina 1.7 jar files, most of the errors fixed. Now its showing error in ScreenShare?.java and ScreenShareRTMPT.java file. In openlaszlo it is not able to import org.openlaszlo. in solo-deploy.jsp, solo-dhtml-deploy.jsp and viewer.jsp files.
When I am trying to run in eclipse it is giving this error mentioned below:
'SEVERE: StandardWrapper?.Throwable org.springframework.beans.factory.parsing.BeanDefinitionParsingException?: Configuration problem: Failed to import bean definitions from relative location [red5-services/issueservice.service.xml] Offending resource: ServletContext? resource [/WEB-INF/root-web.xml]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException?: IOException parsing XML document from URL [jndi:/localhost/WEB-INF/red5-services/issueservice.service.xml]; nested exception is java.io.FileNotFoundException?'
How to resolve these error and how to build and run openmeetings in eclipse?
Hi,
How can I build from source? Please give me a clue.
Zia info@ryanbabu.com
I need to compile the source, can you help me?
I need to compile the source, can you help me?
i tried to add some information, anyway these instructions might only help you if you have some basic knowledge about how to build a java-webapp for the server side and if you want to change something in the client you need some basic knowledge about how to code with openlaszlo (see Openlaszlo in 10 minutes: http://www.openlaszlo.org/lps4/laszlo-explorer/index.jsp?lzr=swf8)
sebastian
I downloaded the code. Can you send me clear steps to execute the code. I mean what do to step by step. I run it on eclipse but i am unable to run it on Tomcat.
I've add some more comments how to build the client, you do not need to patch any file's of the OpenLaszlo? Server anymore
Hi,
Can you please point out the url to download the source of Beta5 version. The source code currently available is for Beta 1. So, its no use to build application from source code. Thanks
There is no other Source Code. This one here IS the latest Source-Code. It is not Beta1 Source Code (and also not Beta5 as there are already changes). This is the Source code you can see on the demo-portal.
Hi,
Please check the file http://openmeetings.googlecode.com/svn/branches/dev/laszlo/client/xmlcrm/videoconference/main.lzx
Its saying the version is 0.5 Beta.
<attribute name="currentappversion" value="Version 0.5 Beta1" type="string" />
Please check the source code. I have downloaded the http://openmeetings.googlecode.com/svn/branches/dev/laszlo client but the version is old.
I am first trying to build the laszlo client.
I am stuck with and can't go ahead. I am exploring the source code and wan't to contribute to the project.
Thanks
Notes on building sources;
If you see error fields on login form it means you didnt run Install yet and necessary fields in Db is NOT yet populated.
Basic steps; After checkout fresh copy from svn repo (windows users look for tortoise svn, linux users already knows what to do, hehe), 1. set JAVA_HOME to jdk 1.5 or greater, 2. run ant dist at where build.xml located, 3. copy xmlcrm dir which is inside of dist to red5 server webapps dir, 4. change config.xml and install/hibernate.cfg.xml to wanted db connection, (dont forget to run mysql or any db at this moment) 5. copy main.lzx.lzr=swf8.swf and maindebug.lzx.lzr=swf8.swf to red5 webapps dir, 6. run http://localhost:5080/xmlcrm/Install (not install case sensitive) 7. watch populated fields from red5 console, it takes a time, grab o coffee :) 8. Finally run http://localhost:5080/xmlcrm All paths relative, be carefull.
Final note: Every little change effects immediately when you refresh browser window while you work with Laszlo. And comment is <!-- --> lines Hope it helps some one, Happy coding
Sorry for my poor wiki markup abilities :)=
Sending logs to issue;
In Linux servers like Debian, first mail log to yourself, since server and client is different. mutt -a red5.tar.gz your@ownmail.org < /dev/null And then attach to new issue
Red5 log file
To open red5 logs, Find this in $RED5/conf/log4j.properties file; log4j.appender.FLOG=org.apache.log4j.RollingFileAppender? and add this before this line log4j.rootLogger=DEBUG, FLOG and change this log4j.rootCategory=DEBUG, CONSOLE to log4j.rootCategory=DEBUG
Take care
If you have problem with documents in white board, try to chmod +x scripts in xmlcrm/jod
Several days ago, I added the installation guide "INSTALL" to the top level in the source for convenience.
Review it please.
you could add some info that ant >= 1.7 is required rest is fine
I wrote a script to download/compile/install the sources of openmeetings on a debian sid. Freshly tested this morning ! It works if there is no default password for root on the database, and config for OOo conversion is not done.
Here it is :
hmm google highlighting made my script wrong :( how can i do to send it properly ?
Email me at jakev383@gmail.com with your script and I'll clean it up some and make it available for download. Thanks.
Hi, I am a new java programmer and don't have any experience in java, I have some problem with Java Source Code compiling (Server-Side) I'm using Eclipse SDK 3.3.2, When I want built project, see below error :
Buildfile: C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\build.xml
cleanForBinary:
prepare:
resources:
compile:
jar:
signWebStartJars:
BUILD FAILED C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp\build.xml:286: Execute failed: java.io.IOException: Cannot run program "jarsigner.exe" (in directory "C:\Documents and Settings\Mojtaba\workspace\openmeetings_webapp"): CreateProcess? error=2, The system cannot find the file specified
Total time: 7 seconds
Anybody can help me ?
Thanks, -Mojtaba
you need a Java SDK (JDK) to compile OpenMeetings?. You are using a JRE to compile that, this does not contain a jarsigner(.exe) see: http://forum.java.sun.com/thread.jspa?threadID=563268&tstart=150
Hi, I have followed the step by step guide as described above for Openlaszlo Client (Client-Side); But could not find any way to build the source; I am just confused am I missing anything? because I don't see any folder named videoconference and hence could not get the mentioned links up as described above : Start OpenLaszlo? Server and run (lps-4.0.x = lps-4.0.10 if this is your !Openlaszlo version: http://localhost($LPS-HOST):8080/lps-4.0.x/videoconference/maindebug.lzx?lzr=swf8&lzproxied=solo (with debugger) and /or http://localhost($LPS-HOST):8080/lps-4.0.x/videoconference/main.lzx?lzr=swf8&lzproxied=solo
Any kind help for the above is highly appreciated. Thank you very much in advance.
well, if you create a folder openmeetings and place the files from the SVN there the link might by: http://localhost:8080/lps-4.0.12/openmeetings/maindebug.lzx?lzr=swf8&lzproxied=solo
Hi, I have followed the step by step guide as described above for Openlaszlo Client (Client-Side); But could not find any way to build the source; I am just confused am I missing anything? because I don't see any folder named videoconference and hence could not get the mentioned links up as described above : Start OpenLaszlo?? Server and run (lps-4.0.x = lps-4.0.10 if this is your !Openlaszlo version: (My OS is windows XP and lps-4.0.12 is my openlaszlo server)http://localhost($LPS-HOST):8080/lps-4.0.x/videoconference/maindebug.lzx?lzr=swf8&lzproxied=solo (with debugger) and /or http://localhost($LPS-HOST):8080/lps-4.0.x/videoconference/main.lzx?lzr=swf8&lzproxied=solo
Any kind help for the above is highly appreciated. Thank you very much in advance.
many thanks for the kind response. yes, I overlooked the folder name. I am going to follow the rest of the step by step instructions and keep posted the outcome.
building from the source in windows box been very successful. I am going to do the same for debian linux. keep posted the update. thanks.
many thanks to Sebastian for the kind response.
Hi there, I have tried to build openmeetings from the source; this time into the debian OS. After successfully doing every steps instructed in the above build from sources note I am having error message when tried to "ENTER THE APPLICATION" saying: Netconnection.connect.Failed. I am dumping the two log output (one from red5 nohup.out and another from openmeetings.log). I must highly appreciate any advice.
// ERROR DUMP FROM RED5 NOHUP.OUT
DEBUG 05-15 13:08:42.569 ? 1435282 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - Lang ADDED: indonesian ERROR 05-15 13:08:42.689 ? 1435402 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - ErrorMappings? ADDED ERROR 05-15 13:08:42.809 ? 1435522 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - checkUserMail: jkabir@melcoe.mq.edu.au ERROR 05-15 13:08:42.816 ? 1435529 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - size: 0 DEBUG 05-15 13:08:42.828 ? 1435541 ? org.openmeetings.app.data.user.Addressmanagement [btpool1-3] - added id 1 ERROR 05-15 13:08:42.869 ? 1435582 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - registerEmail id: 1 ERROR 05-15 13:08:42.877 ? 1435590 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - registerEmail addr_emails: 1 ERROR 05-15 13:08:42.885 ? 1435598 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - getOrganisation_UserByUserAndOrganisation? 1 1 ERROR 05-15 13:08:42.889 ? 1435602 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - getOrganisation_UserByUserAndOrganisation?: 0 ERROR 05-15 13:08:42.901 ? 1435614 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - org: http://www.melcoe.mq.edu.au/projects/MAMS/ DEBUG 05-15 13:08:42.909 ? 1435622 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - conference_Id: 1 DEBUG 05-15 13:08:42.917 ? 1435630 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - audience_Id: 2 ERROR 05-15 13:08:42.941 ? 1435654 ? org.openmeetings.app.data.conference.Roommanagement [btpool1-3] - addRoomToOrganisation rooms private Conference Room ERROR 05-15 13:08:42.961 ? 1435674 ? org.openmeetings.app.data.conference.Roommanagement [btpool1-3] - addRoomToOrganisation rooms private Audience Room ERROR 05-15 13:08:42.965 ? 1435678 ? org.openmeetings.servlet.outputhandler.DownloadHandler? [btpool1-3] - add level to install file
// ERROR DUMP FROM OPENMEETINGS.LOG
DEBUG 05-15 13:08:42.569 ? 1435282 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - Lang ADDED: indonesian ERROR 05-15 13:08:42.689 ? 1435402 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - ErrorMappings? ADDED ERROR 05-15 13:08:42.809 ? 1435522 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - checkUserMail: jkabir@melcoe.mq.edu.au ERROR 05-15 13:08:42.816 ? 1435529 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - size: 0 DEBUG 05-15 13:08:42.828 ? 1435541 ? org.openmeetings.app.data.user.Addressmanagement [btpool1-3] - added id 1 ERROR 05-15 13:08:42.869 ? 1435582 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - registerEmail id: 1 ERROR 05-15 13:08:42.877 ? 1435590 ? org.openmeetings.app.data.user.Emailmanagement [btpool1-3] - registerEmail addr_emails: 1 ERROR 05-15 13:08:42.885 ? 1435598 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - getOrganisation_UserByUserAndOrganisation? 1 1 ERROR 05-15 13:08:42.889 ? 1435602 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - getOrganisation_UserByUserAndOrganisation?: 0 ERROR 05-15 13:08:42.901 ? 1435614 ? org.openmeetings.app.data.user.Organisationmanagement [btpool1-3] - org: http://www.melcoe.mq.edu.au/projects/MAMS/ DEBUG 05-15 13:08:42.909 ? 1435622 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - conference_Id: 1 DEBUG 05-15 13:08:42.917 ? 1435630 ? org.openmeetings.app.installation.ImportInitvalues? [btpool1-3] - audience_Id: 2 ERROR 05-15 13:08:42.941 ? 1435654 ? org.openmeetings.app.data.conference.Roommanagement [btpool1-3] - addRoomToOrganisation rooms private Conference Room ERROR 05-15 13:08:42.961 ? 1435674 ? org.openmeetings.app.data.conference.Roommanagement [btpool1-3] - addRoomToOrganisation rooms private Audience Room ERROR 05-15 13:08:42.965 ? 1435678 ? org.openmeetings.servlet.outputhandler.DownloadHandler? [btpool1-3] - add level to install file
Hi Please ignore the above error netconnection.connect.failed problem. Its nothing but the required port was not open and thats why the connection got failed occured. Heaps thanks everyone.
When i followed the steps which is there in the site, after running the ant script i'm unable to find xmlcrm directory in my dist folder. Can any body help me in this context.
Thanks in advance.
i changed the small howto, which was from January 2008, now the name is always openmeetings not xmlcrm
when i tried to deploy the openmeetings in tomcat it is giving default.context bean is not found. Please can any body give the steps to deploy the opne meetings in Tomcat or weblogic
I have some problems:
I can't start de server with log4j, always the same: java.lang.NoClassDefFoundError?: org/apache/log4j/PropertyConfigurator? And the jog4j.jar is correctly in the WEB-INF/lib directory. Does anyone solve it???
I can't send invitations, i think is also related to Log4J, always NoClassDefFoundError?
I can run the server without log4j, everything is correct. Thanks
I also had a problem by using Red5 v0.7 with OpenMeetings?. The org.springframework.web.util.Log4jConfigListener? make the server unable to start.
However I tried with the 0.6.3 version and it looks to solve my problems. Are there functionalities disabled or not working with that server version ?
Hi, I want to know the release date of version 0.6. When it will be available. Actually, I am interested in Audience module( issue 197 ). I think this feature will enable openmeetings to be used as a virtual class room. So please let me know when this version will be available. In addition, I also wanna know if I want to customize this solution (like I wanna implement audience module at my own). Is it possible for you to provide any support for this purpose. thanks.
Hi, i`m try to modify OM, i have SVN code of om for openlaszlo, i followed the instructions above and when run http://127.0.0.1:8080/lps-4.1.1/laszlo-explorer/openmeetings/maindebug.lzx?lzr=swf8&lzproxied=solo
show this message
ERROR @base/mainMethods.lzx#106: call to undefined function 'getLabelTag' WARNING @base/functions.lzx#179: reference to undefined property 'moderatorName' WARNING @base/functions.lzx#179: reference to undefined property 'mymodText' ERROR @base/functions.lzx#179: undefined object does not have a property 'setText' main.lzx/oninit: «lz.canvas$maindebug$2Elzx_2_50#4| This is the canvas» main.lzx/config.xml ondata «lz.canvas$maindebug$2Elzx_2_50#4| This is the canvas» devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmp://localhost:1935/openmeetings/hibernate null devRtmpConnection/registerMethods() error NetConnection?.Connect.Closed rtmpt://localhost:8088/openmeetings/hibernate null devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmpt://localhost:8088/openmeetings/hibernate null devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmpt://localhost:8088/openmeetings/hibernate null ERROR @base/navi/navifunctions.lzx#30: undefined object does not have a property 'length' WARNING @base/navi/navifunctions.lzx#30: reference to undefined property 'length' labelerrorPopup: error explorerBox/setTintRGB «lz.view$base$2Fcomponents$2Fexplorer$2FexplorerBox$2Elzx_303_45#7» explorerBox/setTintRGB «Object#8| {ra: 176, ga: 196, ba: 222, rb: 0, gb: 0, bb: 0}» error NetConnection?.Connect.Closed rtmpt://localhost:8088/openmeetings/hibernate null labelerrorPopup: error explorerBox/setTintRGB «lz.view$base$2Fcomponents$2Fexplorer$2FexplorerBox$2Elzx_303_45#9» explorerBox/setTintRGB «Object#10| {ra: 176, ga: 196, ba: 222, rb: 0, gb: 0, bb: 0}»
I dont know what is error. im working on windows
Can any body help me in this context.
Thanks in advance.
Note
I need Java Webapp? what is it?
please use latest openlaszlo from trunk (4.2.x) I will update the page here http://download.openlaszlo.org/nightly/trunk/
Hi, i had installed openmeetings on Windows, i have code of SVN, and openlaszlo. i only need modify some features of openmeetings, for example delete rooms modify the authenticate with DB change size of windows.... or what´s the procedure. Only is for me, no for community edition. Thanks in advance.
Hi, i`m try to modify OM, I install openlaszlo from trunk (4.2.x), i checkout source code from http://openmeetings.googlecode.com/svn/trunk/client/ , i installed it on C:\Program Files\OpenLaszlo? Server 4.2.x\Server\lps-4.2.x\client
compilation Of Openlaszlo with version 4.2.x , 4.1.1 & 4.0.12 from browser http://localhost:8080/lps-4.0.x/openmeetings/client/main.lzx?lzr=swf8..., it gave Compilation ErrorsCompilation Errors base/functions.lzx:-1:-1: unterminated string: 'Invalid event sender: base/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
Compilation Warnings
base/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
What i must to do?
Can any body help me in this context.
Thanks in advance.
you did check out the wrong sources
Thanks seba.wagner
what is the ringt source. http://openmeetings.googlecode.com/svn/trunk/webapp/?
Thanks in advance.
Hi again
How i can login on http://code.google.com/p/openmeetings/w/edit/OpenLaszlo When i try enter show
non members can only leave comments.
Hi
I have this error when try to compile OM with openlaszlo, (http://127.0.0.1:8080/lps-4.2b2/op/maindebug.lzx?lzr=swf8&lzproxied=solo)
Compilation Errors modules/conference/global/functions.lzx:-1:-1: unterminated string: 'Invalid event sender: modules/conference/global/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag. Compilation Warnings
modules/conference/global/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
I try with openlaszlo 4.2.x, 4.1.1 and 4.2b2. I go to the line functions.lzx:219 and change method for handler and appear this error
Review 77 compilation warnings.
handler needs a non-null name attribute base/remote/devRtmpConnection.lzx:8:33: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:9:31: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:203:47: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:206:34: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:36:48: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:46:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:49:50: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:53:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:55:35: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:56:34: Refusing to compile an empty handler, you should declare the event instead base/components/updatecheckbox.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:8:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:12:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableListItem.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/text/borderedInputtext.lzx:22:30: Refusing to compile an empty handler, you should declare the event instead base/components/text/borderedInputtext.lzx:86:31: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/text/borderedInputtext.lzx:100:32: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/compo
...
when i try compile main.lzx?lzr=swf8&lzproxied=solo
this warrings appear
handler needs a non-null name attribute base/remote/devRtmpConnection.lzx:8:33: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:9:31: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:203:47: Refusing to compile an empty handler, you should declare the event instead base/remote/devRtmpConnection.lzx:206:34: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:36:48: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:46:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:49:50: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:53:37: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:55:35: Refusing to compile an empty handler, you should declare the event instead base/remote/simpleNetStream.lzx:56:34: Refusing to compile an empty handler, you should declare the event instead base/components/updatecheckbox.lzx:7:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:8:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/components/tableCombobox.lzx:12:28: The event property of methods is deprecated. Please update your source to use the <handler> tag. base/c
...
I checkout this files whit tortoise http://openmeetings.googlecode.com/svn/tags/05Final/client/ and http://openmeetings.googlecode.com/svn/tags/05Final/webapp/ i follow de above instructions for server and client.
simebody can help me? what can i do?
thanks and sorry for my english.
you should check the correct SVN-sources tree like described in the WIKI on top!
I did that with the trunk and the tag with oplz 412 42x and with both a i has the same error like describe top. Give me the correct link for checkout. Somebody should make a videotutorial for this.
Thanks to all.
Sorry for my english
camilo segura.
Colombia
tangxt2008@gmail.com
armeishadallas@gmail.com
23:23:19:767 - NetConnection?.Connect.InvalidApp? 23:23:19:767 - NetConnection?.Connect.Closed
cannot seem to fix this issue. using deamwaver i made a html which had the flash cannot seem to
I've installed red5 and It's work fine with rtmp, but when i'm trying to connect to rtmpt, I only receive the following event : NetConnection?.Connect.Failed. how can I enable rtmpt for red5? #nmap localhost PORT STATE SERVICE 25/tcp open smtp 80/tcp open http 111/tcp open rpcbind 113/tcp open auth 631/tcp open ipp 1935/tcp open rtmp 3306/tcp open mysql 8080/tcp open http-proxy 8118/tcp open privoxy 9999/tcp open abyss any idea?
I want to make some changes about i18n in client source,should you help me? The changes are: 1.base/auth/checkLoginData.lzx:
change to:
2.modules/conference/popups/changedevice.lzx:
change to:
3.modules/conference/conference/conferenceView.lzx:
(1)
change to:
(2)
change to:(3)
change to:(4)
change to:4.modules/conference/conference/audienceView.lzx:
change to:
5.modules/conference/video/editRecordStream.lzx:
change to :
6.modules/conference/whiteboard/panels/propertypanel/propertypanel.lzx:
change to:
7.base/components/upload/uploadWindow.lzx: (1)
change to:(2)
change to:(3)
change to:(4)
change to:That's all! I am looking forward to your help!
hi,
please post your stuff to the Mailing list, then I will try to change everything in detail and can ask you better why you did what.
Hello Wagner,
I have followed all the step via build source and use this http://172.28.44.81:5080/openmeetings/install .after filling ist step and click on install ..it goes on http://172.28.44.81:5080/openmeetings/install?command=step2 this page but page is blank.
Can I ask what problem might be there.
Thanks in advance for help.
Sharad
I have checkout the source and follow all the steps one by one and finish.When I run this http://172.28.44.81:8080/lps-4.2.0/openmeetings/maindebug.lzx?lzr=swf8&lzproxied=solo
what mistake might be there.
Thanks in advance.
I have the same problem - installation passes, but openmeetings shows a blank page.
just open the port 5080 and 8088 and also copy the maindebug.lzx.lzr=swf8.swf and main.lzx.lzr=swf8.swf in red5 webapps and red5 webapps/openmeeting dir from openlazslo openmeeting .
Hello, I have a great problem with this !! I can't connect from a remote machine to the server how executing the openmeetings Error code while trying to connect : NetConnection?.Connect.Failed
I want " http://localhost:5080/openmeetings " to alter to URL " http://localhost:5080/mymeetings ", how needs to revise the disposition
Hi all,
when i try to compile client app, i am getting following error.
Compilation Errors base/functions.lzx:-1:-1: unterminated string: 'Invalid event sender: base/functions.lzx:219:63: Unknown attribute 'reference' on methodbase/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag. Compilation Warnings base/functions.lzx:219:63: Unknown attribute 'reference' on methodbase/functions.lzx:219:63: The event property of methods is deprecated. Please update your source to use the <handler> tag.
I am using OpenLaszlo? Server 4.2.0 on windows machine.
i am using client from http://openmeetings.googlecode.com/svn/trunk/client r1959
Can any body help me how can i fix compilartion error, Thanks in advance
- Satya
my openmeetings does not run when I build the java-webapp source and copy the generated WEB-INF to the openmeetings folder under Red5\webapps\openmetings.
Did any one encounter the same issue?
Yes. Fairly recetly the codebase was changed to use the Red5LoggerFactory? which, as near as I can tell, is introduced in Red5 0.8 RC3. Attempting to deploy to any other version of Red5 throws ClassNotFoundExceptions?.
Now, that version isn't on the Red5 site right yet, only RC1 is. To get it, you can go here: http://build.xuggle.com/view/Stable/job/red5_jdk6_stable/
I tried real quick to deploy on RC3 and, while it did deploy, launching the app after running the install did not work. I suspect that you may need to build/deploy the whole OpenMeetings? platform from the ground up and not just the webapp as it seems like there are some new features being added so the different components will need to be in sync.
I did download red5 from the link mentioned. The version I used is red5-0.8.RC3-build-hudson-red5_jdk6_stable-81.zip But this time, Red5 would not even start, I get NullPointerExceptions? ERROR 03-23 11:47:35.265 WhiteboardConvertionJobManager?.java 28234 130 org.openmeetings.app.data.record.WhiteboardConvertionJobManager? [DefaultQuartzScheduler_Worker-2] - initJobs? java.lang.NullPointerException?
org.openmeetings.app.data.record.WhiteboardConvertionJobManager?.initJobs (WhiteboardConvertionJobManager?.java:91) [openmeetings.jar:na] (QuartzRecordingJob?.java:23) [openmeetings.jar:na] (QuartzSchedulingServiceJob?.java:59) [red5.jar:na] [quartz-1.6.1.jar:1.6.1] (SimpleThreadPool?.java:525) [quartz-1.6.1.jar:1.6.1] DEBUG 03-23 11:48:18.093 ContextLoggingListener?.java 71062 57 root TCP Connection(4)-192.168.0.8? - Shutting down context openmeetingsQuote: I want " http://localhost:5080/openmeetings " to alter to URL " http://localhost:5080/mymeetings ", how needs to revise the disposition
Try to rename the openmeetings folder under webapp, edit the ./WEB-INF/web.xml and red5-web.properties files to set up the new webAppRootKey (the new folder name). The same update for the file config.xml in the openmeetings folder.
I'm trying to compile the dev snapshot, renaming the openmeetings webapp folder, in order to have both the production version and the dev version available. The compile process ends without problems. I rename the webapps folder to omdev and modify the webAppRootKey in the needed files. When I try to start the install process pointing to the installation url, the browser reports the error: Requested resource not found! In the red5.log the error reported is:Servlet Install is currently unavailable What I am missing?
Thanks Stefano
Hi..Everybody specially forumarji,
Can you send me clear steps to execute the code. I mean what do to step by step. How to run it on eclipse & Tomcat
Help me...
Hi Anybody is there... I want run it..eclipse,Tomcat Give me Step By Step .. Helpya
if you scroll to the top of the page you have step-by-step guides to compile the Client and the Server part.
main.lzx.lzr=swf8.swf and maindebug.lzx.lzr=swf8.swf have changed (together with laszlo version). Could you please change the Wiki? Thank you.
Great, everything works fine. Nice installation guide.
Hi, I've just installed openmeeting from the source (r2722) and I have some issues : When I go to this link http://X.X.X.X:5080/openmeetings/Install, it says ERROR 503. So I run the debug and I have this :
<a title="#0">ERROR @modules/calendar/dayview/terminarea.lzx#104: reference to undefined variable 'parent'</a> <a title="#1">ERROR @modules/calendar/dayview/terminarea.lzx#104: undefined object does not have a property 'y'</a> <a title="#2">WARNING @modules/calendar/dayview/terminarea.lzx#104: reference to undefined property 'y'</a> INFO @maindebug.lzx#100: #mainbgcontentNavi.setContextMenu is deprecated. Use #mainbgcontentNavi.setAttribute instead main.lzx/oninit: «<canvas>#8#7| This is the canvas» main.lzx/config.xml ondata «<canvas>#8#7| This is the canvas» userSSLString no devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmp://88.191.88.85:1935/openmeetings/hibernate null false devRtmpConnection/registerMethods() error NetConnection?.Connect.Closed rtmpt://88.191.88.85:8088/openmeetings/hibernate null false devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmpt://88.191.88.85:8088/openmeetings/hibernate null false devRtmpConnection/registerMethods() error NetConnection?.Connect.InvalidApp? rtmpt://88.191.88.85:8088/openmeetings/hibernate null false ERROR @base/functions.lzx#90: undefined object does not have a property 'length' WARNING @base/functions.lzx#90: reference to undefined property 'length' labelerrorPopup: error explorerBox/setTintRGB «<view>#12#11| /labelerrorPopup/view2?/view1?» explorerBox/setTintRGB «Object#13| {ba: 197, bb: 0, ga: 132, gb: 0, ra: 33, rb: 0}» INFO @base/components/explorer/explorerBox.lzx#381: /labelerrorPopup/@resizeview.setColor is deprecated. Use /labelerrorPopup/@resizeview.setAttribute instead error NetConnection?.Connect.Closed rtmpt://88.191.88.85:8088/openmeetings/hibernate null false labelerrorPopup: error explorerBox/setTintRGB «<view>#12#17| /labelerrorPopup2?/view2?/view1?» explorerBox/setTintRGB «Object#18| {ba: 197, bb: 0, ga: 132, gb: 0, ra: 33, rb: 0}» INFO @base/components/explorer/explorerBox.lzx#381: /labelerrorPopup2?/@resizeview.setColor is deprecated. Use /labelerrorPopup2?/@resizeview.setAttribute instead
Can someone please give me a clue about what may be wrong, thanks.
I try to run "ant dist" on build 2771 and the compilation fails with an error, can anyone give me a hint on how to fix it?
The system runs on Ubuntu 9.10
Settings for Java are
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk/
Buildfile: build.xml
cleanForBinary:
prepare:
resources:
compile:
BUILD FAILED /home/alex/trunk/webapp/build.xml:437: Compile failed; see the compiler error output for details.
Total time: 8 seconds
Regards Alex
Alex
I had a similar message make sure that ur using 1.5 or 1.6 in eclipse and make sure that the build path is bound to the JDK.
Please post if you get this build to work as I am seeing other errors in particular the FLV service and FLV beans.
Hi
I fixed my problem once I had the correct path to the JDK.
Regards Alex
i have downloaded the openmeeting-r854. I just wanted to know if it is possible to run the project on netbeans ide 6.7.1. Or it is strongly recommended to run it on eclipse???
Hi
I have downloaded the source code of openmeetings and created a dynamic project in eclipse. It is showing some compilation error. After adding apache-mina 1.7 jar files, most of the errors fixed. Now its showing error in ScreenShare?.java and ScreenShareRTMPT.java file. In openlaszlo it is not able to import org.openlaszlo. in solo-deploy.jsp, solo-dhtml-deploy.jsp and viewer.jsp files.
When I am trying to run in eclipse it is giving this error mentioned below:
'SEVERE: StandardWrapper?.Throwable org.springframework.beans.factory.parsing.BeanDefinitionParsingException?: Configuration problem: Failed to import bean definitions from relative location [red5-services/issueservice.service.xml] Offending resource: ServletContext? resource [/WEB-INF/root-web.xml]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException?: IOException parsing XML document from URL [jndi:/localhost/WEB-INF/red5-services/issueservice.service.xml]; nested exception is java.io.FileNotFoundException?'
How to resolve these error and how to build and run openmeetings in eclipse?
Thanks in advance. Brajesh