On Sun, Jan 11, 2009 at 11:03 AM, Dbenge <david.be
...@gmail.com> wrote:
> yea 3.2.0.3978
> That video link I posted also called out flex/jars/ as the home for
> those jars.
> I am still getting
> faultCode:InvokeFailed faultString:'[MessagingError
> message='Destination 'Conduit' either does not exist or the
> destination has no channels defined (and the application does not
> define any default channels.)']' faultDetail:'Couldn't establish a
> connection to 'Conduit''
> I have restarted Flex. I am going to reboot just to be sure
> everything is nice and fresh.
> On Jan 10, 3:42 pm, "Mark Mandel" <mark.man...@gmail.com> wrote:
> > So this is the:
> > blazeds-bin-3.2.0.3978.zip version?
> > This is weird, I had no problems when I followed:
> http://opensource.adobe.com/wiki/display/blazeds/Installation+Guide#I...
> > Mark
> > On Sun, Jan 11, 2009 at 10:18 AM, Dbenge <david.be...@gmail.com> wrote:
> > > Wild! My problems were fixed by moving
> > > concurrent.jar
> > > and cfgatewayadapter.jar out of the flex/jars/ dir and into
> > > Coldfusion/lib/
> > > On Jan 10, 1:25 pm, Dbenge <david.be...@gmail.com> wrote:
> > > > So I uninstalled my cf 8 DEV install and did a server config type
> > > > fresh install.
> > > > I am still testing just BlazeDS without conduit just to establish a
> > > > working install before moving forward but I keep getting this error.
> > > > hdr(DSEndpoint) = my-cfamf
> > > > ception: flex.messaging.MessageException: flex/data/adapters/
> > > > ChangeObjectImpl
> > > > whenever I return anything more complex than a string. Any clues on
> > > > whats wrong now?
> > > > On Jan 8, 6:39 am, Dbenge <david.be...@gmail.com> wrote:
> > > > > 8.0.1
> > > > > brand new STABLE blazeDS that I just downloaded
> > > > > I think my problem was with step 2 of the BlazDS install. I moved
> the
> > > > > flex directory 100% out and started fresh.
> > > > > When I get this right I am going to write the install up better so
> > > > > other chumps like me will have more references.
> > > > > BTW your suggestion in the logging section of running CF from the
> jrun
> > > > > command line was a huge help.
> > > > > Thanks
> > > > > On Jan 7, 9:27 pm, "Mark Mandel" <mark.man...@gmail.com> wrote:
> > > > > > One difference I'm seeing, my <system> <redeploy> section looks
> like
> > > this:
> > > > > > <system>
> > > > > > <manageable>false</manageable>
> > > > > > <!--
> > > > > > <redeploy>
> > > > > > <enabled>true</enabled>
> > > > > > <watch-interval>20</watch-interval>
> <watch-file>{context.root}/WEB-INF/flex/services-config.xml</watch-file>
> > > <watch-file>{context.root}/WEB-INF/flex/proxy-config.xml</watch-file>
> <watch-file>{context.root}/WEB-INF/flex/remoting-config.xml</watch-file>
> <watch-file>{context.root}/WEB-INF/flex/messaging-config.xml</watch-file>
> <watch-file>{context.root}/WEB-INF/flex/data-management-config.xml</watch-f ile>
> <touch-file>{context.root}/WEB-INF/web.xml</touch-file>
> > > > > > </redeploy>
> > > > > > -->
> > > > > > </system>
> > > > > > Also I didn't remove the Coldfusion destination from my
> > > remoting-config.xml
> > > > > > Some quick questions:
> > > > > > What version of CF are you on?
> > > > > > What version of BlazeDS did you install?
> > > > > > Are the right .jar files in the right places?
> > > > > > Mark
> > > > > > On Thu, Jan 8, 2009 at 4:20 PM, Dbenge <david.be...@gmail.com>
> > > wrote:
> > > > > > > I am now getting the following error when I hit my test cfc.
> > > > > > > Send failed' faultDetail:'Channel.Connect.Failed error
> > > > > > > NetConnection.Call.BadVersion: : url: '
> > >http://localhost/messagebroker/
> > > > > > > amf''
> > > > > > > Flex code
> > > > > > > <mx:RemoteObject id="roMedUserService" destination="Conduit"
> > > > > > > source="com.votekinc.meddesk.bl.roMedUserHelper"
> > > > > > > showBusyCursor="true">
> > > > > > > <mx:method name="authenticateUser"
> fault="this.roMedUserService_authenticateUser_faultHandler(event)"
> > > result="this.roMedUserService_authenticateUser_resultHandler(event)" /
> > > > > > > I have confirmed that I can
> hithttp://localhost/flex2gateway/andi
> > > > > > > get the proper response. And the app did work before and the
> CFC
> > > > > > > returns in a test CFM page so I must have something wrong in
> the
> > > other
> > > > > > > config files.
> > > > > > > Anyone kind enough to point out where I went wrong during the
> > > setup?
> > > > > > > Services-config.xml - the one I am compiling with in my AIR app
> > > > > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > > > > <services-config>
> > > > > > > <services>
> > > > > > > <service-include file-path="remoting-config.xml" />
> > > > > > > <service-include file-path="proxy-config.xml" />
> > > > > > > <service-include file-path="messaging-config.xml" />
> > > > > > > </services>
> > > > > > > <security>
> > > > > > > </security>
> > > > > > > <channels>
> > > > > > > <!-- CF Based Endpoints -->
> > > > > > > <channel-definition id="my-cfamf"
> > > > > > > class="mx.messaging.channels.AMFChannel">
> > > > > > > <endpoint
> > > > > > > uri="http://localhost/flex2gateway/"
> > > > > > > class="flex.messaging.endpoints.AMFEndpoint"/>
> > > > > > > <properties>
> > > > > > > <polling-enabled>false</polling-enabled>
> > > > > > > <serialization>
> > > > > > > <instantiate-types>false</instantiate-types>
> > > > > > > </serialization>
> > > > > > > </properties>
> > > > > > > </channel-definition>
> > > > > > > <channel-definition id="cf-polling-amf"
> > > > > > > class="mx.messaging.channels.AMFChannel">
> > > > > > > <endpoint
> > > > > > > uri="http://localhost/flex2gateway/cfamfpolling"
> > > > > > > class="flex.messaging.endpoints.AMFEndpoint"/>
> > > > > > > <properties>
> > > > > > > <polling-enabled>true</polling-enabled>
> > > <polling-interval-seconds>8</polling-interval-seconds>
> > > > > > > <serialization>
> > > > > > > <instantiate-types>false</instantiate-types>
> > > > > > > </serialization>
> > > > > > > </properties>
> > > > > > > </channel-definition>
> > > > > > > <channel-definition id="my-cfamf-secure"
> > > > > > > class="mx.messaging.channels.SecureAMFChannel">
> > > > > > > <endpoint
> > > > > > > uri="https://localhost/flex2gateway/cfamfsecure"
> > > > > > > class="flex.messaging.endpoints.SecureAMFEndpoint"/>
> > > > > > > <properties>
> > > > > > > <polling-enabled>false</polling-enabled>
> <add-no-cache-headers>false</add-no-cache-headers>
> > > > > > > <serialization>
> > > > > > > <instantiate-types>false</instantiate-types>
> > > > > > > </serialization>
> > > > > > > </properties>
> > > > > > > </channel-definition>
> > > > > > > <!-- ColdFusion specific RTMP channel -->
> > > > > > > <channel-definition id="cf-rtmp"
> > > > > > > class="mx.messaging.channels.RTMPChannel">
> > > > > > > <endpoint uri="rtmp://localhost:2048"
> > > > > > > class="flex.messaging.endpoints.RTMPEndpoint"/>
> > > > > > > <properties>
> > > > > > > <idle-timeout-minutes>20</idle-timeout-minutes>
> > > > > > > <serialization>
> > > > > > > <instantiate-types>false</instantiate-types>
> > > > > > > </serialization>
> > > > > > > </properties>
> > > > > > > </channel-definition>
> > > > > > > <!-- Java Based Endpoints -->
> > > > > > > <!--
> > > > > > > <channel-definition id="java-amf"
> > > > > > > class="mx.messaging.channels.AMFChannel">
> > > > > > > <endpoint
> > > > > > > uri="http://{server.name
> > > }:{server.port}{context.root}/flex2gateway/
> > > > > > > amf"
> > > > > > > class="flex.messaging.endpoints.AMFEndpoint"/>
> > > > > > > </channel-definition>
> > > > > > > <channel-definition id="java-secure-amf"
> > > > > > > class="mx.messaging.channels.SecureAMFChannel">
> > > > > > > <endpoint
> > > > > > > uri="https://{server.name
> > > }:{server.port}{context.root}/flex2gateway/
> > > > > > > amfsecure"
> > > > > > > class="flex.messaging.endpoints.SecureAMFEndpoint"/>
> > > > > > > </channel-definition>
> > > > > > > <channel-definition id="java-polling-amf"
> > > > > > > class="mx.messaging.channels.AMFChannel">
> > > > > > > <endpoint
> > > > > > > uri="http://{server.name
> > > }:{server.port}{context.root}/flex2gateway/
> > > > > > > amfpolling"
> > > > > > > class="flex.messaging.endpoints.AMFEndpoint"/>
> > > > > > > <properties>
> > > > > > > <polling-enabled>true</polling-enabled>
> > > <polling-interval-seconds>8</polling-interval-seconds>
> > > > > > > </properties>
> > > > > > > </channel-definition>
> > > > > > > <channel-definition id="java-rtmp"
> > > > > > > class="mx.messaging.channels.RTMPChannel">
> > > > > > > <endpoint uri="rtmp://{server.name}:2036"
...