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

stegmann

Members
  • Posts

    27
  • 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 stegmann

  1. Hello, we just launched the new 6.2 AWS Version of Jasperserver. Somehow the Superuser Default Password, whcih should be the instance-ID is not working. Is it a known issue? How to solve? Thanks? Philipp
  2. any idea on this? would be really great and helpful to solve. Thanks a lot!
  3. var result = _.extend(HDM.getGeneralOptions(extraOptions), { xAxis: { categories: [] }, plotOptions: { pie: { slicedOffset: 0, dataLabels: { enabled: true }, point: { events: { legendItemClick: HDM._getLegendItemClickHandler } } } }, series: [], labels: { items: [] } });
  4. Hello, using Jasperserver 5.6 on AWS. I am trying to add DataLabels to the Piecharts in Ad-Hoc Editor For this I changed scripts/adhoc/highchart.datamapper.js as following var result = _.extend(HDM.getGeneralOptions(extraOptions), { xAxis: { categories: [] }, plotOptions: { pie: { slicedOffset: 0, dataLabels: { enabled: true }, point: { events: { legendItemClick: HDM._getLegendItemClickHandler } } } }, series: [], labels: { items: [] } });[/code] I uploaded the file and restarted tomcat7. but there is no effect in the charts. Any idea? Thanks a lot, Philipp
  5. Thanks. Ideally I would like to add my own custom SQL Function. Something like "Max(values) / Min(values)" or First(values). I am using SQl Server and would create a custom SQL Function.
  6. Hello, I am using Jasperserver 5.6 on AWS. Is there a way to add a custom sql function as an aggregation / summary function to the context menu of a measure in the adhoc. Without using calculated fields/measures in adhoc? (like this http://community.jaspersoft.com/wiki/adding-standard-deviation-ad-hoc , but this example does not work in 5.6 version) Thanks a lot for your help, Philipp
  7. I need to display pre-aggregated inside the Ad-Hoc Editor. For this I was thinking to create a calculated measure which give me just one special value out of a list. please see example attached For Example I would like to display just the value of "East Total" out of the list of "East 1, East 2, East Total". Anyone any idea ? Thanks a lot.
  8. thanks for the answer UNfortunateley this does not work. "<html><head><script language='JavaScript'class='jasperreports' type='text/javascript'src='https://www.google.com/jsapi'></script><scriptclass='jasperreports'type='text/javascript'>google.load('visualization', '1.0',{'packages':['corechart']}); google.setOnLoadCallback(drawChart);function drawChart() {var data = newgoogle.visualization.DataTable();data.addColumn('string','Topping');data.addColumn('number','Slices');data.addRows([['Mushrooms', 3],['Onions', 1],['Olives',1],['Zucchini', 1],['Pepperoni', 2]]);var options = {'title':'How MuchPizza I Ate Last Night', 'width':400,'height':300};var chart = newgoogle.visualization.PieChart(document.getElementById('chart_div'));chart.draw(data,options);}</script></head><body><divid='chart_div' style='width:400;height:300'></div></body></html>"[/code]Do you have any other idea ?
  9. so far i cannot find the spiderchart functionality in the 5.5. version. Can you maybe provide an example? Thanks a lot, Philipp
  10. great news. Can you maybe share how HTML5 SpiderCharts can be used in Jaspersoft 5.5?
  11. Hello Teodor, thanks for your post. I have attached two screenshot of my browser. 1. When called on Jasperserver 2. When called with the Ireport Preview. 3. The Javascript Console Error Log ("Kein Element gefunden" = No element found) Do you have an idea? Thanks a lot, Philipp
  12. Still no solution :( How can I integrate this script? <script type='text/javascript' src='https://www.google.com/jsapi'>[/code]Do I maybe have to include this in the Header of the generated HTML file via the JRHtmlExporterParamter HTML_HEADER ? But how to configure this on the jaspersoft server? How to add the Java Code for setting the parameter via ireport? Thanks for your help! Philipp
  13. Hello Marianol, thanks a lot for your answer. But unfortunateley this does not help. I have already copied the file in the lib-Folder of the server. The HTML Component works fine with other examples (simple HTML, iframes or even Javascript codes). But when using the The weird thing is, that the reports displays correctly in ireport and also in the Jaspersoft App from Appstore but not when calling the report via browser from the server directly. I am using Jasperserver-Pro 5.2 on AWS. I also tried with a local installation: same problem. Do you have any idea? Thanks so much for your help. Philipp
  14. Update: The page displays correctly under iOS 7 with the Jaspersoft App but not with the Safari Browser. Any idea? thanks a lot, PPhilipp
  15. Hello, I wanted to chart data with the Google Chart API. I created a HTML-Componente containing the the full HTML code inclusive the <script type='text/javascript' src='https://www.google.com/jsapi'> tag. The HTML Export works fine in iReport, but the HTML Component remains empty when called on jasperserver. There is no error message. (btw: when called from iOS 7.0.1 with my iphone the page is displayed correctly.) I tried with different browsers, but always the same thing. Can anyone help? Please find attached the JRXML This is the JRXML code: <?xml version="1.0" encoding="UTF-8"?><jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="HtmlComponentReport" pageWidth="595" pageHeight="842" columnWidth="515" leftMargin="40" rightMargin="40" topMargin="50" bottomMargin="50" uuid="b4ad5fd2-ee36-4fc4-a326-5600945b4633"> <property name="ireport.zoom" value="1.0"/> <property name="ireport.x" value="0"/> <property name="ireport.y" value="0"/> <parameter name="JRProjectID" class="java.lang.Integer"> <defaultValueExpression> <![CDATA[integer.valueOf(287)]]> </defaultValueExpression> </parameter> <parameter name="chart" class="java.lang.String" isForPrompting="false"> <defaultValueExpression> <![CDATA["<!DOCTYPE html><html><head><script type=text/javascript' src='https://www.google.com/jsapi'></script><script type='text/javascript'>google.load('visualization', '1.0', {'packages':['corechart]}); google.setOnLoadCallback(drawChart);function drawChart() {var data = new google.visualization.DataTable();data.addColumn('string', 'Topping');data.addColumn('number', 'Slices');data.addRows('Mushrooms', 3],['Onions', 1],['Olives', 1],['Zucchini', 1],['Pepperoni', 2);var options = {'title':'How Much Pizza I Ate Last Night', 'width':400,'height':300};var chart = new google.visualization.PieChart(document.getElementById('chart_div'));chart.draw(data, options);}</script></head><body><div id=chart_div' style='width:400; height:300'></div></body></html&gt]]> </defaultValueExpression> </parameter> <queryString> <![CDATA[select 1 as dummy]]> </queryString> <field name="dummy" class="java.lang.Integer"/> <title> <band height="502"> <componentElement> <reportElement uuid="13361114-deb3-40d4-be5d-913b157ba7d3" x="0" y="0" width="515" height="472" backcolor="#ADD8E6"/> <hc:html xmlns:hc="http://jasperreports.sourceforge.net/htmlcomponent" xsi:schemaLocation="http://jasperreports.sourceforge.net/htmlcomponent http://jasperreports.sourceforge.net/xsd/htmlcomponent.xsd" scaleType="FillFrame" horizontalAlign="Left" verticalAlign="Top"> <hc:htmlContentExpression> <![CDATA[$P{chart}]]> </hc:htmlContentExpression> </hc:html> </componentElement> </band> </title></jasperReport>[/code] Thanks for your help!
  16. FINALLY I solved the problem: 1. You need to define a Bucket Property on category level. I created one with the name "quarter". <dataAxis axis="Rows"> <axisLevel name="month"> <labelExpression><![CDATA["month"]]></labelExpression> <axisLevelBucket class="java.lang.Comparable"> <bucketExpression><![CDATA[$F{month_of_year}]]></bucketExpression> <bucketProperty name="quarter"><![CDATA[$F{quarter}]]></bucketProperty> </axisLevelBucket> </axisLevel> </dataAxis> 2. In the Series where the value should be visible you need to create a SeriesItemProperty (NOT SeriesProperty) <hc:series name="Sales"> <hc:contributor name="SeriesItemProperty"> <hc:contributorProperty name="quarter" valueType="Bucket" value="month.quarter"/> </hc:contributor> </hc:series> 3. Then you can call the property in the tooltip, using the tooltip.formatter Chart Property <hc:chartProperty name="tooltip.formatter"> <hc:propertyExpression><![CDATA["function() {return this.point.quarter}"]]></hc:propertyExpression> </hc:chartProperty> And now it works ! :)
  17. Yes, I am also very interested in using d3.js in Jasperreports, especially Treemap and Hierarchie / Dendrogram visualisations. Is there any idea? Philipp
  18. My other post with attachment did not display here, so next try without attachment...:) Hello, this is a good idea. I now created a new JRXML based on foodmart datasource with Month as Categories and Sales as Measures. I want to include the "Quarter" information in the tooltip. So i created: <dataAxis axis="Rows"> <axisLevel name="month"> <labelExpression><![CDATA["month"]]></labelExpression> <axisLevelBucket class="java.lang.Comparable"> <bucketExpression><![CDATA[$F{month_of_year}]]></bucketExpression> <bucketProperty name="quarter"><![CDATA[$F{quarter}.toString()]]></bucketProperty> </axisLevelBucket> </axisLevel> </dataAxis> But how to integrate in tooltip? The following did not work: <hc:chartProperty name="tooltip.formatter"> <hc:propertyExpression><![CDATA["function() {return month.quarter ;}"]]></hc:propertyExpression> </hc:chartProperty> Any ideas? Thanks a lot! Philipp
  19. Hello, I have a HTML5-Barchart with 5 Categories and I want to add additional information in the tooltip using the tooltip formatter. The additional information is stored in an array-variable (Type java.lang.String[]) and I can call the specific value by $V{variable1}[x] where x stands for the Item-position in the array. Now I want to add a tooltip showing the corresponding value from the array. for example. When I mousover on the bar in category 1 it should return $V{variable1}[1] and When mousover on 3 it should return $V{variable1}[3] How do I get the category number from HTML5 Charts to using this as a number to call the correct item in the array? Does anyone has an idea? Would be really great! Maybe there is another way to add addtional information in the tooltip? Thanks, Philipp
  20. Hello, i think this is an easy one for the experts, however I am lost...:) When logging in to Jasperserver I set the locale to DE_de and expect the decimal seperator to be "," and not ".". However in all tables and charts I still have the english number format. How can I change this, especially for HTML5 Charts. Thanks for your help, Philipp
  21. Hello, when using the tooltip.useHTML = True option in HTML5 Charts it gives me an error when exporting to PDF. Using Jasperserver-Pro 5.1 on AWS This is the error code: Fehlermeldungnet.sf.jasperreports.engine.JRRuntimeException: org.mozilla.javascript.WrappedException: Wrapped org.w3c.dom.DOMException: The current document is unable to create an element of the requested type (namespace: http://www.w3.org/2000/svg, name: span). (script#16) Ablaufverfolgung für Fehlernet.sf.jasperreports.engine.JRRuntimeException: org.mozilla.javascript.WrappedException: Wrapped org.w3c.dom.DOMException: The current document is unable to create an element of the requested type (namespace: http://www.w3.org/2000/svg, name: span). (script#16) at com.jaspersoft.jasperreports.highcharts.charts.ChartPdfHandler.exportElement(ChartPdfHandler.java:45) at net.sf.jasperreports.engine.export.JRPdfExporter.exportGenericElement(JRPdfExporter.java:2750) at net.sf.jasperreports.engine.export.JRPdfExporter.exportElements(JRPdfExporter.java:868) at net.sf.jasperreports.engine.export.JRPdfExporter.exportPage(JRPdfExporter.java:820) at net.sf.jasperreports.engine.export.JRPdfExporter.exportReportToStream(JRPdfExporter.java:697) at net.sf.jasperreports.engine.export.JRPdfExporter.exportReport(JRPdfExporter.java:398) at com.jaspersoft.jasperserver.api.engine.jasperreports.service.impl.EngineServiceImpl.exportToPdf(EngineServiceImpl.java:549) at sun.reflect.GeneratedMethodAccessor659.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at sun.proxy.$Proxy46.exportToPdf(Unknown Source) at com.jaspersoft.jasperserver.war.action.ReportPdfExporter.export(ReportPdfExporter.java:58) at com.jaspersoft.jasperserver.war.action.AbstractReportExporter.exportBuffered(AbstractReportExporter.java:171) at com.jaspersoft.jasperserver.war.action.AbstractReportExporter.export(AbstractReportExporter.java:97) at com.jaspersoft.jasperserver.war.action.ReportExporterAction.export(ReportExporterAction.java:147) at sun.reflect.GeneratedMethodAccessor658.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.springframework.webflow.action.DispatchMethodInvoker.invoke(DispatchMethodInvoker.java:98) at org.springframework.webflow.action.MultiAction.doExecute(MultiAction.java:123) at org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188) at org.springframework.webflow.execution.AnnotatedAction.execute(AnnotatedAction.java:145) at org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51) at org.springframework.webflow.action.EvaluateAction.doExecute(EvaluateAction.java:77) at org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:188) at org.springframework.webflow.execution.AnnotatedAction.execute(AnnotatedAction.java:145) at org.springframework.webflow.execution.ActionExecutor.execute(ActionExecutor.java:51) at org.springframework.webflow.engine.ActionList.execute(ActionList.java:155) at org.springframework.webflow.engine.State.enter(State.java:193) at org.springframework.webflow.engine.Transition.execute(Transition.java:227) at org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:393) at org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214) at org.springframework.webflow.engine.TransitionableState.handleEvent(TransitionableState.java:119) at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:555) at org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:388) at org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210) at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:105) at org.springframework.webflow.engine.State.enter(State.java:194) at org.springframework.webflow.engine.Transition.execute(Transition.java:227) at org.springframework.webflow.engine.impl.FlowExecutionImpl.execute(FlowExecutionImpl.java:393) at org.springframework.webflow.engine.impl.RequestControlContextImpl.execute(RequestControlContextImpl.java:214) at org.springframework.webflow.engine.Flow.handleEvent(Flow.java:560) at org.springframework.webflow.engine.impl.FlowExecutionImpl.handleEvent(FlowExecutionImpl.java:388) at org.springframework.webflow.engine.impl.RequestControlContextImpl.handleEvent(RequestControlContextImpl.java:210) at org.springframework.webflow.engine.ViewState.handleEvent(ViewState.java:232) at org.springframework.webflow.engine.ViewState.resume(ViewState.java:196) at org.springframework.webflow.engine.Flow.resume(Flow.java:545) at org.springframework.webflow.engine.impl.FlowExecutionImpl.resume(FlowExecutionImpl.java:261) at org.springframework.webflow.executor.FlowExecutorImpl.resumeExecution(FlowExecutorImpl.java:169) at sun.reflect.GeneratedMethodAccessor385.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150) at org.springframework.security.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at sun.proxy.$Proxy144.resumeExecution(Unknown Source) at org.springframework.webflow.mvc.servlet.FlowHandlerAdapter.handle(FlowHandlerAdapter.java:183) at org.springframework.webflow.mvc.servlet.FlowController.handleRequest(FlowController.java:174) at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:900) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:827) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:789) at javax.servlet.http.HttpServlet.service(HttpServlet.java:647) at javax.servlet.http.HttpServlet.service(HttpServlet.java:728) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at com.jaspersoft.jasperserver.war.StaticFilesCacheControlFilter.doFilter(StaticFilesCacheControlFilter.java:112) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:399) at com.jaspersoft.jasperserver.api.security.IPadSupportFilter.doFilter(IPadSupportFilter.java:67) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:154) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109) at org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFilterHttp(AnonymousProcessingFilter.java:105) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:96) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.multipleTenancy.MTBasicProcessingFilter.doFilterHttp(MTBasicProcessingFilter.java:182) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:209) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:278) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.ji.license.LicenseCheckFilter.doFilter(LicenseCheckFilter.java:90) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.ji.license.JILicenseFilter.doFilter(JILicenseFilter.java:66) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:209) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.security.JSCsrfGuardFilter.doFilter(JSCsrfGuardFilter.java:83) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.security.WebAppSecurityFilter.doFilter(WebAppSecurityFilter.java:76) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.war.MultipartRequestWrapperFilter.doFilter(MultipartRequestWrapperFilter.java:90) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at com.jaspersoft.jasperserver.api.security.encryption.EncryptionFilter.doFilter(EncryptionFilter.java:130) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilterHttp(HttpSessionContextIntegrationFilter.java:235) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:411) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:188) at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at com.jaspersoft.jasperserver.war.util.SessionDecoratorFilter.doFilter(SessionDecoratorFilter.java:43) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:67) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at com.jaspersoft.jasperserver.war.P3PFilter.doFilter(P3PFilter.java:43) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:243) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:581) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99) at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:936) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:407) at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1004) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589) at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:312) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:679) Caused by: org.mozilla.javascript.WrappedException: Wrapped org.w3c.dom.DOMException: The current document is unable to create an element of the requested type (namespace: http://www.w3.org/2000/svg, name: span). (script#16) at org.mozilla.javascript.Context.throwAsScriptRuntimeEx(Context.java:1786) at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:183) at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:247) at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_anonymous_78(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:1832) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_anonymous_114(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:2977) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:66) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_anonymous_146(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:3853) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_anonymous_145(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:3814) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_anonymous_155(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:4001) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.optimizer.OptRuntime.callN(OptRuntime.java:86) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_Tooltip_285(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:8035) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:369) at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2440) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_anonymous_322(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:9006) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.optimizer.OptRuntime.call2(OptRuntime.java:76) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_MouseTracker_303(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:8451) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:369) at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2440) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_anonymous_415(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:11014) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.optimizer.OptRuntime.callProp0(OptRuntime.java:119) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_anonymous_420(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:11074) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:66) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3._c_Chart_350(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js:9657) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_highcharts_bbox_js_3.call(com.jaspersoft.jasperreports.highcharts.highcharts.bbox.js) at org.mozilla.javascript.BaseFunction.construct(BaseFunction.java:369) at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2440) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_render_svg_renderer_highcharts_js_2._c_renderSVGFromJson_4(com.jaspersoft.jasperreports.highcharts.render.svg-renderer-highcharts.js:57) at org.mozilla.javascript.gen.com_jaspersoft_jasperreports_highcharts_render_svg_renderer_highcharts_js_2.call(com.jaspersoft.jasperreports.highcharts.render.svg-renderer-highcharts.js) at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1701) at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:854) at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:164) at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:426) at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3178) at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:175) at org.mozilla.javascript.Context.evaluateString(Context.java:1111) at com.jaspersoft.jasperreports.highcharts.charts.render.RhinoChartSvgProducer.getChartSvg(RhinoChartSvgProducer.java:87) at com.jaspersoft.jasperreports.highcharts.charts.render.DefaultChartSvgProducer.getChartSvg(DefaultChartSvgProducer.java:39) at com.jaspersoft.jasperreports.highcharts.charts.render.ChartSvgImageProducer.createRenderable(ChartSvgImageProducer.java:81) at com.jaspersoft.jasperreports.highcharts.charts.render.ChartSvgImageProducer.getChartImage(ChartSvgImageProducer.java:45) at com.jaspersoft.jasperreports.highcharts.charts.ChartPdfHandler.exportElement(ChartPdfHandler.java:42) ... 157 more Caused by: org.w3c.dom.DOMException: The current document is unable to create an element of the requested type (namespace: http://www.w3.org/2000/svg, name: span). at org.apache.batik.dom.AbstractNode.createDOMException(AbstractNode.java:408) at org.apache.batik.dom.svg.SVGDOMImplementation.createElementNS(SVGDOMImplementation.java:211) at org.apache.batik.dom.svg.SVGOMDocument.createElementNS(SVGOMDocument.java:372) at com.jaspersoft.jasperreports.util.batikCanvas.createSVGElement(batikCanvas.java:60) at sun.reflect.GeneratedMethodAccessor410.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:161) ... 209 more Any ideas? Thanks a lot, Philipp
  22. Thank you. The problem was: I left the '#'. (shame on me) Now it works. :) Thanks a lot for the hint.
  23. Hello everyone I uploaded a new theme (in root directory as a superuser) and activated it. In this theme I included the following code in overrides_custom.css loginPage #copy { display: none; } I wanted to disable the left column of the default login screen. But I cannot see the changes in the login page.(even after deleting cache and restaring the server) Changes regardig colors etc. apply correctly. Can anyone help? Thanks Philipp
×
×
  • Create New...