How to fix CodenameOne build upload error -


i have been running issues when trying submit build server. every time try submit it, fails. here's output of process :

 ant -f /home/darklord/netbeansprojects/dashboardfaes build-for-android-device no gui entries available init: deps-clean: updating property file: /home/darklord/netbeansprojects/dashboardfaes/build/built-clean.properties deleting directory /home/darklord/netbeansprojects/dashboardfaes/build refresh-libs: deleting directory /home/darklord/netbeansprojects/dashboardfaes/lib/impl clean: copy-android-override: created dir: /home/darklord/netbeansprojects/dashboardfaes/build/classes copy-libs: deps-jar: updating property file: /home/darklord/netbeansprojects/dashboardfaes/build/built-jar.properties compile forcing compliance supported api's/features maximum device compatibility. allows smaller         code size , wider device support created dir: /home/darklord/netbeansprojects/dashboardfaes/build/tmp compiling 13 source files /home/darklord/netbeansprojects/dashboardfaes/build/tmp note: input files use or override deprecated api. note: recompile -xlint:deprecation details. note: input files use unchecked or unsafe operations. note: recompile -xlint:unchecked details. created dir: /home/darklord/netbeansprojects/dashboardfaes/build/empty created dir: /home/darklord/netbeansprojects/dashboardfaes/build/generated-sources/ap-source-output compiling 13 source files /home/darklord/netbeansprojects/dashboardfaes/build/classes note: input files use or override deprecated api. note: recompile -xlint:deprecation details. note: input files use unchecked or unsafe operations. note: recompile -xlint:unchecked details. copying 1 file /home/darklord/netbeansprojects/dashboardfaes/build/classes copied 2 empty directories 2 empty directories under /home/darklord/netbeansprojects/dashboardfaes/build/classes compile: created dir: /home/darklord/netbeansprojects/dashboardfaes/dist copying 1 file /home/darklord/netbeansprojects/dashboardfaes/build not copying library /home/darklord/netbeansprojects/dashboardfaes/override , it's directory. not copying library /home/darklord/netbeansprojects/dashboardfaes/lib/impl/cls , it's directory. not copying library /home/darklord/netbeansprojects/dashboardfaes/lib/impl/stubs , it's directory. not copying library /home/darklord/netbeansprojects/dashboardfaes/native/internal_tmp , it's directory. copy libraries /home/darklord/netbeansprojects/dashboardfaes/dist/lib. building jar: /home/darklord/netbeansprojects/dashboardfaes/dist/dashboardfaes.jar run application command line without ant, try: java -jar "/home/darklord/netbeansprojects/dashboardfaes/dist/dashboardfaes.jar" jar: clean-override: build-for-android-device: sent android build without submitting keystore. notice receive build inappropriate distribution (although used debugging purposes). further details read http://www.codenameone.com/signing.html sending build request server, notice build might take while complete! sending build account: mysuperaddress@gmail.com response message server is: ok server provided no further details java.io.ioexception: upload error occured - check have enough build credits on server     @ com.codename1.build.client.buildprocess.sends3build(buildprocess.java:410)     @ com.codename1.build.client.buildprocess.sendrequesttoserver(buildprocess.java:432)     @ com.codename1.build.client.codenameonebuildtask.execute(codenameonebuildtask.java:436)     @ org.apache.tools.ant.unknownelement.execute(unknownelement.java:292)     @ sun.reflect.generatedmethodaccessor57.invoke(unknown source)     @ sun.reflect.delegatingmethodaccessorimpl.invoke(delegatingmethodaccessorimpl.java:43)     @ java.lang.reflect.method.invoke(method.java:498)     @ org.apache.tools.ant.dispatch.dispatchutils.execute(dispatchutils.java:106)     @ org.apache.tools.ant.task.perform(task.java:348)     @ org.apache.tools.ant.target.execute(target.java:435)     @ org.apache.tools.ant.target.performtasks(target.java:456)     @ org.apache.tools.ant.project.executesortedtargets(project.java:1393)     @ org.apache.tools.ant.project.executetarget(project.java:1364)     @ org.apache.tools.ant.helper.defaultexecutor.executetargets(defaultexecutor.java:41)     @ org.apache.tools.ant.project.executetargets(project.java:1248)     @ org.apache.tools.ant.module.bridge.impl.bridgeimpl.run(bridgeimpl.java:286)     @ org.apache.tools.ant.module.run.targetexecutor.run(targetexecutor.java:555)     @ org.netbeans.core.execution.runclassthread.run(runclassthread.java:153) /home/darklord/netbeansprojects/dashboardfaes/build.xml:300: error in server build process build failed (total time: 1 minute 55 seconds) 

please me out !

in 9 times out of 10 means ran out of build credits month reset every month. notice can see in subscription tab.

in 9 times out of remainder due bad connection/proxy configuration. need configure java proxy main process.

in last 1 percent of cases might have went wrong in case suggest contacting via 1 of our support channels.


Comments

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -