On 11 Feb 2016 at 15:41:56, Bruno
(bruno.joffredo@ec-nantes.fr(mailto:bruno.joffredo@ec-nantes.fr)) wrote:
This is the complete list :
Etat HTTP 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0:
Failed to extract Entity Resource Reference from URL
[
http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]
[snip]
cause mère
java.sql.SQLException: Access denied for user 'xwiki'@'localhost' (using
password: YES)
com.mysql.jdbc.SQLError.createSQLException(SQLError.java:957)
[snip]
You only need to look at the root cause and here it’s pretty clear: it’s because you
haven’t given the correct permissions to the “xwiki” user in your DB.
Thanks
-Vincent
Bruno
Le 11/02/2016 15:30, vincent(a)massol.net a écrit :
> Hi Bruno,
>
> On 11 Feb 2016 at 15:27:26, Bruno
> (bruno.joffredo@ec-nantes.fr(mailto:bruno.joffredo@ec-nantes.fr)) wrote:
>
> >
> > Hello,
> >
> > I have installed the package xwiki-enterprise-tomecat8-mysql without
> > errors (on Debian Jessie).
> > But when i launch XWiki through the URL
> >
http://my-server.mydomain.fr:8080/xwiki, the page displays those infos :
> >
> > Etat HTTP 500 - com.xpn.xwiki.XWikiException: Error number 11007 in 0:
> > Failed to extract Entity Resource Reference from URL
> > [
http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]
> >
> > type Rapport d''exception
> >
> > message com.xpn.xwiki.XWikiException: Error number 11007 in 0: Failed to
> > extract Entity Resource Reference from URL
> > [
http://my-server.mydomain.fr:8080/xwiki/bin/view/Main/]
> >
> > description Le serveur a rencontré une erreur interne qui l''a empêché
> > de satisfaire la requête.
> >
> > exception
> >
> > javax.servlet.ServletException: com.xpn.xwiki.XWikiException: Error
> > number 11007 in 0: Failed to extract Entity Resource Reference from URL
>
> [snip]
>
> > java.lang.RuntimeException: Failed to locate wiki descriptor for alias
> > [my-server.mydomain.fr]
>
> [snip]
>
> > etc…
>
> In order to help you we need the root cause, i.e. what in the “etc…”
> part :)
>
> Thanks
> -Vincent
>
> > Do you have an idea of the problem?
> >
> > Bruno