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

nasa

Members
  • Posts

    22
  • 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 nasa

  1. Hello, I have setup anonymous access to the reports successfully and I am able to run the reports through a URL. My problem occurs when I enable the parameters, make them visible. If I can the report without being logged into Jasperserver I get "session expired" pop up error and then the parameters are displayed. If I am logged in, there is no problem. Is there a work around for this? Thanks in advance
  2. I found a solution, I deleted the default theme and renamed my theme to default.
  3. Hello, I have setup my environment so that we can access the reports without having to login. (anonymous) I have now created a new theme and set it to active. For some reason the them only works for my Admin account but not when I run the report from anonymous. Is there a setting that needs to be enabled? Thanks
  4. Hello, I have read some other threads regarding the same thing, but I am unclear on how to proceed. My requirement is to remove such items for the role ROLE_USER, therefore leaving them for ROLE_ADMINISTRATOR only. If there is a decent how-to on how to do this with css, please let me know. Thanks
  5. So far, everything that I have tried for version 4 doesn't seem to work. If anybody can document the steps to get this to work on JasperServer 4 would be greatly appreciated.
  6. Hello, I am trying to install JasperReports Server 4.0 on WIndows 2008 32-bit. I downloaded the Windows .exe file Jasperreports-server-cp-4.0.0-windows-installer.exe When it comes to the MySql portion I get an error: Unable to install MySQL as a service with name jasperreportsMySQL. Has anybody come across this? Thanks ** Problem solved, there was a problem with the path. Post Edited by nasa at 06/01/2011 18:03
  7. Hello, I know I have seen this somewhere before, but for the life of me I can't find it. I am trying to remove the Export to Flash icon; option when you run the report. Can anybody help? I am Community Edition 3.7.1. Thanks Nasa
  8. nasa

    Hyperlink

    Hello, I am trying to create a hyperlink in a report to an external process or website using one of my report fields. Something like http://www.google.com?123456 Where 123456 is my database field. Is this possible? Thanks in advance
  9. Hello, I am tring to create the following as either a text or static field. Both options are giving me compile problems. Can anybody suggest something? I want the result to look like this: This is the first line This is the second line Field from database query here This is what my expression looks like: "This is the first line This is the second line " + $F{SDATE} I am not able to put in a carriage return, can somebody help? Thanks in advance
  10. Hello, I finally got Anonymous access working for a simple report, but when I select a report with parameters; I get the attached error. Has anybody come across this? 2010-03-06 01:08:35,586 WARN DefaultRemoter,http-80-Processor21:67 - Method execution failed: java.lang.NullPointerException at com.jaspersoft.jasperserver.war.cascade.CascadeDirector.initialize(CascadeDirector.java:40) at com.jaspersoft.jasperserver.war.cascade.CascadeDirector$$FastClassByCGLIB$$cb78188c.invoke(<generated>) at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191) at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:700) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131) at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:635) at com.jaspersoft.jasperserver.war.cascade.CascadeDirector$$EnhancerByCGLIB$$c50d9985.initialize(<generated>) 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.directwebremoting.impl.ExecuteAjaxFilter.doFilter(ExecuteAjaxFilter.java:34) at org.directwebremoting.impl.DefaultRemoter$1.doFilter(DefaultRemoter.java:428) at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:431) at org.directwebremoting.impl.DefaultRemoter.execute(DefaultRemoter.java:283) at org.directwebremoting.servlet.PlainCallHandler.handle(PlainCallHandler.java:52) at org.directwebremoting.servlet.UrlProcessor.handle(UrlProcessor.java:101) at org.directwebremoting.spring.DwrSpringServlet.doPost(DwrSpringServlet.java:158) 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:83) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:378) at com.jaspersoft.jasperserver.war.security.JSSwitchUserProcessingFilter.doFilterHttp(JSSwitchUserProcessingFilter.java:146) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) 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:390) at org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(ExceptionTranslationFilter.java:101) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) 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:390) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.MetadataAuthenticationProcessingFilter.doFilter(MetadataAuthenticationProcessingFilter.java:139) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at com.jaspersoft.jasperserver.war.util.RequestParameterAuthenticationFilter.doFilter(RequestParameterAuthenticationFilter.java:97) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(BasicProcessingFilter.java:174) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:175) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractProcessingFilter.java:277) at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at com.jaspersoft.jasperserver.war.UserPreferencesFilter.doFilter(UserPreferencesFilter.java:175) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) at com.jaspersoft.jasperserver.api.logging.filter.BasicLoggingFilter.doFilter(BasicLoggingFilter.java:53) at org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:390) 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:390) at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:175) at org.springframework.security.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:99) 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:67) at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:236) at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167) 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.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524) 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) 2010-03-06 01:08:35,616 WARN BaseCallMarshaller,http-80-Processor18:59 - --Erroring: batchId[0] message[java.lang.NullPointerException] 2010-03-06 01:08:35,626 WARN BaseCallMarshaller,http-80-Processor21:59 - --Erroring: batchId[0] message[java.lang.NullPointerException] Thanks Post Edited by nasa at 03/06/2010 05:55
  11. Has anybody enabled Anonymous access, run a report without logging in, in JasperServer 3.7
  12. Hello franzkrauth, Thanks for the post, all of those solutions work fine for JasperServer 3.5 but it doesn't work in 3.7. It looks like the syntax for the beans have changed. Has anybody implemented this in 3.7? Thanks
  13. Thank you. I read the post before, but still no luck. I am trying to run a report without having to login. I will search some more. Thanks
  14. Hello franzkrauth, What you posted is for changes to WEB-INF/applicationContext-events-lgging.xml I was looking for what changes you made in in applicationContext-security.xml where you said in your orginal post "I did update the applicationContext-security.xml so it looks exactly like the old one and checked that the read only access on the directory is assigned to anonymous." To get anonymous access working. Thanks Post Edited by nasa at 03/05/2010 00:08
  15. Hello franzkrauth, Can you explain what you edited in applicationContext-security.xml for this to work? Thanks
  16. Hi Matt, Funny post I must admit. I tried each thread seperately and no solution seemed to work with version 3.7. I will document my steps below? First Attempt: Edited the file applicationContext-security.xml <bean id="anonymousProcessingFilter" class="org.acegisecurity.providers.anonymous.AnonymousProcessingFilter"> <property name="key"><value>foobar</value></property> <property name="userAttribute"><value>anonymousUser,ROLE_ADMINISTRATOR</value></property> </bean> Restarted JasperServer, tried to run report, brought me to login screen Second Attempt: Edited the file applicationContext-security.xml and followed the steps outlined in http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=50689 Restarted JasperServer, tried to run report, got a blank screen Third Attempt Did everything as outlined in Second Attempt and edited the file WEB-INF/applicationContext-events-lgging.xml <bean id="accessContext" class="com.jaspersoft.jasperserver.api.logging.access.context.impl.AccessContextImpl"> <property name="clientClassFactory" ref="mappingResourceFactory"/> <property name="loggingContextProvider" ref="${bean.loggingContextProvider}"/> <property name="userAuthorityService" ref="${bean.userAuthorityService}"/> </bean> Restarted JasperServer, tried to run report, got a blank screen That is what I have done. I also, tried the following: I installed version 3.5, followed steps outlined in http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=50689; everything works. Why doesn't the same solution work for 3.7? Thanks Post Edited by nasa at 03/04/2010 17:39 Post Edited by nasa at 03/04/2010 20:39
  17. Hello, I am a newbie to JasperServer and am using the JasperServer Community version 3.7.0. I am trying to setup Anonymous access on a report folder (no login required). I tried using the following threads: http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=71124 http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=48284 http://jasperforge.org/plugins/espforum/view.php?group_id=112&forumid=102&topicid=50689 Right now all I get is a blank screen, I can not login or even view a report. Any ideas? Thanks in advance
×
×
  • Create New...