Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » OM2M » Build OM2M ERROR
Build OM2M ERROR [message #1843998] Thu, 26 August 2021 13:24 Go to next message
badr eddine el mostaine is currently offline badr eddine el mostaineFriend
Messages: 2
Registered: August 2021
Junior Member
I'm trying to run OM2M by following the steps in the website and i arrive at the building, I got the error I try to ways by command line any by the eclipse i got the same error, please easy explanation


  • Attachment: error.txt
    (Size: 9.27KB, Downloaded 45 times)
  • Attachment: error.txt
    (Size: 9.27KB, Downloaded 49 times)
Re: Build OM2M ERROR [message #1844000 is a reply to message #1843998] Thu, 26 August 2021 15:15 Go to previous message
Cyrille Bareau is currently offline Cyrille BareauFriend
Messages: 8
Registered: April 2018
Junior Member
Hi,
Seems you have a problem with the proxy configuration in your Maven settings file:
[WARNING] Unable to parse element 'port', must be an integer (position: END_TAG seen ...<port>proxy-port</port>... @7:30) caused by: java.lang.NumberFormatException: For input string: "proxy-port" @ C:\Users\rakii\.m2\settings.xml, line 7, column 30
Should be something like
<host>myproxy.mycompany.com</host>
<port>8080</port>
(or any other integer value corresponding to your proxy server port).

Or if you don't have a proxy, just comment out the <proxy> entry.
Previous Topic:Get 501 error Not Implemented when trying access CSE with "Cae-admin"
Next Topic:fetch data
Goto Forum:
  


Current Time: Fri Apr 19 04:40:52 GMT 2024

Powered by FUDForum. Page generated in 0.02220 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top