What's new? | Help | Directory | Sign in
Google
                
Search
for
Updated Oct 29, 2008 by seba.wagner
Labels: Featured, Phase-Implementation
BuildSources  
How To Build From Sources

Source Locations Developer Version

You need to compile two apps:

you need both! and you should use the same revision number (SVN Revision number) !

Openlaszlo Client (Client-Side)

SVN URL: http://openmeetings.googlecode.com/svn/trunk/openmeetings_lps411/

Browse in Code with Browser: http://code.google.com/p/openmeetings/source/browse/trunk/openmeetings_lps411/

for compiling the client you need to install the OpenLaszlo-Server 4.2.x: http://www.openlaszlo.org

Step-By-Step:

Java Webapp (Server-Side)

  <logger name="org.apache.axis2">
    <level value="ERROR"/>
  </logger>
  <logger name="com.mchange.v2">
    <level value="ERROR"/>
  </logger>
  <logger name="org.hibernate.cache">
    <level value="ERROR"/>
  </logger>
  <logger name="org.apache.axiom">
    <level value="ERROR"/>
  </logger>
  <logger name="org.hibernate.jdbc">
    <level value="ERROR"/>
  </logger>
  <logger name="org.hibernate.SQL">
    <level value="ERROR"/>
  </logger>
  <logger name="org.apache.commons.httpclient">
    <level value="ERROR"/>
  </logger>
  <logger name="org.hibernate.tool.hbm2ddl">
    <level value="ERROR"/>
  </logger>
  <logger name="org.hibernate">
    <level value="ERROR"/>
  </logger>
  <logger name="de.hunsicker.jalopy.io">
    <level value="ERROR"/>
  </logger>
  <logger name="org.apache.axis2.enterprise">
    <level value="ERROR"/>
  </logger>
  <logger name="httpclient.wire.header">
    <level value="ERROR"/>
  </logger>
or replace with this one: http://openmeetings.googlecode.com/svn/trunk/patches/logback.xml
  • Download (SVN - Checkout) from:

http://openmeetings.googlecode.com/svn/trunk/webapp/

  • change dir your local copy
  • Run: ant dist (JAVA_HOME must be set and point to a JDK = 1.5 and you need ant version = 1.7)
  • there is now a directory dist, inside of that directory there is a compiled openmeetings-webapp with the name openmeetings
  • use the compiled openmeetings-webapp and copy it to $RED5_HOME/webapps
  • do the usual install process of openmeetings

Additional Notes:

  1. there are some Issues with Logging and Exceptions in Red5, we try to fix them. For the moment you can ignore them
  2. You have to copy the Laszlo-Client from the Step-By-Step scenario into it to make a complete Binary, but you can also run it from inside OpenLaszlo Server. You only need to place a crossdomain.xml into $RED5_HOME/webapps/root, otherwise the Flash-Security-Sandbox will not allow Up- or Downloads.
  3. If you want to keep the previous installation and only change some Java code but no Database structure it is enough if you just copy/overwrite the folder WEB-INF and restart red5.

Small howto to deploy/run the Sources

Comment by kunthar, Today (20 minutes ago) 10.01.2008

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/1.6 or greater,
  2. run ant dist at where build.xml located,
  3. copy openmeetings 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/openmeetings/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/openmeetings All paths relative, be careful.

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

Links

BuildSources

how to use Google Code Repository

Command-Line Access

If you plan to make changes, use this command to check out the code as yourself using HTTPS:

# Project members authenticate over HTTPS to allow committing changes. svn checkout https://openmeetings.googlecode.com/svn/trunk/ xmlcrm --username $Your_Google_Account

When prompted, enter your generated googlecode.com password.

Use this command to anonymously check out the latest project source code:

# Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://openmeetings.googlecode.com/svn/trunk/ openmeetings-read-only GUI and IDE Access

This project's Subversion repository may be accessed using many different client programs and plug-ins. See your client's documentation for more information.


Comment by samarules, Jul 25, 2007

Hi,

How can I build from source? Please give me a clue.

Zia info@ryanbabu.com

Comment by gian.salvati, Aug 13, 2007

I need to compile the source, can you help me?

Comment by gian.salvati, Aug 13, 2007

I need to compile the source, can you help me?

Comment by seba.wagner, Sep 15, 2007

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

Comment by forumarji, Sep 20, 2007

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.

Comment by seba.wagner, Sep 24, 2007

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

Comment by deepak38, Nov 15, 2007

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

Comment by seba.wagner, Nov 15, 2007

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.

Comment by deepak38, Nov 16, 2007

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

Comment by kunthar, Jan 10, 2008

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

Comment by kunthar, Jan 10, 2008

Sorry for my poor wiki markup abilities :)=

Comment by kunthar, Jan 10, 2008

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

Comment by ced000c, Jan 15, 2008

If you have problem with documents in white board, try to chmod +x scripts in xmlcrm/jod

Comment by minamotonoason, Mar 11, 2008

Several days ago, I added the installation guide "INSTALL" to the top level in the source for convenience.

Review it please.

