Skip to content

Console Output

Established TCP socket on 32772
NOTE: Picked up JDK_JAVA_OPTIONS:  --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /data/jenkins/workspace/crmeb-javamer/src/mer_java/pom.xml clean package -DskipTests -Ptest
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.zbkj:crmeb-admin:jar:0.0.1-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for crmeb-encrypt:crmeb.encrypt:jar should not point at files within the project directory, ${basedir}/src/main/resources/libs/CRMEB-encrypt-1.0-SNAPSHOT-encrypted.jar will be unresolvable by dependent projects @ line 47, column 25
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] crmeb                                                              [pom]
[INFO] crmeb-common                                                       [jar]
[INFO] crmeb-service                                                      [jar]
[INFO] crmeb-admin                                                        [jar]
[INFO] crmeb-front                                                        [jar]
[INFO] 
[INFO] ---------------------------< com.zbkj:crmeb >---------------------------
[INFO] Building crmeb 0.0.1-SNAPSHOT                                      [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ crmeb ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for crmeb 0.0.1-SNAPSHOT:
[INFO] 
[INFO] crmeb .............................................. SUCCESS [  0.408 s]
[INFO] crmeb-common ....................................... SUCCESS [ 24.069 s]
[INFO] crmeb-service ...................................... FAILURE [  5.793 s]
[INFO] crmeb-admin ........................................ SKIPPED
[INFO] crmeb-front ........................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  32.205 s
[INFO] Finished at: 2025-07-14T11:09:31+08:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.6.1:compile (default-compile) on project crmeb-service: Compilation failure
[ERROR] /data/jenkins/workspace/crmeb-javamer/src/mer_java/crmeb-service/src/main/java/com/zbkj/service/service/impl/UploadServiceImpl.java:[31,16] cannot find symbol
[ERROR] symbol:   class BASE64Decoder
[ERROR] location: package sun.misc
[ERROR] -> [Help 1]
[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/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :crmeb-service