Something's not working properly when doing the Conduit remoting call
from Flex. Please let me know if you spot the problem, so I can play
with Conduit.
Details follow.
Thanks,
Jamie
From Flex ###############################
Couldn't hit the service properly.[MessagingError message='Destination
'Conduit' either does not exist or the destination has no channels
defined (and the application does not define any default channels.)']
"Info" Debugging while starting CF instance
#####################################
01/01 16:42:25 user MessageBrokerServlet: init
[BlazeDS] Starting Adobe LiveCycle Data Services 2 Express
[BlazeDS] Adobe Flex Data Services Build: 184817
[BlazeDS] Endpoint java-secure-http created with security: None
at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
[BlazeDS] Endpoint cf-polling-amf created with security: None
at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
[BlazeDS] Endpoint my-cfamf created with security: None
at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
[BlazeDS] Endpoint my-cfamf-secure created with security: None
at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
[BlazeDS] Endpoint java-http created with security: None
at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
[BlazeDS] [CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
adapter for destination ColdFusionGateway
[BlazeDS] Conduit: ColdFusion Adapter initialised. (0.1.a)
01/01 16:42:28 user CFFormGateway: init
01/01 16:42:28 user FlexMxmlServlet: init
01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-webtier-
config.xml
01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-config.xml
- Constructed GeneralCacheAdministrator()
- Creating new cache
01/01 16:42:28 user FlexMxmlServlet: Starting Adobe Flex Web Tier
Compiler
01/01 16:42:29 user FlexMxmlServlet: Adobe Flex Web Tier Compiler
Build: 184817
01/01 16:42:29 user CFInternalServlet: init
01/01 16:42:29 user FlexInternalServlet: init
01/01 16:42:29 info Recovering 2 session(s)
Conduit Jar ################################
/opt/jrun4/servers/childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/
cfusion/lib/conduit.jar
<destination id="ColdFusion">
<channels>
<channel ref="my-cfamf"/>
</channels>
<properties>
<source>*</source>
<!-- define the resolution rules and access level of the
cfc being invoked -->
<access>
<!-- Use the ColdFusion mappings to find CFCs, by
default only CFC files under your webroot can be found. -->
<use-mappings>true</use-mappings>
<!-- allow "public and remote" or just "remote"
methods to be invoked -->
<method-access-level>remote</method-access-level>
</access>
<destination id="Conduit">
<channels>
<channel ref="my-cfamf" />
</channels>
<adapter ref="conduit" />
<properties>
<source>*</source>
<cfcs>
<!--
Whether or not reload the CFCs below on each request.
Useful for debugging when building new invokers,serialisers
or deserialisers
-->
<reloadcfcs>true</reloadcfcs>
<!--
The CFC that invokes the remote method call
-->
<invoker>conduit.core.CFCInvoker</invoker>
<!--
Translates CF=>AS3
-->
<serialiser>conduit.core.CFSerialiser</serialiser>
<!--
Translates AS3=>CF
-->
<deserialiser>conduit.core.CFDeserialiser</deserialiser>
</cfcs>
<access>
<!--
allow "public" (which is public or remote) or just "remote"
methods to be invoked.
If not specified, "remote" is the default
-->
<method-access-level>remote</method-access-level>
</access>
Whoops, I neglected to install BlazeDS, so I think we can ignore this post for now, but I'm about to start a new one about the BlazeDS installation instructions, because I'm struggling with them...
On Thu, Jan 1, 2009 at 4:48 PM, Jamie Jackson <mySpa...@gmail.com> wrote: > Hey Mark,
> Something's not working properly when doing the Conduit remoting call > from Flex. Please let me know if you spot the problem, so I can play > with Conduit.
> Details follow.
> Thanks, > Jamie
> From Flex ############################### > Couldn't hit the service properly.[MessagingError message='Destination > 'Conduit' either does not exist or the destination has no channels > defined (and the application does not define any default channels.)']
> "Info" Debugging while starting CF instance > ##################################### > 01/01 16:42:25 user MessageBrokerServlet: init > [BlazeDS] Starting Adobe LiveCycle Data Services 2 Express > [BlazeDS] Adobe Flex Data Services Build: 184817 > [BlazeDS] Endpoint java-secure-http created with security: None > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure > [BlazeDS] Endpoint cf-polling-amf created with security: None > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling > [BlazeDS] Endpoint my-cfamf created with security: None > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/ > [BlazeDS] Endpoint my-cfamf-secure created with security: None > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure > [BlazeDS] Endpoint java-http created with security: None > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http > [BlazeDS] [CFEventGatewayAdapter] Configuring ColdFusion Event Gateway > adapter for destination ColdFusionGateway > [BlazeDS] Conduit: ColdFusion Adapter initialised. (0.1.a) > 01/01 16:42:28 user CFFormGateway: init > 01/01 16:42:28 user FlexMxmlServlet: init > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/ > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-webtier- > config.xml > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/ > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-config.xml > - Constructed GeneralCacheAdministrator() > - Creating new cache > 01/01 16:42:28 user FlexMxmlServlet: Starting Adobe Flex Web Tier > Compiler > 01/01 16:42:29 user FlexMxmlServlet: Adobe Flex Web Tier Compiler > Build: 184817 > 01/01 16:42:29 user CFInternalServlet: init > 01/01 16:42:29 user FlexInternalServlet: init > 01/01 16:42:29 info Recovering 2 session(s)
> Conduit Jar ################################ > /opt/jrun4/servers/childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/ > cfusion/lib/conduit.jar
> <destination id="ColdFusion"> > <channels> > <channel ref="my-cfamf"/> > </channels> > <properties> > <source>*</source> > <!-- define the resolution rules and access level of the > cfc being invoked --> > <access> > <!-- Use the ColdFusion mappings to find CFCs, by > default only CFC files under your webroot can be found. --> > <use-mappings>true</use-mappings> > <!-- allow "public and remote" or just "remote" > methods to be invoked --> > <method-access-level>remote</method-access-level> > </access>
> <destination id="Conduit"> > <channels> > <channel ref="my-cfamf" /> > </channels> > <adapter ref="conduit" /> > <properties> > <source>*</source> > <cfcs> > <!-- > Whether or not reload the CFCs below on each request. > Useful for debugging when building new invokers,serialisers > or deserialisers > --> > <reloadcfcs>true</reloadcfcs> > <!-- > The CFC that invokes the remote method call > --> > <invoker>conduit.core.CFCInvoker</invoker> > <!-- > Translates CF=>AS3 > --> > <serialiser>conduit.core.CFSerialiser</serialiser> > <!-- > Translates AS3=>CF > --> > <deserialiser>conduit.core.CFDeserialiser</deserialiser> > </cfcs> > <access> > <!-- > allow "public" (which is public or remote) or just "remote" > methods to be invoked. > If not specified, "remote" is the default > --> > <method-access-level>remote</method-access-level> > </access>
I just sent you my config files, in case you feel like trying to spot
a problem...
Thanks,
Jamie
Here's the info debugging:
01/02 09:36:54 user MessageBrokerServlet: init
[BlazeDS]BlazeDS - Community Edition: 3.2.0.3978
[BlazeDS]Endpoint java-polling-amf created with security: None
at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amfpolling
[BlazeDS]Endpoint java-secure-http created with security: None
at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
[BlazeDS]Endpoint cf-polling-amf created with security: None
at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
[BlazeDS]Endpoint java-amf created with security: None
at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amf
[BlazeDS]Endpoint my-cfamf created with security: None
at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
[BlazeDS]Endpoint java-secure-amf created with security: None
at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/amfsecure
[BlazeDS]Endpoint my-cfamf-secure created with security: None
at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
[BlazeDS]Endpoint java-http created with security: None
at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
[BlazeDS][CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
adapter for destination ColdFusionGateway
[BlazeDS]Conduit: ColdFusion Adapter initialised. (0.1.a)
01/02 09:36:59 user CFFormGateway: init
01/02 09:36:59 user CFInternalServlet: init
01/02 09:37:00 info Recovering 2 session(s)
On Jan 1, 10:50 pm, "Jamie Jackson" <myspa...@gmail.com> wrote:
> Whoops, I neglected to install BlazeDS, so I think we can ignore this
> post for now, but I'm about to start a new one about the BlazeDS
> installation instructions, because I'm struggling with them...
> On Thu, Jan 1, 2009 at 4:48 PM, Jamie Jackson <mySpa...@gmail.com> wrote:
> > Hey Mark,
> > Something's not working properly when doing the Conduit remoting call
> > from Flex. Please let me know if you spot the problem, so I can play
> > with Conduit.
> > Details follow.
> > Thanks,
> > Jamie
> > From Flex ###############################
> > Couldn't hit the service properly.[MessagingError message='Destination
> > 'Conduit' either does not exist or the destination has no channels
> > defined (and the application does not define any default channels.)']
> > "Info" Debugging while starting CF instance
> > #####################################
> > 01/01 16:42:25 user MessageBrokerServlet: init
> > [BlazeDS] Starting Adobe LiveCycle Data Services 2 Express
> > [BlazeDS] Adobe Flex Data Services Build: 184817
> > [BlazeDS] Endpoint java-secure-http created with security: None
> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
> > [BlazeDS] Endpoint cf-polling-amf created with security: None
> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
> > [BlazeDS] Endpoint my-cfamf created with security: None
> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
> > [BlazeDS] Endpoint my-cfamf-secure created with security: None
> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
> > [BlazeDS] Endpoint java-http created with security: None
> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
> > [BlazeDS] [CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
> > adapter for destination ColdFusionGateway
> > [BlazeDS] Conduit: ColdFusion Adapter initialised. (0.1.a)
> > 01/01 16:42:28 user CFFormGateway: init
> > 01/01 16:42:28 user FlexMxmlServlet: init
> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-webtier-
> > config.xml
> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-config.xml
> > - Constructed GeneralCacheAdministrator()
> > - Creating new cache
> > 01/01 16:42:28 user FlexMxmlServlet: Starting Adobe Flex Web Tier
> > Compiler
> > 01/01 16:42:29 user FlexMxmlServlet: Adobe Flex Web Tier Compiler
> > Build: 184817
> > 01/01 16:42:29 user CFInternalServlet: init
> > 01/01 16:42:29 user FlexInternalServlet: init
> > 01/01 16:42:29 info Recovering 2 session(s)
> > <destination id="ColdFusion">
> > <channels>
> > <channel ref="my-cfamf"/>
> > </channels>
> > <properties>
> > <source>*</source>
> > <!-- define the resolution rules and access level of the
> > cfc being invoked -->
> > <access>
> > <!-- Use the ColdFusion mappings to find CFCs, by
> > default only CFC files under your webroot can be found. -->
> > <use-mappings>true</use-mappings>
> > <!-- allow "public and remote" or just "remote"
> > methods to be invoked -->
> > <method-access-level>remote</method-access-level>
> > </access>
On Sat, Jan 3, 2009 at 1:58 AM, Jamie Jackson <mySpa...@gmail.com> wrote:
> Okay, I installed BlazeDS, but same problem.
> I just sent you my config files, in case you feel like trying to spot
> a problem...
> Thanks,
> Jamie
> Here's the info debugging:
> 01/02 09:36:54 user MessageBrokerServlet: init
> [BlazeDS]BlazeDS - Community Edition: 3.2.0.3978
> [BlazeDS]Endpoint java-polling-amf created with security: None
> at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amfpolling
> [BlazeDS]Endpoint java-secure-http created with security: None
> at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
> [BlazeDS]Endpoint cf-polling-amf created with security: None
> at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
> [BlazeDS]Endpoint java-amf created with security: None
> at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amf
> [BlazeDS]Endpoint my-cfamf created with security: None
> at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
> [BlazeDS]Endpoint java-secure-amf created with security: None
> at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/amfsecure
> [BlazeDS]Endpoint my-cfamf-secure created with security: None
> at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
> [BlazeDS]Endpoint java-http created with security: None
> at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
> [BlazeDS][CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
> adapter for destination ColdFusionGateway
> [BlazeDS]Conduit: ColdFusion Adapter initialised. (0.1.a)
> 01/02 09:36:59 user CFFormGateway: init
> 01/02 09:36:59 user CFInternalServlet: init
> 01/02 09:37:00 info Recovering 2 session(s)
> On Jan 1, 10:50 pm, "Jamie Jackson" <myspa...@gmail.com> wrote:
>> Whoops, I neglected to install BlazeDS, so I think we can ignore this
>> post for now, but I'm about to start a new one about the BlazeDS
>> installation instructions, because I'm struggling with them...
>> On Thu, Jan 1, 2009 at 4:48 PM, Jamie Jackson <mySpa...@gmail.com> wrote:
>> > Hey Mark,
>> > Something's not working properly when doing the Conduit remoting call
>> > from Flex. Please let me know if you spot the problem, so I can play
>> > with Conduit.
>> > Details follow.
>> > Thanks,
>> > Jamie
>> > From Flex ###############################
>> > Couldn't hit the service properly.[MessagingError message='Destination
>> > 'Conduit' either does not exist or the destination has no channels
>> > defined (and the application does not define any default channels.)']
>> > "Info" Debugging while starting CF instance
>> > #####################################
>> > 01/01 16:42:25 user MessageBrokerServlet: init
>> > [BlazeDS] Starting Adobe LiveCycle Data Services 2 Express
>> > [BlazeDS] Adobe Flex Data Services Build: 184817
>> > [BlazeDS] Endpoint java-secure-http created with security: None
>> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
>> > [BlazeDS] Endpoint cf-polling-amf created with security: None
>> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
>> > [BlazeDS] Endpoint my-cfamf created with security: None
>> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
>> > [BlazeDS] Endpoint my-cfamf-secure created with security: None
>> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
>> > [BlazeDS] Endpoint java-http created with security: None
>> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
>> > [BlazeDS] [CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
>> > adapter for destination ColdFusionGateway
>> > [BlazeDS] Conduit: ColdFusion Adapter initialised. (0.1.a)
>> > 01/01 16:42:28 user CFFormGateway: init
>> > 01/01 16:42:28 user FlexMxmlServlet: init
>> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
>> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-webtier-
>> > config.xml
>> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
>> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-config.xml
>> > - Constructed GeneralCacheAdministrator()
>> > - Creating new cache
>> > 01/01 16:42:28 user FlexMxmlServlet: Starting Adobe Flex Web Tier
>> > Compiler
>> > 01/01 16:42:29 user FlexMxmlServlet: Adobe Flex Web Tier Compiler
>> > Build: 184817
>> > 01/01 16:42:29 user CFInternalServlet: init
>> > 01/01 16:42:29 user FlexInternalServlet: init
>> > 01/01 16:42:29 info Recovering 2 session(s)
>> > <destination id="ColdFusion">
>> > <channels>
>> > <channel ref="my-cfamf"/>
>> > </channels>
>> > <properties>
>> > <source>*</source>
>> > <!-- define the resolution rules and access level of the
>> > cfc being invoked -->
>> > <access>
>> > <!-- Use the ColdFusion mappings to find CFCs, by
>> > default only CFC files under your webroot can be found. -->
>> > <use-mappings>true</use-mappings>
>> > <!-- allow "public and remote" or just "remote"
>> > methods to be invoked -->
>> > <method-access-level>remote</method-access-level>
>> > </access>
From Flex ###############################
Couldn't hit the service properly.[MessagingError
message='Destination
'Conduit' either does not exist or the destination has no channels
defined (and the application does not define any default channels.)']
Thanks,
Jamie
On Jan 2, 6:30 pm, "Mark Mandel" <mark.man...@gmail.com> wrote:
> Jamie... what exactly is the 'problem'... I'm not seeing any error messages?
> Mark
> On Sat, Jan 3, 2009 at 1:58 AM, Jamie Jackson <mySpa...@gmail.com> wrote:
> > Okay, I installed BlazeDS, but same problem.
> > I just sent you my config files, in case you feel like trying to spot
> > a problem...
> > Thanks,
> > Jamie
> > Here's the info debugging:
> > 01/02 09:36:54 user MessageBrokerServlet: init
> > [BlazeDS]BlazeDS - Community Edition: 3.2.0.3978
> > [BlazeDS]Endpoint java-polling-amf created with security: None
> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amfpolling
> > [BlazeDS]Endpoint java-secure-http created with security: None
> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
> > [BlazeDS]Endpoint cf-polling-amf created with security: None
> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
> > [BlazeDS]Endpoint java-amf created with security: None
> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amf
> > [BlazeDS]Endpoint my-cfamf created with security: None
> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
> > [BlazeDS]Endpoint java-secure-amf created with security: None
> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/amfsecure
> > [BlazeDS]Endpoint my-cfamf-secure created with security: None
> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
> > [BlazeDS]Endpoint java-http created with security: None
> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
> > [BlazeDS][CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
> > adapter for destination ColdFusionGateway
> > [BlazeDS]Conduit: ColdFusion Adapter initialised. (0.1.a)
> > 01/02 09:36:59 user CFFormGateway: init
> > 01/02 09:36:59 user CFInternalServlet: init
> > 01/02 09:37:00 info Recovering 2 session(s)
> > On Jan 1, 10:50 pm, "Jamie Jackson" <myspa...@gmail.com> wrote:
> >> Whoops, I neglected to install BlazeDS, so I think we can ignore this
> >> post for now, but I'm about to start a new one about the BlazeDS
> >> installation instructions, because I'm struggling with them...
> >> On Thu, Jan 1, 2009 at 4:48 PM, Jamie Jackson <mySpa...@gmail.com> wrote:
> >> > Hey Mark,
> >> > Something's not working properly when doing the Conduit remoting call
> >> > from Flex. Please let me know if you spot the problem, so I can play
> >> > with Conduit.
> >> > Details follow.
> >> > Thanks,
> >> > Jamie
> >> > From Flex ###############################
> >> > Couldn't hit the service properly.[MessagingError message='Destination
> >> > 'Conduit' either does not exist or the destination has no channels
> >> > defined (and the application does not define any default channels.)']
> >> > "Info" Debugging while starting CF instance
> >> > #####################################
> >> > 01/01 16:42:25 user MessageBrokerServlet: init
> >> > [BlazeDS] Starting Adobe LiveCycle Data Services 2 Express
> >> > [BlazeDS] Adobe Flex Data Services Build: 184817
> >> > [BlazeDS] Endpoint java-secure-http created with security: None
> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
> >> > [BlazeDS] Endpoint cf-polling-amf created with security: None
> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
> >> > [BlazeDS] Endpoint my-cfamf created with security: None
> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
> >> > [BlazeDS] Endpoint my-cfamf-secure created with security: None
> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
> >> > [BlazeDS] Endpoint java-http created with security: None
> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
> >> > [BlazeDS] [CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
> >> > adapter for destination ColdFusionGateway
> >> > [BlazeDS] Conduit: ColdFusion Adapter initialised. (0.1.a)
> >> > 01/01 16:42:28 user CFFormGateway: init
> >> > 01/01 16:42:28 user FlexMxmlServlet: init
> >> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
> >> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-webtier-
> >> > config.xml
> >> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
> >> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-config.xml
> >> > - Constructed GeneralCacheAdministrator()
> >> > - Creating new cache
> >> > 01/01 16:42:28 user FlexMxmlServlet: Starting Adobe Flex Web Tier
> >> > Compiler
> >> > 01/01 16:42:29 user FlexMxmlServlet: Adobe Flex Web Tier Compiler
> >> > Build: 184817
> >> > 01/01 16:42:29 user CFInternalServlet: init
> >> > 01/01 16:42:29 user FlexInternalServlet: init
> >> > 01/01 16:42:29 info Recovering 2 session(s)
On Sun, Jan 4, 2009 at 4:14 AM, Jamie Jackson <mySpa...@gmail.com> wrote:
> Hey Mark,
> Happy New Year!
> The error's the same as before, which is:
> From Flex ###############################
> Couldn't hit the service properly.[MessagingError
> message='Destination
> 'Conduit' either does not exist or the destination has no channels
> defined (and the application does not define any default channels.)']
> Thanks,
> Jamie
> On Jan 2, 6:30 pm, "Mark Mandel" <mark.man...@gmail.com> wrote:
>> Jamie... what exactly is the 'problem'... I'm not seeing any error messages?
>> Mark
>> On Sat, Jan 3, 2009 at 1:58 AM, Jamie Jackson <mySpa...@gmail.com> wrote:
>> > Okay, I installed BlazeDS, but same problem.
>> > I just sent you my config files, in case you feel like trying to spot
>> > a problem...
>> > Thanks,
>> > Jamie
>> > Here's the info debugging:
>> > 01/02 09:36:54 user MessageBrokerServlet: init
>> > [BlazeDS]BlazeDS - Community Edition: 3.2.0.3978
>> > [BlazeDS]Endpoint java-polling-amf created with security: None
>> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amfpolling
>> > [BlazeDS]Endpoint java-secure-http created with security: None
>> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
>> > [BlazeDS]Endpoint cf-polling-amf created with security: None
>> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
>> > [BlazeDS]Endpoint java-amf created with security: None
>> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amf
>> > [BlazeDS]Endpoint my-cfamf created with security: None
>> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
>> > [BlazeDS]Endpoint java-secure-amf created with security: None
>> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/amfsecure
>> > [BlazeDS]Endpoint my-cfamf-secure created with security: None
>> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
>> > [BlazeDS]Endpoint java-http created with security: None
>> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
>> > [BlazeDS][CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
>> > adapter for destination ColdFusionGateway
>> > [BlazeDS]Conduit: ColdFusion Adapter initialised. (0.1.a)
>> > 01/02 09:36:59 user CFFormGateway: init
>> > 01/02 09:36:59 user CFInternalServlet: init
>> > 01/02 09:37:00 info Recovering 2 session(s)
>> > On Jan 1, 10:50 pm, "Jamie Jackson" <myspa...@gmail.com> wrote:
>> >> Whoops, I neglected to install BlazeDS, so I think we can ignore this
>> >> post for now, but I'm about to start a new one about the BlazeDS
>> >> installation instructions, because I'm struggling with them...
>> >> On Thu, Jan 1, 2009 at 4:48 PM, Jamie Jackson <mySpa...@gmail.com> wrote:
>> >> > Hey Mark,
>> >> > Something's not working properly when doing the Conduit remoting call
>> >> > from Flex. Please let me know if you spot the problem, so I can play
>> >> > with Conduit.
>> >> > Details follow.
>> >> > Thanks,
>> >> > Jamie
>> >> > From Flex ###############################
>> >> > Couldn't hit the service properly.[MessagingError message='Destination
>> >> > 'Conduit' either does not exist or the destination has no channels
>> >> > defined (and the application does not define any default channels.)']
>> >> > "Info" Debugging while starting CF instance
>> >> > #####################################
>> >> > 01/01 16:42:25 user MessageBrokerServlet: init
>> >> > [BlazeDS] Starting Adobe LiveCycle Data Services 2 Express
>> >> > [BlazeDS] Adobe Flex Data Services Build: 184817
>> >> > [BlazeDS] Endpoint java-secure-http created with security: None
>> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
>> >> > [BlazeDS] Endpoint cf-polling-amf created with security: None
>> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
>> >> > [BlazeDS] Endpoint my-cfamf created with security: None
>> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
>> >> > [BlazeDS] Endpoint my-cfamf-secure created with security: None
>> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
>> >> > [BlazeDS] Endpoint java-http created with security: None
>> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
>> >> > [BlazeDS] [CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
>> >> > adapter for destination ColdFusionGateway
>> >> > [BlazeDS] Conduit: ColdFusion Adapter initialised. (0.1.a)
>> >> > 01/01 16:42:28 user CFFormGateway: init
>> >> > 01/01 16:42:28 user FlexMxmlServlet: init
>> >> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
>> >> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-webtier-
>> >> > config.xml
>> >> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
>> >> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-config.xml
>> >> > - Constructed GeneralCacheAdministrator()
>> >> > - Creating new cache
>> >> > 01/01 16:42:28 user FlexMxmlServlet: Starting Adobe Flex Web Tier
>> >> > Compiler
>> >> > 01/01 16:42:29 user FlexMxmlServlet: Adobe Flex Web Tier Compiler
>> >> > Build: 184817
>> >> > 01/01 16:42:29 user CFInternalServlet: init
>> >> > 01/01 16:42:29 user FlexInternalServlet: init
>> >> > 01/01 16:42:29 info Recovering 2 session(s)
> On Sun, Jan 4, 2009 at 4:14 AM, Jamie Jackson <mySpa...@gmail.com> wrote:
> > Hey Mark,
> > Happy New Year!
> > The error's the same as before, which is:
> > From Flex ###############################
> > Couldn't hit the service properly.[MessagingError
> > message='Destination
> > 'Conduit' either does not exist or the destination has no channels
> > defined (and the application does not define any default channels.)']
> > Thanks,
> > Jamie
> > On Jan 2, 6:30 pm, "Mark Mandel" <mark.man...@gmail.com> wrote:
> >> Jamie... what exactly is the 'problem'... I'm not seeing any error messages?
> >> Mark
> >> On Sat, Jan 3, 2009 at 1:58 AM, Jamie Jackson <mySpa...@gmail.com> wrote:
> >> > Okay, I installed BlazeDS, but same problem.
> >> > I just sent you my config files, in case you feel like trying to spot
> >> > a problem...
> >> > Thanks,
> >> > Jamie
> >> > Here's the info debugging:
> >> > 01/02 09:36:54 user MessageBrokerServlet: init
> >> > [BlazeDS]BlazeDS - Community Edition: 3.2.0.3978
> >> > [BlazeDS]Endpoint java-polling-amf created with security: None
> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amfpolling
> >> > [BlazeDS]Endpoint java-secure-http created with security: None
> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
> >> > [BlazeDS]Endpoint cf-polling-amf created with security: None
> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
> >> > [BlazeDS]Endpoint java-amf created with security: None
> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amf
> >> > [BlazeDS]Endpoint my-cfamf created with security: None
> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
> >> > [BlazeDS]Endpoint java-secure-amf created with security: None
> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/amfsecure
> >> > [BlazeDS]Endpoint my-cfamf-secure created with security: None
> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
> >> > [BlazeDS]Endpoint java-http created with security: None
> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
> >> > [BlazeDS][CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
> >> > adapter for destination ColdFusionGateway
> >> > [BlazeDS]Conduit: ColdFusion Adapter initialised. (0.1.a)
> >> > 01/02 09:36:59 user CFFormGateway: init
> >> > 01/02 09:36:59 user CFInternalServlet: init
> >> > 01/02 09:37:00 info Recovering 2 session(s)
> >> > On Jan 1, 10:50 pm, "Jamie Jackson" <myspa...@gmail.com> wrote:
> >> >> Whoops, I neglected to install BlazeDS, so I think we can ignore this
> >> >> post for now, but I'm about to start a new one about the BlazeDS
> >> >> installation instructions, because I'm struggling with them...
> >> >> On Thu, Jan 1, 2009 at 4:48 PM, Jamie Jackson <mySpa...@gmail.com> wrote:
> >> >> > Hey Mark,
> >> >> > Something's not working properly when doing the Conduit remoting call
> >> >> > from Flex. Please let me know if you spot the problem, so I can play
> >> >> > with Conduit.
> >> >> > Details follow.
> >> >> > Thanks,
> >> >> > Jamie
> >> >> > From Flex ###############################
> >> >> > Couldn't hit the service properly.[MessagingError message='Destination
> >> >> > 'Conduit' either does not exist or the destination has no channels
> >> >> > defined (and the application does not define any default channels.)']
> >> >> > "Info" Debugging while starting CF instance
> >> >> > #####################################
> >> >> > 01/01 16:42:25 user MessageBrokerServlet: init
> >> >> > [BlazeDS] Starting Adobe LiveCycle Data Services 2 Express
> >> >> > [BlazeDS] Adobe Flex Data Services Build: 184817
> >> >> > [BlazeDS] Endpoint java-secure-http created with security: None
> >> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
> >> >> > [BlazeDS] Endpoint cf-polling-amf created with security: None
> >> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
> >> >> > [BlazeDS] Endpoint my-cfamf created with security: None
> >> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
> >> >> > [BlazeDS] Endpoint my-cfamf-secure created with security: None
> >> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
> >> >> > [BlazeDS] Endpoint java-http created with security: None
> >> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
> >> >> > [BlazeDS] [CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
> >> >> > adapter for destination ColdFusionGateway
> >> >> > [BlazeDS] Conduit: ColdFusion Adapter initialised. (0.1.a)
> >> >> > 01/01 16:42:28 user CFFormGateway: init
> >> >> > 01/01 16:42:28 user FlexMxmlServlet: init
> >> >> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
> >> >> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-webtier-
> >> >> > config.xml
> >> >> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
> >> >> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-config.xml
> >> >> > - Constructed GeneralCacheAdministrator()
> >> >> > - Creating new cache
> >> >> > 01/01 16:42:28 user FlexMxmlServlet: Starting Adobe Flex Web Tier
> >> >> > Compiler
> >> >> > 01/01 16:42:29 user FlexMxmlServlet: Adobe Flex Web Tier Compiler
> >> >> > Build: 184817
> >> >> > 01/01 16:42:29 user CFInternalServlet: init
> >> >> > 01/01 16:42:29 user FlexInternalServlet: init
> >> >> > 01/01 16:42:29 info Recovering 2 session(s)
On Sun, Jan 4, 2009 at 2:29 PM, Jamie Jackson <mySpa...@gmail.com> wrote:
> On Jan 3, 9:41 pm, "Mark Mandel" <mark.man...@gmail.com> wrote:
>> Did you restart CF after editing it?
> Yeah, I did.
>> You may need to restart FlexBuilder after applying the chnages, so it
>> re-reads the remoting-config.xml
> Ahhh, okay, I didn't know about that. It must be the ticket, because
> it works today. (I've rebooted, etc., in the meantime.)
> Okay, so I've got Conduit installed and running, FWIW. ;-)
> Thanks,
> Jamie
>> Mark
>> On Sun, Jan 4, 2009 at 4:14 AM, Jamie Jackson <mySpa...@gmail.com> wrote:
>> > Hey Mark,
>> > Happy New Year!
>> > The error's the same as before, which is:
>> > From Flex ###############################
>> > Couldn't hit the service properly.[MessagingError
>> > message='Destination
>> > 'Conduit' either does not exist or the destination has no channels
>> > defined (and the application does not define any default channels.)']
>> > Thanks,
>> > Jamie
>> > On Jan 2, 6:30 pm, "Mark Mandel" <mark.man...@gmail.com> wrote:
>> >> Jamie... what exactly is the 'problem'... I'm not seeing any error messages?
>> >> Mark
>> >> On Sat, Jan 3, 2009 at 1:58 AM, Jamie Jackson <mySpa...@gmail.com> wrote:
>> >> > Okay, I installed BlazeDS, but same problem.
>> >> > I just sent you my config files, in case you feel like trying to spot
>> >> > a problem...
>> >> > Thanks,
>> >> > Jamie
>> >> > Here's the info debugging:
>> >> > 01/02 09:36:54 user MessageBrokerServlet: init
>> >> > [BlazeDS]BlazeDS - Community Edition: 3.2.0.3978
>> >> > [BlazeDS]Endpoint java-polling-amf created with security: None
>> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amfpolling
>> >> > [BlazeDS]Endpoint java-secure-http created with security: None
>> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
>> >> > [BlazeDS]Endpoint cf-polling-amf created with security: None
>> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
>> >> > [BlazeDS]Endpoint java-amf created with security: None
>> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/amf
>> >> > [BlazeDS]Endpoint my-cfamf created with security: None
>> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
>> >> > [BlazeDS]Endpoint java-secure-amf created with security: None
>> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/amfsecure
>> >> > [BlazeDS]Endpoint my-cfamf-secure created with security: None
>> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
>> >> > [BlazeDS]Endpoint java-http created with security: None
>> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
>> >> > [BlazeDS][CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
>> >> > adapter for destination ColdFusionGateway
>> >> > [BlazeDS]Conduit: ColdFusion Adapter initialised. (0.1.a)
>> >> > 01/02 09:36:59 user CFFormGateway: init
>> >> > 01/02 09:36:59 user CFInternalServlet: init
>> >> > 01/02 09:37:00 info Recovering 2 session(s)
>> >> > On Jan 1, 10:50 pm, "Jamie Jackson" <myspa...@gmail.com> wrote:
>> >> >> Whoops, I neglected to install BlazeDS, so I think we can ignore this
>> >> >> post for now, but I'm about to start a new one about the BlazeDS
>> >> >> installation instructions, because I'm struggling with them...
>> >> >> On Thu, Jan 1, 2009 at 4:48 PM, Jamie Jackson <mySpa...@gmail.com> wrote:
>> >> >> > Hey Mark,
>> >> >> > Something's not working properly when doing the Conduit remoting call
>> >> >> > from Flex. Please let me know if you spot the problem, so I can play
>> >> >> > with Conduit.
>> >> >> > Details follow.
>> >> >> > Thanks,
>> >> >> > Jamie
>> >> >> > From Flex ###############################
>> >> >> > Couldn't hit the service properly.[MessagingError message='Destination
>> >> >> > 'Conduit' either does not exist or the destination has no channels
>> >> >> > defined (and the application does not define any default channels.)']
>> >> >> > "Info" Debugging while starting CF instance
>> >> >> > #####################################
>> >> >> > 01/01 16:42:25 user MessageBrokerServlet: init
>> >> >> > [BlazeDS] Starting Adobe LiveCycle Data Services 2 Express
>> >> >> > [BlazeDS] Adobe Flex Data Services Build: 184817
>> >> >> > [BlazeDS] Endpoint java-secure-http created with security: None
>> >> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure
>> >> >> > [BlazeDS] Endpoint cf-polling-amf created with security: None
>> >> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling
>> >> >> > [BlazeDS] Endpoint my-cfamf created with security: None
>> >> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/
>> >> >> > [BlazeDS] Endpoint my-cfamf-secure created with security: None
>> >> >> > at URL: https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure
>> >> >> > [BlazeDS] Endpoint java-http created with security: None
>> >> >> > at URL: http://{server.name}:{server.port}{context.root}/flex2gateway/http
>> >> >> > [BlazeDS] [CFEventGatewayAdapter] Configuring ColdFusion Event Gateway
>> >> >> > adapter for destination ColdFusionGateway
>> >> >> > [BlazeDS] Conduit: ColdFusion Adapter initialised. (0.1.a)
>> >> >> > 01/01 16:42:28 user CFFormGateway: init
>> >> >> > 01/01 16:42:28 user FlexMxmlServlet: init
>> >> >> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
>> >> >> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-webtier-
>> >> >> > config.xml
>> >> >> > 01/01 16:42:28 INFO Loading configuration file /opt/jrun4/servers/
>> >> >> > childwelfare_old/cfusion.ear/cfusion.war/WEB-INF/flex/flex-config.xml
>> >> >> > - Constructed GeneralCacheAdministrator()
>> >> >> > - Creating new cache
>> >> >> > 01/01 16:42:28 user FlexMxmlServlet: Starting Adobe Flex Web Tier
>> >> >> > Compiler
>> >> >> > 01/01 16:42:29 user FlexMxmlServlet: Adobe Flex Web Tier Compiler
>> >> >> > Build: 184817
>> >> >> > 01/01 16:42:29 user CFInternalServlet: init
>> >> >> > 01/01 16:42:29 user FlexInternalServlet: init
>> >> >> > 01/01 16:42:29 info Recovering 2 session(s)