Skip to main content

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

Hi,

On Mon, Jul 13, 2020 at 11:11 PM Alexander Farber
<alexander.farber@xxxxxxxxx> wrote:
>
> 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)

You have some misconfiguration in your $JETTY_BASE, since FastCGI is
obviously being used.
I would check what Jetty modules are enabled and disable all those
that you don't use.

Post the output of java -jar start.jar --list-config from that $JETTY_BASE.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top