-
Notifications
You must be signed in to change notification settings - Fork 45
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
Tonka creation resulting in mlet #31
Comments
Hi Nicolas, no, you are doing everything correctly. This should be a bug within the deploy mechanism. I guess the tonka deployment causes an exception, that is caught in some Additional information that could help:
And, as always, thanks for reporting :) Best, |
Hi Tobias, Thank you as always for your response.
The environments are different and we see during the assessments several times JMX exposed. I will try to make some local tests as well and if I see something different I will update as well. Regards, |
Hi Nicolas, sorry for the late reply.
|
Hi! On some tests again I was able to deploy with rmg 3 version where 4 did not load the tonka bean. It just came to me a possible idea that on the environment that I'm testing the AV is maybe triggered on the deployment over 4 version and not on 3? Regards, |
This could be the case. Unfortunately, it will be hard to find out 😅 Hopefully I will encounter the same problem at some point and can try to debug it in a live environment. If you have any further ideas how to reproduce the issue, please let me known :) |
I have no screenshots saved but I can post here in case it is useful. I used to get a success while deploying the TonkaBean. The log told me that the MLet or the class or something else are loaded successfully. But when I try to invoke the tonka, I got a Therefore I try to use the |
Hi, thank you for sharing your experience, the tool is really amazing and information found here might help others as well. I had a similar experience last week but as the MLet is created I used it as Regards, |
That's interesting 🤔 Actually there should be no difference between deploying the tonka bean directly or loading it via the mlet load command. I will check where the differences between these two approaches are. Maybe there is the root cause of these problems 🤷 @peter5he1by I guess I have to setup a Jdk7 example server to test against. The error messages should be improved here to clearly indicate what is going wrong. Will work on this in future 🔧 |
Hello,
One more tiny issue that I noticed on recent testing, in many cases the attempt to load a tonka bean will result in a plain mlet,
The command that is used to load the tonka is either from mlet request of from deploy, for example:
Mlet MBean was not previously registered on the environment but I would had expected the tonka bean to load. Is it something that I'm performing in a wrong order maybe?
Regards,
Nicolas
The text was updated successfully, but these errors were encountered: