Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-report-engine-dev] Getting Problem with Birt2.2M6

Hi,

earlier i was using birt2.1 for my development, as i need some more feturs of birt2.2m6  i have downloaded  it  and integrated it with my spring application as like earlier . which is throughing exception in server consol.

Following is the Stack Trace:


org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportDesignHolder' defined in class path resource [report-context.xml]: Cannot create inner bean ' reportEngine.reportEngine' while setting bean property 'reportEngine'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportEngine.reportEngine': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.FatalBeanException: PropertyPathFactoryBean is not allowed to return null, but property value for path 'reportEngine' is null
   beanName: reportDesignHolder
   resourceDescription: class path resource [ report-context.xml]

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reportEngine.reportEngine': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.FatalBeanException : PropertyPathFactoryBean is not allowed to return null, but property value for path 'reportEngine' is null

org.springframework.beans.FatalBeanException: PropertyPathFactoryBean is not allowed to return null, but property value for path 'reportEngine' is null
org.springframework.beans.factory.config.PropertyPathFactoryBean.getObject(PropertyPathFactoryBean.java:186)
org.springframework.beans.factory.support.AbstractBeanFactory.getObjectForSharedInstance(AbstractBeanFactory.java :821)
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBeanDefinition(BeanDefinitionValueResolver.java:155)
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary (BeanDefinitionValueResolver.java:97)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1046)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean (AbstractAutowireCapableBeanFactory.java:857)
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:378)
org.springframework.beans.factory.support.AbstractBeanFactory.getBean (AbstractBeanFactory.java:233)
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:145)
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons (DefaultListableBeanFactory.java:283)
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:313)
org.springframework.context.support.ClassPathXmlApplicationContext.<init>( ClassPathXmlApplicationContext.java:87)
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:72)
org.springframework.context.support.ClassPathXmlApplicationContext .<init>(ClassPathXmlApplicationContext.java:63)
com.vca.woofware.util.tapestry.SpringInitializer.initialize(SpringInitializer.java:35)
$ApplicationInitializer_111fe960433.initialize($ApplicationInitializer_111fe960433.java)
$ApplicationInitializer_111fe960432.initialize($ApplicationInitializer_111fe960432.java)
$ApplicationInitializer_111fe96043c.initialize($ApplicationInitializer_111fe96043c.java)
$ApplicationInitializer_111fe96042b.initialize($ApplicationInitializer_111fe96042b.java)
$ApplicationInitializer_111fe96042a.initialize($ApplicationInitializer_111fe96042a.java)
org.apache.tapestry.ApplicationServlet.initializeApplication(ApplicationServlet.java:299)




and also giving me some Message in Platfom logs:



!SESSION 2007-04-17 12:02:24.866 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.5.0_07
java.vendor=Apple Computer, Inc.
BootLoader constants: OS=macosx, ARCH=ppc, WS=carbon, NL=en_US

!ENTRY org.eclipse.update.configurator 2007-04-17 12:02:24.867
!MESSAGE Could not install bundle update@plugins/org.eclipse.emf.common_2.2.1.v200702131851.jar   The activator org.eclipse.emf.common.CommonPlugin$Implementation for bundle org.eclipse.emf.common is invalid

!ENTRY org.eclipse.update.configurator 2007-04-17 12:02:24.874
!MESSAGE Could not install bundle update@plugins/org.eclipse.emf.ecore.xmi_2.2.2.v200702131851.jar   The activator org.eclipse.emf.ecore.xmi.XMIPlugin$Implementation for bundle org.eclipse.emf.ecore.xmi is invalid

!ENTRY org.eclipse.update.configurator 2007-04-17 12:02:24.884
!MESSAGE Could not install bundle update@plugins/org.eclipse.emf.ecore_2.2.2.v200702131851.jar   The activator org.eclipse.emf.ecore.plugin.EcorePlugin$Implementation for bundle org.eclipse.emf.ecore is invalid




Please help me on this i will be very thank ful.


Thanks in Advance



Venkat

Back to the top