E1000 | Cannot activate instrumentation! Custom tracepoints will not be supported! | |
E1001 | Custom tracepoints are not supported on classes loaded by bootstrap classloader | |
E1002 | Cannot find class | The class you attempted to put a tracepoint on is not found on the target application instance.You might need to adjust application filters on the main toolwindow to filter out irrelevant applications. |
E1003 | No method at the line | A tracepoint can be put only on a line inside a method body. Try to put on a different line. |
E1004 | Tracepoint already exists | A tracepoint is already created on that line, but it might not be shown as a gutter icon yet since the status callback is not received from the server yet. This error might happen only for a very short time if you modify tracepoints quickly because of the asynchronous nature of the communication between the client and server. |
E1005 | No such line number | You attempted to put a tracepoint on a line that is not found on the server-side. You might be looking to a version of the source code that is different than the one deployed to the server. |
E1006 | No such tracepoint | You attempted to remove or modify a tracepoint that is already removed. This might happen because of expiration, or async nature of the server-client communication. |
E1050 | Cannot put tracepoint | You attempted to put a tracepoint, but an unexpected error occurred. Try again later. |
E1051 | Source code mismatch | The source code that is bundled to the deployment artifact is not the same with the version you have. Either you modified the code locally, or simply you donāt have the deployed version. |
E1100 | Cannot update tracepoint | This might be temporary. Try again later. |
E1150 | Cannot remove tracepoint | This might be temporary. Try again later. |
E1200 | Cannot enable tracepoint | This might be temporary. Try again later. |
E1250 | Cannot disable tracepoint | This might be temporary. Try again later. |
E1900 | Error occurred while checking condition '%s': %s | You attempted to set an erroneous tracepoint condition. Fix the problem as reported in the error detail. |
E1901 | Syntax check failed while checking condition '%s': %s | You wrote a syntactically incorrect tracepoint condition. Check the syntax. |
E1902 | Unable to find metadata of variable %s while checking condition | A variable name you used in the condition couldnāt be found among the local variables and method arguments. If you attempted to use a class member field, it wonāt work. You should check the variable names in the condition, and use only local variables and method arguments. |
E1903 | Unable to find type of variable %s while checking condition | The type of the variable used in the condition couldnāt be inferred. |
E1904 | Unable to find property over class %s while evaluating condition: %s | A property used in the condition is not found in the specified path such as user.address.city. Check the namings. |
E1905 | Unable to get property over class %s while evaluating condition: %s | The value of a property used in the condition couldnāt be obtained. This might be because of security checks. Read the error details. |
E1906 | Unknown placeholder detected while checking condition: %s | A placeholder used in the condition is not supported. |