The issue described in the previous message has been resolved by a
patch for HP-AS.  However, the following exception is generated whenever two
or more WebDAV methods are invoked during an HTTP connection to Slide
deployed on HP-AS:

15 Jan 2002 12:57:44 - org.apache.slide.webdav.WebdavServlet - ERROR -
java.lang.IllegalArgumentException: Cookie name Version is a reserved token
 [01/15/02 12:57:44][executor-0][E]: Handling error; throwable is "null",
status code is "500" and message is "No detailed message".
 [01/15/02 12:57:44][executor-0][E]: Handling error; throwable is "null",
status code is "500" and message is "No detailed message".

        Here is the corresponding stack trace:

java.lang.IllegalArgumentException: Cookie name Version is a reserved token
        at javax.servlet.http.Cookie.<init>(Cookie.java:185)
        at
com.hp.mwlabs.j2ee.containers.servlet.http.HttpServletRequestImpl.addCookies
FromCookieHeader(HttpServletRequestImpl.java:242)
        at
com.hp.mwlabs.j2ee.containers.servlet.http.HttpServletRequestImpl.parseCooki
esIfNeeded(HttpServletRequestImpl.java:279)
        at
com.hp.mwlabs.j2ee.containers.servlet.http.HttpServletRequestImpl.getRegular
Session(HttpServletRequestImpl.java:773)
        at
com.hp.mwlabs.j2ee.containers.servlet.http.HttpServletRequestImpl.getSession
(HttpServletRequestImpl.java:732)
        at
com.hp.mwlabs.j2ee.containers.servlet.http.HttpServletRequestImpl.getSubject
(HttpServletRequestImpl.java:532)
        at
com.hp.mwlabs.j2ee.containers.servlet.http.HttpServletRequestImpl.getUserPri
ncipal(HttpServletRequestImpl.java:604)
        at
org.apache.slide.webdav.WebdavUtils.getSlideToken(WebdavUtils.java:221)
        at
org.apache.slide.webdav.method.WebdavMethod.<init>(WebdavMethod.java:241)
        at
org.apache.slide.webdav.method.PropFindMethod.<init>(PropFindMethod.java:306
)
        at
org.apache.slide.webdav.WebdavServlet.createWebdavMethod(WebdavServlet.java:
181)
        at
org.apache.slide.webdav.WebdavServlet.service(WebdavServlet.java:265)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
com.hp.mwlabs.j2ee.containers.servlet.WebApplicationBean$ServicePrivilegedAc
tion.run(WebApplicationBean.java:4468)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.security.auth.Subject.doAsPrivileged(Subject.java:558)
        at
com.hp.mwlabs.j2ee.containers.servlet.WebApplicationBean.service(WebApplicat
ionBean.java:1975)
        at
com.hp.mwlabs.j2ee.containers.servlet.RequestDispatcherImpl.forwardOrInclude
(RequestDispatcherImpl.java:405)
        at
com.hp.mwlabs.j2ee.containers.servlet.RequestDispatcherImpl.forward(RequestD
ispatcherImpl.java:134)
        at
com.hp.mwlabs.j2ee.containers.servlet.ServletContainerBean.processRequest(Se
rvletContainerBean.java:772)
        at
com.hp.mwlabs.as.services.servlet.ServletContainerService.processRequest(Ser
vletContainerService.java:542)
        at java.lang.reflect.Method.invoke(Native Method)
        at
com.hp.mw.common.util.PolymorphicInvocationHandler.invoke(PolymorphicInvocat
ionHandler.java:223)
        at
com.hp.mwlabs.csf.ServiceInvocationHandler.invoke(ServiceInvocationHandler.j
ava:184)
        at $Proxy87.processRequest(Unknown Source)
        at
com.hp.mwlabs.as.services.listeners.http.HttpRequestHandler.executeImpl(Http
RequestHandler.java:229)
        at
com.hp.mw.as.services.listeners.BaseRequestHandler.execute(BaseRequestHandle
r.java:124)
        at
com.hp.mwlabs.common.util.ExecutorPool$Entry.execute(ExecutorPool.java:400)
        at
com.hp.mwlabs.common.util.PeriodicExecutor.run(PeriodicExecutor.java:630)
        at java.lang.Thread.run(Thread.java:484)

        Any ideas?

-----Original Message-----
From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 13, 2002 1:01 PM
To: Slide Users List
Subject: Re: Deploying Slide 1.0.16 on HP Application Server 8.0



Looking at the first line it seems that HP AS tries to translate
something and doesn't have a string for it
(com.hp.mw.common.lang.LocalizedIllegalArgumentException).
Probably a webdav response code like 207 that isn't know by your app
server.

Are you using log4j to log? Try using it first and see if you get a
stacktrace.

If you still don't have a stacktrace then you have to compile slide from
source before we can debug this further. Add a ex.printStacktrace() in
webdavmethod:329 in the catch(Exception ex).


Dirk


"GARTRELL,MIKE (HP-Corvallis,ex1)" wrote:
> 
>         Has anyone deployed Slide on HP AS 8.0?  I receive the following
> errors when attempting to connect to Slide 1.0.16 deployed on HP AS using
MS
> WebFolders:
> 
> 09 Jan 2002 10:32:09 - org.apache.slide.webdav.method.WebdavMethod - ERROR
-
> com.hp.mw.common.lang.LocalizedIllegalArgumentException: The argument
> "reasonPhrase" is null/empty. 09 Jan 2002 10:32:09 -
> org.apache.slide.common.Domain - WARNING - Internal Server Error 09 Jan
2002
> 10:32:09 - org.apache.slide.transaction.SlideTransactionManager - INFO -
> Rollback Transaction 4 xid executor-0-1010601129171-4- in thread
executor-0
> 09 Jan 2002 10:32:09 - org.apache.slide.webdav.WebdavServlet - ERROR -
> org.apache.slide.webdav.WebdavException: Internal Server Error [01/09/02
> 10:32:09][executor-0][E]: Handling error; throwable is "null", status code
> is "500" and message is "No detailed message". [01/09/02
> 10:32:09][executor-0][E]: Handling error; throwable is "null", status code
> is "500" and message is "No detailed message".
> 
> ---> Mike Gartrell <---     ---> [EMAIL PROTECTED] <---
>                             ---> phone: (541) 715-0008 <---
> 
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to