From dev-return-54997-archive-asf-public=cust-asf.ponee.io@jackrabbit.apache.org Tue Dec 1 09:02:06 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id A8054180648 for ; Tue, 1 Dec 2020 10:02:06 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id BEA1A661A9 for ; Tue, 1 Dec 2020 09:02:05 +0000 (UTC) Received: (qmail 13517 invoked by uid 500); 1 Dec 2020 09:02:04 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 13344 invoked by uid 99); 1 Dec 2020 09:02:04 -0000 Received: from mailrelay1-he-de.apache.org (HELO mailrelay1-he-de.apache.org) (116.203.21.61) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2020 09:02:04 +0000 Received: from jira2-he-de.apache.org (jira2-he-de.apache.org [168.119.33.54]) by mailrelay1-he-de.apache.org (ASF Mail Server at mailrelay1-he-de.apache.org) with ESMTPS id 67DD93E9B8 for ; Tue, 1 Dec 2020 09:02:03 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 9D08FC8087E for ; Tue, 1 Dec 2020 09:02:00 +0000 (UTC) Date: Tue, 1 Dec 2020 09:02:00 +0000 (UTC) From: "Julian Reschke (Jira)" To: dev@jackrabbit.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (JCR-4537) MalformedURLException: Nested JAR URLs are not supported MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/JCR-4537?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-4537: -------------------------------- Fix Version/s: 2.16.7 > MalformedURLException: Nested JAR URLs are not supported > -------------------------------------------------------- > > Key: JCR-4537 > URL: https://issues.apache.org/jira/browse/JCR-4537 > Project: Jackrabbit Content Repository > Issue Type: Bug > Components: jackrabbit-standalone > Reporter: Alex T > Priority: Major > Labels: candidate_jcr_2_16 > Fix For: 2.22, 2.16.7, 2.21.2, 2.20.2 > > Attachments: jackrabbit.log_IS_UNDEFINED, jackrabbit.log_IS_UNDEF= INED > > > Hi! > I'm new in jackrabbit, I'm try to start with jackrabbit from standalone a= pp. I use ubuntu 18 OS and openjdk 13 (and openjdk 11 - I got same result). > I try to start with command java -jar ./jackrabbit-standalone-2.20.0.jar,= then get this output: > {code:java} > java -jar ./jackrabbit-standalone-2.20.0.jar > Welcome to Apache Jackrabbit! > ------------------------------- > Using repository directory jackrabbit > Writing log messages to jackrabbit/log > Starting the server... > Apache Jackrabbit is now running at http://localhost:8080/ > {code} > But it browser I got > h2. HTTP ERROR: 503 > Problem accessing /. Reason: > Service Unavailable > =C2=A0 > ---- > _Powered by Jetty://_ > =C2=A0 > So, next I check logs, file jackrabbit.log_IS_UNDEFINED. In this file exc= eption: > {code:java} > 2020-03-15 22:59:50.753 DEBUG [main] MetaInfConfiguration.java:166 ja= r:file:/data/apps/webdav/jr/jackrabbit-standalone-2.20.0.jar!/WEB-INF/lib/F= astInfoset-1.2.16.jar META-INF/resources checked > 2020-03-15 22:59:50.754 WARN [main] Resource.java:191 Ba= d Resource: jar:jar:file:/data/apps/webdav/jr/jackrabbit-standalone-2.20.0.= jar!/WEB-INF/lib/FastInfoset-1.2.16.jar!/META-INF/resources > 2020-03-15 22:59:50.755 WARN [main] WebAppContext.java:514 Fa= iled startup of context o.e.j.w.WebAppContext@c8e4bb0{/,jar:file:/data/apps= /webdav/jr/jackrabbit-standalone-2.20.0.jar!/,null}{/data/apps/webdav/jr/ja= ckrabbit-standalone-2.20.0.jar} > java.net.MalformedURLException: Nested JAR URLs are not supported > =09at java.base/java.net.URL.(URL.java:702) > =09at java.base/java.net.URL.(URL.java:564) > =09at java.base/java.net.URL.(URL.java:511) > =09at org.eclipse.jetty.util.resource.Resource.newResource(Resource.java:= 166) > =09at org.eclipse.jetty.util.resource.Resource.newResource(Resource.java:= 149) > =09at org.eclipse.jetty.webapp.MetaInfConfiguration.scanForResources(Meta= InfConfiguration.java:176) > =09at org.eclipse.jetty.webapp.MetaInfConfiguration.scanJars(MetaInfConfi= guration.java:133) > =09at org.eclipse.jetty.webapp.MetaInfConfiguration.preConfigure(MetaInfC= onfiguration.java:86) > =09at org.eclipse.jetty.webapp.WebAppContext.preConfigure(WebAppContext.j= ava:468) > =09at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:5= 04) > =09at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLi= feCycle.java:68) > =09at org.eclipse.jetty.util.component.ContainerLifeCycle.start(Container= LifeCycle.java:132) > =09at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(Contain= erLifeCycle.java:114) > =09at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHa= ndler.java:61) > =09at org.eclipse.jetty.server.handler.RequestLogHandler.doStart(RequestL= ogHandler.java:140) > =09at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLi= feCycle.java:68) > =09at org.eclipse.jetty.util.component.ContainerLifeCycle.start(Container= LifeCycle.java:132) > =09at org.eclipse.jetty.server.Server.start(Server.java:387) > =09at org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(Contain= erLifeCycle.java:114) > =09at org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHa= ndler.java:61) > =09at org.eclipse.jetty.server.Server.doStart(Server.java:354) > =09at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLi= feCycle.java:68) > =09at org.apache.jackrabbit.standalone.Main.run(Main.java:184) > =09at org.apache.jackrabbit.standalone.Main.main(Main.java:59) > Caused by: java.lang.NullPointerException: Nested JAR URLs are not suppor= ted > =09at java.base/sun.net.www.protocol.jar.Handler.parseURL(Handler.java:15= 9) > =09at java.base/java.net.URL.(URL.java:697) > =09... 23 common frames omitted > {code} > I think problem in this exception. Full log attached. > Can anybody help me with this issue? -- This message was sent by Atlassian Jira (v8.3.4#803005)