Issues with "Ticket-Monster"
andre.dieball Jun 20, 2014 10:38 AMHi Guys
I'm completely new to jboss and will probably never program, but I need a jboss based web application running for something completely different (monitoring).
I installed jboss EAP 6.2 and have it running so far.
I downloaded ticket-monster from git and in the "demo" directory I ran mvn clean package but get the following error:
---cut---
root@ticket demo]# mvn clean package
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR] The project org.jboss.examples:ticket-monster:2.6.0-SNAPSHOT (/tmp/ticket-monster-f2f4fe2bd67cc8b22f27b33631c39ab1de8535c3/demo/pom.xml) has 16 errors
[ERROR] Non-resolvable import POM: Failure to find org.jboss.bom.wfk:jboss-javaee-6.0-with-tools:pom:2.6.0-redhat-1 in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @ line 52, column 25 -> [Help 2]
[ERROR] Non-resolvable import POM: Failure to find org.jboss.bom.eap:jboss-javaee-6.0-with-hibernate:pom:6.2.2.GA in http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced @ line 59, column 25 -> [Help 2]
[ERROR] 'dependencies.dependency.version' for javax.enterprise:cdi-api:jar is missing. @ line 76, column 21
[ERROR] 'dependencies.dependency.version' for javax.inject:javax.inject:jar is missing. @ line 82, column 21
[ERROR] 'dependencies.dependency.version' for javax.validation:validation-api:jar is missing. @ line 88, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.annotation:jboss-annotations-api_1.1_spec:jar is missing. @ line 96, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_1.1_spec:jar is missing. @ line 104, column 21
[ERROR] 'dependencies.dependency.version' for org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar is missing. @ line 112, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.ejb:jboss-ejb-api_3.1_spec:jar is missing. @ line 120, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.spec.javax.servlet:jboss-servlet-api_3.0_spec:jar is missing. @ line 128, column 21
[ERROR] 'dependencies.dependency.version' for org.hibernate:hibernate-validator:jar is missing. @ line 137, column 21
[ERROR] 'dependencies.dependency.version' for org.hibernate:hibernate-jpamodelgen:jar is missing. @ line 154, column 21
[ERROR] 'dependencies.dependency.version' for junit:junit:jar is missing. @ line 161, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.junit:arquillian-junit-container:jar is missing. @ line 170, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.arquillian.protocol:arquillian-protocol-servlet:jar is missing. @ line 176, column 21
[ERROR] 'dependencies.dependency.version' for org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-depchain:pom is missing. @ line 182, column 21
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[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 read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
[root@ticket demo]#
---cut---
As mentioned, I'm completely new to this stuff and a bit overwhelmed now :-)
Any suggestion / help is highly appreciated.
thanks a lot in advance
Andre