Exception when trying to refresh Clojure code in cider

Arne

I am using clojure in Emacs with cider and the cider repl (0.7.0). This is pretty fine, but whenever I run cider-referesh (or hit C-c C-x), I get an exception:

ClassNotFoundException clojure.tools.namespace.repl  java.net.URLClassLoader$1.run (URLClassLoader.java:372)

1. Unhandled java.lang.ClassNotFoundException
   clojure.tools.namespace.repl

           URLClassLoader.java:  372  java.net.URLClassLoader$1/run
           URLClassLoader.java:  361  java.net.URLClassLoader$1/run
         AccessController.java:   -2  java.security.AccessController/doPrivileged
           URLClassLoader.java:  360  java.net.URLClassLoader/findClass
       DynamicClassLoader.java:   61  clojure.lang.DynamicClassLoader/findClass
              ClassLoader.java:  424  java.lang.ClassLoader/loadClass
              ClassLoader.java:  357  java.lang.ClassLoader/loadClass
                    Class.java:   -2  java.lang.Class/forName0
                    Class.java:  340  java.lang.Class/forName
                       RT.java: 2065  clojure.lang.RT/classForName
                 Compiler.java:  978  clojure.lang.Compiler$HostExpr/maybeClass
                 Compiler.java:  756  clojure.lang.Compiler$HostExpr/access$400
                 Compiler.java: 6583  clojure.lang.Compiler/macroexpand1
                 Compiler.java: 6613  clojure.lang.Compiler/macroexpand
                 Compiler.java: 6687  clojure.lang.Compiler/eval
                 Compiler.java: 6666  clojure.lang.Compiler/eval
                      core.clj: 2927  clojure.core/eval
                      main.clj:  239  clojure.main/repl/read-eval-print/fn
                      main.clj:  239  clojure.main/repl/read-eval-print
                      main.clj:  257  clojure.main/repl/fn
                      main.clj:  257  clojure.main/repl
                   RestFn.java: 1096  clojure.lang.RestFn/invoke
        interruptible_eval.clj:   56  clojure.tools.nrepl.middleware.interruptible-eval/evaluate/fn
                      AFn.java:  152  clojure.lang.AFn/applyToHelper
                      AFn.java:  144  clojure.lang.AFn/applyTo
                      core.clj:  624  clojure.core/apply
                      core.clj: 1862  clojure.core/with-bindings*
                   RestFn.java:  425  clojure.lang.RestFn/invoke
        interruptible_eval.clj:   41  clojure.tools.nrepl.middleware.interruptible-eval/evaluate
        interruptible_eval.clj:  171  clojure.tools.nrepl.middleware.interruptible-eval/interruptible-eval/fn/fn
                      core.clj: 2402  clojure.core/comp/fn
        interruptible_eval.clj:  138  clojure.tools.nrepl.middleware.interruptible-eval/run-next/fn
                      AFn.java:   22  clojure.lang.AFn/run
       ThreadPoolExecutor.java: 1142  java.util.concurrent.ThreadPoolExecutor/runWorker
       ThreadPoolExecutor.java:  617  java.util.concurrent.ThreadPoolExecutor$Worker/run
                   Thread.java:  745  java.lang.Thread/run

What is the reason for this, and how can I fix it?

Arne

It seems that this exception was a bug, that has now been fixed in cider.

이 기사는 인터넷에서 수집됩니다. 재 인쇄 할 때 출처를 알려주십시오.

침해가 발생한 경우 연락 주시기 바랍니다[email protected] 삭제

에서 수정
0

몇 마디 만하겠습니다

0리뷰
로그인참여 후 검토

관련 기사

분류에서Dev

Emacs and Cider for Clojure development in Ubuntu 14.04

분류에서Dev

NullPointer Exception When Trying to Update Sprite

분류에서Dev

Encountered a runtime exception when running code

분류에서Dev

Exception when running simple code on iOS

