unknown protocol: xmldb

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

unknown protocol: xmldb

Daniel E. Renfer
I am trying to update my installation of Orbeon to the latest nightly.
(a couple of days ago actually)

I am pretty sure that I have everything updated properly, only I am now
getting a Malformed Url exception. I'm certain it has to do with the
oxf.xforms.store.application.uri property, only I can't figure out what
I missed.

The stack trace is as follows:

java.net.MalformedURLException: unknown protocol: xmldb
    at java.net.URL.<init>(Unknown Source)
    at java.net.URL.<init>(Unknown Source)
    at org.orbeon.oxf.resources.URLFactory.createURL(URLFactory.java:47)
    at org.orbeon.oxf.resources.URLFactory.createURL(URLFactory.java:37)
    at
org.orbeon.oxf.processor.OXFPropertiesSerializer$URIConverter.convert(OXFPropertiesSerializer.java:65)
    at
org.orbeon.oxf.processor.OXFPropertiesSerializer.getObject(OXFPropertiesSerializer.java:138)
    at
org.orbeon.oxf.resources.OXFProperties$PropertySet.setProperty(OXFProperties.java:168)
    at
org.orbeon.oxf.processor.OXFPropertiesSerializer$PropertyStore.setProperty(OXFPropertiesSerializer.java:188)
    at
org.orbeon.oxf.processor.OXFPropertiesSerializer.createPropertyStore(OXFPropertiesSerializer.java:166)
    at org.orbeon.oxf.resources.OXFProperties.update(OXFProperties.java:91)
    at org.orbeon.oxf.resources.OXFProperties.<init>(OXFProperties.java:51)
    at
org.orbeon.oxf.resources.OXFProperties.instance(OXFProperties.java:64)
    at org.orbeon.oxf.resources.OXFProperties.init(OXFProperties.java:59)
    at org.orbeon.oxf.webapp.WebAppContext.<init>(WebAppContext.java:103)
    at org.orbeon.oxf.webapp.WebAppContext.instance(WebAppContext.java:71)
    at
org.orbeon.oxf.servlet.OPSServletDelegate.init(OPSServletDelegate.java:72)
    at javax.servlet.GenericServlet.init(GenericServlet.java:211)
    at org.orbeon.oxf.servlet.OPSServlet.init(OPSServlet.java:60)
    at javax.servlet.GenericServlet.init(GenericServlet.java:211)
    at
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
    at
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
    at
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)
    at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
    at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
    at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
    at
org.apache.catalina.core.StandardService.start(StandardService.java:450)
    at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

Any idea of what I can do to get this working?

Daniel E. Renfer
http://kronkltd.net/



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

signature.asc (258 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: unknown protocol: xmldb

Erik Bruchez
Administrator
Are you sure your source code is up to date? I don't think there is any
use of URL in OXFPropertiesSerializer anymore and we now use URI instead.

-Erik

Daniel E. Renfer wrote:

> I am trying to update my installation of Orbeon to the latest nightly.
> (a couple of days ago actually)
>
> I am pretty sure that I have everything updated properly, only I am now
> getting a Malformed Url exception. I'm certain it has to do with the
> oxf.xforms.store.application.uri property, only I can't figure out what
> I missed.
>
> The stack trace is as follows:
>
> java.net.MalformedURLException: unknown protocol: xmldb
>     at java.net.URL.<init>(Unknown Source)
>     at java.net.URL.<init>(Unknown Source)
>     at org.orbeon.oxf.resources.URLFactory.createURL(URLFactory.java:47)
>     at org.orbeon.oxf.resources.URLFactory.createURL(URLFactory.java:37)
>     at
> org.orbeon.oxf.processor.OXFPropertiesSerializer$URIConverter.convert(OXFPropertiesSerializer.java:65)
>     at
> org.orbeon.oxf.processor.OXFPropertiesSerializer.getObject(OXFPropertiesSerializer.java:138)
>     at
> org.orbeon.oxf.resources.OXFProperties$PropertySet.setProperty(OXFProperties.java:168)
>     at
> org.orbeon.oxf.processor.OXFPropertiesSerializer$PropertyStore.setProperty(OXFPropertiesSerializer.java:188)
>     at
> org.orbeon.oxf.processor.OXFPropertiesSerializer.createPropertyStore(OXFPropertiesSerializer.java:166)
>     at org.orbeon.oxf.resources.OXFProperties.update(OXFProperties.java:91)
>     at org.orbeon.oxf.resources.OXFProperties.<init>(OXFProperties.java:51)
>     at
> org.orbeon.oxf.resources.OXFProperties.instance(OXFProperties.java:64)
>     at org.orbeon.oxf.resources.OXFProperties.init(OXFProperties.java:59)
>     at org.orbeon.oxf.webapp.WebAppContext.<init>(WebAppContext.java:103)
>     at org.orbeon.oxf.webapp.WebAppContext.instance(WebAppContext.java:71)
>     at
> org.orbeon.oxf.servlet.OPSServletDelegate.init(OPSServletDelegate.java:72)
>     at javax.servlet.GenericServlet.init(GenericServlet.java:211)
>     at org.orbeon.oxf.servlet.OPSServlet.init(OPSServlet.java:60)
>     at javax.servlet.GenericServlet.init(GenericServlet.java:211)
>     at
> org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1105)
>     at
> org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:932)
>     at
> org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3917)
>     at
> org.apache.catalina.core.StandardContext.start(StandardContext.java:4201)
>     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
>     at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
>     at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
>     at
> org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
>     at
> org.apache.catalina.core.StandardService.start(StandardService.java:450)
>     at
> org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
>     at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>     at java.lang.reflect.Method.invoke(Unknown Source)
>     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
>     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
>
> Any idea of what I can do to get this working?
>
> Daniel E. Renfer
> http://kronkltd.net/
>
>

--
Orbeon Forms - Web Forms for the Enterprise Done the Right Way
http://www.orbeon.com/


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: unknown protocol: xmldb

Daniel E. Renfer
Okay, I figured it out. I updated the source properly, but failed to
update my build path to account for the 2 deleted jars. Because of that,
Eclipse wasn't re-building the source properly. Everything is working
properly now.

Mea Culpa,
Daniel E. Renfer
http://kronkltd.net/

Erik Bruchez wrote:

> Are you sure your source code is up to date? I don't think there is
> any use of URL in OXFPropertiesSerializer anymore and we now use URI
> instead.
>
> -Erik
>
> Daniel E. Renfer wrote:
>> I am trying to update my installation of Orbeon to the latest nightly.
>> (a couple of days ago actually)
>>
>> I am pretty sure that I have everything updated properly, only I am now
>> getting a Malformed Url exception. I'm certain it has to do with the
>> oxf.xforms.store.application.uri property, only I can't figure out what
>> I missed.
>>
>> The stack trace is as follows:
[snip]
>>
>> Any idea of what I can do to get this working?
>>
>> Daniel E. Renfer
>> http://kronkltd.net/ 



--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

signature.asc (258 bytes) Download Attachment