Sorry, my version was 5.0.1, not 5.0.2...

Now it works perfectly.

ty

-----Mensagem original-----
De: [email protected] [mailto:[email protected]] Em nome de Thomas 
Mortagne
Enviada em: segunda-feira, 27 de maio de 2013 09:28
Para: XWiki Users
Assunto: Re: [xwiki-users] Macro Error

Actually according to the stack trace, it fail in XWiki.getXWiki so I don't 
understand how this can happen on 5.0.2 if xwiki.virtual.failOnWikiDoesNotExist 
is not enabled.

On Mon, May 27, 2013 at 2:18 PM, Sergiu Dumitriu <[email protected]> wrote:
> See http://stackoverflow.com/q/16605762/620249
>
> On 05/27/2013 07:53 AM, Danilo Amaral de Oliveira wrote:
>> **Plz ignore the last msg, I sent it with the wrong subject**
>>
>>
>>
>> Hello People,
>>
>>
>>
>> I am trying to install the Xwiki to build a enterprise wiki in my company 
>> but I am facing some problems.
>>
>>
>>
>> I download the zip package available and I installed the Xwiki in the C: 
>> directory.
>>
>> My  server configuration is:
>>
>> Windows 2008 Server R2 x64
>>
>> Server JRE 7
>>
>> Xwiki Enterprise 5.0.2
>>
>>
>>
>> The address of my wiki is:
>>
>> MGINFRAWEBP3.energisa.corp
>>
>>
>>
>> When I access the wiki by:
>>
>> localhost:8080
>>
>> This problem doesn't happen!
>>
>>
>>
>> The xwiki start normally but when I try to change (insert or remove) a macro 
>> the following error appear:
>>
>>
>>
>> 500 <html> <head> <meta http-equiv="Content-Type" content="text/html; 
>> charset=ISO-8859-1"/> <title>Error 500 Error number 2 in 0: The wiki 
>> [mginfrawebp3] does not exist</title> </head> <body><h2>HTTP ERROR 
>> 500</h2> <p>Problem accessing 
>> /xwiki/resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc. Reason: 
>> <pre> Error number 2 in 0: The wiki [mginfrawebp3] does not 
>> exist</pre></p><h3>Caused by:</h3><pre>com.xpn.xwiki.XWikiException: 
>> Error number 2 in 0: The wiki [mginfrawebp3] does not exist at 
>> com.xpn.xwiki.XWiki.getXWiki(XWiki.java:505) at 
>> org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.init
>> ializeXWikiContext(XWikiContextInitializationFilter.java:134) at 
>> org.xwiki.wysiwyg.server.filter.XWikiContextInitializationFilter.doFi
>> lter(XWikiContextInitializationFilter.java:83) at 
>> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(Servlet
>> Handler.java:1419) at 
>> com.xpn.xwiki.plugin.webdav.XWikiDavFilter.doFilter(XWikiDavFilter.ja
>> va:66) at org.eclipse.jetty.ser
 v
>  let.Servl
> etHandler$CachedChain.doFilter(ServletHandler.java:1419) at 
> org.xwiki.container.servlet.filters.internal.SavedRequestRestorerFilter.doFilter(SavedRequestRestorerFilter.java:208)
>  at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
>  at 
> org.xwiki.container.servlet.filters.internal.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:111)
>  at 
> org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1419)
>  at 
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:455) at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) 
> at 
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) 
> at 
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
>  at 
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1075)
>  at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:384) 
> at org.eclipse.jetty.
 se
>  rver.sess
> ion.SessionHandler.doScope(SessionHandler.java:193) at 
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler
> .java:1009) at 
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.ja
> va:135) at 
> org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(Conte
> xtHandlerCollection.java:255) at 
> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerColle
> ction.java:154) at 
> org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.
> java:116) at org.eclipse.jetty.server.Server.handle(Server.java:368) 
> at 
> org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(Abstract
> HttpConnection.java:488) at 
> org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpCo
> nnection.java:943) at 
> org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content
> (AbstractHttpConnection.java:1004) at 
> org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:861) at 
> org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:24
 0)
>   at org.e
> clipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.jav
> a:82) at 
> org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEnd
> Point.java:628) at 
> org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndP
> oint.java:52) at 
> org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool
> .java:608) at 
> org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.
> java:543) at java.lang.Thread.run(Thread.java:722) </pre> <hr 
> /><i><small>Powered by Jetty://</small></i><br/> <br/> <br/> <br/> 
> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> <br/> 
> <br/> <br/> <br/> <br/> <br/> </body> </html>
>>
>>
>>
>> I couldn't find any reasonable solution.
>>
>>
>>
>>
>>
>>
>>
>> Thank you in advance.
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users



--
Thomas Mortagne
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to