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

Exie

Members
  • Posts

    59
  • 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 Exie

  1. Hi Folks, From time to time, we have issues with data loads which means reports run with old/incorrect data. This causes headaches across the business. Is there a way of holding/pausing the quartz schedule, then once the problem is fixed, starting the schedule again to run any reports that were due between when it was paused and when it was resumed. From memory, Quartz was a pretty powerful scheduler, but I dont want to go writing my own interface for it unless I absolutely have to.
  2. Good tip. We've since bailed out of the whole 3.5.x stream. It caused us no end of pain with compatibility problems and other bugs. Without been dramatic, it's cost us a significant amount of money. I wouldnt reccomend anyone go near these versions to be honest. It's quite a worry in fact, as JS was such a good product and has so much promise. If they cant build it right and make it reliable and stable it could spell trouble for its future. The timing is probably the most unfortunate thing for us as we were building our strategic IT plan going forward and JS/JA is now omitted. Its considered too etcentric for us, been too expensive and difficult to work with for very little benefit. I hope others have more success than us!
  3. Just an update, a different view of the same problem looks like: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoSuchMethodError: mondrian.olap.fun.DescendantsFunDef.addAll(Ljava/util/List;[Ljava/lang/Object;)V org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:860) org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:755) By my basic java skills... mondrian.olap.fun.DescendantsFunDef.addAll seems to be where the problem is ... NoSuchMethodError means something is different. At any rate, our organisation is about to drop JS + JA, so it doesnt matter for us. But this may be a problem for other people out there. Post Edited by Exie at 07/21/2009 01:23
  4. Hi, I removed the braces {} but it still crashes as before. Again, if I remove the Descendants() function, it runs correctly. Here's the full MDX if that helps: Code: Just an update.... that same MDX runs fine within iReport 3.0.0, just not on Jasper. Something must have changed between 3.0 and 3.5 to break it. Post Edited by Exie at 07/15/2009 06:22
  5. Hi, I tried iReport 3.5.1 and it still had the same behaviour. I'm downloading iReport 3.5.0 now. Also note - I'm using JS-Pro Tim.
  6. Hi, I'm running iReport 3.5.2 connecting to JasperServer 3.5.1, this is mostly ok, I just save reports in the old version and it works fine. My problem is, I removed ROLE_USER access from a bunch of reports and now they dont show up ? My connection to the server logs in with my user account which has ROLE_ADMINISTRATOR rights, and they show up in the web interface, but not from iReport. If I add ROLE_USER back in, they appear fine. Any ideas ?
  7. Hi, We had a small incident where we lost out JasperServer 3.0, so I installed a fresh 3.5 and have set about re-publishing all our reports/cubes etc. So far its working fine, until I published a report, and its not working. It has an MDX query in it, and the problem seems to be with using Descendants() heres the ROW's clause: NON EMPTY {Descendants([CustomerProduct].[All CustomerProducts], 2.0) } ON ROWS If I take out decendants and just use [CustomerProduct].[All CustomerProducts].Children the query runs, but with Decendants, I get: javax.servlet.jsp.el.ELException: An error occurred while getting property "result" from an instance of class com.tonbeller.jpivot.tags.OlapModelProxy at org.apache.commons.el.Logger.logError(Logger.java:484) at org.apache.commons.el.Logger.logError(Logger.java:588) at org.apache.commons.el.ArraySuffix.evaluate(ArraySuffix.java:318) at org.apache.commons.el.ComplexValue.evaluate(ComplexValue.java:145) at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263) at org.apache.commons.el.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:190) at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:917) at org.apache.jsp.WEB_002dINF.jsp.olap.viewOlap_jsp._jspx_meth_c_if_5(viewOlap_jsp.java:2556) at org.apache.jsp.WEB_002dINF.jsp.olap.viewOlap_jsp._jspService(viewOlap_jsp.java:408) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118) at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52) Has the syntax changed ? is the method obsolete ?
  8. Fantastic! That worked a treat. I just wasnt sure about the structure . Many thanks!
  9. Hi, I was running JS3.0 and had a handful of outputs setup with direct URL access (using ROLE_ANONYMOUS in the applicationContext-security.xml) This was working great, until and unfortunate accident, which means I'm rebuilding it all. So I'm getting started with JS3.5 and have modded the security in the same way, but it no-longer works. My URL looks like: http://192.168.40.15:8080/jasperserver-pro/fileview/fileview/reports/despatch/output/OutstandingOrders-26.xls And I get this back: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is com.jaspersoft.jasperserver.api.JSException: jsexception.could.not.find.content.resource.with.uri org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:408) org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350) javax.servlet.http.HttpServlet.service(HttpServlet.java:689) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) com.jaspersoft.jasperserver.war.common.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:86) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264) org.acegisecurity.ui.switchuser.SwitchUserProcessingFilter.doFilter(SwitchUserProcessingFilter.java:335) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107) org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) com.jaspersoft.ji.license.JILicenseFilter.doFilter(JILicenseFilter.java:107) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:142) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:97) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) com.jaspersoft.jasperserver.multipleTenancy.MTBasicProcessingFilter.doFilter(MTBasicProcessingFilter.java:182) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:178) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:217) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:178) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:191) org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148) org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90) com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:70) org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:138) I suspect it could be because of the mutli-company stuff... to omit this at login I can specify "&orgId=ABC" on the query string, but that doesnt seem to help with direct URL access. Has anyone done this under 3.5 yet ?
  10. Exie

    Date shift...

    Many thanks Lucianc, This solved the problem. Not sure why, but it worked!
  11. Exie

    Date shift...

    So its not just me! Its actually a big problem for us... in my example, a customer order was due 29/04/09, the Oracle data was correct, running the report in iReport was correct, but running from JasperServer returned 28/04/09 ... one day early! I mean, thats nice to deliver early, but its put our warehouses under alot of pressure. I just cant figure why its doing it.
  12. Hi, I've got a report I built in iReport with an SQL query that works great. But when I publish the report to JasperServer and run the report, the dates get shifted 1 day back. I know the datasource is correct, and the report works fine on my PC, but not on the server. I've checked the clock and time-zone config on the server operating system and it's all correct. Any idea what could be causing this ? Tim.
  13. Thanks for that, I forgot to mention we are actually using the Pro version, so I'll log and see what I can find out.
  14. Hi Folks, We're running JasperServer under tomcat as a bundle install with MySQL, but our architecure is changing and we're starting to setup some Glassfish application servers. Has anyone run Jasper under Glassfish ? How hard is it likely to be to migrate across (along with content from MySQL to Oracle) ?
  15. Hi Folks I have a simple sales cube, which has a revenue measure and a dimension with 3 level (Commodity Code, Product Group, Product) ... this all works great. <Schema name="SalesSchema"> <!-- ******************************************** Common Dimensions ***********************************************--> <Dimension type="StandardDimension" name="Warehouse"> <Hierarchy hasAll="true" primaryKey="FROM_STORE"> <Table name="WAREHOUSE_JS_MV" > </Table> <Level name="Warehouse" column="FROM_STORE" type="String" uniqueMembers="false" levelType="Regular" hideMemberIf="Never"> </Level> </Hierarchy> </Dimension> <Dimension type="StandardDimension" name="Product"> <Hierarchy hasAll="true" primaryKey="PRODUCT_ID"> <Table name="PRODUCTLIST_JS_MV"> </Table> <Level name="Product Type" column="COMMODITY_CODE" type="String" uniqueMembers="false" levelType="Regular" hideMemberIf="Never"> </Level> <Level name="SKU" column="PRODUCT_ID" nameColumn="PRODUCT_ID" type="String" uniqueMembers="false" levelType="Regular" hideMemberIf="Never" ordinalColumn="PRODUCT_ID"> <Property name="Description" column="PRODUCT_DESCRIPTION" type="String"> </Property> </Level> </Hierarchy> </Dimension> <!-- ******************************************** Sales Cube ***********************************************--> <Cube name="Sales" cache="true" enabled="true"> <Table name="MERGESALESFIGURES_JS_MV"> </Table> <!-- Dimensions --> <Dimension name="AccountManager"> <Hierarchy hasAll="true"> <Level name="Account Manager" column="ACCTMGR" uniqueMembers="false" levelType="Regular" hideMemberIf="Never" ordinalColumn="ACCTMGR"> <Property name="Sales Rep ID" column="ACCTMGR_ID" type="String" ordinalColumn="ACCTMGR_ID"> </Property> </Level> </Hierarchy> </Dimension> <DimensionUsage source="Product" name="Product" foreignKey="PRODUCT_ID"> </DimensionUsage> <DimensionUsage source="Warehouse" name="Warehouse" foreignKey="FROM_STORE"> </DimensionUsage> <!-- Measures --> <Measure name="Quantity" column="QTY" datatype="Numeric" aggregator="sum"> </Measure> <Measure name="Total Cost" column="TOTAL_COST" datatype="Numeric" aggregator="sum"> </Measure> <Measure name="Total Value" column="TOTAL_VALUE" datatype="Numeric" aggregator="sum"> </Measure> </Cube> My problem is, I have created a second cube for sales forecast and use a shared dimension called Product, the problem is we forecast by commodity, so I want to link the column in my fact table to only the first level in the shared dimension. <Cube name="SalesPlan" cache="true" enabled="true"> <Table schema="DWH" name="SALESBUDGET_JS_MV"> </Table> <DimensionUsage source="Product" name="Product" foreignKey="COMMODITY_CODE"/> <DimensionUsage source="Time" name="Time" foreignKey="PLAN_DT" /> <Measure name="Budget Value" column="PLAN_AMT" datatype="Numeric" aggregator="sum"> </Measure> </Cube> I know the key column COMMODITY_CODE matches in the shared dimension table PRODUCTLIST_JS_MV, but all I get is rolled up values for the whole dimension, it wont breakdown the values in the first level. Any ideas ?
  16. Hi, I have a report I'm making which passes a parameter into an MDX query. It's a sales report, and when I use one sales rep, it works cool, but when I use a new sales rep who doesnt have any sales for last month, I get:Error filling print... No such tuple ([Measures].[Prior MTD Sales] on axis 0. The measure is defined as: member [Measures].[Prior MTD Sales] as='Sum(Mtd(ParallelPeriod([Time].[Year], 1.0, $P!{FullDateSelection} )), [Measures].[Total Value])', format_string = "|$#,###.00|" I know there will be no data for the particular rep, can I just get it to return blank or null or something rather than erroring out ?
  17. I've always used JasperServer to run reports against an Oracle datasource, it's always worked great for me. What hasnt worked so well is storing the JasperServer Metadata in Oracle. The DDL scripts never match the hibernate definitions.I'm only up to JS 3.0 though. Can you advise if you've had any success with this ?
  18. Hi, I want a parameter driven report, which will default to a date 7 days from now. How can I do this ?
  19. Hi Folks, I might be in a real bind, we just brought a jaser server licence as we are mostly using pre-canned, parameter driven reports. However we did have 1 cube we have been developing, I didnt think we would need any commercial support for JasperAnalysis just yet, and assumed we could continue building it up in our own time. However after installing the commercial licence for JasperServer, it's disabled my cube saying its not a licenced feature. So I'm now wondering if I can mix an opensource/un-supported copy of JasperAnalysis under one tomcat instance with a supported copy of JasperServer running under another tomcat instance (or on separate servers perhaps) ?
  20. Hi, Has anyone out there actually brought JasperServer ? I've been trying to contact sales for the last few weeks and all I get is an answering machine. I've registed stacks of times via the website. I cant buy a Silver/Gold subscription from the JasperShop, I'm running out of ideas! If I cant buy it, I'm going end up spending a frig load more buying Oracle BI Server. Are there actually any sales people at Jaspersoft ? or is it just an empty room with and answering machine ?
  21. Yes! The report has a prompt in it, I hadnt defined the Input Control in the repository, but I did define the data type. I've now pushed the Input Control back into the repo so that I can re-use it in other reports. I checked the assigned permissions and it's working! Hoorar! I feel kinda dumb now, I should have seen that in the stack trace. Hope to ramp this up to stop my boss buying SQL Server Analysis crap. :)
  22. Dear Sebastian thanks for ur resourceful reply..actually i need to know that is there any way to draw the results without writing or understanding the syntax of MDX Query(Design the business Logic via Wizards) and can we make the whole schema and MDX through Wizards.....and then deploy to the Jasper Server... thanks again to solve my problem... i will wait for ur positive reply again.....Thanks... ... Have you tried the JasperAnalysis Workbench ? I found it was a good start to building your cube definiition. It's all GUI based and you can simply select your dimensions and whip up an OLAP schema really easily. I cant help you with the MDX queries though, I just built mine manually.
  23. C'mon folks, I'll try anything! Is there any good doco on how the security model is implemented? I'm happy to patch some classes and recompile if I can get this going. I just cant create all my users with admin rights. Should I register this as a bug ?
  24. Hi Folks, I've unpacked this out of the box, with the included tomcat server and fired it up. It looks great! I make a JRXML with iReport, inlcuding a prompt, publsihed it as JasperAdmin user and it runs fine. I then created a user, added ROLE_USER, granted/assign priviledges to all the folders and the report. but when my user account tried to run it, I get this: Code: org.acegisecurity.AccessDeniedException: Access is denied org.acegisecurity.AccessDeniedException: Access is denied at org.acegisecurity.vote.AffirmativeBased.decide(AffirmativeBased.java:68) at org.acegisecurity.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:275) at org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:63) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:107) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210) at $Proxy1.getResource(Unknown Source) at com.jaspersoft.jasperserver.war.action.ReportParametersAction.createWrappers(ReportParametersAction.java:379) at com.jaspersoft.jasperserver.war.action.ReportParametersAction.createWrappers(ReportParametersAction.java:119) at com.jaspersoft.jasperserver.war.action.ViewReportAction.checkForParams(ViewReportAction.java:121) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.springframework.webflow.util.DispatchMethodInvoker.invoke(DispatchMethodInvoker.java:103) at org.springframework.webflow.action.MultiAction.doExecute(MultiAction.java:136) at org.springframework.webflow.action.AbstractAction.execute(AbstractAction.java:203) at org.springframework.webflow.engine.AnnotatedAction.execute(AnnotatedAction.java:142) at org.springframework.webflow.engine.ActionExecutor.execute(ActionExecutor.java:61) at org.springframework.webflow.engine.ActionState.doEnter(ActionState.java:180) at org.springframework.webflow.engine.State.enter(State.java:200) at org.springframework.webflow.engine.Flow.start(Flow.java:557) at org.springframework.webflow.engine.impl.RequestControlContextImpl.start(RequestControlContextImpl.java:195) at org.springframework.webflow.engine.SubflowState.doEnter(SubflowState.java:120) at org.springframework.webflow.engine.State.enter(State.java:200) at org.springframework.webflow.engine.Transition.execute(Transition.java:229) at org.springframework.webflow.engine.TransitionableState.onEvent(TransitionableState.java:112) at org.springframework.webflow.engine.Flow.onEvent(Flow.java:572) at org.springframework.webflow.engine.impl.RequestControlContextImpl.signalEvent(RequestControlContextImpl.java:207) at org.springframework.webflow.engine.impl.FlowExecutionImpl.signalEvent(FlowExecutionImpl.java:214) at org.springframework.webflow.executor.FlowExecutorImpl.resume(FlowExecutorImpl.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:281) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:187) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:154) at org.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:66) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:176) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:210) at $Proxy12.resume(Unknown Source) at org.springframework.webflow.executor.support.FlowRequestHandler.handleFlowRequest(FlowRequestHandler.java:115) at org.springframework.webflow.executor.mvc.FlowController.handleRequestInternal(FlowController.java:170) at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153) at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:45) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:820) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:755) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:360) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.jaspersoft.jasperserver.war.common.UploadMultipartFilter.doFilter(UploadMultipartFilter.java:86) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:264) at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107) at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:110) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:136) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:181) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:131) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:217) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:131) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:191) at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:274) at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:148) at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:90) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at com.jaspersoft.jasperserver.war.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:70) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:138) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) Any tips ?
×
×
  • Create New...