opennms 1.12 not starting on solaris 11

"Patrick Tanis" <[email protected]>
Newsgroups gmane.network.opennms.install
Message-ID <[email protected]>
I try to start opennms 1.12 on solaris 11 64 bit but the eventd service stop
running with the following error message:

 

 

An error occurred while attempting to start the "OpenNMS:Name=Eventd"
service (class org.opennms.netmgt.eventd.jmx.Eventd).  Shutting down and
exiting.

javax.management.RuntimeMBeanException:
org.springframework.beans.factory.access.BootstrapException: Unable to
return specified BeanFactory instance: factory key [eventDaemonContext],
from group with resource name [classpath*:beanRefContext.xml]; nested
exception is org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'eventDaemonContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-services-1.12.0.jar!/beanRefContext.xml]:
Cannot resolve reference to bean 'commonContext' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'commonContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-services-1.12.0.jar!/beanRefContext.xml]:
Cannot resolve reference to bean 'daemonContext' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daemonContext' defined in URL
[jar:file:/opt/opennms/lib/org.opennms.core.daemon-1.12.0.jar!/beanRefContex
t.xml]: Cannot resolve reference to bean 'daoContext' while setting
constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daoContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-dao-1.12.0.jar!/beanRefContext.xml]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not instantiate
bean class
[org.springframework.context.support.ClassPathXmlApplicationContext]:
Constructor threw exception; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'syslogNorthbounderManager' defined in URL
[jar:file:/opt/opennms/lib/opennms-alarm-northbounder-syslog-1.12.0.jar!/MET
A-INF/opennms/component-dao.xml]: Invocation of init method failed; nested
exception is java.lang.UnsatisfiedLinkError: Error looking up function
'socket': ld.so.1: java: fatal: socket: can't find symbol

        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrow(DefaultMBeanSe
rverInterceptor.java:839)

        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.rethrowMaybeMBeanExcep
tion(DefaultMBeanServerInterceptor.java:852)

        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:821)

        at
com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:791)

        at org.opennms.netmgt.vmmgr.Invoker.invoke(Invoker.java:316)

        at org.opennms.netmgt.vmmgr.Invoker.invokeMethods(Invoker.java:239)

        at org.opennms.netmgt.vmmgr.Starter.start(Starter.java:245)

        at org.opennms.netmgt.vmmgr.Starter.startDaemon(Starter.java:116)

        at org.opennms.netmgt.vmmgr.Controller.start(Controller.java:190)

        at org.opennms.netmgt.vmmgr.Controller.main(Controller.java:162)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57
)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:43)

        at java.lang.reflect.Method.invoke(Method.java:601)

        at org.opennms.bootstrap.Bootstrap$3.run(Bootstrap.java:362)

        at java.lang.Thread.run(Thread.java:722)

Caused by: org.springframework.beans.factory.access.BootstrapException:
Unable to return specified BeanFactory instance: factory key
[eventDaemonContext], from group with resource name
[classpath*:beanRefContext.xml]; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'eventDaemonContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-services-1.12.0.jar!/beanRefContext.xml]:
Cannot resolve reference to bean 'commonContext' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'commonContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-services-1.12.0.jar!/beanRefContext.xml]:
Cannot resolve reference to bean 'daemonContext' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daemonContext' defined in URL
[jar:file:/opt/opennms/lib/org.opennms.core.daemon-1.12.0.jar!/beanRefContex
t.xml]: Cannot resolve reference to bean 'daoContext' while setting
constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daoContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-dao-1.12.0.jar!/beanRefContext.xml]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not instantiate
bean class
[org.springframework.context.support.ClassPathXmlApplicationContext]:
Constructor threw exception; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'syslogNorthbounderManager' defined in URL
[jar:file:/opt/opennms/lib/opennms-alarm-northbounder-syslog-1.12.0.jar!/MET
A-INF/opennms/component-dao.xml]: Invocation of init method failed; nested
exception is java.lang.UnsatisfiedLinkError: Error looking up function
'socket': ld.so.1: java: fatal: socket: can't find symbol

        at
org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBean
Factory(SingletonBeanFactoryLocator.java:409)

        at
org.opennms.core.utils.BeanUtils.getBeanFactory(BeanUtils.java:58)

        at org.opennms.core.utils.BeanUtils.getFactory(BeanUtils.java:100)

        at
org.opennms.netmgt.daemon.AbstractSpringContextJmxServiceDaemon.init(Abstrac
tSpringContextJmxServiceDaemon.java:94)

        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57
)

        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:43)

        at java.lang.reflect.Method.invoke(Method.java:601)

        at
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntr
ospector.java:111)

        at
