mikenac / nifi-windowsservice

Apache NiFi Windows Service Wrapper
5 stars 5 forks source link

Apache Nifi 1.12.1 service on Windows 10 does not start up. #4

Open dbapundit opened 3 years ago

dbapundit commented 3 years ago

Event ID: 7024 Task Category: None Level: Error Keywords: Classic User: N/A Computer: FB.local Description: The Apache NiFi service terminated with the following service-specific error: Incorrect function. Event Xml:

7024 0 2 0 0 0x8080000000000000 319328 System FB.local Apache NiFi %%1 6E006900660069002D0073006500720076006900630065000000
mikenac commented 3 years ago

Change the pom file to match your versions before build.

dbapundit commented 3 years ago

Hello Mike,

I'm having issues building the latest Nifi build from source, is there any way that I can build just specific packages, i.e., bootstrap, etc. so that I can get this windows service to build and subsequently be installed on a windows 2019 server.

Thanks

Freddie


From: Mike Nacey @.> Sent: Friday, July 30, 2021 9:12 PM To: mikenac/nifi-windowsservice @.> Cc: Burgess, Freddie @.>; Author @.> Subject: Re: [mikenac/nifi-windowsservice] Apache Nifi 1.12.1 service on Windows 10 does not start up. (#4)

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

Change the pom file to match your versions before build.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://urldefense.us/v2/url?u=https-3A__github.com_mikenac_nifi-2Dwindowsservice_issues_4-23issuecomment-2D890270333&d=DwMCaQ&c=qqkkpu_zF8amsdnRZA_Et2-uNBtAipSVjV2iUVt238g&r=FMToNJ1v4FZ849F3p9u0NvcLFIKpGqxVWiiL6DSgDHs&m=K1aCtAD1KtQwuE-aZuQwqUJd2OEdIKTFEwAwILh-6U4&s=Qy3VyXWuFnw0A6GV1Wxc33AMQsBkmfU2CSV8aSWsz1k&e=, or unsubscribehttps://urldefense.us/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AN7EFRZWLWGPU5XWUL2NFVTT2NEXRANCNFSM5BI4FNPQ&d=DwMCaQ&c=qqkkpu_zF8amsdnRZA_Et2-uNBtAipSVjV2iUVt238g&r=FMToNJ1v4FZ849F3p9u0NvcLFIKpGqxVWiiL6DSgDHs&m=K1aCtAD1KtQwuE-aZuQwqUJd2OEdIKTFEwAwILh-6U4&s=EKmF1qqYlq_XaqjESnafVciB925eK1CxY2r-rDxe-f0&e=.

dbapundit commented 3 years ago

I finally got the Nifi build from source working, but I'm still getting an error trying to start the service.

This is my pom.xml file

<?xml version="1.0" encoding="UTF-8"?>

4.0.0 com.apache.nifi nifi-windowsservice 1.11.4 jar UTF-8 1.8 1.8 1.12.1 org.apache.nifi nifi-bootstrap ${nifi_version} maven-resources-plugin 3.0.2 copy-jar install copy-resources ${basedir}/dist/lib/bootstrap /target/ nifi*.jar copy-service-items install copy-resources ${basedir}/dist/bin /resources/ *.*

Thanks

Freddie


From: Burgess, Freddie @.> Sent: Wednesday, September 1, 2021 10:52 AM To: mikenac/nifi-windowsservice @.> Subject: Re: [mikenac/nifi-windowsservice] Apache Nifi 1.12.1 service on Windows 10 does not start up. (#4)

Hello Mike,

I'm having issues building the latest Nifi build from source, is there any way that I can build just specific packages, i.e., bootstrap, etc. so that I can get this windows service to build and subsequently be installed on a windows 2019 server.

Thanks

Freddie


From: Mike Nacey @.> Sent: Friday, July 30, 2021 9:12 PM To: mikenac/nifi-windowsservice @.> Cc: Burgess, Freddie @.>; Author @.> Subject: Re: [mikenac/nifi-windowsservice] Apache Nifi 1.12.1 service on Windows 10 does not start up. (#4)

CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.

Change the pom file to match your versions before build.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://urldefense.us/v2/url?u=https-3A__github.com_mikenac_nifi-2Dwindowsservice_issues_4-23issuecomment-2D890270333&d=DwMCaQ&c=qqkkpu_zF8amsdnRZA_Et2-uNBtAipSVjV2iUVt238g&r=FMToNJ1v4FZ849F3p9u0NvcLFIKpGqxVWiiL6DSgDHs&m=K1aCtAD1KtQwuE-aZuQwqUJd2OEdIKTFEwAwILh-6U4&s=Qy3VyXWuFnw0A6GV1Wxc33AMQsBkmfU2CSV8aSWsz1k&e=, or unsubscribehttps://urldefense.us/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AN7EFRZWLWGPU5XWUL2NFVTT2NEXRANCNFSM5BI4FNPQ&d=DwMCaQ&c=qqkkpu_zF8amsdnRZA_Et2-uNBtAipSVjV2iUVt238g&r=FMToNJ1v4FZ849F3p9u0NvcLFIKpGqxVWiiL6DSgDHs&m=K1aCtAD1KtQwuE-aZuQwqUJd2OEdIKTFEwAwILh-6U4&s=EKmF1qqYlq_XaqjESnafVciB925eK1CxY2r-rDxe-f0&e=.