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

Error in Web.xml in websphere Liberty and not in Tomcat

I am trying to add this filter in my web.xml file and run it on Liberty server. This configuration runs on Tomcat. However on Liberty I get an error,Exception thrown by application class 'java.lang.String.substring:1339' Is there some length…
user1692342
  • 5,007
  • 11
  • 69
  • 128
0
votes
1 answer

Eclipse Liberty plugin keystore feature editor

This is a heads-up, not a question: I am using Eclipse Neon with latest WAS Liberty Plugin and when I add keystore to the server.xml using built-in config editor for Liberty, the password is not designated as mandatory field (see pic below - there…
0
votes
2 answers

IBM Liberty server - Hide passwords in Log Files

product = WebSphere Application Server 8.5.5.9 Liberty Profile Does anyone know how to hide passwords in IBM WebSpere Liberty log files? I want to keep the current logging detail at AUDIT level but do not want password values displaying in the log…
mTarkowski
  • 1
  • 1
  • 2
0
votes
0 answers

Sending POST Requests using Postman(Chrome plugin), but receiving GET request-why?

I'm sending a POST request via POSTMAN, but my server (WebServer) is receiving it as a GET request - can anyone think why this can happen? Here is some info from postman (part of the URL/hostnames annonymised): POST…
E Shindler
  • 425
  • 7
  • 27
0
votes
0 answers

Getting error .. Unable to parse EL function ${class}

This code works on WebSphere 7.0. On WebSphere 8.5.5.9 Liberty profile I get the following error. I was able to capture the source code of the invoking JSP class . My JSP is not process this request. Application Error (people selection) SRVE0777E:…
user2358826
  • 221
  • 1
  • 5
  • 17
0
votes
0 answers

How do I enable MDBs in Liberty Bluemix?

How do I enable MDBs in Liberty Bluemix? I' ve tried adding mdb-3.1 to the list of features However I've got this error message in the logs App/0 [ERROR ] CWWKZ0002E: An exception occurred while starting the application myapp. The exception message…
Leo
  • 751
  • 4
  • 29
0
votes
1 answer

WTRN0006W for liberty on bluemix

I have a long-running REST method on a Bluemix Liberty runtime and I am getting the WTRN0006W error message because the method takes more than 120 seconds to return. However, it's a single-user app, this method is expected to take long and there's…
Leo
  • 751
  • 4
  • 29
0
votes
2 answers

Spring Cloud with Liberty

I am currently running a Spring Boot application inside of Websphere Liberty, and use Consul for Service Discovery. To register services with Consul, I created a Liberty feature that hooks in to the Application Lifecycle events and performs the…
0
votes
1 answer

JAX-RS - Loading @Provider classes from a jar file

I have a simple Rest application that is deployed to an IBM MobileFirst 7.1 Liberty Server. (I don't know the implementation of the JAX-RS but it is included with the liberty server runtime I believe) I have to share some of my common code with…
Nick H
  • 8,897
  • 9
  • 41
  • 64
0
votes
2 answers

JavaEE Websphere Liberty No root resource matching request & No valid jdbcDriver

i need your help ... it s getting me crazy, i try to deploy a very simple application on to a websphere liberty 16.0.0.2 server. My first big problem, the rest api cant be called. Getting the error: No root resource matching request path…
0
votes
2 answers

DB2 data source for a liberty java application

I'm tring to access a DB2 data source on a remote machine, by a java web app deployed on a liberty websphere machine. In the moment the code execute the lookup ok the data source from the context the following error returns to me: I FFDC1015I: An…
grandeale83
  • 141
  • 2
  • 14
0
votes
1 answer

JSR 352: Connection is closed Error if connection is closed in the Readers close() in partitioned step

I create a Connection Connection con = ds.getConnection();(where ds is DataSource) in the open of the Reader and close it in the close() of the Reader. But when i run a job with multiple partitions, in the middle of the job , i get Connection is…
Fazil Hussain
  • 425
  • 3
  • 16
0
votes
1 answer

JAX-RS 2.0 service in WAS Liberty: Getting CWWKS1100A even though REST Filter is authenticating correctly

I am using a REST Auth filter: @Provider @PreMatching @Stateless public class ContainerRequestAuthFilter implements ContainerRequestFilter { ... } The service works OK and authenticates correctly my REST requests but before the method filter()…
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
3 answers

java web app and Postgres on websphere-liberty

I'm deploying a working Tomcat webapp on websphere-liberty on docker. The webapp connects to a postgres data source on docker. In websphere when I try to get connection with DataSource ds =…
grandeale83
  • 141
  • 2
  • 14
0
votes
1 answer

OSGi Http Whiteboard pattern

Moving from web.xml to OSGi Http Whiteboard pattern created bundle-context.xml how to pass below properties from web.xml in jspServletfilter's osgi:service-properties
sandy
  • 97
  • 2
  • 14