분류에서Dev

Exception when trying to run a map of LinkedLists through a scanner

분류에서Dev

Argument Null Exception error when trying to create a Text File

분류에서Dev

Undefined property exception when trying to instantiate dependency from IOC container

분류에서Dev

PHP function giving me exception when trying to display on HTML

분류에서Dev

Ubuntu 14.04에서 Clojure 개발을위한 Emacs 및 Cider

분류에서Dev

Vim Clojure Cider Fireplace 연결시 포트 지정 필요

분류에서Dev

When iam trying to run spring example i am facing the following exception

분류에서Dev

Why i'm getting "titlebarViewController not supported for this window style" exception when trying to add title bar accessory view

분류에서Dev

Getting an exception when trying to get the content of a file from response Web API2 WPF

분류에서Dev

emacs clojure / cider 모드 및 REPL과 함께 로컬 jar 파일 사용

분류에서Dev

Trying the Partial Refresh Optimizes by Sven Hasselbach

분류에서Dev

How to refactor this clojure / riemann code

분류에서Dev

Clojure - avoid duplicated code with monger requests

분류에서Dev

Refresh Observable data when a user clicks a button

분류에서Dev

Refresh page when javascript alert OK is pressed

분류에서Dev

How to refresh QTableView when it is driven by model

분류에서Dev

queryParams refresh model when changing a slider range

분류에서Dev

Executing code after exception is thrown

분류에서Dev

Compiler error when throwing exception

분류에서Dev

unreported exception when using Unsafe

분류에서Dev

Mapping Exception when indexing in Elasticsearch

분류에서Dev

Exception thrown when calling getFriends

분류에서Dev

Exception errors when using strcpy

분류에서Dev

Nullpointer Exception when using RecyclerView

분류에서Dev

Trying to map System.Collections.Generic.List 1 Exception is thrown

Related 관련 기사

  1. 1

    Emacs and Cider for Clojure development in Ubuntu 14.04

  2. 2

    NullPointer Exception When Trying to Update Sprite

  3. 3

    Encountered a runtime exception when running code

  4. 4

    Exception when running simple code on iOS

  5. 5

    Exception when trying to run a map of LinkedLists through a scanner

  6. 6

    Argument Null Exception error when trying to create a Text File

  7. 7

    Undefined property exception when trying to instantiate dependency from IOC container

  8. 8

    PHP function giving me exception when trying to display on HTML

  9. 9

    Ubuntu 14.04에서 Clojure 개발을위한 Emacs 및 Cider

  10. 10

    Vim Clojure Cider Fireplace 연결시 포트 지정 필요

  11. 11

    When iam trying to run spring example i am facing the following exception

  12. 12

    Why i'm getting "titlebarViewController not supported for this window style" exception when trying to add title bar accessory view

  13. 13

    Getting an exception when trying to get the content of a file from response Web API2 WPF

  14. 14

    emacs clojure / cider 모드 및 REPL과 함께 로컬 jar 파일 사용

  15. 15

    Trying the Partial Refresh Optimizes by Sven Hasselbach

  16. 16

    How to refactor this clojure / riemann code

  17. 17

    Clojure - avoid duplicated code with monger requests

  18. 18

    Refresh Observable data when a user clicks a button

  19. 19

    Refresh page when javascript alert OK is pressed

  20. 20

    How to refresh QTableView when it is driven by model

  21. 21

    queryParams refresh model when changing a slider range

  22. 22

    Executing code after exception is thrown

  23. 23

    Compiler error when throwing exception

  24. 24

    unreported exception when using Unsafe

  25. 25

    Mapping Exception when indexing in Elasticsearch

  26. 26

    Exception thrown when calling getFriends

  27. 27

    Exception errors when using strcpy

  28. 28

    Nullpointer Exception when using RecyclerView

  29. 29

    Trying to map System.Collections.Generic.List 1 Exception is thrown

뜨겁다태그

보관