Error persistence-proxy = null

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

Error persistence-proxy = null

jsaiz
Hello,

Orbeon version 4.5.1
this I receive this error when submitting the form,
Are you be due?

org.orbeon.oxf.common.ValidationException: line 18, column 47 of
oxf:/apps/fr/persistence/proxy.xpl (executing process||or: element='<p:processor name="c"/>', name='{http://orbeon.org/oxf/xml/form-runner}persistence-pro|
|xy'): null  

thanks







Reply | Threaded
Open this post in threaded view
|

Re: Error persistence-proxy = null

Erik Bruchez
Administrator
This is wrong:

    <p:processor name="c"/>

You can see the original file here:

    https://github.com/orbeon/orbeon-forms/blob/master/src/resources/apps/fr/persistence/proxy.xpl

Did you modify the Orbeon Forms code by any chance?

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Error persistence-proxy = null

jsaiz
This post was updated on .
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Error persistence-proxy = null

jsaiz
Under the full log

log_orbeon.txt

Thanks
Reply | Threaded
Open this post in threaded view
|

Re: Error persistence-proxy = null

jsaiz
In reply to this post by Erik Bruchez
Hello,

A file refers to?

If bad, you would have to modify?
Is your code I got from version 4.5.1

in file you've shown me, I got the same, that is not modified

regards
Reply | Threaded
Open this post in threaded view
|

Re: Error persistence-proxy = null

Erik Bruchez
Administrator
I think we figured this one offline. It was due to the change in configuration of the persistence layer between 3.9 and 4.x:

http://wiki.orbeon.com/forms/doc/developer-guide/release-notes/40#TOC-Form-Runner-persistence-layer-configuration

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Error persistence-proxy = null

jsaiz
Thanks Erik,

has solved the problem with that change.

regards
Reply | Threaded
Open this post in threaded view
|

Re: Error persistence-proxy = null

Erik Bruchez
Administrator
Excellent, thanks for confirming!

-Erik