191 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
20
views
Ehcache in WAS causes issues when users load is increased
We have issue in production linked to ehcache having WAS 8.5.5.8 and ehcache version is 2.10.9.2 and jdk version is 1.8 , when the users load is increased we dont see lables in application . we store ...
sshet's user avatar
- 1,152
1
vote
1
answer
63
views
java.lang.NoClassDefFoundError: org.dozer.factory.DestBeanCreator
I'm getting this below error in one of the flows of my application running in WAS.
Caused by: org.apache.cxf.binding.soap.SoapFault: java.lang.NoClassDefFoundError: org.dozer.factory.DestBeanCreator (...
0
votes
1
answer
254
views
Acknowledgement and retry mechanism for Java MDB Listener if forced stopped
I have an MDB listener on an IBM MQ queue in IBM WAS server. MDB receives the message and do the processing and updates the database. These is one problematic scenario that I am unable to handle.
In ...
0
votes
0
answers
68
views
IBM WebSphere WASX extension loginType
A stakeholder just requested me to create an XL-Deploy brand new plugin that extends from the official was-plugin-extensions-22.3.1.xldp plugin.
The synthetic.xml file of the official plugin does have ...
2
votes
1
answer
466
views
How can I set a delegation parentLast when using open liberty-maven-plugin?
I have two applications that need to set the classloader as delegation="parentLast".
On one hand, I have an app that I don't need to develop over them (called sites.ear), I just used it as ...
1
vote
0
answers
42
views
IBM WAS 8.5.5 ND configurations that need to restart the environment
I have applied some WAS configuration but I don ́t know in which cases I have to restart it.
I want to know in which cases I have to restart the entire environment. I know when JNDI and dataq sources ...
0
votes
1
answer
236
views
How to transform a WAS Soap Service to Modern Rest Service
There is a big and old WebSphere service in my hand. This service basically working for most of the account operations like open,close,update etc. We use the Spring - Core project on the IBM ...
0
votes
2
answers
1k
views
ApplicationPool is not creating a new user profile
When creating a new website or just a new ApplicationPool, IIS should create a new Windows user-profile (via WAS). Unfortunately this is not working anymore when I set the identity of the ...
0
votes
1
answer
398
views
generate IHS plugins to point to WAS cli
I'm trying to generate a plugin-cfg.xml file for IBM HTTP Server (IHS) to point to a WebSphere Application Server (WAS) environment. I've tried using several commands and tools to generate the file, ...
0
votes
1
answer
299
views
How to restore old was profile from filesystem
I had some profile in the WebSphere application server but due to some issue i had to re install the WAS. now i want to load that old profile which still exist in my file system. is there any way to ...
-1
votes
1
answer
914
views
Separate the AWS IAM policy and reference and attach it in a different folder via Terraform
I have sample code below which creates an IAM role, a policy document, attachment of policy document and then the attachment of that policy to role.
resource "aws_iam_role" "...
0
votes
1
answer
175
views
Exception in thread "P=69052:O=0:CT" java.lang.ClassCastException: org.omg.stub.java.rmi._Remote_Stub
I'm using was 9.0, EJB 3.0 and I written a RMI class to call the remote's EJB. When I run, the console shows me this error:
Exception in thread "P=69052:O=0:CT" java.lang.ClassCastException:...
0
votes
1
answer
353
views
log4j2 Web Lookup not working for IBM WAS9 JVM Custom Property
We have Spring java-based web applications which use log4j2.xml for logging messages to files, etc.
We now need to update our log4j2.xml configs in order to be able to do a ${a.b.c} web lookup inside ...
0
votes
1
answer
671
views
Set-WebConfigurationProperty to change parameter is slow
I have a WebSite running with WebDav in Windows server 2012, it contains 10,000 web applications, it is working properly, recently I would like to migrate it to Windows server 2019, I use poweshell ...
0
votes
1
answer
118
views
Output is wrong with IBM HPEL and logViewer.sh
I'm using a Websphere Application Server 8.5.5.12.
For the logging part of my application, I use Slf4j with Log4j. When HPEL is off, the logs are correctly stored in my SystemOut.log. However, when I ...