« Return to Thread: DWR 3.0 RC1 and WAS

RE: DWR 3.0 RC1 and WAS

by davidmarginian :: Rate this Message:

Reply to Author | View in Thread

http://www.nabble.com/DWR-3.0M1-RC2-and-Java-1.4-td16908541.html

Original Message:
-----------------
From:  ZCurtis@...
Date: Tue, 28 Apr 2009 10:08:28 -0600
To: users@...
Subject: [dwr-user] DWR 3.0 RC1 and WAS


I added the retroweaver-rt-2.0.7.jar to the classpath. I now get the
following stack trace when running the web
app. java.io.Closeable is not in Java 1.4. Is this DWR release using this
Java 1.5 class? I don't believe retroweaver can handle that. Any thoughts?

[4/28/09 9:51:13:855 MDT] 00000057 ServletWrappe E   SRVE0100E: Did not
realize  init() exception thrown by servlet dwr-invoker:
java.lang.NoClassDefFoundError: java/io/Closeable
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at
java.lang.Class.privateGetDeclaredConstructors(Class.java(Compiled Code))
        at java.lang.Class.getConstructor1(Class.java(Compiled Code))
        at java.lang.Class.newInstance3(Class.java(Compiled Code))
        at java.lang.Class.newInstance(Class.java(Compiled Code))
        at
org.directwebremoting.impl.DefaultContainer.addParameter(DefaultContainer.ja
va:102)
        at
org.directwebremoting.impl.StartupUtil.setupDefaults(StartupUtil.java:499)
        at
org.directwebremoting.impl.StartupUtil.setupDefaultContainer(StartupUtil.jav
a:245)
        at
org.directwebremoting.impl.StartupUtil.createAndSetupDefaultContainer(Startu
pUtil.java:188)
        at
org.directwebremoting.servlet.DwrServlet.createContainer(DwrServlet.java:97)
        at
org.directwebremoting.servlet.DwrServlet.init(DwrServlet.java:64)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:321)
        at
com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.
java:621)
        at
com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3226)
        at
com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:253)
        at
com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:229)
        at
com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1970)
        at
com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:120)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(Ht
tpInboundLink.java:434)
        at
com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(Ht
tpInboundLink.java:373)
        at
com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLRea
dCallback.java:101)
        at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManage
r.java:566)
        at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java
:619)
        at
com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java
:952)
        at
com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.jav
a:1039)
        at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1475)

Thank you.

Zach


You don't need to remove those classes.  Judging from the error message
you
do need the retroweaver jar in your app's classpath.

-----------------------------------------
The information contained in this communication (including any
attachments hereto) is confidential and is intended solely for the
personal and confidential use of the individual or entity to whom
it is addressed. If the reader of this message is not the intended
recipient or an agent responsible for delivering it to the intended
recipient, you are hereby notified that you have received this
communication in error and that any review, dissemination, copying,
or unauthorized use of this information, or the taking of any
action in reliance on the contents of this information is strictly
prohibited. If you have received this communication in error,
please notify us immediately by e-mail, and delete the original
message. Thank you

--------------------------------------------------------------------
mail2web.com – What can On Demand Business Solutions do for you?
http://link.mail2web.com/Business/SharePoint



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: DWR 3.0 RC1 and WAS