Hi,

On Oct 15, 2009, at 2:06 PM, 42jul wrote:

>
> Sorry,
>
> The content of my problem was not sent by my email.
>
> Here it is, again :
>
> I'm trying to install XWiki on websphere 6.1 with a mysql DB.
>
> When I try to connect https://localhost:10041/xwiki/bin/view/Main/,  
> i get
> the following error :

[snip]
> Caused by: java.lang.NoSuchMethodError:
> org/apache/commons/io/FileUtils.readFileToString(Ljava/io/ 
> File;)Ljava/lang/String;
>        at com.xpn.xwiki.util.Util.getFileContent(Util.java:244)
>        at com.xpn.xwiki.XWiki.getResourceContent(XWiki.java:1096)

So this means WAS is also using commons io but with an older version  
of the one used by XWiki probably. You could try to upgrade the  
commons io version used by WAS or try to isolate it so that it's not  
visible from the xwiki webapp or try to remove the commons io in the  
xwiki WEB-INF/lib, etc.

Thanks
-Vincent

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to