Skip to content

Provide ARM64 docker Images for Draco #81

@jason-fox

Description

@jason-fox

Related to an open Apache NIFI ticket: https://issues.apache.org/jira/browse/NIFI-9177

Once the upstream issue has been resolved, Draco should also be configured to create a working arm64 image. I am currently getting the following error on start up on Apple Silicon M1 when running the Docker Image. (tested with 2.1.0 and earlier versions)

2021-08-29 04:36:48,799 WARN [main] org.apache.nifi.web.server.JettyServer Failed to start web server... 
shutting down.
2021-08-29 04:36:48,799 WARN [main] org.apache.nifi.web.server.JettyServer Failed to start 
web server... shutting down.java.io.IOException: Function not implemented at sun.nio.fs.LinuxWatchService.<init>(LinuxWatchService.java:64) at
sun.nio.fs.LinuxFileSystem.newWatchService(LinuxFileSystem.java:47) at 
org.apache.nifi.nar.NarAutoLoader.start(NarAutoLoader.java:68) at org.apache.nifi.web.server.JettyServer.start(JettyServer.java:1229) at org.apache.nifi.NiFi.<init>(NiFi.java:159) at 
org.apache.nifi.NiFi.<init>(NiFi.java:71) at org.apache.nifi.NiFi.main(NiFi.java:303)
2021-08-29 04:36:48,830 INFO [Thread-1] org.apache.nifi.NiFi Initiating shutdown of Jetty web server...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions