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

Missing entries in autogenerated appmap.yml #282

Open
dividedmind opened this issue Jul 29, 2024 · 5 comments
Open

Missing entries in autogenerated appmap.yml #282

dividedmind opened this issue Jul 29, 2024 · 5 comments

Comments

@dividedmind
Copy link

It's missing appmap_dir (required by some tooling) and language.

@apotterri
Copy link
Contributor

Can you check and make sure that it was appmap-java that generated appmap.yml? The agent knows how to set both of those, but other things that generate that file may not.

@kgilpin
Copy link
Contributor

kgilpin commented Jul 29, 2024

For example the extension itself may be doing this (poorly).

@dividedmind
Copy link
Author

The file contained comments suggesting it was (see #283 for the full file); I grepped the vscode extension source code and don't see anything that would generate comments like that.

@apotterri
Copy link
Contributor

This, and the problems detecting subprojects, is really weird. Can you check to make sure that you're using the latest version of the agent jar, please?

@dividedmind
Copy link
Author

dividedmind commented Jul 30, 2024

This, and the problems detecting subprojects, is really weird. Can you check to make sure that you're using the latest version of the agent jar, please?

$ ls -la ~/.appmap/lib/java/appmap.jar 
lrwxrwxrwx 1 divide divide 47 07-08 16:10 /home/divide/.appmap/lib/java/appmap.jar -> /home/divide/.appmap/lib/java/appmap-1.26.9.jar

I can try from scratch if you think it's an issue with out-of-date agent, but I have no reason to suspect this.

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