users@glassfish.java.net

Strange issue on XML RPC and pentaho deployment

From: Florent THOMAS <mailinglist_at_tdeo.fr>
Date: Sat, 16 Nov 2013 16:52:40 +0100

Hy folks,

I'm using OpenERP and a plugin
https://github.com/WillowIT/Pentaho-reports-for-OpenERP that deliver a
java_server project.
It also deliver a regular. .war archive as a test server via the ant
launch command.

When I work with the ant launch target everything works fine, when I
build the .war and use it in tomcat it works.
But when I use the same war in GF4 it failed.

I'm running on JDK 1.7_u_45 with a multi language environment.

First I tried many many things :
- I observed that the page wasn't answering in a proper encoded manner.
So I set the UTF8 encoding and the default-language into the JVM
Options. Consequently, the page of my project is displaying in a correct
manner but the project still unreacheable from OpenERP

The python error is :
ProtocolError for localhost:8080/pentaho-reports-for-openerp: 301 Moved
Permanently

It's like the project is no more available

If anyone could help, I'll appreciate

regards