You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Jagadeesh Sunkara <js...@baan.com> on 2004/11/17 23:30:07 UTC

Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

I am wondering if there is atleast one person who is successful in running
the latest Slide 2.1 beta 2 on Websphere 5.1. I am running into many issues
running slide on websphere and hoping that someone from this list will help
me out...
 
1) JDOM issue, the jdom.jar (ver 1.0) that comes with slide2.1beta2 is later
than websphere's version of jdom, so I had to remove/replace websphere's
version and it works fine now, no errors during slide startup/initialization
 
2) Encoding issue. I am seeing the following error in the websphere console,
not sure why. So I commented out resp.setContentType(utf8) in profind.java
temporarily and now I am not seeing message in the console but the response
is empty.. Some one has already complained about this issue in september but
no
response(http://www.mail-archive.com/slide-user@jakarta.apache.org/msg07484.
html
<http://www.mail-archive.com/slide-user@jakarta.apache.org/msg07484.html> )
 
[11/17/04 15:35:50:909 MST] 665844ce TraceNLS      u No message text
associated with 
 
key
Failed.to.create.a.writer.with.encoding:.{0}..The.default.encoding.will.be.u
sed. 
 
in bundle com.ibm.ejs.resources.seriousMessages
 
 [11/17/04 15:35:50:909 MST] 665844ce SRTServletRes W Failed to create a
writer 
 
with encoding: "UTF-8". The default encoding will be used.
 
[11/17/04 15:35:51:190 MST] 665844ce SystemOut     O
Servlet.Engine.Transports : 0, 
 
17-Nov-2004 15:35:50, , PROPFIND, 207 "Multi-Status", 468 ms, /
 
3) I am using Webdav client.WebdavResource methods to access the server and
all of these methods are returning "207" but nothing in the response, and
all the properties like isCollection are set to default. I don't know where
things are going. The exact same code works fine for slide on tomcat. The
authentication is not an issue here as we are doing our own custom
authentication and setting the Credentials properly. 
 
I've tried to debug the webdav server side code and everything looks fine(no
exceptions thrown). I am wondering either some part of the code is
swallowing exception or there is a serious bug or noone has tried running it
on websphere...
 
Any kind of help or atleast some pointers is appreciated...
 
Thanks,
Jagadeesh

Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

Posted by Oliver Zeigermann <ol...@gmail.com>.
Link to Slide Wiki: http://wiki.apache.org/jakarta-slide

Oliver

On Thu, 18 Nov 2004 16:10:03 +0100, Oliver Zeigermann
<ol...@gmail.com> wrote:
> Wouldn't it be a good idea to create a Wiki page for WS? This email
> would a great start to cumulate all information in a single location.
> 
> Oliver
> 
> 
> 
> 
> On Wed, 17 Nov 2004 17:30:07 -0500, Jagadeesh Sunkara <js...@baan.com> wrote:
> > I am wondering if there is atleast one person who is successful in running
> > the latest Slide 2.1 beta 2 on Websphere 5.1. I am running into many issues
> > running slide on websphere and hoping that someone from this list will help
> > me out...
> >
> > 1) JDOM issue, the jdom.jar (ver 1.0) that comes with slide2.1beta2 is later
> > than websphere's version of jdom, so I had to remove/replace websphere's
> > version and it works fine now, no errors during slide startup/initialization
> >
> > 2) Encoding issue. I am seeing the following error in the websphere console,
> > not sure why. So I commented out resp.setContentType(utf8) in profind.java
> > temporarily and now I am not seeing message in the console but the response
> > is empty.. Some one has already complained about this issue in september but
> > no
> > response(http://www.mail-archive.com/slide-user@jakarta.apache.org/msg07484.
> > html
> > <http://www.mail-archive.com/slide-user@jakarta.apache.org/msg07484.html> )
> >
> > [11/17/04 15:35:50:909 MST] 665844ce TraceNLS      u No message text
> > associated with
> >
> > key
> > Failed.to.create.a.writer.with.encoding:.{0}..The.default.encoding.will.be.u
> > sed.
> >
> > in bundle com.ibm.ejs.resources.seriousMessages
> >
> >  [11/17/04 15:35:50:909 MST] 665844ce SRTServletRes W Failed to create a
> > writer
> >
> > with encoding: "UTF-8". The default encoding will be used.
> >
> > [11/17/04 15:35:51:190 MST] 665844ce SystemOut     O
> > Servlet.Engine.Transports : 0,
> >
> > 17-Nov-2004 15:35:50, , PROPFIND, 207 "Multi-Status", 468 ms, /
> >
> > 3) I am using Webdav client.WebdavResource methods to access the server and
> > all of these methods are returning "207" but nothing in the response, and
> > all the properties like isCollection are set to default. I don't know where
> > things are going. The exact same code works fine for slide on tomcat. The
> > authentication is not an issue here as we are doing our own custom
> > authentication and setting the Credentials properly.
> >
> > I've tried to debug the webdav server side code and everything looks fine(no
> > exceptions thrown). I am wondering either some part of the code is
> > swallowing exception or there is a serious bug or noone has tried running it
> > on websphere...
> >
> > Any kind of help or atleast some pointers is appreciated...
> >
> > Thanks,
> > Jagadeesh
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

Posted by Oliver Zeigermann <ol...@gmail.com>.
Wouldn't it be a good idea to create a Wiki page for WS? This email
would a great start to cumulate all information in a single location.

Oliver


On Wed, 17 Nov 2004 17:30:07 -0500, Jagadeesh Sunkara <js...@baan.com> wrote:
> I am wondering if there is atleast one person who is successful in running
> the latest Slide 2.1 beta 2 on Websphere 5.1. I am running into many issues
> running slide on websphere and hoping that someone from this list will help
> me out...
> 
> 1) JDOM issue, the jdom.jar (ver 1.0) that comes with slide2.1beta2 is later
> than websphere's version of jdom, so I had to remove/replace websphere's
> version and it works fine now, no errors during slide startup/initialization
> 
> 2) Encoding issue. I am seeing the following error in the websphere console,
> not sure why. So I commented out resp.setContentType(utf8) in profind.java
> temporarily and now I am not seeing message in the console but the response
> is empty.. Some one has already complained about this issue in september but
> no
> response(http://www.mail-archive.com/slide-user@jakarta.apache.org/msg07484.
> html
> <http://www.mail-archive.com/slide-user@jakarta.apache.org/msg07484.html> )
> 
> [11/17/04 15:35:50:909 MST] 665844ce TraceNLS      u No message text
> associated with
> 
> key
> Failed.to.create.a.writer.with.encoding:.{0}..The.default.encoding.will.be.u
> sed.
> 
> in bundle com.ibm.ejs.resources.seriousMessages
> 
>  [11/17/04 15:35:50:909 MST] 665844ce SRTServletRes W Failed to create a
> writer
> 
> with encoding: "UTF-8". The default encoding will be used.
> 
> [11/17/04 15:35:51:190 MST] 665844ce SystemOut     O
> Servlet.Engine.Transports : 0,
> 
> 17-Nov-2004 15:35:50, , PROPFIND, 207 "Multi-Status", 468 ms, /
> 
> 3) I am using Webdav client.WebdavResource methods to access the server and
> all of these methods are returning "207" but nothing in the response, and
> all the properties like isCollection are set to default. I don't know where
> things are going. The exact same code works fine for slide on tomcat. The
> authentication is not an issue here as we are doing our own custom
> authentication and setting the Credentials properly.
> 
> I've tried to debug the webdav server side code and everything looks fine(no
> exceptions thrown). I am wondering either some part of the code is
> swallowing exception or there is a serious bug or noone has tried running it
> on websphere...
> 
> Any kind of help or atleast some pointers is appreciated...
> 
> Thanks,
> Jagadeesh
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

Posted by Lionel <li...@art-informatique.com>.
Oliver Zeigermann <ol...@gmail.com> wrote:

> Lionel, have you been able to let Slide run on WS? Would you share
> your knowledge in the Wiki as well?

No I haven't tryed yet.
I'll share information as soon as I have enough time to test.

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

Posted by Oliver Zeigermann <ol...@gmail.com>.
OK, I created an initial Wiki page at 

http://wiki.apache.org/jakarta-slide/WebSphereSetup

that initially contains Jagadeesh's experience.

Lionel, have you been able to let Slide run on WS? Would you share
your knowledge in the Wiki as well?

Thanks,

Oliver 


On Thu, 18 Nov 2004 16:57:15 +0100, Lionel Mayaud
<li...@art-informatique.com> wrote:
> Jagadeesh Sunkara <js...@baan.com> wrote:
> > 1) JDOM issue, the jdom.jar (ver 1.0) that comes with slide2.1beta2
> > is later than websphere's version of jdom, so I had to remove/replace
> > websphere's version and it works fine now, no errors during slide
> > startup/initialization
> 
> You should not touch WebSphere /lib directory.
> There is a ClassLoader Policy option at EAR level
> Use PARENT_LAST.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: slide-user-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org


Re: Is anyone running Slide 2.1 Beta2 on Websphere 5.1.1

Posted by Lionel Mayaud <li...@art-informatique.com>.
Jagadeesh Sunkara <js...@baan.com> wrote:
> 1) JDOM issue, the jdom.jar (ver 1.0) that comes with slide2.1beta2
> is later than websphere's version of jdom, so I had to remove/replace
> websphere's version and it works fine now, no errors during slide
> startup/initialization 

You should not touch WebSphere /lib directory.
There is a ClassLoader Policy option at EAR level
Use PARENT_LAST. 


---------------------------------------------------------------------
To unsubscribe, e-mail: slide-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-user-help@jakarta.apache.org