Running ONOS locally problem

1,868 views
Skip to first unread message

Michele Santuari

unread,
Nov 24, 2016, 5:15:51 AM11/24/16
to onos...@onosproject.org, Thomas Szyrkowiec
Hi,
I am on ubuntu 16.04 LTS and I am not able to start ONOS locally (i.e., ok clean or buck run onos-local) if I add an application in the $ONOS_APPS env variable. At the contrary, using the default variables, ONOS is started correctly and clearly I am able to activate the application using the cli command (i.e., app activate org.onosproject.myapp")

Not working:
$ export ONOS_APPS="drivers,openflow,proxyarp,mobility,myapp"
$ ok clean
Not using buckd because NO_BUCKD is set.
[-] PROCESSING BUCK FILES...FINISHED 0.8s [100%] 🐳  New buck daemon
[-] DOWNLOADING... (0.00 B/S AVG, TOTAL: 0.00 B, 0 Artifacts)
[-] BUILDING...FINISHED 4.8s [100%] (1/1 JOBS, 0 UPDATED, 0 [0.0%] CACHE MISS)
tar: write error
Running clean installation...
Host [localhost]:8101 not found in /home/michele/.ssh/known_hosts
Creating local cluster configs for IP 127.0.0.1...
Waiting for karaf.log
Fail to open karaf.log
Killing ONOS server...

Working:
$ export ONOS_APPS="drivers,openflow,proxyarp,mobility"
$ ok clean
Not using buckd because NO_BUCKD is set.
[-] PROCESSING BUCK FILES...FINISHED 1.5s [100%] 🐳  New buck daemon
[-] DOWNLOADING... (0.00 B/S AVG, TOTAL: 0.00 B, 0 Artifacts)
[-] BUILDING...FINISHED 4.2s [100%] (1/1 JOBS, 0 UPDATED, 0 [0.0%] CACHE MISS)
tar: write error
Running clean installation...
Host [localhost]:8101 not found in /home/michele/.ssh/known_hosts
Creating local cluster configs for IP 127.0.0.1...
Waiting for karaf.log
Nov 24, 2016 10:49:46 AM org.apache.karaf.main.Main launch
...

--
Michele Santuari, ing
CREATE-NET
Future Networks
Research Engineer
Via alla Cascata 56/D - 38123 Povo Trento (Italy)
Skype: s4nto.m
--------------------------------------------------------
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited according to the Italian Law 196/2003 of the Legislature. If you received this in error, please contact the sender and delete the material from any computer.

Mohammed Ali

unread,
Nov 24, 2016, 5:19:11 AM11/24/16
to Michele Santuari, onos...@onosproject.org
What are the versions of karaf/maven/onos,
just installed onos 1.8.0 on ubuntu 16.04 and its working perfectly fine.

Skype: s4nto.m
--------------------------------------------------------
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited according to the Italian Law 196/2003 of the Legislature. If you received this in error, please contact the sender and delete the material from any computer.

--
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+unsubscribe@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-dev/CAAHkLFJWJT2x84O17d6oTr7uqA_xGHMYx2JQJPyrHt6_-koDNg%40mail.gmail.com.

Michele Santuari

unread,
Nov 24, 2016, 5:24:19 AM11/24/16
to Mohammed Ali, onos...@onosproject.org
Hi,
also if you create a new application and add it on the ONOS_APPS variable?

Versions: ONOS Master 1.8.0; karaf 3.0.5; mvn 3.3.9
Thank you.

On 24 November 2016 at 11:19, Mohammed Ali <mohammed...@gmail.com> wrote:
What are the versions of karaf/maven/onos,
just installed onos 1.8.0 on ubuntu 16.04 and its working perfectly fine.
Skype: s4nto.m
--------------------------------------------------------
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited according to the Italian Law 196/2003 of the Legislature. If you received this in error, please contact the sender and delete the material from any computer.

--
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+unsubscribe@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-dev/CAAHkLFJWJT2x84O17d6oTr7uqA_xGHMYx2JQJPyrHt6_-koDNg%40mail.gmail.com.




--
Michele Santuari, ing
CREATE-NET
Future Networks
Research Engineer
Via alla Cascata 56/D - 38123 Povo Trento (Italy)

Mohammed Ali

unread,
Nov 24, 2016, 5:27:12 AM11/24/16
to Michele Santuari, onos...@onosproject.org
I havent tried out the creating new applications,
but these are the versions i am using and it worked fine,
yesterday there was a fix in the maven build and yesterday the mci build was failing,
can you try doing a mci and check again

Michele Santuari

unread,
Nov 24, 2016, 5:32:17 AM11/24/16
to Mohammed Ali, onos...@onosproject.org
I am not using mci, I am using ob (onos-build command) that uses "buck onos build".
I guess that the problem is related to new applications, not the one already provided within ONOS.
For example: I am using a new provider and a new driver, and I am not able to start them with the ONOS_APPS variable. After ONOS is started with the defualt applications, the new provider and the new driver can be started in the cli using the "app activate myapp" command.


On 24 November 2016 at 11:27, Mohammed Ali <mohammed...@gmail.com> wrote:
I havent tried out the creating new applications,
but these are the versions i am using and it worked fine,
yesterday there was a fix in the maven build and yesterday the mci build was failing,
can you try doing a mci and check again

Mohammed Ali

unread,
Nov 24, 2016, 6:39:46 AM11/24/16
to Michele Santuari, onos...@onosproject.org
sdn@sdn-VirtualBox:~/onos$ ok clean

Not using buckd because NO_BUCKD is set.
[-] PROCESSING BUCK FILES...FINISHED 5.7s [100%] 🐳  New buck daemon

[-] DOWNLOADING... (0.00 B/S AVG, TOTAL: 0.00 B, 0 Artifacts)
[-] BUILDING...FINISHED 6.7s [100%] (1/1 JOBS, 0 UPDATED, 0 [0.0%] CACHE MISS)

tar: write error
Running clean installation...
Host [localhost]:8101 not found in /home/sdn/.ssh/known_hosts

Creating local cluster configs for IP 127.0.0.1...
Waiting for karaf.log
Nov 24, 2016 5:05:27 PM org.apache.karaf.main.Main launch
INFO: Installing and starting initial bundles
Nov 24, 2016 5:05:27 PM org.apache.karaf.main.Main launch
INFO: All initial bundles installed and set to start
Nov 24, 2016 5:05:27 PM org.apache.karaf.main.lock.SimpleFileLock lock
INFO: Trying to lock /tmp/onos-1.8.0-SNAPSHOT/apache-karaf-3.0.5/lock
Nov 24, 2016 5:05:27 PM org.apache.karaf.main.lock.SimpleFileLock lock
INFO: Lock acquired
Nov 24, 2016 5:05:27 PM org.apache.karaf.main.Main$KarafLockCallback lockAquired
INFO: Lock acquired. Setting startlevel to 100
2016-11-24 17:05:27,998 | INFO  | FelixStartLevel  | fileinstall                      | 7 - org.apache.felix.fileinstall - 3.5.0 | Creating configuration from jmx.acl.osgi.compendium.cm.cfg
2016-11-24 17:05:28,000 | INFO  | FelixStartLevel  | fileinstall                      | 7 - org.apache.felix.fileinstall - 3.5.0 | Creating configuration from org.apache.karaf.command.acl.bundle.cfg
2016-11-24 17:05:28,008 | INFO  | FelixStartLevel  | fileinstall                      | 7 - org.apache.felix.fileinstall - 3.5.0 | Creating configuration from org.apache.karaf.features.obr.cfg
2016-11-24 17:05:28,011 | INFO  | FelixStartLevel  | fileinstall                      | 7 - org.apache.felix.fileinstall - 3.5.0 | Creating configuration from org.apache.karaf.webconsole.cfg
2016-11-24 17:05:28,015 | INFO  | FelixStartLevel  | fileinstall                      | 7 - org.apache.felix.fileinstall - 3.5.0 | Creating configuration from org.apache.karaf.features.repos.cfg
2016-11-24 17:05:28,746 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature scr 3.0.5
2016-11-24 17:05:28,767 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-incubator 1.8.0-SNAPSHOT
2016-11-24 17:05:28,767 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-core 1.8.0-SNAPSHOT
2016-11-24 17:05:28,768 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:28,768 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature scr 3.0.5
2016-11-24 17:05:28,773 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-thirdparty-base 1.8.0-SNAPSHOT
2016-11-24 17:05:29,434 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:29,434 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature scr 3.0.5
2016-11-24 17:05:29,437 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-thirdparty-base 1.8.0-SNAPSHOT
2016-11-24 17:05:29,488 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature standard 3.0.5
2016-11-24 17:05:29,543 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-cli 1.8.0-SNAPSHOT
2016-11-24 17:05:29,544 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:29,544 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature scr 3.0.5
2016-11-24 17:05:29,547 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-thirdparty-base 1.8.0-SNAPSHOT
2016-11-24 17:05:29,597 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-rest 1.8.0-SNAPSHOT
2016-11-24 17:05:29,597 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:29,598 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature scr 3.0.5
2016-11-24 17:05:29,600 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-thirdparty-base 1.8.0-SNAPSHOT
2016-11-24 17:05:29,662 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-thirdparty-web 1.8.0-SNAPSHOT
2016-11-24 17:05:29,662 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature war 3.0.5
2016-11-24 17:05:29,662 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature http 3.0.5
2016-11-24 17:05:29,663 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-http 3.2.6
2016-11-24 17:05:29,663 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-jetty 8.1.17.v20150415
2016-11-24 17:05:29,757 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-war 3.2.6
2016-11-24 17:05:29,757 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-http-whiteboard 3.2.6
2016-11-24 17:05:29,859 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-gui 1.8.0-SNAPSHOT
2016-11-24 17:05:29,859 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:29,859 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature scr 3.0.5
2016-11-24 17:05:29,868 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-thirdparty-base 1.8.0-SNAPSHOT
2016-11-24 17:05:29,914 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-thirdparty-web 1.8.0-SNAPSHOT
2016-11-24 17:05:29,919 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature war 3.0.5
2016-11-24 17:05:29,919 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature http 3.0.5
2016-11-24 17:05:29,919 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-http 3.2.6
2016-11-24 17:05:29,919 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-jetty 8.1.17.v20150415
2016-11-24 17:05:29,972 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-war 3.2.6
2016-11-24 17:05:29,972 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-http-whiteboard 3.2.6
2016-11-24 17:05:30,091 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-core 1.8.0-SNAPSHOT
2016-11-24 17:05:30,091 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:30,091 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature scr 3.0.5
2016-11-24 17:05:30,094 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-thirdparty-base 1.8.0-SNAPSHOT
2016-11-24 17:05:30,161 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature webconsole 3.0.5
2016-11-24 17:05:30,161 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature http 3.0.5
2016-11-24 17:05:30,162 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-http 3.2.6
2016-11-24 17:05:30,162 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-jetty 8.1.17.v20150415
2016-11-24 17:05:30,546 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:31,203 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:31,961 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature ssh 3.0.5
2016-11-24 17:05:32,073 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature war 3.0.5
2016-11-24 17:05:32,073 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature http 3.0.5
2016-11-24 17:05:32,073 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-http 3.2.6
2016-11-24 17:05:32,073 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-jetty 8.1.17.v20150415
2016-11-24 17:05:32,085 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-war 3.2.6
2016-11-24 17:05:32,085 | INFO  | FelixStartLevel  | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature pax-http-whiteboard 3.2.6
2016-11-24 17:05:32,123 | INFO  | FelixStartLevel  | BlueprintContainerImpl           | 15 - org.apache.aries.blueprint.core - 1.4.4 | Bundle org.apache.karaf.features.command/3.0.5 is waiting for namespace handlers [http://karaf.apache.org/xmlns/shell/v1.1.0]
2016-11-24 17:05:32,187 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 27 - org.apache.karaf.shell.console - 3.0.5 | Generating command ACL config org.apache.karaf.command.acl.feature into service ACL configs [org.apache.karaf.service.acl.command.feature.uninstall, org.apache.karaf.service.acl.command.feature.install]
2016-11-24 17:05:32,191 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 27 - org.apache.karaf.shell.console - 3.0.5 | Generating command ACL config org.apache.karaf.command.acl.jaas into service ACL configs [org.apache.karaf.service.acl.command.jaas.update]
2016-11-24 17:05:32,195 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 27 - org.apache.karaf.shell.console - 3.0.5 | Generating command ACL config org.apache.karaf.command.acl.config into service ACL configs [org.apache.karaf.service.acl.command.config.property-append, org.apache.karaf.service.acl.command.config.property-delete, org.apache.karaf.service.acl.command.config.property-set, org.apache.karaf.service.acl.command.config.edit, org.apache.karaf.service.acl.command.config.update, org.apache.karaf.service.acl.command.config.cancel, org.apache.karaf.service.acl.command.config.delete]
2016-11-24 17:05:32,204 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 27 - org.apache.karaf.shell.console - 3.0.5 | Generating command ACL config org.apache.karaf.command.acl.shell into service ACL configs [org.apache.karaf.service.acl.command.shell.java, org.apache.karaf.service.acl.command.shell.edit, org.apache.karaf.service.acl.command.shell.new, org.apache.karaf.service.acl.command.shell.exec]
2016-11-24 17:05:32,212 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 27 - org.apache.karaf.shell.console - 3.0.5 | Generating command ACL config org.apache.karaf.command.acl.system into service ACL configs [org.apache.karaf.service.acl.command.system.property, org.apache.karaf.service.acl.command.system.shutdown, org.apache.karaf.service.acl.command.system.start-level]
2016-11-24 17:05:32,215 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 27 - org.apache.karaf.shell.console - 3.0.5 | Generating command ACL config org.apache.karaf.command.acl.scope_bundle into service ACL configs [org.apache.karaf.service.acl.command.scope_bundle.packages, org.apache.karaf.service.acl.command.scope_bundle.shell, org.apache.karaf.service.acl.command.scope_bundle.admin, org.apache.karaf.service.acl.command.scope_bundle.ssh, org.apache.karaf.service.acl.command.scope_bundle.osgi, org.apache.karaf.service.acl.command.scope_bundle.config, org.apache.karaf.service.acl.command.scope_bundle.jaas, org.apache.karaf.service.acl.command.scope_bundle.features, org.apache.karaf.service.acl.command.scope_bundle.log]
2016-11-24 17:05:32,233 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 27 - org.apache.karaf.shell.console - 3.0.5 | Generating command ACL config org.apache.karaf.command.acl.kar into service ACL configs [org.apache.karaf.service.acl.command.kar.uninstall, org.apache.karaf.service.acl.command.kar.install]
2016-11-24 17:05:32,236 | INFO  | FelixStartLevel  | SecuredCommandConfigTransformer  | 27 - org.apache.karaf.shell.console - 3.0.5 | Generating command ACL config org.apache.karaf.command.acl.bundle into service ACL configs [org.apache.karaf.service.acl.command.bundle.watch, org.apache.karaf.service.acl.command.bundle.update, org.apache.karaf.service.acl.command.bundle.install, org.apache.karaf.service.acl.command.bundle.refresh, org.apache.karaf.service.acl.command.bundle.uninstall, org.apache.karaf.service.acl.command.bundle.restart, org.apache.karaf.service.acl.command.bundle.stop, org.apache.karaf.service.acl.command.bundle.start]
2016-11-24 17:05:32,319 | INFO  | FelixStartLevel  | BlueprintContainerImpl           | 15 - org.apache.aries.blueprint.core - 1.4.4 | Bundle org.apache.karaf.jaas.modules/3.0.5 is waiting for namespace handlers [http://karaf.apache.org/xmlns/jaas/v1.0.0]
2016-11-24 17:05:32,334 | INFO  | rint Extender: 1 | BlueprintContainerImpl           | 15 - org.apache.aries.blueprint.core - 1.4.4 | Bundle org.apache.karaf.features.command/3.0.5 is waiting for dependencies [(objectClass=org.apache.karaf.features.FeaturesService)]
2016-11-24 17:05:32,485 | INFO  | FelixStartLevel  | ActivateCommandComponent         | 39 - org.apache.karaf.scr.command - 3.0.5 | Activating the Apache Karaf SCR Activate Command
2016-11-24 17:05:32,540 | INFO  | FelixStartLevel  | DeactivateCommandComponent       | 39 - org.apache.karaf.scr.command - 3.0.5 | Activating the Apache Karaf SCR Deactivate Command
2016-11-24 17:05:32,541 | INFO  | FelixStartLevel  | DetailsCommandComponent          | 39 - org.apache.karaf.scr.command - 3.0.5 | Activating the Apache Karaf SCR Details Command
2016-11-24 17:05:32,541 | INFO  | FelixStartLevel  | ListCommandComponent             | 39 - org.apache.karaf.scr.command - 3.0.5 | Activating the Apache Karaf SCR List Command
2016-11-24 17:05:32,641 | INFO  | FelixStartLevel  | BlueprintContainerImpl           | 15 - org.apache.aries.blueprint.core - 1.4.4 | Bundle org.apache.karaf.instance.command/3.0.5 is waiting for dependencies [(objectClass=org.apache.karaf.features.FeaturesService)]
2016-11-24 17:05:32,932 | INFO  | FelixStartLevel  | Activator                        | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | EventAdmin support is not available, no servlet events will be posted!
2016-11-24 17:05:32,935 | INFO  | FelixStartLevel  | Activator                        | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | LogService support enabled, log events will be created.
2016-11-24 17:05:32,938 | INFO  | FelixStartLevel  | Activator                        | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | Pax Web started
2016-11-24 17:05:33,257 | INFO  | pool-3-thread-1  | Server                           | 102 - org.eclipse.jetty.aggregate.jetty-all-server - 8.1.17.v20150415 | jetty-8.1.17.v20150415
2016-11-24 17:05:33,365 | INFO  | pool-3-thread-1  | AbstractConnector                | 102 - org.eclipse.jetty.aggregate.jetty-all-server - 8.1.17.v20150415 | Started SelectChann...@0.0.0.0:8181
2016-11-24 17:05:33,365 | INFO  | pool-3-thread-1  | JettyServerImpl                  | 111 - org.ops4j.pax.web.pax-web-jetty - 3.2.6 | Pax Web available at [0.0.0.0]:[8181]
2016-11-24 17:05:33,392 | WARN  | FelixStartLevel  | ServletTracker                   | 115 - org.ops4j.pax.web.pax-web-extender-whiteboard - 3.2.6 | Registered servlet [org.apache.felix.webconsole.plugins.ds.internal.WebConsolePlugin@7559d6ad] did not contain a valid alias or url patterns property
2016-11-24 17:05:33,396 | INFO  | pool-3-thread-1  | HttpServiceFactoryImpl           | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | Binding bundle: [org.apache.karaf.webconsole.console [150]] to http service
2016-11-24 17:05:33,414 | INFO  | FelixStartLevel  | InstancePlugin                   | 152 - org.apache.karaf.webconsole.instance - 3.0.5 | Instance plugin activated
2016-11-24 17:05:33,446 | INFO  | FelixStartLevel  | HttpServiceFactoryImpl           | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | Binding bundle: [org.apache.karaf.webconsole.instance [152]] to http service
2016-11-24 17:05:33,603 | INFO  | FelixStartLevel  | BlueprintContainerImpl           | 15 - org.apache.aries.blueprint.core - 1.4.4 | Bundle org.apache.karaf.webconsole.features/3.0.5 is waiting for dependencies [(objectClass=org.apache.karaf.features.FeaturesService)]
2016-11-24 17:05:33,625 | INFO  | FelixStartLevel  | GogoPlugin                       | 154 - org.apache.karaf.webconsole.gogo - 3.0.5 | Gogo plugin activated
2016-11-24 17:05:33,628 | INFO  | FelixStartLevel  | HttpServiceFactoryImpl           | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | Binding bundle: [org.apache.karaf.webconsole.gogo [154]] to http service
2016-11-24 17:05:33,676 | INFO  | FelixStartLevel  | HttpPlugin                       | 155 - org.apache.karaf.webconsole.http - 3.0.5 | Http plugin activated
2016-11-24 17:05:33,695 | WARN  | FelixStartLevel  | ServletTracker                   | 115 - org.ops4j.pax.web.pax-web-extender-whiteboard - 3.2.6 | Registered servlet [org.apache.karaf.webconsole.http.HttpPlugin@2154c5f7] did not contain a valid alias or url patterns property
2016-11-24 17:05:33,842 | INFO  | FelixStartLevel  | SecurityUtils                    | 30 - org.apache.sshd.core - 0.14.0 | BouncyCastle not registered, using the default JCE provider
2016-11-24 17:05:34,605 | INFO  | spatch-topology0 | CoreEventDispatcher              | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Dispatch loop initiated
2016-11-24 17:05:34,611 | INFO  | tch-programming0 | CoreEventDispatcher              | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Dispatch loop initiated
2016-11-24 17:05:34,614 | INFO  | ispatch-default0 | CoreEventDispatcher              | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Dispatch loop initiated
2016-11-24 17:05:34,629 | INFO  | FelixStartLevel  | CoreEventDispatcher              | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Starting watchdog task for dispatcher topology
2016-11-24 17:05:34,639 | INFO  | FelixStartLevel  | CoreEventDispatcher              | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Starting watchdog task for dispatcher programming
2016-11-24 17:05:34,639 | INFO  | FelixStartLevel  | CoreEventDispatcher              | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Starting watchdog task for dispatcher default
2016-11-24 17:05:34,640 | INFO  | FelixStartLevel  | CoreEventDispatcher              | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:34,641 | INFO  | FelixStartLevel  | ClusterMetadataManager           | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:34,728 | INFO  | FelixStartLevel  | DefaultClusterMetadataProvider   | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:34,999 | INFO  | FelixStartLevel  | FileBasedClusterMetadataProvider | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:35,004 | INFO  | FelixStartLevel  | HybridLogicalClockManager        | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:35,039 | INFO  | FelixStartLevel  | CodecManager                     | 77 - org.onosproject.onos-core-common - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:35,243 | INFO  | FelixStartLevel  | NettyMessagingManager            | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | enableNettyTLS = false
2016-11-24 17:05:35,464 | INFO  | sagingEvt-nioS-0 | NettyMessagingManager            | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | 127.0.0.1 accepting incoming connections on port 9876
2016-11-24 17:05:35,465 | INFO  | FelixStartLevel  | NettyMessagingManager            | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:35,742 | INFO  | FelixStartLevel  | DistributedClusterStore          | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:35,769 | INFO  | FelixStartLevel  | PersistenceManager               | 80 - org.onosproject.onos-core-persistence - 1.8.0.SNAPSHOT | The database file could not be located, a new database will be constructed.
2016-11-24 17:05:36,293 | INFO  | FelixStartLevel  | PersistenceManager               | 80 - org.onosproject.onos-core-persistence - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:36,309 | INFO  | FelixStartLevel  | IntentDomainManager              | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:36,317 | INFO  | FelixStartLevel  | ComponentManager                 | 83 - org.onosproject.onos-incubator-core - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:36,366 | INFO  | FelixStartLevel  | RemoteServiceManager             | 85 - org.onosproject.onos-incubator-rpc - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:36,368 | INFO  | FelixStartLevel  | LocalRemoteServiceProvider       | 85 - org.onosproject.onos-incubator-rpc - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:36,900 | INFO  | FelixStartLevel  | HttpServiceFactoryImpl           | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | Binding bundle: [org.onosproject.onos-rest [146]] to http service
2016-11-24 17:05:36,906 | INFO  | FelixStartLevel  | ApiDocManager                    | 146 - org.onosproject.onos-rest - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:37,456 | INFO  | FelixStartLevel  | HttpServiceFactoryImpl           | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | Binding bundle: [org.onosproject.onos-gui [148]] to http service
2016-11-24 17:05:37,600 | INFO  | rint Extender: 2 | FeaturesPlugin                   | 153 - org.apache.karaf.webconsole.features - 3.0.5 | Features plugin activated
2016-11-24 17:05:37,621 | INFO  | rint Extender: 2 | HttpServiceFactoryImpl           | 110 - org.ops4j.pax.web.pax-web-runtime - 3.2.6 | Binding bundle: [org.apache.karaf.webconsole.features [153]] to http service
2016-11-24 17:05:38,142 | INFO  | FelixStartLevel  | ClusterManager                   | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:38,151 | INFO  | FelixStartLevel  | ClusterCommunicationManager      | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:38,590 | INFO  | 9876-partition-1 | ServerContext                    | 40 - io.atomix.all - 1.0.0.rc9 | /127.0.0.1:9876 - Transitioning to FOLLOWER
2016-11-24 17:05:39,996 | INFO  | 9876-partition-1 | ServerContext                    | 40 - io.atomix.all - 1.0.0.rc9 | /127.0.0.1:9876 - Transitioning to CANDIDATE
2016-11-24 17:05:39,998 | INFO  | 9876-partition-1 | CandidateState                   | 40 - io.atomix.all - 1.0.0.rc9 | /127.0.0.1:9876 - Starting election
2016-11-24 17:05:40,015 | INFO  | 9876-partition-1 | ServerContext                    | 40 - io.atomix.all - 1.0.0.rc9 | /127.0.0.1:9876 - Transitioning to LEADER
2016-11-24 17:05:40,022 | INFO  | 9876-partition-1 | ServerContext                    | 40 - io.atomix.all - 1.0.0.rc9 | /127.0.0.1:9876 - Found leader /127.0.0.1:9876
2016-11-24 17:05:40,062 | INFO  | 9876-partition-1 | ServerStateMachine               | 40 - io.atomix.all - 1.0.0.rc9 | /127.0.0.1:9876 - Taking snapshot 1
2016-11-24 17:05:40,076 | INFO  | 9876-partition-1 | CopycatServer                    | 40 - io.atomix.all - 1.0.0.rc9 | Server started successfully!
2016-11-24 17:05:40,077 | INFO  | 9876-partition-1 | StoragePartitionServer           | 79 - org.onosproject.onos-core-primitives - 1.8.0.SNAPSHOT | Successfully started server for partition 1
2016-11-24 17:05:40,871 | INFO  | ycat-client-io-1 | ClientSession                    | 40 - io.atomix.all - 1.0.0.rc9 | Registered session 3
2016-11-24 17:05:40,872 | INFO  | t-client-event-1 | StoragePartitionClient           | 79 - org.onosproject.onos-core-primitives - 1.8.0.SNAPSHOT | Successfully started client for partition 1
2016-11-24 17:05:40,872 | INFO  | FelixStartLevel  | PartitionManager                 | 79 - org.onosproject.onos-core-primitives - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,037 | INFO  | FelixStartLevel  | StorageManager                   | 79 - org.onosproject.onos-core-primitives - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,047 | INFO  | FelixStartLevel  | LogicalClockManager              | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,172 | INFO  | FelixStartLevel  | DistributedApplicationIdStore    | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,226 | INFO  | FelixStartLevel  | DistributedDeviceKeyStore        | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,235 | INFO  | FelixStartLevel  | DeviceKeyManager                 | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,344 | INFO  | FelixStartLevel  | DistributedRegionStore           | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,346 | INFO  | FelixStartLevel  | RegionManager                    | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,499 | INFO  | FelixStartLevel  | ConsistentResourceStore          | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,500 | INFO  | FelixStartLevel  | ResourceManager                  | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,502 | INFO  | FelixStartLevel  | DistributedIdBlockStore          | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,586 | INFO  | FelixStartLevel  | DistributedFlowObjectiveStore    | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,656 | INFO  | FelixStartLevel  | DistributedHostStore             | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,689 | INFO  | FelixStartLevel  | DistributedComponentConfigStore  | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,692 | INFO  | FelixStartLevel  | ComponentConfigManager           | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,692 | INFO  | FelixStartLevel  | ComponentConfigLoader            | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,735 | INFO  | FelixStartLevel  | DistributedNetworkConfigStore    | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,736 | INFO  | FelixStartLevel  | NetworkConfigManager             | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,739 | INFO  | FelixStartLevel  | UiTopoLayoutManager              | 148 - org.onosproject.onos-gui - 1.8.0.SNAPSHOT | Initializing layout configurations...
2016-11-24 17:05:41,762 | INFO  | FelixStartLevel  | UiTopoLayoutManager              | 148 - org.onosproject.onos-gui - 1.8.0.SNAPSHOT | Updating Layout via config... _default_: null
2016-11-24 17:05:41,763 | INFO  | FelixStartLevel  | UiTopoLayoutManager              | 148 - org.onosproject.onos-gui - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,766 | INFO  | FelixStartLevel  | ExtraNetworkConfigs              | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,798 | INFO  | FelixStartLevel  | InterfaceManager                 | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,834 | INFO  | FelixStartLevel  | DistributedMcastStore            | 84 - org.onosproject.onos-incubator-store - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,835 | INFO  | FelixStartLevel  | MulticastRouteManager            | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,897 | INFO  | FelixStartLevel  | DistributedLeadershipStore       | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:41,966 | INFO  | FelixStartLevel  | DistributedApplicationStore      | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,012 | INFO  | FelixStartLevel  | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,105 | INFO  | FelixStartLevel  | DistributedVirtualNetworkStore   | 84 - org.onosproject.onos-incubator-store - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,129 | INFO  | FelixStartLevel  | BasicNetworkConfigs              | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,155 | INFO  | FelixStartLevel  | DpiStatisticsManager             | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,157 | INFO  | dpi-dpi-listener | DpiStatisticsManager             | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | DpiStatisticsListener: Receiving thread started...
2016-11-24 17:05:42,157 | INFO  | dpi-dpi-listener | DpiStatisticsManager             | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | DpiStatisticsListener: Waiting for accepting from dpi client...
2016-11-24 17:05:42,282 | INFO  | FelixStartLevel  | DistributedTunnelStore           | 84 - org.onosproject.onos-incubator-store - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,285 | INFO  | FelixStartLevel  | TunnelManager                    | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,298 | INFO  | FelixStartLevel  | LeadershipManager                | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,306 | INFO  | FelixStartLevel  | ConsistentDeviceMastershipStore  | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,384 | INFO  | FelixStartLevel  | WorkPartitionManager             | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,451 | INFO  | FelixStartLevel  | GossipIntentStore                | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,466 | INFO  | FelixStartLevel  | MastershipManager                | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,497 | INFO  | FelixStartLevel  | UiExtensionManager               | 148 - org.onosproject.onos-gui - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,509 | INFO  | FelixStartLevel  | DistributedFlowStatisticStore    | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Setting: messageHandlerThreadPoolSize=4
2016-11-24 17:05:42,527 | INFO  | FelixStartLevel  | DistributedFlowStatisticStore    | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,532 | INFO  | FelixStartLevel  | ReplicaInfoManager               | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,636 | INFO  | FelixStartLevel  | DistributedGroupStore            | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,688 | INFO  | FelixStartLevel  | DeviceClockManager               | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,733 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.optical-model has been installed
2016-11-24 17:05:42,768 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.optical has been installed
2016-11-24 17:05:42,797 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.restsb has been installed
2016-11-24 17:05:42,841 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.ciena has been installed
2016-11-24 17:05:42,878 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openflow-base has been installed
2016-11-24 17:05:42,895 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openstackinterface has been installed
2016-11-24 17:05:42,904 | INFO  | FelixStartLevel  | GossipDeviceStore                | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:42,926 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.netcfglinksprovider has been installed
2016-11-24 17:05:42,974 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.vpls has been installed
2016-11-24 17:05:43,015 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.bgprouter has been installed
2016-11-24 17:05:43,028 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.netconf has been installed
2016-11-24 17:05:43,050 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.xosclient has been installed
2016-11-24 17:05:43,112 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.pcep-api has been installed
2016-11-24 17:05:43,161 | INFO  | FelixStartLevel  | ECLinkStore                      | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:43,174 | INFO  | FelixStartLevel  | DistributedStatisticStore        | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Setting: messageHandlerThreadPoolSize=4
2016-11-24 17:05:43,186 | INFO  | FelixStartLevel  | DistributedStatisticStore        | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:43,221 | INFO  | FelixStartLevel  | DistributedPacketStore           | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Setting: messageHandlerThreadPoolSize=4
2016-11-24 17:05:43,202 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.pcep has been installed
2016-11-24 17:05:43,293 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.graphitemetrics has been installed
2016-11-24 17:05:43,293 | INFO  | FelixStartLevel  | DistributedPacketStore           | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:43,381 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.intentperf has been installed
2016-11-24 17:05:43,439 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.gangliametrics has been installed
2016-11-24 17:05:43,473 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.election has been installed
2016-11-24 17:05:43,519 | INFO  | FelixStartLevel  | DistributedMeterStore            | 84 - org.onosproject.onos-incubator-store - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:43,526 | INFO  | FelixStartLevel  | MeterManager                     | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:43,536 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.fwd has been installed
2016-11-24 17:05:43,559 | INFO  | FelixStartLevel  | ComponentsMonitor                | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:43,619 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-apps-fwd 1.8.0-SNAPSHOT
2016-11-24 17:05:43,619 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:43,677 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:43,677 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:43,677 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:43,696 | INFO  | FelixStartLevel  | DeviceManager                    | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:43,707 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.fwd has been activated
2016-11-24 17:05:43,766 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.pathpainter has been installed
2016-11-24 17:05:43,826 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.distributedprimitives has been installed
2016-11-24 17:05:43,902 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.vtn has been installed
2016-11-24 17:05:43,929 | INFO  | FelixStartLevel  | DistributedTopologyStore         | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:43,937 | INFO  | FelixStartLevel  | TopologyManager                  | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,036 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.ovsdb-base has been installed
2016-11-24 17:05:44,110 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.ovsdb has been installed
2016-11-24 17:05:44,169 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openstacknode has been installed
2016-11-24 17:05:44,234 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.cip has been installed
2016-11-24 17:05:44,244 | INFO  | FelixStartLevel  | DistributedFlowRuleStore         | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started with msgHandlerPoolSize = 8; backupEnabled = true, backupPeriod = 2000, backupCount = 2
2016-11-24 17:05:44,288 | INFO  | FelixStartLevel  | ConsistentIntentSetMultimap      | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,338 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.netcfg-monitor has been installed
2016-11-24 17:05:44,432 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.reactive-routing has been installed
2016-11-24 17:05:44,481 | INFO  | FelixStartLevel  | DistributedLabelResourceStore    | 84 - org.onosproject.onos-incubator-store - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,481 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.segmentrouting has been installed
2016-11-24 17:05:44,542 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.flowanalyzer has been installed
2016-11-24 17:05:44,561 | INFO  | FelixStartLevel  | FlowRuleManager                  | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Configured. AllowExtraneousRules is disabled
2016-11-24 17:05:44,577 | INFO  | FelixStartLevel  | FlowRuleManager                  | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Configured. PurgeOnDisconnection is disabled
2016-11-24 17:05:44,585 | INFO  | FelixStartLevel  | FlowRuleManager                  | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,600 | INFO  | FelixStartLevel  | StatisticManager                 | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,612 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.influxdbmetrics has been installed
2016-11-24 17:05:44,625 | INFO  | FelixStartLevel  | GroupManager                     | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Configured. PurgeOnDisconnection is disabled
2016-11-24 17:05:44,626 | INFO  | FelixStartLevel  | GroupManager                     | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,638 | INFO  | FelixStartLevel  | DriverManager                    | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,646 | INFO  | 0]-nio2-thread-1 | ServerSession                    | 30 - org.apache.sshd.core - 0.14.0 | Server session created from /192.168.56.102:37994
2016-11-24 17:05:44,673 | INFO  | FelixStartLevel  | LinkManager                      | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,682 | INFO  | FelixStartLevel  | DefaultTopologyProvider          | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Configured with maxEvents = 1000; maxBatchMs = 50; maxIdleMs = 10; accumulator=true
2016-11-24 17:05:44,684 | INFO  | FelixStartLevel  | DefaultTopologyProvider          | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,727 | INFO  | 0]-nio2-thread-1 | SimpleGeneratorHostKeyProvider   | 30 - org.apache.sshd.core - 0.14.0 | Generating host key...
2016-11-24 17:05:44,740 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.metrics has been installed
2016-11-24 17:05:44,740 | INFO  | FelixStartLevel  | FlowStatisticManager             | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,787 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openflow-message has been installed
2016-11-24 17:05:44,832 | INFO  | nos-topo-build-0 | TopologyManager                  | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Topology DefaultTopology{time=1822875791710, creationTime=1479987344726, computeCost=11180952, clusters=0, devices=0, links=0} changed
2016-11-24 17:05:44,847 | INFO  | FelixStartLevel  | ResourceRegistrar                | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,851 | INFO  | FelixStartLevel  | LabelResourceManager             | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,852 | INFO  | FelixStartLevel  | PortStatisticsManager            | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:44,853 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.cpman has been installed
2016-11-24 17:05:44,919 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.vrouter has been installed
2016-11-24 17:05:44,994 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.null has been installed
2016-11-24 17:05:45,019 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.events has been installed
2016-11-24 17:05:45,052 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.newoptical has been installed
2016-11-24 17:05:45,093 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.virtualbng has been installed
2016-11-24 17:05:45,098 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.bgp has been installed
2016-11-24 17:05:45,192 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.loadtest has been installed
2016-11-24 17:05:45,259 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.scalablegateway has been installed
2016-11-24 17:05:45,266 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.hostprovider has been installed
2016-11-24 17:05:45,298 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.mobility has been installed
2016-11-24 17:05:45,303 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-apps-mobility 1.8.0-SNAPSHOT
2016-11-24 17:05:45,303 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:45,322 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:45,325 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:45,326 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:45,360 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.mobility has been activated
2016-11-24 17:05:45,416 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers has been installed
2016-11-24 17:05:45,426 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-drivers-default 1.8.0-SNAPSHOT
2016-11-24 17:05:45,427 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:45,598 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:45,598 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:45,598 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:45,944 | INFO  | -message-handler | DefaultDriversLoader             | 74 - org.onosproject.onos-api - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:45,971 | INFO  | -message-handler | FlowObjectiveManager             | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,013 | INFO  | -message-handler | PacketManager                    | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,049 | INFO  | -message-handler | EdgeManager                      | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,193 | INFO  | -message-handler | HostManager                      | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Configured. monitorHosts disabled
2016-11-24 17:05:46,193 | INFO  | -message-handler | HostManager                      | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Configured. probeRate 30000
2016-11-24 17:05:46,193 | INFO  | -message-handler | HostManager                      | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Removal of duplicate ip address is disabled
2016-11-24 17:05:46,193 | INFO  | -message-handler | HostManager                      | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,205 | INFO  | -message-handler | HostMobility                     | 159 - org.onosproject.onos-apps-mobility - 1.8.0.SNAPSHOT | Started with Application ID 46
2016-11-24 17:05:46,295 | INFO  | -message-handler | DistributedProxyArpStore         | 78 - org.onosproject.onos-core-dist - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Packet-out only forwarding is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Forwarding using OFPP_TABLE port is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. IPv6 forwarding is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Match Dst MAC Only is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Matching Vlan ID is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Matching IPv4 Addresses is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Matching IPv4 DSCP and ECN is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Matching IPv6 Addresses is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Matching IPv6 FlowLabel is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Matching TCP/UDP fields is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Matching ICMP (v4 and v6) fields is disabled
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Ignore IPv4 multi-cast packet is not configured, using current value of false
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Flow Timeout is configured to 10 seconds
2016-11-24 17:05:46,337 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Configured. Flow Priority is configured to 10
2016-11-24 17:05:46,491 | INFO  | -message-handler | ReactiveForwarding               | 158 - org.onosproject.onos-apps-fwd - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,519 | INFO  | -message-handler | PathManager                      | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,574 | INFO  | -message-handler | ObjectiveTracker                 | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,579 | INFO  | -message-handler | IntentManager                    | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,679 | INFO  | -message-handler | UiSharedTopologyModel            | 148 - org.onosproject.onos-gui - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,731 | INFO  | -message-handler | IntentConfigurableRegistrator    | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,781 | INFO  | -message-handler | IntentCleanup                    | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,828 | INFO  | -message-handler | VirtualNetworkManager            | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,842 | INFO  | -message-handler | DefaultVirtualNetworkProvider    | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,890 | INFO  | -message-handler | ProxyArpManager                  | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:46,932 | INFO  | -message-handler | NeighbourResolutionManager       | 82 - org.onosproject.onos-incubator-net - 1.8.0.SNAPSHOT | IPv6 neighbor discovery is disabled
2016-11-24 17:05:46,981 | INFO  | -message-handler | DefaultCodecRegister             | 160 - org.onosproject.onos-drivers-default - 1.8.0.SNAPSHOT | Registered default driver codecs.
2016-11-24 17:05:47,038 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers has been activated
2016-11-24 17:05:47,061 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.isis has been installed
2016-11-24 17:05:47,080 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.mfwd has been installed
2016-11-24 17:05:47,093 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.fujitsu has been installed
2016-11-24 17:05:47,105 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.juniper has been installed
2016-11-24 17:05:47,138 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.bgpcep has been installed
2016-11-24 17:05:47,147 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.flow-perf has been installed
2016-11-24 17:05:47,253 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openstackrouting has been installed
2016-11-24 17:05:47,259 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.dhcp has been installed
2016-11-24 17:05:47,289 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openstackswitching has been installed
2016-11-24 17:05:47,347 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openstacknetworking has been installed
2016-11-24 17:05:47,406 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.mlb has been installed
2016-11-24 17:05:47,433 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.optical has been installed
2016-11-24 17:05:47,485 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.ovsdbhostprovider has been installed
2016-11-24 17:05:47,504 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.dhcprelay has been installed
2016-11-24 17:05:47,526 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.netcfghostprovider has been installed
2016-11-24 17:05:47,533 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.proxyarp has been installed
2016-11-24 17:05:47,541 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-apps-proxyarp 1.8.0-SNAPSHOT
2016-11-24 17:05:47,542 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:47,565 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:47,571 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:47,572 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:47,598 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.proxyarp has been activated
2016-11-24 17:05:47,631 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.castor has been installed
2016-11-24 17:05:47,642 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.arista has been installed
2016-11-24 17:05:47,664 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.snmp has been installed
2016-11-24 17:05:47,676 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.netconf has been installed
2016-11-24 17:05:47,705 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.cisco has been installed
2016-11-24 17:05:47,717 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.messaging-perf has been installed
2016-11-24 17:05:47,727 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.acl has been installed
2016-11-24 17:05:47,768 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.linkdiscovery has been installed
2016-11-24 17:05:47,778 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.demo has been installed
2016-11-24 17:05:47,802 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.lldpprovider has been installed
2016-11-24 17:05:47,816 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openflow has been installed
2016-11-24 17:05:47,819 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-providers-host 1.8.0-SNAPSHOT
2016-11-24 17:05:47,820 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:47,839 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:47,841 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:47,841 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:47,911 | INFO  | -message-handler | HostLocationProvider             | 164 - org.onosproject.onos-providers-host - 1.8.0.SNAPSHOT | Configured. Host removal on port/device down events is enabled
2016-11-24 17:05:47,911 | INFO  | -message-handler | HostLocationProvider             | 164 - org.onosproject.onos-providers-host - 1.8.0.SNAPSHOT | Configured. Using ARP is enabled
2016-11-24 17:05:47,911 | INFO  | -message-handler | HostLocationProvider             | 164 - org.onosproject.onos-providers-host - 1.8.0.SNAPSHOT | Configured. Using IPv6 Neighbor Discovery is disabled
2016-11-24 17:05:47,911 | INFO  | -message-handler | HostLocationProvider             | 164 - org.onosproject.onos-providers-host - 1.8.0.SNAPSHOT | Configured. Using DHCP is disabled
2016-11-24 17:05:47,911 | INFO  | -message-handler | HostLocationProvider             | 164 - org.onosproject.onos-providers-host - 1.8.0.SNAPSHOT | Configured. Request intercepts is enabled
2016-11-24 17:05:47,966 | INFO  | -message-handler | HostLocationProvider             | 164 - org.onosproject.onos-providers-host - 1.8.0.SNAPSHOT | Started with Application ID 86
2016-11-24 17:05:47,972 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.hostprovider has been activated
2016-11-24 17:05:47,981 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-providers-lldp 1.8.0-SNAPSHOT
2016-11-24 17:05:47,981 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:48,009 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:48,010 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:48,012 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:48,184 | INFO  | -message-handler | LldpLinkProvider                 | 166 - org.onosproject.onos-providers-lldp - 1.8.0.SNAPSHOT | Settings: enabled=true, useBDDP=true, probeRate=3000, staleLinkAge=10000
2016-11-24 17:05:48,184 | INFO  | -message-handler | LldpLinkProvider                 | 166 - org.onosproject.onos-providers-lldp - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:48,185 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.lldpprovider has been activated
2016-11-24 17:05:48,186 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-optical-model 1.8.0-SNAPSHOT
2016-11-24 17:05:48,186 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:48,196 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:48,196 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:48,197 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:48,395 | INFO  | -message-handler | OpticalModelLoader               | 167 - org.onosproject.onos-apps-optical-model - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:48,396 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.optical-model has been activated
2016-11-24 17:05:48,403 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onos-providers-openflow-base 1.8.0-SNAPSHOT
2016-11-24 17:05:48,404 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:48,481 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:48,482 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:48,482 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:48,657 | INFO  | -message-handler | Controller                       | 168 - org.onosproject.onos-protocols-openflow-ctl - 1.8.0.SNAPSHOT | Starting OpenFlow IO
2016-11-24 17:05:48,666 | INFO  | -message-handler | Controller                       | 168 - org.onosproject.onos-protocols-openflow-ctl - 1.8.0.SNAPSHOT | OpenFlow Security is disabled
2016-11-24 17:05:48,896 | INFO  | -message-handler | Controller                       | 168 - org.onosproject.onos-protocols-openflow-ctl - 1.8.0.SNAPSHOT | Listening for switch connections on 0.0.0.0/0.0.0.0:6633
2016-11-24 17:05:48,908 | INFO  | -message-handler | Controller                       | 168 - org.onosproject.onos-protocols-openflow-ctl - 1.8.0.SNAPSHOT | Listening for switch connections on 0.0.0.0/0.0.0.0:6653
2016-11-24 17:05:48,937 | INFO  | -message-handler | OpenFlowDeviceProvider           | 169 - org.onosproject.onos-providers-openflow-device - 1.8.0.SNAPSHOT | Settings: portStatsPollFrequency=5
2016-11-24 17:05:48,937 | INFO  | -message-handler | OpenFlowDeviceProvider           | 169 - org.onosproject.onos-providers-openflow-device - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:48,948 | INFO  | -message-handler | OpenFlowPacketProvider           | 170 - org.onosproject.onos-providers-openflow-packet - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:49,003 | INFO  | -message-handler | OpenFlowRuleProvider             | 171 - org.onosproject.onos-providers-openflow-flow - 1.8.0.SNAPSHOT | Settings: flowPollFrequency=5
2016-11-24 17:05:49,004 | INFO  | -message-handler | OpenFlowRuleProvider             | 171 - org.onosproject.onos-providers-openflow-flow - 1.8.0.SNAPSHOT | Settings: adaptiveFlowSampling=false
2016-11-24 17:05:49,005 | INFO  | -message-handler | OpenFlowRuleProvider             | 171 - org.onosproject.onos-providers-openflow-flow - 1.8.0.SNAPSHOT | Started with flowPollFrequency = 5, adaptiveFlowSampling = false
2016-11-24 17:05:49,032 | INFO  | -message-handler | OpenFlowGroupProvider            | 172 - org.onosproject.onos-providers-openflow-group - 1.8.0.SNAPSHOT | Started
2016-11-24 17:05:49,084 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openflow-base has been activated
2016-11-24 17:05:49,086 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Installing feature onlab-osgi 1.8.0-SNAPSHOT
2016-11-24 17:05:49,087 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature onos-api 1.8.0-SNAPSHOT
2016-11-24 17:05:49,098 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature scr-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:49,099 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature standard-condition-webconsole_0_0_0 3.0.5
2016-11-24 17:05:49,104 | INFO  | -message-handler | FeaturesServiceImpl              | 20 - org.apache.karaf.features.core - 3.0.5 | Found installed feature webconsole-condition-scr_0_0_0 3.0.5
2016-11-24 17:05:49,105 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.openflow has been activated
2016-11-24 17:05:49,115 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.lisp has been installed
2016-11-24 17:05:49,135 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.pim has been installed
2016-11-24 17:05:49,146 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.patchpanel has been installed
2016-11-24 17:05:49,151 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.sdnip has been installed
2016-11-24 17:05:49,157 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.corsa has been installed
2016-11-24 17:05:49,184 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivermatrix has been installed
2016-11-24 17:05:49,209 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.faultmanagement has been installed
2016-11-24 17:05:49,243 | INFO  | -message-handler | ApplicationManager               | 76 - org.onosproject.onos-core-net - 1.8.0.SNAPSHOT | Application org.onosproject.drivers.lumentum has been installed
2016-11-24 17:05:53,025 | INFO  | 0]-nio2-thread-3 | ServerUserAuthService            | 30 - org.apache.sshd.core - 0.14.0 | Session onos@/192.168.56.102:37994 authenticated

