Anonymous | Login | Signup for a new account | 05-24-2025 02:47 PDT |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0003860 | [Resin] | minor | always | 01-26-10 21:16 | 01-18-11 15:37 | ||||
Reporter | alex | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | no change required | ||||||
Status | closed | Product Version | 4.0.3 | ||||||
Summary | 0003860: XMLStreamReaderImpl.getLocalname illegal stateException | ||||||||
Description |
rep by: Roy Chen at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:612) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.IllegalStateException at com.caucho.xml.stream.XMLStreamReaderImpl.getLocalName(XMLStreamReade rImpl.java:271) at com.independentsoft.webdav.exchange.Mailbox.a(SourceFile:40) at com.independentsoft.webdav.exchange.Mailbox.<init>(SourceFile:30) at com.independentsoft.webdav.exchange.WebdavClient.a(SourceFile:200) ... 19 more |
||||||||
Additional Information |
We're using Resin 3.1.X . Recently we have to use Jwebdav API (http://www.independentsoft.de/jwebdav/index.html) [^] in our project. And we got such Error: ------------------------------------ com.independentsoft.webdav.exchange.WebdavException at com.independentsoft.webdav.exchange.WebdavClient.a(SourceFile:205) at com.independentsoft.webdav.exchange.WebdavClient.getMailbox(SourceFil e:140) at com.fs.sets.sanofi.ExchangeUtil.search(ExchangeUtil.java:58) at _jsp._ext._exchangetest__jsp._jspService(_exchangetest__jsp.java:40) at com.caucho.jsp.JavaPage.service(JavaPage.java:61) at com.caucho.jsp.Page.pageservice(Page.java:578) at com.caucho.server.dispatch.PageFilterChain.doFilter(PageFilterChain.j ava:192) at com.fs.common.filter.IgnoreCaseRedirectFilter.doFilter(IgnoreCaseRedi rectFilter.java:43) at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterCha in.java:76) at com.fs.common.filter.RequestListenFilter.doFilter(RequestListenFilter .java:42) at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterCha in.java:76) at com.fs.common.filter.RequestRunTimeFilter.doFilter(RequestRunTimeFilt er.java:46) at com.caucho.server.dispatch.FilterFilterChain.doFilter(FilterFilterCha in.java:76) at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain .java:178) at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocatio n.java:241) at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:268 ) at com.caucho.server.port.TcpConnection.run(TcpConnection.java:586) at com.caucho.util.ThreadPool$Item.runTasks(ThreadPool.java:690) at com.caucho.util.ThreadPool$Item.run(ThreadPool.java:612) at java.lang.Thread.run(Thread.java:619) Caused by: java.lang.IllegalStateException at com.caucho.xml.stream.XMLStreamReaderImpl.getLocalName(XMLStreamReade rImpl.java:271) at com.independentsoft.webdav.exchange.Mailbox.a(SourceFile:40) at com.independentsoft.webdav.exchange.Mailbox.<init>(SourceFile:30) at com.independentsoft.webdav.exchange.WebdavClient.a(SourceFile:200) ... 19 more -------------------------------------- We tested Jwebdav in tomcat and jboss. It works fine. PS: Resin 4.0.3 also failed in test. We're using Jwebdav standard example for test. Best Regards -- |
||||||||
Attached Files | |||||||||
|
![]() |
|
(0004958) ferg 01-18-11 15:37 |
The JDK's XML stream reader is now used instead of Resin's stream reader. |
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |