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

How to change user.home for websphere liberty

I am trying to create a liberty cluster. While generating the keys, liberty is creating some keys under logged-in user's home directory which is c:\users\xyz\ .ssh. How do I say liberty to save the keys under d:\users\xyz\ .ssh? I need this because,…
Krishna Chaitanya
  • 2,533
  • 4
  • 40
  • 74
0
votes
1 answer

Error enabling Liberty profile on WAS ND 8.5

I have an installation of WAS ND 8.5.5.9 and I would like to use the Liberty profile as I am already developing in Eclipse using Liberty. However, I cannot seem to locate instructions for enabling Liberty within WAS ND. I see in the admin console…
0
votes
1 answer

Does WebSphere Liberty support Microsoft Active Directory Application Mode for LDAP authentication

Does WebSphere Liberty support Microsoft Active Directory Application Mode for LDAP authentication in ldap-security features. I see Microsoft Active Directory listed but not application mode.
0
votes
1 answer

Deploy Liberty packaged server automatic delivery

I am working in a Websphere Liberty application that, because of particular server.xml configurations, i am deploying via packaged servers to Bluemix. I want to work the code in GitHub, and have it automatically deployed to Bluemix using Toolchain /…
0
votes
1 answer

With a samlWebSso20 config on WebSphere Liberty and an ADFS server, what is the proper way to define security roles / contraints

I have put in place a samlWebSso20 config using the Liberty Buildpack on Bluemix and the ADFS idp from my customer. I have a single web application deployed on the Liberty instance. I am using the Server Directory option to push on Bluemix as…
Johan Mereaux
  • 143
  • 11
0
votes
2 answers

How to get EntityManager(s) for mulitple persistence units

I am writing a JEE7 application that runs in WebSphere Liberty Profile 8.5.5. We are using JPA (which is implemented via Eclipselink in WLP). I have multiple persistence units in the same 'persistence.xml' file. I also need to access two of those…
Westy
  • 707
  • 2
  • 10
  • 23
0
votes
1 answer

websphere liberty profile - add database connection errors to logs

I have a application deployed on liberty profile that connects to a db server over the network. I'm trying to configure it so when connection time outs happen they are logged in messages or trace log files. At the moment it just gives me an output…
blu10
  • 534
  • 2
  • 6
  • 28
0
votes
2 answers

How should I investigate a cause of crash on Bluemix?

I got the following error messages when I pushed an app of Liberty for Java into Bluemix. [Console] an instance of the app crashed: failed to start exit status: -1, CRASHED [cf events APPNAME] index: 1, reason: CRASHED, exit_description: failed to…
0
votes
2 answers

Spring Boot with Liberty Profile on Docker

Is there any example of creating Spring Boot application with Liberty Profile which should be deployed on Docker. I have below requirements. 1.Need to create a Spring Boot application.Executable jar. 2.It should use Liberty Profile as run time…
springbootlearner
  • 1,220
  • 4
  • 26
  • 48
0
votes
1 answer

Getting NoSuchMethodError in Kafka Consumer v0.10.0.1

I am trying to move to KafkaClient 0.10.0.1 from 0.9.0.0. The code is working fine in production with 0.9.0.0. Now the same code in development platform throwing exception when a consumer is started with following exception …
Madhu
  • 109
  • 2
  • 13
0
votes
1 answer

2 identical log files in eclipse liberty server?

Small issue, but I was curious if anyone knows why eclipse shows 2 different log consoles when there's only 1 liberty server running? As shown in the screenshot, clicking the 'Display selected console' button will show 2 different log consoles, each…
Pete
  • 1,500
  • 2
  • 16
  • 33
0
votes
2 answers

Export and import key file for SSO between WAS and Liberty

Can I export a LTPA key file from a WebSphere Application Server 8.0.x, then import the file to an Liberty Profile Server and use the SSO functionality? (16.0.0.3) I tried it out and it seems not to work. I get a login screen instead of being…
Karsten
  • 11
  • 5
0
votes
2 answers

Can I get an compatible version of WebSphere Application Server 8.5.5 for free for testing my source code?

I'm coding an application for a firm that runs WAS 8.5.5 - Java IBM SDK 7.0. I haven't found a developers version for free. There's a free option for develop and test my application with Websphere Application Server 8.5.5? It's important to test…
Alfonso Tienda
  • 3,442
  • 1
  • 19
  • 34
0
votes
1 answer

Stop WebSphere Liberty server if application fails to start

I'm looking for an option to stop my Liberty server if a specific application fails to start. I can't find any option for this in the docs, the closest thing I've found to achieve this is health policies but they don't look to be a good fit.
Adam
  • 59
  • 1
  • 6
0
votes
1 answer

openjpa logging in websphere liberty osgi

I have an OSGi application that has the following: It runs on Websphere Liberty It uses the openjpa from websphere liberty via osgi for database access - it does this by importing the necessary javax.persistence packages. It contains a separate…
BX21
  • 391
  • 6
  • 19