Could you provide additional output?
On Tue, Apr 1, 2014 at 4:18 PM, Mark Lin <[email protected]> wrote: > Now used ant 1.9.0 - > compile.laszlo.main.debug.as3: > > -compile.flash: > [java] Compiling: main.as3.lzx to maindebug.as3.swf11.swf > > BUILD FAILED > /usr/adm/2.2/build.xml:551: The following error occurred while executing > this line: > /usr/adm/2.2/build.xml:492: Java returned: 137 > > > > 2014-04-01 10:56 GMT+02:00 Maxim Solodovnik <[email protected]>: > >> Please use ant 1.8.4-1.9.2 >> On Apr 1, 2014 3:54 PM, "Mark Lin" <[email protected]> wrote: >> >>> Thank you Maxim, >>> >>> now trying to compile OM 2.2 - >>> build.only.webservice.doc: >>> [javadoc] Generating Javadoc >>> [javadoc] Javadoc execution >>> [javadoc] Loading source file >>> /usr/adm/2.2/src/org/apache/openmeetings/axis/services/CalendarWebService.java... >>> [javadoc] Loading source file >>> /usr/adm/2.2/src/org/apache/openmeetings/axis/services/FileWebService.java... >>> [javadoc] Loading source file >>> /usr/adm/2.2/src/org/apache/openmeetings/axis/services/JabberWebService.java... >>> [javadoc] Loading source file >>> /usr/adm/2.2/src/org/apache/openmeetings/axis/services/RoomWebService.java... >>> [javadoc] Loading source file >>> /usr/adm/2.2/src/org/apache/openmeetings/axis/services/ServerWebService.java... >>> [javadoc] Loading source file >>> /usr/adm/2.2/src/org/apache/openmeetings/axis/services/UserWebService.java... >>> [javadoc] Constructing Javadoc information... >>> >>> BUILD FAILED >>> /usr/adm/2.2/build.xml:758: java.lang.NullPointerException >>> at >>> org.apache.tools.ant.taskdefs.Javadoc.postProcessGeneratedJavadocs(Javadoc.java:2450) >>> at >>> org.apache.tools.ant.taskdefs.Javadoc.execute(Javadoc.java:1790) >>> at >>> org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292) >>> at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) >>> at java.lang.reflect.Method.invoke(Method.java:622) >>> at >>> org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) >>> at org.apache.tools.ant.Task.perform(Task.java:348) >>> at org.apache.tools.ant.Target.execute(Target.java:435) >>> at org.apache.tools.ant.Target.performTasks(Target.java:456) >>> at >>> org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393) >>> at org.apache.tools.ant.Project.executeTarget(Project.java:1364) >>> at >>> org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41) >>> at org.apache.tools.ant.Project.executeTargets(Project.java:1248) >>> at org.apache.tools.ant.Main.runBuild(Main.java:851) >>> at org.apache.tools.ant.Main.startAnt(Main.java:235) >>> at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280) >>> at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109) >>> >>> Total time: 6 minutes 59 seconds >>> >>> >>> >>> 2014-04-01 7:12 GMT+02:00 Maxim Solodovnik <[email protected]>: >>> >>>> should be fixed >>> >>> >>> >>> On Tue, Apr 1, 2014 at 10:01 AM, Maxim Solodovnik >>> <[email protected]>wrote: >>> >>>> Seems like 3.1 build is broken >>>> Will try to fix it today >>>> >>>> >>>> On Mon, Mar 31, 2014 at 10:38 PM, Mark Lin <[email protected]> wrote: >>>> >>>>> Yes Sir, works perfectly, thank you very much, >>>>> >>>>> now i get BUILD FAILED >>>>> >>>>> red5-server-1.0.2-M2-server.zip to >>>>> /root/.m2/repository/org/red5/red5-server/1.0.2-M2/red5-server-1.0.2-M2-server.zip >>>>> [artifact:mvn] [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [artifact:mvn] [INFO] BUILD SUCCESS >>>>> [artifact:mvn] [INFO] >>>>> ------------------------------------------------------------------------ >>>>> [artifact:mvn] [INFO] Total time: 1:41.122s >>>>> [artifact:mvn] [INFO] Finished at: Mon Mar 31 11:16:06 EDT 2014 >>>>> [artifact:mvn] [INFO] Final Memory: 29M/70M >>>>> [artifact:mvn] [INFO] >>>>> ------------------------------------------------------------------------ >>>>> >>>>> BUILD FAILED >>>>> /usr/adm/singlewebapp/build.xml:1185: src >>>>> '/usr/adm/singlewebapp/build/red5/server/target/red5-server-1.0.2-M1-server.tar.gz' >>>>> doesn't exist. >>>>> >>>>> >>>>> >>>>> >>>>> 2014-03-31 11:44 GMT+02:00 Maxim Solodovnik <[email protected]>: >>>>> >>>>>> Try to follow this manual >>>>>> https://trac.ffmpeg.org/wiki/UbuntuCompilationGuide >>>>>> works perfectly >>>>>> >>>>> >>>>> >>>>> On Mon, Mar 31, 2014 at 4:17 PM, Mark Lin <[email protected]> wrote: >>>>> >>>>>> Hello Maxim & Alevaro, >>>>>> i have Custom VPS - Debian 6 Linux installed with OM, >>>>>> it is my first time with ubuntu-12.04-x86_64 >>>>>> >>>>>> /usr/adm# cd ffmpeg-1.1.3 >>>>>> root@vps-1152797-20429:/usr/adm/ffmpeg-1.1.3# ./configure >>>>>> --enable-gpl --enable-libass --enable-libfaac --enable-libfdk-aac >>>>>> --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb >>>>>> --enable-libspeex --enable-librtmp --enable-libtheora --enable-libvorbis >>>>>> --enable-libvpx --enable-libx264 --enable-nonfree --enable-version3 >>>>>> --enable-libxvid --enable-libgsm >>>>>> ERROR: libfdk_aac not found >>>>>> >>>>>> so install it from wget >>>>>> http://sourceforge.net/projects/opencore-amr/files/fdk-aac/fdk-aac-0.1.0.tar.gz >>>>>> >>>>>> tar xzvf fdk-aac-0.1.0.tar.gz >>>>>> cd fdk-aac-0.1.0 >>>>>> ./configure >>>>>> make >>>>>> sudo checkinstall --pkgname=fdk-aac --pkgversion="0.1.0" --backup=no >>>>>> --deldoc=yes \ >>>>>> --fstrans=no --default >>>>>> >>>>>> ldconfig >>>>>> >>>>>> no problems during installation of libfdk_aac >>>>>> >>>>>> i tried to install ffmpeg, but get the same result... ERROR: >>>>>> libfdk_aac not found. >>>>>> of course i tried follow Maxim (without ERROR: libfdk_aac not found >>>>>> as you can see) >>>>>> >>>>>> >>>>>> 2014-03-31 8:47 GMT+02:00 Maxim Solodovnik <[email protected]>: >>>>>> >>>>>>> --enable-x11grab should be added for desktop versions only >>>>>>> >>>>>> >>>>>> >>>>>> On Mon, Mar 31, 2014 at 1:42 PM, Alvaro <[email protected]> wrote: >>>>>> >>>>>>> Mark, you must type in only one line all this: >>>>>>> >>>>>>> ./configure --enable-gpl --enable-libass --enable-libfaac >>>>>>> --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb >>>>>>> --enable-libopencore-amrwb --enable-libspeex --enable-librtmp >>>>>>> --enable-libtheora --enable-libvorbis --enable-libvpx >>>>>>> --enable-x11grab >>>>>>> --enable-libx264 --enable-nonfree --enable-version3 --enable-libxvid >>>>>>> --enable-libgsm >>>>>>> >>>>>>> Is the first time you make an installation of OpenMeetings? >>>>>>> >>>>>>> Regards >>>>>>> >>>>>>> ........................................... >>>>>>> >>>>>>> >>>>>>> >>>>>>> El dom, 30-03-2014 a las 22:26 +0200, Mark Lin escribió: >>>>>>> > Thank you sir for your help, i do not remember so i start again and >>>>>>> > everything is ok until ffmpeg - >>>>>>> > 797-20429:/usr/adm/ffmpeg-1.1.3# ./configure --enable-gpl >>>>>>> > --enable-libass --enable-libfaac --enable-libfdk-aac \ >>>>>>> > Unknown option "". >>>>>>> > See ./configure --help for available options. >>>>>>> > root@vps--20429:/usr/adm/ffmpeg-1.1.3# --enable-libmp3lame >>>>>>> > --enable-libopencore-amrnb --enable-libopencore-amrwb \ >>>>>>> > -bash: --enable-libmp3lame: command not found >>>>>>> > root@vps-20429:/usr/adm/ffmpeg-1.1.3# --enable-libspeex >>>>>>> > --enable-librtmp --enable-libtheora --enable-libvorbis \ >>>>>>> > -bash: --enable-libspeex: command not found >>>>>>> > root@vps--20429:/usr/adm/ffmpeg-1.1.3# --enable-libvpx >>>>>>> > --enable-x11grab --enable-libx264 --enable-nonfree >>>>>>> --enable-version3 \ >>>>>>> > -bash: --enable-libvpx: command not found >>>>>>> > root@vps--20429:/usr/adm/ffmpeg-1.1.3# --enable-libxvid >>>>>>> > --enable-libgsm >>>>>>> > -bash: --enable-libxvid: command not found >>>>>>> > >>>>>>> > >>>>>>> > so i tried >>>>>>> > to >>>>>>> http://superuser.com/questions/467774/how-to-install-libfaac-dev... >>>>>>> > sudo nano /etc/apt/sources.list >>>>>>> > >>>>>>> > >>>>>>> > deb http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise >>>>>>> multiverse >>>>>>> > deb-src http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ precise >>>>>>> > multiverse >>>>>>> > deb http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/precise-updates >>>>>>> > multiverse >>>>>>> > deb-src http://eu-west-1.ec2.archive.ubuntu.com/ubuntu/ >>>>>>> > precise-updates multiverse >>>>>>> > >>>>>>> > >>>>>>> > apt-get update >>>>>>> > >>>>>>> > >>>>>>> > but get the same error >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > 2014-03-30 8:52 GMT+02:00 Alvaro <[email protected]>: >>>>>>> > Mark, do you make all this step? >>>>>>> > >>>>>>> > cd /usr/adm >>>>>>> > >>>>>>> > wget >>>>>>> > >>>>>>> http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz >>>>>>> > >>>>>>> > >>>>>>> > tar xzvf yasm-1.2.0.tar.gz >>>>>>> > >>>>>>> > cd yasm-1.2.0 >>>>>>> > >>>>>>> > ./configure >>>>>>> > >>>>>>> > make >>>>>>> > >>>>>>> > (Everything it of below in an alone line) >>>>>>> > >>>>>>> > checkinstall --pkgname=yasm --pkgversion="1.2.0" >>>>>>> --backup=no >>>>>>> > --deldoc=yes --fstrans=no --default >>>>>>> > >>>>>>> > ...do you? >>>>>>> > >>>>>>> > >>>>>>> > .............................. >>>>>>> > >>>>>>> > >>>>>>> > El dom, 30-03-2014 a las 08:07 +0200, Mark Lin escribió: >>>>>>> > > Thank you sir, >>>>>>> > > i continue with the tutorial with link >>>>>>> > > -http://www.reucon.com/cdn/java/jdk-6u32-linux-x64.bin >>>>>>> > > and java o/k, but now i'm facing problem with - >>>>>>> > > cd /usr/adm >>>>>>> > > wget >>>>>>> > >>>>>>> http://www.tortall.net/projects/yasm/releases/yasm-1.2.0.tar.gz >>>>>>> > > >>>>>>> > > >>>>>>> > > result = ========================= Installation results >>>>>>> > > =========================== >>>>>>> > > /var/tmp/tmp.hexJUEEIW4/installscript.sh: >>>>>>> > > 4: /var/tmp/tmp.hexJUEEIW4/installscript.sh: : not found >>>>>>> > > >>>>>>> > > >>>>>>> > > **** Installation failed. Aborting package creation. >>>>>>> > > >>>>>>> > > >>>>>>> > > Cleaning up...OK >>>>>>> > > >>>>>>> > > >>>>>>> > > >>>>>>> > > >>>>>>> > > 2014-03-29 19:36 GMT+02:00 Alvaro <[email protected]>: >>>>>>> > > ...this link is quick: >>>>>>> > > >>>>>>> > > >>>>>>> > >>>>>>> http://rfyiamcool.googlecode.com/files/jdk-6u32-linux-x64.bin >>>>>>> > > >>>>>>> > > >>>>>>> > > ------------------- >>>>>>> > > >>>>>>> > > >>>>>>> > > El sáb, 29-03-2014 a las 18:40 +0200, Mark Lin >>>>>>> > escribió: >>>>>>> > > >>>>>>> > > > Hello, >>>>>>> > > > trying to set java to my ubuntu-12.04-x86_64 >>>>>>> > server >>>>>>> > > according to >>>>>>> > > > - >>>>>>> > > >>>>>>> > >>>>>>> https://cwiki.apache.org/confluence/download/attachments/27838216/Installing%20OM2.x%20On%20Ubuntu64%20-%20Headless%20-%2012.10.pdf?version=1&modificationDate=1362051106000&api=v2 >>>>>>> > > > >>>>>>> > > > >>>>>>> > > > cd /usr/adm >>>>>>> > > > >>>>>>> > > > wget --no-cookies --header "Cookie: >>>>>>> gpw_e24=http% >>>>>>> > 3A%2F% >>>>>>> > > > 2Fwww.oracle.com%2F" \ >>>>>>> > > > >>>>>>> > > >>>>>>> > >>>>>>> http://download.oracle.com/otn-pub/java/jdk/6u32-b05/jdk-6u32-linux-x64.bin >>>>>>> > > > >>>>>>> > > > >>>>>>> > > > -bash: >>>>>>> > > > >>>>>>> > > >>>>>>> > >>>>>>> http://download.oracle.com/otn-pub/java/jdk/6u32-b05/jdk-6u32-linux-x64.bin: >>>>>>> No such file or directory >>>>>>> > > > >>>>>>> > > > >>>>>>> > > >>>>>>> > > >>>>>>> > > >>>>>>> > > >>>>>>> > > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> WBR >>>>>> Maxim aka solomax >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> WBR >>>>> Maxim aka solomax >>>>> >>>> >>>> >>>> >>>> -- >>>> WBR >>>> Maxim aka solomax >>>> >>> >>> >>> >>> -- >>> WBR >>> Maxim aka solomax >>> >> > -- WBR Maxim aka solomax
