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

IBM Bluemix: get-started-java - Error when attempting to run on server

I am trying to complete this introduction to java apps on IBM Bluemix: github.com/IBM-Bluemix/get-started-java When I get to step 4.4 'Run your application locally on Liberty' I get the following error message: "Server Error: The selection did not…
Jonathan Hansen
  • 113
  • 1
  • 7
0
votes
1 answer

Max Http post Request size for Mobilefirst 7.1 with Liberty Profile

We are in need to upload images from the client mobile devices to the server. Few devices really give a big size of images like 5 MB to 16 MB. What is the max size limit for MFP with liberty profile? If there is any limit can that be increased?
0
votes
0 answers

Getting UnsatisfiedDependencyException during IBM Liberty server start up

I am getting the UnsatisfiedDependencyException during the IBM Liberty server start up. Even though spring beans are available in spring configuration files. It is throwing error. Can you please let me know where I made mistakes.Below is the full…
sidhartha pani
  • 623
  • 2
  • 12
  • 23
0
votes
1 answer

How to check WebSphere is 32 or 64 bit?

How to check if WebSphere is running 32 or 64 bit? These are the files in the WebSphere directory: /opt/IBM/WebSphere/Liberty$ ls Copyright.txt README.TXT bin clients dev lafiles lib templates usr
user1872384
  • 6,886
  • 11
  • 61
  • 103
0
votes
1 answer

SpringBoot war deployment in IMB liberty server.

I am getting error while deploying spring boot application in imb liberty server version 8.5.5.7. Here is error stack trace. I am using java version 1.6 . Please let me know what I am missing, I am not sure what this error means.…
azesh
  • 135
  • 1
  • 3
  • 13
0
votes
1 answer

Angular 2 Routing configuration in liberty Websphere server

My angular 2 app runs fine on my local node server. However when the dist/prod contents are deployed to a server (to be precise websphere liberty server) The url just works fine for once. When I try to reload it, it gives me File not found…
Rajeev
  • 1
  • 2
0
votes
2 answers

How configure JAX-WS for the WLP v 16.0.0.4

I use jaxws-2.2 feature and need to know how to configure JAX-WS for the WLP v 16.0.0.4. WLP uses Apache CXF implementation for JAX-WS. Apache CXF JAX-WS configuration includes the next two steps. Create servlet class mapping…
senleft
  • 483
  • 1
  • 4
  • 17
0
votes
1 answer

Disabling hostname verification

Our web application calls several web services internally using Jersey client API. Few services are secure and we use certificates to authenticate. Due to some reasons we want to disable hostname verification on few services. So I searched for some…
0
votes
2 answers

Liberty hangs indefinitely when using ManagedExecutorService

I am trying to migrate a legacy application to current jee 7 standards. During the application deployment/bootstrap, we initialize some caches through a startup servlet. Few caches are inturn used by other application components during the…
Krishna Chaitanya
  • 2,533
  • 4
  • 40
  • 74
0
votes
1 answer

What logging apis does Liberty provide?

Obviously Java.util.logging is an option but are any other options available (possibly by enabling a feature)? I did see the eventLogging-1.0 feature but I can't find the related jar or docs. Specifically, I want to provide a unique identifire with…
MDev
  • 127
  • 9
0
votes
1 answer

NoClassDefFoundError: org/apache/cxf/phase/PhaseInterceptorChain in LibertyProfile 16 with Cpacke CXF 3.1.10

I have written following Code to intercept the incoming request. @Provider public class RequestInterceptor implements ReaderInterceptor { @Override public Object aroundReadFrom(ReaderInterceptorContext context) throws IOException,…
Prerak Tiwari
  • 3,436
  • 4
  • 34
  • 64
0
votes
2 answers

How to enable UsernameToken WS-Security in WebSphere Liberty

I want to know how to enable WS-Security in WebSphere Liberty I have created a user(soa_user) and user group(soa_group) in my server.xml in Liberty profile. All the features mentioned bellow are successfully installed. server.xml
Roshanck
  • 2,220
  • 8
  • 41
  • 56
0
votes
3 answers

WAS Liberty 17.0.0.1 does not work with Watson Java SDK

last version of WAS Liberty Profile seems to have broken com.ibm.watson.developer_cloud:java-sdk. I rebuilt images for my app and got last version 17.0.0.1 , and java-sdk for watson stopped working with exception above. Any idea on which tag to use…
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
0 answers

IBM Bluemix Liberty Java App is not displaying images

My ibm liberty java app is not displaying images other than the standard default image that was provided along with sample code. Is there a restriction (copyright etc.) on displaying images on ibm bluemix apps ? Thanks!
0
votes
2 answers

Debugging Push notification in mobilefirst 7.1

I have a Liberty server farm over which MobileFirst Platform 7.1 is deployed. I have deployed push notification adapters which is having a Tag based notification implementation. I have enabled the tracelogs using the below parameter in the…