GithubHelp home page GithubHelp logo

jasperreportbundle's People

Contributors

dcramble avatar lighthart avatar oforralmesdk12orus avatar tyhand avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jasperreportbundle's Issues

Contribution

Hi,

I'm really interestedin contributing to your project developing new features. Please let me know if you need some help with that.
Best Regards!

Call to undefined method addPostReportExecutionCallback()

I followed all of the setup options and I'm stuck at the following error.

When trying to call:
$this->container->get('mesd.jasper.report.client')->getResourceList();

Symfony Error returned:
Call to undefined method JasperClient\Client\Client::addPostReportExecutionCallback() in /Users/blank/Documents/GIT/SL/Admin/pl/vendor/mesd/jasper-report-bundle/Mesd/Jasper/ReportBundle/Services/ClientService.php line 255

getResourceList always returns empty array

In the output of the cache for jasper_resource_list I see lists generated with the correct resources. This never gets returned to my script request for the resources. I always get an empty array.

Composer error on attempted install

I get the following error when trying to install via composer:

[UnexpectedValueException]
Could not parse version constraint 1.0.0-alpha+001: Invalid version string
"1.0.0-alpha+001"

Using Composer version 31eadc6920cd1866bc061fb0087798c37e2b7d14 2014-09-25 17:49:51

Please advise.

Error on execute doctrine:schema:update --force

Hi,

It's imposible for me to install the table jasperreport_report_history

This is the error:

 [Doctrine\DBAL\Exception\DriverException]                                                                                                                                                     
  An exception occurred while executing 'CREATE TABLE jasperreport_report_history (id INT AUTO_INCREMENT NOT NULL, date DATETIME NOT NULL, parameters LONGTEXT DEFAULT NULL, requestId LONGTEX  
  T NOT NULL, report_uri LONGTEXT NOT NULL, username LONGTEXT NOT NULL, status LONGTEXT NOT NULL, formats LONGTEXT NOT NULL, UNIQUE INDEX UNIQ_79FD097CA1637001 (requestId), PRIMARY KEY(id))   
  DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB':                                                                                                                          
  SQLSTATE[42000]: Syntax error or access violation: 1170 BLOB/TEXT column 'requestId' used in key specification without a key length 

Someone else had this error in July 2016 and had no answer:
http://es.stackoverflow.com/questions/8785/c%C3%B3mo-emplear-jasper-report-en-symfony-2

Vincent

Windows throws errors on $options = []

Symfony error:
FatalErrorException: Parse: syntax error, unexpected '[' in C:\PL\Admin\playerlync\vendor\mesd\jasper-report-bundle\Mesd\Jasper\ReportBundle\Services\ClientService.php line 274

When = [] is taken out, the script then fails on the next spot where $options = [] is found in the function variables. This isn't the case on other environments but on a Windows host I get this error on both IIS and Apache.

Sending values to a report results in a server error on POST

Following your documentation I received an error when I used $rb->runReport().

Internal Server Error on POST request (/jasperserver/rest_v2/reportExecutions)

$rb object:

object(JasperClient\Client\ReportBuilder)[8441]
private 'client' =>
object(JasperClient\Client\Client)[8359]
private 'host' => string 'localhost:8080' (length=14)
private 'user' => string 'jasperadmin' (length=11)
private 'pass' => string 'jasperadmin' (length=11)
private 'rest' =>
object(JasperClient\Client\RestHandler)[8373]
private 'host' => string 'localhost:8080' (length=14)
private 'ssl' => boolean false
private 'jSessionID' => string '296635F080F04C0443FD021141F828F5' (length=32)
private 'postExecutionCallbacks' =>
array (size=1)
0 =>
object(Mesd\Jasper\ReportBundle\Callbacks\PostReportExecution)[8374]
...
private 'postCacheCallbacks' =>
array (size=1)
0 =>
object(Mesd\Jasper\ReportBundle\Callbacks\PostReportCache)[8375]
...
private 'reportUri' => string 'reports/deviceReports/usageReportInteractive' (length=44)
private 'getICFrom' => string 'Fallback' (length=8)
private 'reportInputControl' =>
array (size=2)
0 =>
object(Mesd\Jasper\ReportBundle\InputControl\SingleValueDate)[8548]
protected 'defaultValue' =>
object(SimpleXMLElement)[8549]
...
protected 'optionHandler' =>
object(Playerlync\AdminBundle\Helpers\ReportsOptionsHandler)[8376]
...
protected 'id' => string 'startDate' (length=9)
protected 'label' => string 'Start Date' (length=10)
protected 'mandatory' => string 'false' (length=5)
protected 'readOnly' => string 'false' (length=5)
protected 'state' =>
object(SimpleXMLElement)[8496]
...
protected 'type' => string 'singleValueDate' (length=15)
protected 'uri' => string 'repo:/datatypes/startDate' (length=25)
protected 'visible' => string 'true' (length=4)
protected 'getICFrom' => string 'Fallback' (length=8)
1 =>
object(Mesd\Jasper\ReportBundle\InputControl\SingleValueDate)[8540]
protected 'defaultValue' =>
object(SimpleXMLElement)[8506]
...
protected 'optionHandler' =>
object(Pl\ABundle\Helpers\ReportsOptionsHandler)[8376]
...
protected 'id' => string 'endDate' (length=7)
protected 'label' => string 'End Date' (length=8)
protected 'mandatory' => string 'false' (length=5)
protected 'readOnly' => string 'false' (length=5)
protected 'state' =>
object(SimpleXMLElement)[8552]
...
protected 'type' => string 'singleValueDate' (length=15)
protected 'uri' => string 'repo:/datatypes/endDate' (length=23)
protected 'visible' => string 'true' (length=4)
protected 'getICFrom' => string 'Fallback' (length=8)
private 'hasMandatoryInput' => boolean false
private 'params' =>
array (size=2)
'startDate' =>
array (size=1)
0 => string '2013-10-29' (length=10)
'endDate' =>
array (size=1)
0 => string '2014-10-29' (length=10)
private 'format' => null
private 'assetUrl' => null
private 'page' => null
private 'pageRange' => null
private 'inputControlFactory' =>
object(Mesd\Jasper\ReportBundle\Factories\InputControlFactory)[8422]
private 'getICFrom' => string 'Fallback' (length=8)
private 'optionsHandler' =>
object(Pl\ABundle\Helpers\ReportsOptionsHandler)[8376]
protected 'functionMap' =>
array (size=0)
...
private 'inputControlTypeNamespace' => string 'Mesd\Jasper\ReportBundle\InputControl' (length=38)
private 'reportCache' => string '../report-store/reports/' (length=24)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.