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

Environment for high availability and scalability of the application

A system administrator needs to set a new Liberty profile environment to support an application. What should the administrator do to enable this environment for high availability and scalability of the application? A. Define multiple server members…
Nayeem
  • 681
  • 15
  • 35
0
votes
1 answer

Chef 'application_wlp' cookbook throws Load Error

I am trying to set up a virtual machine running a Liberty profile server with a sample application deployed following the instructions given in this link : https://developer.ibm.com/wasdev/docs/getting-started-chef-cookbooks-liberty-profile/ But…
0
votes
1 answer

Implementation of Proxy on Liberty for Java

I use "Liberty for Java" app and Statica service(Proxy) on Bluemix. We set http.proxyHost/http.proxyPort/https.proxyHost/https.proxyPort as system properties in Java code every transactions. for example: URL url = new URL(xxx); HttpURLConnection…
sintheta
  • 1
  • 2
0
votes
2 answers

IBM Liberty 8.5.5.5 running in CICS v5.1 does not recognize CICS

After upgrading IBM liberty in CICS (v5.1) from 8.5.5.0 to 8.5.5.5, JCICS API is not recognized by liberty. same server.xml was copied and it has following features. I noticed different message in the log (messages listed below) with tag "LIBERTY…
0
votes
1 answer

Bluemix and Java Server Faces

I wonder if anyone have got java liberty profile in Bluemix to work with Java Server Faces. I have been a bit doubtful as one is supposed to code stateless in Cloud Foundry applications. But then I noticed the Session Cache Service, maybe that could…
Ulf Edholm
  • 113
  • 1
  • 8
0
votes
1 answer

How to troubleshoot IBM Bluemix Workload Scheduler for Java Runtime Error?

I have followed the sample code from the StockValueAlertExample. So I setup the process in code (and not through the Application-Lab UI) There is a connection between my webapp (liberty profile) and the workload scheduler service. For some reason…
mpjjonker
  • 917
  • 1
  • 6
  • 28
0
votes
1 answer

Mobilefirst 7.1 adapter call fails from a Mobile Web Application

Im working in a mobilefirst 7.1 web mobile app and a liberty server, my app works fine in my development server, but when ive deployed the same application pointing to my remoter server (with ip not a domain), but the app gives me a 403 error. my…
0
votes
1 answer

Problems connecting collective member to controller for JMX

I have a collective with one controller and two members. When I try to call an MBean in one of the members from the controller, I'm getting an MBean object in the response, and it looks correct, except that it doesn't actually contain any data for…
Westy
  • 707
  • 2
  • 10
  • 23
0
votes
2 answers

Failures running rspec tests for the WebSphere Liberty Profile Buildpack

I am using the open source repo for the OSS Cloud Foundry Liberty Profile Buildpack and running into the following failures when executing bundle exec rspec 681 examples, 3 failures Failed examples: rspec ./spec/bin/compile_spec.rb:49 # compile…
0
votes
1 answer

newrelic - Unable to login to new relic service bound to an app on bluemix

Unable to login to a newrelic service bound to a bluemix app, returns a Login Failed ! message on the browser The bluemix app is hooked up to a SSO service, I was able to login to same newrelic instance 2 days ago, now for some reason it stopped…
Lokesh Sreedhar
  • 151
  • 3
  • 12
0
votes
1 answer

Where to put configuration data for a Bluemix Liberty web application

I have a web application packaged as a war file that is deployed to Bluemix in a Liberty container. The application stores configuration information in a collection of directories outside of the web application folder, and during initial install…
Mike Storey
  • 1,029
  • 3
  • 11
  • 21
0
votes
2 answers

Bluemix "forbidden" error on JSP pages

I deployed my java application on Bluemix. It's a Spring MVC application with some REST controller to expose web services and some jsp page to create a admin panel. The JSP pages are in the root of web application (not in WEB-INF directory). If I…
zuno
  • 563
  • 4
  • 19
0
votes
0 answers

Websphere Class not found exception with deployment assembly project

I have created a ear project.I have add a one project as deployment assembly project.but when i publish my project on WebSphere then server return class not found exception which is place in Deployment assembly project. When i export ear file as…
0
votes
2 answers

IBM Websphere MQ displays javax.jms.TextMessage as

I am sending message from Java Code to Websphere MQ Server and when I am reading the same message on MQ server, it's displaying as: message Below is the code sending the message to MQ server: private void sendMessage() throws Exception { …
Arpit Aggarwal
  • 27,626
  • 16
  • 90
  • 108
0
votes
2 answers

Huge startup difference between WebSphere Liberty 8.5.5.5 and 8.5.5.6+

I have a standard Java EE application which I had been deploying to WAS Liberty 8.5.5.5 but since Liberty 8.5.5.6 introduced support for Java EE 7 I decided to port the code. I didn't need to make any code changes to get the project to deploy in…
1 2 3
99
100