OpenNetworkingFoundation / DELTA

PROJECT DELTA: SDN SECURITY EVALUATION FRAMEWORK
221 stars 76 forks source link

mvn clean install #17

Open josalcedo25 opened 7 years ago

josalcedo25 commented 7 years ago

Hello I am receiving an error when trying to clean install with maven. I believe it is an issue with the repositories in the code of the pom.xml in the odl helium sr5 not being found but after much searching I have not found an answer. I am including the error messages I am receiving after running the command "mvn clean install -X" as well as the helium sr3 pom.xml file. error1 error2 error3 error4 error5 error6

pom1 pom2 pom3 pom4 pom5

Any suggestions would be greatly appreciated.

jwkim90 commented 7 years ago

Hello,

It seems that the problem is related to your system environments.

Our main contributor said that the ODL requires JDK 1.7 version or more, so we highly recommend that you double check your jdk version.

Furthermore, I recommend that you should run “DELTA/tools/dev/delta-setup/delta-setup-devenv-ubuntu”, before you try to run “mvn clean install”.

If you have any question, please ask me.

Thank you.

Best Regards,

josalcedo25 commented 7 years ago

Thank you for your response. I have double checked and am running JDK 1.7. I have also run “DELTA/tools/dev/delta-setup/delta-setup-devenv-ubuntu” before the mvn clean install and am still receiving the same error messages. Any other ideas? This is running on an Ubuntu 14.04 VM.

Best, Josie Salcedo

On Wed, Feb 1, 2017 at 9:07 PM, Jinwoo Kim notifications@github.com wrote:

Hello,

It seems that the problem is related to your system environments.

Our main contributor said that the ODL requires JDK 1.7 version or more, so we highly recommend that you double check your jdk version.

Furthermore, I recommend that you should run “DELTA/tools/dev/delta-setup/delta-setup-devenv-ubuntu”, before you try to run “mvn clean install”.

If you have any question, please ask me.

Thank you.

Best Regards,

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OpenNetworkingFoundation/DELTA/issues/17#issuecomment-276862903, or mute the thread https://github.com/notifications/unsubscribe-auth/AWRvfrddE7MhZt9tuZV3Gol6rigd25F0ks5rYVZvgaJpZM4Lz2bJ .

seungsoo-lee commented 7 years ago

Hi Josie Salcedo,

It seems a dependency setting problem of OpenDaylight-helium. Do you have "settings.xml" file in your maven repository (~/.m2/)?

If you don't, refer to <Edit your ~/.m2/settings.xml> in https://wiki.opendaylight.org/view/GettingStarted:Development_Environment_Setup

Thanks, Seungsoo

josalcedo25 commented 7 years ago

Hello again,

Thank you for your continued help, I actually attempted to set up Delta on an Ubuntu 14.04 desktop VM instead, I was previously trying on a Ubuntu 14.04 Server VM, but the desktop VM has worked so far.

Thank you again, Josie Salcedo

On Thu, Feb 2, 2017 at 2:55 PM, Seungsoo Lee notifications@github.com wrote:

Hi Josie Salcedo,

It seems a dependency setting problem of OpenDaylight-helium. Do you have "settings.xml" file in your maven repository (~/.m2/)?

If you don't, refer to <Edit your ~/.m2/settings.xml> in https://wiki.opendaylight.org/view/GettingStarted: Development_Environment_Setup

Thanks, Seungsoo

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OpenNetworkingFoundation/DELTA/issues/17#issuecomment-277064679, or mute the thread https://github.com/notifications/unsubscribe-auth/AWRvfss7WfuGn_VHoF3vGUgnQAEAcYwGks5rYjStgaJpZM4Lz2bJ .

jwkim90 commented 7 years ago

I'm not sure why your Ubuntu 14.04 Server didn't work, because I'm also running DELTA on Ubuntu 14.04 Server and it doesn't have any problems.

Best Regards, Jinwoo Kim

josalcedo25 commented 7 years ago

Evening,

I am thinking it may have something to do with the libraries and dependencies that may be preinstalled in the Desktop and not the Server but I am really unsure. I will be sure to contact you with any further questions though since I am working on using Delta as part of my capstone project. I truly appreciate any help and guidance.

Best, Josie Salcedo

On Thu, Feb 2, 2017 at 10:15 PM, Jinwoo Kim notifications@github.com wrote:

I'm not sure why your Ubuntu 14.04 Server didn't work, because I'm also running DELTA on Ubuntu 14.04 Server and it doesn't have any problems.

Best Regards, Jinwoo Kim

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/OpenNetworkingFoundation/DELTA/issues/17#issuecomment-277154196, or mute the thread https://github.com/notifications/unsubscribe-auth/AWRvfrTfSYGYHYhKWIdXx4jHXo-K4nGyks5rYpvogaJpZM4Lz2bJ .

charles-typ commented 5 years ago

Will there be some capacity problem when implementing DELTA in Ubuntu 16.04? A lot of problem occurred and all the other issue are still open. @jinwoookim Did your delta work fine in Ubuntu 14.04, without encountering any problems? I'm using it for research purpose. Thank you