Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lexcorp opened this issue Oct 22, 2013 · 2 comments

Comments

@lexcorp
Copy link

lexcorp commented Oct 22, 2013

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
Copy link
Owner

marianol commented Nov 6, 2013

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
Copy link
Author

lexcorp commented Nov 9, 2013

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants