Questions tagged [websphere-liberty]

IBM WebSphere Liberty is a highly composable, fast to start, dynamic application server runtime environment.

This tag is specifically for questions relating to IBM WebSphere Liberty. IBM WebSphere is built on Open Liberty. For questions relating to Open Liberty see tag open-liberty

Developer download links

Knowledge Center links

Forum links

More resources

1717 questions
0
votes
1 answer

Using basic auth with the apiDiscovery feature in Liberty

I am using the apiDiscovery-1.0 feature in Liberty in order to expose the Swagger UI for my REST APIs. However, my REST APIs are secured using Basic Auth and the Authorize button is not being displayed in the UI exposed by the apiDiscovery feature…
0
votes
2 answers

How to implement File Update logic in Chunk Processing (Java Batch - JSR352)

I am trying to develop a Java batch program using the IBM's JSR352 Implementation. Since the batch job involves iteratively processing huge number of records, I chose to implement it as Chunk Processing job. This job involves of 3 steps which keeps…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
0
votes
1 answer

Interceptor for {}WebClient has thrown exception, unwinding now Could not send Message

I am trying to access sample Rest method using Webtarget code in Websphere Liberty profile deployed as war and getting following exception. [WARNING ] Interceptor for {https://www.google.com}WebClient has thrown exception, unwinding now Could not…
0
votes
1 answer

500 Error: Failed to establish a backside connection on bluemix java liberty app

I deployed my java web application on Bluemix Dedicated environment and use it with Cloudant Dedicated NoSql DB. In this DB i tried to return 60k documents and server returned 500 Error: Failed to establish a backside connection to me. So i'm…
0
votes
1 answer

Accessing Liberty log files from the Bluemix Liberty docker image running locally

My goal is to develop an application that will run on WebSphere Liberty hosted in Docker and eventually running on Bluemix. During development, I have installed Docker on my local Linux PC and then downloaded from IBM the base docker image…
Kolban
  • 13,794
  • 3
  • 38
  • 60
0
votes
0 answers

How is the processing order on a LDAP filter

I have two kinds of user in our Active Directory: technical user and user user. With LDAP filter (&(objectclass=person)(uid=%v)) I get for both some results. But for my application I need a more detailed filter or else there will be no results…
kinglite
  • 339
  • 3
  • 20
0
votes
1 answer

Liberty WebApp Active Directory authentication

Here is the code of my little test servlet: protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { SearchResult result2 = null; try { if…
kinglite
  • 339
  • 3
  • 20
0
votes
1 answer

Cannot update Eclipse WTP, Conflicting & Unsatisfied dependencies on Eclipse Juno

I tried to install/update WTP on Eclipse Juno SR2 using install new software menu option, But unable to do because of the following errors, Cannot complete the install because of a conflicting dependency. Software being installed: JAX-WS Tools…
0
votes
1 answer

WebSphere Liberty, Eclipse and wsimport

I have been supplied a WebServices wsdl file that I want to generate a Java Client for within Eclipse (Neon.3). I have the latest WebSphere Liberty runtime (Full Java EE 1.7) installed and the the latest Eclipse developer tools for Eclipse. I am…
Kolban
  • 13,794
  • 3
  • 38
  • 60
0
votes
1 answer

60 second delay between microservices in bluemix

I have a problem. I have a few apps on Bluemix using cloud foundry apps, where one of them calls the others. The problem is that when I call an isolated microservice, a delay doesn't exist. When I call to an edge (proxy) microservice, a delay of 60…
0
votes
1 answer

NoClassDefFoundError: in Web Sphere liberty Profile

I have deployed the one ear inside the dropins folder and one of the war file from the ear is referencing the jar which i kept outside folder (Shared->config->lib->global). External jars which i kept global folder is again referring few jar which…
JgSudhakar
  • 55
  • 3
  • 9
0
votes
0 answers

static initialization in Java EE differs between parentfirst/parentlast classloading policy, at least in Websphere Liberty

I discovered an interesting, may be wrong behaviour in Websphere Liberty / JEE 7, which I like to discuss if this is a bug or a feature. First, the code described is an older Project which I have taken over, and the code is not always the fanciest…
Rambler
  • 1
  • 1
0
votes
1 answer

How to make IBM Bluemix Object Storage file publicly accessible?

On Bluemix, I created a Java application using Liberty for Java and the Object Storage Service. I then bound the Java Application and Object Storage Device. I uploaded the images into the container which I created in the Object Storage service. Now…
Yugesh
  • 4,030
  • 9
  • 57
  • 97
0
votes
1 answer

WebSphere Liberty openIdConnectClient - Azure - 403 Forbidden

Problem: Access to the sample Liberty application testpage is redirected to Azure and the user authentication is successful (verified via fiddler trace). However, authorization fails with Error 403: error=access_denied The WAS-Liberty profile…
0
votes
1 answer

Liberty VirtualPOT -> Websphere 9.x will be the last version of WAS Classic?

I was watching a recent VirtualPOT on Liberty and thought I heard the presenter mention that Websphere 9.x will be the last version of WAS Classic. In other words in the relatively near future Liberty will be the only WAS option that gets new…
JRidge
  • 3
  • 3