« Return to Thread: FluorineFX - Https
by Lance Linder
::
Rate this Message:
Reply (Restricted by the Administrator) | Reply to Author | View in Thread
I don't believe Fluorine contains a "flex.messaging.endpoints.SecureAMFEndpoint"
class. If you leave the settings as you have them but change " flex.messaging.endpoints.SecureAMFEndpoint"
to " flex.messaging.endpoints.AMFEndpoint" it should work.
Lance
From:
fluorine-bounces@...
[mailto:fluorine-bounces@...] On Behalf Of Pietro
Piccoli
Sent: Friday, May 09, 2008 10:28 AM
To: fluorine@...
Subject: [Fluorine] FluorineFX - Https
Hi all,
I try using FluorineFx over Https:
in services-config.xml there's this entry:
<channel-definition id="my-secure-amf"
class="mx.messaging.channels.SecureAMFChannel">
<endpoint uri="https://{server.name}:{server.port}{context.root}/Gateway.aspx"
class="flex.messaging.endpoints.SecureAMFEndpoint"/>
<properties>
<polling-enabled>false</polling-enabled>
<serialization>
<instantiate-types>false</instantiate-types>
</serialization>
</properties>
</channel-definition>
in remoting-config.xml there's this entry:
<default-channels>
<channel
ref="my-secure-amf"/>
<channel
ref="my-amf"/>
</default-channels>
everything seems work fine but there's an error in FluorineFx Log file:
INFO 2008-05-09 17:10:42,241 781ms
FluorineGateway
Init
- Starting FluorineGateway HttpModule
INFO 2008-05-09 17:10:42,241 781ms
FluorineGateway
Init
- FluorineFx version 1.0.0.8
INFO 2008-05-09 17:10:42,257 797ms
FluorineGateway
Init
- Aquire ServiceBrowser renderer
INFO 2008-05-09 17:10:44,586 3125ms
FluorineGateway
Init
- Aquired ServiceBrowser renderer
INFO 2008-05-09 17:10:44,586 3125ms
FluorineGateway
Init
- Creating Message Server
ERROR 2008-05-09 17:10:45,133 3672ms
MessageServer
Init
- Failed to locate the requested type
flex.messaging.endpoints.SecureAMFEndpoint
INFO 2008-05-09 17:10:45,164 3704ms
MessageServer
Start
- Starting Message Broker
INFO 2008-05-09 17:10:45,180 3719ms
FluorineGateway
Init
- Message Server started
Any suggestions?
Thanks,
Pietro.
« Return to Thread: FluorineFX - Https
| Free Forum Powered by Nabble | Forum Help |