all groups > macromedia flash flash remoting > january 2004 >
You're in the

macromedia flash flash remoting

group:

FIRST TIME (CF + FLASH MX) PROBLEMS!


FIRST TIME (CF + FLASH MX) PROBLEMS! wade1
1/28/2004 5:35:29 PM
macromedia flash flash remoting: Hello I would imagine that my problem is very simple but I am very new with this
time of intergration. I cannot seem to make my test app run at all.

localy everything is fine and I get the proper response.


//I pass the gateway in the cfm by
gatewayUrl=http://#cgi.http_host#/flashservices/gateway

//and then in the .as I use
gatewayConnnection = NetServices.createGatewayConnection();
example1Service = gatewayConnnection.getService("commotionproject.Flash", this);
example1Service.TickerDataProvider();

localy everything runs great, however on the production server not the case
when I execute the flash file there I get back this error:
Service threw an exception during method invocation:
No servioe named commotionproject.Flash is known to Flash Remoting MX

all the file locations are identical, and so forth, with one difference
in production. The web root is located under another drive
not in the default C:\CFusionMX\WWWroot\.
otherwise the dev and production enviroments are identical.

http://www.commotionproject.com/flashservices/gateway
and
http://localhost:8500/flashservices/gateway

both give me blank pages, so I assume that the remoting services are ok.

WHAT AM I OVERLOOKING, suggestions PLEASE

for the time being the url to this problem is null
so take a look at the error if you like.


Re: FIRST TIME (CF + FLASH MX) PROBLEMS! dutcheese
1/31/2004 9:33:05 PM
hi,

you could be running into trouble if your production server is hosting more than 1 web site... check this for the fix...

http://www.macromedia.com/support/flash_remoting/ts/documents/iis_gateway_connection.htm

dutcheese

AddThis Social Bookmark Button