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
2 answers

WAS Liberty Profile 8.5.5 set cache max age for fonts only

Currently I am trying to solve the issue which is related with the fonts. They disapear once I hit refresh button. Browser: all IE versions. So I found the solution which is : Header…
Liudas
  • 13
  • 4
0
votes
0 answers

WebSphere Liberty P12 fails to enable TLS

When trying to enable SSL/TLS on WebSphere Liberty profile, WLP fails to allow SSL connectivity.
npn_or_pnp
  • 407
  • 4
  • 10
0
votes
1 answer

unable to install feature in Liberty Profile 16.0.0.3

I am trying to install the feature jsp-2.2 feature in Liberty Profile (Java EE 7 Web Profile) 16.0.0.3 using command below: installUtility install jsp-2.2 but I am getting below error: CWWKF1286E: The com.ibm.websphere.appserver.javax.el-2.2…
Prerak Tiwari
  • 3,436
  • 4
  • 34
  • 64
0
votes
1 answer

How to get stacktraces using the logstashCollector feature of websphere liberty?

I'm using the logstashCollector-1.0 feature on Liberty 16.0.0.3 to collect logs on a ELK stack. I followed instructions here for the…
0
votes
1 answer

pluginutility in Liberty 16.0.0.3 class not found

As I know for Liberty 16.0.0.3 has a new pluginutility function, however when I run it, it always throw NoClassDefFoundError, no matter I'm using oracle / IBM JDK, anyone has this problem too? java.lang.NoClassDefFoundError:…
0
votes
2 answers

Publishing webapp into local Liberty Stuck from Eclipse

I have a Dynamic Web App in Eclipse deploying into a WebSphere Liberty pluging. It was deploying fine until I create an Ant file to build an EAR file. After that automatic Deploy Stuck on 80% of the publishing process Stay with Msg: Publishing :…
CoderInside
  • 473
  • 1
  • 4
  • 17
0
votes
1 answer

Beta: WebSphere Liberty and tools (September 2016)

September Beta of Liberty introduced a very nifty use case to allow signed JSON Web Token for authentication. This is how I configured openidConnectClient element in server.xml
0
votes
0 answers

Can javax.net.ssl.SSLContext / SSLSocketFactory be stored in a static field?

Are javax.net.ssl.SSLContext and javax.net.ssl.SSLSocketFactory safe to store in a static field of the class that uses it? Can I use the one object for everything? I'm using it in a TAI in WebSphere Liberty Profile.
Westy
  • 707
  • 2
  • 10
  • 23
0
votes
1 answer

javax.net.ssl.SSLHandshakeException: No negotiable cipher suite when calling Apple APNS using HTTP2 implemented by jetty library

I am using this code and it working fine on local server, but not working on BlueMix server public void pushNotification(String notificationTitle, String notificationBody, String token, String notificationType, int applePort) { HTTP2Client…
0
votes
1 answer

Does apiDiscovery-1.0 Liberty feature work with swagger 1.5.4?

I'm experimenting the apiDiscovery-1.0 feature with a swagger generated server (exported from editor.swagger.io). The pom.xml file includes 1.5.9 If I push the generated war without specifying a…
0
votes
0 answers

Liberty for Java App Starter Code Issue on Eclipse

I hope that you can help me on this one. I created a Liberty for Java App on Bluemix, downloaded the starter code, and imported it to my Java EE IDE(Eclipse Neon). Unfortunately I am getting this type of error: Project build error: Non-resolvable…
Jake
  • 83
  • 1
  • 10
0
votes
1 answer

An element of type 'library' with ID 'some-id' could not be found

I want to get some properties out of my program, and I have to do it with JNDI (some attributes were setted there by me), using WAS Liberty. But when I use these tags:
mhery
  • 2,097
  • 4
  • 26
  • 35
0
votes
1 answer

How to add Hibernate jar to Liberty Sample application in Bluemix?

I created a sample application in Bluemix using the Liberty Profile. Everything works. I am editing the code in Bluemix, changed up the output and it all worked. Now I want to add some libraries. There is no where to put the jar file? What folder…
xpagesbeast
  • 776
  • 1
  • 10
  • 21
0
votes
1 answer

How to deploy Swagger generated JAXRS server code in Websphere

I generated JAX-RS server code for Uber API example in swagger. It is the default Json which can be found by opening http://editor.swagger.io/#/ Now I tried to deploy it in websphere but I see below message: Error 404:…
javaMan
  • 6,352
  • 20
  • 67
  • 94
0
votes
1 answer

Websphere Liberty Profile - NullPointerException when calling a SSL SOAP Web Service from a JAXWS Client - Truststore setup

I am calling a SOAP web service deployed in a HTTPS endpoint. My client is a JAXWS client generated with Eclipse. When testing the client in a standalone test it works OK. The problem is that when I use it within a web application deployed on…
codependent
  • 23,193
  • 31
  • 166
  • 308