You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NullPointerException, the most probably in Driver.java:914
As I could see while debugging, the "Driver.class.getProtectionDomain().getCodeSource().getLocation()" is null, so calling the "getPath()" function from null causes NPE :(
We fix the issue as you mention. As such we are not able to repro this one. The fix with null check will be release in first week of July in next release 2.1.0.9
NullPointerException, the most probably in Driver.java:914
As I could see while debugging, the "Driver.class.getProtectionDomain().getCodeSource().getLocation()" is null, so calling the "getPath()" function from null causes NPE :(
amazon-redshift-jdbc-driver/src/main/java/com/amazon/redshift/Driver.java
Line 914 in 40b143b
The text was updated successfully, but these errors were encountered: