Jump to content
We've recently updated our Privacy Statement, available here ×

Error with REST PHP Client


Recommended Posts

Hello,
I try to run a jasper report from a php script but it does not work.
This is what I am doing :

<?php
require_once "/opt/jrs-rest-php-client-2.0.0/vendor/autoload.php";

$c = new Client(
    "<my IP>",
    "8080",
    "<my login>",
    "<my password>",
    "jasperserver"
    );

$info = $c->serverInfo();
print_r($info);    

?>


This is the error message I have :

Fatal error: Uncaught JaspersoftExceptionRESTRequestException: An unexpected HTTP status code was returned by the server in /opt/jrs-rest-php-client-2.0.0/src/Jaspersoft/Tool/RESTRequest.php:364 Stack trace: #0 /opt/jrs-rest-php-client-2.0.0/src/Jaspersoft/Tool/RESTRequest.php(451): JaspersoftToolRESTRequest->handleError(404, Array, '<!DOCTYPE HTML ...') #1 /opt/jrs-rest-php-client-2.0.0/src/Jaspersoft/Client/Client.php(158): JaspersoftToolRESTRequest->prepAndSend('192.168.56.1/re...', Array, 'GET', NULL, true, 'application/jso...', 'application/jso...') #2 /opt/jrs-rest-php-client-2.0.0/tests2/test.php(43): JaspersoftClientClient->serverInfo() #3 {main} thrown in /opt/jrs-rest-php-client-2.0.0/src/Jaspersoft/Tool/RESTRequest.php on line 364

Any help or suggestion will be welcomed.
Thanks
 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 10 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...