If the name of a method is very long, there might be java.io.FileNotFoundException exceptions in the instrumentation plugin:
For example:
java.io.FileNotFoundException: /tmp/pankti-object-data/org.broadleafcommerce.core.pricing.service.fulfillment.provider.FixedPriceFulfillmentPricingProvider.canCalculateCostForFulfillmentGroup_org.broadleafcommerce.core.order.domain.FulfillmentGroup,org.broadleafcommerce.core.order.domain.FulfillmentOption-count.txt (File name too long)
at java.base/java.io.FileOutputStream.open0(Native Method)
at java.base/java.io.FileOutputStream.open(FileOutputStream.java:298)
...