Questions tagged [websphere-9]

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

68 questions
0
votes
0 answers

How to get Websphere to prompt for a database JNDI connection

I have an EAR application, containing an EJB and a WAR. In the EJB I am using JPA to connect to the database, and then the WAR deals with the REST endpoints and calls methods defined in the EJB: e.g - EJB Stateless Bean: @PersistenceContext private…
simonalexander2005
  • 4,338
  • 4
  • 48
  • 92
0
votes
1 answer

Websphere 9 - SpringBoot - "Start is not a valid operation"

I have a hello-world spring app with only the @SpringBootApplication class that I'm trying to deploy to websphere 9. It's built using gradle that is bundled using the ear plugin and The only thing in my build.gradle is the buidscript {} which…
0
votes
1 answer

How to avoid Openjpa set null value in autogenerated field?

I am trying to migrate one application from websphere 8 to websphere 9. And the open jpa is updated from 2.0 to 2.1. After migrating I got error while saving. The autogenerated Id field is set to null and throws database…
SumiSujith
  • 475
  • 5
  • 9
0
votes
1 answer

Eclipse with WAS fast deployment setup

Which version of Eclipse should I use for WAS9? What are the steps to enable development with WAS9 on Eclipse? What configuration should I have to see changes taking effect as I save the files?
obeliksz
  • 468
  • 9
  • 24
0
votes
1 answer

Websphere V9.0.5.10 -WebServiceContext is null

WebServiceContext object is null when Soap Services are deployed on WebSphere V9.0.5.10 . I am trying to migrate the SOAP Web Services from WebSphere V8.5.5.20 to V9.0.5.10 and one of Web service is using WebServiceContext object to get the message…
Nilesh
  • 133
  • 3
  • 10
0
votes
1 answer

WebSphere 9 ND node agent stopped and the applications are still working. How/why?

This is WebSphere 9 ND. I've stopped the node agent and the serverStatus.sh script reports that it is down: ADMU0509I: The Node Agent "nodeagent" cannot be reached. Why are the applications still authenticating and appear to be working?
Tom
  • 1
  • 1
0
votes
0 answers

Can we keep the ports opened for a websphere application server running inside a container even if the server is stopped?

I am trying to remote access(using RAD) a websphere application server which is running inside a container . I am able to see in RAD that the server is started after creating a remote profile for the server in my local . But I can't start the server…
0
votes
2 answers

Is possible integrate WAS 9 and WSRR 8.5.6.2?

Is compatibilite Websphere Service Registry and Repositority (WSRR) 8.5.6.2 with Websphere Application Server 9 ?
0
votes
0 answers

JWT OAuth token in WebSphere 9.0 TAI

I have configured the WebSphere with TAI and able to get it authenticated using Bearer token(Postman). Is there any way to get JWT based Bearer token.
0
votes
1 answer

Facing myFaces error when migrating from WAS8 to WAS9?

We are currently migrating our application from WAS8 to WAS9. We use JSF 2.2 and Primefaces 4.0. In WAS8 application works fine.But in WAS9 we are getting the following error: Uncaught service() exception root cause Faces Servlet:…
Padmaja
  • 111
  • 1
  • 11
0
votes
1 answer

stopSever.sh failed at creation of SOAP connector due to SSL handshake error

I am trying to deploy a web application on WAS 9.0.5.5. It is a standalone node without management node. After creating an empty profile and starting it using startServer.sh, everything was fine and the WAS console (9043 port) was available. But…
user1461328
  • 742
  • 2
  • 6
  • 13
0
votes
1 answer

Root exception is javax.naming.NameNotFoundException: Name jdbc not found in context "java:comp/env"

I am working on a Java Web Application, and is getting deployed in Websphere Application Server, I have a class Database.java, which is returning the JDBC Connection with DB2 Database, jndiName = "jdbc/TestDataSource"; Context ctx =…
Raj Raj
  • 76
  • 2
  • 9
0
votes
2 answers

Set Parent_Last on websphere 9

While using Websphere 7, I had in my EAR a nice little file called deployment.xml which told my WAS server to configure the deployment to PARENT_LAST. I had this file…
user2051552
  • 2,870
  • 1
  • 14
  • 7
0
votes
1 answer

How to auto-start IBM WebSphere application server 9.x

I have Dmgro1 Application Server profile (federated with Dmgr01) No cluster configuration I have added Dmgr01 and Node agent as windows services and they start automatically. Now, I want the application server associated with the node agent to…
bajji
  • 1,271
  • 3
  • 15
  • 37
0
votes
2 answers

Logs getting merged when two logback.xml runs on Websphere server

The problem I'm facing is, I have an application which uses a jar file(jar1) containing the logback.xml(having destination folder for its log files) and another application also using a jar file(jar2) containing another logback.xml(having different…