Startup error in WmCloudStreams

We are getting following error in startup service cloudstreams.config:init of WmCloudStreams package. Any point would be appreciated.

com.softwareag.pg.exceptions.PGException: Unable to create Bean Definitions from file:/app/webMethods/990/is_7004/IntegrationServer/instances/default/packages/WmCloudStreams/config/resources/wst-config.xml. Error:Error creating bean with name ‘pgPropertyPlaceholderConfigurer’ defined in file [/app/webMethods/990/is_7004/IntegrationServer/instances/default/packages/WmCloudStreams/config/resources/wst-config.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/springframework/core/convert/support/PropertyTypeDescriptor

Hi Farid,

Please share the IS version with fix levels.

You may also try the below:

1> Remove the startup service "cloudstreams.config:init" and see if the package loads fully (but not partially). If loaded fully try to run this service manually and look for errors if any

2> Share your wst-config.xml file and also try copying from another environment to your current working environment

3> Contact SAG support if they can suggest you some fix levels specific to WmCloudStreams

Package WmCloudStreams is a Software AG system package. We are not supposed to make any changes in this package. wM version is version 9.9 with fix level 2 on red hat OS. And wst-config.xml is a default vanilla installation file.

We do not have any working environment yet so can’t compare this to anywhere.

SAG support has already been contacted.

1 Like

Hi Farid,

can you check in Installer if there are some CloudStreams related Common or Infrastructure components are missing?

This is due to the NoClassDefFoundError for the a spring core class org/springframework/core/convert/support/PropertyTypeDescriptor, which should be part of a common-spring-*.jar or something like that.

Please check the /IntegrationServer/instances/default/bin/ini.cnf for correct classpath settings.

Regards,
Holger

1 Like