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

Arbitrary files are missing during project initialization #6

Open
jan-gerling opened this issue May 22, 2020 · 0 comments
Open

Arbitrary files are missing during project initialization #6

jan-gerling opened this issue May 22, 2020 · 0 comments
Assignees

Comments

@jan-gerling
Copy link
Contributor

During data-collection I noticed that sometimes files are missing during project initialization:

worker_19 | /data-collection_worker_19 2020-05-22 13:48:21 INFO App:201 For project: https://github.com/phonegap-build/FacebookConnect the project size could not be determined. worker_19 | java.lang.IllegalArgumentException: /tmp/1590155289563-0/repo/platforms/android/cordova/node_modules/.bin/shjs does not exist worker_19 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2413) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2417) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2417) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2417) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2417) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2417) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at refactoringml.App.initProject(App.java:199) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at refactoringml.App.run(App.java:126) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at refactoringml.RunQueue.processRepository(RunQueue.java:128) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at refactoringml.RunQueue.processResponse(RunQueue.java:82) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at refactoringml.RunQueue.run(RunQueue.java:73) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_19 | at refactoringml.RunQueue.main(RunQueue.java:60) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_6 | /data-collection_worker_6 2020-05-22 13:48:21 INFO App:140 Start mining project https://github.com/mohak1712/Insta-Chat(clone at /tmp/1590155297569-0/repo) worker_19 | /data-collection_worker_19 2020-05-22 13:48:21 INFO App:140 Start mining project https://github.com/phonegap-build/FacebookConnect(clone at /tmp/1590155289563-0/repo)
worker_15 | /data-collection_worker_15 2020-05-22 13:49:43 INFO App:201 For project: https://github.com/titanpad/titanpad the project size could not be determined. worker_15 | java.lang.IllegalArgumentException: /tmp/1590155378230-0/repo/etherpad/src/etherpad/globals.js does not exist worker_15 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2413) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2417) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2417) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at org.apache.commons.io.FileUtils.sizeOf(FileUtils.java:2417) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at org.apache.commons.io.FileUtils.sizeOfDirectory(FileUtils.java:2479) ~[data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at refactoringml.App.initProject(App.java:199) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at refactoringml.App.run(App.java:126) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at refactoringml.RunQueue.processRepository(RunQueue.java:128) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at refactoringml.RunQueue.processResponse(RunQueue.java:82) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at refactoringml.RunQueue.run(RunQueue.java:73) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | at refactoringml.RunQueue.main(RunQueue.java:60) [data-collection-0.0.1-SNAPSHOT-jar-with-dependencies.jar:?] worker_15 | /data-collection_worker_15 2020-05-22 13:49:43 INFO App:140 Start mining project https://github.com/titanpad/titanpad(clone at /tmp/1590155378230-0/repo)

@jan-gerling jan-gerling self-assigned this May 22, 2020
@jan-gerling jan-gerling changed the title Arbitrary files are missing Arbitrary files are missing during project initialization May 22, 2020
@jan-gerling jan-gerling transferred this issue from refactoring-ai/predicting-refactoring-ml Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant