A: Chat with us, join us on Slack or send email to support@appmap.io.
A: Run the AppMap installer in the root directory of your project.
poetry.lock
filerequirements.txt
filepom.xml
filebuild.gradle
fileGemfile
filepackage.json
fileThe installer will look for a gradle.build
file, if that file is not present you may see this error:
No Gradle project was able to be located at filepath/filename.
build.gradle was expected to be found at this path, but none could be located.
A: Run the installer in that directory that contains the gradle.build
file..
The installer will look for a Gemfile
file, if that file is not present you may see this error:
Error: No Bundler project was able to be located at filepath/filename.
Gemfile was expected to be found at this path, but none could be located.
A: Run the installer in that directory that contains the Gemfile
.
A: There are three main reasons why your AppMaps are empty:
A: Make sure that a) appmap.yml exists and is properly configured, b) the AppMap agent is correctly set up, c) the AppMap agent is activated when running tests. Check the language-specific intructions below for additional information.
A: Make sure that a) appmap.yml exists and is properly configured, b) the AppMap plugin is in the correct location in pom.xml, c ) non-standard surefire configuration can prevent the AppMap agent to get activated when running tests. See the Maven plugin guide for details.
A: Make sure that a) appmap.yml exists and is properly configured, b) the AppMap plugin is in the correct location in build.gradle. See the Gradle plugin guide for details.
A: An unknown template for ordinal error happens when PowerMock uses its own ClassLoader to load the com.appland.*
classes.
To avoid this, you need to instruct PowerMock to ignore these classes. Please see the appmap-java
reference documentation for more information.