[Red5] Document root element is missing
Dominick Accattato
daccattato at gmail.com
Wed Oct 5 15:02:39 PDT 2005
John, not sure.. i might have forgotten to commit my file without it. I
think that Luke may have been playing with that package. Please delete that
import statement
The import com.sun.rsasign cannot be resolved...
we don't need that import and when you delete, your errors will go away.
On 10/5/05, John Grden <neoriley at gmail.com> wrote:
>
> I updated and still get the same errors. Can someone look at the output
> and tell me what I'm doing wrong?
>
> http://www.acmewebworks.com/red5/errorDump.txt
>
> Thanks!
>
> On 10/5/05, Dominick Accattato <daccattato at gmail.com> wrote:
> >
> > ok, i just had a ton of problems as well. I was able to resolve them and
> > I think i know what has caused them. Luke and I had both been working with
> > Spring. One thing about merging xml files is that if a node changes place,
> > it is likely to get duplicated. Additionally, Luke moved the status service
> > into its own package. I have removed duplicates and made sure they all point
> > to the right package. I encourage everyone to synchronize their workspaces
> > again. good luck! Do I hear an echo, echo, echo, echo!!!!
> > I
> >
> > On 10/5/05, Dominick Accattato < daccattato at gmail.com> wrote:
> > >
> > > the spring framework is a jar file. Spring.jar should be located in
> > > your lib folder. You should right click the project and then go to build
> > > path. Then add the library Spring.jar. Rebuild your project. This
> > > should help on some of the errors.
> > >
> > > On 10/5/05, John Grden < neoriley at gmail.com> wrote:
> > > >
> > > > Still trhowing same errors. I don't even see this in the packages:
> > > >
> > > > org.springframework
> > > >
> > > > is there something else I'm supposed to get/download?
> > > >
> > > > On 10/5/05, John Grden <neoriley at gmail.com> wrote:
> > > > >
> > > > > Yeah, I'm in the middle doing just that, Thanks D
> > > > >
> > > > > On 10/5/05, Dominick Accattato < daccattato at gmail.com> wrote:
> > > > > >
> > > > > > try synchronizing, updating, cleaning your workspace, rebuilding
> > > > > > your project..
> > > > > > and then you can try the ant task.
> > > > > >
> > > > > > On 10/5/05, John Grden < neoriley at gmail.com> wrote:
> > > > > > >
> > > > > > > I tried this, but I'm getting these errors. also, I noted that
> > > > > > > in the red5.xml, some of the xml nodes had attributes dropped
> > > > > > > down a line and after putting the nodes all on one line, I got rid of some
> > > > > > > of the errors, but the ones below still exist.
> > > > > > >
> > > > > > > Exception in thread "main"
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'server' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve reference to bean
> > > > > > > 'networkManager' while setting property 'networkManager'; nested exception
> > > > > > > is org.springframework.beans.factory.BeanCreationException:
> > > > > > > Error creating bean with name 'networkManager' defined in file
> > > > > > > [D:\Acmewebworks\OS Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve
> > > > > > > reference to bean 'rtmpHandler' while setting property
> > > > > > > 'serviceConfig[rtmp][handler]'; nested exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'rtmpHandler' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve reference to bean
> > > > > > > 'rtmpSessionHandler' while setting property 'sessionHandler'; nested
> > > > > > > exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'rtmpSessionHandler' defined in file
> > > > > > > [D:\Acmewebworks\OS Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve
> > > > > > > reference to bean 'serializer' while setting property 'serializer'; nested
> > > > > > > exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'serializer' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Instantiation of bean failed; nested
> > > > > > > exception is org.springframework.beans.FatalBeanException:
> > > > > > > Could not instantiate class [org.red5.server.io.Serializer];
> > > > > > > constructor threw exception; nested exception is
> > > > > > > java.lang.Error: Unresolved compilation problem:
> > > > > > > The import com.sun.rsasign cannot be resolved
> > > > > > >
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'networkManager' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve reference to bean
> > > > > > > 'rtmpHandler' while setting property 'serviceConfig[rtmp][handler]'; nested
> > > > > > > exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'rtmpHandler' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve reference to bean
> > > > > > > 'rtmpSessionHandler' while setting property 'sessionHandler'; nested
> > > > > > > exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'rtmpSessionHandler' defined in file
> > > > > > > [D:\Acmewebworks\OS Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve
> > > > > > > reference to bean 'serializer' while setting property 'serializer'; nested
> > > > > > > exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'serializer' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Instantiation of bean failed; nested
> > > > > > > exception is org.springframework.beans.FatalBeanException:
> > > > > > > Could not instantiate class [org.red5.server.io.Serializer];
> > > > > > > constructor threw exception; nested exception is
> > > > > > > java.lang.Error: Unresolved compilation problem:
> > > > > > > The import com.sun.rsasign cannot be resolved
> > > > > > >
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'rtmpHandler' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve reference to bean
> > > > > > > 'rtmpSessionHandler' while setting property 'sessionHandler'; nested
> > > > > > > exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'rtmpSessionHandler' defined in file
> > > > > > > [D:\Acmewebworks\OS Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve
> > > > > > > reference to bean 'serializer' while setting property 'serializer'; nested
> > > > > > > exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'serializer' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Instantiation of bean failed; nested
> > > > > > > exception is org.springframework.beans.FatalBeanException:
> > > > > > > Could not instantiate class [org.red5.server.io.Serializer];
> > > > > > > constructor threw exception; nested exception is
> > > > > > > java.lang.Error: Unresolved compilation problem:
> > > > > > > The import com.sun.rsasign cannot be resolved
> > > > > > >
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'rtmpSessionHandler' defined in file
> > > > > > > [D:\Acmewebworks\OS Projects\RED5\SVN\.\conf\red5.xml]: Can't resolve
> > > > > > > reference to bean 'serializer' while setting property 'serializer'; nested
> > > > > > > exception is
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'serializer' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Instantiation of bean failed; nested
> > > > > > > exception is org.springframework.beans.FatalBeanException:
> > > > > > > Could not instantiate class [org.red5.server.io.Serializer];
> > > > > > > constructor threw exception; nested exception is
> > > > > > > java.lang.Error: Unresolved compilation problem:
> > > > > > > The import com.sun.rsasign cannot be resolved
> > > > > > >
> > > > > > > org.springframework.beans.factory.BeanCreationException: Error
> > > > > > > creating bean with name 'serializer' defined in file [D:\Acmewebworks\OS
> > > > > > > Projects\RED5\SVN\.\conf\red5.xml]: Instantiation of bean failed; nested
> > > > > > > exception is org.springframework.beans.FatalBeanException:
> > > > > > > Could not instantiate class [org.red5.server.io.Serializer];
> > > > > > > constructor threw exception; nested exception is
> > > > > > > java.lang.Error: Unresolved compilation problem:
> > > > > > > The import com.sun.rsasign cannot be resolved
> > > > > > >
> > > > > > > org.springframework.beans.FatalBeanException: Could not
> > > > > > > instantiate class [org.red5.server.io.Serializer]; constructor
> > > > > > > threw exception; nested exception is java.lang.Error:
> > > > > > > Unresolved compilation problem:
> > > > > > > The import com.sun.rsasign cannot be resolved
> > > > > > >
> > > > > > > On 10/5/05, Dominick Accattato < daccattato at gmail.com > wrote:
> > > > > > > >
> > > > > > > > Thanks Luke for helping me on this one. Luke suggested that
> > > > > > > > I:
> > > > > > > >
> > > > > > > > - Copy the contents of the build file.
> > > > > > > > - Delete the build file
> > > > > > > > - Re-create the build file
> > > > > > > > - paste the contents in
> > > > > > > >
> > > > > > > > This solved any issues that eclipse had.
> > > > > > > >
> > > > > > > > On 10/5/05, Dominick Accattato <daccattato at gmail.com >
> > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > Does anyone else get this error during build. I have
> > > > > > > > > gotten before when I have updated my workspace. To solve the problem I had,
> > > > > > > > > re-checked out the project, but this is a bit of a hassle now. Heres an
> > > > > > > > > article that may explain the problem, but I still haven't gotten the build
> > > > > > > > > file to work. any ideas?
> > > > > > > > > http://www.javalobby.org/forums/thread.jspa?threadID=16751&messageID=91824420&tstart=0
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > _______________________________________________
> > > > > > > > Red5 mailing list
> > > > > > > > Red5 at osflash.org
> > > > > > > > http://osflash.org/mailman/listinfo/red5_osflash.org
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > John Grden - Blitz
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > John Grden - Blitz
> > > >
> > > >
> > > >
> > > >
> > > > --
> > > > John Grden - Blitz
> > >
> > >
> > >
> >
>
>
> --
> John Grden - Blitz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/red5_osflash.org/attachments/20051005/6137d4c3/attachment-0001.htm
More information about the Red5
mailing list