Logs from my "ok clean"

Michele Santuari

unread,
Nov 24, 2016, 7:29:25 AM11/24/16
to Mohammed Ali, onos...@onosproject.org
Hi Mohammed,
I guess that I did not explain correctly my problem: ONOS does not start locally only if I do change the applications that should be automatically activated on startup by adding a custom application to the variable ONOS_APPS (see the official guide).
  • I am able to start ONOS locally if I do not change the variable ONOS_APPS (i.e., export ONOS_APPS="drivers,openflow,proxyarp,mobility"). From your log I see that ONOS works correctly, but you are not adding a new custom application at startup.
  • I am not able to start ONOS locally if I do add a custom application developed in ONOS to the variable ONOS_APPS  (i.e., export ONOS_APPS="drivers,openflow,proxyarp,mobility,myapp").
Thank you.

On 24 November 2016 at 12:39, Mohammed Ali <mohammed...@gmail.com> wrote:
sdn@sdn-VirtualBox:~/onos$ ok clean
Not using buckd because NO_BUCKD is set.
[-] PROCESSING BUCK FILES...FINISHED 5.7s [100%] 🐳  New buck daemon
[...]

Logs from my "ok clean"



--

Mohammed Ali

unread,
Nov 24, 2016, 8:03:49 AM11/24/16
to Michele Santuari, onos...@onosproject.org, Ali Al-Shabibi
Michelle,
I cant comment on this because i haven't tried it out,
but once i had faced this issue with the older build when i tried to add the "mvn:org.onosproject/onos-features/1.5.0-SNAPSHOT/xml/features" under feature repositories in the "org.apache.karaf.features.cfg" file, please check if even this is happening for you, if it is then it will narrow down the cause that its not because your app addition,
Also please check once by removing karaf and re installing it.




--
Skype: s4nto.m
--------------------------------------------------------
The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited according to the Italian Law 196/2003 of the Legislature. If you received this in error, please contact the sender and delete the material from any computer.

--
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+unsubscribe@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.

Andrea Campanella

unread,
Nov 24, 2016, 8:22:50 AM11/24/16
to Mohammed Ali, Michele Santuari, onos...@onosproject.org, Ali Al-Shabibi
HI Michele, 

i tried replicating your problem with an ONOS provided app (pathpainter) and I have no issues.

export ONOS_APPS="drivers,openflow,proxyarp,mobility,pathpainter"

Can you activate the app from the ONOS CLI with no problems ?

Cheers,
Andrea Campanella

and...@onlab.us




To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+u...@onosproject.org.

To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.

Michele Santuari

unread,
Nov 24, 2016, 9:20:37 AM11/24/16
to Andrea Campanella, Mohammed Ali, onos...@onosproject.org, Ali Al-Shabibi

Now, after discussing with Andrea, we think that the problem is the driver activation.
export ONOS_APPS="drivers,openflow,proxyarp,mobility,drivers.ciena" prevents the startup of ONOS locally.

On 24 November 2016 at 14:22, Andrea Campanella <and...@onlab.us> wrote:
HI Michele, 

i tried replicating your problem with an ONOS provided app (pathpainter) and I have no issues.

export ONOS_APPS="drivers,openflow,proxyarp,mobility,pathpainter"

Can you activate the app from the ONOS CLI with no problems ? 

Cheers,
Andrea Campanella

and...@onlab.us




On Nov 24, 2016, at 2:03 PM, Mohammed Ali <mohammed...@gmail.com> wrote:

Michelle,
I cant comment on this because i haven't tried it out,
but once i had faced this issue with the older build when i tried to add the "mvn:org.onosproject/onos-features/1.5.0-SNAPSHOT/xml/features" under feature repositories in the "org.apache.karaf.features.cfg" file, please check if even this is happening for you, if it is then it will narrow down the cause that its not because your app addition,
Also please check once by removing karaf and re installing it.

--
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+unsubscribe@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.

Andrea Campanella

unread,
Nov 24, 2016, 9:29:30 AM11/24/16
to Michele Santuari, Mohammed Ali, onos...@onosproject.org, Ali Al-Shabibi
After some testing I found out that ok clean does not like the . between packages.
To keep using the drivers.ciena example one can see that with ONOS fails to startup with

export ONOS_APPS="drivers,openflow,proxyarp,mobility,drivers.ciena

if instead we change the name of the app to drivers-ciena in both the pom.xml and buck file onos starts correctly and the app is active.

