Failed When Deploy Custom Visualization to Jasperserver

Hi, guys.

By following tutorial, I have created custom visualization project in Jaspersoft Studio 6.1.0 and it works in HTML preview.

Also has prepared the server setup based on tutorial.

But when i try to upload that project (.jrxml file) to Jasperreports Server, its keep getting me error, always failed.

Jaspersoft Studio Error :

org.apache.http.client.HttpResponseException: Internal Server Error
    at com.jaspersoft.studio.server.protocol.restv2.RESTv2ExceptionHandler.handleException(RESTv2ExceptionHandler.java:70)
    at com.jaspersoft.studio.server.protocol.restv2.ARestV2ConnectionJersey.toObj(ARestV2ConnectionJersey.java:52)
    at com.jaspersoft.studio.server.protocol.restv2.RestV2ConnectionJersey.addOrModifyResource(RestV2ConnectionJersey.java:511)
    at com.jaspersoft.studio.server.protocol.ProxyConnection.addOrModifyResource(ProxyConnection.java:311)
    at com.jaspersoft.studio.server.publish.Publish.publishResources(Publish.java:196)
    at com.jaspersoft.studio.server.publish.Publish.publish(Publish.java:65)
    at com.jaspersoft.studio.server.publish.wizard.Publish2ServerWizard$3.run(Publish2ServerWizard.java:302)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

JasperServer Log :

 

Tutorial Reference : http://community.jaspersoft.com/wiki/custom-visualization-component-v60x-how-run-samples

Thanks & Regards

newbie wan's picture
Joined: Nov 12 2014 - 10:20pm
Last seen: 6 years 2 weeks ago

1 Answer:

[Solved]

Remove the jasperreports-htmlcomponent-6.1.0.jar from folder ../WEB-INF/lib

Now i can upload the cvc and it can running well on Jaspererver :D

newbie wan's picture
Joined: Nov 12 2014 - 10:20pm
Last seen: 6 years 2 weeks ago
Feedback