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

sterlingman2001

Members
  • Posts

    4
  • Joined

  • Last visited

sterlingman2001's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I have also tried : $c = new Client("http://localhost:8080/jasperserver","<my login>","<my password>", ""); and : $c = new Client("http://localhost:8080/jasperserver","<my login>","<my password>"); but nothing works
  2. 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
  3. I have the same error. Is there anyone who can suggest something to solve this issue ? Thanks.
×
×
  • Create New...