dripto
dripto

Reputation: 619

karaf console is not starting in opendaylight startup archetype

I'm following this post to create a sample hello world rpc on opendaylight.

I created and built the project using opendaylight-startup-archetype successfully. But post that when I'm trying to start the karaf console from the built project it is stuck at the following screen.

enter image description here

I also monitored karaf logs and this is error I can see.

enter image description here

PS: This is the command I used to start the karaf console. enter image description here

Upvotes: 0

Views: 292

Answers (1)

vorburger
vorburger

Reputation: 3928

The Archetype is broken right now on the bleeding edge current latest master branch. Watch https://jira.opendaylight.org/browse/ARCH-3 to get notified when we'll have fixed it. You may be able to use previous versions.

Upvotes: 1

Related Questions