[Red5] Do you know the proper fix for Red5 class not found error?
Mondain
mondain at gmail.com
Wed Apr 23 11:24:43 PDT 2008
The admin app needs work to function when run as a war. Red5 operation
is very different when usiing as a war due to classloader restrictions
in j2ee containers. In short all gateway requests must be tunneled to
the root war. When I did a quick test I noticed issues in spring mvc
but I am unsure how to fix them.
Paul
On 4/22/08, ries van Twisk <red5 at rvt.dds.nl> wrote:
> You need to remove admin-web.xml
>
> I am currently building a minimal war with an ANT build file that can
> be deployed under glassfish...
>
> It's still highly experimental and testing though... but so far
> remoting works..
>
> Ries
>
>
> On Apr 22, 2008, at 8:23 PM, Daniel Rossi wrote:
>
> > Curt, I dont run the war version, but it doesnt look like the war
> > target builds an admin war correct ?
> >
> > On 23/04/2008, at 10:20 AM, Curt Bererton wrote:
> >
> >> Hello all,
> >>
> >> I'm trying to get the war version of the red5 server up and running
> >> in tomcat 6 (works fine standalone), but i've run into the exact
> >> same error that Daniel(Rossi) ran into a while back (the
> >> authclientregistry class was not found). Seems like the ROOT.war
> >> file is just missing it altogether.
> >>
> >> My exact process goes as follows:
> >> install tomcat6 on ubuntu (works fine)
> >> remove existing /usr/local/tomcat/webapps/ROOT directory
> >> run "ant webwar" which generates the red5/dist/ROOT.war red5/dist/
> >> admin.war and red5/dist/echo.war
> >> copy all three of the .war files to /usr/local/tomcat/webapps/ROOT
> >>
> >> start tomcat and I see in the log:
> >> java.lang.ClassNotFoundException:
> >> org.red5.adminPanel.client.AuthClientRegistry
> >>
> >> Sure enough if I look in the classes and lib directory that class
> >> isn't there. Is there a fix for the webwar build in the latest
> >> trunk? Or is there something else that I'm doing wrong?
> >>
> >> thx,
> >> ~Curt
> >>
> >>
> >> Its not copying the libs across maybe ?
> >>
> >> On 04/03/2008, at 9:11 AM, Prabhu Tamilarasan (omNovia) wrote:
> >>
> >>> I believe this is my problem
> >>> [ERROR] 13:00:59,248 main: Context initialization failed
> >>> org.springframework.beans
> >> .factory.CannotLoadBeanClassException:
> >>> Cannot find class [org.red5.webapps.admin.client.AuthClientRegistry]
> >>> for bean with name 'authClientRegistry' defined in ServletContext
> >>> resource [/WEB-INF/red5-web.xml]; nested exception is
> >>> java.lang.ClassNotFoundException:
> >>> org.red5.webapps.admin.client.AuthClientRegistry
> >>> Caused by: java.lang.ClassNotFoundException:
> >>> org.red5.webapps.admin.client.AuthClientRegistry
> >>>
> >
> >
>
> _______________________________________________
> 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
More information about the Red5
mailing list