Orbeon 3.9.1 PE Weblogic Deploy error

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

Orbeon 3.9.1 PE Weblogic Deploy error

Alvin Otto
Hi All,

I am currently running Orbeon 3.9.1 PE on Weblogic 10.3.5.0. I have successfully configured it to use the Oracle Database as the persistence layer, however due to a performance issue on loading forms, I am attempting to see if I can get it up and running by deploying form definitions to the embedded Exists-db. 

I am currently getting the following issue, which appears to be making the application inaccessible: 

 INFO  EXistServlet  - EXistServlet: exist.home=null
user_projects\domains\base_domain\null\exist-conf.xml

This appears to be a fairly old problem. If any one could shed some light on it, I would be grateful. 

Kind Regards
Alvin Otto


--
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: Orbeon 3.9.1 PE Weblogic Deploy error

bgawel
Hi,

1) Go to Orbeon's weblogic.xml and uncomment the section: <container-descriptor>.
2) Add the following entry unter <container-descriptor>:
<show-archived-real-path-enabled>true</show-archived-real-path-enabled> 

Please note that having the container-descriptor uncommented, an option <prefer-web-inf-classes> is active - this solves classpath problems between Orbeon's and Weblogic's jars (e.g. Joda-Time version).

--
Regards,
 Bartek Gawel

Alvin Otto wrote
Hi All,

I am currently running Orbeon 3.9.1 PE on Weblogic 10.3.5.0. I have
successfully configured it to use the Oracle Database as the persistence
layer, however due to a performance issue on loading forms, I am attempting
to see if I can get it up and running by deploying form definitions to the
embedded Exists-db.

I am currently getting the following issue, which appears to be making the
application inaccessible:

 INFO  EXistServlet  - EXistServlet: exist.home=null
user_projects\domains\base_domain\null\exist-conf.xml

This appears to be a fairly old problem. If any one could shed some light
on it, I would be grateful.

Kind Regards
Alvin Otto