Building DCM4CHEE Issue - Issue only encountered on maven tasks for dcm4chee-web

98 views
Skip to first unread message

RJWS

unread,
Feb 8, 2016, 10:54:32 AM2/8/16
to dcm4che
Hi,

I have been struggling with building DCM4CHEE, in which case I want to extend custom code , and also include the hsm-cloud related files.  I am currently having some issue only inside dcm4chee-web, on the maven tasks.  The error is:


[INFO] ------------------------------------------------------------------------

[INFO] Reactor Summary:

[INFO] 

[INFO] dcm4chee JPA Entities ............................. SUCCESS [19.601s]

[INFO] dcm4chee-icons .................................... SUCCESS [10.062s]

[INFO] JAR with common web components .................... SUCCESS [1:29.417s]

[INFO] File System Dashboard ............................. SUCCESS [0.007s]

[INFO] JMX services for dcm4chee-dashboard ............... SUCCESS [0.975s]

[INFO] Service Components for DASHBOARD .................. SUCCESS [27.760s]

[INFO] WEB3 Configuration Service ........................ SUCCESS [0.093s]

[INFO] Web Application for DASHBOARD ..................... SUCCESS [3.891s]

[INFO] Web Application for DASHBOARD ..................... SUCCESS [1.803s]

[INFO] Assemble EAR for DASHBOARD ........................ SUCCESS [1.328s]

[INFO] Dcm4chee application .............................. SUCCESS [0.004s]

[INFO] Entity components for dcm4chee .................... SUCCESS [1.688s]

[INFO] Ejb 3.0 components for dcm4chee ................... SUCCESS [1.046s]

[INFO] Jar with the wicket components .................... SUCCESS [1.495s]

[INFO] Web application for dcm4chee ...................... SUCCESS [3.316s]

[INFO] WEB3 Configuration Service ........................ SUCCESS [0.049s]

[INFO] Assemble ear for dcm4chee application ............. SUCCESS [0.258s]

[INFO] JMX services for dcm4chee-usr ..................... SUCCESS [0.006s]

[INFO] Dcm4chee File cleanup ............................. SUCCESS [0.040s]

[INFO] EJB3 Components for dcm4chee-cleanup .............. SUCCESS [8.243s]

[INFO] JMX Cleanup service for duplicated file entries (same filePath) in ONLINE_STORAGE and trash  SUCCESS [9.223s]

[INFO] EAR for dcm4chee-cleanup .......................... SUCCESS [0.437s]

[INFO] Dcm4chee Web3 Components .......................... SUCCESS [0.004s]

[INFO] EJB3 Components for dcm4chee-web .................. SUCCESS [0.432s]

[INFO] Url provider for dcm4chee-web ..................... SUCCESS [5.900s]

[INFO] License provider for dcm4chee-web ................. SUCCESS [0.213s]

[INFO] JMX services for dcm4chee-web ..................... SUCCESS [0.010s]

[INFO] Common classes for dcm4chee-sar services .......... SUCCESS [2.533s]

[INFO] WAR for dcm4chee-web .............................. FAILURE [1:30.536s]

[INFO] WAR for dcm4chee-web-dicom ........................ SKIPPED

[INFO] JMX MoveSCU service for dcm4chee-web DICOM export . SKIPPED

[INFO] WEB3 Configuration Service ........................ SKIPPED

[INFO] JMX Content Edit service for Edit, Move, Delete in dcm4chee-web  SKIPPED

[INFO] JMX RAD-66 Rejection Note SCU service for dcm4chee-web DICOM delete propagation  SKIPPED

[INFO] Instance Availability Notification (IAN) SCU service for dcm4chee-web  SKIPPED

[INFO] DICOM TLS Configuration Service ................... SKIPPED

[INFO] HL7 Send Service for HL7 v2 ....................... SKIPPED

[INFO] JMX Echo service for dcm4chee-web DICOM Verification  SKIPPED

[INFO] Interfaces for ejb2 based service (compile without maven dependency)  SKIPPED

[INFO] Bridge to old StoreScp service to import dicom files  SKIPPED

[INFO] JMX Bridge services to old dcm4che14 and ejb2 based JMX services  SKIPPED

[INFO] Attributes Modification SCU Service for dcm4chee-web  SKIPPED

[INFO] Modality Worklist (MWL) SCU service for dcm4chee-web  SKIPPED

[INFO] Dicom C-Store SCU for dcm4chee-web ................ SKIPPED

[INFO] MPPS Forward service for dcm4chee-web ............. SKIPPED

[INFO] EAR for dcm4chee-web .............................. SKIPPED

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time: 4:42.163s

[INFO] Finished at: Sun Feb 07 21:02:49 UTC 2016

[INFO] Final Memory: 29M/157M

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project dcm4chee-web-war: There are test failures.

[ERROR] 

[ERROR] Please refer to /home/rubicon/dcm4chee-web/dcm4chee-web-war/target/surefire-reports for the individual test results.

[ERROR] -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.10:test (default-test) on project dcm4chee-web-war: There are test failures.


Please refer to /home/rubicon/dcm4chee-web/dcm4chee-web-war/target/surefire-reports for the individual test results.

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)

at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)

at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)

at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)

at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)

at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)

at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)

at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)

at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:622)

at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)

at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)

at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)

at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)

Caused by: org.apache.maven.plugin.MojoFailureException: There are test failures.


Please refer to /home/rubicon/dcm4chee-web/dcm4chee-web-war/target/surefire-reports for the individual test results.

at org.apache.maven.plugin.surefire.SurefireHelper.reportExecution(SurefireHelper.java:87)

at org.apache.maven.plugin.surefire.SurefirePlugin.writeSummary(SurefirePlugin.java:641)

at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:615)

at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)

at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)

at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)

... 19 more

[ERROR] 

[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/MojoFailureException

[ERROR] 

[ERROR] After correcting the problems, you can resume the build with the command

[ERROR]   mvn <goals> -rf :dcm4chee-web-war


I am quite desperate to get this in working order , as I need to include additional functionality.  Thanks for any guidance and/or support.  


RJWS


 


RJWS

unread,
Feb 8, 2016, 4:37:50 PM2/8/16
to dcm4che
I have skipped the tests, and I am able to proceed further. I have another error, in which case it looks like I must strip another -SNAPSHOT from 2.0.28 related version strings in pom.xml files
Reply all
Reply to author
Forward
0 new messages