marianol / JasperServer-for-PHP

JasperReports Server PHP Integration
GNU Affero General Public License v3.0
18 stars 17 forks source link

Fatal error: Uncaught exception 'Jasper\RESTRequestException' with message in JasperClient.php on line 133 #2

Open lexcorp opened 10 years ago

lexcorp commented 10 years ago

I get this message to the Repository Browsing the Web Services Integration section:

Repository »Reports» Samples

"By clicking 'samples', it generates the error"

In Apache log:

Fatal error: Uncaught exception 'Jasper\RESTRequestException' with message in JasperClient.php on line 133


In jboss log I get the message:

16:19:48,552 ERROR [com.jaspersoft.jasperserver.jaxrs.common.GenericExceptionMapper](http - 127.0.0.1-8080-1) Unexpected Error Occurs: com.sun.jersey.api.NotFoundExcept ion: null for uri: http://localhost:8080/jasperserver/rest_v2/reports/reports/samples/AllAccounts/options?

marianol commented 10 years ago

What version of Jasper Server are you using?

From the error log in JBoss it looks like you clicked in the All Accounts report, but in your comment you say that this happens when you click on the Samples folder, which one is it?

lexcorp commented 10 years ago

I use Jasper server 5.2.0 Community Edition, Jboss 7.1.1 Community Edition, WampServer 2.2 with Apache 2.2.22, PHP 5.3.13, MySQL 5.5.24.

In JasperServer-for-PHP application after login, I click on "Web Services Integration" --> Repository Browser --> Reports --> Interactive.

In Apache log show messages:

Notice: Undefined variable: screen in repository.php on line 92

Fatal error: Uncaught exception 'Jasper\RESTRequestException' with message in JasperClient.php on line 133

In Jboss log show message: ERROR com.jaspersoft.jasperserver.jaxrs.common.GenericExceptionMapper Unexpected error occurs: com.sun.jersey. api.NotFoundException: null for uri: http://localhost:8080/jasperserver/rest_v2/reports/reports/samples/AllAccounts/options?


In JasperServer-for-PHP after login, I click on "Web Services Integration" --> Repository Browser --> Reports --> Samples.

In Apache log show messages:

Notice: Undefined variable: screen in repository.php on line 92

Fatal error: Uncaught exception 'Jasper\RESTRequestException' with message in JasperClient.php on line 133

In Jboss log show message: ERROR com.jaspersoft.jasperserver.jaxrs.common.GenericExceptionMapper Unexpected error occurs: com.sun.jersey. api.NotFoundException: null for uri: http://localhost:8080/jasperserver/rest_v2/reports/reports/interactive/CustomersReport/options?