zeroall commented on issue #2969: OutOfMemoryError by com.google.common.reflect.ClassPath.from URL: https://github.com/apache/skywalking/issues/2969#issuecomment-507085482 I added some print commands to the startup script, as follows: ...... echo "befor import libs CLASSPATH: $CLASSPATH" CLASSPATH="$OAP_HOME/config:$CLASSPATH" for i in "$OAP_HOME"/oap-libs/*.jar do CLASSPATH="$i:$CLASSPATH" done ...... The following results are obtained: $ ./oapService.sh befor import libs CLASSPATH: .:/opt/java/lib/dt.jar:/opt/java/lib/tools.jar Maybe the CLASSPATH environment variable already contains the current directory? [email protected] From: 吴晟 Wu Sheng Date: 2019-06-29 17:58 To: apache/skywalking CC: zeroall; State change Subject: Re: [apache/skywalking] OutOfMemoryError by com.google.common.reflect.ClassPath.from (#2969) Why web ui added to oap classpath? Do you change some scripts? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
