I think that this is just the generic "can't connect" error.  Usually
you get this when the player is unable to connect to the socket.   I was
going to suggest a firewall issue or something like that but you already
tried that?

 

Can you to something like:

 

"telnet localhost 2038"

 

If that gets "Could not open connection to the host", it is a socket
problem with that machine - possibly still a firewall or etc\hosts entry
for localhost?   If that is at least able to connect it will clear the
screen and possibly dump some garbage output.  In that case it would
indicate it is a problem with flash trying to connect that is at least
not due to a system problem.

 

Jeff

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of chrisnoeflex
Sent: Thursday, February 08, 2007 5:03 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: no rtmp connection on win xp ?

 

Jeff,

this is what i'm seeing, when i use the fdb debugger :
(i already uninstalled my firewall, disabled the windows fire wall, 
so there should be no problem with any ports that are unusable).
He is sending to rtmp://localhost:2038, <rtmp://localhost:2038,>  and is
receiving

channel got status. (Object)#0

That's the problem i think. Can you give me any more info on why it 
is giving me status 0 ? what does this mean ?

[trace] cds-producer-bezoeker.hibernate-null DataService.fill() 
called with 2 arguments.
[trace] (Array)#0
[trace] [0] "flex:hql"
[trace] [1] "From Bezoekers"
[trace]
[trace] Client ID specified in subscribe is ignored when a session is 
assigned.
[trace] 'cds-consumer-bezoeker.hibernate-null' consumer subscribe.
[trace] 'my-rtmp' channel endpoint set to rtmp://localhost:2038
<rtmp://localhost:2038> 
[trace] 'my-rtmp' channel settings are:
[trace] <channel id="my-rtmp" 
type="mx.messaging.channels.RTMPChannel">
[trace] <endpoint uri="rtmp://{server.name}:2038"/>
[trace] <properties/>
[trace] </channel>
[trace] 'cds-producer-bezoeker.hibernate-null' producer sending 
message '3E8750DC-A3BB-B127-5436-A16753E08387
[trace] 'my-rtmp' channel got status. (Object)#0
[trace] code = "NetConnection.Connect.Failed"
[trace] level = "error"
[trace] 'my-rtmp' channel polling stopped.
[trace] 'my-rtmp' channel connect failed.
[trace] 'cds-consumer-bezoeker.hibernate-null' consumer channel 
faulted with Channel.Connect.Failed null
[trace] 'cds-consumer-bezoeker.hibernate-null' consumer starting 
resubscribe timer.
[trace] 'cds-producer-bezoeker.hibernate-null' producer channel 
faulted with Channel.Connect.Failed null
[trace] 'cds-producer-bezoeker.hibernate-null' producer fault 
for '3E8750DC-A3BB-B127-5436-A16753E08387'.
[trace] 'cds-consumer-bezoeker.hibernate-null' consumer trying to 
resubscribe.
[trace] 'my-rtmp' channel got status. (Object)#0
[trace] code = "NetConnection.Connect.Failed"
[trace] level = "error"
[trace] 'my-rtmp' channel polling stopped.
[trace] 'my-rtmp' channel connect failed.
[trace] 'cds-consumer-bezoeker.hibernate-null' consumer channel 
faulted with Channel.Connect.Failed null
[trace] 'cds-producer-bezoeker.hibernate-null' producer channel 
faulted with Channel.Connect.Failed null
[trace] 'cds-consumer-bezoeker.hibernate-null' consumer trying to 
resubscribe.
[trace] 'my-rtmp' channel got status. (Object)#0

 

Reply via email to