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

squash is not connecting debugger with kubernetes cluster for java application #252

Open
splnanthakumar opened this issue Apr 30, 2020 · 2 comments

Comments

@splnanthakumar
Copy link

java command : /opt/java/openjdk/bin/java-Xmx4096m-XX:+UseG1GC-XX:+UseStringDeduplication-XX:G1NewSizePercent=30-XX:InitiatingHeapOccupancyPercent=55-XX:NativeMemoryTracking=detail-XX:+HeapDumpOnOutOfMemoryError-XX:HeapDumpPath=/var/log/test-XX:+CrashOnOutOfMemoryError-XX:+PerfDisableSharedMem-XX:NativeMemoryTracking=detail-Xdebug-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5555-Dlog4j.configurationFile=/var/log/test/log4j2_s.xml-DBEHAVIOR=ACP -jar test-4.0.1.jar

is java process running inside pod : yes

i have tried "squashctl" also, but it was able to connect with the process, but it says connection refused.

squash command i have tried

  • squashctl --process-match 'java'
  • squashctl --process-match 'address=5555'

plank pod logs:
https://solo-io.slack.com/archives/D013FEKMG4Q/p1588182069013400?thread_ts=1588178431.005400&cid=D013FEKMG4Q

please do let me know if anything needed to debug this issue?

@WaltervonGabain
Copy link

I have found similar issues, can't seem to make Squash work with Java applications.

squash command I have tried:
squashctl --process-match 'java'
squashctl --process-match 'address=5555'

@cscetbon
Copy link

Any news on that issue ?

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

3 participants