Comment by seba.wagner, Mar 11, 2008

you could add some info that ant >= 1.7 is required rest is fine

Comment by bardou.pierre, Mar 13, 2008

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 :

  1. installation des prerequis
apt-get -y install swftools gs-gpl imagemagick openoffice.org ant mysql-server subversion sun-java5-jdk xvfb

  1. creation de la bdd
mysql --exec="create database openmeetings;"
  1. installation de red5
cd wget http://dl.fancycode.com/red5/0.6.3/debian/red5_0.6.3-1_all.deb dpkg -i red5_0.6.3-1_all.deb
  1. installation d'openlaszlo
cd wget http://download.openlaszlo.org/4.0.10/openlaszlo-4.0.10-unix.tar.gz tar zxvf openlaszlo-4.0.10-unix.tar.gz cp -r lps-4.0.10/ /opt/ cd /opt/lps-4.0.10/Server/lps-4.0.10/
  1. compilation du client openmeetings dans openlaszlo
mkdir openmeetings cd svn checkout http://openmeetings.googlecode.com/svn/trunk/client/ cp -r ~/client/ /opt/lps-4.0.10/Server/lps-4.0.10/openmeetings
  1. demarrage de openlaszlo
export JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun /opt/lps-4.0.10/Server/tomcat-5.0.24/bin/startup.sh
  1. test : http://<server IP>:8080/lps-4.0.10/openmeetings/main.lzx?lzr=swf8&lzproxied=solo
  1. 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
  1. test : http://<server IP>:5080/openmeetings/Install
Comment by bardou.pierre, Mar 13, 2008

hmm google highlighting made my script wrong :( how can i do to send it properly ?

Comment by jakev383, Mar 19, 2008

Email me at jakev383@gmail.com with your script and I'll clean it up some and make it available for download. Thanks.

Comment by IranGame, Apr 04, 2008

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

Total time: 7 seconds


Anybody can help me ?

Thanks, -Mojtaba

Comment by seba.wagner, Apr 04, 2008

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

Comment by Jobaer.Kabir, May 08, 2008

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

Comment by Jobaer.Kabir, May 08, 2008

Any kind help for the above is highly appreciated. Thank you very much in advance.

Comment by seba.wagner, May 08, 2008

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

Comment by Jobaer.Kabir, May 08, 2008

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.

Comment by Jobaer.Kabir, May 11, 2008

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.

Comment by Jobaer.Kabir, May 12, 2008

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.

Comment by Jobaer.Kabir, May 12, 2008

many thanks to Sebastian for the kind response.

Comment by Jobaer.Kabir, May 14, 2008

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

INFO 05-15 13:08:42.969 ? 1435682 ? /openmeetings [btpool1-3] - Velocity debug? ResourceManager? : found install_step2_EN.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader?

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

INFO 05-15 13:08:42.969 ? 1435682 ? /openmeetings [btpool1-3] - Velocity debug? ResourceManager? : found install_step2_EN.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader?

Comment by Jobaer.Kabir, May 14, 2008

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.

Comment by uday.madigatla, Jun 11, 2008

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.

Comment by seba.wagner, Jun 11, 2008

i changed the small howto, which was from January 2008, now the name is always openmeetings not xmlcrm

Comment by uday.madigatla, Jun 11, 2008

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

Comment by miguel.goyena, Jun 19, 2008

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

Comment by real34, Jul 03, 2008

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 ?

Comment by tiyyob, Aug 02, 2008

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.

Comment by jorgequintero142, Oct 15, 2008

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?

Comment by seba.wagner, Oct 15, 2008

please use latest openlaszlo from trunk (4.2.x) I will update the page here http://download.openlaszlo.org/nightly/trunk/

Comment by jorgequintero142, Oct 16, 2008

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.

Comment by k_n...@hotmail.com, Oct 17, 2008

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

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

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.

What i must to do?

Can any body help me in this context.

Thanks in advance.

Comment by seba.wagner, Oct 17, 2008

you did check out the wrong sources

Comment by k_n...@hotmail.com, Oct 17, 2008

Thanks seba.wagner

what is the ringt source. http://openmeetings.googlecode.com/svn/trunk/webapp/?

Thanks in advance.

Comment by k_n...@hotmail.com, Oct 17, 2008

Hi again

How i can login on http://code.google.com/p/openmeetings/w/edit/OpenLaszlo When i try enter show

Forbidden Your client does not have permission to get URL /p/openmeetings/w/edit/OpenLaszlo? from this server.
Comment by seba.wagner, Oct 18, 2008

non members can only leave comments.

Comment by k_n...@hotmail.com, Oct 21, 2008

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.

Comment by seba.wagner, Oct 21, 2008

you should check the correct SVN-sources tree like described in the WIKI on top!

Comment by k_n...@hotmail.com, Oct 24, 2008

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

Comment by tangxt2008, Nov 23, 2008

tangxt2008@gmail.com

Comment by armeishadallas, Nov 25, 2008

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

Comment by s.ehsani, Dec 02 (40 hours ago)

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?


Sign in to add a comment