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

ravikumarg17

Members
  • Posts

    9
  • Joined

  • Last visited

ravikumarg17's Achievements

Apprentice

Apprentice (3/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. JasperServer 5.1 Linux version 2.6.32-642.3.1.el6.x86_64 (mockbuild@worker1.bsys.centos.org) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-17) Getting below exception, which starting Jaspersever-pro. Any pointers to what could be the issue will be highly appreciated. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'heartbeatTrigger' defined in ServletContext resource [/WEB-INF/applicationContext-logging.xml]: Cannot resolve reference to bean 'heartbeatJob' while setting bean property 'jobDetail'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'heartbeatJob' defined in ServletContext resource [/WEB-INF/applicationContext-logging.xml]: Cannot resolve reference to bean 'heartbeatBean' while setting bean property 'targetObject'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'heartbeatBean' defined in ServletContext resource [/WEB-INF/applicationContext-logging.xml]: Cannot resolve reference to bean 'heartbeatProContributor' while setting bean property 'contributor'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'heartbeatProContributor' defined in ServletContext resource [/WEB-INF/applicationContext-logging-pro.xml]: Cannot resolve reference to bean 'licenseReportCounter' while setting bean property 'licenseReportCounter'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'licenseReportCounter' defined in class path resource [com/jaspersoft/ji/license/ApplicationContextLicenseConfiguration.class]: Instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: Factory method [public com.jaspersoft.ji.license.LicenseReportCounter com.jaspersoft.ji.license.ApplicationContextLicenseConfiguration.licenseReportCounter()] threw exception; nested exception is java.lang.NumberFormatException: For input string: "rtRuns[201411-17668]=1" at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:328)
  2. Hi, We have our application integrated with Jasperserver using CAS. So whenever we navigate to jasper from our application, a new external user with some roles get created on Jasper The user can create a new schedule, but cannot view the scheduled job list. Only superuser is able to see the list against that particular report. Can anyone help me in displaying scheduled job list for external user?
  3. Hi, We are using iReport 5.5.1 In the report we have TextField1, TextField2, TextField3, TextField4, one below the other. TextField2 can have text form 10 to 1,000 characters so we have set Strecth with Overflow as true. For TextField3 and TextField4 we have set Position Type = Float and Strect Type = No Stretch. The issue is that the report display is fine if TextField2 contains 1,000 characters, but if it less then 1,000 say 200 then TextField3 and TextField4 do not move up. We spent lot of time trying different combinations, but did not find the solution. Any help will be highly appreciated.
  4. I installed jasper server 5.1 on a linux box. I am able to login with superuser. After login when I try to open the repository tree. like expand organization or Public folder it gives me below message: Because of this I am not able to configure the Datasource and other custom Datasources which I imported from Dev environment. "500 Internal Server Error. The request was rejected by the HTTP filter. Contact the server administrator. (12217) " Another thing I would like to mention is the Tomcat URL is public. Request to help if there is any configuration through which I could resolve this issue. In logs below stacktrace is seen: at com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.HibernateRepositoryServiceImpl.getFolder(HibernateRepositoryServiceImpl.java:485) at com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.HibernateRepositoryServiceImpl.findByURI(HibernateRepositoryServiceImpl.java:1061) at com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.HibernateRepositoryServiceImpl.loadResourceLookup(HibernateRepositoryServiceImpl.java:385) at com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.HibernateRepositoryServiceImpl$12.execute(HibernateRepositoryServiceImpl.java:377) at com.jaspersoft.jasperserver.api.metadata.common.service.impl.HibernateDaoImpl.executeCallback(HibernateDaoImpl.java:55) at com.jaspersoft.jasperserver.api.metadata.common.service.impl.hibernate.HibernateRepositoryServiceImpl.getResourceLookupUnsecure(HibernateRepositoryServiceImpl.java:375) at sun.reflect.GeneratedMethodAccessor267.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.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202) at sun.proxy.$Proxy121.getResourceLookupUnsecure(Unknown Source) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ObjectPermissionServiceImpl.lookup(ObjectPermissionServiceImpl.java:637) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ObjectPermissionServiceImpl.lookup(ObjectPermissionServiceImpl.java:662) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ObjectPermissionServiceImpl.lookup(ObjectPermissionServiceImpl.java:662) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ObjectPermissionServiceImpl.getAcls(ObjectPermissionServiceImpl.java:295) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ObjectPermissionServiceImpl.getAcls(ObjectPermissionServiceImpl.java:584) at com.jaspersoft.jasperserver.api.metadata.user.service.impl.ObjectPermissionServiceImpl.getAcls(ObjectPermissionServiceImpl.java:602) at sun.reflect.GeneratedMethodAccessor214.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)
  5. More info: This issue is occurring only in IE and not in FireFox. IE version I am seeing this issue in IE 8. Not verified if this issue is there on IE 9.
  6. I will not be able to upload the jrxml due to security reasons. Additional finding I want to mention is that this issue is occurring only for non admin users with ROLE_USER. For admin like superuser, this issue does not occur. I verified all the permissions but not able to trace what might be the issue.
  7. When I run my report, data gets displayed for a second but dissappears after that. When I navigate to second page or any other page, data is displayed. Now when I navigate to the first page data is displayed. I have a main report and 3 sub reports. The main report just holds the logo and footer. The data is part of sub reports. Please advise what might have gone wrong.
  8. With above changes I get the data into multiple sheets which I do not want. I am fine with all data recorsds in single sheet, but I want a footer at the bottom which I am not able to get it.
  9. Hi, I am exporting jasper report to excel. All the records are exported to one sheet and I have one page header and column header. All this is fine. The only issue I have is I do not get the footer at the bottom of the sheet. I have a sub report which gets displayed at the bottom. I have tried all combinations of following properties net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.1=pageHeader net.sf.jasperreports.export.xls.exclude.origin.band.2=pageFooter net.sf.jasperreports.export.xls.exclude.origin.keep.first.band.3=columnHeader net.sf.jasperreports.export.xls.exclude.origin.band.4=columnFooter I get multiple footers when I comment above properties, but I just want one footer at the end of the sheet in report. Please suggest me what property I should be using.
×
×
  • Create New...