Hi Benjamin,

With regard to the exception, in your services-config.xml file you'll can find 
a <channel-definition> for an RTMP channel. The RTMP channel endpoint on the 
server is a socket server that binds to the port specified in the <endpoint 
uri="..."/> element. A single port can't be bound by multiple handlers, so if 
you have several FDS applications running on your Tomcat server you'll need to 
configure the RTMP channels across these applications to use unique ports.

Hope that helps,
Seth

________________________________________
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Benjamin Dobler
Sent: Wednesday, August 23, 2006 1:23 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flash Data Services - help needed

Hi everyone,
 
finally i found the time to try out the data services. I`m using tomcat 5.5 and 
Java Open Transaction Manager form my basic setup.
I was able to run the samples that ship with fds but now when i try to set up 
my own projects i get stuck with some errors.
I get the following message from the tomcat logs:
 
Exception in thread "RTMP-Server" flex.messaging.endpoints.rtmp.RTMPException: 
The RTMP server has encountered a fatal exception starting up: Address already 
in use: bind
            at 
flex.messaging.endpoints.rtmp.BaseNIORTMPServer.run(BaseNIORTMPServer.java:310)
            at java.lang.Thread.run(Unknown Source)
 
Let me say i`m not a server or java guy - so if anyone has an idea.
It would also be good if someone could point me to a basic tutorial for setting 
up fds and building a simple application - not based on the samples that ship 
with fds. 
For me it would be important to know how to configure the various configuration 
xml files in the flex folder. 
 
Thanx for any help
 
Benz
 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to