Version 8.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-8]
1195 questions
4
votes
2 answers
What are the downsides of setting class loading order to prefer app classes in a Java EE app
On my WebSphere 8 app server the default class loading order is parent_first (attempt loading from the app server class loader, only then from the EAR class loader).
This generates a collision between my app's usage of Apache's HttpClient and…

Gili Nachum
- 5,288
- 4
- 31
- 33
4
votes
1 answer
Websphere 8.5: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log
I developed an JSF-App with ICEFaces 3.0.1. With Tomcat and Glassfish, the App works fine. Now I wanted to test it on a WebSphere Application Server 8.5.0.0. The App starts but when I do some action, it crashes.
I'm using the following…

daff
- 103
- 1
- 1
- 8
4
votes
3 answers
Steps to install Websphere Application Server Network Deployment
I have downloaded Websphere Application Server Network Deployment trial version as a http download in 3 parts. After unzipping those files I am clueless about its installation.
What are steps to install it on Windows 7 64bit machine?
If there is…

Himanshu Yadav
- 13,315
- 46
- 162
- 291
3
votes
2 answers
How to apply server settings for WebSphere8 running in Docker
I am evaluating application sample with WebSphere8 running in Docker.
https://hub.docker.com/r/ibmcom/websphere-traditional/
Along with this tech note, I want to change some server…

ruimo
- 343
- 3
- 12
3
votes
1 answer
"Error 500: javax.servlet.ServletException: Filter [PreviewFilter]: could not be initialized"
I've installed IBM WAS Network deployment(Application server) version 8.0.0 and IBM portal express 8.0.0. After successful profile creation When I hit the URL's of both the server. WAS URL is working and I am able to Login, but portal URL is giving…

Sameer Jadhav
- 225
- 1
- 5
- 12
3
votes
1 answer
Filter [struts2]: Could not find required filter class - org.apache.struts2.dispatcher.FilterDispatcher.class
We are upgrading Web application from struts 2.3.16 to 2.5.13. We are using Web sphere application server(WAS 8.5) to run and IDE is RAD.
I have added all required JAR files but I am getting this error
Error 500: javax.servlet.ServletException:…

pallavi patil
- 31
- 3
3
votes
1 answer
How to add IBM WAS 8.5 in NetBeans 8.2
Hi I need add WebSphere Application Server Version 8.5.5.3 Liberty Profile to my NetBeans 8.2, but I can't do it from WasCe plugin, that's only for Apache Geronimo and IBM WebSphere AS CE.
Can anybody help me?

rro4785
- 31
- 1
- 5
3
votes
1 answer
JavaBeans (EJB) module does not have any enterprise beans configured
I am trying to deploy EAR file on WebShpere 8.5 and I keep getting this error:
com.ibm.ejs.container.EJBConfigurationException: The BackendBE.war Enterprise JavaBeans (EJB) module does not have any enterprise beans configured.
I add backendBE.war…

Itsik Mauyhas
- 3,824
- 14
- 69
- 114
3
votes
3 answers
WebSphere MQ High Connection Count Issue
As per our configuration, we have WAS version is 8.5.5.1, IBM MQ version 7.5.0.3. We are using 2 channels to connect to WMQ, one with MAXINST set to 250 and one with 500. SHARECNV is set to 10 for both. Now we have an upper limit of making maximum…

Neel
- 199
- 3
- 18
3
votes
2 answers
Replacement for WSCallHelper.clearStatementCache(connection) in websphere Liberty profile
I am migrating an application from WAS7 to Liberty.
The existing code usesWSCallHelper.clearStatementCache(connection) in some scenarios(example : package not found in case of procedure calls).
I found WSCallHelper doesn't exist in liberty…

Biju N B
- 67
- 5
3
votes
1 answer
Deploy SpringBoot app to Websphere 8.5.5.8
I'm trying to deploy a very basic spring boot app to Websphere 8.5.5.8 (with IBM J6 VM, on Java 1.6.0). The same app works on Glassfish but throws exception on Websphere. I've been trying to follow every guide on the net to get it working but still…

John
- 660
- 10
- 26
3
votes
2 answers
websphere application server - java.lang.IllegalArgumentException: Property reuse-instanceis not supported
I am receiving the following exception when trying to access an XSD schema file from the WebSphere server.
WebSphere version is 8.5.5.0.
[6/22/16 13:02:31:158 IST] FFDC Exception:javax.servlet.ServletException…

lorraine batol
- 6,001
- 16
- 55
- 114
3
votes
2 answers
Quartz scheduled jobs could not access datasource in Websphere
I am developing a web app where batch programs need to run for specific times. I used Quartz library to schedule the jobs. The web app is deployed on Websphere 8.5.5 and its working fine, accessing the tables through datasources (Datasource given in…

Anand
- 727
- 3
- 14
- 39
3
votes
0 answers
WebSphere 8.5 with hibernate : UnsupportedOperation Exception
I am running into problems when persisting an Entity using hibernate (4.2.7) in an ejb application and would really need some advice..
Below are the configuration for the transaction factory and transaction manager in my hibernate configuration…

Sudersan
- 63
- 7
3
votes
2 answers
Websphere problems when setting up Http Connection Pool for RestTemplate
I'm working with Spring 4.0.3.RELEASE version. I'm able to make restful calls successfully. However, I learnt that HTTP connections are expensive and thought of using connection pool. I read few articles like this and this. Everything is fine when I…

Kabira Speaking
- 227
- 3
- 18