You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Jeff Zhang (Jira)" <ji...@apache.org> on 2020/10/29 08:56:00 UTC

[jira] [Created] (ZEPPELIN-5115) Unable to register repository with authentication info

Jeff Zhang created ZEPPELIN-5115:
------------------------------------

             Summary: Unable to register repository with authentication info
                 Key: ZEPPELIN-5115
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5115
             Project: Zeppelin
          Issue Type: New Feature
          Components: zeppelin-zengine
    Affects Versions: 0.9.0
            Reporter: Jeff Zhang


Register a repository with authentication info will throw the following exception:
{code:java}
A MultiException has 10 exceptions. They are:
1. java.lang.RuntimeException: Unable to invoke no-args constructor for interface org.eclipse.aether.repository.Authentication. Register an InstanceCreator with Gson for this type may fix this problem.
2. java.lang.IllegalStateException: Unable to perform operation: create on org.apache.zeppelin.interpreter.InterpreterSettingManager
3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.apache.zeppelin.interpreter.InterpreterFactory errors were found
4. java.lang.IllegalStateException: Unable to perform operation: resolve on org.apache.zeppelin.interpreter.InterpreterFactory
5. java.lang.RuntimeException: Unable to invoke no-args constructor for interface org.eclipse.aether.repository.Authentication. Register an InstanceCreator with Gson for this type may fix this problem.
6. java.lang.IllegalStateException: Unable to perform operation: create on org.apache.zeppelin.interpreter.InterpreterSettingManager
7. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.apache.zeppelin.notebook.Notebook errors were found
8. java.lang.IllegalStateException: Unable to perform operation: resolve on org.apache.zeppelin.notebook.Notebook
9. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.apache.zeppelin.service.NotebookService errors were found
10. java.lang.IllegalStateException: Unable to perform operation: resolve on org.apache.zeppelin.service.NotebookService {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)