joewitt commented on PR #38:
URL: https://github.com/apache/nifi-maven/pull/38#issuecomment-2123047698
looks like we aren't quite there. A NiFi build with this results in
`[INFO] --- exec:3.2.0:java (generate-runtime-manifest) @
nifi-runtime-manifest ---
[org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator.main()] INFO
org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator - Writing
runtime manifest to:
/Users/jwitt/development/nifi.git/nifi-manifest/nifi-runtime-manifest/target/classes/nifi-runtime-manifest.json
[org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator.main()] INFO
org.apache.nifi.runtime.manifest.impl.DirectoryExtensionManifestProvider -
Loading extension manifests from:
/Users/jwitt/development/nifi.git/nifi-manifest/nifi-runtime-manifest/target/nifi-manifests
[org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator.main()] INFO
org.apache.nifi.runtime.manifest.impl.DirectoryExtensionManifestProvider -
Loaded 108 extension manifests
[WARNING]
java.lang.NullPointerException: Cannot invoke
"org.apache.nifi.extension.manifest.ExtensionType.ordinal()" because the return
value of "org.apache.nifi.extension.manifest.Extension.getType()" is null
at
org.apache.nifi.runtime.manifest.impl.StandardRuntimeManifestBuilder.addExtension
(StandardRuntimeManifestBuilder.java:194)
at
org.apache.nifi.runtime.manifest.impl.StandardRuntimeManifestBuilder.lambda$addBundle$0
(StandardRuntimeManifestBuilder.java:146)
at java.util.ArrayList.forEach (ArrayList.java:1596)
at
org.apache.nifi.runtime.manifest.impl.StandardRuntimeManifestBuilder.addBundle
(StandardRuntimeManifestBuilder.java:144)
at java.util.ArrayList.forEach (ArrayList.java:1596)
at
org.apache.nifi.runtime.manifest.impl.StandardRuntimeManifestBuilder.addBundles
(StandardRuntimeManifestBuilder.java:157)
at
org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator.execute
(RuntimeManifestGenerator.java:109)
at org.apache.nifi.runtime.manifest.impl.RuntimeManifestGenerator.main
(RuntimeManifestGenerator.java:187)
at org.codehaus.mojo.exec.ExecJavaMojo.doMain (ExecJavaMojo.java:385)
at org.codehaus.mojo.exec.ExecJavaMojo.doExec (ExecJavaMojo.java:374)
at org.codehaus.mojo.exec.ExecJavaMojo.lambda$execute$0
(ExecJavaMojo.java:296)
at java.lang.Thread.run (Thread.java:1583)`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]