| Issue 6: | nema(DIY)-probes moduler does not compile. | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. nema-probes does not compile under maven. What is the expected output? What do you see instead? [INFO] Unable to find resource 'org.meandre:meandre-annotation:pom:1.4.8' in repository appfuse (http://static.appfuse.org/repository) Downloading: http://openjena.org/repo//org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.pom [INFO] Unable to find resource 'org.meandre:meandre-annotation:pom:1.4.8' in repository jena (http://openjena.org/repo/) Downloading: http://nema.lis.uiuc.edu/artifactory/repo/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.pom [INFO] Unable to find resource 'org.meandre:meandre-annotation:pom:1.4.8' in repository nema-artifactory-repo (http://nema.lis.uiuc.edu/artifactory/repo) Downloading: http://nema.lis.uiuc.edu/artifactory/remote-repos/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.pom [INFO] Unable to find resource 'org.meandre:meandre-annotation:pom:1.4.8' in repository nema-artifactory-remote (http://nema.lis.uiuc.edu/artifactory/remote-repos) Downloading: http://repo1.maven.org/maven2/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.pom [INFO] Unable to find resource 'org.meandre:meandre-annotation:pom:1.4.8' in repository central (http://repo1.maven.org/maven2) Downloading: http://www.monkproject.org/maven2/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.pom [INFO] Unable to find resource 'org.meandre:meandre-annotation:pom:1.4.8' in repository monk (http://www.monkproject.org/maven2) Downloading: http://tanesha.net/maven2/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.pom [INFO] Unable to find resource 'org.meandre:meandre-annotation:pom:1.4.8' in repository taneshanet (http://tanesha.net/maven2) Downloading: http://repo1.maven.org/maven2/org/imirsel/nema-temp-repository/0.1-SNAPSHOT/nema-temp-repository-0.1-SNAPSHOT.pom [INFO] Unable to find resource 'org.imirsel:nema-temp-repository:pom:0.1-SNAPSHOT' in repository central (http://repo1.maven.org/maven2) Downloading: http://static.appfuse.org/repository/org/imirsel/nema-temp-repository/0.1-SNAPSHOT/nema-temp-repository-0.1-SNAPSHOT.pom [INFO] Unable to find resource 'org.imirsel:nema-temp-repository:pom:0.1-SNAPSHOT' in repository appfuse (http://static.appfuse.org/repository) Downloading: http://openjena.org/repo//org/imirsel/nema-temp-repository/0.1-SNAPSHOT/nema-temp-repository-0.1-SNAPSHOT.pom [INFO] Unable to find resource 'org.imirsel:nema-temp-repository:pom:0.1-SNAPSHOT' in repository jena (http://openjena.org/repo/) Downloading: http://nema.lis.uiuc.edu/artifactory/repo/org/imirsel/nema-temp-repository/0.1-SNAPSHOT/nema-temp-repository-0.1-SNAPSHOT.pom [INFO] Unable to find resource 'org.imirsel:nema-temp-repository:pom:0.1-SNAPSHOT' in repository nema-artifactory-repo (http://nema.lis.uiuc.edu/artifactory/repo) Downloading: http://nema.lis.uiuc.edu/artifactory/remote-repos/org/imirsel/nema-temp-repository/0.1-SNAPSHOT/nema-temp-repository-0.1-SNAPSHOT.pom [INFO] Unable to find resource 'org.imirsel:nema-temp-repository:pom:0.1-SNAPSHOT' in repository nema-artifactory-remote (http://nema.lis.uiuc.edu/artifactory/remote-repos) Downloading: http://repo1.maven.org/maven2/opensymphony/quartz/1.6.0/quartz-1.6.0.pom [INFO] Unable to find resource 'opensymphony:quartz:pom:1.6.0' in repository central (http://repo1.maven.org/maven2) Downloading: http://static.appfuse.org/repository/opensymphony/quartz/1.6.0/quartz-1.6.0.pom [INFO] Unable to find resource 'opensymphony:quartz:pom:1.6.0' in repository appfuse (http://static.appfuse.org/repository) Downloading: http://openjena.org/repo//opensymphony/quartz/1.6.0/quartz-1.6.0.pom [INFO] Unable to find resource 'opensymphony:quartz:pom:1.6.0' in repository jena (http://openjena.org/repo/) Downloading: http://nema.lis.uiuc.edu/artifactory/repo/opensymphony/quartz/1.6.0/quartz-1.6.0.pom [INFO] Unable to find resource 'opensymphony:quartz:pom:1.6.0' in repository nema-artifactory-repo (http://nema.lis.uiuc.edu/artifactory/repo) Downloading: http://nema.lis.uiuc.edu/artifactory/remote-repos/opensymphony/quartz/1.6.0/quartz-1.6.0.pom [INFO] Unable to find resource 'opensymphony:quartz:pom:1.6.0' in repository nema-artifactory-remote (http://nema.lis.uiuc.edu/artifactory/remote-repos) [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 67 source files to /Users/imirsel/Documents/workspaceGoolge/nema/webapp/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /Users/imirsel/Documents/workspaceGoolge/nema/webapp/src/main/java/org/imirsel/nema/webapp/controller/FlowFormController.java:[38,23] package org.imirsel.util does not exist /Users/imirsel/Documents/workspaceGoolge/nema/webapp/src/main/java/org/imirsel/nema/webapp/controller/FlowController.java:[101,20] cannot find symbol symbol : method toUpperCase() location: class org.imirsel.nema.model.Flow.FlowType /Users/imirsel/Documents/workspaceGoolge/nema/webapp/src/main/java/org/imirsel/nema/webapp/controller/JobController.java:[169,39] incompatible types found : org.imirsel.nema.model.Flow.FlowType required: java.lang.String /Users/imirsel/Documents/workspaceGoolge/nema/webapp/src/main/java/org/imirsel/nema/webapp/controller/FlowFormController.java:[244,19] cannot find symbol symbol : variable FlowTypeUtils location: class org.imirsel.nema.webapp.controller.FlowFormController [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14 seconds [INFO] Finished at: Wed Jan 20 16:47:10 CST 2010 [INFO] Final Memory: 42M/81M [INFO] ------------------------------------------------------------------------
Jan 20, 2010
Project Member
#1
zgg...@gmail.com
Jan 20, 2010
I also tried on nema box (CentOS) and my laptop (Ubuntu 9.10). Similar problems. Same error message. [INFO] Unable to find resource 'commons-collections:commons-collections:jar:2.1' in repository appfuse (http://static.appfuse.org/repository) Downloading: http://tanesha.net/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.jar Downloading: http://repo1.maven.org/maven2/org/meandre/meandre-plugins/1.4.8/meandre-plugins-1.4.8.jar [INFO] Unable to find resource 'commons-collections:commons-collections:jar:2.1' in repository taneshanet (http://tanesha.net/maven2) Downloading: http://nema.lis.uiuc.edu/artifactory/repo/commons-collections/commons-collections/2.1/commons-collections-2.1.jar 161K downloaded (commons-collections-2.1.jar) Downloading: http://nema.lis.uiuc.edu/artifactory/repo/org/imirsel/nema-artifactservice/0.5.0-SNAPSHOT/nema-artifactservice-0.5.0-SNAPSHOT.jar 4K downloaded (nema-artifactservice-0.5.0-SNAPSHOT.jar) Downloading: http://repo1.maven.org/maven2/javax/servlet/jstl/1.1.2/jstl-1.1.2.jar [INFO] Unable to find resource 'org.meandre:meandre-plugins:jar:1.4.8' in repository central (http://repo1.maven.org/maven2) Downloading: http://static.appfuse.org/repository/org/meandre/meandre-plugins/1.4.8/meandre-plugins-1.4.8.jar [INFO] Unable to find resource 'org.meandre:meandre-plugins:jar:1.4.8' in repository appfuse (http://static.appfuse.org/repository) Downloading: http://tanesha.net/maven2/org/meandre/meandre-plugins/1.4.8/meandre-plugins-1.4.8.jar [INFO] Unable to find resource 'org.meandre:meandre-plugins:jar:1.4.8' in repository taneshanet (http://tanesha.net/maven2) Downloading: http://nema.lis.uiuc.edu/artifactory/repo/org/meandre/meandre-plugins/1.4.8/meandre-plugins-1.4.8.jar 25K downloaded (meandre-plugins-1.4.8.jar) Downloading: http://repo1.maven.org/maven2/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.jar [INFO] Unable to find resource 'org.meandre:meandre-annotation:jar:1.4.8' in repository central (http://repo1.maven.org/maven2) Downloading: http://static.appfuse.org/repository/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.jar [INFO] Unable to find resource 'org.meandre:meandre-annotation:jar:1.4.8' in repository appfuse (http://static.appfuse.org/repository) Downloading: http://tanesha.net/maven2/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.jar [INFO] Unable to find resource 'org.meandre:meandre-annotation:jar:1.4.8' in repository taneshanet (http://tanesha.net/maven2) Downloading: http://nema.lis.uiuc.edu/artifactory/repo/org/meandre/meandre-annotation/1.4.8/meandre-annotation-1.4.8.jar 26K downloaded (meandre-annotation-1.4.8.jar) Downloading: http://static.appfuse.org/repository/org/meandre/meandre-core/1.4.8/meandre-core-1.4.8.jar [INFO] Unable to find resource 'org.meandre:meandre-core:jar:1.4.8' in repository appfuse (http://static.appfuse.org/repository) Downloading: http://tanesha.net/maven2/org/meandre/meandre-core/1.4.8/meandre-core-1.4.8.jar [INFO] Unable to find resource 'org.meandre:meandre-core:jar:1.4.8' in repository taneshanet (http://tanesha.net/maven2) Downloading: http://nema.lis.uiuc.edu/artifactory/repo/org/meandre/meandre-core/1.4.8/meandre-core-1.4.8.jar 431K downloaded (meandre-core-1.4.8.jar) [INFO] [compiler:compile {execution: default-compile}] [INFO] Compiling 11 source files to /export/home/gzhu1/nema/probes/target/classes [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/probes/NemaFlowNotification.java:[17,26] package org.imirsel.service does not exist /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/probes/NemaFlowNotification.java:[18,23] cannot find symbol symbol : class JndiHelper location: package org.imirsel.util /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/plugins/JndiInitializeServlet.java:[38,26] package org.imirsel.service does not exist /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/plugins/JndiInitializeServlet.java:[39,23] cannot find symbol symbol : class PluginConstants location: package org.imirsel.util /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/probes/NemaFlowNotification.java:[39,14] cannot find symbol symbol : variable JndiHelper location: class org.imirsel.probes.NemaFlowNotification /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/probes/NemaFlowNotification.java:[77,3] cannot find symbol symbol : variable ArtifactManagerImpl location: class org.imirsel.probes.NemaFlowNotification /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/probes/NemaFlowNotification.java:[78,3] cannot find symbol symbol : variable ArtifactManagerImpl location: class org.imirsel.probes.NemaFlowNotification /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/probes/NemaFlowNotification.java:[79,3] cannot find symbol symbol : variable ArtifactManagerImpl location: class org.imirsel.probes.NemaFlowNotification /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/probes/NemaFlowNotification.java:[149,16] cannot find symbol symbol : variable ArtifactManagerImpl location: class org.imirsel.probes.NemaFlowNotification /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/probes/NemaFlowNotification.java:[187,17] cannot find symbol symbol : variable ArtifactManagerImpl location: class org.imirsel.probes.NemaFlowNotification /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/plugins/JndiInitializeServlet.java:[93,2] cannot find symbol symbol : variable ArtifactManagerImpl location: class org.imirsel.plugins.JndiInitializeServlet /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/plugins/JndiInitializeServlet.java:[122,13] cannot find symbol symbol : variable PluginConstants location: class org.imirsel.plugins.JndiInitializeServlet /export/home/gzhu1/nema/probes/src/main/java/org/imirsel/plugins/JndiInitializeServlet.java:[123,13] cannot find symbol symbol : variable PluginConstants location: class org.imirsel.plugins.JndiInitializeServlet [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 46 seconds [INFO] Finished at: Wed Jan 20 23:01:34 CST 2010 [INFO] Final Memory: 24M/240M [INFO] ------------------------------------------------------------------------
Jan 21, 2010
Updated and try now please this should be fixed. There was an incorrect dependency declaration for the m2k-core.
Jan 21, 2010
Amit fixed it. Thanks.
Status:
Fixed
|