Error using Jboss+Liferay

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

Error using Jboss+Liferay

Shaw, Richard A
Error using Jboss+Liferay

I've dropped ops.war into my deploy directory of Liferay+JBoss+Tomcat and when I run any of the web service examples (e.g. Stock Quote) I get the following error -

13:02:12,410 INFO  [STDOUT] 2006-03-22 13:02:12,410 INFO  org.orbeon.oxf.webapp.
ProcessorService null - /direct/stock-quote/get-quote - Received request
13:02:13,769 INFO  [STDOUT] 2006-03-22 13:02:13,769 ERROR org.orbeon.oxf.webapp.
ProcessorService null - Exception at oxf:/examples/stock-quote/get-quote.xpl, li
ne -1, column -1
java.lang.ClassCastException: com.liferay.util.axis.SimpleHTTPSender
        at org.apache.axis.deployment.wsdd.WSDDTargetedChain.makeNewInstance(WSD
DTargetedChain.java:157)
        at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSD
DDeployableItem.java:274)
        at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDe
ployableItem.java:260)
        at org.apache.axis.deployment.wsdd.WSDDDeployment.getTransport(WSDDDeplo
yment.java:410)
        at org.apache.axis.configuration.FileProvider.getTransport(FileProvider.
java:257)
        at org.apache.axis.AxisEngine.getTransport(AxisEngine.java:332)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:163)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:1902)
        at org.orbeon.oxf.processor.DelegationProcessor$2.endElement(DelegationP

Does anybody know how I sort this out ?

When I use Tomcat 5.5 on its own everything works fine.

I have even more errors when I try to deploy into Liferay and use OPS as a portlet. So I was trying to take it one step at a time by resolving this issue first.

Richard Shaw

¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤

Atkins Transport Systems
Woodcote Grove
Ashley Road
Epsom
KT18 5BW

Direct Dial.: +44 (0) 1372 756407
Switchboard:  +44 (0) 1372 726140
Fax:          +44 (0) 1372 740055
www.atkinsglobal.com/transportsystems





This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding.



--
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: Error using Jboss+Liferay

clemens.harder
Hi Richard,
I cant help at that point. But can you give an report, if you get
jboss+liferay+ops working.
I tried that, without success. I think you will have some problems using
ops as 168 portlet.
thanks
Clemens



--
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: Error using Jboss+Liferay

Shaw, Richard A
In reply to this post by Shaw, Richard A
Error using Jboss+Liferay
I have made some progress with this.
 
If I deploy OPS into JBoss as a web app instead of as a portlet then we can use the IFrame portlet to access it.
 
Has some downsides, like not inheriting the stylesheets from the portal, and scrollbar in the frame if the OPS page is too big. But we think we can live with this until such a time as we can deploy OPS as a Liferay portlet.
 
I still need to resolve the issue with the web service processor though.
 

Richard Shaw

¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤

Atkins Transport Systems
Woodcote Grove
Ashley Road
Epsom
KT18 5BW

Direct Dial.: +44 (0) 1372 756407
Switchboard:  +44 (0) 1372 726140
Fax:          +44 (0) 1372 740055
www.atkinsglobal.com/transportsystems


 


From: Shaw, Richard A [mailto:[hidden email]]
Sent: 22 March 2006 13:46
To: [hidden email]
Subject: [ops-users] Error using Jboss+Liferay

I've dropped ops.war into my deploy directory of Liferay+JBoss+Tomcat and when I run any of the web service examples (e.g. Stock Quote) I get the following error -

13:02:12,410 INFO  [STDOUT] 2006-03-22 13:02:12,410 INFO  org.orbeon.oxf.webapp.
ProcessorService null - /direct/stock-quote/get-quote - Received request
13:02:13,769 INFO  [STDOUT] 2006-03-22 13:02:13,769 ERROR org.orbeon.oxf.webapp.
ProcessorService null - Exception at oxf:/examples/stock-quote/get-quote.xpl, li
ne -1, column -1
java.lang.ClassCastException: com.liferay.util.axis.SimpleHTTPSender
        at org.apache.axis.deployment.wsdd.WSDDTargetedChain.makeNewInstance(WSD
DTargetedChain.java:157)
        at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getNewInstance(WSD
DDeployableItem.java:274)
        at org.apache.axis.deployment.wsdd.WSDDDeployableItem.getInstance(WSDDDe
ployableItem.java:260)
        at org.apache.axis.deployment.wsdd.WSDDDeployment.getTransport(WSDDDeplo
yment.java:410)
        at org.apache.axis.configuration.FileProvider.getTransport(FileProvider.
java:257)
        at org.apache.axis.AxisEngine.getTransport(AxisEngine.java:332)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:163)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2765)
        at org.apache.axis.client.Call.invoke(Call.java:2748)
        at org.apache.axis.client.Call.invoke(Call.java:1902)
        at org.orbeon.oxf.processor.DelegationProcessor$2.endElement(DelegationP

Does anybody know how I sort this out ?

When I use Tomcat 5.5 on its own everything works fine.

I have even more errors when I try to deploy into Liferay and use OPS as a portlet. So I was trying to take it one step at a time by resolving this issue first.

Richard Shaw

¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤

Atkins Transport Systems
Woodcote Grove
Ashley Road
Epsom
KT18 5BW

Direct Dial.: +44 (0) 1372 756407
Switchboard:  +44 (0) 1372 726140
Fax:          +44 (0) 1372 740055
www.atkinsglobal.com/transportsystems





This email and any attached files are confidential and copyright protected. If you are not the addressee, any dissemination of this communication is strictly prohibited. Unless otherwise expressly agreed in writing, nothing stated in this communication shall be legally binding.



This message has been scanned for viruses by MailControl



--
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
|

Nested xpath

Josh Joy
Hi All,
 
Is it possible to run a nested xpath?
 
For example
 
I have xpathquery1 which is going to use the results of xpathquery2?
 
So something like this...
 
//xpathquery1/(xpathquery2)
 
Thanks,
Josh


--
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: Error using Jboss+Liferay

Alessandro  Vernet
Administrator
In reply to this post by Shaw, Richard A
Hi Richard,

On 3/23/06, Shaw, Richard A <[hidden email]> wrote:
> If I deploy OPS into JBoss as a web app instead of as a portlet then we can
> use the IFrame portlet to access it.

For more information on the issue of portlet/portal support, see:
http://www.orbeon.com/ops/doc/home-faq#jsr-168

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