[Red5] Debug red5 under eclipse

Miguel Amez villalvilla at gmail.com
Fri Feb 9 12:36:35 EST 2007


hi Dan!
thank you for your response. I'm not close to the SVN environment, I use
eclipse by now. My real problem is that I'm trying to connect the red5 java
side (server side) with oracle to convert the streaming accesses that now
are implemented reading from local files stored on the red5 server into xml
queries to xmltype columns. That way i will be able to have the advantage of
direct indexing to data that oracle gives with xmltype columns and the
streaming concurrency power of red5. But this has some troubles, because i
cannot get access to the oracle database with jdbc. So im trying to debug
the server side to get close to the problem, but it's impossible right now.
I've tried to have a "separate-from-red5" project and the jdbc connection
makes with no troubles. I think that the problem is that the function "
DriverManager.registerDriver (new oracle.jdbc.driver.OracleDriver());"
throws an unhandled exception and red5 has some troubles with it, because it
returns null to the flash side...
Any ideas?
thank you

2007/2/9, Dan Rossi <spam at electroteque.org>:
>
> Im not sure about the tarball release, but under SVN u have the .project
> file within the source, i would then import existing project into your
> working directory.  It would already be setup with a debugger, so u just
> have to click the debug icon :D
>
> Miguel Amez wrote:
> > Hi all!
> > this is my first post. I'm trying to debug a new red5 application(the
> > java
> > side). I use eclipse, but I don't know how to do it. should I debug
> > all the
> > red5 server? or is it posible to attach a red5 application to an active
> > process (red5 process) in eclipse like a code is attached to a running
> > process in the traditional c/c++ programming?
> >
> > thanks in advance,
> > villalvilla
> >
> > ------------------------------------------------------------------------
> >
> > _______________________________________________
> > 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/20070209/28be4198/attachment.htm


More information about the Red5 mailing list