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

JasperTechie

Members
  • Posts

    11
  • Joined

  • Last visited

 Content Type 

Profiles

Forum

Events

Featured Visualizations

Knowledge Base

Documentation (PDF Downloads)

Blog

Documentation (Test Area)

Documentation

Dr. Jaspersoft Webinar Series

Downloads

Everything posted by JasperTechie

  1. Hi, We have integrated JasperReports server v6.2.0 with SiteMinder with HTTPS SSL enabled Single Sign On (SSO). After proper redirection, Jasper server landing page is appearing blank with Menu bar loaded. Following browser console logs are found while landing page rendering of Jasper server: Blocked loading mixed active content "http://test.com/jasperserver-pro/rest_v2/hypermedia/workflows?parentName=main" xhr.send( ( options.hasContent && options.data ) || null ); jquery.js (line 9666, col 5) Blocked loading mixed active content "http://test.com/jasperserver-pro/rest_v2/hypermedia/resources?limit=10&sortBy=accessTime&accessType=VIEWED&type=reportUnit&type=adhocDataView&type=olapUnit&type=dashboard&relativeUriToExclude=/temp&relativeUriToExclude=/adhoc/topics&relativeUriToExclude=/public/adhoc/topics&_=1475679065632"xhr.send( ( options.hasContent && options.data ) || null ); jquery.js (line 9666, col 5) Blocked loading mixed active content "http://test.com/jasperserver-pro/rest_v2/hypermedia/contentReferences?group=popular&_=1475679065633" xhr.send( ( options.hasContent && options.data ) || null ); Please shed some light towards this issue resolution at the earliest. Thanks in advance. SK51
  2. Hi, We are using JasperReports server v6.2.0. with Apache Tomcat as Application server. I‘ve implemented a code to Purging the content Resource files (scheduled export files) from Jasper server by extended the Jasper REST API as per the following link contributed by you: https://github.com/Jaspersoft/jrs-rest-java-client I’ve created a java project in Eclipse IDE and able to successfully execute the code from Eclipse IDE. But when I package this class as Jar and deploy in jasper server lib folder along with jrs-rest-java-client-6.2.0-jar-with-dependencies.jar. I am facing the following exception: javax.ws.rs.ProcessingException: javax.ws.rs.core.Response$Status$Family.familyOf(I)Ljavax/ws/rs/core/Response$Status$Family; at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:264) at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:684) at org.glassfish.jersey.client.JerseyInvocation$1.call(JerseyInvocation.java:681) at org.glassfish.jersey.internal.Errors.process(Errors.java:315) at org.glassfish.jersey.internal.Errors.process(Errors.java:297) at org.glassfish.jersey.internal.Errors.process(Errors.java:228) at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:444) at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:681) at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:437) at org.glassfish.jersey.client.JerseyInvocation$Builder.post(JerseyInvocation.java:343) at com.jaspersoft.jasperserver.jaxrs.client.core.JasperserverRestClient.login(JasperserverRestClient.java:100) at com.jaspersoft.jasperserver.jaxrs.client.core.JasperserverRestClient.authenticate(JasperserverRestClient.java:76) at com.jaspersoft.jasperserver.jaxrs.client.core.JasperserverRestClient.authenticate(JasperserverRestClient.java:50) at com.gptm.jasper.purge.JasperArchivePurge.getResourceDetails(JasperArchivePurge.java:132) at com.gptm.jasper.purge.JasperArchivePurge.test(JasperArchivePurge.java:296) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask.run(FutureTask.java:262) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.NoSuchMethodError: javax.ws.rs.core.Response$Status$Family.familyOf(I)Ljavax/ws/rs/core/Response$Status$Family; at org.glassfish.jersey.message.internal.Statuses$StatusImpl.<init>(Statuses.java:63) at org.glassfish.jersey.message.internal.Statuses$StatusImpl.<init>(Statuses.java:54) at org.glassfish.jersey.message.internal.Statuses.from(Statuses.java:143) at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:397) at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:285) at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:255) ... 28 more Below code execution is throwing the above error: RestClientConfiguration configuration; configuration = new RestClientConfiguration(url); configuration.setContentMimeType(MimeType.JSON); configuration.setAcceptMimeType(MimeType.JSON); client = new JasperserverRestClient(configuration); session = client.authenticate(jusername, jpassword); // Searching the JasperReports Server Repository OperationResult<ClientResourceListWrapper> scheduledreportslist = session .resourcesService().resources() .parameter(ResourceSearchParameter.FOLDER_URI, folderuri) .parameter(ResourceSearchParameter.LIMIT, limit).search(); Please share your inputs to resolve this issue at the earliest. Many Thanks in advance.
  3. Hello Guys, I've configured Datasnapshot in Jasperserver v6.2 by following the steps described in JasperReports server Administration guide v6.2. After server restart, Data snapshot ouput option is not visible under JasperReports server Scheduler pages under output tab. The same configuration works perfectly till JasperReports server v6.1.1 Any help on resolving this issue is highly appreciated. Thanks in advance.
  4. Hi, I've deployed "jasperserver-ws-sample" war file in Tomcat and able to execute the reports available in Jasper Server CE 6.2. But I dont see Interactive Table component featues like Sorting, filtering, Hide/show etc in the HTML output of a report called using REST API, where as these interactive features work fine in Jasper Server. Please provide your suggestions to get the Jasper Report Interactive Featues, when displaying reports using Jasper REST API. Thanks in Advance.
  5. Hi Hozawa, Appreciate your quick response! I need to directly fetch data from Mark logic data base and create Jasper Reports. So, it would be more helpful if you can share your inputs on creating a connection to Mark logic database in Jasper server. Thanks for your time.
  6. Hi, Mark logic database doesn't have JDBC driver to Create JDBC or JNDI connection in jasper server. So, did anyone tried connecting Marklogic database in Jasperserver? Please suggest. Thanks in advance.!
×
×
  • Create New...