joewitt commented on PR #7003: URL: https://github.com/apache/nifi/pull/7003#issuecomment-1452529688
First time dragging a processor on (DetectObjectInImage) it seems to have errored out and caused python things to all relaod based on looking at python logs. ``` 2023-03-02 13:52:01,404 ERROR org.apache.nifi.py4j.ExtensionManager Failed to import requirements for WriteNumpyVersion: process exited with status code CompletedProcess(args=['/Users/jwitt/development/nifi.git/nifi-assembly/target/nifi-2.0.0-SNAPSHOT-bi n/nifi-2.0.0-SNAPSHOT/./work/python/extensions/DetectObjectInImage/0.0.1-SNAPSHOT/bin/python3', '-m', 'pip', 'install', '--target', '/Users/jwitt/development/nifi.git/nifi-assembly/target/nifi-2.0.0-SNAPSHOT-bin/nifi-2.0.0-SNAPSHOT/./work/python/extensio ns/WriteNumpyVersion/0.0.1-SNAPSHOT', 'numpy==1.20.0'], returncode=1) ``` I think NiFi timed out and gave ``` 2023-03-02 13:52:06,511 WARN [NiFi Web Server-85] o.a.n.a.s.t.impl.StandardTransaction The following problem occurred while trying to rollback conn62: url=jdbc:h2:./database_repository/nifi-flow-audit user=NF: General error: "General error: ""org.h2.mvstore.MVStoreException: Writing to sun.nio.ch.FileChannelImpl@72b88c61 failed; length 8192 at 16384 [2.1.214/2]"" [50000-214]"; SQL statement: ROLLBACK [50000-214] 2023-03-02 13:52:06,514 WARN [NiFi Web Server-85] org.apache.nifi.audit.ProcessorAuditor Unable to record actions: org.apache.nifi.admin.dao.DataAccessException: org.h2.jdbc.JdbcSQLNonTransientException: General error: "org.h2.mvstore.MVStoreException: Writing to sun.nio.ch.FileChannelImpl@72b88c61 failed; length 8192 at 16384 [2.1.214/2]"; SQL statement: INSERT INTO ACTION (IDENTITY, SOURCE_ID, SOURCE_NAME, SOURCE_TYPE, OPERATION, ACTION_TIMESTAMP) VALUES (?, ?, ?, ?, ?, ? ) [50000-214] ``` Eventually the processor showed up on the canvas though -- 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: issues-unsubscr...@nifi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org