Jump to content
Changes to the Jaspersoft community edition download ×

jp40

Members
  • Posts

    4
  • Joined

  • Last visited

jp40's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. I upgraded Jasperserver 2.1 to jasperreports 2.0.5 as per the instructions in a previous post. But reports that used a query in the repository now fail wit a message "server retrieval failed" If i take the query and embed it in the jrxml file then use it it work correctly. This is a problem for report which worked before the change to jasperreports 2.0.5 Any clues?
  2. I have a report which functioned ok in jasperserver 2.0.1 but with 2.1 the report only shows the master part of the report. The report comprises a front page with 3 subreport sections. The subreports are not complex but there is a lot of data the full report takes 4 hours to run. If i run the report which with the full query it only produces the header pages(642 master pages). If i run the report with a small subset of the data it produces the full report including the detail pages for each subreport as it should (5 master pages) I have no error's reported from jasperserver in the apache logs. I have increased the memory to the java environment. Does any one have a clue what is going on.
  3. I have looked this and i think the problem lies in the code which is reading .ireport directory. it complains there are no files there then tries to use jndi to find things.. which times out after 30 attempts. (under fedora core 6) anyway. class file concerned is IREnv.class
  4. Hi I get the following error in the logfile when starting jasperserver under tomcat5-5.5.17 23:23:09,664 ERROR ContextLoader,main:199 - Context initialization failed org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'reportJobUpdateVoter' defined in ServletContext resource [/WEB-INF/applicationContext-report-scheduling.xml]: Class that bean class [org.acegisecurity.vote.BasicAclEntryVoter] depends on not found; nested exception is java.lang.NoClassDefFoundError: org.acegisecurity.vote.AbstractAclVoter java.lang.NoClassDefFoundError: org.acegisecurity.vote.AbstractAclVoter at java.lang.Class.initializeClass(libgcj.so.7rh) at java.lang.Class.initializeClass(libgcj.so.7rh) at java.lang.Class.forName(libgcj.so.7rh) at org.springframework.util.ClassUtils.forName(ClassUtils.java:108) at org.springframework.beans.factory.support.BeanDefinitionReaderUtils.createBeanDefinition(BeanDefinitionReaderUtils.java:65) at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(DefaultXmlBeanDefinitionParser.java:565) at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitionElement(DefaultXmlBeanDefinitionParser.java:531) at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseDefaultElement(DefaultXmlBeanDefinitionParser.java:397) at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.parseBeanDefinitions(DefaultXmlBeanDefinitionParser.java:371) at org.springframework.beans.factory.xml.DefaultXmlBeanDefinitionParser.registerBeanDefinitions(DefaultXmlBeanDefinitionParser.java:206) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:388) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:259) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:209) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:184) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:128) at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:144) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:126) at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:94) at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:89) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:279) at org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:155) at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:240) at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:178) at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49) at org.apache.catalina.core.StandardContext.listenerStart(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.StandardContext.start(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.ContainerBase.addChildInternal(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.ContainerBase.addChild(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.StandardHost.addChild(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.startup.HostConfig.deployDescriptor(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.startup.HostConfig.deployDescriptors(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.startup.HostConfig.deployApps(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.startup.HostConfig.start(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.startup.HostConfig.lifecycleEvent(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.ContainerBase.start(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.StandardHost.start(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.ContainerBase.start(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.StandardEngine.start(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.StandardService.start(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.core.StandardServer.start(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.startup.Catalina.start(catalina-5.5.17.jar.soyx3hhg.so) at java.lang.reflect.Method.invoke(libgcj.so.7rh) at org.apache.catalina.startup.Bootstrap.start(bootstrap.jar.so) at org.apache.catalina.startup.Bootstrap.main(bootstrap.jar.so) Caused by: java.lang.ClassNotFoundException: org.aspectj.lang.JoinPoint at org.apache.catalina.loader.WebappClassLoader.loadClass(catalina-5.5.17.jar.soyx3hhg.so) at org.apache.catalina.loader.WebappClassLoader.loadClass(catalina-5.5.17.jar.soyx3hhg.so) at java.lang.Class.forName(libgcj.so.7rh) at java.lang.Class.initializeClass(libgcj.so.7rh)
×
×
  • Create New...