com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(StandardMBeanIntr
ospector.java:45)

        at
com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(MBeanIntrospector.java:235
)

        at
com.sun.jmx.mbeanserver.PerInterface.invoke(PerInterface.java:138)

        at
com.sun.jmx.mbeanserver.MBeanSupport.invoke(MBeanSupport.java:250)

        at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanSer
verInterceptor.java:819)

        ... 13 more

Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'eventDaemonContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-services-1.12.0.jar!/beanRefContext.xml]:
Cannot resolve reference to bean 'commonContext' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'commonContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-services-1.12.0.jar!/beanRefContext.xml]:
Cannot resolve reference to bean 'daemonContext' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daemonContext' defined in URL
[jar:file:/opt/opennms/lib/org.opennms.core.daemon-1.12.0.jar!/beanRefContex
t.xml]: Cannot resolve reference to bean 'daoContext' while setting
constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daoContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-dao-1.12.0.jar!/beanRefContext.xml]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not instantiate
bean class
[org.springframework.context.support.ClassPathXmlApplicationContext]:
Constructor threw exception; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'syslogNorthbounderManager' defined in URL
[jar:file:/opt/opennms/lib/opennms-alarm-northbounder-syslog-1.12.0.jar!/MET
A-INF/opennms/component-dao.xml]: Invocation of init method failed; nested
exception is java.lang.UnsatisfiedLinkError: Error looking up function
'socket': ld.so.1: java: fatal: socket: can't find symbol

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eReference(BeanDefinitionValueResolver.java:328)

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eValueIfNecessary(BeanDefinitionValueResolver.java:106)

        at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstru
ctorArguments(ConstructorResolver.java:630)

        at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstr
uctor(ConstructorResolver.java:148)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1002)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBeanInstance(AbstractAutowireCapableBeanFactory.java:906)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.doCreateBean(AbstractAutowireCapableBeanFactory.java:484)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBean(AbstractAutowireCapableBeanFactory.java:455)

        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Ab
stractBeanFactory.java:293)

        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSi
ngleton(DefaultSingletonBeanRegistry.java:222)

        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abst
ractBeanFactory.java:290)

        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra
ctBeanFactory.java:196)

        at
org.springframework.context.support.AbstractApplicationContext.getBean(Abstr
actApplicationContext.java:1079)

        at
org.springframework.beans.factory.access.SingletonBeanFactoryLocator.useBean
Factory(SingletonBeanFactoryLocator.java:397)

        ... 26 more

Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'commonContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-services-1.12.0.jar!/beanRefContext.xml]:
Cannot resolve reference to bean 'daemonContext' while setting constructor
argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daemonContext' defined in URL
[jar:file:/opt/opennms/lib/org.opennms.core.daemon-1.12.0.jar!/beanRefContex
t.xml]: Cannot resolve reference to bean 'daoContext' while setting
constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daoContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-dao-1.12.0.jar!/beanRefContext.xml]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not instantiate
bean class
[org.springframework.context.support.ClassPathXmlApplicationContext]:
Constructor threw exception; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'syslogNorthbounderManager' defined in URL
[jar:file:/opt/opennms/lib/opennms-alarm-northbounder-syslog-1.12.0.jar!/MET
A-INF/opennms/component-dao.xml]: Invocation of init method failed; nested
exception is java.lang.UnsatisfiedLinkError: Error looking up function
'socket': ld.so.1: java: fatal: socket: can't find symbol

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eReference(BeanDefinitionValueResolver.java:328)

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eValueIfNecessary(BeanDefinitionValueResolver.java:106)

        at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstru
ctorArguments(ConstructorResolver.java:630)

        at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstr
uctor(ConstructorResolver.java:148)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1002)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBeanInstance(AbstractAutowireCapableBeanFactory.java:906)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.doCreateBean(AbstractAutowireCapableBeanFactory.java:484)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBean(AbstractAutowireCapableBeanFactory.java:455)

        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Ab
stractBeanFactory.java:293)

        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSi
ngleton(DefaultSingletonBeanRegistry.java:222)

        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abst
ractBeanFactory.java:290)

        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra
ctBeanFactory.java:192)

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eReference(BeanDefinitionValueResolver.java:322)

        ... 39 more

Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'daemonContext' defined in URL
[jar:file:/opt/opennms/lib/org.opennms.core.daemon-1.12.0.jar!/beanRefContex
t.xml]: Cannot resolve reference to bean 'daoContext' while setting
constructor argument; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'daoContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-dao-1.12.0.jar!/beanRefContext.xml]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not instantiate
bean class
[org.springframework.context.support.ClassPathXmlApplicationContext]:
Constructor threw exception; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'syslogNorthbounderManager' defined in URL
[jar:file:/opt/opennms/lib/opennms-alarm-northbounder-syslog-1.12.0.jar!/MET
A-INF/opennms/component-dao.xml]: Invocation of init method failed; nested
exception is java.lang.UnsatisfiedLinkError: Error looking up function
'socket': ld.so.1: java: fatal: socket: can't find symbol

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eReference(BeanDefinitionValueResolver.java:328)

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eValueIfNecessary(BeanDefinitionValueResolver.java:106)

        at
org.springframework.beans.factory.support.ConstructorResolver.resolveConstru
ctorArguments(ConstructorResolver.java:630)

        at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstr
uctor(ConstructorResolver.java:148)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1002)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBeanInstance(AbstractAutowireCapableBeanFactory.java:906)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.doCreateBean(AbstractAutowireCapableBeanFactory.java:484)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBean(AbstractAutowireCapableBeanFactory.java:455)

        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Ab
stractBeanFactory.java:293)

        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSi
ngleton(DefaultSingletonBeanRegistry.java:222)

        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abst
ractBeanFactory.java:290)

        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra
ctBeanFactory.java:192)

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eReference(BeanDefinitionValueResolver.java:322)

        ... 51 more

Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'daoContext' defined in URL
[jar:file:/opt/opennms/lib/opennms-dao-1.12.0.jar!/beanRefContext.xml]:
Instantiation of bean failed; nested exception is
org.springframework.beans.BeanInstantiationException: Could not instantiate
bean class
[org.springframework.context.support.ClassPathXmlApplicationContext]:
Constructor threw exception; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'syslogNorthbounderManager' defined in URL
[jar:file:/opt/opennms/lib/opennms-alarm-northbounder-syslog-1.12.0.jar!/MET
A-INF/opennms/component-dao.xml]: Invocation of init method failed; nested
exception is java.lang.UnsatisfiedLinkError: Error looking up function
'socket': ld.so.1: java: fatal: socket: can't find symbol

        at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstr
uctor(ConstructorResolver.java:288)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1002)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBeanInstance(AbstractAutowireCapableBeanFactory.java:906)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.doCreateBean(AbstractAutowireCapableBeanFactory.java:484)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBean(AbstractAutowireCapableBeanFactory.java:455)

        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Ab
stractBeanFactory.java:293)

        at
org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSi
ngleton(DefaultSingletonBeanRegistry.java:222)

        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(Abst
ractBeanFactory.java:290)

        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(Abstra
ctBeanFactory.java:192)

        at
org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolv
eReference(BeanDefinitionValueResolver.java:322)

        ... 63 more

Caused by: org.springframework.beans.BeanInstantiationException: Could not
instantiate bean class
[org.springframework.context.support.ClassPathXmlApplicationContext]:
Constructor threw exception; nested exception is
org.springframework.beans.factory.BeanCreationException: Error creating bean
with name 'syslogNorthbounderManager' defined in URL
[jar:file:/opt/opennms/lib/opennms-alarm-northbounder-syslog-1.12.0.jar!/MET
A-INF/opennms/component-dao.xml]: Invocation of init method failed; nested
exception is java.lang.UnsatisfiedLinkError: Error looking up function
'socket': ld.so.1: java: fatal: socket: can't find symbol

        at
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:141)

        at
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instan
tiate(SimpleInstantiationStrategy.java:108)

        at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstr
uctor(ConstructorResolver.java:280)

        ... 72 more

Caused by: org.springframework.beans.factory.BeanCreationException: Error
creating bean with name 'syslogNorthbounderManager' defined in URL
[jar:file:/opt/opennms/lib/opennms-alarm-northbounder-syslog-1.12.0.jar!/MET
A-INF/opennms/component-dao.xml]: Invocation of init method failed; nested
exception is java.lang.UnsatisfiedLinkError: Error looking up function
'socket': ld.so.1: java: fatal: socket: can't find symbol

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.initializeBean(AbstractAutowireCapableBeanFactory.java:1422)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.doCreateBean(AbstractAutowireCapableBeanFactory.java:518)

        at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory
.createBean(AbstractAutowireCapableBeanFactory.java:455)

        at
org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(Ab
stractBeanFactory.java:293)

 

 

 

Tanis Patrick

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-install mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-install
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.