You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few months ago, I deployed Maximo Manage 8.7.6 in a customer environment and set up attachments(doclinks) using suite_manage_attachments_config role with MAS_MANAGE_ATTACHMENT_CONFIGURATION_MODE set to cr.
I recently discovered that attchements are not working and getting following error in the server log:
28 Aug 2024 00:54:55:091 [ERROR] [MXServer] [CID-MXOSLC-20321] null
java.lang.ClassNotFoundException: null
at java.lang.Class.forNameImpl(Native Method) ~[?:?]
at java.lang.Class.forName(Class.java:347) ~[?:?]
at com.ibm.tivoli.maximo.oslc.provider.AttachmentStorage.getInstance(AttachmentStorage.java:69) [businessobjects.jar:?]
In ManageWorkspace CR, mxe.attachmentstorage is set to literal string null in server bundle properties.
In the Python script mentioned above, object storage uses different properties compared to the file storage. mxe.attachmentstorage=null is hard coded in the script and Maximo Manage tries to use the class named null.
Removing mxe.attachmentstorage=null from ManageWorkspace CR solves the issue.
Below are the commands I've used to configure the attachments.
Collection version
18.17.2
Environment information
What happened?
A few months ago, I deployed Maximo Manage 8.7.6 in a customer environment and set up attachments(doclinks) using
suite_manage_attachments_config
role withMAS_MANAGE_ATTACHMENT_CONFIGURATION_MODE
set tocr
.I recently discovered that attchements are not working and getting following error in the server log:
In ManageWorkspace CR,
mxe.attachmentstorage
is set to literal stringnull
in server bundle properties.I believe it is defined at following function and havent changed from the version I've used for deployment. (18.17.2)
ansible-devops/ibm/mas_devops/plugins/filter/filters.py
Line 348 in 597805f
The text was updated successfully, but these errors were encountered: