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