Version 8.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-8]
1195 questions
7
votes
4 answers
jax-ws web service does not work in websphere 8.5
Been trying to get jax-ws web service working in websphere 8.5 but no success.
I have tried Java bean & war packaging, stateless ejb & jar packaging but it just does not work.
I am trying to get it work with @webservice annotation.
I am not…

Ravi Trivedi
- 2,340
- 2
- 14
- 20
7
votes
2 answers
@PreDestroy not called after session expired
This is a JSF 2 app running on WAS8.0. Here is the code for the "backing" bean of one page.
@Named("mySessionBean")
@SessionScoped
@Stateful
@LocalBean
@StatefulTimeout(unit = TimeUnit.MINUTES, value = 10)
public class…

chaoshangfei
- 205
- 4
- 12
6
votes
2 answers
WAS 8.5.5.2 : No spring webapplicationinitializer types detected on classpath
I have a spring mvc project. I am trying to deploy this project on IBM Websphere 8.5.5.2
I have built a war for the project and deployed it on Websphere using the administrative console
I am using Java based configuration.
I am using…

Akshita Chawla
- 84
- 2
- 6
6
votes
1 answer
Websphere JPA Persistence is incompatible with default PersistenceProvider
I am getting the following error
[9/29/15 21:06:33:816 IST] 0000003f JPAPUnitInfo E CWWJP0015E: An error occurred in the
org.hibernate.ejb.HibernatePersistence persistence provider when it attempted to create the
container entity manager…

Vivek Agrawal
- 617
- 11
- 23
6
votes
2 answers
Group to role mapping in IBM Liberty (WLP) when using war
In Java EE some servers unfortunately require a vendor specific group to role mapping for the security configuration. For these servers, such mapping is mandatory even when there really is nothing to map.
Unfortunately, IBM Liberty is such a server.…

Arjan Tijms
- 37,782
- 12
- 108
- 140
6
votes
1 answer
org.springframework.web.servlet.PageNotFound noHandlerFound No mapping found for HTTP request with URI
I know this question is asked many times, I have tried
all the possible solutions still the problem persists.
Actually the very same project runs with 0 errors in Tomcat 8 which was deployed directly from netbeans. I created a new project in…

Aadam
- 1,521
- 9
- 30
- 60
6
votes
1 answer
Java 7.1 in IBM Websphere
I have Java SDK 6 in IBM websphere 8.5.5.2. Where can i download Java SDK 7.1 in IBM website and update it to websphere.
I tried google and couldn't find required information to update Java SDK 7.1. Can i update it from Installation Manager or…

user923499
- 305
- 1
- 6
- 18
6
votes
1 answer
How to load classes located in Java EE app libs first instead of provided by Java EE App Container
We are going to use WebSphere 8.0 app server in our development.
Our web app uses Amazon aws java sdk, that in turns uses Apache http-client 4.1.
But WebSphere also has http-client classes in its libraries that seems clash with http-client located…

Oleksandr_DJ
- 1,454
- 2
- 14
- 26
6
votes
1 answer
JAX-RS without jersey on WAS7
I have JAX-RS WS application deployed on WAS 8.0 with an empty 2.4 web.xml, class that extends 'javax.ws.rs.core.Application' and 2 resources, and it works great.
I would like to deploy this application on WAS 7.0, but I'm getting: 'Error 404:…

danieln
- 4,795
- 10
- 42
- 64
5
votes
5 answers
Websphere 8.5 with Spring-5
Is Websphere 8.5.5 compatible with Spring 5? The Validation API referenced in spring5 (validation-api 5) is resulting in MethodNotFound exception.. Any pointers/patch available to get this solved - short of upgrading to Websphere 9?
Caused by:…

Jebuselwyn Martin
- 543
- 1
- 5
- 18
5
votes
0 answers
Search in LDAP with the user logged in to the websphere with kerberos
I configured Websphere full (8.5.5.4) to login in with LDAP registry, and set up the authentication and expiration mechanism as "Kerberos and LTPA".
Authentication is working, But when I try to query in ldap with the current user, I get this…

Nickolas
- 101
- 6
5
votes
1 answer
java.lang.NullPointerException for JerseyServletContainerInitializer while deploying web app on Websphere 8.5
I have deployed a JAX-WS Web Service on a WAS 8.5 server. While starting this app gives following error:-
com.ibm.ws.exception.RuntimeWarning: com.ibm.ws.webcontainer.exception.WebAppNotLoadedException: Failed to load webapp: Failed to load webapp:…

Sagar
- 197
- 1
- 9
5
votes
1 answer
`AnnotationConfigNonEmbeddedWebApplicationContext` has not been refreshed yet
Installing a SpringBoot Legacy (web.xml) WAR application with filters (DelegatingFilterProxy), I was given the following error/stacktrace:
java.lang.IllegalStateException:…

Nick Grealy
- 24,216
- 9
- 104
- 119
5
votes
3 answers
How to create threads in Java EE environment?
I have a requirement where I have to persist some data in a table and the persisting may take sometime. Basically I want to persist a log. I don't want the execution to wait till the persisting finishes.
I know I have to use threads to accomplish…

Krishna Chaitanya
- 2,533
- 4
- 40
- 74
5
votes
2 answers
How to install Jenkins on WebSphere 8.5
I'm trying to install jenkins(1.627) as it is described on the wiki, although I got this error.
Failed to load webapp: SRVE8111E: The application, jenkins_war, is trying to modify a cookie which matches a pattern in the restricted programmatic…

Bruno Jorge
- 61
- 6