Ya, everything else works fine. I can even connect to the same .cfc via WSDL.

So I tried the wsconfig thing, and I think that got me a bit further. It showed that IIS was configured, so I removed that, and then added it again. It created a wsconfig\2\jrun.dll, and I pointed IIS to use that for the ISAPI filter.

Now I've upgraded to HTTP 500. :) Everything else in CF still works. Using service capture, I see the result coming back from /flex2gateway/ as:

"A dynamic link library (DLL) initialization routine failed."

I'll continue to poke around. Thanks!!


João Fernandes wrote:

Tariq,

it seems strange that IIS doesn't know how to handle it. Can you run a cf page without issues it that IIS website? I just removed the ISAPI filter from my IIS website and http://localhost/flex2gateway/ went from blank page to 404 (500 if I used http://localhost/flex2gateway - without the last /)
check with the WSconfig if you instance is mapped to your website.

HTH,

João Fernandes

On 8/10/06, Tariq Ahmed <[EMAIL PROTECTED]net> wrote:

Hi Joao, thanks for the response!

So this is a single server/integrated install. The c:\CFusionMX7\wwwroot\web-inf\web.xml has:

    <servlet-mapping id="macromedia_mapping_0">
        <servlet-name>MessageBrokerServlet</servlet-name>
        <url-pattern>/flex2gateway/*</url-pattern>
    </servlet-mapping>

I also tried modifying <use-mappings>true</use-mappings> in services-config.xml, but to no avail...

I don't think it's on the CF side, it seems as if IIS is blocking it before CF gets it.



João Fernandes wrote:

Tariq,

can you check that server instance web.xml file if the /flex2gateway is there? Maybe that instance wasn't updated correcly.

João Fernandes

On 8/10/06, Tariq Ahmed <[EMAIL PROTECTED]net> wrote:

Anyone encounter this issue before?



When using a RemoteObject, which works fine on my development environment - doesn't work on this one server. Flash Remoting is enabled in the CF Admin.

Looking at the IIS Log FIle, the 405 is coming from invoking /flex2gateway/

On machines that work, I can do http://hostname/flex2gateway and get at least an HTTP 500, but get a 404 on this problem machine.

The main diff on the problem machine is that it's hosting multiple sites. Does anyone know how to set up a manual mapping to /flex2gateway/ (what does it map to?).

I found this thread:
http://www.boyzoid.com/blog/index.cfm/2006/3/24/Flex-Builder-2Mystic-and-Multiple-URLs-on-one-server

Which indicates that JVM higher than 1.4.2_05 is needed. This machine uses 1.4.2_09.







__._,_.___

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




__,_._,___

Reply via email to