-
Notifications
You must be signed in to change notification settings - Fork 186
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
no feedback after at java.lang.Thread.run(Thread.java:695) #145
Comments
Hi @seeliang and thanks for reporting the problem. You have not missed anything. Instead, you spotted a bug! A piece of code in s3_website did not null-check the return value of File.listFiles. That caused your problem. Your problem should be fixed in the version 2.7.6. Please try that version. Does it work for you? |
Cool, here is the new log, i got after update Exception in thread "pool-1-thread-11" java.lang.OutOfMemoryError: Java heap space |
How many files are under your site directory? The command What does |
i have i am using OSX10.10.1 and my S3 has existing files (totally different from the local) |
Try installing the latest Java: https://www.java.com/en/download/. Does that solve the issue? |
i tried that on 31 Jan. after i had found this |
Closing as inactive. Please reopen if needed. |
Hi all,
this could be a issue related to OSX10.10.1
after
< s3_website push >
i got
"
Exception in thread "main" java.lang.NullPointerException
at scala.collection.mutable.ArrayOps$ofRef$.newBuilder$extension(ArrayOps.scala:190)
at scala.collection.mutable.ArrayOps$ofRef.newBuilder(ArrayOps.scala:186)
at scala.collection.TraversableLike$class.filterImpl(TraversableLike.scala:257)
at scala.collection.TraversableLike$class.filter(TraversableLike.scala:270)
at scala.collection.mutable.ArrayOps$ofRef.filter(ArrayOps.scala:186)
at s3.website.model.Files$.recursiveListFiles(push.scala:131)
at s3.website.model.Files$$anonfun$recursiveListFiles$2.apply(push.scala:131)
at s3.website.model.Files$$anonfun$recursiveListFiles$2.apply(push.scala:131)
at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:252)
at scala.collection.TraversableLike$$anonfun$flatMap$1.apply(TraversableLike.scala:252)
at scala.collection.IndexedSeqOptimized$class.foreach(IndexedSeqOptimized.scala:33)
at scala.collection.mutable.ArrayOps$ofRef.foreach(ArrayOps.scala:186)
at scala.collection.TraversableLike$class.flatMap(TraversableLike.scala:252)
at scala.collection.mutable.ArrayOps$ofRef.flatMap(ArrayOps.scala:186)
at s3.website.model.Files$.recursiveListFiles(push.scala:131)
at s3.website.model.Files$.listSiteFiles(push.scala:148)
at s3.website.UploadHelper$.resolveDeletes(UploadHelper.scala:53)
at s3.website.Push$$anonfun$9$$anonfun$10$$anonfun$apply$8.apply(Push.scala:103)
at s3.website.Push$$anonfun$9$$anonfun$10$$anonfun$apply$8.apply(Push.scala:103)
at scala.util.Either.fold(Either.scala:99)
at s3.website.Push$$anonfun$9$$anonfun$10.apply(Push.scala:101)
at s3.website.Push$$anonfun$9$$anonfun$10.apply(Push.scala:100)
at scala.concurrent.Future$$anonfun$flatMap$1.apply(Future.scala:251)
at scala.concurrent.Future$$anonfun$flatMap$1.apply(Future.scala:249)
at scala.concurrent.impl.CallbackRunnable.run(Promise.scala:32)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
at java.lang.Thread.run(Thread.java:695)
"
and that is all,
did i miss something?
many thanks
The text was updated successfully, but these errors were encountered: