OPS on resin app-server

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

OPS on resin app-server

ulrich thye
Hy all,

I am trying to instal OPS on resin application server
from http://caucho.com 
but get the error:

java.lang.NoClassDefFoundError: orbeon/apache/xml/serialize/OutputFormat

Has someone tried to install OPS on resin,
Any Hints ?

Thanks

Ulrich



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
Reply | Threaded
Open this post in threaded view
|

Re: OPS on resin app-server

Alessandro  Vernet
Administrator
On 4/4/06, ulrich thye <[hidden email]> wrote:
> I am trying to instal OPS on resin application server
> from http://caucho.com
> but get the error:
>
> java.lang.NoClassDefFoundError: orbeon/apache/xml/serialize/OutputFormat

Hi Ulrich,

We have not tried PresentationServer on Resin recently. The
OutputFormat class is in WEB-INF/lib/xercesImpl_2_6_2_orbeon.jar. The
class has been "rerooted" (moved from the orb.apache package to the
orbeon.apache package) to avoid conflicts with other versions of
Xerces that you might already have in your servlet container.

Who in this case is looking for this class? By looking at the stack
trace, can you see if it is coming from Resin code, or from
PresentationServer code?

Alex
--
Blog (XML, Web apps, Open Source):
http://www.orbeon.com/blog/



--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: OPS on resin app-server

ulrich thye
On Tue, 4 Apr 2006 18:18:13 -0700
"Alessandro Vernet" <[hidden email]> wrote:


> Hi Ulrich,
>
> We have not tried PresentationServer on Resin recently. The
> OutputFormat class is in WEB-INF/lib/xercesImpl_2_6_2_orbeon.jar. The
> class has been "rerooted" (moved from the orb.apache package to the
> orbeon.apache package) to avoid conflicts with other versions of
> Xerces that you might already have in your servlet container.
>
> Who in this case is looking for this class? By looking at the stack
> trace, can you see if it is coming from Resin code, or from
> PresentationServer code?
>
Hi Alex,

thank you for the answer.

I have solved the problem by copy

commons-logging-1_0_4.jar
log4j-1.3alpha0.jar
xercesImpl_2_6_2_orbeon.jar

to resin/lib

(It´s a first workaround because I haven´t read
the full manual of resin until now but I have to do so)

It seems that resin works very well.

Thanks a lot

Ulrich







--
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
ObjectWeb mailing lists service home page: http://www.objectweb.org/wws