Hello Hélia, that's weird, because the ChunkedOuptStream is located in another package (com.noelios.restlet.http) in the 1.1.1 release. Are you sure to use the Grizzly extension from the 1.1.1 release?
best regards, -- Best regards, Thierry Boileau -- Restlet ~ Core developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com > Hi to all, > > I recently update the restlet 1.1.1 version. After minor modification in > my code, I launched my restlet server and tried to access to an > application. Then I get the following exception: > GRAVE: WorkerThreadImpl unexpected exception: > java.lang.NoClassDefFoundError: com/noelios/restlet/util/ChunkedOutputStream > at > com.noelios.restlet.ext.grizzly.HttpParserFilter.execute(HttpParserFilter.java:61) > at > com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:124) > at > com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) > at > com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:75) > at > com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) > at > com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:57) > at com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:154) > Caused by: java.lang.ClassNotFoundException: > com.noelios.restlet.util.ChunkedOutputStream > at java.net.URLClassLoader$1.run(Unknown Source) > at java.security.AccessController.doPrivileged(Native Method) > at java.net.URLClassLoader.findClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClass(Unknown Source) > at java.lang.ClassLoader.loadClassInternal(Unknown Source) > ... 7 more > > Any idea ? > > Thanks in advance > > ------------------------------------------------------ > http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1023971 ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1024101

