Expand my Community achievements bar.

SOLVED

Flex - Spring - BlazeDC

Avatar

Level 1
Hello!!

I`m develop little example with Adobe tutorial:
http://www.adobe.com/devnet/livecycle/articles/blazeds_spring_05.html

Deploy is Done!!!! But when applicattion started I had error
by celling RPC:

[FaultEvent fault=[RPC Fault faultString="Send failed"
faultCode="Client.Error.MessageSend"
faultDetail="Channel.Connect.Failed error
NetConnection.Call.Failed: HTTP: Failed: url: '
http://localhost:8400/messagebroker/amf'"
messageId="88205208-79EC-E149-2FE7-24D288A04302" type="fault"
bubbles=false cancelable=true eventPhase=2]



What is the error?
1 Accepted Solution

Avatar

Correct answer by
Level 2
it's a standard message if your client can't connect to the
amf servelet.



your amf servlet url appears to be
http://localhost:8400/messagebroker/amf.
is your blazeds is hosted under
http://localhost:8400/blazeds?
in that case, you need to go to the project property and correct
the server configuration.

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2
it's a standard message if your client can't connect to the
amf servelet.



your amf servlet url appears to be
http://localhost:8400/messagebroker/amf.
is your blazeds is hosted under
http://localhost:8400/blazeds?
in that case, you need to go to the project property and correct
the server configuration.

Avatar

Level 1
Thanks a lot!!!

This is my mistake, I lost
{context.root}