7,250 questions
1 vote
0 answers
57 views
Spring Framework 5.3.39: javax.jms.IllegalStateException when sending a message with jmstemplate under IBM Websphere 9
I'm having a problem migrating from Spring 4.3.5 to 5.3.39 (I know community support for these versions has ended, but I need to investigate the problem). My application runs on IBM WebSphere 9 (JVM 8,...
2 votes
1 answer
98 views
How to configure auto reconnect of a MQ client in Wildfly resource adapter
I am using the resource adapter wmq.jakarta.jmsra.rar (version 9.3.3.1) and message driven beans in Wildfly to receive messages from an IBM MQ. When the MQ-server is disconnected (e.g. network ...
4 votes
1 answer
310 views
How to connect .NET application to IBM MQ using Server Side SSL/TLS authentication with username and password (X.509 certificate-based auth)?
I'm trying to connect my .NET (8.0) application to IBM MQ over TLS using X.509 certificate-based authentication, but running into issues during the SSL handshake. Using Python + pymqi, I was able to ...
0 votes
0 answers
57 views
JSF form input submits empty string instead of null despite correct configuration (MyFaces + Apache EL on WebSphere)
I'm facing an issue where a JSF form input field submits an empty string ("") instead of null, even though I believe all relevant configuration is in place. This only happens using WebSphere ...
0 votes
0 answers
25 views
error on file upload ADFS0120E: Can not resolve the MBean reference ObjectName for WebSphere:name=FileTransferClient
I am trying to deploy an ear file on a remote Websphere AS server - 9.0. Not sure if there is an upload option. Tried different classes and this is executed without errors, but when I open the server ...
0 votes
0 answers
58 views
IBM Websphere 9.5 is keep calling class loader resulting severe application performance issues
I have an application which had a web war file & an ear file (contains my mdbs & ejbs) deployed in IBM Websphere 9.5. I have also mapped my application's dependencies in WAS Shared library ...
0 votes
1 answer
111 views
Websocket Support On IBM WebSphere 9.0.5.6 - IllegalArgumentException: Upgrade currently not implemented
I’m running a Java web application on WebSphere Application Server 9.0.5.6, and I’m encountering the following error when processing an HTTP request: 000042b3 webcontainer E com.ibm.ws.webcontainer....
2 votes
1 answer
255 views
UnmarshalException unexpected element (uri:"", local:""). Expected elements are (none) on websphere second call
I have generated a Soap webservice client using wsimport and trying to consume the webservice on Websphere 9.0.5.13 The application classloader is set to parent last I added the following JVM ...
0 votes
0 answers
41 views
Retrieve KeySet From WebSphere
I found this article for retrieving a KeySet from the WebSphere application server and it gives an example of using com.ibm.websphere.crypto.KeySetHelper however, I cannot find this dependency in ...
0 votes
0 answers
27 views
Kafka duplicate message consumption from multiple servers under same websphere cluster
we have Kafka consumers running on two websphere servers under same cluster. Kafka consumers are configured with auto offset commit and using same consumer group, and polling every 5 seconds. The ...
0 votes
0 answers
91 views
PoolManager W NULL_MESSAGE_KEY_PASSED when logging at a level more detailed than info
I am using java.util.logging.Logger in a java EJB application, deployed on WebSphere Application Server in an EAR file. Logger logger = Logger.getLogger("com.company.app"); logger.fine(()-&...
0 votes
0 answers
150 views
EJB in Weblogic: The Message Driven Bean does not have a message destination configured error
I am migrating my legacy EJB to Weblogic from IBM Websphere and I am lost on where the destination needs to set for Weblogic. My ejb-jar already states the message-destination-type but I get this ...
1 vote
0 answers
37 views
Crystal Runtime fails in localhost, succeeds on server
While most of our enterprise runs our BO reports through the server, we have needs from time to time to run them in java webapps using the BO runtime. The code pattern is we open the document, ...
0 votes
1 answer
134 views
Liberty Server 24.0.0.5: "The MyFaces JSF Implementation is selected but a Sun RI ConfigureListener is also registered" Error
I am running a JSF 2.3 + Spring MVC application on IBM WebSphere Liberty Server 24.0.0.5, but I encounter the following error during startup: The MyFaces JSF Implementation is selected for SampleApp ...
1 vote
0 answers
58 views
Re-Connect activation spec fails with QMID mismatch
We use ActivationSpecs to connect to back end MQ queue manager. Once the application is up we see all our MDBs activation specs is up and running. When we want to stop and restart the activationspecs ...