Title: Genero Application Server (GAS) version 5.01.01 issue on Windows platform. Post by: Olivier E. on April 08, 2025, 06:37:00 pm
Dear customers, Four Js has discovered a defect in the Genero Application Server (GAS) version 5.01.01 on Windows platform only. When you automatically start a Genero Web Service at the dispatcher start, it may remove a directory in c:\ We are working to provide a maintenance release ASAP. We keep you posted in this discussion. The workaround: Before starting your dispatcher, set the following environment variable to prevent your web services from starting automatically and remove any directory: set FGLAS_GWS_SKIP_START=1 Or modify your web services "*.xcf" file(s) to prevent them from starting automatically, and restart the dispatcher to reload its settings. Thank you for your understanding. Four Js Development Tools Title: Re: Genero Application Server (GAS) version 5.01.01 issue on Windows platform. Post by: Olivier E. on April 08, 2025, 06:47:37 pm Here is the bug number: https://4js.com/support/issue/?id=GAS-04005 Title: Re: Genero Application Server (GAS) version 5.01.01 issue on Windows platform. Post by: Amy M. on April 08, 2025, 06:58:22 pm If we implement the workaround, what will happen when we need a web service? Will it work normally, or will there be a delay?
Title: Re: Genero Application Server (GAS) version 5.01.01 issue on Windows platform. Post by: Delane F. on April 08, 2025, 08:56:33 pm Hi Amy,
If there's no DVM waiting for requests, the GAS will start a proxy to handle the request and start a new DVM process. Regards, Delane Title: Re: Genero Application Server (GAS) version 5.01.01 issue on Windows platform. Post by: Amy M. on April 08, 2025, 09:51:56 pm Delane,
Thank you. Just to be crystal clear, if we want to modify our xcf files to not start the web service automatically at the start of the dispatch, how do we do that? I would have thought that the change would be to set the START value to 0, however, the title of the bug #GAS-04005: "Starting a web service where START value is 0 on Windows, may remove directories found on C:\" makes me worried that it's actually the opposite. So in other words, do we need to change from this: <START>1</START> to this: <START>0</START> or is it the other way around? We would like to get this workaround implemented today if at all possible. Thank you, Amy Millenson Title: Re: Genero Application Server (GAS) version 5.01.01 issue on Windows platform. Post by: Delane F. on April 08, 2025, 11:01:05 pm Hi Amy,
I have requested a review of the bug description. The prescribe workaround is as posted: Before starting your dispatcher, set the following environment variable to prevent your web services from starting automatically and remove any directory: set FGLAS_GWS_SKIP_START=1 Or modify your web services "*.xcf" file(s) to prevent them from starting automatically, and restart the dispatcher to reload its settings. Regards, Delane Title: Re: Genero Application Server (GAS) version 5.01.01 issue on Windows platform. Post by: Olivier E. on April 09, 2025, 07:11:17 pm Hello everyone,
The new package GAS 5.01.02, which fixes the problem, was released today. You can download it from the "Download" -> "Products" website menu. https://4js.com/download/products/ (https://4js.com/download/products/) Another Warning: If you work with Genero Studio 5.01.01 on Windows, it includes the GAS 5.01.01 version. We recommend installing the new GAS 5.01.02 and setting up the GST installation to work with it. Here is a step by step to achieve this task:
We are preparing a Genero Studio Maintenance release. Sorry for the inconvenient, Four Js Development Tools Title: Re: Genero Application Server (GAS) version 5.01.01 issue on Windows platform. Post by: Olivier E. on April 10, 2025, 12:00:39 pm Amy,
I apologize, one of the worakround I suggested was wrong: "Or modify your web services "*.xcf" file(s) to prevent them from starting automatically, and restart the dispatcher to reload its settings." Because in the GAS configuration file *.xcf when the <START>0</START> is set to 0 (='zero') you get the problem. Please set it to 1, and the problem disappears. Here is the documentation about the START entry in XCf file: https://4js.com/online_documentation/fjs-gas-manual-html/#gas-topics/c_gas_configure_start_service_on_gas_start.html However, we recommend upgrading to GAS 5.01.02 and avoiding touching the GAS configuration file ("*.xcf"). Olivier Eckert - Four Js Support |