-
Notifications
You must be signed in to change notification settings - Fork 97
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
Create Log Entry Dialog Failure #2638
Comments
Problem seems to be an oversight in the OLog client implementation that did not do the properly class loader wrangling when making a request to add attachments to a log entry. See PR 80 in the CS Studio Thirdparty repo for details. |
Thanks for fixing this |
When I tested this we were able to successfully make log entries despite the error |
Yes, if I remember correctly the log entry is successfully created in olog, but the intended attachments were missing. |
Oh, in the test I ran even the attachments were included....strange. |
#2638 fixing the javax warning while adding attachments
When attempting to create a log entry with an attachment, the following error occurs:
The stack trace is as follows:
The text was updated successfully, but these errors were encountered: