Re: [codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-11 Thread Dennis Rogers
I'm using linux and I deleted the ~/.java/.userPrefs/com/codename1 folder. After rebuilding the app the cloud build worked fine for both android and iphone. Many thanks, -Dennis On Thursday, June 10, 2021 at 10:42:03 PM UTC-4 Shai Almog wrote: > See this: >

Re: [codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-10 Thread Shai Almog
See this: https://stackoverflow.com/questions/67669131/sending-any-android-build-shows-build-error-server-response-code-401 The right thing to do is logout from Codename One Settings only it doesn't always delete the state. So you need to remove codename1 from the "registry" which you can do on

Re: [codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-10 Thread Dennis Rogers
Here's the additional error info: Sending build to account: java.io.IOException: Server returned HTTP response code: 401 for URL: https://cloud.codenameone.com/appsec/7.0/build/upload at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1924) at

Re: [codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-10 Thread Dennis Rogers
I also found this in the output: 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 293, column 21 Sounds like it may be the problem. I'm using Intellij and it shows the maven plugin "bundled". On Tuesday, June 8, 2021 at 9:22:29 PM UTC-4

Re: [codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-08 Thread Steve Hannah
What IDE ate you using? you may need to enable error reporting (-e) in the maven command to see the full stack trace of the error. On Tue, Jun 8, 2021 at 11:11 AM Dennis Rogers wrote: > Tried that but no joy. Any other suggestions? > > On Monday, June 7, 2021 at 9:20:59 PM UTC-4 Shai Almog

[codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-08 Thread Shai Almog
Is this the full output you see in the console? Steve? On Tuesday, June 8, 2021 at 9:11:40 PM UTC+3 a2nd...@gmail.com wrote: > Tried that but no joy. Any other suggestions? > > On Monday, June 7, 2021 at 9:20:59 PM UTC-4 Shai Almog wrote: > >> Try killing Java processes and see if it solves

[codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-08 Thread Dennis Rogers
Tried that but no joy. Any other suggestions? On Monday, June 7, 2021 at 9:20:59 PM UTC-4 Shai Almog wrote: > Try killing Java processes and see if it solves the issue. > > On Tuesday, June 8, 2021 at 1:05:53 AM UTC+3 a2nd...@gmail.com wrote: > >> Suddenly I've not been able to send builds to

[codenameone-discussions] Re: Unable to restart the IEHS App

2021-06-07 Thread Shai Almog
Try killing Java processes and see if it solves the issue. On Tuesday, June 8, 2021 at 1:05:53 AM UTC+3 a2nd...@gmail.com wrote: > Suddenly I've not been able to send builds to the cloud. Nothings changed > in the code and I get the error : > > Failed to execute goal >