Skip to content

Instantly share code, notes, and snippets.

@kamisori
Last active December 23, 2019 23:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kamisori/b517d8913207f41f525e90a1dc4f3aa0 to your computer and use it in GitHub Desktop.
Save kamisori/b517d8913207f41f525e90a1dc4f3aa0 to your computer and use it in GitHub Desktop.
getting Error initializing arcadia.internal.config.clj on a clean checkout
clojure.lang.Compiler+AssemblyInitializationException: Error initializing arcadia.internal.config.clj, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for '__expr45379' threw an exception. ---> clojure.lang.Compiler+AssemblyInitializationException: Error initializing arcadia.internal.asset_watcher.clj, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for '__expr32750' threw an exception. ---> clojure.lang.Compiler+AssemblyInitializationException: Error initializing arcadia.internal.filewatcher.clj, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for '__expr32760' threw an exception. ---> System.Reflection.ReflectionTypeLoadException: Exception of type 'System.Reflection.ReflectionTypeLoadException' was thrown.
at clojure$core$load_libfn__6067__6071.invoke () [0x00074] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_lib__6078.invokeStatic (System.Object , System.Object , clojure.lang.ISeq ) [0x0045d] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_lib__6078.doInvoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.applyTo (clojure.lang.ISeq arglist) [0x000d2] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at clojure$core$apply__501.invokeStatic (System.Object , System.Object , System.Object ) [0x0001c] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$apply__501.invoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_libs__6102.invokeStatic (clojure.lang.ISeq ) [0x00619] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_libs__6102.doInvoke (System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.applyTo (clojure.lang.ISeq arglist) [0x0008c] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at clojure$core$apply__501.invokeStatic (System.Object , System.Object , System.Object ) [0x0001c] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$apply__501.invoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$require__6122.invokeStatic (clojure.lang.ISeq ) [0x00019] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$require__6122.doInvoke (System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.invoke (System.Object arg1, System.Object arg2, System.Object arg3, System.Object arg4, System.Object arg5, System.Object arg6, System.Object arg7, System.Object arg8) [0x000af] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at arcadia$internal$filewatcher$loading__5836__auto____32755__32758.invokeStatic () [0x00082] in <74fa96f07f8242458fb5e5f9c776dc22>:0
at arcadia$internal$filewatcher$loading__5836__auto____32755__32758.invoke () [0x00000] in <74fa96f07f8242458fb5e5f9c776dc22>:0
at __Init__$arcadia$internal$filewatcher+__expr32760..cctor () [0x00005] in <74fa96f07f8242458fb5e5f9c776dc22>:0
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <567df3e0919241ba98db88bec4c6696f>:0
at clojure.lang.Compiler.InitializeNamespace (System.String nsName, System.String[] names, System.Type[] types, clojure.lang.Compiler+StaticMetadataFlags[] metadataFlags, System.Type[] metadataTypes) [0x00087] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at __Init__$arcadia$internal$filewatcher.Initialize () [0x00033] in <74fa96f07f8242458fb5e5f9c776dc22>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <567df3e0919241ba98db88bec4c6696f>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <567df3e0919241ba98db88bec4c6696f>:0
at System.RuntimeType.InvokeMember (System.String name, System.Reflection.BindingFlags bindingFlags, System.Reflection.Binder binder, System.Object target, System.Object[] providedArgs, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParams) [0x00680] in <567df3e0919241ba98db88bec4c6696f>:0
at System.Type.InvokeMember (System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
at clojure.lang.Compiler.InvokeInitType (System.Reflection.Assembly assy, System.Type initType) [0x00010] in <fb1204dbf0b848beaab1559f81f1b22c>:0
--- End of inner exception stack trace ---
at clojure$core$load_libfn__6067__6071.invoke () [0x00074] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_lib__6078.invokeStatic (System.Object , System.Object , clojure.lang.ISeq ) [0x0045d] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_lib__6078.doInvoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.applyTo (clojure.lang.ISeq arglist) [0x000d2] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at clojure$core$apply__501.invokeStatic (System.Object , System.Object , System.Object ) [0x0001c] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$apply__501.invoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_libs__6102.invokeStatic (clojure.lang.ISeq ) [0x00619] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_libs__6102.doInvoke (System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.applyTo (clojure.lang.ISeq arglist) [0x0008c] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at clojure$core$apply__501.invokeStatic (System.Object , System.Object , System.Object ) [0x0001c] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$apply__501.invoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$require__6122.invokeStatic (clojure.lang.ISeq ) [0x00019] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$require__6122.doInvoke (System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.invoke (System.Object arg1, System.Object arg2, System.Object arg3, System.Object arg4) [0x00067] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at arcadia$internal$asset_watcher$loading__5836__auto____32745__32748.invokeStatic () [0x00035] in <1cabb5aaaa8b45c18b4d7fef1dddd707>:0
at arcadia$internal$asset_watcher$loading__5836__auto____32745__32748.invoke () [0x00000] in <1cabb5aaaa8b45c18b4d7fef1dddd707>:0
at __Init__$arcadia$internal$asset_watcher+__expr32750..cctor () [0x00005] in <1cabb5aaaa8b45c18b4d7fef1dddd707>:0
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <567df3e0919241ba98db88bec4c6696f>:0
at clojure.lang.Compiler.InitializeNamespace (System.String nsName, System.String[] names, System.Type[] types, clojure.lang.Compiler+StaticMetadataFlags[] metadataFlags, System.Type[] metadataTypes) [0x00087] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at __Init__$arcadia$internal$asset_watcher.Initialize () [0x00033] in <1cabb5aaaa8b45c18b4d7fef1dddd707>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <567df3e0919241ba98db88bec4c6696f>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <567df3e0919241ba98db88bec4c6696f>:0
at System.RuntimeType.InvokeMember (System.String name, System.Reflection.BindingFlags bindingFlags, System.Reflection.Binder binder, System.Object target, System.Object[] providedArgs, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParams) [0x00680] in <567df3e0919241ba98db88bec4c6696f>:0
at System.Type.InvokeMember (System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
at clojure.lang.Compiler.InvokeInitType (System.Reflection.Assembly assy, System.Type initType) [0x00010] in <fb1204dbf0b848beaab1559f81f1b22c>:0
--- End of inner exception stack trace ---
at clojure$core$load_libfn__6067__6071.invoke () [0x00074] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_lib__6078.invokeStatic (System.Object , System.Object , clojure.lang.ISeq ) [0x0045d] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_lib__6078.doInvoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.applyTo (clojure.lang.ISeq arglist) [0x000d2] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at clojure$core$apply__501.invokeStatic (System.Object , System.Object , System.Object ) [0x0001c] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$apply__501.invoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_libs__6102.invokeStatic (clojure.lang.ISeq ) [0x00619] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_libs__6102.doInvoke (System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.applyTo (clojure.lang.ISeq arglist) [0x0008c] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at clojure$core$apply__501.invokeStatic (System.Object , System.Object , System.Object ) [0x0001c] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$apply__501.invoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$require__6122.invokeStatic (clojure.lang.ISeq ) [0x00019] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$require__6122.doInvoke (System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.invoke (System.Object arg1, System.Object arg2, System.Object arg3, System.Object arg4, System.Object arg5) [0x00079] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at arcadia$internal$config$loading__5836__auto____45374__45377.invokeStatic () [0x00035] in <ec5924e0efb94c078daa43da298d7a72>:0
at arcadia$internal$config$loading__5836__auto____45374__45377.invoke () [0x00000] in <ec5924e0efb94c078daa43da298d7a72>:0
at __Init__$arcadia$internal$config+__expr45379..cctor () [0x00005] in <ec5924e0efb94c078daa43da298d7a72>:0
--- End of inner exception stack trace ---
at (wrapper managed-to-native) System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor(intptr)
at System.Runtime.CompilerServices.RuntimeHelpers.RunClassConstructor (System.RuntimeTypeHandle type) [0x0002a] in <567df3e0919241ba98db88bec4c6696f>:0
at clojure.lang.Compiler.InitializeNamespace (System.String nsName, System.String[] names, System.Type[] types, clojure.lang.Compiler+StaticMetadataFlags[] metadataFlags, System.Type[] metadataTypes) [0x00087] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at __Init__$arcadia$internal$config.Initialize () [0x00033] in <ec5924e0efb94c078daa43da298d7a72>:0
at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke(System.Reflection.MonoMethod,object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00032] in <567df3e0919241ba98db88bec4c6696f>:0
--- End of inner exception stack trace ---
at System.Reflection.MonoMethod.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00048] in <567df3e0919241ba98db88bec4c6696f>:0
at System.RuntimeType.InvokeMember (System.String name, System.Reflection.BindingFlags bindingFlags, System.Reflection.Binder binder, System.Object target, System.Object[] providedArgs, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, System.String[] namedParams) [0x00680] in <567df3e0919241ba98db88bec4c6696f>:0
at System.Type.InvokeMember (System.String name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object target, System.Object[] args) [0x00000] in <567df3e0919241ba98db88bec4c6696f>:0
at clojure.lang.Compiler.InvokeInitType (System.Reflection.Assembly assy, System.Type initType) [0x00010] in <fb1204dbf0b848beaab1559f81f1b22c>:0
--- End of inner exception stack trace ---
at clojure$core$load_libfn__6067__6071.invoke () [0x00074] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_lib__6078.invokeStatic (System.Object , System.Object , clojure.lang.ISeq ) [0x0045d] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_lib__6078.doInvoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.applyTo (clojure.lang.ISeq arglist) [0x000d2] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at clojure$core$apply__501.invokeStatic (System.Object , System.Object , System.Object ) [0x0001c] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$apply__501.invoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_libs__6102.invokeStatic (clojure.lang.ISeq ) [0x00619] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$load_libs__6102.doInvoke (System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.applyTo (clojure.lang.ISeq arglist) [0x0008c] in <fb1204dbf0b848beaab1559f81f1b22c>:0
at clojure$core$apply__501.invokeStatic (System.Object , System.Object , System.Object ) [0x0001c] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$apply__501.invoke (System.Object , System.Object , System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$require__6122.invokeStatic (clojure.lang.ISeq ) [0x00019] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure$core$require__6122.doInvoke (System.Object ) [0x00000] in <a54dad9b60f64b4e9c54846e524f8ce9>:0
at clojure.lang.RestFn.invoke (System.Object arg1) [0x00029] in <fb1204<message truncated>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment