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

Websphere Liberty profile AdminCenter page not loading

I have downloaded the latest stable WLP runtime with JAVA EE7 for solaris environment. Version : 16.0.0.3 The zip file is extracted and profile is created. AdminCenter installed by using below command: .\installUtility install…
user2439278
  • 1,222
  • 7
  • 41
  • 75
0
votes
1 answer

java-wrapper-1.1.1-jar-with-dependencies.jar conflicts with newer httpcore-4.4.5.jar?

I'm getting an odd error that seems to point to httpcore conflicts. While I have only one httpcore-4.4.5.jar in the classpath, I also have the java-wrapper-1.1.1-jar-with-dependencies.jar for Watson services access. It seems to carry a bunch of…
wnm3
  • 381
  • 3
  • 17
0
votes
2 answers

Jersey NoSuchMethodError Maven

I had this problem while running my jersey application on ibm liberty java java.lang.NoSuchMethodError:…
user2350939
  • 379
  • 1
  • 3
  • 10
0
votes
1 answer

IBM MobileFirst 8.0 developer toolkit - "JaxRsWebModuleInfoBuilder" and "AnalyticsRESTDataStore" error in start of local WAS Liberty instance

After installing developer toolkit, when I'm trying to start the development server by "run" command. Following errors are consistently being reported by the server. FFDC1015I: An FFDC Incident has been created: "java.lang.ClassNotFoundException:…
0
votes
0 answers

Shared Library jar are not loaded by Liberty

I have spring MVC application which uses Spring 4.I deploying my application in Liberty 16.0.0.3.I have below server.xml configuration. webProfile-7.0
springbootlearner
  • 1,220
  • 4
  • 26
  • 48
0
votes
0 answers

IBM Mobilefirst 8.0 session persistence error

Setup: 2 HTTP Servers 1 Load Balancer between 2 HTTP server and 2 MobileFirst servers 2 MobileFirst server 8.0 s on Liberty Farm 8.5.5 IBM DB2 i am facing an issue with session affinity during mobilefirst server failover. when it failed over to…
Vishal Shah
  • 11
  • 1
  • 6
0
votes
1 answer

Roles / Authorities not working in Websphere Liberty

I'm trying to get spring security roles to work with websphere liberty. I know I've got my liberty setup properly because I wrote a very simple servlet 3 app with role based restrictions and it worked on the same server with the same role…
David Parish
  • 111
  • 7
0
votes
1 answer

Liberty CWWKZ0002E and ZipError when deploying webapps from Eclipse

We are deploying 3 webapps in a liberty server (16.0.0.4) and frequently get ziperrors and messages like below (this is fairly easy to reproduce): [ERROR ] CWWKZ0002E: An exception occurred while starting the application XYZ. The exception message…
wnm3
  • 381
  • 3
  • 17
0
votes
1 answer

Eclipse Plugin for Websphere Liberty Profile broken in last update? (16.0.0.4)

after upgrading WAS Liberty profile plugin in my Eclipse I can't edit Liberty servers (double clicking in the Server view entry). I get a grey page (Wildfly and JBoss servers open OK). This occurs with all servers... 16.0.0.3 and new 16.0.0.4. they…
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
1 answer

Liberty Docker Image is not running

When I try to run the docker image I am getting this error: C:\Program Files\Docker Toolbox\docker.exe: Error response from daemon: invalid header field value "oci runtime error: container_linux.go:247: starting container process caused \"exec:…
springbootlearner
  • 1,220
  • 4
  • 26
  • 48
0
votes
2 answers

Error in Bluemix Liberty when injecting a simple CDI managed bean into a servlet

When injecting a simple CDI managed bean into a servlet (starting from the generated code sample "SimpleServlet"), when accessing the servlet, Bluemix Liberty logs this error : "SimpleServlet cannot be injected as class …
Mustansir Ali
  • 305
  • 1
  • 2
  • 9
0
votes
1 answer

What is correct working IBM repository for Liberty profile docker image

I am trying to build docker image with Liberty profile.Using below location Docker file. https://github.com/WASdev/ci.docker/blob/master/ga/developer/kernel/Dockerfile FROM ibmjava:8-jre RUN apt-get update \ && apt-get install -y…
springbootlearner
  • 1,220
  • 4
  • 26
  • 48
0
votes
2 answers

When I deploy my java app to IBM Bluemix using Liberty, the buildpack renames it to myapp.war. How to retain my original war file name?

I have created a sample java application and packaged it JavaHelloWorldApp.war. I deploy it to IBM Bluemix using the command cf push MyHelloWorldApp -p JavaHelloWorldApp.war After deploy, when I navigate to Runtime file of my deployed application I…
Mustansir Ali
  • 305
  • 1
  • 2
  • 9
0
votes
1 answer

unit testing -Mock JNDI lookup in WebSphere LIberty

I am using WebSphere Liberty 8.5.5 server and writing some batch test cases on this server. I am trying to mock jndi lookup object for testing but while setting up dataSource object in test case I am getting below error, Does anyone know how to set …
Jay
  • 42
  • 11
0
votes
2 answers

How to add a certificate to cacerts in bluemix

Usually, I'd just use keytool like this http://www.ibm.com/support/knowledgecenter/SSYKE2_6.0.0/com.ibm.java.security.component.60.doc/security-component/keytoolDocs/cacertsfile.html but how do I do for Bluemix Liberty runtime?
Leo
  • 751
  • 4
  • 29