sfarrow
07-29-2003, 04:42 PM
Hi Antun,
I'm back again. Having some difficulty with my LPS deployment on JBoss. Specifically, if any dataset references an external HTTP datasource, I get an exception thrown. Here is a part of the stack trace:
java.lang.NoSuchMethodError: org.apache.commons.httpclient.HttpMethodBase.addRe questHeader(Ljava/lang/String;Ljava/lang/String;)V
at com.laszlosystems.utils.LZHttpUtils.proxyRequestHe aders(LZHttpUtils.java:197)
at com.laszlosystems.data.HTTPDataSource.getDataOnce( HTTPDataSource.java:218)
at com.laszlosystems.data.HTTPDataSource.getData(HTTP DataSource.java:143)
at com.laszlosystems.data.DataSource.getAsSWF(DataSou rce.java:81)
at com.laszlosystems.servlets.response.ResponseCache. respondImpl(ResponseCache.java:97)
at com.laszlosystems.servlets.response.Response.respo nd(Response.java:177)
at com.laszlosystems.servlets.LZServlet._doGet(LZServ let.java:323)
at com.laszlosystems.servlets.LZServlet.doGet(LZServl et.java:262)
Looks like a version issue with the Commons HTTPClient library, but I'm not sure how to go about resolving it.
This has occurred with both a Windows 2000 and RedHat Linux environments, but did not occur on our Mac OS/X boxes. We are running JBoss 3.2.1 (with Jetty). We have also deployed it with a standalone Jetty (4.2.10) and it works fine. Unfortunately, our client is running Linux/JBoss.
Any suggestions?
Steve
I'm back again. Having some difficulty with my LPS deployment on JBoss. Specifically, if any dataset references an external HTTP datasource, I get an exception thrown. Here is a part of the stack trace:
java.lang.NoSuchMethodError: org.apache.commons.httpclient.HttpMethodBase.addRe questHeader(Ljava/lang/String;Ljava/lang/String;)V
at com.laszlosystems.utils.LZHttpUtils.proxyRequestHe aders(LZHttpUtils.java:197)
at com.laszlosystems.data.HTTPDataSource.getDataOnce( HTTPDataSource.java:218)
at com.laszlosystems.data.HTTPDataSource.getData(HTTP DataSource.java:143)
at com.laszlosystems.data.DataSource.getAsSWF(DataSou rce.java:81)
at com.laszlosystems.servlets.response.ResponseCache. respondImpl(ResponseCache.java:97)
at com.laszlosystems.servlets.response.Response.respo nd(Response.java:177)
at com.laszlosystems.servlets.LZServlet._doGet(LZServ let.java:323)
at com.laszlosystems.servlets.LZServlet.doGet(LZServl et.java:262)
Looks like a version issue with the Commons HTTPClient library, but I'm not sure how to go about resolving it.
This has occurred with both a Windows 2000 and RedHat Linux environments, but did not occur on our Mac OS/X boxes. We are running JBoss 3.2.1 (with Jetty). We have also deployed it with a standalone Jetty (4.2.10) and it works fine. Unfortunately, our client is running Linux/JBoss.
Any suggestions?
Steve