2017-12-27 335 views
0

错误与gradle,使用胶子移动。错误与gradle,使用胶子移动

大家好。

我测试Eclipse中的胶子移动插件,这是正常的工作,但是,经过尝试添加的依赖,我遇到了以下错误:

FAILURE: Build failed with an exception. 

* What went wrong: 
Could not resolve all files for configuration ':AppTesteApp:compileClasspath'. 
> Could not download charm.jar (com.gluonhq:charm:4.4.1) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm/4.4.1/charm-4.4.1.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm/4.4.1/charm-4.4.1.jar'. Received status code 503 from server: Service Unavailable 
> Could not download glisten-afterburner.jar (com.gluonhq:glisten-afterburner:1.2.1) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/glisten-afterburner/1.2.1/glisten-afterburner-1.2.1.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/glisten-afterburner/1.2.1/glisten-afterburner-1.2.1.jar'. Received status code 503 from server: Service Unavailable 
> Could not download charm-glisten-connect-view.jar (com.gluonhq:charm-glisten-connect-view:4.4.1) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-glisten-connect-view/4.4.1/charm-glisten-connect-view-4.4.1.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-glisten-connect-view/4.4.1/charm-glisten-connect-view-4.4.1.jar'. Received status code 503 from server: Service Unavailable 
> Could not download charm-glisten.jar (com.gluonhq:charm-glisten:4.4.1) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-glisten/4.4.1/charm-glisten-4.4.1.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-glisten/4.4.1/charm-glisten-4.4.1.jar'. Received status code 503 from server: Service Unavailable 
> Could not download charm-cloudlink-client.jar (com.gluonhq:charm-cloudlink-client:4.4.4) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-cloudlink-client/4.4.4/charm-cloudlink-client-4.4.4.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-cloudlink-client/4.4.4/charm-cloudlink-client-4.4.4.jar'. Received status code 503 from server: Service Unavailable 

* Try: 
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. 

我改变IDE尝试一样,我遇到了同样的错误,在此之后,它不会运行。

有人遇到这个错误,并纠正?任何光线?

我使用InteliJ IDE和eclipse与JDK 1.8上的Fedora 26上运行,gradle这个4

我的build.gradle:

buildscript { 
    repositories { 
     jcenter() 
    } 
    dependencies { 
     classpath 'org.javafxports:jfxmobile-plugin:1.3.10' 
    } 
} 

apply plugin: 'org.javafxports.jfxmobile' 

repositories { 
    jcenter() 
    maven { 
     url 'http://nexus.gluonhq.com/nexus/content/repositories/releases' 
    } 
} 

mainClassName = 'com.gluonapplication.GluonApplication' 

dependencies { 
    compile 'com.gluonhq:charm:4.4.1' 
} 

jfxmobile { 
    downConfig { 
     version = '3.6.0' 
     // Do not edit the line below. Use Gluon Mobile Settings in your project context menu instead 
     plugins 'display', 'lifecycle', 'statusbar', 'storage' 
    } 
    android { 
     manifest = 'src/android/AndroidManifest.xml' 
    } 
    ios { 
     infoPList = file('src/ios/Default-Info.plist') 
     forceLinkClasses = [ 
       'com.gluonhq.**.*', 
       'javax.annotations.**.*', 
       'javax.inject.**.*', 
       'javax.json.**.*', 
       'org.glassfish.json.**.*' 
     ] 
    } 
} 

控制台错误:

12:26:52: Executing task 'build'... 

:assemble UP-TO-DATE 
:check UP-TO-DATE 
:build UP-TO-DATE 
:GluonMobile-MultiViewProjectApp:compileJava FAILED 

FAILURE: Build failed with an exception. 

* What went wrong: 
Could not resolve all files for configuration ':GluonMobile-MultiViewProjectApp:compileClasspath'. 
> Could not download charm.jar (com.gluonhq:charm:4.4.1) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm/4.4.1/charm-4.4.1.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm/4.4.1/charm-4.4.1.jar'. Received status code 503 from server: Service Unavailable 
> Could not download charm-glisten-connect-view.jar (com.gluonhq:charm-glisten-connect-view:4.4.1) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-glisten-connect-view/4.4.1/charm-glisten-connect-view-4.4.1.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-glisten-connect-view/4.4.1/charm-glisten-connect-view-4.4.1.jar'. Received status code 503 from server: Service Unavailable 
> Could not download charm-glisten.jar (com.gluonhq:charm-glisten:4.4.1) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-glisten/4.4.1/charm-glisten-4.4.1.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-glisten/4.4.1/charm-glisten-4.4.1.jar'. Received status code 503 from server: Service Unavailable 
> Could not download charm-cloudlink-client.jar (com.gluonhq:charm-cloudlink-client:4.4.4) 
    > Could not get resource 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-cloudlink-client/4.4.4/charm-cloudlink-client-4.4.4.jar'. 
     > Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm-cloudlink-client/4.4.4/charm-cloudlink-client-4.4.4.jar'. Received status code 503 from server: Service Unavailable 

* Try: 
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. 

* Get more help at https://help.gradle.org 

BUILD FAILED in 4s 
1 actionable task: 1 executed 
Could not GET 'http://nexus.gluonhq.com/nexus/content/repositories/releases/com/gluonhq/charm/4.4.1/charm-4.4.1.jar'. Received status code 503 from server: Service Unavailable 
12:26:56: Task execution finished 'build'. 

enter image description here

enter image description here

+0

发布您的'build.gradle'文件。错误“从服务器收到状态码503:服务不可用”可能意味着nexus服务器已关闭,但现在它适用于我。你能再次检查吗? –

+0

您好何= d我的build.gradle'buildscript { 依赖性{ 类路径 'org.javafxports:jfxmobile-插件:1.1.0' } } 库{ jcenter() 行家{ URL的“http:/ /nexus.gluonhq.com/nexus/content/repositories/releases' } } 依赖性{ 编译 'com.gluonhq:魅力:4.0.0' } jfxmobile { downConfig { 版本=“3.0.0 ' plugins'display','lifecycle','statusbar','storage' } android:{ manifest ='src/android/AndroidManifest.xml' } } ' –

+0

我看到你回答了这个问题,并且改变了我的gradle,但是错误依然存在。 [https://stackoverflow.com/questions/41519348/gluon-4-x-x-artifacts-not-in-the-nexus-repo?rq=1] –

回答

0

错误已解决,我下载了Gradle IdePack 3.8.x + 1.0.x plugin并成功执行。我非常感谢所有的支持。

+0

如果你在你提到的问题中选择了一个[answer](https://stackoverflow.com/a/47457354/3956070),那么就有一个新的插件版本,所以你只需要更新你当前的插件。 –

+0

@JoséPereda,你知道如何添加像firebase这样的依赖吗?我试图使用API​​,但不写下我的库。 –

+0

请创建一个新问题。 –