seungsoo-lee / DELTA

PROJECT DELTA: SDN SECURITY EVALUATION FRAMEWORK
84 stars 36 forks source link

Error starting bundle 58: Exception in org.deltaproject.odlagent.core.Activator.start() of bundle org.deltaproject.delta-agent-app-odl-oxygen. #2

Open wisnuwicaks opened 5 years ago

wisnuwicaks commented 5 years ago

I use ODL oxygen karaf-0.8.4 because 0.8.2 didnt work as well. Some errors appear in SDN Controller + App Agent Log altough attack status produce COMPLETE but FAIL in most of attack types. What the mistakes I have made? Screenshot from 2019-04-26 18-27-11 Screenshot from 2019-04-26 18-27-44

GeekPwn2018 commented 5 years ago

I use ODL oxygen karaf-0.8.4 because 0.8.2 didnt work as well. Some errors appear in SDN Controller + App Agent Log altough attack status produce COMPLETE but FAIL in most of attack types. What the mistakes I have made? Screenshot from 2019-04-26 18-27-11 Screenshot from 2019-04-26 18-27-44

Did you use the testded virtual machine?

wisnuwicaks commented 5 years ago

@GeekPwn2018 No, i use lxc container.

vieangry commented 5 years ago

I guess this is caused by the dependency problem. Although the controller bundle can be installed but cannot be started, there are two dependencies missing. One is "Unresolved requirement: Import-Package: com.google.common.base; version="[27.0 .0,28.0.0)", this starts odl-guaua-23 to solve and the other is "Unresolved requirement: Import-Package: org.apache.felix.dm; version="[4.4.0,5.0.0 )", this does not know which feature is missing.Don't know if I have the same problems as you? How are you going to solve it? image (1)

imasssge

unnamed

wisnuwicaks commented 5 years ago

@vieangry yes exactly same. I solve this by install ODL feature : feature:install odl-l2switch-all odl-dlux-core features-dluxapps But still have an Error starting bundle 58: Exception in org.deltaproject.odlagent.core.Activator.start() of bundle org.deltaproject.delta-agent-app-odl-oxygen Although attack completely done.