[Red5] Trunk build failing

Jake Hilton red5 at jakehilton.com
Wed Sep 26 15:36:39 PDT 2007


I want to report that the trunk builds fine on my old machine.. but the
0.6.3 build fails every time....

Maybe I should post this to the dev list?

Jake

On 9/26/07, Jake Hilton <red5 at jakehilton.com> wrote:
>
> I posted shortly thereafter that my pointer was messed up.. it did infact
> compile.
>
> Now I'm having issues with connecting to an app.. all the apps report:
>
> (57235) NetConnection.onStatus:
>   description = No scope "oflaDemo" on this server.
>   code = NetConnection.Connect.InvalidApp
>   level = error
>
>
> for each app.. so it's hitting red5 but it's like it doesn't know the app
> is there.
>
> Jake
>
> On 9/26/07, Thijs Triemstra | Collab <lists at collab.nl> wrote:
> >
> > Are you sure ant -version returns something like:
> > Apache Ant version 1.7.0 compiled on December 13 2006
> >
> >
> > On Sep 26, 2007, at 11:16 PM, Jake Hilton wrote:
> >
> > Alright.. I upgraded to 1.7.. but still same error:
> >
> > BUILD FAILED
> > /opt/red5/build.xml:536: Could not create task or type of type:
> > manifestclasspath.
> >
> > Ant could not find the task or a class this task relies upon.
> >
> >
> > Jake
> >
> > On 9/26/07, Jake Hilton < red5 at jakehilton.com> wrote:
> > >
> > > Alright.. I upgraded to 1.7.. but still same error:
> > >
> > > BUILD FAILED
> > > /opt/red5/build.xml:536: Could not create task or type of type:
> > > manifestclasspath.
> > >
> > > Ant could not find the task or a class this task relies upon.
> > >
> > >
> > > Jake
> > >
> > > On 9/26/07, Jake Hilton < red5 at jakehilton.com > wrote:
> > > >
> > > > Hmm.. I'm running 1.6.5 .. I'll have to see if I can update..
> > > >
> > > > Jake
> > > >
> > > > On 9/26/07, Thijs Triemstra | Collab < lists at collab.nl> wrote:
> > > > >
> > > > > You need ant 1.7 I think, check my previous post.
> > > > > Thijs
> > > > >
> > > > >
> > > > > On Sep 26, 2007, at 10:26 PM, Jake Hilton wrote:
> > > > >
> > > > > I also got this when trying to build just now:
> > > > >
> > > > > BUILD FAILED
> > > > > /opt/red5/build.xml:536: Could not create task or type of type:
> > > > > manifestclasspath.
> > > > >
> > > > > Not sure how to fix this one.. but the compiling got along further
> > > > > than the 0.6.3 build.
> > > > >
> > > > > Jake
> > > > >
> > > > >  On 9/26/07, Thijs Triemstra | Collab <lists at collab.nl > wrote:
> > > > > >
> > > > > > Thanks. Looks like spring-dao is also missing.
> > > > > >      [java] Caused by:
> > > > > >      [java]
> > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > creating bean with name 'daoAuthenticationProvider' defined in
> > > > > > ServletContext resource [/WEB-INF/red5- security.xml ]:
> > > > > > Instantiation of bean failed; nested exception is
> > > > > > java.lang.NoClassDefFoundError:
> > > > > > org/springframework/dao/DataAccessException
> > > > > >      [java] Caused by:
> > > > > >      [java] java.lang.NoClassDefFoundError :
> > > > > > org/springframework/dao/DataAccessException
> > > > > >
> > > > > > Thijs
> > > > > >
> > > > > > On Sep 26, 2007, at 8:17 PM, Mondain wrote:
> > > > > >
> > > > > > Ok, ill dig in and see what needs to be done.
> > > > > >
> > > > > > Paul
> > > > > >
> > > > > > On 9/26/07, Thijs Triemstra | Collab < lists at collab.nl> wrote:
> > > > > > >
> > > > > > > Hi Paul,
> > > > > > >
> > > > > > > could you also enable the adminPanel application so that it
> > > > > > > initalizes at server startup? It's being compiled but it's not enabled like
> > > > > > > the other demos. I'm not sure what the plan is for the old admin webapp but
> > > > > > > I guess we can replace that with the new adminPanel once it's in good shape.
> > > > > > >
> > > > > > >
> > > > > > > [mkdir] Created dir:
> > > > > > > /Users/thijstriemstra/Sites/software/red5/trunk/dist/webapps/adminPanel/WEB-INF/classes
> > > > > > >     [mkdir] Created dir:
> > > > > > > /Users/thijstriemstra/Sites/software/red5/trunk/dist/webapps/adminPanel/WEB-INF/lib
> > > > > > >
> > > > > > >     [javac] Compiling 6 source files to
> > > > > > > /Users/thijstriemstra/Sites/software/red5/trunk/dist/webapps/adminPanel/WEB-INF/classes
> > > > > > >     [javac] Note: Some input files use unchecked or unsafe
> > > > > > > operations.
> > > > > > >     [javac] Note: Recompile with -Xlint:unchecked for details.
> > > > > > >      [copy] Copying 4 files to
> > > > > > > /Users/thijstriemstra/Sites/software/red5/trunk/dist/webapps/adminPanel
> > > > > > >
> > > > > > > Thijs
> > > > > > >
> > > > > > > On Sep 26, 2007, at 7:36 PM, Mondain wrote:
> > > > > > >
> > > > > > > Pull the latest trunk and try again, I tested here and it
> > > > > > > seems to be fine.
> > > > > > >
> > > > > > > Paul
> > > > > > >
> > > > > > > On 9/26/07, Mondain <mondain at gmail.com > wrote:
> > > > > > > >
> > > > > > > > Looks like acegi was not added to the repository and it
> > > > > > > > cannot be found in ibiblio.. Ill add it.
> > > > > > > >
> > > > > > > > On 9/26/07, Jake Hilton < red5 at jakehilton.com > wrote:
> > > > > > > >
> > > > > > > > > Looks like ivy isn't getting everything it needs:
> > > > > > > > >
> > > > > > > > > i-security-1.0.4.jar
> > > > > > > > > [ivy:resolve]
> > > > > > > > > ::::::::::::::::::::::::::::::::::::::::::::::
> > > > > > > > > [ivy:resolve]           ::          UNRESOLVED
> > > > > > > > > DEPENDENCIES         ::
> > > > > > > > > [ivy:resolve]
> > > > > > > > > ::::::::::::::::::::::::::::::::::::::::::::::
> > > > > > > > > [ivy:resolve]           :: [ red5 | acegi-security | 1.0.4]: not found
> > > > > > > > > [ivy:resolve]
> > > > > > > > > ::::::::::::::::::::::::::::::::::::::::::::::
> > > > > > > > > [ivy:resolve]
> > > > > > > > > [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR
> > > > > > > > > MORE DETAILS
> > > > > > > > >
> > > > > > > > > BUILD FAILED
> > > > > > > > > /opt/red5/build.xml:147: The following error occurred
> > > > > > > > > while executing this line:
> > > > > > > > > /opt/red5/build.xml:170: The following error occurred
> > > > > > > > > while executing this line:
> > > > > > > > > /opt/red5/build.xml:115: impossible to resolve
> > > > > > > > > dependencies: resolve failed - see output for details
> > > > > > > > >
> > > > > > > > > Total time: 6 minutes 31 seconds
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > thoughts?
> > > > > > > > >
> > > > > > > > > Jake
> > > > > > > > >
> > > > > > > > > _______________________________________________
> > > > > > > > > Red5 mailing list
> > > > > > > > > Red5 at osflash.org
> > > > > > > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > It is difficult to free fools from the chains they revere. -
> > > > > > > > Voltaire
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > It is difficult to free fools from the chains they revere. -
> > > > > > > Voltaire _______________________________________________
> > > > > > > Red5 mailing list
> > > > > > > Red5 at osflash.org
> > > > > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > Red5 mailing list
> > > > > > > Red5 at osflash.org
> > > > > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > It is difficult to free fools from the chains they revere. -
> > > > > > Voltaire_______________________________________________
> > > > > > Red5 mailing list
> > > > > > Red5 at osflash.org
> > > > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > > >
> > > > > >
> > > > > >
> > > > > > _______________________________________________
> > > > > > Red5 mailing list
> > > > > > Red5 at osflash.org
> > > > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > > >
> > > > > >
> > > > > _______________________________________________
> > > > > Red5 mailing list
> > > > > Red5 at osflash.org
> > > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > >
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > Red5 mailing list
> > > > > Red5 at osflash.org
> > > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > >
> > > > >
> > > >
> > >
> > _______________________________________________
> > Red5 mailing list
> > Red5 at osflash.org
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
> >
> > _______________________________________________
> > Red5 mailing list
> > Red5 at osflash.org
> > http://osflash.org/mailman/listinfo/red5_osflash.org
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20070926/abc4960c/attachment-0001.html 


More information about the Red5 mailing list