Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Primary script unknown with 9.4.30.v20200611

Good evening,

I run the following on CentOS 7:

/usr/bin/java -Djdbc.drivers=org.postgresql.Driver -jar /usr/share/java/jetty-distribution-9.4.30.v20200611/start.jar jetty.home=/usr/share/java/jetty-distribution-9.4.30.v20200611 jetty.base=/var/www/jetty-base-raspasy jetty.http.host=127.0.0.1 jetty.http.port=8083

and often see the warnings in the logs:

Jul 13 20:07:19 www java[28578]: 2020-07-13 20:07:19.314:INFO:oejfch.HttpConnectionOverFCGI:qtp870698190-12: Primary script unknown|
Jul 13 20:07:19 www java[28578]: 2020-07-13 20:07:19.584:INFO:oejfch.HttpConnectionOverFCGI:qtp870698190-18: Primary script unknown|
Jul 13 20:07:35 www java[28578]: 2020-07-13 20:07:35.494:INFO:oejfch.HttpConnectionOverFCGI:qtp870698190-20: Primary script unknown|
Jul 13 20:07:35 www java[28578]: 2020-07-13 20:07:35.622:INFO:oejfch.HttpConnectionOverFCGI:qtp870698190-12: Primary script unknown|
Jul 13 20:07:40 www java[28578]: 2020-07-13 20:07:40.965:INFO:oejfch.HttpConnectionOverFCGI:qtp870698190-13: Primary script unknown|
Jul 13 20:07:41 www java[28578]: 2020-07-13 20:07:41.140:INFO:oejfch.HttpConnectionOverFCGI:qtp870698190-11: Primary script unknown|

What could be the reason please?

The https://serverfault.com/a/517327/61603 suggests that SCRIPT_FILENAME would be wrong - but I do not set it anywhere or even use FastCGI (it is just enabled, but I do not use it in the Jetty instance)

Best regards
Alex

Back to the top