I'm not sure why you're getting the
com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException.
Are you running on a Mac? Sometimes on a Mac I get problems from the
chart creation. This is caused by something deep in the Mac OS. I
get around it for debugging purposes by commenting out the body of the
org.pentaho.halogen.server.services.createChart(OlapData olapData)
method and returning a empty string (not null). Of course you won't
be able to see the chart on the report screen but it might get you
past the problem.
Bill
On Apr 28, 6:34 pm, luizfox <
luiz...@yahoo.com> wrote:
> Hi everyone.
>
> I can't figure out what's wrong with the Report screen.
>
> I did the same selection with as showed on Halogen's page
> (screenshots), but when I turn to the Report screen, the image doesn't
> loads up and when I click on the execute Query or MDX button, the
> mozilla shows me:
>
> Unable to get data from server:
> com.google.gwt.user.client.rpc.InvocationException: The call failed on
> the server; see server log for details.
>
> The only useful information I got from the logs, which I turn to the
> most verbose possible, is the first line:
>
> com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException,
> true
>
> So, any ideas?