Questions tagged [websphere-8]

Version 8.x of IBM WebSphere Application Server (WAS)

1195 questions
9
votes
4 answers

Application is not starting in websphere 8.5.5 but works fine in tomcat

I have a web application which can be deployed in tomcat but the same application is not starting in websphere 8.5.5. I have checked SystemErr.log file which gives following information, i cannot debug why application is not starting. If I would…
9
votes
7 answers

How to clone a WebSphere 8 profile

I would like to clone an existing profile, start the server and modify it via the Admin Console. I already read the IBM documentation about manageprofiles.bat but the manageprofiles tool does not contain something like: # would be nice if a…
René Link
  • 48,224
  • 13
  • 108
  • 140
8
votes
1 answer

SpringBoot JMS Listener: Could not refresh JMS Connection for destination

I have Spring Boot application which listen IBM MQ Queue via @JmsListener annotation as below from component class. The MQ properties (hostname, channel, port, etc) are set from yaml file. @JmsListener(destination = "") public void…
8
votes
3 answers

Maven dependencies for IBM Websphere packages

I'm trying to convert a "classic" JAVA EE project, using IBM websphere 8.0.0.5, into a maven multi module project and facing issues with the IBM dependecies. We use IBM classes from the following…
bish
  • 3,381
  • 9
  • 48
  • 69
8
votes
4 answers

Override Jackson Object Mapper properties on Websphere 8.5.5 using Apache Wink

We are using IBM(s) bundled Apache Wink to offer JAXRS endpoints for our application. We are coding towards Websphere 8.5.5. Since we are servlet 3.0 compliant we use the 'programmatic' way of configuring the JaxRS application, meaning no entries in…
javapapo
  • 1,342
  • 14
  • 26
8
votes
1 answer

JSF1027: [null] The ELResolvers for JSF were not registered with the JSP container

i am using javax.faces-2.0.10.jar on websphere 8.5 and i am using jboss-el-2.0.0.GA.jar and in my web.xml i have the following configuration for el: com.sun.faces.expressionFactory
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
8
votes
1 answer

EJB 3.1 Binding does not work on Websphere Application Server

I want to call a local Stateless-EJB from on ejb project from another singleton-EJB in another ejb-project. Both EJB-Projects are in the same ear file. The Application Server is a WebSphere Application Server 8.0.0.1. First EJB 3.1-Project…
veote
  • 1,400
  • 9
  • 33
  • 62
7
votes
1 answer

Unable to lookup remote EJB on Websphere 8

I have deployed an EJB with local and remote interfaces, and I can lookup the local one OK after deployment, but I'm not able to to do with the remote, from a Java SE client. The EJB code is…
oenningj
  • 118
  • 1
  • 1
  • 4
7
votes
1 answer

Downloading SetupTools in Maximo/Jython fails with HTTP error 403 SSL is required

Appendix A of The Definitive Guide to Jython describes downloading SetupTools for use with Jython. https://jython.readthedocs.io/en/latest/appendixA/ This indicates to me that it should be possible to download and use SetupTools from within a Jython…
Maximo.Wiki
  • 631
  • 5
  • 17
7
votes
2 answers

WebSphere Application Server 8 : Error 404: java.io.FileNotFoundException: SRVE0190E: File not found:

I want to deploy an application in WAS8.5.5.2. I have made the ear with the structure : serverEar.ear -- serverWar.war ---- WEB-INF ---- 'web' directory contents I have application.xml :
HitchHiker
  • 825
  • 2
  • 11
  • 31
7
votes
2 answers

InterceptorBinding is not working

I created a custom annotation like below @InterceptorBinding @Retention(RUNTIME) @Target(TYPE, METHOD) public @interface Traceable {} I wrote an interceptor like below @Traceable @Interceptor public class EnterExitLogger { @AroundInvoke …
Krishna Chaitanya
  • 2,533
  • 4
  • 40
  • 74
7
votes
4 answers

Spring boot JNDI datasource lookup failure - Name comp/env/jdbc not found in context "java:"

I have setup a spring boot (v 1.1.9) application to deploy as a WAR file. And I'm trying to integrate this web application with an existing data service module (added as a maven dependency). Environment trying to deploy: WebSphere Application Server…
7
votes
8 answers

Starting Websphere from Eclipse hangs when security is enabled

I have a Websphere Application Server 8.0.0.6, which was installed as part of RAD. I need to run the server from an Eclipse Java EE Kepler or Luna. There is no problem when administrative security is disabled. However, once security is enabled, the…
Thomas Stets
  • 3,015
  • 4
  • 17
  • 29
7
votes
3 answers

"Run Administrative Console" menu becomes disabled with RAD 9 and WebSphere 8.5

I'm using RAD 9.0 with a local WebSphere Application Server v8.5. Twice the "Run Administrative Console" menu has become disabled: This happened randomly; it was working one day when I left, and the next morning it isn't working. When this happened…
Raskolnikov
  • 111
  • 1
  • 1
  • 5
7
votes
2 answers

Websphere 8.5 context root change not applying to war file

I need a little help changing the context root of my war in my Websphere 8.5 appserver. I have a war file called test.war When I deploy it to websphere the context root is /test However I want to change this to be /example When I looked online I…
user36737
  • 131
  • 1
  • 2
  • 6
1
2
3
79 80