答复: [openflowjava-users] When i install "odl-openflowjava-all" feature in karaf in openflowplugin proejct, I found a problem.
Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES@Cisco) <mirehak@...>
Hi Shixing, I would try to add memory - you are getting out of memory error. If it does not help, than upgrade to jdk-8 might be the next step.
Regards, Michal
From: liushixing <liushixing@...>
Sent: Friday, October 16, 2015 02:48 To: Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES at Cisco) Cc: openflowjava-dev@... Subject: 答复: [openflowjava-dev] 答复: [openflowjava-users] When i install "odl-openflowjava-all" feature in karaf in openflowplugin proejct, I found a problem. Hi Michal,
My environment configuration as following:
-Xmx2048m
java -version java version "1.7.0_51" Java(TM) SE Runtime Environment (build 1.7.0_51-b13) Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
You mean these are the reason to lead to the error?
Regards, Shixing
发件人: Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES
at Cisco) [mailto:mirehak@...]
Hi Shixing, how much heap space memory do you configure for your karaf? Exactly which vendor/version java do you run? It works for me by -Xmx4GB and java -version
Regards, Michal
From: liushixing <liushixing@...>
Hi Michal,
I found a information occurred when I press ctrl + z to finish the karaf after a long time to waiting install odl-openflowplugin-flow-services. Are these valuable information for fix the problem?
Regards, Shixing.
发件人:
openflowjava-dev-bounces@... [mailto:openflowjava-dev-bounces@...]
代表
liushixing
Hi Michal,
Thanks very much for your suggestion. I tried this method to use the pach version for openflowjava, the error information in log file really have disappeared,
But the “odl-openflowplugin-flow-services” still can not be installed. When I input “feature:install odl-openflowplugin-flow-services”and press enter key,
there has been no response all the time in karaf. As if program died. in addition, No error message in the karaf.log.
I don’t know if there are something wrong about the openflowplugin, could you give me some help ? Thanks.
Regards, Shixing
发件人: Michal Rehak -X (mirehak
- PANTHEON TECHNOLOGIES at Cisco) [mailto:mirehak@...]
Hi Shixing, could you try with this ofJava revision (not merged yet):
https://git.opendaylight.org/gerrit/27172
Regards, Michal
From:
openflowjava-users-bounces@... <openflowjava-users-bounces@...> on behalf of
liushixing <liushixing@...>
Hi All,
I downloaded the openflowplugin project master from github , compiled it and run the karaf,
When I install the "odl-openflowjava-all" feature in karaf in openflowplugin project, An error occurred in the log file as following.
After that when I install “odl-openflowplugin-flow-services”, there has been no response all the time in karaf. As if program died.
Is it a known problem with the mater version of the plugin ? Could someone give me some suggestions about that problem?
2015-10-14 15:00:51,533 | ERROR | bundle-tracker-0 | ModuleInfoBundleTracker | 110 - org.opendaylight.controller.config-manager - 0.4.0.SNAPSHOT | Failed to process bundleentry://247.fwk1761849498/META-INF/services/org.opendaylight.yangtools.yang.binding.YangModelBindingProvider for bundle org.opendaylight.openflowjava.openflow-protocol-api_0.7.0.SNAPSHOT [247] java.lang.IllegalStateException: Error while executing getModuleInfo on org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.$YangModelBindingProvider@51f35fd2 at org.opendaylight.controller.config.manager.impl.osgi.mapping.ModuleInfoBundleTracker.retrieveModuleInfo(ModuleInfoBundleTracker.java:144)[110:org.opendaylight.controller.config-manager:0.4.0.SNAPSHOT] at org.opendaylight.controller.config.manager.impl.osgi.mapping.ModuleInfoBundleTracker.addingBundle(ModuleInfoBundleTracker.java:84)[110:org.opendaylight.controller.config-manager:0.4.0.SNAPSHOT] at org.opendaylight.controller.config.manager.impl.osgi.mapping.ModuleInfoBundleTracker.addingBundle(ModuleInfoBundleTracker.java:32)[110:org.opendaylight.controller.config-manager:0.4.0.SNAPSHOT] at org.opendaylight.controller.config.manager.impl.osgi.ExtensibleBundleTracker$1$1.execute(ExtensibleBundleTracker.java:86)[110:org.opendaylight.controller.config-manager:0.4.0.SNAPSHOT] at org.opendaylight.controller.config.manager.impl.osgi.ExtensibleBundleTracker.forEachAdditionalBundle(ExtensibleBundleTracker.java:131)[110:org.opendaylight.controller.config-manager:0.4.0.SNAPSHOT] at org.opendaylight.controller.config.manager.impl.osgi.ExtensibleBundleTracker.access$100(ExtensibleBundleTracker.java:50)[110:org.opendaylight.controller.config-manager:0.4.0.SNAPSHOT] at org.opendaylight.controller.config.manager.impl.osgi.ExtensibleBundleTracker$1.call(ExtensibleBundleTracker.java:83)[110:org.opendaylight.controller.config-manager:0.4.0.SNAPSHOT] at java.util.concurrent.FutureTask.run(FutureTask.java:262)[:1.7.0_51] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)[:1.7.0_51] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)[:1.7.0_51] at java.lang.Thread.run(Thread.java:744)[:1.7.0_51] Caused by: java.lang.ExceptionInInitializerError at org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.$YangModuleInfoImpl.<init>($YangModuleInfoImpl.java:25) at org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.$YangModuleInfoImpl.<clinit>($YangModuleInfoImpl.java:10) at org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.protocol.rev130731.$YangModelBindingProvider.getModuleInfo($YangModelBindingProvider.java:6) at org.opendaylight.controller.config.manager.impl.osgi.mapping.ModuleInfoBundleTracker.retrieveModuleInfo(ModuleInfoBundleTracker.java:142)[110:org.opendaylight.controller.config-manager:0.4.0.SNAPSHOT] ... 10 more Caused by: java.lang.IllegalStateException: Resource '/META-INF/yang/openflow-instruction.yang' is missing at org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.$YangModuleInfoImpl.<init>($YangModuleInfoImpl.java:31)[247:org.opendaylight.openflowjava.openflow-protocol-api:0.7.0.SNAPSHOT] at org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.instruction.rev130731.$YangModuleInfoImpl.<clinit>($YangModuleInfoImpl.java:10)[247:org.opendaylight.openflowjava.openflow-protocol-api:0.7.0.SNAPSHOT] ... 14 more
Regards, Shixing
|
|