export ONOS_APPS="drivers,openflow,proxyarp,mobility,drivers-ciena


Ray, Brian, any idea why ?

Cheers,
Andrea Campanella

and...@onlab.us



sachidananda sahu

unread,
Dec 28, 2016, 12:45:56 AM12/28/16
to onos...@onosproject.org, michele....@create-net.org, mohammed...@gmail.com, ali.al-...@onlab.us


Even i have tried to run onos locally, after taking code from master, its showing

sdn@onosscratch:~/onos$ ok clean
Not using buckd because NO_BUCKD is set.
[-] PROCESSING BUCK FILES...FINISHED 4.4s [100%] 🐳 New buck daemon
[-] DOWNLOADING... (0.00 B/S AVG, TOTAL: 0.00 B, 0 Artifacts)
[-] BUILDING...FINISHED 5.7s [100%] (1/1 JOBS, 0 UPDATED, 0 [0.0%] CACHE MISS)
tar: write error
Running clean installation...
ssh-keygen: /home/sdn/.ssh/known_hosts: No such file or directory

Any solution for this problem, i did not get any thing like driver-cienain pom.xml file.
I am on 14.04 Ububtu Server

Silvia Fichera

unread,
Feb 6, 2017, 8:00:19 AM2/6/17
to ONOS Developers, michele....@create-net.org, mohammed...@gmail.com, ali.al-...@onlab.us
Hi all,
I'm facing the same error:

