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

sterlingman2001

Members
  • Posts

    4
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Security Advisories

Downloads

Posts posted by sterlingman2001

  1. 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
     

×
×
  • Create New...