dhonza / JCOOL

Java COntinuos Optimization Library
GNU Lesser General Public License v3.0
11 stars 8 forks source link

JCOOL Installation #3

Open Ramanujam13 opened 6 years ago

Ramanujam13 commented 6 years ago

I am working Time Series Motif Mining. To optimize the parameters of my Algorithm I am trying to use DIRECT in JCOOL. while Installing the same in Windows 7 with maven I found the following errors. Kindly do the needful .

C:\Users\Administrator.Admin-PC\Downloads\JCOOL-master\configurations>mvn compil e [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.ytoh:configurations:jar:0.6.3-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-comp iler-plugin is missing. @ line 41, column 21 [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-reso urces-plugin is missing. @ line 49, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten t he stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support buildin g such malformed projects. [WARNING] [INFO] [INFO] ----------------------< org.ytoh:configurations >----------------------- [INFO] Building BeanConfigurations 0.6.3-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/org/a pache/commons/commons-parent/7/commons-parent-7.pom Downloading from jboss: http://repository.jboss.org/maven2/org/apache/commons/co mmons-parent/7/commons-parent-7.pom Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/commo ns-configuration/commons-configuration/1.6/commons-configuration-1.6.pom Downloading from jboss: http://repository.jboss.org/maven2/commons-configuration /commons-configuration/1.6/commons-configuration-1.6.pom Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/commo ns-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom Downloading from jboss: http://repository.jboss.org/maven2/commons-collections/c ommons-collections/3.2.2/commons-collections-3.2.2.pom Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/org/a pache/commons/commons-parent/9/commons-parent-9.pom Downloading from jboss: http://repository.jboss.org/maven2/org/apache/commons/co mmons-parent/9/commons-parent-9.pom Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/com/s un/xml/bind/jaxb-impl/2.1.3/jaxb-impl-2.1.3.pom Downloading from jboss: http://repository.jboss.org/maven2/com/sun/xml/bind/jaxb -impl/2.1.3/jaxb-impl-2.1.3.pom Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/org/s lf4j/slf4j-log4j12/1.4.2/slf4j-log4j12-1.4.2.pom Downloading from jboss: http://repository.jboss.org/maven2/org/slf4j/slf4j-log4j 12/1.4.2/slf4j-log4j12-1.4.2.pom Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/com/j goodies/binding/2.0.6/binding-2.0.6.pom Downloading from jboss: http://repository.jboss.org/maven2/com/jgoodies/binding/ 2.0.6/binding-2.0.6.pom Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/net/j ava/dev/swing-layout/swing-layout/1.0.2/swing-layout-1.0.2.pom Downloading from jboss: http://repository.jboss.org/maven2/net/java/dev/swing-la yout/swing-layout/1.0.2/swing-layout-1.0.2.pom Downloading from central: http://neuron.felk.cvut.cz:8080/artifactory/repo/com/j goodies/forms/1.2.1/forms-1.2.1.pom Downloading from jboss: http://repository.jboss.org/maven2/com/jgoodies/forms/1. 2.1/forms-1.2.1.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:19 min [INFO] Finished at: 2018-03-09T09:12:51+05:30 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project configurations: Could not resolve depe ndencies for project org.ytoh:configurations:jar:0.6.3-SNAPSHOT: Failed to colle ct dependencies at commons-io:commons-io:jar:1.4: Failed to read artifact descri ptor for commons-io:commons-io:jar:1.4: Could not transfer artifact org.apache.c ommons:commons-parent:pom:7 from/to central (http://neuron.felk.cvut.cz:8080/art ifactory/repo): Connect to neuron.felk.cvut.cz:8080 [neuron.felk.cvut.cz/147.32. 83.64] failed: Connection timed out: connect -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit ch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please rea d the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyReso lutionException 'cmd' is not recognized as an internal or external command, operable program or batch file.

C:\Users\Administrator.Admin-PC\Downloads\JCOOL-master\configurations>