Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5A15F200CB7 for ; Fri, 16 Jun 2017 06:59:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 58A7B160BED; Fri, 16 Jun 2017 04:59:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9F756160BDF for ; Fri, 16 Jun 2017 06:59:04 +0200 (CEST) Received: (qmail 66533 invoked by uid 500); 16 Jun 2017 04:59:03 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 66523 invoked by uid 99); 16 Jun 2017 04:59:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Jun 2017 04:59:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 383A8188A60 for ; Fri, 16 Jun 2017 04:59:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.001 X-Spam-Level: X-Spam-Status: No, score=-100.001 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 9aAR1vKgDi5H for ; Fri, 16 Jun 2017 04:59:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 163505F254 for ; Fri, 16 Jun 2017 04:59:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 4CB09E0069 for ; Fri, 16 Jun 2017 04:59:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 098CA23FFE for ; Fri, 16 Jun 2017 04:59:00 +0000 (UTC) Date: Fri, 16 Jun 2017 04:59:00 +0000 (UTC) From: "Hans Bakker (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (OFBIZ-9410) Software not usable all standard installs failed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 16 Jun 2017 04:59:05 -0000 [ https://issues.apache.org/jira/browse/OFBIZ-9410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16051373#comment-16051373 ] Hans Bakker commented on OFBIZ-9410: ------------------------------------ just a question, did you start the browser with the url: https://localhost:8443/ordermgr and not: https://localhost:8080/ordermgr this could give you the header error Regards, Hans Bakker CEO antwebsystems.com > Software not usable all standard installs failed > ------------------------------------------------- > > Key: OFBIZ-9410 > URL: https://issues.apache.org/jira/browse/OFBIZ-9410 > Project: OFBiz > Issue Type: Bug > Components: ALL COMPONENTS > Affects Versions: Release Branch 13.07, 16.11.02 > Environment: Several Linux Versions all Java 1.8 > 1.3 and 1.6 OFBiz > Reporter: Scott Provost > > Jun 15, 2017 8:50:03 AM org.apache.coyote.http11.AbstractHttp11Processor process > INFO: Error parsing HTTP request header > Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level. > java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens > at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233) > at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017) > at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684) > at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1519) > at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1475) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.lang.Thread.run(Thread.java:748) > Jun 15, 2017 8:50:26 AM org.apache.coyote.http11.AbstractHttp11Processor process > INFO: Error parsing HTTP request header > Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level. > java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens > at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233) > at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017) > at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684) > at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1519) > at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1475) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.lang.Thread.run(Thread.java:748) > Jun 15, 2017 8:50:50 AM org.apache.coyote.http11.AbstractHttp11Processor process > INFO: Error parsing HTTP request header > Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level. > java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens > at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:233) > at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017) > at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684) > at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1519) > at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1475) > at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) > at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.lang.Thread.run(Thread.java:748) -- This message was sent by Atlassian JIRA (v6.4.14#64029)