From mariusdumitru.florea@xwiki.com Wed Apr 2 08:11:09 2014 From: Marius Dumitru Florea To: xwiki-users@xwiki.org Subject: Re: [xwiki-users] Fwd: Erro 4004 insert Gadget Date: Wed, 02 Apr 2014 11:11:01 +0300 Message-ID: In-Reply-To: <851504611.4289.1396273351809.JavaMail.root@vhsolucoes.com.br> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2117094861064285126==" --===============2117094861064285126== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Try to edit a wiki page in WYSIWYG edit mode and insert a macro. Try also to insert a link to a wiki page or insert an image. They probably all fail because there is a problem that affects all the GWT-RPC services. Check the server logs. The first thing I have it mind is that you configured your server to handle /resources/* as static resources (files). This is not good because /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc is not a file but a service. You should also check that XWikiRemoteServiceServlet (gwtrpc) is correctly mapped to *.gwprpc in your web.xml file. Hope this helps, Marius On Mon, Mar 31, 2014 at 4:42 PM, Saulo S. Bravim wrote: > Good mornig; > > When I try to insert a gadget is lodged during the error: > > 404 Apache Tomcat/7.0.28 - Error report

= HTTP Status 404 - /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc

type Status report

message= /resources/js/xwiki/wysiwyg/xwe/MacroService.gwtrpc

desc= ription The requested resource (/resources/js/xwiki/wysiwyg/xwe/MacroS= erv > ice.gwtrpc) is not available.


Apache Tomcat/7.0.28 > > Anyone know how I can fix? > > > > > _______________________________________________ > users mailing list > users(a)xwiki.org > http://lists.xwiki.org/mailman/listinfo/users --===============2117094861064285126==--