Requesting Review for Gerrit 10856
Devin Avery <davery@...>
Hello AAA committers - I have pushed a patch this morning (or rather updated with a bug ID) that fixes some issues with running an ODL build outside of the opendaylight community. If possible could one of you review and push this patch before the RC1 cut ( which I think is tonight midnight UTC? Not positive). The bug 1874 has more details and you can always reach out to me on IRC and / or e-mail. Thank you! Devin
|
|
Added more integration tests...
Nguyen, Liem Manh <liem_m_nguyen@...>
Hi guys,
FYI… The AAATest now also loads the toaster example and restconf so it can be used for AuthZ testing as well.
Peter, I ended up not using the Apache HttpClient, since it is not an OSGi bundle, and wrapping it in PAX-EXAM does not seem to work :\. So, I ended up using plain-old Java HttpURLConnection which works fine for doing curl stuff. You can see an example of it in AAATest as well.
Cheers, Liem
PS: Don’t forget to do “mvn clean install -Paaa-it” to run integration tests from the root pom.
|
|
Canceled: AAA documentation
Nguyen, Liem Manh <liem_m_nguyen@...>
Sujatha would like to get the documentation reviewed by EOW; so, let’s communicate via email instead throughout the week…
Notes from today’s meeting:
1) Went over AuthN configurations
2) Sujatha to send out a revised doc for team review
3) Liem to send out a Postman catalogue for AuthN
4) John to send out SSSD mapping/configuration doc (Jetty integration will likely change the configuration part, but mapping semantics and concept should remain the same)
Thanks,
Liem
Hi everyone,
These meetings are intended to familiarize our documentation person with AAA quicker. So, attendance is optional if you are not presenting something for the meeting, or the documentation person J.
Agenda this week:
1) SSSD (John)
2) AuthZ (Wojciech/Lakshman)
Cheers,
Liem
|
|
opendaylight/commons pom parent
Wojciech Dec
Hi Liem, just wondering; it appears that you removed the opendaylight/commons dependency as part of a pom cleanup, but that entails that some common variables that get used in the pom files go undeclared, eg <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory>Wojciech.
|
|
Re: opendaylight/commons pom parent
Nguyen, Liem Manh <liem_m_nguyen@...>
Hi Wojciech,
I removed the opendaylight/commons inheritance because I am concerned that we could inadvertently inherit unwanted dependencies from the controller project. I think we should define all the dependencies we need via Maven dependencies instead, so we know exactly what we are dependent on.
For properties that we need, we can define them in the commons/parent/pom.xml in AAA. Some of these are probably the same as in the controller project, but because we choose to do so based on the version of the controller that we depend on. Do you see any issue with this approach?
Thanks, Liem
From: Wojciech Dec [mailto:wdec.ietf@...]
Hi Liem, just wondering; it appears that you removed the opendaylight/commons dependency as part of a pom cleanup, but that entails that some common variables that get used in the pom files go undeclared, eg <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory> The immediate fix can be as trivial as adding this decalration, but then again, shouldn't we be using the od/commons as a parent? Cheers,
|
|
Re: opendaylight/commons pom parent
Lakshman Mukkamalla (lmukkama) <lmukkama@...>
Hi Wojciech,
Good that I was testing AAA for Authz in karaf and caught this bug. As discussed I have manually added the config property in the pom file and while testing I noticed that I have to add l2switch feature also then be able to access the topology service.
Now I see policy checks all working fine with Authn and Authz models.
Will checkin the change.
Thanks,
Lakshman.
From: <Nguyen>, Liem Manh <liem_m_nguyen@...>
Date: Tuesday, September 16, 2014 12:07 PM To: Wojciech Dec <wdec.ietf@...>, "aaa-dev@..." <aaa-dev@...> Cc: Lakshman Mukkamalla <lukkumar@...> Subject: Re: [Aaa-dev] opendaylight/commons pom parent Hi Wojciech,
I removed the opendaylight/commons inheritance because I am concerned that we could inadvertently inherit unwanted dependencies from the controller project. I think we should define all the dependencies we need via Maven dependencies instead, so we know exactly what we are dependent on.
For properties that we need, we can define them in the commons/parent/pom.xml in AAA. Some of these are probably the same as in the controller project, but because we choose to do so based on the version of the controller that we depend on. Do you see any issue with this approach?
Thanks, Liem
From: Wojciech Dec [mailto:wdec.ietf@...]
Hi Liem, just wondering; it appears that you removed the opendaylight/commons dependency as part of a pom cleanup, but that entails that some common variables that get used in the pom files go undeclared, eg <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory> The immediate fix can be as trivial as adding this decalration, but then again, shouldn't we be using the od/commons as a parent? Cheers,
|
|
Re: opendaylight/commons pom parent
Nguyen, Liem Manh <liem_m_nguyen@...>
That sounds like a call for an integration test <wink/> J
Liem
From: Lakshman Mukkamalla (lmukkama) [mailto:lmukkama@...]
Hi Wojciech, Good that I was testing AAA for Authz in karaf and caught this bug. As discussed I have manually added the config property in the pom file and while testing I noticed that I have to add l2switch feature also then be able to access the topology service. Now I see policy checks all working fine with Authn and Authz models. Will checkin the change.
Thanks, Lakshman.
From:
<Nguyen>, Liem Manh <liem_m_nguyen@...>
Hi Wojciech,
I removed the opendaylight/commons inheritance because I am concerned that we could inadvertently inherit unwanted dependencies from the controller project. I think we should define all the dependencies we need via Maven dependencies instead, so we know exactly what we are dependent on.
For properties that we need, we can define them in the commons/parent/pom.xml in AAA. Some of these are probably the same as in the controller project, but because we choose to do so based on the version of the controller that we depend on. Do you see any issue with this approach?
Thanks, Liem
From: Wojciech Dec [mailto:wdec.ietf@...]
Hi Liem, just wondering; it appears that you removed the opendaylight/commons dependency as part of a pom cleanup, but that entails that some common variables that get used in the pom files go undeclared, eg <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory> The immediate fix can be as trivial as adding this decalration, but then again, shouldn't we be using the od/commons as a parent? Cheers,
|
|
Re: opendaylight/commons pom parent
Lakshman Mukkamalla (lmukkama) <lmukkama@...>
Yes Liem. My next step is to plan for one -:).
Thanks.
From: <Nguyen>, Liem Manh <liem_m_nguyen@...>
Date: Tuesday, September 16, 2014 1:48 PM To: lmukkama <lmukkama@...>, Wojciech Dec <wdec.ietf@...>, "aaa-dev@..." <aaa-dev@...> Cc: Lakshman Mukkamalla <lukkumar@...> Subject: RE: [Aaa-dev] opendaylight/commons pom parent That sounds like a call for an integration test <wink/> J
Liem
From: Lakshman Mukkamalla (lmukkama) [mailto:lmukkama@...]
Hi Wojciech, Good that I was testing AAA for Authz in karaf and caught this bug. As discussed I have manually added the config property in the pom file and while testing I noticed that I have to add l2switch feature also then be able to access the topology service. Now I see policy checks all working fine with Authn and Authz models. Will checkin the change.
Thanks, Lakshman.
From:
<Nguyen>, Liem Manh <liem_m_nguyen@...>
Hi Wojciech,
I removed the opendaylight/commons inheritance because I am concerned that we could inadvertently inherit unwanted dependencies from the controller project. I think we should define all the dependencies we need via Maven dependencies instead, so we know exactly what we are dependent on.
For properties that we need, we can define them in the commons/parent/pom.xml in AAA. Some of these are probably the same as in the controller project, but because we choose to do so based on the version of the controller that we depend on. Do you see any issue with this approach?
Thanks, Liem
From: Wojciech Dec [mailto:wdec.ietf@...]
Hi Liem, just wondering; it appears that you removed the opendaylight/commons dependency as part of a pom cleanup, but that entails that some common variables that get used in the pom files go undeclared, eg <config.configfile.directory>etc/opendaylight/karaf</config.configfile.directory> The immediate fix can be as trivial as adding this decalration, but then again, shouldn't we be using the od/commons as a parent? Cheers,
|
|
Re: Helium Release M5 Status - AAA
George Zhao <George.Y.Zhao@...>
Hi Liem
Could you fill this info missing from you M5 template.
Documentation type based on https://wiki.opendaylight.org/view/CrossProject:Documentation_Group:Documentation_Guidelines [ User Guide | Developer Guide | Operation Guide | Howto]
For AAA project, what type of documents that need to be produced for Helium release.
Thanks,
George
From: release-bounces@... [mailto:release-bounces@...]
On Behalf Of Nguyen, Liem Manh
OpenDaylight Helium M5 Update: AAA
===M5 Deliverable Status:===
Code Freeze Complete? Yes (Authentication Services) String Freeze Complete? Yes
===Karaf Related Deliverables Status:=== Project Karaf Bundles: Built and Integrated Project High Level (User visible) Features: Built
===Testing Related Deliverables Status:===
- Unit test status: Partial - Unit Test reporting in Sonar: No - Feature integration test status: Partial - Feature integration test reporting in Sonar: No - Feature System Test: Not started
===Documentation Related Deliverables Status:===
Documentation type based on https://wiki.opendaylight.org/view/CrossProject:Documentation_Group:Documentation_Guidelines [ User Guide | Developer Guide | Operation Guide | Howto] Document contact person for the project: Liem Nguyen, liem_m_nguyen@..., liemmn
List all the documentation completed: List all the documentation started: Installation | User Guide | Developer | Tutorials
===Project Development Status Summary:===
Authentication services (credential & SSSD federation) are green. Authorization services are yellow due to lack of resources. We plan to deliver Authorization services next release (unless a miracle happens).
Overall project: GREEN (not including AuthZ)
Regards, Liem
|
|
Re: Helium Release M5 Status - AAA
Nguyen, Liem Manh <liem_m_nguyen@...>
Hi George,
Sujatha (cc’ed) has been working on the documentation for the AAA team (Thanks, again, Sujatha!), but I would assume that we will have at least a Howto/Operation Guide and Developer Guide. Please let us know if that is inaccurate, Sujatha…
Thanks, Liem
From: George Zhao [mailto:George.Y.Zhao@...]
Hi Liem
Could you fill this info missing from you M5 template.
Documentation type based on https://wiki.opendaylight.org/view/CrossProject:Documentation_Group:Documentation_Guidelines [ User Guide | Developer Guide | Operation Guide | Howto]
For AAA project, what type of documents that need to be produced for Helium release.
Thanks,
George
From:
release-bounces@... [mailto:release-bounces@...]
On Behalf Of Nguyen, Liem Manh
OpenDaylight Helium M5 Update: AAA
===M5 Deliverable Status:===
Code Freeze Complete? Yes (Authentication Services) String Freeze Complete? Yes
===Karaf Related Deliverables Status:=== Project Karaf Bundles: Built and Integrated Project High Level (User visible) Features: Built
===Testing Related Deliverables Status:===
- Unit test status: Partial - Unit Test reporting in Sonar: No - Feature integration test status: Partial - Feature integration test reporting in Sonar: No - Feature System Test: Not started
===Documentation Related Deliverables Status:===
Documentation type based on https://wiki.opendaylight.org/view/CrossProject:Documentation_Group:Documentation_Guidelines [ User Guide | Developer Guide | Operation Guide | Howto] Document contact person for the project: Liem Nguyen, liem_m_nguyen@..., liemmn
List all the documentation completed: List all the documentation started: Installation | User Guide | Developer | Tutorials
===Project Development Status Summary:===
Authentication services (credential & SSSD federation) are green. Authorization services are yellow due to lack of resources. We plan to deliver Authorization services next release (unless a miracle happens).
Overall project: GREEN (not including AuthZ)
Regards, Liem
|
|
Re: Helium Release M5 Status - AAA
Sujatha Joseph <josephs@...>
Hi Liem I’m contributing content to the ODL Helium Developers’ Guide. Regards Sujatha
From: Nguyen, Liem Manh [mailto:liem_m_nguyen@...]
Sent: Wednesday, September 17, 2014 6:11 AM To: George Zhao; release@... Cc: aaa-dev@...; Sujatha Joseph Subject: RE: Helium Release M5 Status - AAA
Hi George,
Sujatha (cc’ed) has been working on the documentation for the AAA team (Thanks, again, Sujatha!), but I would assume that we will have at least a Howto/Operation Guide and Developer Guide. Please let us know if that is inaccurate, Sujatha…
Thanks, Liem
From: George Zhao [mailto:George.Y.Zhao@...]
Hi Liem
Could you fill this info missing from you M5 template.
Documentation type based on https://wiki.opendaylight.org/view/CrossProject:Documentation_Group:Documentation_Guidelines [ User Guide | Developer Guide | Operation Guide | Howto]
For AAA project, what type of documents that need to be produced for Helium release.
Thanks,
George
From: release-bounces@... [mailto:release-bounces@...] On Behalf Of Nguyen, Liem Manh
OpenDaylight Helium M5 Update: AAA
===M5 Deliverable Status:===
Code Freeze Complete? Yes (Authentication Services) String Freeze Complete? Yes
===Karaf Related Deliverables Status:=== Project Karaf Bundles: Built and Integrated Project High Level (User visible) Features: Built
===Testing Related Deliverables Status:===
- Unit test status: Partial - Unit Test reporting in Sonar: No - Feature integration test status: Partial - Feature integration test reporting in Sonar: No - Feature System Test: Not started
===Documentation Related Deliverables Status:===
Documentation type based on https://wiki.opendaylight.org/view/CrossProject:Documentation_Group:Documentation_Guidelines [ User Guide | Developer Guide | Operation Guide | Howto] Document contact person for the project: Liem Nguyen, liem_m_nguyen@..., liemmn
List all the documentation completed: List all the documentation started: Installation | User Guide | Developer | Tutorials
===Project Development Status Summary:===
Authentication services (credential & SSSD federation) are green. Authorization services are yellow due to lack of resources. We plan to deliver Authorization services next release (unless a miracle happens).
Overall project: GREEN (not including AuthZ)
Regards, Liem
|
|
Bug on controller to support a separate admin port
Nguyen, Liem Manh <liem_m_nguyen@...>
Hi John,
FYI…
https://bugs.opendaylight.org/show_bug.cgi?id=1936
I have a gerrit for the fix (in the bug report)… just waiting for approval from someone on the controller team.
Liem
|
|
New aaa bug
Ed Warnicke (eaw) <eaw@...>
|
|
Re: ODL - Weekly AAA Project meeting
Wojciech Dec (wdec) <wdec@...>
Hi Folks,
Apologies, but I will not be able to join the meeting tomorrow. No updates from me, however I do have one question that perhaps we could discuss/review over email: Next week’s ODL Dev meeting, and our AAA material (if any).
Obvious points for discussion at the meeting are:
Regards,
Wojciech.
|
|
Re: [OpenDaylight Discuss] Error installting odl-restconf feature
Devin Avery <davery@...>
Ah. Ok. Thanks – I missed that error. I do know that AAA authentication was turned on by default with the restconf feature Monday sometime so that is the change in behavior. I would have expected the way distros are built to pull in all of the AAA classes / bundles required so it does seem a little strange to see that error. I think we need to refer to the AAA team and/or Ed Warnikie – they may have a better answer as to what that error means. Sorry I can’t be of more help. Devin From: Priyanka Chopra <priyanka.chopra@...> Date: Thursday, September 25, 2014 at 8:12 AM To: Devin Avery <davery@...> Cc: "dev@..." <dev@...>, "discuss@..." <discuss@...> Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature Following is the capture of error log. 2014-09-25 16:44:19,018 | ERROR | pool-28-thread-1 | ProviderServices | 196 - com.sun.jersey.core - 1.17.0 | The class org.opendaylight.aaa.sts.TokenAuthFilter could not be found. This class is ignored. 2014-09-25 16:44:19,503 | WARN | pool-28-thread-1 | Errors | 196 - com.sun.jersey.core - 1.17.0 | The following warnings have been detected with resource and/or provider classes: Thanks Priyanka From: Devin Avery <davery@...> To: Priyanka Chopra <priyanka.chopra@...>, "dev@..." <dev@...>, "discuss@..." <discuss@...> Date: 09/25/2014 05:39 PM Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature I am not seeing any “Error” per-sa below. I do see warnings about a response type not being resolvable to a concrete type – is that what you are referring too? If so I believe those are benign. I also agree with the sentiment that we should clean up exceptions and warnings like these so that we do not confuse customers, developers or support folks looking at log files. Devin From: Priyanka Chopra <priyanka.chopra@...> Date: Thursday, September 25, 2014 at 7:53 AM To: "dev@..." <dev@...>, "discuss@..." <discuss@...> Subject: [OpenDaylight Discuss] Error installting odl-restconf feature Hi, I am using nexus.opendaylight.org/content/groups/staging/org/opendaylight/integration/distribution-karaf/0.2.0-Helium/distribution-karaf-0.2.0-Helium.zip When I try installing odl-restconf feature I am getting the folllowing error. Please suggest. 2014-09-25 16:43:05,004 | INFO | Event Dispatcher | SecurityUtils | 41 - org.apache.sshd.core - 0.9.0 | BouncyCastle not registered, using the default JCE provider 2014-09-25 16:44:15,101 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-restconf 1.1-Helium 2014-09-25 16:44:15,102 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-mdsal-broker 1.1-Helium 2014-09-25 16:44:15,102 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-common 0.6.2-Helium 2014-09-25 16:44:15,135 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-binding 0.6.2-Helium 2014-09-25 16:44:15,139 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-models 0.6.2-Helium 2014-09-25 16:44:15,155 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-mdsal-common 1.1-Helium 2014-09-25 16:44:15,155 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-data-binding 0.6.2-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-startup 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netconf-connector 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-manager 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-core 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-binding-generator 0.6.2-Helium 2014-09-25 16:44:15,244 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-api 0.2.5-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-api 0.2.5-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-protocol-framework 0.5.0-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netty-config-api 0.2.5-Helium 2014-09-25 16:44:15,296 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-mapping-api 0.2.5-Helium 2014-09-25 16:44:15,298 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-util 0.2.5-Helium 2014-09-25 16:44:15,304 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-persister 0.2.5-Helium 2014-09-25 16:44:15,350 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-impl 0.2.5-Helium 2014-09-25 16:44:15,350 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-netty-util 0.2.5-Helium 2014-09-25 16:44:15,389 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-monitoring 0.2.5-Helium 2014-09-25 16:44:15,395 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netty 0.2.5-Helium 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature war 3.0.1 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature http 3.0.1 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-http 3.1.0 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-jetty 8.1.14.v20131031 2014-09-25 16:44:15,480 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-war 3.1.0 2014-09-25 16:44:15,480 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-http-whiteboard 3.1.0 2014-09-25 16:44:15,683 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | EventAdmin support is not available, no servlet events will be posted! 2014-09-25 16:44:15,685 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | LogService support enabled, log events will be created. 2014-09-25 16:44:15,689 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | Pax Web started 2014-09-25 16:44:15,790 | INFO | pool-27-thread-1 | Server | 170 - org.eclipse.jetty.aggregate.jetty-all-server - 8.1.14.v20131031 | jetty-8.1.14.v20131031 2014-09-25 16:44:15,814 | INFO | pool-27-thread-1 | AbstractConnector | 170 - org.eclipse.jetty.aggregate.jetty-all-server - 8.1.14.v20131031 | Started SelectChannelConnector@0.0.0.0:8181 2014-09-25 16:44:15,814 | INFO | pool-27-thread-1 | JettyServerImpl | 180 - org.ops4j.pax.web.pax-web-jetty - 3.1.0 | Pax Web available at [0.0.0.0]:[8181] 2014-09-25 16:44:18,630 | INFO | Local user karaf | HttpServiceFactoryImpl | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | Binding bundle: [org.opendaylight.controller.sal-rest-connector_1.1.0.Helium [195]] to http service 2014-09-25 16:44:18,893 | INFO | pool-28-thread-1 | WebApplicationImpl | 197 - com.sun.jersey.jersey-server - 1.17.0 | Initiating Jersey application, version 'Jersey: 1.17 01/17/2013 03:31 PM' 2014-09-25 16:44:18,948 | INFO | pool-28-thread-1 | DeferredResourceConfig | 197 - com.sun.jersey.jersey-server - 1.17.0 | Instantiated the Application class org.opendaylight.controller.sal.rest.impl.RestconfApplication 2014-09-25 16:44:19,018 | ERROR | pool-28-thread-1 | ProviderServices | 196 - com.sun.jersey.core - 1.17.0 | The class org.opendaylight.aaa.sts.TokenAuthFilter could not be found. This class is ignored. 2014-09-25 16:44:19,503 | WARN | pool-28-thread-1 | Errors | 196 - com.sun.jersey.core - 1.17.0 | The following warnings have been detected with resource and/or provider classes: WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.updateConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type WARNING: Parameter 1 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type 2014-09-25 16:44:19,626 | INFO | config-pusher | InMemoryDataTree | 94 - org.opendaylight.yangtools.yang-data-impl - 0.6.2.Helium | Attempting to install schema contexts 2014-09-25 16:44:19,634 | INFO | config-pusher | ThreadExecutorStatsMXBeanImpl | 106 - org.opendaylight.controller.sal-common-util - 1.1.0.Helium | Executor com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService@53af5e21 is not supported 2014-09-25 16:44:19,635 | INFO | config-pusher | InMemoryDataTree | 94 - org.opendaylight.yangtools.yang-data-impl - 0.6.2.Helium | Attempting to install schema contexts 2014-09-25 16:44:19,635 | INFO | config-pusher | ThreadExecutorStatsMXBeanImpl | 106 - org.opendaylight.controller.sal-common-util - 1.1.0.Helium | Executor com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService@20e5d200 is not supported 2014-09-25 16:44:19,751 | INFO | config-pusher | dedBackwardsCompatibleDataBroker | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | ForwardedBackwardsCompatibleBroker started. 2014-09-25 16:44:19,759 | WARN | config-pusher | BindingIndependentConnector | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | Unable to start Notification forwarding. Reason: DOM Notification Service is not initialized properly! 2014-09-25 16:44:19,759 | INFO | config-pusher | RootBindingAwareBroker | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | Starting Binding Aware Broker: binding-broker-impl 2014-09-25 16:44:19,841 | INFO | er [_value=8185] | WebSocketServer | 195 - org.opendaylight.controller.sal-rest-connector - 1.1.0.Helium | Web socket server started at port 8185. Best Regards Priyanka =====-----=====-----=====
|
|
Re: ODL - Weekly AAA Project meeting
Nguyen, Liem Manh <liem_m_nguyen@...>
I won’t be able to attend today’s either… (I will be in the AAA review meeting)… We’ll touch base via email on next week’s dev summit…
Thanks, Liem
From: Wojciech Dec (wdec) [mailto:wdec@...]
Hi Folks,
Apologies, but I will not be able to join the meeting tomorrow. No updates from me, however I do have one question that perhaps we could discuss/review over email: Next week’s ODL Dev meeting, and our AAA material (if any).
Obvious points for discussion at the meeting are:
Regards, Wojciech.
|
|
Re: [OpenDaylight Discuss] Error installting odl-restconf feature
Vasu Srinivasan <vasya10@...>
Have a question related to this discussion- is there a way to turn off restconf authentication via configuration properties ? Regards,
Vasu Srinivasan ----------------------------------- vagartham.blogspot.com vasya10.wordpress.com
On Thu, Sep 25, 2014 at 7:17 AM, Devin Avery <davery@...> wrote:
|
|
AAA release review...
Nguyen, Liem Manh <liem_m_nguyen@...>
FYI… We had a review today:
https://wiki.opendaylight.org/view/AAA:Helium_Release_Review
Everything looks good, except for documentation is still pending. Thanks everyone for the exceptional work that you guys have put in to get us here!
Cheers, Liem
|
|
Re: [OpenDaylight Discuss] Error installting odl-restconf feature
Priyanka Chopra <priyanka.chopra@...>
Can somebody suggest any way by which we
can bypass authentication ?
After installing odl-restconf (with the error shared in the email thread), when I install my plugin, I am getting the following error. Because of the same I cant hit the basic neutron northbound URLs.. Can anyone suggest something on this? Thanks Priyanka From: Vasu Srinivasan <vasya10@...> To: "dev@..." <dev@...>, "discuss@..." <discuss@...>, "aaa-dev@..." <aaa-dev@...> Cc: Priyanka Chopra <priyanka.chopra@...>, Devin Avery <davery@...> Date: 09/25/2014 10:18 PM Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature Have a question related to this discussion- is there a way to turn off restconf authentication via configuration properties ? Regards, Vasu Srinivasan ----------------------------------- vagartham.blogspot.com vasya10.wordpress.com On Thu, Sep 25, 2014 at 7:17 AM, Devin Avery <davery@...> wrote: Ah. Ok. Thanks – I missed that error. I do know that AAA authentication was turned on by default with the restconf feature Monday sometime so that is the change in behavior. I would have expected the way distros are built to pull in all of the AAA classes / bundles required so it does seem a little strange to see that error. I think we need to refer to the AAA team and/or Ed Warnikie – they may have a better answer as to what that error means. Sorry I can’t be of more help. Devin From: Priyanka Chopra <priyanka.chopra@...> Date: Thursday, September 25, 2014 at 8:12 AM To: Devin Avery <davery@...> Cc: "dev@..." <dev@...>, "discuss@..." <discuss@...> Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature Hi Devin, Following is the capture of error log. 2014-09-25 16:44:19,018 | ERROR | pool-28-thread-1 | ProviderServices | 196 - com.sun.jersey.core - 1.17.0 | The class org.opendaylight.aaa.sts.TokenAuthFilter could not be found. This class is ignored. 2014-09-25 16:44:19,503 | WARN | pool-28-thread-1 | Errors | 196 - com.sun.jersey.core - 1.17.0 | The following warnings have been detected with resource and/or provider classes: Thanks Priyanka From: Devin Avery <davery@...> To: Priyanka Chopra <priyanka.chopra@...>, "dev@..." <dev@...>, "discuss@..." <discuss@...> Date: 09/25/2014 05:39 PM Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature I am not seeing any “Error” per-sa below. I do see warnings about a response type not being resolvable to a concrete type – is that what you are referring too? If so I believe those are benign. I also agree with the sentiment that we should clean up exceptions and warnings like these so that we do not confuse customers, developers or support folks looking at log files. Devin From: Priyanka Chopra <priyanka.chopra@...> Date: Thursday, September 25, 2014 at 7:53 AM To: "dev@..." <dev@...>, "discuss@..." <discuss@...> Subject: [OpenDaylight Discuss] Error installting odl-restconf feature Hi, I am using nexus.opendaylight.org/content/groups/staging/org/opendaylight/integration/distribution-karaf/0.2.0-Helium/distribution-karaf-0.2.0-Helium.zip When I try installing odl-restconf feature I am getting the folllowing error. Please suggest. 2014-09-25 16:43:05,004 | INFO | Event Dispatcher | SecurityUtils | 41 - org.apache.sshd.core - 0.9.0 | BouncyCastle not registered, using the default JCE provider 2014-09-25 16:44:15,101 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-restconf 1.1-Helium 2014-09-25 16:44:15,102 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-mdsal-broker 1.1-Helium 2014-09-25 16:44:15,102 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-common 0.6.2-Helium 2014-09-25 16:44:15,135 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-binding 0.6.2-Helium 2014-09-25 16:44:15,139 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-models 0.6.2-Helium 2014-09-25 16:44:15,155 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-mdsal-common 1.1-Helium 2014-09-25 16:44:15,155 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-data-binding 0.6.2-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-startup 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netconf-connector 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-manager 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-core 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-binding-generator 0.6.2-Helium 2014-09-25 16:44:15,244 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-api 0.2.5-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-api 0.2.5-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-protocol-framework 0.5.0-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netty-config-api 0.2.5-Helium 2014-09-25 16:44:15,296 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-mapping-api 0.2.5-Helium 2014-09-25 16:44:15,298 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-util 0.2.5-Helium 2014-09-25 16:44:15,304 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-persister 0.2.5-Helium 2014-09-25 16:44:15,350 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-impl 0.2.5-Helium 2014-09-25 16:44:15,350 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-netty-util 0.2.5-Helium 2014-09-25 16:44:15,389 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-monitoring 0.2.5-Helium 2014-09-25 16:44:15,395 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netty 0.2.5-Helium 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature war 3.0.1 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature http 3.0.1 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-http 3.1.0 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-jetty 8.1.14.v20131031 2014-09-25 16:44:15,480 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-war 3.1.0 2014-09-25 16:44:15,480 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-http-whiteboard 3.1.0 2014-09-25 16:44:15,683 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | EventAdmin support is not available, no servlet events will be posted! 2014-09-25 16:44:15,685 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | LogService support enabled, log events will be created. 2014-09-25 16:44:15,689 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | Pax Web started 2014-09-25 16:44:15,790 | INFO | pool-27-thread-1 | Server | 170 - org.eclipse.jetty.aggregate.jetty-all-server - 8.1.14.v20131031 | jetty-8.1.14.v20131031 2014-09-25 16:44:15,814 | INFO | pool-27-thread-1 | AbstractConnector | 170 - org.eclipse.jetty.aggregate.jetty-all-server - 8.1.14.v20131031 | Started SelectChannelConnector@0.0.0.0:8181 2014-09-25 16:44:15,814 | INFO | pool-27-thread-1 | JettyServerImpl | 180 - org.ops4j.pax.web.pax-web-jetty - 3.1.0 | Pax Web available at [0.0.0.0]:[8181] 2014-09-25 16:44:18,630 | INFO | Local user karaf | HttpServiceFactoryImpl | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | Binding bundle: [org.opendaylight.controller.sal-rest-connector_1.1.0.Helium [195]] to http service 2014-09-25 16:44:18,893 | INFO | pool-28-thread-1 | WebApplicationImpl | 197 - com.sun.jersey.jersey-server - 1.17.0 | Initiating Jersey application, version 'Jersey: 1.17 01/17/2013 03:31 PM' 2014-09-25 16:44:18,948 | INFO | pool-28-thread-1 | DeferredResourceConfig | 197 - com.sun.jersey.jersey-server - 1.17.0 | Instantiated the Application class org.opendaylight.controller.sal.rest.impl.RestconfApplication 2014-09-25 16:44:19,018 | ERROR | pool-28-thread-1 | ProviderServices | 196 - com.sun.jersey.core - 1.17.0 | The class org.opendaylight.aaa.sts.TokenAuthFilter could not be found. This class is ignored. 2014-09-25 16:44:19,503 | WARN | pool-28-thread-1 | Errors | 196 - com.sun.jersey.core - 1.17.0 | The following warnings have been detected with resource and/or provider classes: WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.updateConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type WARNING: Parameter 1 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type 2014-09-25 16:44:19,626 | INFO | config-pusher | InMemoryDataTree | 94 - org.opendaylight.yangtools.yang-data-impl - 0.6.2.Helium | Attempting to install schema contexts 2014-09-25 16:44:19,634 | INFO | config-pusher | ThreadExecutorStatsMXBeanImpl | 106 - org.opendaylight.controller.sal-common-util - 1.1.0.Helium | Executor com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService@53af5e21 is not supported 2014-09-25 16:44:19,635 | INFO | config-pusher | InMemoryDataTree | 94 - org.opendaylight.yangtools.yang-data-impl - 0.6.2.Helium | Attempting to install schema contexts 2014-09-25 16:44:19,635 | INFO | config-pusher | ThreadExecutorStatsMXBeanImpl | 106 - org.opendaylight.controller.sal-common-util - 1.1.0.Helium | Executor com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService@20e5d200 is not supported 2014-09-25 16:44:19,751 | INFO | config-pusher | dedBackwardsCompatibleDataBroker | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | ForwardedBackwardsCompatibleBroker started. 2014-09-25 16:44:19,759 | WARN | config-pusher | BindingIndependentConnector | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | Unable to start Notification forwarding. Reason: DOM Notification Service is not initialized properly! 2014-09-25 16:44:19,759 | INFO | config-pusher | RootBindingAwareBroker | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | Starting Binding Aware Broker: binding-broker-impl 2014-09-25 16:44:19,841 | INFO | er [_value=8185] | WebSocketServer | 195 - org.opendaylight.controller.sal-rest-connector - 1.1.0.Helium | Web socket server started at port 8185. Best Regards Priyanka =====-----=====-----=====
|
|
Re: [OpenDaylight Discuss] Error installting odl-restconf feature
Priyanka Chopra <priyanka.chopra@...>
Attaching the error log..
Thanks Priyanka From: Priyanka Chopra/TVM/TCS To: "dev@..." <dev@...>, "discuss@..." <discuss@...>, controller-dev@... Cc: "aaa-dev@..." <aaa-dev@...>, Devin Avery <davery@...>, Vasu Srinivasan <vasya10@...> Date: 09/26/2014 05:53 PM Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature Can somebody suggest any way by which we can bypass authentication ? After installing odl-restconf (with the error shared in the email thread), when I install my plugin, I am getting the following error. Because of the same I cant hit the basic neutron northbound URLs.. Can anyone suggest something on this? Thanks Priyanka From: Vasu Srinivasan <vasya10@...> To: "dev@..." <dev@...>, "discuss@..." <discuss@...>, "aaa-dev@..." <aaa-dev@...> Cc: Priyanka Chopra <priyanka.chopra@...>, Devin Avery <davery@...> Date: 09/25/2014 10:18 PM Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature Have a question related to this discussion- is there a way to turn off restconf authentication via configuration properties ? Regards, Vasu Srinivasan ----------------------------------- vagartham.blogspot.com vasya10.wordpress.com On Thu, Sep 25, 2014 at 7:17 AM, Devin Avery <davery@...> wrote: Ah. Ok. Thanks – I missed that error. I do know that AAA authentication was turned on by default with the restconf feature Monday sometime so that is the change in behavior. I would have expected the way distros are built to pull in all of the AAA classes / bundles required so it does seem a little strange to see that error. I think we need to refer to the AAA team and/or Ed Warnikie – they may have a better answer as to what that error means. Sorry I can’t be of more help. Devin From: Priyanka Chopra <priyanka.chopra@...> Date: Thursday, September 25, 2014 at 8:12 AM To: Devin Avery <davery@...> Cc: "dev@..." <dev@...>, "discuss@..." <discuss@...> Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature Hi Devin, Following is the capture of error log. 2014-09-25 16:44:19,018 | ERROR | pool-28-thread-1 | ProviderServices | 196 - com.sun.jersey.core - 1.17.0 | The class org.opendaylight.aaa.sts.TokenAuthFilter could not be found. This class is ignored. 2014-09-25 16:44:19,503 | WARN | pool-28-thread-1 | Errors | 196 - com.sun.jersey.core - 1.17.0 | The following warnings have been detected with resource and/or provider classes: Thanks Priyanka From: Devin Avery <davery@...> To: Priyanka Chopra <priyanka.chopra@...>, "dev@..." <dev@...>, "discuss@..." <discuss@...> Date: 09/25/2014 05:39 PM Subject: Re: [OpenDaylight Discuss] Error installting odl-restconf feature I am not seeing any “Error” per-sa below. I do see warnings about a response type not being resolvable to a concrete type – is that what you are referring too? If so I believe those are benign. I also agree with the sentiment that we should clean up exceptions and warnings like these so that we do not confuse customers, developers or support folks looking at log files. Devin From: Priyanka Chopra <priyanka.chopra@...> Date: Thursday, September 25, 2014 at 7:53 AM To: "dev@..." <dev@...>, "discuss@..." <discuss@...> Subject: [OpenDaylight Discuss] Error installting odl-restconf feature Hi, I am using nexus.opendaylight.org/content/groups/staging/org/opendaylight/integration/distribution-karaf/0.2.0-Helium/distribution-karaf-0.2.0-Helium.zip When I try installing odl-restconf feature I am getting the folllowing error. Please suggest. 2014-09-25 16:43:05,004 | INFO | Event Dispatcher | SecurityUtils | 41 - org.apache.sshd.core - 0.9.0 | BouncyCastle not registered, using the default JCE provider 2014-09-25 16:44:15,101 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-restconf 1.1-Helium 2014-09-25 16:44:15,102 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-mdsal-broker 1.1-Helium 2014-09-25 16:44:15,102 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-common 0.6.2-Helium 2014-09-25 16:44:15,135 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-binding 0.6.2-Helium 2014-09-25 16:44:15,139 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-models 0.6.2-Helium 2014-09-25 16:44:15,155 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-mdsal-common 1.1-Helium 2014-09-25 16:44:15,155 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-data-binding 0.6.2-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-startup 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netconf-connector 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-manager 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-core 0.2.5-Helium 2014-09-25 16:44:15,208 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-yangtools-binding-generator 0.6.2-Helium 2014-09-25 16:44:15,244 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-api 0.2.5-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-api 0.2.5-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-protocol-framework 0.5.0-Helium 2014-09-25 16:44:15,268 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netty-config-api 0.2.5-Helium 2014-09-25 16:44:15,296 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-mapping-api 0.2.5-Helium 2014-09-25 16:44:15,298 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-util 0.2.5-Helium 2014-09-25 16:44:15,304 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-persister 0.2.5-Helium 2014-09-25 16:44:15,350 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-impl 0.2.5-Helium 2014-09-25 16:44:15,350 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-netty-util 0.2.5-Helium 2014-09-25 16:44:15,389 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-netconf-monitoring 0.2.5-Helium 2014-09-25 16:44:15,395 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature odl-config-netty 0.2.5-Helium 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature war 3.0.1 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature http 3.0.1 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-http 3.1.0 2014-09-25 16:44:15,432 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-jetty 8.1.14.v20131031 2014-09-25 16:44:15,480 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-war 3.1.0 2014-09-25 16:44:15,480 | INFO | Local user karaf | FeaturesServiceImpl | 24 - org.apache.karaf.features.core - 3.0.1 | Installing feature pax-http-whiteboard 3.1.0 2014-09-25 16:44:15,683 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | EventAdmin support is not available, no servlet events will be posted! 2014-09-25 16:44:15,685 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | LogService support enabled, log events will be created. 2014-09-25 16:44:15,689 | INFO | Local user karaf | Activator | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | Pax Web started 2014-09-25 16:44:15,790 | INFO | pool-27-thread-1 | Server | 170 - org.eclipse.jetty.aggregate.jetty-all-server - 8.1.14.v20131031 | jetty-8.1.14.v20131031 2014-09-25 16:44:15,814 | INFO | pool-27-thread-1 | AbstractConnector | 170 - org.eclipse.jetty.aggregate.jetty-all-server - 8.1.14.v20131031 | Started SelectChannelConnector@0.0.0.0:8181 2014-09-25 16:44:15,814 | INFO | pool-27-thread-1 | JettyServerImpl | 180 - org.ops4j.pax.web.pax-web-jetty - 3.1.0 | Pax Web available at [0.0.0.0]:[8181] 2014-09-25 16:44:18,630 | INFO | Local user karaf | HttpServiceFactoryImpl | 179 - org.ops4j.pax.web.pax-web-runtime - 3.1.0 | Binding bundle: [org.opendaylight.controller.sal-rest-connector_1.1.0.Helium [195]] to http service 2014-09-25 16:44:18,893 | INFO | pool-28-thread-1 | WebApplicationImpl | 197 - com.sun.jersey.jersey-server - 1.17.0 | Initiating Jersey application, version 'Jersey: 1.17 01/17/2013 03:31 PM' 2014-09-25 16:44:18,948 | INFO | pool-28-thread-1 | DeferredResourceConfig | 197 - com.sun.jersey.jersey-server - 1.17.0 | Instantiated the Application class org.opendaylight.controller.sal.rest.impl.RestconfApplication 2014-09-25 16:44:19,018 | ERROR | pool-28-thread-1 | ProviderServices | 196 - com.sun.jersey.core - 1.17.0 | The class org.opendaylight.aaa.sts.TokenAuthFilter could not be found. This class is ignored. 2014-09-25 16:44:19,503 | WARN | pool-28-thread-1 | Errors | 196 - com.sun.jersey.core - 1.17.0 | The following warnings have been detected with resource and/or provider classes: WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.updateConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type WARNING: Parameter 1 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type WARNING: Parameter 2 of type org.opendaylight.yangtools.yang.data.api.Node<?> from public abstract javax.ws.rs.core.Response org.opendaylight.controller.sal.rest.api.RestconfService.createConfigurationData(java.lang.String,org.opendaylight.yangtools.yang.data.api.Node<?>) is not resolvable to a concrete type 2014-09-25 16:44:19,626 | INFO | config-pusher | InMemoryDataTree | 94 - org.opendaylight.yangtools.yang-data-impl - 0.6.2.Helium | Attempting to install schema contexts 2014-09-25 16:44:19,634 | INFO | config-pusher | ThreadExecutorStatsMXBeanImpl | 106 - org.opendaylight.controller.sal-common-util - 1.1.0.Helium | Executor com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService@53af5e21 is not supported 2014-09-25 16:44:19,635 | INFO | config-pusher | InMemoryDataTree | 94 - org.opendaylight.yangtools.yang-data-impl - 0.6.2.Helium | Attempting to install schema contexts 2014-09-25 16:44:19,635 | INFO | config-pusher | ThreadExecutorStatsMXBeanImpl | 106 - org.opendaylight.controller.sal-common-util - 1.1.0.Helium | Executor com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService@20e5d200 is not supported 2014-09-25 16:44:19,751 | INFO | config-pusher | dedBackwardsCompatibleDataBroker | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | ForwardedBackwardsCompatibleBroker started. 2014-09-25 16:44:19,759 | WARN | config-pusher | BindingIndependentConnector | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | Unable to start Notification forwarding. Reason: DOM Notification Service is not initialized properly! 2014-09-25 16:44:19,759 | INFO | config-pusher | RootBindingAwareBroker | 160 - org.opendaylight.controller.sal-binding-broker-impl - 1.1.0.Helium | Starting Binding Aware Broker: binding-broker-impl 2014-09-25 16:44:19,841 | INFO | er [_value=8185] | WebSocketServer | 195 - org.opendaylight.controller.sal-rest-connector - 1.1.0.Helium | Web socket server started at port 8185. Best Regards Priyanka =====-----=====-----=====
|
|