2016-11-05 71 views
1

我試圖在我的Arch Linux上構建Apache FTP ServerApache FTP服務器:Java 8上的MVN構建失敗(SSL)

操作系統:Arch Linux 64位(最新)。 內核:4.8.6-1。 Java:Oracle 1.8.0_112。 Maven:3.3.9。

安裝了Open-SSL和TLS。

每當我在構建目錄中運行「MVN安裝」時,出現以下錯誤。我相信問題是由於Java 8禁用SSL v3.0而支持TLS?如果是這樣,用Java的舊版本進行編譯似乎是個不錯的主意。應該不使用這個庫,還是有更好的方法來處理這個問題?

Results : 

Tests in error: 
    testStoreWithProtPAndReturnToProtCInPassiveMode(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testCommandChannel(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testReissueAuth(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testIsSecure(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPInPassiveMode(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPInActiveMode(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPAndReturnToProtCInActiveMode(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testListEmptyDir(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testReceiveEmptyFile(org.apache.ftpserver.ssl.MinaExplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testThatDataChannelIsSecure(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithoutProtPInActiveMode(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPInPassiveMode(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPAndReturnToProtCInPassiveMode(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testCommandChannel(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testReissueAuth(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testIsSecure(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPInActiveMode(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPAndReturnToProtCInActiveMode(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testListEmptyDir(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testReceiveEmptyFile(org.apache.ftpserver.ssl.MinaImplicitDataChannelTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPAndReturnToProtCInPassiveMode(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testCommandChannel(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testReissueAuth(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testIsSecure(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPInPassiveMode(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPInActiveMode(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testStoreWithProtPAndReturnToProtCInActiveMode(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testListEmptyDir(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 
    testReceiveEmptyFile(org.apache.ftpserver.ssl.MinaImplicitSSLTest): No appropriate protocol (protocol is disabled or cipher suites are inappropriate) 

Tests run: 655, Failures: 0, Errors: 29, Skipped: 0 

[INFO] ------------------------------------------------------------------------ 
[INFO] Reactor Summary: 
[INFO] 
[INFO] Apache FtpServer Parent ............................ SUCCESS [ 0.452 s] 
[INFO] Apache Ftplet API .................................. SUCCESS [ 1.085 s] 
[INFO] Apache FtpServer Core .............................. FAILURE [ 21.201 s] 
[INFO] FtpServer Spring web project example ............... SKIPPED 
[INFO] FtpServer OSGi Ftplet service example .............. SKIPPED 
[INFO] FtpServer OSGi Spring-DM example ................... SKIPPED 
[INFO] Apache FtpServer Examples .......................... SKIPPED 
[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 23.136 s 
[INFO] Finished at: 2016-11-05T13:36:47-04:00 
[INFO] Final Memory: 21M/491M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.8.1:test (default-test) on project ftpserver-core: There are test failures. 
[ERROR] 
[ERROR] Please refer to /home/USER/build/ftpserver/core/target/surefire-reports for the individual test results. 
[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 :ftpserver-core 

回答

0

原來我錯過了一個非常基本的步驟。錯誤

[INFO] Apache FtpServer Core .............................. FAILURE 

是由於缺少dependencies.我下載並installedthe latest source Mina Apache file,其中包括Apache的核心。現在安裝過程沒有任何問題。 Horray提供簡單的解決方案!

相關問題