Update IKVM 8.1.5 to 8.14.0 Getting NegativeArraySizeException #696
GMadhavaReddy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We’re using IKVM 8.14.0 with .NET Framework 4.7.2. We converted the ngdbc.jar to a DLL using IKVM. When attempting to connect to the DB, we’re getting the following exception. Any help in diagnosing or resolving this issue would be greatly appreciated.
Note: The connection worked the very first time, but has not worked since.
Exception:
NegativeArraySizeException:
This exception was originally thrown at this call stack:
IKVM.Runtime.JVM.ThrowPendingException() in JVM.cs
java.net.Inet6AddressImpl.lookupAllHostAddr(string)
java.net.InetAddress.2.lookupAllHostAddr(string) in InetAddress.java
java.net.InetAddress.getAddressesFromNameService(string, java.net.InetAddress) in InetAddress.java
java.net.InetAddress.NameServiceAddresses.get() in InetAddress.java
java.net.InetAddress.getAllByName0(string, java.net.InetAddress, bool, bool) in InetAddress.java
java.net.InetAddress.getLocalHost() in InetAddress.java
com.sap.db.jdbc.DriverSapDB.DriverSapDB()
Beta Was this translation helpful? Give feedback.
All reactions