silvia@onossona2:~/onos$ onos-buck run onos-local
Not using buckd because NO_BUCKD is set.
[-] PROCESSING BUCK FILES...FINISHED 1.2s [100%] 🐳 New buck daemon
[-] DOWNLOADING... (0.00 B/S AVG, TOTAL: 0.00 B, 0 Artifacts)
[-] BUILDING...FINISHED 1.7s [100%] (1/1 JOBS, 0 UPDATED, 0 [0.0%] CACHE MISS)
Running previous installation...
Waiting for karaf.log
Fail to open karaf.log
Killing ONOS server...


During the week end there was a black out, the system was working last Friday with the same apps activated. Now I'm trying to restart ONOS and I have this error.
I've done:

-buck run onos -- clean to avoid the busy port problem

- onos-buck build onos
- onos-buck run onos-local

....with the previous result.
Can you please help me? Thanks

Alan Deikman

unread,
Feb 6, 2017, 2:09:03 PM2/6/17
to Silvia Fichera, ONOS Developers, michele....@create-net.org, mohammed...@gmail.com, ali.al-...@onlab.us

On Feb 6, 2017, at 5:00 AM, Silvia Fichera <fiche...@gmail.com> wrote:

-buck run onos -- clean     to avoid the busy port problem 

- onos-buck build onos
- onos-buck run onos-local

....with the previous result.
Can you please help me? Thanks

was that a typo above?   It should be 

$ onos-buck run onos-local — clean

not 

$ buck run onos — clean

Also, make sure there is nothing wrong with the temporary file directory where ONOS (and karaf container) runs from.  On my Mac desktop that is in /private/tmp.

----------------------------
Alan Deikman
ZNYX Networks, Inc.




Reply all
Reply to author
Forward
0 new messages