Questions tagged [open-liberty]

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment distributed under the EPLv1 license.

This tag is specifically for questions relating to the Open Liberty.

Developer download links

Forum links

More resources

456 questions
0
votes
2 answers

Liberty server 19.0.0.9 -how to authorize unauthenticated user

I have new problem with container security . On the server i have two ears first call service from second. On service there is @RolesAllowed("Authenticated"). My configuration in server.xml looks like this:
darkstar
  • 21
  • 6
0
votes
1 answer

How to set ENV variables in pod using envconsul

I am trying to use envconsul to push environment variables to a docker container running openliberty. The variables are pulled from vault. Consul, Vault and Openliberty application pod is running on minikube. The pod also pulls non-secret variables…
funtoos
  • 295
  • 1
  • 4
  • 17
0
votes
1 answer

Liberty Null pointer exception

I used open-liberty 19.0.0.6 .but this application server do not working with ssl port (https) on docker container . receive this nullPointerException : java.lang.NullPointerException at…
mah454
  • 1,571
  • 15
  • 38
0
votes
1 answer

Shared library and dependency configuration

How can a resource, for example a jar, be made available to all applications on the server?
aleksander_si
  • 1,021
  • 10
  • 28
0
votes
1 answer

Async feature in Servlets

I was just going back to Servlet-3.x features and exploring it. If I am not wrong, before Servlet-3.x it was thread per request model and it would run out of threads in the pool, for heavy incoming traffic. So, with Servlet-3.x it says it is…
srk
  • 4,857
  • 12
  • 65
  • 109
0
votes
1 answer

Integration Tests fail with JWT Authorization on OpenLiberty

Integration Tests (production code works well) fail while requesting REST endpoints secured with @RolesAllowed. Following error is thrown: [5/20/19 8:44:21:363 CEST] 00000109 com.ibm.ws.security.jaspi.JaspiServiceImpl I CWWKS1652A:…
Vytautas Arminas
  • 387
  • 5
  • 16
0
votes
1 answer

Start and debug open liberty server from checked out source code

I checked out the source code of open liberty from https://github.com/OpenLiberty/open-liberty and was wondering how to start the server from the sources and deploy an application to the started server. I found several classes with a main method,…
alexander
  • 1,191
  • 2
  • 20
  • 40
0
votes
2 answers

Correct way to write an activation spec in Open Liberty for Apache Qpid for Azure Service Bus

I have successfully configured Apache Qpid JMS client (0.41.0) in Open Liberty to send messages to an Azure Service Bus queue. My server.xml looks like this:
0
votes
1 answer

How to enable TLSv1.2 on Open Liberty currently it says enabled for TLSV1

we have built a Docker image using Open Liberty webprofile 8 and currently the HTTPS outbound calls to salesforce API are failing and from the log it seems that TLSV1 is only enabled and from all the reading it seems TLSV1.2 is needed to be enabled.…
user42012
  • 722
  • 12
  • 33
0
votes
2 answers

OpenLiberty Docker image sample application not workng

I have created my own Docker image using following Dockerfile:- FROM open-liberty:webProfile8 COPY mysample.war /config/dropins/ COPY server.xml /config/ Docker image got generated with some warning:- Successfully built cc05c3d94adf Successfully…
0
votes
2 answers

CICS ECI Liberty

I am trying to use the JCA and CICSECI functionality to connect to IBM Mainframe via the CICS Transaction Gateway. My Servlet code is: package com.ebs.jca.web; import java.io.IOException; import javax.annotation.Resource; import…
APD
  • 1,459
  • 1
  • 13
  • 19
0
votes
1 answer

open-liberty : cannot configure jmsActivationSpec

I have the following configs in my IBM Liberty server.xml: