Closed MCSH closed 8 years ago
More information: I checked file permission, tried to run the command myself (it worked), started buildserver with superuser access and clearted /tmp
just in case. still no luck.
Hi there, we don't support appscale cause we know nothing about it. In any case, your logs seem to be pointing to aapt missing. I've seen that error before, but seem to recall it was on windows, and a path issue. Have you checked the open source forum? You may find some info there.
I'm closing this. It should be a request in the forum, not an issue. But it looks like José's reply is appropriate.
I found a solution.
I was running it in 64-bit ubuntu and the aapt was 32-bit. Here is the fix in case anyone else got this error:
Hello.
I'm running appinventor on a single node cluster on appscale (more info on how: https://github.com/AppScale/appscale/issues/1900 ) and while compiling an empty project the progress bar gets stuck at 85% without any additional information. Checking buildserver's logs, I found these:
(I tried to modify the source a bit trying to get more info on why it's failing, but I haven't changed any actual code except logs.)
The problem as far as I have found is that it can not access the file it creates in /tmp directory. I checked to see if the file exists and here is printing the
file.exists()
incompile.java
:Any ideas on what I can do for fixing this?