Weltstaat commented on issue #538:
URL: 
https://github.com/apache/incubator-baremaps/issues/538#issuecomment-1318618446

   I was skipping the OSM import step in the Openstreetmap example, because I 
already had my data. 
   
   But today I tried to do the full tutorial and it already fails, when I try 
to do the liechtenstein-latest.osm.pbf import
   
   ```
   [INFO ] 2022-11-17 14:12:44.671 [main] Import - 8 processors available
   Exception in thread "main" java.lang.ExceptionInInitializerError
           at org.lmdbjava.ByteBufferProxy.<clinit>(ByteBufferProxy.java:71)
           at org.lmdbjava.Env.create(Env.java:92)
           at com.baremaps.cli.Import.call(Import.java:116)
           at com.baremaps.cli.Import.call(Import.java:48)
           at picocli.CommandLine.executeUserObject(CommandLine.java:1933)
           at picocli.CommandLine.access$1200(CommandLine.java:145)
           at 
picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2332)
           at picocli.CommandLine$RunLast.handle(CommandLine.java:2326)
           at picocli.CommandLine$RunLast.handle(CommandLine.java:2291)
           at 
picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2159)
           at picocli.CommandLine.execute(CommandLine.java:2058)
           at com.baremaps.cli.Baremaps.main(Baremaps.java:53)
   Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make 
field long java.nio.Buffer.address accessible: module java.base does not "opens 
java.nio" to unnamed module @1c0dc10
           at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
           at 
java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
           at 
java.base/java.lang.reflect.Field.checkCanSetAccessible(Field.java:178)
           at java.base/java.lang.reflect.Field.setAccessible(Field.java:172)
           at 
org.lmdbjava.ByteBufferProxy$AbstractByteBufferProxy.findField(ByteBufferProxy.java:163)
           at 
org.lmdbjava.ByteBufferProxy$ReflectiveProxy.<clinit>(ByteBufferProxy.java:222)
           ... 12 more
   ```
   


-- 
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]

Reply via email to