Form runner home

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

Form runner home

avp
Hello
I need help.
I just migrate from version 3.9 to 4.4 Orbeon.

In the initial menu, do not charge me the runner home from Form.
the log shows me the following:
log.txt
What can it be? thank you very much
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

Erik Bruchez
Administrator
It's a bit unclear, but it does seem like the error takes place while Orbeon Forms is calling:

/fr/service/persistence/form

with eXist. For some reason, the call to eXist here seems to fail, and probably returns a database error message which is not displayed.

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

Re: Form runner home

avp
hi,
I am using Orbeon 4.4

with eXist? I do not use exist, my persistence system is Oracle.
is necessary to exist?
To make it all clear, I attached my properties-Local.
properties-local.txt


It has something to do with me not load the form runner of the home?
I had trouble editing my bbdd saved forms, but this problem was solved by integrating library ojdbc6_g.jar

Thank you very much for your interest, I need to fix this if possible.
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

Alessandro  Vernet
Administrator
From the log, it seems eXist instead of Oracle is called. But your properties-local.xml looks OK. You have that file in your WEB-INF/resources/config, right? Could you try to increase the log level per the section below, and attach again the orbeon.log? If should then show exactly what was returned by the service.

http://wiki.orbeon.com/forms/doc/developer-guide/xforms-logging#TOC-Development-configuration

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
avp
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

avp
Hi;
if the properties file is in that new error ruta.Mi I can not retrieve the template. associated pdf form of proxy complain , and do not understand why.

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


attached the full log , also adding the xforms debugde to make it more complete :

log.txt

The file in the path / apps / fr / persistence / proxy.xpl contains the following:
<p : config xmlns: p = " http://www.orbeon.com/oxf/pipeline "
          xmlns : fr = " http://orbeon.org/oxf/xml/form-runner ">

    < - The proxy does it all - >
    <p:processor name="fr:persistence-proxy"/>

< / p: config>


The / fr / persistence directory is required ?

thank you very much
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

Alessandro  Vernet
Administrator
You should't have a directory WEB-INF/resources/app/fr. The content of that directory should come the Orbeon jars. Is it possible that you carried that directory from an older version of Orbeon Forms? When migrating, I recommend you start from a unmodified orbeon.war, and just migrate your properties-local.xml.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
avp
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

avp
Hi,
no, it is a 4.4ce version downloaded from the website of orbeon.com.

That / fr directory I have created to add some feature.
Would I recommend removing and descargarme version 4.4.1?

About the new css and submit buttons have changed properties, these versions the form is not suited to my web.

Where I can get the apps / xforms-controls for the version 4.4.1?

thanks
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

Alessandro  Vernet
Administrator
OK, got it. If you make changes to the content of apps/fr, when upgrading you need to apply those changes to the new version of the app/fr; you can't just take your old version of that directory over to a new version of Orbeon Forms. I can't have very specific recommendations since I don't know exactly what changes you did, but generally, I would recommend you first start trying to see how things work with no changes, and if it works apply one change at a time, testing that everything is still working at every step.

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
avp
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

avp
Hi ,

I installed the 4.4.1 version and I added files as ehcahce.xml , properties-
local.xml and modified the web.xml .

But it is giving error fr : persistence- proxy , this gets the error when I
get data.xml

the resources/apps/fr is not created , create it would need including
anything?

*01/27/2014 ProcessorService 11:43:31,193 INFO - /
fr/service/persistence/crud/umh/Generico/data/8ddc7c3a95b786cbb20c764ab66c3bb45d46ab44/data.xml
- Received request
01/27/2014 11:43:31,211 ERROR PageFlowControllerProcessor - Error caught
{controller : " oxf :/ apps / fr / page- flow.xml " , method : "PUT" , path:
" / fr / service / persistence / crud /
umh/Generico/data/8ddc7c3a95b786cbb20c764ab66c3bb45d46ab44/data.xml "}
01/27/2014 11:43:31,222 ERROR PageFlowControllerProcessor -
+----------------------------------------------------------------------------------------------------------------------+
| An Error has Occurred |
|----------------------------------------------------------------------------------------------------------------------|
| org.orbeon.oxf.common.ValidationException : line 18 , column 47 of oxf :/
apps / fr / persistence / proxy.xpl ( executing process |
| or: element = ' <p:processor name="fr:persistence-proxy"/> ' , name = '{ }
http://orbeon.org/oxf/xml/form-runner persistence- pro |
| xy ' ) : null |
|----------------------------------------------------------------------------------------------------------------------|
| Application Call Stack |
|----------------------------------------------------------------------------------------------------------------------|
| oxf :/ apps / fr / page- flow.xml | reading page model data output | 18 |
|······················································································································|
| element = <service path="/fr/service/persistence/.*"
model="persistence/proxy.xpl"/> |
| model = persistence / proxy.xpl*

--
View this message in context: http://discuss.orbeon.com/Form-runner-home-tp4657896p4657943.html
Sent from the Orbeon Forms community mailing list mailing list archive at Nabble.com.

--
You received this message because you are subscribed to the Google Groups "Orbeon Forms" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
avp
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

avp
In reply to this post by Alessandro Vernet
Hi ,

I installed the 4.4.1 version and I added files as ehcahce.xml , properties- local.xml and modified the web.xml .

But it is giving error fr : persistence- proxy , this gets the error when I get data.xml

the resources/apps/fr is not created , create it would need including anything?

01/27/2014 ProcessorService 11:43:31,193 INFO - / fr/service/persistence/crud/umh/Generico/data/8ddc7c3a95b786cbb20c764ab66c3bb45d46ab44/data.xml - Received request
01/27/2014 11:43:31,211 ERROR PageFlowControllerProcessor - Error caught {controller : " oxf :/ apps / fr / page- flow.xml " , method : "PUT" , path: " / fr / service / persistence / crud / umh/Generico/data/8ddc7c3a95b786cbb20c764ab66c3bb45d46ab44/data.xml "}
01/27/2014 11:43:31,222 ERROR PageFlowControllerProcessor -
+----------------------------------------------------------------------------------------------------------------------+
| An Error has Occurred |
|----------------------------------------------------------------------------------------------------------------------|
| org.orbeon.oxf.common.ValidationException : line 18 , column 47 of oxf :/ apps / fr / persistence / proxy.xpl ( executing process |
| or: element = ' <p:processor name="fr:persistence-proxy"/> ' , name = '{ } http://orbeon.org/oxf/xml/form-runner persistence- pro |
| xy ' ) : null |
|----------------------------------------------------------------------------------------------------------------------|
| Application Call Stack |
|----------------------------------------------------------------------------------------------------------------------|
| oxf :/ apps / fr / page- flow.xml | reading page model data output | 18 |
|······················································································································|
| element = <service path="/fr/service/persistence/.*" model="persistence/proxy.xpl"/> |
| model = persistence / proxy.xpl
Reply | Threaded
Open this post in threaded view
|

Re: Form runner home

Alessandro  Vernet
Administrator
Unfortunately this error isn't very telling. Are you seeing any error before that in the log? Are things working if you don't put your properties-local.xml? If they are, can you try to see what properties in your properties-local.xml causes this problem, by applying them progressively?

Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet