Version 9.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-9]
68 questions
0
votes
1 answer
No current bean manager found in CDI service in websphere 9
I am migrating from WAS 8 to WAS 9.
my application uses Hibernate 4.3.0.Beta3 version and spring 4.0.3.
At the time of application start up I am getting this error:
An error occurred in the org.hibernate.jpa.HibernatePersistenceProvider…

praful
- 1
- 2
0
votes
1 answer
Spring boot 2 expansion failed on Websphere 9.0.7
I am trying to deploy a spring-boot 2.04 app on Websphere 9.0.7. Its building and running fine on its embedded tomcat but when I try to deploy it on Websphere I get the following errors
8/17/18 13:31:01:282 EDT] 00000083 classsource W…

Wil
- 31
- 7
0
votes
0 answers
WebSphere: An error occured while initializing MyFaces: null
While running Jsf application, i am getting below error.
An error occured while initializing MyFaces: null
java.lang.NullPointerException at…

jyohi
- 5
- 2
- 6
0
votes
1 answer
Exception caught while initializing context: java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
After starting Websphere 9 server, I am getting an exception. Below mentioned exception stack trace.
E com.ibm.ws.webcontainer.webapp.WebApp notifyServletContextCreated SRVE0283E: Exception caught while initializing context: {0}
…

jyohi
- 5
- 2
- 6
0
votes
2 answers
Websphere: java.lang.IllegalStateException: No Factories configured for this Application
I migrated my application tomcat 7 to web sphere 9 version.server started successfully but when i try to load the page,getting below error.
java.lang.IllegalStateException: No Factories configured for this Application. This happens if the…

jyohi
- 5
- 2
- 6
0
votes
0 answers
Webphere 9 :Runtime JSP compilation error getting into infinite logging and server hung
We have moved from Websphere 8.5 to 9 with Java 8 recently which is giving us a hard time to find the reason of infinite logs accumulation when a JSP fails to compile(which was working perfect in 8.5) and in a few minutes, the server will stop…

Sunil CD
- 1
- 1
0
votes
1 answer
WebSphere Developer Tools 8.0 Not able to start server in modern Eclipse
I am trying to run Eclipse WebSphere Developer Tools with a local WebSphere 8.0.x installation. I also installed IBM's WebSphere Dev server and am having trouble successfully starting each server.
This is because the instructions say that the…

GabrielL99
- 1
- 2
0
votes
1 answer
WAS 9 how to use servlet 3.0 in Websphere 9?
As per the given specs WAS9 is using JAVAEE 7 and related specs . I want to use servlet spec 3.0 due to some constraints . Is there any way to configure it . I am using plain profile (No liberty profile).
The constraints is I am having two servlets…

optional
- 3,260
- 5
- 26
- 47