I'm trying to test a fix for JBVFS-17, and I'm seeing the startup problem Dimitris
had mentioned seeing earlier, but I had not:
| Caused by: java.lang.Error: Error visiting JarHandler(a)1535839050[path=derbyTesting.jar
context=file:/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.CR1/server/cts/lib/
real=file:/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.CR1/server/cts/lib/derbyTesting.jar]
| ...
| Caused by: java.net.MalformedURLException: no !/ in spec
| at java.net.URL.<init>(URL.java:601)
| at java.net.URL.<init>(URL.java:464)
| at java.net.URL.<init>(URL.java:413)
| at java.net.JarURLConnection.parseSpecs(JarURLConnection.java:161)
| at java.net.JarURLConnection.<init>(JarURLConnection.java:144)
| at
sun.net.www.protocol.jar.JarURLConnection.<init>(JarURLConnection.java:61)
| at sun.net.www.protocol.jar.Handler.openConnection(Handler.java:24)
| at java.net.URL.openConnection(URL.java:943)
| at
org.jboss.virtual.plugins.context.AbstractURLHandler.initCacheLastModified(AbstractURLHandler.java:72)
| ... 54 more
| 14:28:35,687 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of
incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
|
| *** CONTEXTS IN ERROR: Name -> Error
|
|
vfsfile:/home/svn/JBossHead/jboss-head/build/output/jboss-5.0.0.CR1/server/cts/conf/jboss-service.xml
-> java.net.MalformedURLException: no !/ in spec
|
The sun jar protocol handler should not be getting called as only vfs* urls should be in
use.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133379#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...