Four Js Development Tools Forum

Discussions by product => GAS and GBC => Topic started by: Jos? V. on November 03, 2022, 12:40:19 pm



Title: error running fastcgidispatch
Post by: Jos? V. on November 03, 2022, 12:40:19 pm
While running fastcgidispatch and gas i'm getting this error on the proxy log:
Quote
"SECURITY ERROR" END_URL= http://leaseplus-u.leasingsolutions.rb.echonet:6394/gas/ua/r/leaseBNP  must start with http:// or https://

Apache 2.4.37 RHEL is listening on port 6394 and fastcgidispatch is listening on 6395.

Any idea why this is happening?


Title: Re: error running fastcgidispatch
Post by: Olivier E. on November 03, 2022, 02:41:09 pm
Hello José,

Please, open a support ticket, and post your GAS logs + your product versions (FGLGWS, GAS). After that we can check why you receive this message.

Thank you,

Olivier - Four Js Support


Title: Re: error running fastcgidispatch
Post by: Jos? V. on November 03, 2022, 04:30:14 pm
Thank you Olivier, I have opened the support ticket SUPIBERICA-156


Title: Re: error running fastcgidispatch
Post by: Reuben B. on November 03, 2022, 10:14:36 pm
Two things and I'll mention them here as part of general analysing GAS logs and sending information to support.

1. When analysing issues, run the GAS logs with CATEGORIES_FILTER (http://4js.com/online_documentation/fjs-gas-manual-html/#gas-topics/c_gas_asref_LOG_CATEGORIES_FILTER.html)  set to ALL, this will give you most level of detail in your logs.  It can also provide detail on the values in your configuration.

2. END_URL (http://4js.com/online_documentation/fjs-gas-manual-html/#gas-topics/c_gas_asref_APPLICATION_END_URL.html) is defined as part of your GAS or application configuration in a .xcf.  An error message about the value of END_URL suggests to look at the value defined in the .xcf and make sure the value is what you think it is. If you don't have configuration details in logs, then should also look at and send .xcf files.

Reuben


Title: Re: error running fastcgidispatch
Post by: Jos? V. on January 06, 2023, 04:16:16 pm
This issue was solved a while ago.
I can report that the issue was a space character at the beggining of the END_URL tag.

Thank you for the help