You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/02/23 10:58:33 UTC

[GitHub] [skywalking] libinglong opened a new issue #6425: java.lang.OutOfMemoryError when the workdir is "/"

libinglong opened a new issue #6425:
URL: https://github.com/apache/skywalking/issues/6425


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [x] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Bug
   - Which version of SkyWalking, OS, and JRE?
   8.x
   
   
    java.lang.OutOfMemoryError: Java heap space
           at java.io.UnixFileSystem.resolve(UnixFileSystem.java:110) ~[?:?]
           at java.io.File.<init>(File.java:263) ~[?:?]
           at java.io.File.listFiles(File.java:1226) ~[?:?]
           at com.google.common.reflect.ClassPath$DefaultScanner.scanDirectory(ClassPath.java:551) ~[guava-28.1-jre.jar:?]
           at com.google.common.reflect.ClassPath$DefaultScanner.scanDirectory(ClassPath.java:562) ~[guava-28.1-jre.jar:?]
           at com.google.common.reflect.ClassPath$DefaultScanner.scanDirectory(ClassPath.java:562) ~[guava-28.1-jre.jar:?]
   
   
   when I run the command
   sh /${skywalking_home}/bin/startup.sh
   The current dir "/" is added to the classpath by this code
   > CLASSPATH="$OAP_HOME/config:$CLASSPATH"
   
   Because the CLASSPATH may be empty before.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6425: java.lang.OutOfMemoryError when the workdir is "/"

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6425:
URL: https://github.com/apache/skywalking/issues/6425#issuecomment-784124492


   We have officer container image, take a look.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] libinglong commented on issue #6425: java.lang.OutOfMemoryError when the workdir is "/"

Posted by GitBox <gi...@apache.org>.
libinglong commented on issue #6425:
URL: https://github.com/apache/skywalking/issues/6425#issuecomment-784119523


   > This is new, we never expect you will run in this way.
   
   I want to run it in a docker container. I copy the skywalking-home to "/" which causes this problem.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng closed issue #6425: java.lang.OutOfMemoryError when the workdir is "/"

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #6425:
URL: https://github.com/apache/skywalking/issues/6425


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] libinglong commented on issue #6425: java.lang.OutOfMemoryError when the workdir is "/"

Posted by GitBox <gi...@apache.org>.
libinglong commented on issue #6425:
URL: https://github.com/apache/skywalking/issues/6425#issuecomment-784136206


   > We have officer container image, take a look.
   
   OK, thank u.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking] wu-sheng commented on issue #6425: java.lang.OutOfMemoryError when the workdir is "/"

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #6425:
URL: https://github.com/apache/skywalking/issues/6425#issuecomment-784116914


   This is new, we never expect you will run in this way.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org