You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "David Handermann (Jira)" <ji...@apache.org> on 2022/03/25 16:25:00 UTC

[jira] [Resolved] (NIFI-3448) Issues extracting/running on Windows

     [ https://issues.apache.org/jira/browse/NIFI-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Handermann resolved NIFI-3448.
------------------------------------
    Resolution: Cannot Reproduce

> Issues extracting/running on Windows
> ------------------------------------
>
>                 Key: NIFI-3448
>                 URL: https://issues.apache.org/jira/browse/NIFI-3448
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 1.1.1
>            Reporter: Aldrin Piri
>            Priority: Major
>
> A user reported issues running on NiFi on Windows, with a class not being found despite it being presented on the filesystem.
> {quote}
> I downloaded the windows version, extracted into the directory, following
> the 'book' I go to the bin directory and dbl-click run-nifi.bat
> Not being an apache developer, I don't have access to, or know where to
> report such an issue; the "community" has no apparent forum.
> It fails to start properly; the nifi-app.log shows a java class not being
> found:
> java.lang.ClassNotFoundException:
> org.apache.nifi.update.attributes.api.ObjectMapperResolver
>                 at
> java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_92]
>                 at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
> ~[na:1.8.0_92]
>                 at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
> ~[na:1.8.0_92]
>                 at
> org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:
> 487) ~[jetty-webapp-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:
> 428) ~[jetty-webapp-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at org.eclipse.jetty.util.Loader.loadClass(Loader.java:86)
> ~[jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.plus.annotation.ContainerInitializer.callStartup(Container
> Initializer.java:130) ~[jetty-plus-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.annotations.ServletContainerInitializersStarter.doStart(Se
> rvletContainerInitializersStarter.java:63)
> ~[jetty-annotations-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.j
> ava:68) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.servlet.ServletContextHandler.startContext(ServletContextH
> andler.java:330) [jetty-servlet-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.webapp.WebAppContext.startWebapp(WebAppContext.java:1404)
> [jetty-webapp-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1366)
> [jetty-webapp-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:
> 772) [jetty-server-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.servlet.ServletContextHandler.doStart(ServletContextHandle
> r.java:262) [jetty-servlet-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:520)
> [jetty-webapp-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.j
> ava:68) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle
> .java:132) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCyc
> le.java:114) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.jav
> a:61) [jetty-server-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.j
> ava:68) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle
> .java:132) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCyc
> le.java:106) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.jav
> a:61) [jetty-server-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.server.handler.gzip.GzipHandler.doStart(GzipHandler.java:2
> 31) [jetty-server-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.j
> ava:68) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.ContainerLifeCycle.start(ContainerLifeCycle
> .java:132) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at org.eclipse.jetty.server.Server.start(Server.java:411)
> [jetty-server-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.ContainerLifeCycle.doStart(ContainerLifeCyc
> le.java:106) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.server.handler.AbstractHandler.doStart(AbstractHandler.jav
> a:61) [jetty-server-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at org.eclipse.jetty.server.Server.doStart(Server.java:378)
> [jetty-server-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.j
> ava:68) [jetty-util-9.3.9.v20160517.jar:9.3.9.v20160517]
>                 at
> org.apache.nifi.web.server.JettyServer.start(JettyServer.java:675)
> [nifi-jetty-1.1.1.jar:1.1.1]
>                 at org.apache.nifi.NiFi.<init>(NiFi.java:156)
> [nifi-runtime-1.1.1.jar:1.1.1]
>                 at org.apache.nifi.NiFi.main(NiFi.java:262)
> [nifi-runtime-1.1.1.jar:1.1.1]
> {quote}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)