Four Js Development Tools Forum

Discussions by product => GAS and GBC => Topic started by: . on July 05, 2012, 01:57:21 pm



Title: socket error on GAS (IIS 6) - Genero 2.32
Post by: . on July 05, 2012, 01:57:21 pm
Hello, I'm testing GAS with IIS 6.
My trial program ...
   MAIN
      define r char(2)
      prompt "Hello" for char r
      exit program
   END MAIN

runs with no problems from GST with httpdispatch.
When I use isapidispatch via IIS6 it runs only one time.
At subsequent invocations i get on browser:
   ...
   An internal error occurred
   Runtime error

In this case on Windows Task Manager I see gsproxy & gwcproxy (for few seconds) but no fglrun (it does not start).

The gwcproxy log reports:
   ... "VM error data" value=Error: socket error (0) ...

I'm using the application configuration TEST.xcf generated by GST.
I have modified the IP address in INTERFACE_TO_DVM section of as.xcf to the LAN IP of my server.

The gwc-demo application runs everytime.

Have someone any suggestion to solve this problem ?
Thanks in advance.
Enrico.



Title: Re: socket error on GAS (IIS 6) - Genero 2.32
Post by: Sisavanh S. on July 05, 2012, 02:08:58 pm
Hi,

If you want to run the application without using GST, you need to modify your xcf file to not use gsproxy.
Usually commenting <DVM> tag is sufficient.

As it is a support question, may I ask you to contact your local support center ?

Thanks in advance.

Many regards,
Sisa.


Title: Re: socket error on GAS (IIS 6) - Genero 2.32
Post by: . on July 05, 2012, 03:01:03 pm
Ok.
Thanks a lot.
Enrico.