|
BuildSourceNew
OpenMeetings moves to Apache Foundation, update your bookmarks to the new project page: | |
|
Search
|
|
BuildSourceNew
OpenMeetings moves to Apache Foundation, update your bookmarks to the new project page: | |
I have been able to successfully run this within Eclipse and I have been able to compile the Red5 webapp without issue, but after I try to run the Red5 app I have errors showing on the login screen and it will not run. My question is, is there a process of compiling the swf that I am not getting? It does run within the Eclipse environment but I have not been able to run it as a Red5 webapp.
if you run ant -f build_red5webapp.xml dist the server as well as client site is compiled and a complete distribution package is build. For further discussions please visit the Mailing List: http://groups.google.com/group/openmeetings-user
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.
hi,
Please consider using the Mailing List: http://groups.google.com/group/openmeetings-user
I have r2722 too and it compiles without problems.
I've had a hard time understanding the reason of my "jarsigner returned 1" error, it somehow always failed to sign the files, but the workaround for the problem appeared to be very simple - I just moved my workspace from the Users to the root folder of my disk and jars started signing well. In case someone has the same problems - try that.
hello....i am tried to download the source code through svn n it's done. But now i dont know how to run it. I tried to build from ant buyt i got an error when it came to the line <manifestclasspath property="jar.classpath" jarfile="openmeetings.jar">......i dont know what to do next. Or is it the wrong way that i am building the PROGRAM. Please can any1 give me a clear step by step how can i build and run the program?? i want to see the program running!!!!And can it be done on netbeans??
need a more precise demo...
Hello.
I'm trying to build OpenMeetings? but I don't have luck, I hope that somebody could explain where are the problems (and the solutions :) ).
I can download the source code to Eclipse (with Subclipse) without problems. When the project is loaded, there some errors, I put few errors:
In ScreenShare?.java:
1) import org.apache.mina.common.ByteBuffer?; The import org.apache.mina.common cannot be resolved
Solution: Download Apache mina-1.1.7 and add all .jar in Eclipse (Java Build Path > Libraries > External Jar)
2) In the method pushVideo VideoData? videoData = new VideoData?( buffer );
The constructor VideoData?(ByteBuffer?) is undefined. It seems that the constructor is not defined into the package org.red5.server.net.rtmp.event.VideoData?
Solution: ??
In ScreenShareRTMPT.java:
1) method createWindow() UIManager.setLookAndFeel(new com.incors.plaf.kunststoff.KunststoffLookAndFeel?()); com.incors cannot be resolved to a type
Solution: ??
2) method resultReceived( IPendingServiceCall call ) The constructor VideoData?(ByteBuffer?) is undefined.
In ClientStartScreen?.java
1) method public void initMainFrame() UIManager.setLookAndFeel(new com.incors.plaf.kunststoff.KunststoffLookAndFeel?()); com.incors cannot be resolved to a type
In ClientViewerScreen?.java
1) method InitFrame?() UIManager.setLookAndFeel(new com.incors.plaf.kunststoff.KunststoffLookAndFeel?()); com.incors cannot be resolved to a type
How to solve these errors?
I also tried to build the OpenMeeting? and getting same error message of "ClassNotFoundException?" and constructor VideoData? is Undefined.
How to resolve the above issues
My suggestion is, this part of the code "this.parent.userlist.clearList();" could be inserted into file:"\ROOT\WebContent?\openmeetings\modules\admin\orgadmin\orgAdminChooseUserWindow.lzx" between line 48 and 49, otherwise the mutilple clicks on button "Serach182?" on "orgAdminChooseUserWindow" will lead to incorrect display in "orgAdminChooseUserWindow.userlist".
I am happily building new deistributions from the Debian Linux command line but I'd love to use Eclipse on a nice, big screen Windows machine. When I follow the directions to the letter, "Publish..." works, but starting the server results in a core error of "Could not find file: \conf\hibernate.cfg.xml". This error is completely consistent on three separate Windows machines running XP, Vista and 7. Any suggestions welcome.
@dma... I was able to get further by manually placing mysql driver jar into WEB-INF/lib
Placing the mysql driver jar into the WEB-INF/lib folder does not solve the problem. Still "Could not find file: \conf\hibernate.cfg.xml." I think I am following the step-by-step directions very carefully, and the result is very consistent across several machines. Maybe I am doing something foolish that nobody else is doing but it would seem that this would be a common problem with an easy fix.
Hi
I have downloaded the source code of openmeetings and created a dynamic project in eclipse on Windows XP. 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. It is also showing some error in openlaszlo files that 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?'
Any one know how to resolve these error and how to build and run openmeetings in eclipse?
Thanks in advance
Eclipse build does not work well, you are welcome to send a patch.
Hi,
I also met "The constructor VideoData?(ByteBuffer?) is undefined" problem. Any solution?
Thanks, Duc
what are the languages in Openmeetings ?
Hi when I use "ant" to build the source, I met the problem: Exception in thread "main" java.lang.IncompatibleClassChangeError?: Found class com.sun.image.codec.jpeg.JPEGImageEncoder, but interface was expected
Any solution? Thanks, Wang
could you please provide more details like: 1) JDK provider version 2) ant version 3) OS Thanks in advance