[flexcoders] hostmysite.com...RemoteObject not working

2006-11-04 Thread qnotemedia
Hi all - back from MAX, and I'm finally using RemoteObject!

I have a simple calendar application.  All is working fine with my 
dev copy of ColdFusion, but when I put it up on hostmysite.com it 
fails to connect - error follows at the end of this post.  The 
remoteobject looks like this.

mx:RemoteObject
  id=calendarRO destination=ColdFusion
  source=g3calendar.cfcs.CalendarGateway
mx:method name=getAll result=getAllHandler(event)/
/mx:RemoteObject

I have tried with and without g3calendar in the source, though I 
think its finding the CFC, because instead, I would get a CFC not 
found right?

I used the make CFCs wizard in Flex Builder 2.
They do have the servers updated to v7.02.
I have double-checked that the datasource is working.
I have made a CFMapping to the g3calendar folder.
Other Flex Apps work fine via WebService and HTTPService.

Here is the error - not quite sure how to toubleshoot this!

 - Chris

[RPC Fault faultString=Send failed 
faultCode=Client.Error.MessageSend 
faultDetail=Channel.Connect.Failed error NetConnection.Call.Failed: 
HTTP: Status 500]
at 
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::fa
ultHandler()
at mx.rpc::Responder/fault()
at mx.rpc::AsyncRequest/fault()
at mx.messaging::ChannelSet/::faultPendingSends()
at mx.messaging::ChannelSet/channelFaultHandler()
at 
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEv
entFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.messaging::Channel/mx.messaging:Channel::connectFailed()
at 
mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingCha
nnel::connectFailed()
at 
mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::st
atusHandler()





--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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/
 



RE: [Junk E-Mail - LOW] [flexcoders] hostmysite.com...RemoteObject not working

2006-11-04 Thread Shannon Hicks





I'm pretty sure the only (shared)hosting company that 
supports remote object is CFDynamics

http://www.cfdynamics.com/

Shan


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
qnotemediaSent: Saturday, November 04, 2006 10:01 
AMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - 
LOW] [flexcoders] hostmysite.com...RemoteObject not working


Hi all - back from MAX, and I'm finally using RemoteObject!I have a 
simple calendar application. All is working fine with my dev copy of 
ColdFusion, but when I put it up on hostmysite.com it fails to connect - 
error follows at the end of this post. The remoteobject looks like 
this.mx:RemoteObjectid="calendarRO" 
destination="ColdFusion"source="g3calendar.cfcs.CalendarGateway"mx:method 
name="getAll" 
result="getAllHandler(event)"//mx:RemoteObjectI 
have tried with and without "g3calendar" in the source, though I think its 
finding the CFC, because instead, I would get a "CFC not found" 
right?I used the make CFCs wizard in Flex Builder 2.They do have the 
servers updated to v7.02.I have double-checked that the datasource is 
working.I have made a CFMapping to the g3calendar folder.Other Flex Apps 
work fine via WebService and HTTPService.Here is the error - not quite 
sure how to toubleshoot this!- Chris[RPC Fault 
faultString="Send failed" 
faultCode="Client.Error.MessageSend" 
faultDetail="Channel.Connect.Failed error 
NetConnection.Call.Failed: HTTP: Status 500"]at 
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::faultHandler()at 
mx.rpc::Responder/fault()at mx.rpc::AsyncRequest/fault()at 
mx.messaging::ChannelSet/::faultPendingSends()at 
mx.messaging::ChannelSet/channelFaultHandler()at 
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()at 
flash.events::EventDispatcher/dispatchEvent()at 
mx.messaging::Channel/mx.messaging:Channel::connectFailed()at 
mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingChannel::connectFailed()at 
mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::statusHandler()
--No virus found in this incoming message.Checked by AVG 
Free Edition.Version: 7.5.430 / Virus Database: 268.13.27/517 - Release 
Date: 11/3/2006 4:30 PM
__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.27/517 - Release Date: 11/3/2006 4:30 PM
 


Re: [S] [flexcoders] hostmysite.com...RemoteObject not working

2006-11-04 Thread Dkerr
In CF Admin  Flex Integration
Is Remoting enabled?

I'm experiencing a similar problem on my servers at NASA, but not on my own 
fusionpage.com servers.  Can't figure out why it works on one server and not 
the other. I get HTTP Status 404 even when using the CF App Wizards. I can 
connect to the CFC no problem via a .cfm page, but not Flex.

The only difference I can think of so far is that Flex Builder 2 is installed 
directly on my Fusionpage server, but not at NASA.  I think Flex Builder 2 has 
issues with where something is compiled vs. deployed and the location of the 
services-config.xml file in CFusionMX7\wwwroot\web inf\flex .  It may also be a 
problem with not using CFusionMX7\wwwroot are the root site path.  i.e. using 
IIS Virtual Directories. Still searching for a solution, but not much help from 
Forums/lists yet on this issue. 

Ben Forta and others at Adobe are helping me and if I get a resolution, I'll 
share it here.

Don







-Original message-
From: qnotemedia [EMAIL PROTECTED]
Date: Sat, 04 Nov 2006 11:10:04 -0600
To: flexcoders@yahoogroups.com
Subject: [S] [flexcoders] hostmysite.com...RemoteObject not working

 Hi all - back from MAX, and I'm finally using RemoteObject!
 
 I have a simple calendar application.  All is working fine with my 
 dev copy of ColdFusion, but when I put it up on hostmysite.com it 
 fails to connect - error follows at the end of this post.  The 
 remoteobject looks like this.
 
 mx:RemoteObject
   id=calendarRO destination=ColdFusion
   source=g3calendar.cfcs.CalendarGateway
 mx:method name=getAll result=getAllHandler(event)/
 /mx:RemoteObject
 
 I have tried with and without g3calendar in the source, though I 
 think its finding the CFC, because instead, I would get a CFC not 
 found right?
 
 I used the make CFCs wizard in Flex Builder 2.
 They do have the servers updated to v7.02.
 I have double-checked that the datasource is working.
 I have made a CFMapping to the g3calendar folder.
 Other Flex Apps work fine via WebService and HTTPService.
 
 Here is the error - not quite sure how to toubleshoot this!
 
  - Chris
 
 [RPC Fault faultString=Send failed 
 faultCode=Client.Error.MessageSend 
 faultDetail=Channel.Connect.Failed error NetConnection.Call.Failed: 
 HTTP: Status 500]
   at 
 mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::fa
 ultHandler()
   at mx.rpc::Responder/fault()
   at mx.rpc::AsyncRequest/fault()
   at mx.messaging::ChannelSet/::faultPendingSends()
   at mx.messaging::ChannelSet/channelFaultHandler()
   at 
 flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEv
 entFunction()
   at flash.events::EventDispatcher/dispatchEvent()
   at mx.messaging::Channel/mx.messaging:Channel::connectFailed()
   at 
 mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingCha
 nnel::connectFailed()
   at 
 mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::st
 atusHandler()
 
 
 
 
 


--
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/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* 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/
 



Re: [flexcoders] hostmysite.com...RemoteObject not working

2006-11-04 Thread Pat Buchanan



The last time I spoke with HostMySite, they did not support it, however they had it in a test environment and was planning on deploying it eventually. They would not give me a hard date, sorry. However, I would email them anyway and apply the pressure. :)
Thanks-PatOn 11/4/06, qnotemedia [EMAIL PROTECTED] wrote:













  



Hi all - back from MAX, and I'm finally using RemoteObject!

I have a simple calendar application.  All is working fine with my 
dev copy of ColdFusion, but when I put it up on hostmysite.com it 
fails to connect - error follows at the end of this post.  The 
remoteobject looks like this.

mx:RemoteObject
  id=calendarRO destination=ColdFusion
  source=g3calendar.cfcs.CalendarGateway
mx:method name=getAll result=getAllHandler(event)/
/mx:RemoteObject

I have tried with and without g3calendar in the source, though I 
think its finding the CFC, because instead, I would get a CFC not 
found right?

I used the make CFCs wizard in Flex Builder 2.
They do have the servers updated to v7.02.
I have double-checked that the datasource is working.
I have made a CFMapping to the g3calendar folder.
Other Flex Apps work fine via WebService and HTTPService.

Here is the error - not quite sure how to toubleshoot this!

- Chris

[RPC Fault faultString=Send failed 
faultCode=Client.Error.MessageSend 
faultDetail=Channel.Connect.Failed error NetConnection.Call.Failed: 
HTTP: Status 500]
	at 
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::fa
ultHandler()
	at mx.rpc::Responder/fault()
	at mx.rpc::AsyncRequest/fault()
	at mx.messaging::ChannelSet/::faultPendingSends()
	at mx.messaging::ChannelSet/channelFaultHandler()
	at 
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEv
entFunction()
	at flash.events::EventDispatcher/dispatchEvent()
	at mx.messaging::Channel/mx.messaging:Channel::connectFailed()
	at 
mx.messaging.channels::PollingChannel/mx.messaging.channels:PollingCha
nnel::connectFailed()
	at 
mx.messaging.channels::AMFChannel/mx.messaging.channels:AMFChannel::st
atusHandler()


  















__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___