I changed the port from 2038 to 2039 in the services-config.xml and
rebooted my computer, getting same error..

        <channel-definition id="my-rtmp"
class="mx.messaging.channels.RTMPChannel">
            <endpoint uri="rtmp://{server.name}:2039"
class="flex.messaging.endpoints.RTMPEndpoint"/>
            <properties>
                <idle-timeout-minutes>20</idle-timeout-minutes>
                <client-to-server-maxbps>100K</client-to-server-maxbps>
                <server-to-client-maxbps>100K</server-to-client-maxbps>
                <!-- for deployment on WebSphere, must be mapped to a
WorkManager available in the web application's jndi context.

<websphere-workmanager-jndi-name>java:comp/env/wm/MessagingWorkManager</websphere-workmanager-jndi-name>
                -->
            </properties>
        </channel-definition>


On 10/18/07, Greg Morphis <[EMAIL PROTECTED]> wrote:
> I deleted the project I was getting a Fault error on (see other post
> for more information).
> I uninstalled and reinstalled FDS2.0.1, I checked the project back out from 
> CVS.
> When I load the program I get
> [Flex] 10/18/2007 12:26:51.938 RTMP-Server failed to start up:
> java.net.BindException: Address already in use: bind
> 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)
>
> How do I correct this error? Thanks
>

Reply via email to