[xwiki-users] Error when installing Watch over an existing xwiki
Hello, I can install and run the standalone version of xwiki Watch with no problems. However, installing Watch app over an existing xwiki causes problems. Steps to reproduce: 1. I download xwiki-watch-1.0.xar 2. I start xwiki 2.3, and import the watch xar. The import tells me it was successfully accomplished 3. In Administration > Preferences > Programming, I add WatchCode.Translations as an Internationalization Document Bundle, and click Save 4. I go to Spaces, click Watch, and "Go To xwiki Watch Reader". I get Error message: "watch.errorwithcode - com.google.gwt.user.client.rpc.InvocationException. The call failed on the server": I also notice that under my Spaces in xwiki, WatchCode, WatchQueries, WatchSheets and Packager all have big blue question marks. This did not when I import other xwiki apps Has any one encountered this Error? Can you suggest how I can get around it? Thank you, Thomas
Hi Tom, xwiki watch 1.0 is only working with xwiki 1.4 or 1.5. In order to install an xwiki watch on xwiki 2.3, you'd need to build a 1.1 snapshot from sources, instructions are here http://watch.xwiki.org/xwiki/bin/view/Main/Installation#HBuildingandinstalli... . Also, to build it for 2.3 you need to edit the toplevel pom.xml and replace <platform.core.version>1.8.4</platform.core.version> <platform.web.version>1.8.4</platform.web.version> <product.enterprise.version>1.8.4</product.enterprise.version> with <platform.core.version>2.3</platform.core.version> <platform.web.version>2.3</platform.web.version> <product.enterprise.version>2.3</product.enterprise.version> and <gwt.version>1.5.3</gwt.version> with <gwt.version>2.0.3</gwt.version> Happy hacking, Anca On 06/01/2010 01:19 AM, Tom Stevenson wrote:
Hello,
I can install and run the standalone version of xwiki Watch with no problems. However, installing Watch app over an existing xwiki causes problems.
Steps to reproduce:
1. I download xwiki-watch-1.0.xar 2. I start xwiki 2.3, and import the watch xar. The import tells me it was successfully accomplished 3. In Administration> Preferences> Programming, I add WatchCode.Translations as an Internationalization Document Bundle, and click Save 4. I go to Spaces, click Watch, and "Go To xwiki Watch Reader". I get Error message: "watch.errorwithcode - com.google.gwt.user.client.rpc.InvocationException. The call failed on the server":
I also notice that under my Spaces in xwiki, WatchCode, WatchQueries, WatchSheets and Packager all have big blue question marks. This did not when I import other xwiki apps
Has any one encountered this Error? Can you suggest how I can get around it?
Thank you,
Thomas
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Anca Luca -
Tom Stevenson