Hi,
i am trying to get Jetspeed running on jboss + tomcat.
I think I have solved the Xerces, Xalan, Castor and unpack war problem, but
i still got the following exception:

[Wed Jul 17 09:33:05 CEST 2002] -- INFO -- Adding Local to cache list:
jndi:/localhost/jetspeed/WEB-INF/xsl/ocs.xsl
[Wed Jul 17 09:33:05 CEST 2002] -- ERROR -- Can't create URL from this
object
        Exception:  java.net.MalformedURLException: unknown protocol: jndi
        Stack Trace follows:
        java.net.MalformedURLException: unknown protocol: jndi
        at java.net.URL.<init>(URL.java:475)
        at java.net.URL.<init>(URL.java:371)
        at java.net.URL.<init>(URL.java:325)
        at
org.apache.jetspeed.cache.disk.JetspeedDiskCacheEntry.init(JetspeedDiskCache
Entry.java:162)
        at
org.apache.jetspeed.cache.disk.JetspeedDiskCacheEntry.<init>(JetspeedDiskCac
heEntry.java:148)
        at
org.apache.jetspeed.cache.disk.JetspeedDiskCache.getEntry(JetspeedDiskCache.
java:234)
        at
org.apache.jetspeed.cache.disk.JetspeedDiskCache.getEntry(JetspeedDiskCache.
java:192)
        at
org.apache.jetspeed.util.SimpleTransform.SAXTransform(SimpleTransform.java:4
37)
        at
org.apache.jetspeed.daemon.impl.FeedDaemon.getEntries(FeedDaemon.java:256)
        at
org.apache.jetspeed.daemon.impl.FeedDaemon.run(FeedDaemon.java:194)
        at
org.apache.jetspeed.daemon.DaemonThread.runDaemon(DaemonThread.java:139)
        at
org.apache.jetspeed.daemon.DaemonThread.run(DaemonThread.java:104)

The code in Jetspeed that throws this Exception is: 

URL url = new URL(this.getURL());

Is this a JNDI naming problem ???
Waht can I do to solve this problem ???
Has somebody a guide for installing Jetspeed on JBoss + Catalina ??


Thanx
Bjoern



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to