Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task :runChecks FAILED #164

Open
TahmasbiOSM opened this issue Jun 2, 2019 · 11 comments
Open

Task :runChecks FAILED #164

TahmasbiOSM opened this issue Jun 2, 2019 · 11 comments
Labels

Comments

@TahmasbiOSM
Copy link

TahmasbiOSM commented Jun 2, 2019

I tried to use atlas check on windows 7, debian, ubuntu... but no luck
I don't know if I'm doing something wrong or not
I installed jdk:

c:\Users\admin\atlas-checks>java -version
java version "1.8.0_212"
Java(TM) SE Runtime Environment (build 1.8.0_212-b10)
Java HotSpot(TM) 64-Bit Server VM (build 25.212-b10, mixed mode)

and gradle:

c:\Users\admin\atlas-checks>gradle -v

------------------------------------------------------------
Gradle 5.4.1
------------------------------------------------------------

Build time:   2019-04-26 08:14:42 UTC
Revision:     261d171646b36a6a28d5a19a69676cd098a4c19d

Kotlin:       1.3.21
Groovy:       2.5.4
Ant:          Apache Ant(TM) version 1.9.13 compiled on July 10 2018
JVM:          1.8.0_212 (Oracle Corporation 25.212-b10)
OS:           Windows 7 6.1 amd64

and atlas-checks version 5.0.10
everything is by default even configuration.json

at first I ran this command (cmd as administrator): c:\Users\admin\atlas-checks>gradle run
when it failed I used this: c:\Users\admin\atlas-checks>gradlew run

at it also failed to check
I attached output of gradle --debug run and gradle --stacktrace run , hope it helps

stacktrace.txt
debug.txt

@yiqingj
Copy link
Collaborator

yiqingj commented Jun 5, 2019

looks like a dependency conflict introduced by dependency version upgrade. Will take a look tomorrow.

@yiqingj yiqingj added the bug label Jun 5, 2019
@yiqingj
Copy link
Collaborator

yiqingj commented Jun 5, 2019

also, before this issue gets solved, please try use 5.0.6 for your work.

@jklamer
Copy link
Collaborator

jklamer commented Jun 6, 2019

#165 should help with this! Will circle back to ask for verification when integrated.

@TahmasbiOSM
Copy link
Author

#165 should help with this! Will circle back to ask for verification when integrated.

thanks
I edited build.gradle and it appears the dependency issues are resolved but I faced another "runChecks FAILED"

here is the stacktrace file, please check it out
trace.txt

@yiqingj
Copy link
Collaborator

yiqingj commented Jun 6, 2019

@TahmasbiOSM

Caused by: java.lang.IllegalArgumentException: Wrong FS: file://C:\Users\admin\atlas-checks\build/example/data/output, expected: file:///

not very familiar with windows path but please try add one more / to the path see if it works.

@TahmasbiOSM
Copy link
Author

@TahmasbiOSM

Caused by: java.lang.IllegalArgumentException: Wrong FS: file://C:\Users\admin\atlas-checks\build/example/data/output, expected: file:///

not very familiar with windows path but please try add one more / to the path see if it works.

I tried file:/// but it didn't work either so I decided to run atlas-check on linux again and it works :)
one more this
I ran atlas-check on linux with 2G RAM and it failed with an error (I think it was "Java heap size") so i increased it to 5G and it worked, obviously it's related to the size of obf files,the bigger obfs are, the more Ram they needed
it would be great if we test and calculate how much ram is needed for obfs
for example: 5-50 Mb obfs need mininum 5G Ram....

@TahmasbiOSM
Copy link
Author

I dont know if i should open another issue or ask it here
when i tried to upload the geojson file to maproulette.org, this happens:
sdfgsdfg

if I check "Ignore Errors" to yes, it will proceed but i wanna know does this error affect the outcome result?

@danielduhh
Copy link
Collaborator

This shouldn’t reflect your results, however, uploading line delimited geojson is preferred. The ‘flags’ ‘outputFormat’ creates line delimited .log files and saves them in the /flag folder.

@jklamer
Copy link
Collaborator

jklamer commented Jun 11, 2019

@TahmasbiOSM I am unfamiliar with the characteristics of Windows file systems, so I think this is a good open issue to keep open until we can verify our file handling works on Windows.

In terms of calculating the amount of memory needed I could see that being built into the core Atlas project and then being a great addition as an automated warning for people running integrity checks.

@ylinzhi
Copy link
Contributor

ylinzhi commented Oct 25, 2019

Ran ./gradlew run in Terminal on macOS 10.14.6, and encountered similar problem listed on June 2nd. Updating with export SPARK_LOCAL_IP=127.0.0.1 helped resolving it

@iqnaul
Copy link

iqnaul commented Aug 1, 2020

Hi, I think I'm experiencing the similar issue :runChecks FAILED I ran this on macOS, this is the stacktrace file

runchecksFailed.txt

ameliaewatts pushed a commit to ameliaewatts/atlas-checks that referenced this issue Sep 24, 2020
Bringing in atlas checks 6.0.1 and 6.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants