Hello all...
I installed 3.3.0 a while ago. I recently let Squirell fetch the 3.4
updates, but these don't install. /opt/squirell/update seems to have the
necessary files, but starting squirrel-sql.sh from a terminal I get:
----------------------------------------------------------------------------------------
Exception in thread "main"
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name
'net.sourceforge.squirrel_sql.client.update.gui.installer.PreLaunchHelper'
defined in class path resource
[net/sourceforge/squirrel_sql/client/update/gui/installer/net.sourceforge.squirrel_sql.client.update.gui.installer.applicationContext.xml]:
Initialization of bean failed; nested exception is
java.lang.NullPointerException
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:470)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:404)
at
java.security.AccessController.doPrivileged(AccessController.java:202)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:375)
at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:263)
at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:170)
at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:260)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:184)
at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:163)
at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:430)
at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
at
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
at
org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
at
net.sourceforge.squirrel_sql.client.update.gui.installer.PreLaunchHelperFactoryImpl.createPreLaunchHelper(PreLaunchHelperFactoryImpl.java:40)
at
net.sourceforge.squirrel_sql.client.update.gui.installer.PreLaunchUpdateApplication.setupHelper(PreLaunchUpdateApplication.java:73)
at
net.sourceforge.squirrel_sql.client.update.gui.installer.PreLaunchUpdateApplication.main(PreLaunchUpdateApplication.java:58)
Caused by: java.lang.NullPointerException
at
org.springframework.core.GenericTypeResolver.getTypeVariableMap(GenericTypeResolver.java:144)
at
org.springframework.core.GenericTypeResolver.resolveReturnType(GenericTypeResolver.java:93)
at
org.springframework.beans.GenericTypeAwarePropertyDescriptor.getPropertyType(GenericTypeAwarePropertyDescriptor.java:57)
at
java.beans.PropertyDescriptor.setWriteMethod(PropertyDescriptor.java:111)
at
java.beans.PropertyDescriptor.<init>(PropertyDescriptor.java:77)
at
org.springframework.beans.GenericTypeAwarePropertyDescriptor.<init>(GenericTypeAwarePropertyDescriptor.java:47)
at
org.springframework.beans.CachedIntrospectionResults.<init>(CachedIntrospectionResults.java:274)
at
org.springframework.beans.CachedIntrospectionResults.forClass(CachedIntrospectionResults.java:143)
at
org.springframework.beans.BeanWrapperImpl.getCachedIntrospectionResults(BeanWrapperImpl.java:252)
at
org.springframework.beans.BeanWrapperImpl.convertForProperty(BeanWrapperImpl.java:380)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.convertForProperty(AbstractAutowireCapableBeanFactory.java:1253)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1214)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:978)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:462)
... 16 more
----------------------------------------------------------------------------------------
Running Linux xxxxxxxxxx 2.6.32-42-generic-pae #96-Ubuntu SMP Wed Aug 15
19:12:17 UTC 2012 i686 GNU/Linux
java version "1.6.0"
Java(TM) SE Runtime Environment (build pxi3260sr8fp1-20100624_01(SR8 FP1))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Linux x86-32
jvmxi3260sr8ifx-20100609_59383 (JIT enabled, AOT enabled)
J9VM - 20100609_059383
JIT - r9_20100401_15339ifx2
GC - 20100308_AA)
JCL - 20100624_01
----------------------------------------------------------------------------------------
Anything to check?
Thanks.
|