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

JSF/Context initialization failure

I am migrating an application (JSF 2.0/openJPA/primeFaces, EJB 3.0 & JPA 2.0) from WAS v7 to Liberty 8.5.5.9.The application has been deployed and started successfully however I am getting context initialization failure error while opening the page.…
0
votes
0 answers

WebSphere Liberty - How to access OSGi bundle services from a servlet deployed via an EAR file?

I have a servlet deployed to the WebSphere Liberty profile via an EAR file. The application entry in server.xml looks like this: The servlet needs to access a service provided…
sumantp
  • 3
  • 2
0
votes
1 answer

Shared objects in a clustered application with Liberty Profile cluster on BlueMix

I am developing an application that needs to be clustered in Liberty Profile on BlueMix. I need to have a shared List of objects accessible to all nodes of the cluster. The app will perform update, add and remove operations on them, as one node does…
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
1 answer

Opening URL Connection within websphere

I have a local websphere server that I want to use to pull content from a webpage. when I make a get request to the server, I get a huge error. It seems to be getting triggered by getting the input stream from the connection.. Here's my code (not…
Craig
  • 11
  • 2
0
votes
1 answer

If it possible to access AdminConfig in the Liberty Profile (non ND)

Is it possible to access AdminConfig.getid inside the WebSphere Liberty Profile (non ND), just pure Liberty profile, or even Base version? Any particular jars needed?
meso_2600
  • 1,940
  • 5
  • 25
  • 50
0
votes
2 answers

Websphere Liberty 8.5 "com_ibm_ws_batch_partitionNum" is not working

I have configured embeddedJMS in Websphere Liberty 8.5. It is Dispatcher - Executor Setup. I am trying to configure "com_ibm_ws_batch_partitionNum" attribute in messageSelector but when i configure this attribute the job is not executing.. below is…
Jay
  • 42
  • 11
0
votes
1 answer

How to upload image files to Object Storage in Bluemix using Java Liberty on Eclipse?

I have recently started working with IBM's Bluemix platform. I am trying to write a web application using Java EE on Eclipse that allows a user to upload an image that will be stored in the cloud using the Object Storage service. Right now I have a…
0
votes
1 answer

Client jar file version for IBM MQ7 and MQ8

Our product will support IBM MQ7 and MQ8 based on client requirement. Now, we like to know latest client jar version that we may use for our application? We would like to use JMS 1.1 specification. I have found following link for MQ 7.5…
0
votes
3 answers

Liberty JAX-RS 2.0 client unmarshalling not working after deploying in IBM Bluemix

I have a REST client code working OK locally in a server but failing to unmarshall JSON into Java when packaged and deployed to Bluemix with same Liberty versión (8.5.5.9). Failing code: Response response = get("/v0.1/path/" + var + "/path/" +…
icordoba
  • 1,834
  • 2
  • 33
  • 60
0
votes
1 answer

how can I download zosRequestLogging-1.0 for liberty from wasdev.net

I tried to download zosRequestLogging-1.0 for liberty from wasdev.net. here is what I did. 1) click on download 2) search for zosRequestLogging-1.0 3) wasdev.net shows zosRequestLogging-1.0 there is no download button in the page. Thanks David
David
  • 1
0
votes
1 answer

OpenID Null SSL context error

The error below comes up when we stage our Bluemix Liberty app, about 1 in every 10 times. If you try and authenticate, after redirection from the OpenID provider you get a popup asking you for a username and password, which seems to have no effect.…
Constantinos
  • 1,138
  • 9
  • 18
0
votes
1 answer

How do you prevent Liberty from expanding a published WAR file

We are using some library that doesn't work for some reason if the WAR is expanded under the apps folder. When the eclipse tooling publishes the WAR to a remote server, the WAR is expanded. How do I prevent the server from unzipping the published…
Randy Hudson
  • 1,600
  • 1
  • 12
  • 11
0
votes
2 answers

Install servlet 3.1 on Websphere liberty core manually

I would like to install servlet 3.1 on Websphere Liberty Core 8.5.5.7. I cannot reach the the Liberty repository so I can't use : installUtility install servlet-3.1 How can I install servlet-3.1 manually without connection ?
0
votes
1 answer

Create db2 dataSource in WAS liberty profile

I am developing for Websphere 8.5 (for z/OS), but i would like to use Liberty for local development on my Windows machine. I can't get the data source to work. I created the following entry in the Server.xml to define the data source.
styx
  • 421
  • 8
  • 15
0
votes
1 answer

Can I run JSR 352 batch jobs on WebSphere Application Server traditional Version 8.0?

I am having below doubts, In my project we are using WebSphere Application server 8.0.0.7, now we are planing to host JSR 352 application in my WebSphere Application server 8.0.0.7. Is it possible to host JSR 352 applications on WAS 8.0.0.7? If yes…