[opencms-dev] Installation on WebSphere 6.0

Chirouze Olivier olivier.chirouze at volvo.com
Mon May 19 14:25:30 CEST 2008


THAT's what I call support :-)

All worked. Thanks a lot.

I will keep the list informed on my attempts to make the upload work on
WebSphere 6.0.

Olivier


> -----Original Message-----
> From: opencms-dev-bounces at opencms.org 
> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of Michael Moossen
> Sent: 19 May 2008 13:57
> To: The OpenCms mailing list
> Subject: Re: [opencms-dev] Installation on WebSphere 6.0
> 
> Hi Olivier!
> 
>  > So now I will need a little bit of help as a developper.
> here you are!
> 
>  > 1) I'm getting compilation errors on modules, which is not 
> too serious
>  > (specific libs are missing)
> check the /system/modules/xxx/lib/ folder for 3rd part libraries.
> just be sure to put all jar files in the build path.
> 
>  > (specific libs are missing) but I have one in the main src:
>  > CmsUserDriver.java line 87: "oracle" can't be resolved.
> Oracle JDBC drivers are missing, just add them to the build path.
> you will find them under /webapp/setup/database/oracle/
> 
>  > 2) Can I download a specific version of the code? I didn't 
> find 7.0.4
>  > and that's why I went for HEAD (I only found "builds")
> of course you can, 7.0.4 is tagged as 'build_7_0_4'
> in the "configure tags" dialog be sure to add the history.txt file.
> 
>  > 3) How can I work with sources that compile for Java 1.4? 
> I had a bug
>  > on version 1.4 so I would like to stick to that version 
> for my tests.
> all sources compile with Java 1.4, the only difference in our 
> release is 
> that one is compiled with Java 1.4 and the other with Java 1.5
> 
> HTH
> 
> Kind regards,
> Michael
> 
> -------------------
> 
> Alkacon Software GmbH  - The OpenCms Experts
> http://www.alkacon.com - http://www.opencms.org
> 
> 
> Chirouze Olivier wrote:
> > Hi list,
> > 
> > Since it seems I'm in the 5% where it fails because of a 
> bug in OpenCms,
> > I decided to go on and dowload the code.
> > 
> > So now I will need a little bit of help as a developper.
> > 
> > I got HEAD sources from CVS and created an Eclipse project compiling
> > with Java 5.0.
> > 
> > I have a few questions:
> > 1) I'm getting compilation errors on modules, which is not 
> too serious
> > (specific libs are missing) but I have one in the main src:
> > CmsUserDriver.java line 87: "oracle" can't be resolved. Did someone
> > commit something wich doesn't compile??
> > 2) Can I download a specific version of the code? I didn't 
> find 7.0.4
> > and that's why I went for HEAD (I only found "builds")
> > 3) How can I work with sources that compile for Java 1.4? I 
> had a bug on
> > version 1.4 so I would like to stick to that version for my tests.
> > 
> > Thanks
> > 
> > Olivier
> > 
> >> -----Original Message-----
> >> From: Chirouze Olivier 
> >> Sent: 15 May 2008 14:44
> >> To: 'The OpenCms mailing list'
> >> Subject: RE: [opencms-dev] Installation on WebSphere 6.0
> >>
> >> Unfortunately it seems not possible to use JNDI for 
> >> connecting to the database, according to this thread: 
> >> http://mail.opencms.org/pipermail/opencms-dev/2008q1/029582.html.
> >>
> >> So Michael, my cry for help is still valid...
> >>
> >> Olivier
> >>  
> >>
> >>> -----Original Message-----
> >>> From: Chirouze Olivier 
> >>> Sent: 15 May 2008 09:56
> >>> To: 'The OpenCms mailing list'
> >>> Subject: RE: [opencms-dev] Installation on WebSphere 6.0
> >>>
> >>> Hi again,
> >>>
> >>> I just remembered that I didn't manage to have OpenCms using 
> >>> the datasource provided by WebSphere to connect to Oracle so 
> >>> I used a direct connection to it (direct jdbc access).
> >>> That is probably the origin of the problem.
> >>> But now I have to manage to connect to the datasource with 
> >>> JNDI, which I didn't manage to do so far...
> >>>
> >>> Olivier
> >>>
> >>>
> >>>> -----Original Message-----
> >>>> From: Chirouze Olivier 
> >>>> Sent: 15 May 2008 09:28
> >>>> To: 'The OpenCms mailing list'
> >>>> Subject: RE: [opencms-dev] Installation on WebSphere 6.0
> >>>>
> >>>> Hi Michael
> >>>>
> >>>> Thanks a lot for your answer!
> >>>>
> >>>> The thing is... I'm not using the form generator: I installed 
> >>>> OpenCms 7.0.4 with example sites and then tried to upload a 
> >>>> file. That's it.
> >>>> I did the same thing on Tomcat and it worked fine.
> >>>>
> >>>> So... I guess there's some debugging needed ;-)
> >>>>
> >>>> I'm ready to help as much as possible. Maybe you could point 
> >>>> me to the packages where to activate more logs?
> >>>> Don't hesitate to contact me directly (or tell me how to 
> >>> contact you).
> >>>> This is really important for me as we decided to go for 
> >>>> OpenCms and I need this feature to work on WAS.
> >>>>
> >>>> Thanks!
> >>>>
> >>>> Olivier
> >>>>  
> >>>>
> >>>>> -----Original Message-----
> >>>>> From: opencms-dev-bounces at opencms.org 
> >>>>> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of 
> >>>> Michael Moossen
> >>>>> Sent: 15 May 2008 09:07
> >>>>> To: The OpenCms mailing list
> >>>>> Subject: Re: [opencms-dev] Installation on WebSphere 6.0
> >>>>>
> >>>>> Hi Olivier!
> >>>>>
> >>>>> it looks like you got a connection leak, and that the NFE 
> >>>> is just an 
> >>>>> aftereffect (the cause stacktrace is still missing...).
> >>>>>
> >>>>> the last known connection leak was in the form generator. so, 
> >>>>> if you are 
> >>>>> using it, please update to the last version. if not, well, some 
> >>>>> debugging would be needed...
> >>>>>
> >>>>> HTH
> >>>>>
> >>>>> Kind regards,
> >>>>> Michael
> >>>>>
> >>>>> -------------------
> >>>>>
> >>>>> Alkacon Software GmbH  - The OpenCms Experts
> >>>>> http://www.alkacon.com - http://www.opencms.org
> >>>>>
> >>>>>
> >>>>> Chirouze Olivier wrote:
> >>>>>> Hi!
> >>>>>>
> >>>>>> I finally managed to get a bit more logs. I changed the 
> >>> following
> >>>>>> settings in log levels:
> >>>>>>
> >>>>>> org.opencms.*=all
> >>>>>>
> >>>>>> Here's what I get now:
> >>>>>>
> >>>>>> [5/14/08 11:40:44:350 CEST] 0000002f CmsSiteManage 1
> >>>>>> org.opencms.site.CmsSiteManagerImpl matchRequest 
> >>> Matching request
> >>>>>> [http://was-sbxlyon42-01.vitfr.volvo.ne
> >>>>>> t:80] to site server: 
> >>> http://was-sbxlyon42-01.vitfr.volvo.net uri:
> >>>>>> /sites/default title: /sites/default/
> >>>>>> [5/14/08 11:40:44:354 CEST] 0000002f CmsSqlManager 1
> >>>>>> org.opencms.db.generic.CmsSqlManager closeAll Already closed
> >>>>>>                                  java.sql.SQLException: 
> >>>>> Already closed
> >>>>>>         at
> >>>>>>
> >>>>> org.apache.commons.dbcp.PoolablePreparedStatement.close(Poolab
> >>>>> lePrepared
> >>>>>> Statement.java:76)
> >>>>>>         at
> >>>>>>
> >>>>> org.apache.commons.dbcp.DelegatingStatement.close(DelegatingSt
> >>>>> atement.ja
> >>>>>> va:168)
> >>>>>>         at
> >>>>>>
> >> 
> org.opencms.db.generic.CmsSqlManager.closeAll(CmsSqlManager.java:176)
> >>>>>>         at
> >>>>>>
> >>>>> org.opencms.db.generic.CmsVfsDriver.readResource(CmsVfsDriver.
> >>>>> java:1926)
> >>>>>>         at
> >>>>>>
> >>>>> org.opencms.db.CmsDriverManager.readResource(CmsDriverManager.
> >>>>> java:6387)
> >>>>>>         at
> >>>>>>
> >>>>> org.opencms.db.CmsSecurityManager.readResource(CmsSecurityMana
> >>>>> ger.java:5
> >>>>>> 798)
> >>>>>>         at
> >>>>>>
> >>>>> org.opencms.db.CmsSecurityManager.readResource(CmsSecurityMana
> >>>>> ger.java:3
> >>>>>> 987)
> >>>>>>         at 
> >>>>> org.opencms.file.CmsObject.readResource(CmsObject.java:3470)
> >>>>>>         at 
> >>>>> org.opencms.file.CmsObject.readResource(CmsObject.java:3437)
> >>>>>>         at
> >>>>>>
> >> org.opencms.file.CmsObject.readDefaultFile(CmsObject.java:2653)
> >>>>>>         at
> >>>>>>
> >> org.opencms.main.OpenCmsCore.initResource(OpenCmsCore.java:1367)
> >>>>>>         at
> >>>>>>
> >> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1491)
> >>>>>>         at
> >>>>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>         at 
> >>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
> >>>>>>         at 
> >>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>> Wrapper.ja
> >>>>>> va:1572)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>> ervletWrap
> >>>>>> per.java:762)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>> est(CacheS
> >>>>>> ervletWrapper.java:89)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>> r.java:193
> >>>>>> 6)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>> ink.java:1
> >>>>>> 14)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>> criminatio
> >>>>>> n(HttpInboundLink.java:472)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>> Informatio
> >>>>>> n(HttpInboundLink.java:411)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(Htt
> >>>>> pInboundLi
> >>>>>> nk.java:288)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.s
> >>>>> endToDiscr
> >>>>>> iminaters(NewConnectionInitialReadCallback.java:207)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.c
> >>>>> omplete(Ne
> >>>>>> wConnectionInitialReadCallback.java:109)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>> orkQueueMa
> >>>>>> nager.java:566)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>> ueManager.
> >>>>>> java:619)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>> ueManager.
> >>>>>> java:952)
> >>>>>>         at
> >>>>>>
> >>>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>> eueManager
> >>>>>> .java:1039)
> >>>>>>         at 
> >>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>> It seems I'm not the only one with that problem...
> >>>>>>
> >>>>> http://www.opencms-forum.de/opencms-forum/viewthread;jsessioni
> >>>>> d=CC67F03A
> >>>>>> BC3106EF7B5166267146E5CA?thread=2903&lastpage=yes
> >>>>>>
> >>>>> http://www.opencms-forum.de/opencms-forum/printthread;jsession
> >>>>> id=CDAD873
> >>>>>> F4632A8A6964B05D71A57B9B4?thread=2754
> >>>>>>
> >>>>>> I have the same error a few times. The full trace log 
> >>> is attached.
> >>>>>> If one of you experts could find some explanation...
> >>>>>>
> >>>>>> I just can't use OpenCms on WebSphere if the upload 
> >>>> doens't work...
> >>>>>> Thanks!
> >>>>>>
> >>>>>> Olivier
> >>>>>>
> >>>>>>> -----Original Message-----
> >>>>>>> From: opencms-dev-bounces at opencms.org 
> >>>>>>> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of 
> >>>>> Michael Moossen
> >>>>>>> Sent: 13 May 2008 15:29
> >>>>>>> To: The OpenCms mailing list
> >>>>>>> Subject: Re: [opencms-dev] Installation on WebSphere 6.0
> >>>>>>>
> >>>>>>> Hi Olivier!
> >>>>>>>
> >>>>>>> i believe that WS is swallowing the relevant part of the 
> >>>>> stacktrace, 
> >>>>>>> most likely you will find it in one of the WS log files...
> >>>>>>>
> >>>>>>> Kind regards,
> >>>>>>> Michael
> >>>>>>>
> >>>>>>> -------------------
> >>>>>>>
> >>>>>>> Alkacon Software GmbH  - The OpenCms Experts
> >>>>>>> http://www.alkacon.com - http://www.opencms.org
> >>>>>>>
> >>>>>>>
> >>>>>>> Chirouze Olivier wrote:
> >>>>>>>> Hi Arach, thanks.
> >>>>>>>>
> >>>>>>>> I set all levels to DEBUG.
> >>>>>>>> Unfortunately, that doesn't make much difference:
> >>>>>>>>
> >>>>>>>>
> >>>>>>>> [5/13/08 14:16:22:187 CEST] 00000034 WebApp        E   
> >>>> SRVE0026E:
> >>>>>>>> [Servlet Error]-[OpenCmsServlet]:
> >>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>> represented by the
> >>>>>>>> standard 36-char representation
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:608)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>> est(CacheS
> >>>>>>>> ervletWrapper.java:89)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>> r.java:193
> >>>>>>>> 6)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>> ink.java:1
> >>>>>>>> 14)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>> criminatio
> >>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>> Informatio
> >>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>> ete(HttpIC
> >>>>>>>> LReadCallback.java:101)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>> orkQueueMa
> >>>>>>>> nager.java:566)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:619)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:952)
> >>>>>>>>         at
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>> eueManager
> >>>>>>>> .java:1039)
> >>>>>>>>         at 
> >>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>> [5/13/08 14:16:22:260 CEST] 00000034 WebApp        E   
> >>>> SRVE0026E:
> >>>>>>>> [Servlet Error]-[OpenCmsServletErrorHandler]:
> >>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>> represented by the
> >>>>>>>> standard 36-char representation
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:608)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>> etErrorHan
> >>>>>>>> dler.java:81)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>> (WebAppReq
> >>>>>>>> uestDispatcher.java:347)
> >>>>>>>>         at
> >>>>>>>>
> >>>> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:616)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>> est(CacheS
> >>>>>>>> ervletWrapper.java:89)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>> r.java:193
> >>>>>>>> 6)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>> ink.java:1
> >>>>>>>> 14)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>> criminatio
> >>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>> Informatio
> >>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>> ete(HttpIC
> >>>>>>>> LReadCallback.java:101)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>> orkQueueMa
> >>>>>>>> nager.java:566)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:619)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:952)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>> eueManager
> >>>>>>>> .java:1039)
> >>>>>>>>         at 
> >>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>> [5/13/08 14:16:22:270 CEST] 00000034 WebApp        A   
> >>>> SRVE0180I:
> >>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error page exception  
> >>>>> The server
> >>>>>>>> cannot use the error page specified for your application 
> >>>>>>> because of the
> >>>>>>>> exception printed below.
> >>>>>>>> [5/13/08 14:16:22:275 CEST] 00000034 WebApp        A   
> >>>> SRVE0181I:
> >>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error Page Exception: :
> >>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>> represented by the
> >>>>>>>> standard 36-char representation
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:608)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>> etErrorHan
> >>>>>>>> dler.java:81)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>> (WebAppReq
> >>>>>>>> uestDispatcher.java:347)
> >>>>>>>>         at
> >>>>>>>>
> >>>> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:616)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>> est(CacheS
> >>>>>>>> ervletWrapper.java:89)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>> r.java:193
> >>>>>>>> 6)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>> ink.java:1
> >>>>>>>> 14)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>> criminatio
> >>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>> Informatio
> >>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>> ete(HttpIC
> >>>>>>>> LReadCallback.java:101)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>> orkQueueMa
> >>>>>>>> nager.java:566)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:619)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:952)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>> eueManager
> >>>>>>>> .java:1039)
> >>>>>>>>         at 
> >>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>> [5/13/08 14:16:22:506 CEST] 00000033 WebApp        E   
> >>>> SRVE0026E:
> >>>>>>>> [Servlet Error]-[OpenCmsServlet]:
> >>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>> represented by the
> >>>>>>>> standard 36-char representation
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:608)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>> est(CacheS
> >>>>>>>> ervletWrapper.java:89)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>> r.java:193
> >>>>>>>> 6)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>> ink.java:1
> >>>>>>>> 14)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>> criminatio
> >>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>> Informatio
> >>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>> ete(HttpIC
> >>>>>>>> LReadCallback.java:101)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>> orkQueueMa
> >>>>>>>> nager.java:566)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:619)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:952)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>> eueManager
> >>>>>>>> .java:1039)
> >>>>>>>>         at 
> >>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>> [5/13/08 14:16:22:522 CEST] 00000033 WebApp        E   
> >>>> SRVE0026E:
> >>>>>>>> [Servlet Error]-[OpenCmsServletErrorHandler]:
> >>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>> represented by the
> >>>>>>>> standard 36-char representation
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:608)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>> etErrorHan
> >>>>>>>> dler.java:81)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>> (WebAppReq
> >>>>>>>> uestDispatcher.java:347)
> >>>>>>>>         at
> >>>>>>>>
> >>>> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:616)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>> est(CacheS
> >>>>>>>> ervletWrapper.java:89)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>> r.java:193
> >>>>>>>> 6)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>> ink.java:1
> >>>>>>>> 14)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>> criminatio
> >>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>> Informatio
> >>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>> ete(HttpIC
> >>>>>>>> LReadCallback.java:101)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>> orkQueueMa
> >>>>>>>> nager.java:566)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:619)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:952)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>> eueManager
> >>>>>>>> .java:1039)
> >>>>>>>>         at 
> >>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>> [5/13/08 14:16:22:532 CEST] 00000033 WebApp        A   
> >>>> SRVE0180I:
> >>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error page exception  
> >>>>> The server
> >>>>>>>> cannot use the error page specified for your application 
> >>>>>>> because of the
> >>>>>>>> exception printed below.
> >>>>>>>> [5/13/08 14:16:22:537 CEST] 00000033 WebApp        A   
> >>>> SRVE0181I:
> >>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error Page Exception: :
> >>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>> represented by the
> >>>>>>>> standard 36-char representation
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:608)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>> etErrorHan
> >>>>>>>> dler.java:81)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>> (WebAppReq
> >>>>>>>> uestDispatcher.java:347)
> >>>>>>>>         at
> >>>>>>>>
> >>>> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>> or(WebAppD
> >>>>>>>> ispatcherContext.java:616)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>> rvletRespo
> >>>>>>>> nse.java:868)
> >>>>>>>>         at
> >>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>         at
> >>>>>>>>
> >> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>         at
> >>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>         at 
> >>>>>>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>> Wrapper.ja
> >>>>>>>> va:1572)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>> ervletWrap
> >>>>>>>> per.java:762)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>> est(CacheS
> >>>>>>>> ervletWrapper.java:89)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>> r.java:193
> >>>>>>>> 6)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>> ink.java:1
> >>>>>>>> 14)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>> criminatio
> >>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>> Informatio
> >>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>> ete(HttpIC
> >>>>>>>> LReadCallback.java:101)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>> orkQueueMa
> >>>>>>>> nager.java:566)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:619)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>> ueManager.
> >>>>>>>> java:952)
> >>>>>>>>         at
> >>>>>>>>
> >> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>> eueManager
> >>>>>>>> .java:1039)
> >>>>>>>>         at 
> >>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>> [5/13/08 14:16:22:597 CEST] 00000034 CmsFlexReques I
> >>>>>>>> org.opencms.flex.CmsFlexRequestDispatcher includeExternal
> >>>>>>>> FlexDispatcher: Dispatching to external target
> >>>>>>>>
> >> /WEB-INF/jsp/offline/system/workplace/views/explorer/explorer_
> >>>>>>> files.jsp
> >>>>>>>> Olivier
> >>>>>>>>  
> >>>>>>>>
> >>>>>>>>> -----Original Message-----
> >>>>>>>>> From: opencms-dev-bounces at opencms.org 
> >>>>>>>>> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of 
> >>>>>>>>> Pomegranate Software- Arash Kaffamanesh
> >>>>>>>>> Sent: 07 May 2008 19:26
> >>>>>>>>> To: The OpenCms mailing list
> >>>>>>>>> Subject: Re: [opencms-dev] Installation on WebSphere 6.0
> >>>>>>>>>
> >>>>>>>>> Hi Olivier,
> >>>>>>>>>
> >>>>>>>>> you can set  the log level to debug mode in 
> >>>>> log4j.properties under 
> >>>>>>>>> WEB-INF/classes.
> >>>>>>>>>
> >>>>>>>>> Best,
> >>>>>>>>> Arash
> >>>>>>>>>
> >>>>>>>>> Chirouze Olivier wrote:
> >>>>>>>>>> Thanks for your feedback Michael (my firstname is 
> >> Olivier, 
> >>>>>>>>> by the way
> >>>>>>>>>> ;-)
> >>>>>>>>>>
> >>>>>>>>>> Is there any way I can increase log level or set 
> >> OpenCms to 
> >>>>>>>>> some debug
> >>>>>>>>>> mode?
> >>>>>>>>>>
> >>>>>>>>>> I set the application server log level to the maximum 
> >>>>>>>>> (*=all) but the
> >>>>>>>>>> trace doesn't seem to be much different (see below).
> >>>>>>>>>>
> >>>>>>>>>> Thanks
> >>>>>>>>>>
> >>>>>>>>>> Olivier
> >>>>>>>>>>
> >>>>>>>>>> [5/7/08 14:39:51:839 CEST] 0000002f WebApp        E   
> >>>> SRVE0026E:
> >>>>>>>>>> [Servlet Error]-[OpenCmsServlet]:
> >>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>> represented by the
> >>>>>>>>>> standard 36-char representation
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>> est(CacheS
> >>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>> r.java:193
> >>>>>>>>>> 6)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>> ink.java:1
> >>>>>>>>>> 14)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>> criminatio
> >>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>> Informatio
> >>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>> ete(HttpIC
> >>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>> orkQueueMa
> >>>>>>>>>> nager.java:566)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:619)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:952)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>> eueManager
> >>>>>>>>>> .java:1039)
> >>>>>>>>>>         at 
> >>>>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>> [5/7/08 14:39:51:958 CEST] 0000002f WebApp        E   
> >>>> SRVE0026E:
> >>>>>>>>>> [Servlet Error]-[OpenCmsServletErrorHandler]:
> >>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>> represented by the
> >>>>>>>>>> standard 36-char representation
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>>>> etErrorHan
> >>>>>>>>>> dler.java:81)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>>>> (WebAppReq
> >>>>>>>>>> uestDispatcher.java:347)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:616)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>> est(CacheS
> >>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>> r.java:193
> >>>>>>>>>> 6)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>> ink.java:1
> >>>>>>>>>> 14)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>> criminatio
> >>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>> Informatio
> >>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>> ete(HttpIC
> >>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>> orkQueueMa
> >>>>>>>>>> nager.java:566)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:619)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:952)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>> eueManager
> >>>>>>>>>> .java:1039)
> >>>>>>>>>>         at 
> >>>>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>> [5/7/08 14:39:52:002 CEST] 0000002f WebApp        A   
> >>>> SRVE0180I:
> >>>>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error page exception  
> >>>>>>> The server
> >>>>>>>>>> cannot use the error page specified for your application 
> >>>>>>>>> because of the
> >>>>>>>>>> exception printed below.
> >>>>>>>>>> [5/7/08 14:39:52:034 CEST] 0000002f WebApp        A   
> >>>> SRVE0181I:
> >>>>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error Page 
> >> Exception: :
> >>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>> represented by the
> >>>>>>>>>> standard 36-char representation
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>>>> etErrorHan
> >>>>>>>>>> dler.java:81)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>>>> (WebAppReq
> >>>>>>>>>> uestDispatcher.java:347)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:616)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>> est(CacheS
> >>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>> r.java:193
> >>>>>>>>>> 6)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>> ink.java:1
> >>>>>>>>>> 14)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>> criminatio
> >>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>> Informatio
> >>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>> ete(HttpIC
> >>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>> orkQueueMa
> >>>>>>>>>> nager.java:566)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:619)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:952)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>> eueManager
> >>>>>>>>>> .java:1039)
> >>>>>>>>>>         at 
> >>>>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>> [5/7/08 14:39:52:489 CEST] 00000033 WebApp        E   
> >>>> SRVE0026E:
> >>>>>>>>>> [Servlet Error]-[OpenCmsServlet]:
> >>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>> represented by the
> >>>>>>>>>> standard 36-char representation
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>> est(CacheS
> >>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>> r.java:193
> >>>>>>>>>> 6)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>> ink.java:1
> >>>>>>>>>> 14)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>> criminatio
> >>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>> Informatio
> >>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>> ete(HttpIC
> >>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>> orkQueueMa
> >>>>>>>>>> nager.java:566)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:619)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:952)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>> eueManager
> >>>>>>>>>> .java:1039)
> >>>>>>>>>>         at 
> >>>>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>> [5/7/08 14:39:52:610 CEST] 00000033 WebApp        E   
> >>>> SRVE0026E:
> >>>>>>>>>> [Servlet Error]-[OpenCmsServletErrorHandler]:
> >>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>> represented by the
> >>>>>>>>>> standard 36-char representation
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>>>> etErrorHan
> >>>>>>>>>> dler.java:81)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>>>> (WebAppReq
> >>>>>>>>>> uestDispatcher.java:347)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:616)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>> est(CacheS
> >>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>> r.java:193
> >>>>>>>>>> 6)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>> ink.java:1
> >>>>>>>>>> 14)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>> criminatio
> >>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>> Informatio
> >>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>> ete(HttpIC
> >>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>> orkQueueMa
> >>>>>>>>>> nager.java:566)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:619)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:952)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>> eueManager
> >>>>>>>>>> .java:1039)
> >>>>>>>>>>         at 
> >>>>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>> [5/7/08 14:39:52:648 CEST] 00000033 WebApp        A   
> >>>> SRVE0180I:
> >>>>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error page exception  
> >>>>>>> The server
> >>>>>>>>>> cannot use the error page specified for your application 
> >>>>>>>>> because of the
> >>>>>>>>>> exception printed below.
> >>>>>>>>>> [5/7/08 14:39:52:677 CEST] 00000033 WebApp        A   
> >>>> SRVE0181I:
> >>>>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error Page 
> >> Exception: :
> >>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>> represented by the
> >>>>>>>>>> standard 36-char representation
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>>>> etErrorHan
> >>>>>>>>>> dler.java:81)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>>>> (WebAppReq
> >>>>>>>>>> uestDispatcher.java:347)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>> or(WebAppD
> >>>>>>>>>> ispatcherContext.java:616)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>> rvletRespo
> >>>>>>>>>> nse.java:868)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>         at 
> >> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>> Wrapper.ja
> >>>>>>>>>> va:1572)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>> ervletWrap
> >>>>>>>>>> per.java:762)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>> est(CacheS
> >>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>> r.java:193
> >>>>>>>>>> 6)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>> ink.java:1
> >>>>>>>>>> 14)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>> criminatio
> >>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>> Informatio
> >>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>> ete(HttpIC
> >>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>> orkQueueMa
> >>>>>>>>>> nager.java:566)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:619)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>> ueManager.
> >>>>>>>>>> java:952)
> >>>>>>>>>>         at
> >>>>>>>>>>
> >>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>> eueManager
> >>>>>>>>>> .java:1039)
> >>>>>>>>>>         at 
> >>>>>>>>> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>> [5/7/08 14:39:54:815 CEST] 0000002e CmsFlexReques I
> >>>>>>>>>> org.opencms.flex.CmsFlexRequestDispatcher includeExternal
> >>>>>>>>>> FlexDispatcher: Dispatching to external target
> >>>>>>>>>>
> >>> /WEB-INF/jsp/offline/system/workplace/views/explorer/explorer_
> >>>>>>>>> files.jsp
> >>>>>>>>>>   
> >>>>>>>>>>> -----Original Message-----
> >>>>>>>>>>> From: opencms-dev-bounces at opencms.org 
> >>>>>>>>>>> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of 
> >>>>>>>>> Michael Moossen
> >>>>>>>>>>> Sent: 07 May 2008 14:24
> >>>>>>>>>>> To: The OpenCms mailing list
> >>>>>>>>>>> Subject: Re: [opencms-dev] Installation on WebSphere 6.0
> >>>>>>>>>>>
> >>>>>>>>>>> Hi, Chirouze!
> >>>>>>>>>>>
> >>>>>>>>>>> this problem seems not to be related to the database.
> >>>>>>>>>>>
> >>>>>>>>>>> the problem is that somewhere an uuid is being 
> >>>> created from a 
> >>>>>>>>>>> string but 
> >>>>>>>>>>> the given string does not represent an uuid.
> >>>>>>>>>>>
> >>>>>>>>>>> your stack trace seems to be incomplete or websphere is 
> >>>>>>> hiding the 
> >>>>>>>>>>> really cause exception, so that it is not really usable.
> >>>>>>>>>>>
> >>>>>>>>>>> some debugging seems to be needed, may be i find 
> >> some free 
> >>>>>>>>> time these 
> >>>>>>>>>>> days to check it by my own...
> >>>>>>>>>>>
> >>>>>>>>>>> Kind regards,
> >>>>>>>>>>> Michael
> >>>>>>>>>>>
> >>>>>>>>>>> -------------------
> >>>>>>>>>>>
> >>>>>>>>>>> Alkacon Software GmbH  - The OpenCms Experts
> >>>>>>>>>>> http://www.alkacon.com - http://www.opencms.org
> >>>>>>>>>>>
> >>>>>>>>>>>
> >>>>>>>>>>> Chirouze Olivier wrote:
> >>>>>>>>>>>     
> >>>>>>>>>>>> Sure!
> >>>>>>>>>>>>
> >>>>>>>>>>>> There it is :-)
> >>>>>>>>>>>> This is what happens just after I hit "OK" on 
> >> the applet 
> >>>>>>>>>>>>       
> >>>>>>>>>>> after selecting
> >>>>>>>>>>>     
> >>>>>>>>>>>> a gif image:
> >>>>>>>>>>>>
> >>>>>>>>>>>> [5/7/08 14:09:23:183 CEST] 0000002e WebApp        E   
> >>>>> SRVE0026E:
> >>>>>>>>>>>> [Servlet Error]-[OpenCmsServlet]:
> >>>>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>>>> represented by the
> >>>>>>>>>>>> standard 36-char representation
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>>>> est(CacheS
> >>>>>>>>>>>     
> >>>>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>>>> r.java:193
> >>>>>>>>>>>     
> >>>>>>>>>>>> 6)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>>>> ink.java:1
> >>>>>>>>>>>     
> >>>>>>>>>>>> 14)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>>>> criminatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>>>> Informatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>>>> ete(HttpIC
> >>>>>>>>>>>     
> >>>>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>>>> orkQueueMa
> >>>>>>>>>>>     
> >>>>>>>>>>>> nager.java:566)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:619)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:952)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>>>>     
> >>>>>>>>>> eueManager
> >>>>>>>>>>   
> >>>>>>>>>>>> .java:1039)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>>>     
> >>>>>>>>>>>> [5/7/08 14:09:23:226 CEST] 0000002e WebApp        E   
> >>>>> SRVE0026E:
> >>>>>>>>>>>> [Servlet Error]-[OpenCmsServletErrorHandler]:
> >>>>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>>>> represented by the
> >>>>>>>>>>>> standard 36-char representation
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>>>>>> etErrorHan
> >>>>>>>>>>>     
> >>>>>>>>>>>> dler.java:81)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>>>>>> (WebAppReq
> >>>>>>>>>>>     
> >>>>>>>>>>>> uestDispatcher.java:347)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:616)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>>>> est(CacheS
> >>>>>>>>>>>     
> >>>>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>>>> r.java:193
> >>>>>>>>>>>     
> >>>>>>>>>>>> 6)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>>>> ink.java:1
> >>>>>>>>>>>     
> >>>>>>>>>>>> 14)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>>>> criminatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>>>> Informatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>>>> ete(HttpIC
> >>>>>>>>>>>     
> >>>>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>>>> orkQueueMa
> >>>>>>>>>>>     
> >>>>>>>>>>>> nager.java:566)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:619)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:952)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>>>>     
> >>>>>>>>>> eueManager
> >>>>>>>>>>   
> >>>>>>>>>>>> .java:1039)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>>>     
> >>>>>>>>>>>> [5/7/08 14:09:23:238 CEST] 0000002e WebApp        A   
> >>>>> SRVE0180I:
> >>>>>>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error page 
> >> exception  
> >>>>>>>>> The server
> >>>>>>>>>>>> cannot use the error page specified for your 
> >> application 
> >>>>>>>>>>>>       
> >>>>>>>>>>> because of the
> >>>>>>>>>>>     
> >>>>>>>>>>>> exception printed below.
> >>>>>>>>>>>> [5/7/08 14:09:23:242 CEST] 0000002e WebApp        A   
> >>>>> SRVE0181I:
> >>>>>>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error Page 
> >>> Exception: :
> >>>>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>>>> represented by the
> >>>>>>>>>>>> standard 36-char representation
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>>>>>> etErrorHan
> >>>>>>>>>>>     
> >>>>>>>>>>>> dler.java:81)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>>>>>> (WebAppReq
> >>>>>>>>>>>     
> >>>>>>>>>>>> uestDispatcher.java:347)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:616)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>>>> est(CacheS
> >>>>>>>>>>>     
> >>>>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>>>> r.java:193
> >>>>>>>>>>>     
> >>>>>>>>>>>> 6)
> > 
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>>>> ink.java:1
> >>>>>>>>>>>     
> >>>>>>>>>>>> 14)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>>>> criminatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>>>> Informatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>>>> ete(HttpIC
> >>>>>>>>>>>     
> >>>>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>>>> orkQueueMa
> >>>>>>>>>>>     
> >>>>>>>>>>>> nager.java:566)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:619)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:952)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>>>>     
> >>>>>>>>>> eueManager
> >>>>>>>>>>   
> >>>>>>>>>>>> .java:1039)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>>>     
> >>>>>>>>>>>> [5/7/08 14:09:23:400 CEST] 0000002f WebApp        E   
> >>>>> SRVE0026E:
> >>>>>>>>>>>> [Servlet Error]-[OpenCmsServlet]:
> >>>>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>>>> represented by the
> >>>>>>>>>>>> standard 36-char representation
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>>>> est(CacheS
> >>>>>>>>>>>     
> >>>>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>>>> r.java:193
> >>>>>>>>>>>     
> >>>>>>>>>>>> 6)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>>>> ink.java:1
> >>>>>>>>>>>     
> >>>>>>>>>>>> 14)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>>>> criminatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>>>> Informatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>>>> ete(HttpIC
> >>>>>>>>>>>     
> >>>>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>>>> orkQueueMa
> >>>>>>>>>>>     
> >>>>>>>>>>>> nager.java:566)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:619)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:952)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>>>>     
> >>>>>>>>>> eueManager
> >>>>>>>>>>   
> >>>>>>>>>>>> .java:1039)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>>>     
> >>>>>>>>>>>> [5/7/08 14:09:23:423 CEST] 0000002f WebApp        E   
> >>>>> SRVE0026E:
> >>>>>>>>>>>> [Servlet Error]-[OpenCmsServletErrorHandler]:
> >>>>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>>>> represented by the
> >>>>>>>>>>>> standard 36-char representation
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>>>>>> etErrorHan
> >>>>>>>>>>>     
> >>>>>>>>>>>> dler.java:81)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>>>>>> (WebAppReq
> >>>>>>>>>>>     
> >>>>>>>>>>>> uestDispatcher.java:347)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:616)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>>>> est(CacheS
> >>>>>>>>>>>     
> >>>>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>>>> r.java:193
> >>>>>>>>>>>     
> >>>>>>>>>>>> 6)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>>>> ink.java:1
> >>>>>>>>>>>     
> >>>>>>>>>>>> 14)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>>>> criminatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>>>> Informatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>>>> ete(HttpIC
> >>>>>>>>>>>     
> >>>>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>>>> orkQueueMa
> >>>>>>>>>>>     
> >>>>>>>>>>>> nager.java:566)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:619)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:952)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>>>>     
> >>>>>>>>>> eueManager
> >>>>>>>>>>   
> >>>>>>>>>>>> .java:1039)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>>>     
> >>>>>>>>>>>> [5/7/08 14:09:23:437 CEST] 0000002f WebApp        A   
> >>>>> SRVE0180I:
> >>>>>>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error page 
> >> exception  
> >>>>>>>>> The server
> >>>>>>>>>>>> cannot use the error page specified for your 
> >> application 
> >>>>>>>>>>>>       
> >>>>>>>>>>> because of the
> >>>>>>>>>>>     
> >>>>>>>>>>>> exception printed below.
> >>>>>>>>>>>> [5/7/08 14:09:23:443 CEST] 0000002f WebApp        A   
> >>>>> SRVE0181I:
> >>>>>>>>>>>> [OpenCms] [/opencms] [Servlet.LOG]: Error Page 
> >>> Exception: :
> >>>>>>>>>>>> com.ibm.ws.webcontainer.webapp.WebAppErrorReport:
> >>>>>>>>>>>> java.lang.NumberFormatException: UUID has to be 
> >>>>>>> represented by the
> >>>>>>>>>>>> standard 36-char representation
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:608)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> org.opencms.main.OpenCmsServletErrorHandler.doGet(OpenCmsServl
> >>>>>>>>>>> etErrorHan
> >>>>>>>>>>>     
> >>>>>>>>>>>> dler.java:81)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppRequestDispatcher.forward
> >>>>>>>>>>> (WebAppReq
> >>>>>>>>>>>     
> >>>>>>>>>>>> uestDispatcher.java:347)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> com.ibm.ws.webcontainer.webapp.WebApp.sendError(WebApp.java:2783)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.sendErr
> >>>>>>>>>>> or(WebAppD
> >>>>>>>>>>>     
> >>>>>>>>>>>> ispatcherContext.java:616)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.srt.SRTServletResponse.sendError(SRTSe
> >>>>>>>>>>> rvletRespo
> >>>>>>>>>>>     
> >>>>>>>>>>>> nse.java:868)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>> org.opencms.main.OpenCmsCore.errorHandling(OpenCmsCore.java:1886)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsCore.showResource(OpenCmsCore.java:1499)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>> org.opencms.main.OpenCmsServlet.doGet(OpenCmsServlet.java:152)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>> org.opencms.main.OpenCmsServlet.doPost(OpenCmsServlet.java:164)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >>> javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
> >>>>>>>>>>>     
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.service(Servlet
> >>>>>>>>>>> Wrapper.ja
> >>>>>>>>>>>     
> >>>>>>>>>>>> va:1572)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(S
> >>>>>>>>>>> ervletWrap
> >>>>>>>>>>>     
> >>>>>>>>>>>> per.java:762)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequ
> >>>>>>>>>>> est(CacheS
> >>>>>>>>>>>     
> >>>>>>>>>>>> ervletWrapper.java:89)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContaine
> >>>>>>>>>>> r.java:193
> >>>>>>>>>>>     
> >>>>>>>>>>>> 6)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelL
> >>>>>>>>>>> ink.java:1
> >>>>>>>>>>>     
> >>>>>>>>>>>> 14)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDis
> >>>>>>>>>>> criminatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:472)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNew
> >>>>>>>>>>> Informatio
> >>>>>>>>>>>     
> >>>>>>>>>>>> n(HttpInboundLink.java:411)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.compl
> >>>>>>>>>>> ete(HttpIC
> >>>>>>>>>>>     
> >>>>>>>>>>>> LReadCallback.java:101)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(W
> >>>>>>>>>>> orkQueueMa
> >>>>>>>>>>>     
> >>>>>>>>>>>> nager.java:566)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:619)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQue
> >>>>>>>>>>> ueManager.
> >>>>>>>>>>>     
> >>>>>>>>>>>> java:952)
> >>>>>>>>>>>>         at
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQu
> >>>>>>>>>>>     
> >>>>>>>>>> eueManager
> >>>>>>>>>>   
> >>>>>>>>>>>> .java:1039)
> >>>>>>>>>>>>         at 
> >>>>>>>>>>>>       
> >> com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
> >>>>>>>>>>>     
> >>>>>>>>>>>> [5/7/08 14:09:23:506 CEST] 0000002e CmsFlexReques I
> >>>>>>>>>>>> org.opencms.flex.CmsFlexRequestDispatcher 
> >> includeExternal
> >>>>>>>>>>>> FlexDispatcher: Dispatching to external target
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>> /WEB-INF/jsp/offline/system/workplace/views/explorer/explorer_
> >>>>>>>>>>> files.jsp
> >>>>>>>>>>>     
> >>>>>>>>>>>>  
> >>>>>>>>>>>>
> >>>>>>>>>>>>       
> >>>>>>>>>>>>> -----Original Message-----
> >>>>>>>>>>>>> From: opencms-dev-bounces at opencms.org 
> >>>>>>>>>>>>> [mailto:opencms-dev-bounces at opencms.org] On Behalf Of 
> >>>>>>>>>>>>>         
> >>>>>>>>>>> Michael Moossen
> >>>>>>>>>>>     
> >>>>>>>>>>>>> Sent: 07 May 2008 12:50
> >>>>>>>>>>>>> To: The OpenCms mailing list
> >>>>>>>>>>>>> Subject: Re: [opencms-dev] Installation on 
> >> WebSphere 6.0
> >>>>>>>>>>>>> Hi, Chirouze!
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> a stacktrace would be helpful at this point...
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Kind regards,
> >>>>>>>>>>>>> Michael
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> -------------------
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Alkacon Software GmbH  - The OpenCms Experts
> >>>>>>>>>>>>> http://www.alkacon.com - http://www.opencms.org
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Chirouze Olivier wrote:
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>> Hi list,
> >>>>>>>>>>>>>>  
> >>>>>>>>>>>>>> Anyone has information about that bug? It seems 
> >>> uploading 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> fails when 
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>> connected to Oracle, because of NumberFormatException.
> >>>>>>>>>>>>>>  
> >>>>>>>>>>>>>> Any help?
> >>>>>>>>>>>>>>  
> >>>>>>>>>>>>>> Thanks
> >>>>>>>>>>>>>>  
> >>>>>>>>>>>>>> Olivier
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>     
> >>>>>>>>>>>>>>           
> >>>>> --------------------------------------------------------------
> >>>>>>>>>>>>> ----------
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>     *From:* Chirouze Olivier
> >>>>>>>>>>>>>>     *Sent:* 05 May 2008 09:39
> >>>>>>>>>>>>>>     *To:* 'The OpenCms mailing list'
> >>>>>>>>>>>>>>     *Subject:* RE: [opencms-dev] Installation on 
> >>>>> WebSphere 6.0
> >>>>>>>>>>>>>>     Hi Arash,
> >>>>>>>>>>>>>>      
> >>>>>>>>>>>>>>     Thanks for your answer. I am indeed, connected to 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>> Oracle. By the
> >>>>>>>>>>>     
> >>>>>>>>>>>>>>     way, I also need to tell the list that 
> >> the maximum 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> number of open
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>     cursors has to be set to at least 150, 
> >>> which is not a 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> very common
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>     setup as Oracle has it set to 50 by default!!
> >>>>>>>>>>>>>>      
> >>>>>>>>>>>>>>     I had it working on MySql before.
> >>>>>>>>>>>>>>      
> >>>>>>>>>>>>>>     So... do you know how to fix that DB issue 
> >>> for upload?
> >>>>>>>>>>>>>>     Thanks!
> >>>>>>>>>>>>>>      
> >>>>>>>>>>>>>>     Olivier
> >>>>>>>>>>>>>>      
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>     *Olivier CHIROUZE
> >>>>>>>>>>>>>>     */I&0 Infrastructure/
> >>>>>>>>>>>>>>     *Volvo Information Technology*
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>      
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>         
> >>>>>>>>>>>>>>           
> >>>>> --------------------------------------------------------------
> >>>>>>>>>>>>> ----------
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>         *From:* opencms-dev-bounces at opencms.org
> >>>>>>>>>>>>>>         [mailto:opencms-dev-bounces at opencms.org] 
> >>>> *On Behalf 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> Of *Arash
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>         Kaffamanesh
> >>>>>>>>>>>>>>         *Sent:* 30 April 2008 19:06
> >>>>>>>>>>>>>>         *To:* The OpenCms mailing list
> >>>>>>>>>>>>>>         *Subject:* Re: [opencms-dev] Installation on 
> >>>>>>>>> WebSphere 6.0
> >>>>>>>>>>>>>>         Olivier,
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>         nice that it works now!
> >>>>>>>>>>>>>>         I'm not sure, but could it be that you 
> >>>> are running 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> OpenCms on
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>         Oracle or DB2?
> >>>>>>>>>>>>>>         As I remember I'd my local dev. 
> >>> installation with 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> WebSphere on
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>         MySQL and the Upload Applet worked with that 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> installation, so if
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>         I'm right, then I guess it could be a db 
> >>>> issue! (?)
> >>>>>>>>>>>>>>         Best,
> >>>>>>>>>>>>>>         Arash
> >>>>>>>>>>>>>>         -- 
> >>>>>>>>>>>>>>         Pomegranate Software | Enterprise Open Source 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> Solutions. For Life!
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>         http://www.pomegranate.de
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>         On 30.04.2008 16:08 Chirouze Olivier wrote
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             Hi list!
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             Aash, thanks a lot for your answer 
> >>> from last 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> week. I read
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             your documents
> >>>>>>>>>>>>>>             and they helped... I'm finally running 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>> OpenCms 7.0.4 on
> >>>>>>>>>>>     
> >>>>>>>>>>>>>>             WebSphere 6.0!
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             What I think was necessary is:
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             - Install compatibility package for 
> >>> 1.4 (copy 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> libraries to
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             extracted EAR
> >>>>>>>>>>>>>>             file)
> >>>>>>>>>>>>>>             - set properties:
> >>>>>>>>>>>>>>             - java.awt.headless=true
> >>>>>>>>>>>>>>             - client.encoding.override=UTF-8
> >>>>>>>>>>>>>>             - WebModule => set Classloader Mode: 
> >>>> PARENT_LAST
> >>>>>>>>>>>>>>             - set Classloader Policy: Application
> >>>>>>>>>>>>>>             - restart AS with proper properties
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             - run setup
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             - for some reason, I had to redo:
> >>>>>>>>>>>>>>             - Install compatibility package for 
> >>> 1.4 (copy 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> libraries to
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             extracted EAR
> >>>>>>>>>>>>>>             file)
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             - I had to restart AS after setup 
> >>> is complete 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> unless there
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             were a lot of
> >>>>>>>>>>>>>>             errors...
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             I hope that will help!
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             Now... I still have a problem with 
> >>> uploading 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> files (through
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             the Applet)
> >>>>>>>>>>>>>>             I get the exception: 
> >> NumberFormatException: 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> UUID has to be
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             represented
> >>>>>>>>>>>>>>             by the standard 36-char representation
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             Any idea?
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             Thanks
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             Olivier
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             >  -----Original Message-----
> >>>>>>>>>>>>>>             >  From: opencms-dev-bounces at opencms.org
> >>>>>>>>>>>>>>             >  
> >> [mailto:opencms-dev-bounces at opencms.org] 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>> On Behalf Of
> >>>>>>>>>>>     
> >>>>>>>>>>>>>>             >  Pomegranate Software- Arash Kaffamanesh
> >>>>>>>>>>>>>>             >  Sent: 18 April 2008 13:31
> >>>>>>>>>>>>>>             >  To: The OpenCms mailing list
> >>>>>>>>>>>>>>             >  Subject: Re: [opencms-dev] 
> >>> Installation on 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> WebSphere 6.0
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >  Hi,
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >  I wrote the following threads 
> >>> for running 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>> OpenCms on
> >>>>>>>>>>>     
> >>>>>>>>>>>>>>             >  WebSphere 5 and 6.
> >>>>>>>>>>>>>>             >  I got them up and running on both 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> environments and they even
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  live after
> >>>>>>>>>>>>>>             >  2 years ;)
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             
> >>>>>>>>>>>>>>           
> >> http://www.pomegranate.de:9000/cms/forum/viewthread?thread=104#232
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  
> >>>>>>>>>>>>>>           
> >>>> http://www.pomegranate.de:9000/cms/forum/viewthread?thread=77
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >  Hope it could be of help.
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >  Best,
> >>>>>>>>>>>>>>             >  Aash
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >  --
> >>>>>>>>>>>>>>             >  Arash Kaffamanesh
> >>>>>>>>>>>>>>             >  ECM Consultant @ Pomegranate Software
> >>>>>>>>>>>>>>             >  http://www.pomegranate.de
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >  Chirouze Olivier wrote:
> >>>>>>>>>>>>>>             >  > Hi Michael.
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >  > Thanks for the answer. I was 
> >> thinking 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> about that as well.
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  But the answer
> >>>>>>>>>>>>>>             >  > is "no" to both questions 
> >> :-( Our WAS 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> process user has
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  > read/write/execute rights on all 
> >>>>>>> /installedApps
> >>>>>>>>>>>>>>             directory and sub
> >>>>>>>>>>>>>>             >  > directories... And I feel like 
> >>>> some files 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> are properly
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             created, in
> >>>>>>>>>>>>>>             >  > particular in /resources 
> >>>>> directory. Also, the
> >>>>>>>>>>>>>>             >  opencms.properties file
> >>>>>>>>>>>>>>             >  > gets properly modified with 
> >>>> setup=false so 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> I don't think
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             this is the
> >>>>>>>>>>>>>>             >  > problem.
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >  > Anyway, I think I will go back to 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> installation on WAS later
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  (in a few
> >>>>>>>>>>>>>>             >  > days). If any doc or 
> >> recommendation is 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> available I'd be
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             glad to hear
> >>>>>>>>>>>>>>             >  > from it!
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >  > Olivier
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >  >> -----Original Message-----
> >>>>>>>>>>>>>>             >  >> From: 
> >> opencms-dev-bounces at opencms.org
> >>>>>>>>>>>>>>             >  >> 
> >>>> [mailto:opencms-dev-bounces at opencms.org] 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> On Behalf Of
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  Michael Moossen
> >>>>>>>>>>>>>>             >  >> Sent: 17 April 2008 17:55
> >>>>>>>>>>>>>>             >  >> To: The OpenCms mailing list
> >>>>>>>>>>>>>>             >  >> Subject: Re: [opencms-dev] 
> >>> Installation 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> on WebSphere 6.0
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >> Hi, Chirouze!
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >> it seems to be that OpenCms can 
> >>>> not write 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> in the webapp.
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >> try to check following points:
> >>>>>>>>>>>>>>             >  >> - be sure websphere does not 
> >>>> use any java 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> security manager
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >> - be sure the websphere process 
> >>>> has write 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> permissions
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             on the
> >>>>>>>>>>>>>>             >  >> webapp folder.
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >> HTH
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >> Kind regards,
> >>>>>>>>>>>>>>             >  >> Michael
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >> -------------------
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >> Alkacon Software GmbH - The 
> >>>>> OpenCms Experts
> >>>>>>>>>>>>>>             >  >> http://www.alkacon.com - 
> >>>>>>>>> http://www.opencms.org
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >> Chirouze Olivier wrote:
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> Hi,
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> I have successfully 
> >>> installed and ran 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> OpenCms 7 on
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             Tomcat 6.
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> But now I am having trouble 
> >>> installing 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> it on WebSphere
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             6.0...
> >>>>>>>>>>>>>>             >  >>> - I successfully installed 
> >>> it with the 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> Java 1.4 package
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> (chose /opencms
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> context root)
> >>>>>>>>>>>>>>             >  >>> - The setup ran successfully: 
> >>>> all tables 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> were created and
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> modules were
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> successfully added (the 
> >> setup looked 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> just fine with
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             images, etc).
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> However now the application 
> >>>> doesn't work 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> properly:
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>> 
> >>>> /opencms/opencms/system/login/index.html 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> is available
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             and I
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> can login
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> with Admin/admin. But all 
> >>> static files 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> are unavailable
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             (404
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> on css
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> images) and I can't do 
> >> anything when 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> logged in: I'm
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             getting 404
> >>>>>>>>>>>>>>             >  >>> everywhere. Note that the 
> >>> OpenCms 404 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> page looks fine:
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> CmsFlexReques I
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> org.opencms.flex.CmsFlexRequestDispatcher 
> >> includeExternal
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>> FlexDispatcher: Dispatching to 
> >>>>>>>>> external target
> >>>>>>>>>>>>>>             >  >>> 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> /WEB-INF/jsp/online/system/handler/handle404.html.jsp
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> Startup seems fine (no 
> >>>> errors): "OpenCms 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> is running! :
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> Total startup
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> time was 00:00:34".
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> In a word, I get no error 
> >>>> whatsoever but 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> most of the
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> content of OpenCms
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> goes to 404 and it is unusable.
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> I couldn't find any 
> >>> information about 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> how to install
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> OpenCms on another
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> app server than Tomcat. If 
> >>>> someone could 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> help me or point
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> me to some
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> documentation I missed?
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> I've played a lot with 
> >>> OpenCms and am 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> really close to
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> giving a "go" for
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> this product. But I need to 
> >>>> have it run 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> on WAS6.0!
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> Thanks!
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>> Olivier
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             
> >>>>>>>>>>>>>>           
> >>>>> --------------------------------------------------------------
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >> ----------
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> 
> >>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>             >  >>> This mail is sent to you from the 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> opencms-dev mailing
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             list
> >>>>>>>>>>>>>>             >  >>> To change your list options, or to 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> unsubscribe from the
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> list, please visit
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>> 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>>
> >>>>>>>>>>>>>>             >  >> 
> >>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>>             >  >> This mail is sent to you from the 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> opencms-dev mailing list
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >> To change your list options, or to 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> unsubscribe from the
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             list,
> >>>>>>>>>>>>>>             >  >> please visit
> >>>>>>>>>>>>>>             >  >> 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >>
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >  > 
> >>>>>>> _______________________________________________
> >>>>>>>>>>>>>>             >  > This mail is sent to you from the 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> opencms-dev mailing list
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  > To change your list options, or to 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> unsubscribe from the
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  list, please visit
> >>>>>>>>>>>>>>             >  > 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >  >
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>             >  
> >>>>> _______________________________________________
> >>>>>>>>>>>>>>             >  This mail is sent to you from the 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> opencms-dev mailing list
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  To change your list options, or to 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> unsubscribe from the list,
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             >  please visit
> >>>>>>>>>>>>>>             >  
> >>>>>>>>>>>>>>           
> >>>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>     
> >>>>>>>>>>>>>>             >
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>             
> >>>> _______________________________________________
> >>>>>>>>>>>>>>             This mail is sent to you from the 
> >>> opencms-dev 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> mailing list
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>>             To change your list options, or to 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>> unsubscribe from the
> >>>>>>>>>>>     
> >>>>>>>>>>>>>>             list, please visit
> >>>>>>>>>>>>>>             
> >>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>
> >>>>>>>>>>>>>>           
> >>>>> --------------------------------------------------------------
> >>>>>>>>>>>>> ----------
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>>> This mail is sent to you from the opencms-dev 
> >>> mailing list
> >>>>>>>>>>>>>> To change your list options, or to 
> >> unsubscribe from the 
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> list, please visit
> >>>>>>>>>>>>>         
> >>>>>>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>>>>           
> >>>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>>> This mail is sent to you from the opencms-dev 
> >>> mailing list
> >>>>>>>>>>>>> To change your list options, or to unsubscribe from 
> >>>>> the list, 
> >>>>>>>>>>>>> please visit
> >>>>>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>>>
> >>>>>>>>>>>>>         
> >>>>>>>>>>>> _______________________________________________
> >>>>>>>>>>>> This mail is sent to you from the opencms-dev 
> >> mailing list
> >>>>>>>>>>>> To change your list options, or to unsubscribe from the 
> >>>>>>>>>>>>       
> >>>>>>>>>>> list, please visit
> >>>>>>>>>>>     
> >>>>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>>       
> >>>>>>>>>>> _______________________________________________
> >>>>>>>>>>> This mail is sent to you from the opencms-dev 
> >> mailing list
> >>>>>>>>>>> To change your list options, or to unsubscribe from 
> >>>> the list, 
> >>>>>>>>>>> please visit
> >>>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>>
> >>>>>>>>>>>     
> >>>>>>>>>> _______________________________________________
> >>>>>>>>>> This mail is sent to you from the opencms-dev mailing list
> >>>>>>>>>> To change your list options, or to unsubscribe from the 
> >>>>>>>>> list, please visit
> >>>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>>
> >>>>>>>>>>   
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> _______________________________________________
> >>>>>>>>> This mail is sent to you from the opencms-dev mailing list
> >>>>>>>>> To change your list options, or to unsubscribe from 
> >>> the list, 
> >>>>>>>>> please visit
> >>>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>>>
> >>>>>>>> _______________________________________________
> >>>>>>>> This mail is sent to you from the opencms-dev mailing list
> >>>>>>>> To change your list options, or to unsubscribe from the 
> >>>>>>> list, please visit
> >>>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>> _______________________________________________
> >>>>>>> This mail is sent to you from the opencms-dev mailing list
> >>>>>>> To change your list options, or to unsubscribe from 
> >> the list, 
> >>>>>>> please visit
> >>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>>>
> >>>>>>>
> >>>>>>>
> >>>>> --------------------------------------------------------------
> >>>>> ----------
> >>>>>>>
> >>>>>>> _______________________________________________
> >>>>>>> This mail is sent to you from the opencms-dev mailing list
> >>>>>>> To change your list options, or to unsubscribe from the 
> >>>>> list, please visit
> >>>>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>> _______________________________________________
> >>>>> This mail is sent to you from the opencms-dev mailing list
> >>>>> To change your list options, or to unsubscribe from the list, 
> >>>>> please visit
> >>>>> http://lists.opencms.org/mailman/listinfo/opencms-dev
> >>>>>
> > 
> > _______________________________________________
> > This mail is sent to you from the opencms-dev mailing list
> > To change your list options, or to unsubscribe from the 
> list, please visit
> > http://lists.opencms.org/mailman/listinfo/opencms-dev
> 
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, 
> please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev
> 



More information about the opencms-dev mailing list