[flexcoders] Re: FDS Messaging error

2007-05-09 Thread meteatamel
How did you compile your application? Make sure you pointed to
services-config.xml when you compiled your application and also make
sure that your messaging-config.xml contains MyTransientTopic destination.

-Mete

--- In flexcoders@yahoogroups.com, "Barry Evans" <[EMAIL PROTECTED]> wrote:
>
> I was just wondering if there was any joy on getting the messaging 
> service to work.
> 
> I too have trying to get a better understanding of fds and i want to 
> run through the simple chat application.
> 
> when i run the swf in IE, i get the following error message:
> [MessagingError message='Unknown destination 'MyTransientTopic'.']
>   at mx.messaging.config::ServerConfig$/getChannelSet()
>   at 
> mx.messaging::Consumer/mx.messaging:Consumer::initChannelSet()
>   at 
> mx.messaging::MessageAgent/mx.messaging:MessageAgent::internalSend()
>   at mx.messaging::Consumer/subscribe()
>   at ChatClient/___Application1_creationComplete()
>   at 
> flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEv
> entFunction()
>   at flash.events::EventDispatcher/dispatchEvent()
>   at mx.core::UIComponent/dispatchEvent()
>   at mx.core::UIComponent/set initialized()
>   at mx.managers::LayoutManager/::doPhasedInstantiation()
>   at Function/http://adobe.com/AS3/2006/builtin::apply()
>   at mx.core::UIComponent/::callLaterDispatcher2()
>   at mx.core::UIComponent/::callLaterDispatcher()
> 
> Any help would be appreciated
> 
> Barry
> 
> 
> --- In flexcoders@yahoogroups.com, "Robs"  wrote:
> >
> > Nopes :(( ! It still shows the same error. Is it that fds can't 
> > locate my config files properly. Lemme give the dir structure of my 
> > project :
> > 
> > 
> >
> >  
> >
> >  {all fds related config xmls}
> > 
> > The way I access my app is 
> > http://localhost:8080/samples/messageboard/fdsChat/fdsChat.mxml .
> > 
> > 
> > 
> > --- In flexcoders@yahoogroups.com, "Dirk Eismann"  
> > wrote:
> > >
> > > Make sure to restart FDS after you modify any of the config 
> files. 
> > Also,
> > > if you're using Flex Builder 2 then it's always a good idea to do 
> a
> > > Project --> Clean after modifying the FDS config files.
> > > 
> > > Dirk. 
> > > 
> > > > -Original Message-
> > > > From: flexcoders@yahoogroups.com 
> > > > [mailto:[EMAIL PROTECTED] On Behalf Of Robs
> > > > Sent: Tuesday, April 10, 2007 3:36 PM
> > > > To: flexcoders@yahoogroups.com
> > > > Subject: [flexcoders] FDS Messaging error
> > > > 
> > > > Hi all,
> > > >   I'm trying out a sample chat app using fds messaging. As 
> > > > per the instructions, I made a new destination in the 
> > > > messaging-config.xml as
> > > > follows:
> > > > 
> > > > 
> > > > 
> > > > 
> > > > false
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > 
> > > > Unfortunately, my application does not seem to get this 
> > > > destination & is throwing the following error:
> > > > 
> > > > [Error: (mx.messaging.messages::ErrorMessage)#0
> > > >   body = (null)
> > > >   clientId = (null)
> > > >   correlationId = "AC6C8425-5819-7952-C465-DBB44D54B08E"
> > > >   destination = "MyTransientTopic"
> > > >   extendedData = (null)
> > > >   faultCode = "Server.Processing"
> > > >   faultDetail = (null)
> > > >   faultString = "No destination 'MyTransientTopic' exists in 
> > > > service flex.messaging.services.MessageService"
> > > >   headers = (Object)#1
> > > >   messageId = "996330F1-2418-1987-0B1E-A4C224645BD9"
> > > >   rootCause = (null)
> > > >   timestamp = 1176212098404
> > > >   timeToLive = 0]
> > > > 
> > > > 
> > > >   Where am I going wrong? Please help !
> > > > 
> > > > Regards,
> > > > Robi.
> > > > 
> > > > 
> > > > 
> > > > --
> > > > 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
> > > > 
> > > > 
> > > > 
> > > >
> > >
> >
>




[flexcoders] Re: FDS Messaging error

2007-05-09 Thread Barry Evans
No it doesnt work in firefox either.

I guess there is some sort of configuration in the Project that 
defines where the data comes from.

I found out that if you choose the option 'Flex Data
Services' when asked 'How will your Flex application access data?' in
the 'Create a Flex Project' dialog, the sample chat client is able to 
talk to the messaging service 100%

Barry

--- In flexcoders@yahoogroups.com, Sean Sell <[EMAIL PROTECTED]> wrote:
>
> Does it work in Firefox and just not in IE?
> 
> If so, we had a problem on IE making remote object calls to our 
server when using https.
> 
> Adding the following:
> 
> 
> 
>  
> 
> and setting:
> 
> channelSet="{this.servicesChannelSet}" 
> 
> in the MX:RemoteObject tag fixed the problem.
> 
> otherwise post you configs and how you are compiling. Provided your 
config is right the easiest way to get the client compiled correctly 
is to have it compiled on the server where it will be served from.
> 
> - Original Message 
> From: Barry Evans <[EMAIL PROTECTED]>
> To: flexcoders@yahoogroups.com
> Sent: Wednesday, May 9, 2007 6:17:27 AM
> Subject: [flexcoders] Re: FDS Messaging error
> 
> 
> 
> 
> 
> 
> 
> 
> 
>   
> 
> 
> 
> I was just wondering if there was any joy on getting 
the messaging 
> 
> service to work.
> 
> 
> 
> I too have trying to get a better understanding of fds and i want 
to 
> 
> run through the simple chat application.
> 
> 
> 
> when i run the swf in IE, i get the following error message:
> 
> [MessagingError message='Unknown destination 'MyTransientTopic' .']
> 
>   at mx.messaging. config::ServerCo nfig$/getChannel Set()
> 
>   at 
> 
> mx.messaging: :Consumer/ mx.messaging: Consumer: :initChannelSet( )
> 
>   at 
> 
> mx.messaging: :MessageAgent/ mx.messaging: 
MessageAgent: :internalSend( )
> 
>   at mx.messaging: :Consumer/ subscribe( )
> 
>   at ChatClient/_ __Application1_ creationComplete ()
> 
>   at 
> 
> flash.events: :EventDispatcher /flash.events: 
EventDispatcher: :dispatchEv
> 
> entFunction( )
> 
>   at flash.events: :EventDispatcher /dispatchEvent( )
> 
>   at mx.core::UIComponen t/dispatchEvent( )
> 
>   at mx.core::UIComponen t/set initialized( )
> 
>   at mx.managers: :LayoutManager/ ::doPhasedInstan tiation()
> 
>   at Function/http://adobe. com/AS3/2006/ builtin:: apply()
> 
>   at mx.core::UIComponen t/::callLaterDis patcher2( )
> 
>   at mx.core::UIComponen t/::callLaterDis patcher()
> 
> 
> 
> Any help would be appreciated
> 
> 
> 
> Barry
> 
> 
> 
> --- In [EMAIL PROTECTED] ups.com, "Robs"  wrote:
> 
> >
> 
> > Nopes :(( ! It still shows the same error. Is it that fds can't 
> 
> > locate my config files properly. Lemme give the dir structure of 
my 
> 
> > project :
> 
> > 
> 
> > 
> 
> >
> 
> >  
> 
> >
> 
> >  {all fds related config xmls}
> 
> > 
> 
> > The way I access my app is 
> 
> > http://localhost: 8080/samples/ messageboard/ fdsChat/fdsChat. 
mxml .
> 
> > 
> 
> > 
> 
> > 
> 
> > --- In [EMAIL PROTECTED] ups.com, "Dirk Eismann"  
> 
> > wrote:
> 
> > >
> 
> > > Make sure to restart FDS after you modify any of the config 
> 
> files. 
> 
> > Also,
> 
> > > if you're using Flex Builder 2 then it's always a good idea to 
do 
> 
> a
> 
> > > Project --> Clean after modifying the FDS config files.
> 
> > > 
> 
> > > Dirk. 
> 
> > > 
> 
> > > > -Original Message-
> 
> > > > From: [EMAIL PROTECTED] ups.com 
> 
> > > > [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Robs
> 
> > > > Sent: Tuesday, April 10, 2007 3:36 PM
> 
> > > > To: [EMAIL PROTECTED] ups.com
> 
> > > > Subject: [flexcoders] FDS Messaging error
> 
> > > > 
> 
> > > > Hi all,
> 
> > > >   I'm trying out a sample chat app using fds messaging. As 
> 
> > > > per the instructions, I made a new destination in the 
> 
> > > > messaging-config. xml as
> 
> > > > follows:
> 
> > > > 
> 
> > > > 
> 
> > > > 
> 
> > > > 
> 
> > > > false< /durable>
> 
> >

Re: [flexcoders] Re: FDS Messaging error

2007-05-09 Thread Sean Sell
Does it work in Firefox and just not in IE?

If so, we had a problem on IE making remote object calls to our server when 
using https.

Adding the following:



 

and setting:

channelSet="{this.servicesChannelSet}" 

in the MX:RemoteObject tag fixed the problem.

otherwise post you configs and how you are compiling. Provided your config is 
right the easiest way to get the client compiled correctly is to have it 
compiled on the server where it will be served from.

- Original Message 
From: Barry Evans <[EMAIL PROTECTED]>
To: flexcoders@yahoogroups.com
Sent: Wednesday, May 9, 2007 6:17:27 AM
Subject: [flexcoders] Re: FDS Messaging error









  



I was just wondering if there was any joy on getting the messaging 

service to work.



I too have trying to get a better understanding of fds and i want to 

run through the simple chat application.



when i run the swf in IE, i get the following error message:

[MessagingError message='Unknown destination 'MyTransientTopic' .']

at mx.messaging. config::ServerCo nfig$/getChannel Set()

at 

mx.messaging: :Consumer/ mx.messaging: Consumer: :initChannelSet( )

at 

mx.messaging: :MessageAgent/ mx.messaging: MessageAgent: :internalSend( )

at mx.messaging: :Consumer/ subscribe( )

at ChatClient/_ __Application1_ creationComplete ()

at 

flash.events: :EventDispatcher /flash.events: EventDispatcher: :dispatchEv

entFunction( )

at flash.events: :EventDispatcher /dispatchEvent( )

at mx.core::UIComponen t/dispatchEvent( )

at mx.core::UIComponen t/set initialized( )

at mx.managers: :LayoutManager/ ::doPhasedInstan tiation()

at Function/http://adobe. com/AS3/2006/ builtin:: apply()

at mx.core::UIComponen t/::callLaterDis patcher2( )

at mx.core::UIComponen t/::callLaterDis patcher()



Any help would be appreciated



Barry



--- In [EMAIL PROTECTED] ups.com, "Robs" <[EMAIL PROTECTED] .> wrote:

>

> Nopes :(( ! It still shows the same error. Is it that fds can't 

> locate my config files properly. Lemme give the dir structure of my 

> project :

> 

> 

>

>  

>

>  {all fds related config xmls}

> 

> The way I access my app is 

> http://localhost: 8080/samples/ messageboard/ fdsChat/fdsChat. mxml .

> 

> 

> 

> --- In [EMAIL PROTECTED] ups.com, "Dirk Eismann"  

> wrote:

> >

> > Make sure to restart FDS after you modify any of the config 

files. 

> Also,

> > if you're using Flex Builder 2 then it's always a good idea to do 

a

> > Project --> Clean after modifying the FDS config files.

> > 

> > Dirk. 

> > 

> > > -Original Message-

> > > From: [EMAIL PROTECTED] ups.com 

> > > [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Robs

> > > Sent: Tuesday, April 10, 2007 3:36 PM

> > > To: [EMAIL PROTECTED] ups.com

> > > Subject: [flexcoders] FDS Messaging error

> > > 

> > > Hi all,

> > >   I'm trying out a sample chat app using fds messaging. As 

> > > per the instructions, I made a new destination in the 

> > > messaging-config. xml as

> > > follows:

> > > 

> > > 

> > > 

> > > 

> > > false< /durable>

> > > 

> > > 

> > > 

> > > 

> > > 

> > > 

> > > 

> > > Unfortunately, my application does not seem to get this 

> > > destination & is throwing the following error:

> > > 

> > > [Error: (mx.messaging. messages: :ErrorMessage) #0

> > >   body = (null)

> > >   clientId = (null)

> > >   correlationId = "AC6C8425-5819- 7952-C465- DBB44D54B08E"

> > >   destination = "MyTransientTopic"

> > >   extendedData = (null)

> > >   faultCode = "Server.Processing"

> > >   faultDetail = (null)

> > >   faultString = "No destination 'MyTransientTopic' exists in 

> > > service flex.messaging. services. MessageService"

> > >   headers = (Object)#1

> > >   messageId = "996330F1-2418- 1987-0B1E- A4C224645BD9"

> > >   rootCause = (null)

> > >   timestamp = 1176212098404

> > >   timeToLive = 0]

> > > 

> > > 

> > >   Where am I going wrong? Please help !

> > > 

> > > Regards,

> > > Robi.

> > > 

> > > 

> > > 

> > > --

> > > Flexcoders Mailing List

> > > FAQ: 

> http://groups. yahoo.com/ group/flexcoders /files/flexcoder sFAQ.txt

> > > Search Archives: 

> > > http://www.mail- archive.com/ flexcoders% 40yahoogroups. com 

> > > Yahoo! Groups Links

> > > 

> > > 

> > > 

> > >

> >

>






  















__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

[flexcoders] Re: FDS Messaging error

2007-05-09 Thread Barry Evans
robi,

i just figured out that when you create the new project in flex 
builder 2.0, you need to make sure you choose the option 'Flex Data 
Services' when asked 'How will your Flex application access data?' in 
the 'Create a Flex Project' dialog.

Hope this helps,

Barry

--- In flexcoders@yahoogroups.com, "Robs" <[EMAIL PROTECTED]> wrote:
>
> Hi all,
>   I'm trying out a sample chat app using fds messaging. As per the 
> instructions, I made a new destination in the messaging-config.xml 
as 
> follows:
> 
> 
> 
> 
> false
> 
> 
> 
> 
> 
> 
> 
> Unfortunately, my application does not seem to get this destination 
& 
> is throwing the following error:
> 
> [Error: (mx.messaging.messages::ErrorMessage)#0
>   body = (null)
>   clientId = (null)
>   correlationId = "AC6C8425-5819-7952-C465-DBB44D54B08E"
>   destination = "MyTransientTopic"
>   extendedData = (null)
>   faultCode = "Server.Processing"
>   faultDetail = (null)
>   faultString = "No destination 'MyTransientTopic' exists in 
service 
> flex.messaging.services.MessageService"
>   headers = (Object)#1
>   messageId = "996330F1-2418-1987-0B1E-A4C224645BD9"
>   rootCause = (null)
>   timestamp = 1176212098404
>   timeToLive = 0]
> 
> 
>   Where am I going wrong? Please help !
> 
> Regards,
> Robi.
>




[flexcoders] Re: FDS Messaging error

2007-05-09 Thread Barry Evans
I was just wondering if there was any joy on getting the messaging 
service to work.

I too have trying to get a better understanding of fds and i want to 
run through the simple chat application.

when i run the swf in IE, i get the following error message:
[MessagingError message='Unknown destination 'MyTransientTopic'.']
at mx.messaging.config::ServerConfig$/getChannelSet()
at 
mx.messaging::Consumer/mx.messaging:Consumer::initChannelSet()
at 
mx.messaging::MessageAgent/mx.messaging:MessageAgent::internalSend()
at mx.messaging::Consumer/subscribe()
at ChatClient/___Application1_creationComplete()
at 
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEv
entFunction()
at flash.events::EventDispatcher/dispatchEvent()
at mx.core::UIComponent/dispatchEvent()
at mx.core::UIComponent/set initialized()
at mx.managers::LayoutManager/::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/::callLaterDispatcher2()
at mx.core::UIComponent/::callLaterDispatcher()

Any help would be appreciated

Barry


--- In flexcoders@yahoogroups.com, "Robs" <[EMAIL PROTECTED]> wrote:
>
> Nopes :(( ! It still shows the same error. Is it that fds can't 
> locate my config files properly. Lemme give the dir structure of my 
> project :
> 
> 
>
>  
>
>  {all fds related config xmls}
> 
> The way I access my app is 
> http://localhost:8080/samples/messageboard/fdsChat/fdsChat.mxml .
> 
> 
> 
> --- In flexcoders@yahoogroups.com, "Dirk Eismann"  
> wrote:
> >
> > Make sure to restart FDS after you modify any of the config 
files. 
> Also,
> > if you're using Flex Builder 2 then it's always a good idea to do 
a
> > Project --> Clean after modifying the FDS config files.
> > 
> > Dirk. 
> > 
> > > -Original Message-
> > > From: flexcoders@yahoogroups.com 
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Robs
> > > Sent: Tuesday, April 10, 2007 3:36 PM
> > > To: flexcoders@yahoogroups.com
> > > Subject: [flexcoders] FDS Messaging error
> > > 
> > > Hi all,
> > >   I'm trying out a sample chat app using fds messaging. As 
> > > per the instructions, I made a new destination in the 
> > > messaging-config.xml as
> > > follows:
> > > 
> > > 
> > > 
> > > 
> > > false
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > Unfortunately, my application does not seem to get this 
> > > destination & is throwing the following error:
> > > 
> > > [Error: (mx.messaging.messages::ErrorMessage)#0
> > >   body = (null)
> > >   clientId = (null)
> > >   correlationId = "AC6C8425-5819-7952-C465-DBB44D54B08E"
> > >   destination = "MyTransientTopic"
> > >   extendedData = (null)
> > >   faultCode = "Server.Processing"
> > >   faultDetail = (null)
> > >   faultString = "No destination 'MyTransientTopic' exists in 
> > > service flex.messaging.services.MessageService"
> > >   headers = (Object)#1
> > >   messageId = "996330F1-2418-1987-0B1E-A4C224645BD9"
> > >   rootCause = (null)
> > >   timestamp = 1176212098404
> > >   timeToLive = 0]
> > > 
> > > 
> > >   Where am I going wrong? Please help !
> > > 
> > > Regards,
> > > Robi.
> > > 
> > > 
> > > 
> > > --
> > > 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
> > > 
> > > 
> > > 
> > >
> >
>




[flexcoders] Re: FDS Messaging error

2007-04-10 Thread Robs
Nopes :(( ! It still shows the same error. Is it that fds can't 
locate my config files properly. Lemme give the dir structure of my 
project :


   
 
   
 {all fds related config xmls}

The way I access my app is 
http://localhost:8080/samples/messageboard/fdsChat/fdsChat.mxml .



--- In flexcoders@yahoogroups.com, "Dirk Eismann" <[EMAIL PROTECTED]> 
wrote:
>
> Make sure to restart FDS after you modify any of the config files. 
Also,
> if you're using Flex Builder 2 then it's always a good idea to do a
> Project --> Clean after modifying the FDS config files.
> 
> Dirk. 
> 
> > -Original Message-
> > From: flexcoders@yahoogroups.com 
> > [mailto:[EMAIL PROTECTED] On Behalf Of Robs
> > Sent: Tuesday, April 10, 2007 3:36 PM
> > To: flexcoders@yahoogroups.com
> > Subject: [flexcoders] FDS Messaging error
> > 
> > Hi all,
> >   I'm trying out a sample chat app using fds messaging. As 
> > per the instructions, I made a new destination in the 
> > messaging-config.xml as
> > follows:
> > 
> > 
> > 
> > 
> > false
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > Unfortunately, my application does not seem to get this 
> > destination & is throwing the following error:
> > 
> > [Error: (mx.messaging.messages::ErrorMessage)#0
> >   body = (null)
> >   clientId = (null)
> >   correlationId = "AC6C8425-5819-7952-C465-DBB44D54B08E"
> >   destination = "MyTransientTopic"
> >   extendedData = (null)
> >   faultCode = "Server.Processing"
> >   faultDetail = (null)
> >   faultString = "No destination 'MyTransientTopic' exists in 
> > service flex.messaging.services.MessageService"
> >   headers = (Object)#1
> >   messageId = "996330F1-2418-1987-0B1E-A4C224645BD9"
> >   rootCause = (null)
> >   timestamp = 1176212098404
> >   timeToLive = 0]
> > 
> > 
> >   Where am I going wrong? Please help !
> > 
> > Regards,
> > Robi.
> > 
> > 
> > 
> > --
> > 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
> > 
> > 
> > 
> >
>