Skip to content

Instantly share code, notes, and snippets.

Created April 17, 2014 22:34
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/eba571a29abeaad5b914 to your computer and use it in GitHub Desktop.
.GlobalResourcesLifecycleListener createMBeans No global naming context defined for server
2014-04-17 18:29:34.038 EDT [fileinstall-./plugins] INFO o.o.c.c.s.internal.ClusterManager - I'm a GossipRouter will listen on port 12001
2014-04-17 18:29:34.044 EDT [Start Level Event Dispatcher] INFO o.o.c.n.i.osgi.NetconfImplActivator - Starting TCP netconf server at /127.0.0.1:8383
2014-04-17 18:29:34.076 EDT [fileinstall-./plugins] INFO o.o.c.c.s.internal.ClusterManager - Started GossipRouter
2014-04-17 18:29:34.076 EDT [fileinstall-./plugins] INFO o.o.c.c.s.internal.ClusterManager - Starting the ClusterManager
GossipRouter started at Thu Apr 17 18:29:34 EDT 2014
Listening on port 12001 bound on address 0.0.0.0/0.0.0.0
Backlog is 1000, linger timeout is 2000, and read timeout is 0
2014-04-17 18:29:34.440 EDT [Web socket server] INFO o.o.c.s.s.websockets.WebSocketServer - Web socket server started at port 8181.
2014-04-17 18:29:43.213 EDT [fileinstall-./plugins] INFO o.o.c.c.i.ConfigurationService - ConfigurationService Manager init
2014-04-17 18:29:43.281 EDT [fileinstall-./plugins] WARN o.o.c.u.internal.UserManager - Network Administrator password is set to factory default. Please change the password as soon as possible.
2014-04-17 18:29:48.748 EDT [ControllerI/O Thread] INFO o.o.c.p.o.core.internal.ControllerIO - Controller is now listening on any:6633
2014-04-17 18:29:49.025 EDT [ControllerI/O Thread] INFO o.o.c.p.o.core.internal.Controller - Switch:172.16.150.128:50245 is connected to the Controller
2014-04-17 18:29:50.417 EDT [fileinstall-./plugins] INFO o.o.affinity.l2agent.L2Agent - Initialized
2014-04-17 18:29:50.417 EDT [fileinstall-./plugins] INFO o.o.affinity.l2agent.L2Agent - Started
2014-04-17 18:29:50.419 EDT [fileinstall-./plugins] INFO o.o.a.a.internal.AffinityManagerImpl - Setting hosttracker org.opendaylight.controller.hosttracker.internal.HostTracker@72d04ae
2014-04-17 18:29:50.453 EDT [fileinstall-./plugins] INFO o.o.a.a.internal.AnalyticsManager - Analytics manager started.!!!
2014-04-17 18:29:50.454 EDT [fileinstall-./plugins] INFO o.o.a.a.internal.AnalyticsManager - Analytics manager started.!!!
2014-04-17 18:29:50.832 EDT [SwitchEvent Thread] INFO o.o.affinity.l2agent.L2Agent - Added new node = OF|00:00:00:00:00:00:00:01 to mac_to_ports
2014-04-17 18:29:50.832 EDT [SwitchEvent Thread] INFO o.o.affinity.l2agent.L2Agent - Added new learned MAC = 1 on incoming connector = OF|1@OF|00:00:00:00:00:00:00:01 to mac_to_ports
2014-04-17 18:29:50.840 EDT [Thread-22] ERROR o.o.c.h.internal.HostTracker - Exception on new host notification
java.lang.NullPointerException: null
at org.opendaylight.controller.samples.simpleforwarding.internal.SimpleForwardingImpl.installPerHostRules(SimpleForwardingImpl.java:653) ~[na:na]
at org.opendaylight.controller.samples.simpleforwarding.internal.SimpleForwardingImpl.notifyHTClient(SimpleForwardingImpl.java:840) ~[na:na]
at org.opendaylight.controller.hosttracker.internal.HostTracker.notifyHostLearnedOrRemoved(HostTracker.java:568) [bundlefile:na]
at org.opendaylight.controller.hosttracker.internal.HostTracker.access$600(HostTracker.java:103) [bundlefile:na]
at org.opendaylight.controller.hosttracker.internal.HostTracker$NotifyHostThread.run(HostTracker.java:536) [bundlefile:na]
2014-04-17 18:29:50.843 EDT [SwitchEvent Thread] INFO o.o.affinity.l2agent.L2Agent - Added new learned MAC = 2 on incoming connector = OF|2@OF|00:00:00:00:00:00:00:01 to mac_to_ports
2014-04-17 18:29:50.843 EDT [Thread-23] ERROR o.o.c.h.internal.HostTracker - Exception on new host notification
java.lang.NullPointerException: null
at org.opendaylight.controller.samples.simpleforwarding.internal.SimpleForwardingImpl.installPerHostRules(SimpleForwardingImpl.java:653) ~[na:na]
at org.opendaylight.controller.samples.simpleforwarding.internal.SimpleForwardingImpl.notifyHTClient(SimpleForwardingImpl.java:840) ~[na:na]
at org.opendaylight.controller.hosttracker.internal.HostTracker.notifyHostLearnedOrRemoved(HostTracker.java:568) [bundlefile:na]
at org.opendaylight.controller.hosttracker.internal.HostTracker.access$600(HostTracker.java:103) [bundlefile:na]
at org.opendaylight.controller.hosttracker.internal.HostTracker$NotifyHostThread.run(HostTracker.java:536) [bundlefile:na]
2014-04-17 18:29:50.845 EDT [SwitchEvent Thread] INFO o.o.affinity.l2agent.L2Agent - Installed flow Flow[match = Match [fields={IN_PORT=IN_PORT(OF|2@OF|00:00:00:00:00:00:00:01), DL_DST=DL_DST(00:00:00:00:00:01)}, matches=5], actions = [OUTPUT[OF|1@OF|00:00:00:00:00:00:00:01]], priority = 1, id = 0, idleTimeout = 0, hardTimeout = 0] in node OF|00:00:00:00:00:00:00:01
2014-04-17 18:29:50.852 EDT [SwitchEvent Thread] INFO o.o.affinity.l2agent.L2Agent - Installed flow Flow[match = Match [fields={IN_PORT=IN_PORT(OF|1@OF|00:00:00:00:00:00:00:01), DL_DST=DL_DST(00:00:00:00:00:02)}, matches=5], actions = [OUTPUT[OF|2@OF|00:00:00:00:00:00:00:01]], priority = 1, id = 0, idleTimeout = 0, hardTimeout = 0] in node OF|00:00:00:00:00:00:00:01
2014-04-17 18:29:50.853 EDT [SwitchEvent Thread] INFO o.o.affinity.l2agent.L2Agent - Installed flow Flow[match = Match [fields={IN_PORT=IN_PORT(OF|1@OF|00:00:00:00:00:00:00:01), DL_DST=DL_DST(00:00:00:00:00:02)}, matches=5], actions = [OUTPUT[OF|2@OF|00:00:00:00:00:00:00:01]], priority = 1, id = 0, idleTimeout = 0, hardTimeout = 0] in node OF|00:00:00:00:00:00:00:01
2014-04-17 18:29:51.180 EDT [config-pusher] INFO o.o.c.s.b.i.RootBindingAwareBroker - Starting Binding Aware Broker: binding-broker-impl
2014-04-17 18:29:51.277 EDT [pool-2-thread-1] INFO o.o.c.m.i.m.FlowCapableInventoryProvider - Flow Capable Inventory Provider started.
2014-04-17 18:29:51.529 EDT [Start Level Event Dispatcher] INFO o.o.a.flatl2.FlatL2AffinityImpl - Setting l2agent org.opendaylight.affinity.l2agent.L2Agent@7eded557
2014-04-17 18:29:51.529 EDT [Start Level Event Dispatcher] INFO o.o.a.flatl2.FlatL2AffinityImpl - Setting hosttracker org.opendaylight.controller.hosttracker.internal.HostTracker@72d04ae
2014-04-17 18:29:51.530 EDT [Start Level Event Dispatcher] INFO o.o.a.flatl2.FlatL2AffinityImpl - Setting affinity manager org.opendaylight.affinity.affinity.internal.AffinityManagerImpl@6576924c
2014-04-17 18:29:51.811 EDT [config-pusher] INFO o.o.c.s.c.topology.TopologyProvider - TopologyProvider started
2014-04-17 18:29:51.820 EDT [pool-2-thread-2] INFO o.o.m.c.t.lldp.LLDPDiscoveryProvider - LLDPDiscoveryListener Started.
2014-04-17 18:29:51.895 EDT [config-pusher] INFO o.o.ovsdb.neutron.MDSALConsumer - OVSDB Neutron Registered with MD-SAL
2014-04-17 18:29:51.895 EDT [config-pusher] INFO o.o.ovsdb.neutron.MDSALConsumer - OVSDB Neutron Session Initilized with CONSUMER CONTEXT org.opendaylight.controller.md.sal.binding.util.BindingContextUtils$SingleConsumerContextImpl@4489ffce
2014-04-17 18:29:54.379 EDT [pool-2-thread-1] INFO o.o.controller.frm.flow.FlowProvider - Flow Config Provider started.
2014-04-17 18:29:54.382 EDT [pool-2-thread-3] INFO o.o.c.m.s.manager.StatisticsProvider - Statistics Provider started.
2014-04-17 18:29:54.383 EDT [pool-2-thread-1] INFO o.o.c.frm.group.GroupProvider - Group Config Provider started.
2014-04-17 18:29:54.386 EDT [pool-2-thread-1] INFO o.o.c.frm.meter.MeterProvider - Meter Config Provider started.
2014-04-17 18:29:54.559 EDT [config-pusher] INFO o.o.c.s.c.remoterpc.ServerImpl - Remote RPC Server started [10.3.224.228:5666]
2014-04-17 18:29:54.624 EDT [config-pusher] INFO o.o.c.c.y.c.t.i.ToasterConsumerModule - Toaster consumer (instance org.opendaylight.controller.config.yang.config.toaster_consumer.impl.ToasterConsumerModule$1AutoCloseableToastConsumer@18e077ba) initialized.
2014-04-17 18:29:54.633 EDT [config-pusher] INFO o.o.c.c.y.c.t.i.ToasterProviderModule - Toaster provider (instance org.opendaylight.controller.config.yang.config.toaster_provider.impl.ToasterProviderModule$1AutoCloseableToaster@60a70e18) initialized.
2014-04-17 18:31:50.353 EDT [Timer-3] INFO o.o.a.flatl2.FlatL2AffinityImpl - Host update received (new = false).
2014-04-17 18:31:50.358 EDT [Timer-3] INFO o.o.a.flatl2.FlatL2AffinityImpl - Host update received (new = false).
2014-04-17 18:31:54.723 EDT [config-pusher] ERROR o.o.c.l.b.i.UncaughtExceptionPolicy - Thread Thread[config-pusher,5,main] died because of an uncaught exception
java.lang.IllegalStateException: Max wait for capabilities reached.Not enough capabilities for ConfigSnapshot{configSnapshot='<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config"><module><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl">prefix:openflow-switch-connection-provider-impl</type><name>openflow-switch-connection-provider-default-impl</name><port>6633</port><switch-idle-timeout>15000</switch-idle-timeout>
</module><module><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl">prefix:openflow-switch-connection-provider-impl</type><name>openflow-switch-connection-provider-legacy-impl</name><port>6653</port><switch-idle-timeout>15000</switch-idle-timeout>
</module><module><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:common:config:impl">prefix:openflow-provider-impl</type><name>openflow-provider-impl</name><openflow-switch-connection-provider><type xmlns:ofSwitch="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider">ofSwitch:openflow-switch-connection-provider</type><name>openflow-switch-connection-provider-default</name>
</openflow-switch-connection-provider><openflow-switch-connection-provider><type xmlns:ofSwitch="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider">ofSwitch:openflow-switch-connection-provider</type><name>openflow-switch-connection-provider-legacy</name>
</openflow-switch-connection-provider><binding-aware-broker><type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type><name>binding-osgi-broker</name>
</binding-aware-broker>
</module>
</modules><services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config"><service><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider">prefix:openflow-switch-connection-provider</type><instance><name>openflow-switch-connection-provider-default</name><provider>/modules/module[type='openflow-switch-connection-provider-impl'][name='openflow-switch-connection-provider-default-impl']</provider>
</instance><instance><name>openflow-switch-connection-provider-legacy</name><provider>/modules/module[type='openflow-switch-connection-provider-impl'][name='openflow-switch-connection-provider-legacy-impl']</provider>
</instance>
</service><service><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:common:config">prefix:openflow-provider</type><instance><name>openflow-provider</name><provider>/modules/module[type='openflow-provider-impl'][name='openflow-provider-impl']</provider>
</instance>
</service>
</services>
</data>
', capabilities=[urn:opendaylight:params:xml:ns:yang:openflow:common:config:impl?module=openflow-provider-impl&revision=2014-03-26, urn:opendaylight:params:xml:ns:yang:openflow:common:config?module=openflow-provider&revision=2014-03-26, urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl?module=openflow-switch-connection-provider-impl&revision=2014-03-28, urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider?module=openflow-switch-connection-provider&revision=2014-03-28]}. Expected but not found: [urn:opendaylight:params:xml:ns:yang:openflow:common:config:impl?module=openflow-provider-impl&revision=2014-03-26, urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl?module=openflow-switch-connection-provider-impl&revision=2014-03-28, urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider?module=openflow-switch-connection-provider&revision=2014-03-28, urn:opendaylight:params:xml:ns:yang:openflow:common:config?module=openflow-provider&revision=2014-03-26]
at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.getOperationServiceWithRetries(ConfigPusher.java:109) ~[na:na]
at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.pushConfigWithConflictingVersionRetries(ConfigPusher.java:85) ~[na:na]
at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.pushConfigs(ConfigPusher.java:67) ~[na:na]
at org.opendaylight.controller.netconf.persist.impl.osgi.ConfigPersisterActivator$InnerCustomizer$1.run(ConfigPersisterActivator.java:154) ~[na:na]
at java.lang.Thread.run(Thread.java:744) ~[na:1.7.0_51]
Caused by: org.opendaylight.controller.netconf.persist.impl.ConfigPusher$NotEnoughCapabilitiesException: Not enough capabilities for ConfigSnapshot{configSnapshot='<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"><modules xmlns="urn:opendaylight:params:xml:ns:yang:controller:config"><module><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl">prefix:openflow-switch-connection-provider-impl</type><name>openflow-switch-connection-provider-default-impl</name><port>6633</port><switch-idle-timeout>15000</switch-idle-timeout>
</module><module><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl">prefix:openflow-switch-connection-provider-impl</type><name>openflow-switch-connection-provider-legacy-impl</name><port>6653</port><switch-idle-timeout>15000</switch-idle-timeout>
</module><module><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:common:config:impl">prefix:openflow-provider-impl</type><name>openflow-provider-impl</name><openflow-switch-connection-provider><type xmlns:ofSwitch="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider">ofSwitch:openflow-switch-connection-provider</type><name>openflow-switch-connection-provider-default</name>
</openflow-switch-connection-provider><openflow-switch-connection-provider><type xmlns:ofSwitch="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider">ofSwitch:openflow-switch-connection-provider</type><name>openflow-switch-connection-provider-legacy</name>
</openflow-switch-connection-provider><binding-aware-broker><type xmlns:binding="urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding">binding:binding-broker-osgi-registry</type><name>binding-osgi-broker</name>
</binding-aware-broker>
</module>
</modules><services xmlns="urn:opendaylight:params:xml:ns:yang:controller:config"><service><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider">prefix:openflow-switch-connection-provider</type><instance><name>openflow-switch-connection-provider-default</name><provider>/modules/module[type='openflow-switch-connection-provider-impl'][name='openflow-switch-connection-provider-default-impl']</provider>
</instance><instance><name>openflow-switch-connection-provider-legacy</name><provider>/modules/module[type='openflow-switch-connection-provider-impl'][name='openflow-switch-connection-provider-legacy-impl']</provider>
</instance>
</service><service><type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:openflow:common:config">prefix:openflow-provider</type><instance><name>openflow-provider</name><provider>/modules/module[type='openflow-provider-impl'][name='openflow-provider-impl']</provider>
</instance>
</service>
</services>
</data>
', capabilities=[urn:opendaylight:params:xml:ns:yang:openflow:common:config:impl?module=openflow-provider-impl&revision=2014-03-26, urn:opendaylight:params:xml:ns:yang:openflow:common:config?module=openflow-provider&revision=2014-03-26, urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl?module=openflow-switch-connection-provider-impl&revision=2014-03-28, urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider?module=openflow-switch-connection-provider&revision=2014-03-28]}. Expected but not found: [urn:opendaylight:params:xml:ns:yang:openflow:common:config:impl?module=openflow-provider-impl&revision=2014-03-26, urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider:impl?module=openflow-switch-connection-provider-impl&revision=2014-03-28, urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:provider?module=openflow-switch-connection-provider&revision=2014-03-28, urn:opendaylight:params:xml:ns:yang:openflow:common:config?module=openflow-provider&revision=2014-03-26]
at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.getOperationService(ConfigPusher.java:145) ~[na:na]
at org.opendaylight.controller.netconf.persist.impl.ConfigPusher.getOperationServiceWithRetries(ConfigPusher.java:102) ~[na:na]
... 4 common frames omitted
osgi>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment