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

Camel app on Liberty - JAXB Marshalling

I'm running a Camel application on Liberty Profile server. I'm taking a message from a queue, unmarshalling, mapping then marshalling. This was working fine but now I'm getting an error that JAXBDataBinding method getContextualNamespaceMap is not…
kinsey
  • 65
  • 7
0
votes
1 answer

WebSphere Liberty Server (IBM Bluemix) - error when run the RESTful web-service on server

I have a maven RESTful web service application (with JAX-RS support). My API works perfectly when I run it on the Tomcat v7.0 server. However, I get an error when I deploy the same project on the WebSphere Liberty Server, which is used in…
Milad Mhb
  • 1
  • 1
  • 4
0
votes
2 answers

Set TLS Version with Apache Httpclient and WebSphere Liberty Profile

We are accessing an external service from our WebSphere Liberty Profile (8.5.5.6) REST service which uses Apache HTTPClient 4.3.5 to connect to the service. The service just changed to use TLS v1.2, and now our service is failing with: [4/21/16…
Westy
  • 707
  • 2
  • 10
  • 23
0
votes
1 answer

Liberty profile + MQ Client + Security exit

In liberty, we are connecting to a MQ server. We need to specify a "securityExit" on "jmsActivationSpec/properties.wmqJms". Q: How to setup the jar that implements that security exit? We tried to put it…
titou10
  • 2,814
  • 1
  • 19
  • 42
0
votes
1 answer

View logs remotely in Websphere Liberty 8.5 running in production mode

When I use Websphere Liberty 8.5 in development mode, i.e. it's managed through Eclipse I can see all logs in Eclipse's console. When my application deployed on a Bluemix using Liberty Runtime I can connect to server's console using cf logs…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
0
votes
0 answers

EclipseLink don't load properties from DataSource in Websphere Liberty Profile

I have problem with configuring JPA in Websphere Liberty Profile. EclipseLink which is default provider in WAS with feature jpa-2.1 don't read the properties from created in server.xml DataSource. I've tried to get connection from this data source…
0
votes
2 answers

IBM BlueMix | While adding jsf : The application or context root for this request has not been found: ./?

I have a simple JSF application running on IBM Bluemix working well with the following J2EE dependencies . javax javaee-web-api 6.0
Ahmed Gamal
  • 1,666
  • 1
  • 17
  • 25
0
votes
1 answer

Script genClusterPlugin.py failed with 403 Unauthorized

I failed to generate a plugin file from a Liberty Cluster. I use this script. Caused by: java.lang.RuntimeException: java.io.IOException: CWWKX0229E: Un problème est survenu avec les données d'identification de l'utilisateur fournies. Le serveur a…
André ZUG
  • 21
  • 1
0
votes
1 answer

WebSphere Liberty -- Connecting to Secure gateway from Java

My colleague set up a (Bluemix) secure gateway using mutual auth for our project to use. He tested it with Ruby and CURL and it works fine. but when configuring my Liberty server to use it, I am running in to many issues. I used the instructions…
James
  • 1,263
  • 2
  • 12
  • 12
0
votes
2 answers

apidiscovery-1.0 on Liberty Beta

I have an app that has been running for a while. I decided to investigate Swagger.. and happily found out that the Liberty beta has Swagger integrated. I decided to try it out.. but I can't seem to get anything discovered... My…
James
  • 1,263
  • 2
  • 12
  • 12
0
votes
1 answer

javax.activation.DataHandler conflicts in Websphere Liberty 8.5.5.9

So, this is my saga from previous question here: javax.mail.NoSuchProviderException: when using Liberty 8.5.5.9 with Apache Commons Email 1.4 Where I've had have conflicts between Apache Commons Email and Websphere Liberty Feature JavaMail 1.5…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
0
votes
2 answers

Error Injecting the JPA Entity Manager in WebSphere Liberty

I have inherited a legacy application that initially was built with WebSphere 6.1 and then was migrated to WebSphere 8.0 running with JPA 2.0 and openJPA without issues. We are migrating to WebSphere Liberty for strategic reasons. We first tested…
Doug
  • 145
  • 2
  • 14
0
votes
1 answer

missing OSGi jar in eclipse mars with liberty profile

I'm using eclipse mars 4.5.2 for mac OS X 10.11. I create a simple OSGi bundle project and it is missing osgi.core.jar in its classpath. The import org.osgi cannot be resolved mac-mars classpath screenshot BUT When I do the same actions in…
Alex Torson
  • 289
  • 4
  • 13
0
votes
1 answer

OPTIONS-request with Authentication header (IBM WAS Liberty profile)

I want to call REST-services from my Angular-app. However, these REST-services are hosted on WLP and are part of a WAR-file developed by some company a while ago, ie. we have no source code. I can call GET-methods without any issues from Postman, I…
BTalker
  • 67
  • 9
0
votes
1 answer

Error Attempting to Bind EJB in WebSphere Liberty 8.5.5.8

Background: I am inheriting an ancient application that utilizes EJBs. In the facet of the project it lists as a 3.0 EJB. The EJB was written while running WebSphere 6.1 where we had two jvms, one for UI/Presentation Layer and a second JVM that…
Doug
  • 145
  • 2
  • 14