Skip to content

Instantly share code, notes, and snippets.

09:08:22,706 ERROR [AbstractKernelController] Error installing to Parse: name=vfszip:.../myapp.war/ state=Not Installed mode=Manual requiredState=Parse
org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfszip:.../myabb.war/
...
Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: Failed to parse schema for nsURI=http://www.springframework.org/schema/tx, baseURI=null, schemaLocation=null
...
Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to parse schema for nsURI=http://www.springframework.org/schema/tx, baseURI=null, schemaLocation=null
...
Caused by: org.jboss.xb.binding.JBossXBRuntimeException: -1:-1 1:55 White spaces are required between publicId and systemId.
09:08:22,519 WARN [JBossEntityResolver] Trying to resolve systemId as a non-file URL: http://www.springframework.org/schema/tx
java.lang.LinkageError: loader constraint violation: when resolving interface method "javax.wsdl.Definition.getBinding(Ljavax/xml/namespace/QName;)Ljavax/wsdl/Binding;" the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) of the current class, org/apache/axis/wsdl/fromJava/Emitter, and the class loader (instance of org/jboss/classloader/spi/base/BaseClassLoader) for resolved class, javax/wsdl/Definition, have different Class objects for the type javax/xml/namespace/QName used in the signature
(defproject todo-compojure "0.1.0-SNAPSHOT"
:description "FIXME: write description"
:url "http://example.com/FIXME"
:dependencies [[org.clojure/clojure "1.4.0"]
[compojure "1.1.1"]]
:plugins [[lein-ring "0.7.3"]]
:ring {:handler todo-compojure.handler/app}
:profiles
{:dev {:dependencies [[ring-mock "0.1.3"]]}})
(ns todo-compojure.handler
(:use compojure.core)
(:require [compojure.handler :as handler]
[compojure.route :as route]))
(defroutes app-routes
(GET "/" [] "Hello World")
(route/not-found "Not Found"))
(def app
(ns todo-compojure.handler
(:use compojure.core)
(:require [compojure.handler :as handler]
[compojure.route :as route]))
(defroutes app-routes
(GET "/" [] "Hello World")
(route/not-found "Not Found"))
(def app

Keybase proof

I hereby claim:

  • I am pfeff on github.
  • I am pfeff (https://keybase.io/pfeff) on keybase.
  • I have a public key whose fingerprint is C291 3237 6B22 6AED 9D87 6EE3 D267 25D6 8705 8E0C

To claim this, I am signing this object: