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 AdminClient coonection

For monitoring WebSphere application server via Perf Mbean I have choose the either RMI or SOAP connector port to get connection from Adminclient. As following code describes, Properties localProperties = new…
Sel VA
  • 13
  • 5
0
votes
1 answer

WebSphere Liberty Profile connector port

Does WebSphere liberty profile 8.5.5 have RMI or SOAP port? If so how to config with server.xml and connect via java client remotely.
Sel VA
  • 13
  • 5
0
votes
1 answer

How to get and cast JNDI object correctly in Liberty

I have a big problem on getting the correct instance or at least casting the instance I got with JNDI-lookup to correct interface at Web Sphere Liberty (16.0.0.4, running on Java 7, though using Oracle Java 1.8.0_45 in the back, developing on…
Ville Myrskyneva
  • 1,560
  • 3
  • 20
  • 35
0
votes
1 answer

unable to call REST 1.1 Service with Jaxrs-2.0 feature enabled

I am using Liberty profile 16 on Java 1.8 with following features enabled: jsp-2.3 wasJmsServer-1.0 wasJmsClient-2.0
Prerak Tiwari
  • 3,436
  • 4
  • 34
  • 64
0
votes
1 answer

Liberty LTPA SSO configuration failing with com.ibm.ws.security.registry.EntryNotFoundException

I am building the SSO between IBM ISAM & LIberty profile using LTPA token, The ISAM is configured with LDAP authentication and i have added same LDAP users into liberty server.xml basic registry. Now after the ISAM authentication i am not able to…
Mkm
  • 53
  • 1
  • 6
0
votes
1 answer

Exception occurs on websphere liberty server server start in eclipse

I am running an application using WLP and when I start my server in eclipse, I get exceptions like below: Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Shared TCPChannel NonBlocking Accept…
San Kay
  • 91
  • 2
  • 8
0
votes
3 answers

Spring boot liberty jndi configuration

Im trying t use jndi config with IBM Liberty, I have configuration like below; application.properties: spring.datasource.driver-class-name=oracle.jdbc.OracleDriver spring.datasource.jndi-name=jdbc/sbdatasource liberty server.xml:
mstykt
  • 160
  • 1
  • 3
  • 14
0
votes
1 answer

websphere liberty 8.5.5.9 remote ejb lookup fails

I have created two liberty instances on my local machine. I deployed a war module which contains a remote ejb in server X and deployed another war in server Y which has to remote lookup the ejb from server X. Below is the code to lookup the ejb from…
Krishna Chaitanya
  • 2,533
  • 4
  • 40
  • 74
0
votes
1 answer

Override or Disable CDI integration with Bean Validation

As far as i know, in JEE7 Bean Validation is automatically integrated with CDI. For example if i use a CDI container, i don't need to inject and use a javax.validation.Validator to check if my bean violate some constraint. So, i don't need to do…
0
votes
3 answers

JSESSIONID is reused by Websphere Liberty Profile after session invalidation

I am running a Spring application on Websphere Liberty Profile 16.0.0.2. After successful login, I see the JSESSIONID cookie in the request header as J1. I invalidate the session and create a new one. Now, the next request is containing the same…
Pankaj Dwivedi
  • 379
  • 1
  • 6
  • 16
0
votes
2 answers

How to disable authentication requirement for apiDiscovery feature

Is there any way to disable the authentication requirement for accessing the API Documentation endpoints provided by the apiDiscovery-1.0 feature? I have the apiDiscovery-1.0 feature enabled on Liberty 16.0.0.4. I am able to see the swagger…
austinbruch
  • 323
  • 2
  • 14
0
votes
1 answer

Unable to use JCA CICS resource with IBM WebSphere Application Server Liberty Profile

I'm trying to setup WLP for an existing EAR application. This setup works fine with WAS 9 traditional. The problem is the JCA CICS Resource Adapter call. The server.xml :
0
votes
1 answer

Unable to perform JNDI lookup using IBM WebSphere Application Server Liberty

I am using IBM WebSphere Application Server Liberty to perform JNDI lookup.I am pretty sure about giving right about the location of resources in the project. However, when i run this I am getting a name not found error. Here is the code performing…
mohan babu
  • 1,388
  • 2
  • 17
  • 35
0
votes
1 answer

datasource initialization error in liberty

When my application tried to connect to database via datasource using jndi,it shows that my datasource is null. below is all the relevant code. XML file
0
votes
1 answer

Programmatic login with liberty profile without password

I try to migrate our application from WAS 8.0 to Liberty Profile at the moment. In our application I need the possibility to do a programmatic login without having the password of the user. In WAS 8.0 this was done with the following code…
Leo Betz
  • 1
  • 1