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

How to select Docker host to use with new Eclipse Liberty WDT tools

With last version of Liberty WDT tools for Eclipse, a Liberty server running in a Docker can be configured as server. It works for me and detects the dockers running in a remote host, not locally. I wonder how Liberty has decided to use that…
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
1 answer

Liberty Profile Docker for last version 16.0.0.4 available?

anybody has a running Liberty 16.0.0.4 in Docker? Custom Dockerfile? Last one seems to be officially available (Docker) is 16.0.0.3 but maybe I'm missing something...
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
1 answer

Bluemix Java Liberty Server App Enable Application Debug grayed out

I have a simple Java EE Bluemix Hello World App that I have imported into Eclipse (Neon) from Github. I am running this on Mac OS. I can deploy and run the application on a Bluemix Server from Eclipse. I have the latest Eclipse Tools for Bluemix…
0
votes
1 answer

Exception when starting liberty server 16.0.0.4

Noticed the below exception when starting websphere liberty server. How can this be removed? Appreciate any help. We have both javaee7 profile and webProfile-6.0 features installed. The EAR application has one WAR file which uses jee6.0 / "3.0"…
Balaji
  • 201
  • 2
  • 12
0
votes
2 answers

eclipse + WDT + liberty: how to configure eclipse to not create the "WebSphere Application Server Liberty" project?

We are using eclipse + WDT + WebSphere Liberty profile. WLP runtime is installed in some location and we create the WLP server in a different location (ie not in \usr\servers) To do this: we create a "generic" eclipse project in the…
titou10
  • 2,814
  • 1
  • 19
  • 42
0
votes
1 answer

Websphere liberty profile 16.0.0.4 deployment issue (ZipException)

We are using Websphere liberty profile 16.0.0.4 to deploy EAR application. Nothing jee specific. the EAR has a simple WAR file. We put the EAR file inside the dropins folder and it seems like websphere is extracting the content of EAR file inside…
Balaji
  • 201
  • 2
  • 12
0
votes
1 answer

ZUUL Proxy Exception when using Spring Boot/Spring Cloud with Websphere Liberty Profile

We have a few services in our environment for which we use embedded tomcat for development. We did not face any issues with embedded tomcat. We now want to switch to Liberty Profile. When we made the switch, we found lots of issues. Basically, we…
0
votes
1 answer

UnrecoverableKeyException on trying to read key using alias from keystore

I am getting the following error on Line #4 of code below in IBM Websphere Liberty Profile 16.0.0 InputStream keystoreStream = EncryptionUtility.class.getResourceAsStream(keyStoreLocation); KeyStore keystore =…
Balaji
  • 201
  • 2
  • 12
0
votes
1 answer

Use embedded WLP to run Spring Boot application

We have been using embedded tomcat to run my Spring Boot applications. We now want to use embedded Websphere Liberty Profile (WLP) to run the Spring Boot applications. Is there a way to embed WLP similar to Tomcat and run instead of deploying the…
Shan
  • 21
  • 4
0
votes
1 answer

IBM Liberty client certificate authentication

I am trying to configure my liberty server for client certificate authentication by these steps: http://www.ibm.com/support/knowledgecenter/SS7K4U_liberty/com.ibm.websphere.wlp.zseries.doc/ae/twlp_sec_clientcert.html My liberty…
VytautasN
  • 21
  • 3
0
votes
1 answer

Generic Object Name to access datasource connection manager MBean in Liberty

I am trying to access DataSource ConnectionManager MBean using java client.I am able to access it when I specify the datasource name and JNDI name in Object Name.I need a generic approach which can be applicabe for any datasource in server.xml,…
Biju N B
  • 67
  • 5
0
votes
2 answers

Running WLP 8.5.5.1 for ISVs now - what is the latest ISV version?

Does anyone know what the latest version of WLP Runtime for ISVs is? The only thing I've seen is 8.5.5.9, but that looks like it is about a old. The WASDEV site talks about Wlp 16.x versions, but I do not think that is legally the same…
Beebout
  • 121
  • 1
  • 7
0
votes
2 answers

Can't get Swagger Annotations output on Websphere Liberty Profile

I'm trying to use Swagger (1.5.12) Annotations in my web application deployed to WAS Liberty Profile 16.0.0.3. However, when I access the /swagger.json URL, the following exception is thrown: [err] [Default Executor-thread-13] WARN…
George
  • 13
  • 2
0
votes
1 answer

Where is WebSphere v9 eclipselink JPA v2.1 second level cache documentation?

We are migrating are apps from WAS 8.5.5 + JPA 2.0 + Hibernate to WAS v9.0 (ND + liberty) + JPA v2.1 and the eclipselink bundled implementation Q: How to configure the second level cache with WAS v9.0 (and also for Liberty v16.0.0.4) when using…
titou10
  • 2,814
  • 1
  • 19
  • 42
0
votes
0 answers

JSF 2.2 ui:repeat setting input text component submitted value to null for immediate scenario during processDecodes

Env: WebSphere Liberty - 16_0_0_3 (JEE 7), JSF 2.2, PrimeFaces 6.0, Omnifaces 2.4, JDK 1.7+ I am using a primefaces remote command (by clicking on a link and calling the remote command by its name) to invoke an actionListener with immediate=true and…