Hi Yuriy,
Changed the port and now I am getting this error:
2016-06-13 09:58:56,378 TRACE [org.xdi.oxd.server.service.ConfigurationService] Try to load configuration from system property: oxd.server.config, value: ./../conf/oxd-conf.json
2016-06-13 09:58:56,572 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration loaded successfully from system property: oxd.server.config.
2016-06-13 09:58:56,573 TRACE [org.xdi.oxd.server.service.ConfigurationService] Configuration: Configuration{port=7000, timeOutInSeconds=0, opHost=https://auth.boldgroup.int/, localhostOnly=true, licenseServerEndpoint=, licenseId=}
2016-06-13 09:58:56,590 INFO [org.xdi.oxd.server.service.ConfigurationService] Configuration directory: ./../conf
2016-06-13 09:58:56,593 TRACE [org.xdi.oxd.server.service.SiteConfigurationService] Loading site file name: oxd-default-site-config.json
2016-06-13 09:58:56,676 ERROR [org.xdi.oxd.server.license.LicenseUpdateService] Failed to start LicenseUpdateService. Configuration licenseId or licenseServerEndpoint is empty.
2016-06-13 09:58:56,678 DEBUG [org.xdi.oxd.server.license.LicenseService] licenseChanged: false
2016-06-13 09:58:56,678 DEBUG [org.xdi.oxd.server.license.LicenseService] License file location: /home/dev/boldgroup.com/public_html/oxd-server-2.4.3-SNAPSHOT-distribution/bin/.oxd-license
2016-06-13 09:58:56,679 ERROR [org.xdi.oxd.server.license.LicenseFile] No content to map to Object due to end of input
java.io.EOFException: No content to map to Object due to end of input
at org.codehaus.jackson.map.ObjectMapper._initForReading(ObjectMapper.java:2775)
at org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2718)
at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1909)
at org.xdi.oxd.server.license.LicenseFile.create(LicenseFile.java:46)
at org.xdi.oxd.server.license.LicenseService.loadLicenseFile(LicenseService.java:132)
at org.xdi.oxd.server.license.LicenseService.validate(LicenseService.java:73)
at org.xdi.oxd.server.license.LicenseService.<init>(LicenseService.java:56)
at org.xdi.oxd.server.service.SocketService.listenSocket(SocketService.java:58)
at org.xdi.oxd.server.ServerLauncher.startOxd(ServerLauncher.java:66)
at org.xdi.oxd.server.ServerLauncher.start(ServerLauncher.java:58)
at org.xdi.oxd.server.ServerLauncher.main(ServerLauncher.java:48)
2016-06-13 09:58:56,697 INFO [org.xdi.oxd.server.service.SocketService] Server socket is bound to port: 7000, with timeout: 0 seconds. Start listening for notifications