Problem(Abstract)
Changes to assets and collections, and creation of glossary assets and collections are not saved.
In another instance, categories were exported to an XML file and then imported. When a category was renamed after the import, the category name was changed to "<No Name>".
Symptom
Output in the log files might vary, but typical output is shown here.
The following output is written to SystemOut.log file:
- [1/12/16 15:23:44:653 IST] 000000b2 ServicesJSONM W Problem setting value 'value' on object of class class com.ibm.is.bg.services.model.DateTimeProperty – java.lang.reflect.InvocationTargetException: Cannot set value
- [1/12/16 15:23:44:654 IST] 000000b2 ServicesJSONM 1 Problem setting value…
java.lang.reflect.InvocationTargetException: Cannot set value
This output is written to igc.log file:
- 2016-01-12 14:25:29,604 ERROR session.VRSessionsTL – class com.ibm.is.bg.services.exceptions.ValidationException{message type : ValidationException message key : generalValidation}[class
Cause
This problem is a known commons-collections and/or JVM issue.
Resolving the problem
Set a custom property in IBM WebSphere Application Server by doing these steps:
- Open WebSphere Application Server Admin console (http://<server-ip>:9060/ibm/console).
- In Servers tab, expand Server Types. Click WebSphere application servers, and then click server1.
- In the Server Infrastructure section, expand Java and Process Management, and then click Process definition.
- In the Additional Properties section, click Java Virtual Machine, and then click Custom properties.
- Click New… to create a new property.
- Set Name to simulateJVMPropertyDescriptorDefect.The property name is case-sensitive and it must begin with lower case 's'.
- Set Value to true.
- Click OK, and then click Save.
No comments:
Post a Comment