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
The problem I met happened in Maven resolution, which is similar to #32 .
For %maven org.knowm.xchart:xchart:3.5.2, the error is:
---------------------------------------------------------------------------
java.lang.RuntimeException: Exception occurred while running line magic 'maven': Error resolving 'org.knowm.xchart:xchart:3.5.2'. [unresolved dependency: org.knowm.xchart#xchart;3.5.2: not found, unresolved dependency: org.knowm.xchart#xchart;3.5.2: not found]
at io.github.spencerpark.ijava.runtime.Magics.lineMagic(Magics.java:19)
at .(#19:1)
And for %maven org.apache.commons:commons-math3:3.6.1 , the error is:
:: problems summary ::
:::: ERRORS
Server access error at url https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.pom (javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty)
Server access error at url https://repo.maven.apache.org/maven2/org/apache/commons/commons-math3/3.6.1/commons-math3-3.6.1.jar (javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty)
---------------------------------------------------------------------------
java.lang.RuntimeException: Exception occurred while running line magic 'maven': Error resolving 'org.apache.commons:commons-math3:3.6.1'. [unresolved dependency: org.apache.commons#commons-math3;3.6.1: not found, unresolved dependency: org.apache.commons#commons-math3;3.6.1: not found]
at io.github.spencerpark.ijava.runtime.Magics.lineMagic(Magics.java:19)
at .(#18:1)
The second type of error also happens in things like
The problem I met happened in Maven resolution, which is similar to #32 .
For
%maven org.knowm.xchart:xchart:3.5.2
, the error is:And for
%maven org.apache.commons:commons-math3:3.6.1
, the error is:The second type of error also happens in things like
I tried some solutions in stackoverflow targeted for same exception and errors (like this ) but failed.
For your information, the Jupyter was installed separately without Anaconda. The version of Java is 10.
Thank you very much in advance for your help.
The text was updated successfully, but these errors were encountered: