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

org.omg.CORBA.MARSHAL: Valuetype does not implement StreamableValue or CustomMarshal

I am trying to call a remote EJB service(MDM service) using Liberty profile 16.0.0.3. My lookup code looks like below. ctx = new InitialContext(); Object obj = …
springbootlearner
  • 1,220
  • 4
  • 26
  • 48
0
votes
2 answers

How can I connect Watson Conversation to my webapp (github) using liberty.java?

How can I connect watson conversation to my webapp(github) using liberty.java? Can someone give me the detailed coding please. Right now I have this: public class Conversation { ConversationService service = new…
0
votes
0 answers

JPA data retreival issue on webshpehre liberty and jax-rs 2.0

Here is my entity class @Entity @Table( name = "NEO_TEAM", schema = "METRICS" ) public class ETeam implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue(strategy=GenerationType.IDENTITY) …
Afzaal
  • 42
  • 4
0
votes
2 answers

Not able to install javaMail-1.5 feature in liberty via server.xml

I can install the javaMail-1.5 feature fine using the following command "installUtility install javaMail-1.5" on my running liberty server and following the prompts. However according to the liberty documentation I should be able to install it by…
Adam
  • 59
  • 1
  • 6
0
votes
1 answer

Bluemix / Liberty / Eclipse - Console proxy: error connecting to IP

Eclipse Neon with Bluemix Liberty Plugin and WLP tools installed is throwing the following error at the Eclipse console (every 5 seconds): proxy: error connecting to 75.126.XXX.XX:8081: dial tcp 75.126.XXX.XX:8081: i/o timeout proxy: error…
Claude Falbriard
  • 925
  • 8
  • 27
0
votes
1 answer

IBM HTTP SSL certificate not found issue

I have a dev environment with IBM Websphere Liberty 8.5.5; in front of this application server there is an IBM HTTP Server (External CA SSL certificate configured for IBM HTTP). I'm able to access the IBM HTTP from internet but with /mfpconsole it…
0
votes
1 answer

Jackson MappingException with Websphere Application Server

so I am using WAS 8.5.5.2 and I am getting this error when I make my POST call in postman: javax.servlet.ServletException: org.codehaus.jackson.map.JsonMappingException: Can not access private java.lang.Class() (from class java.lang.Class;…
Kevin
  • 7
  • 7
0
votes
1 answer

Does Liberty Profile support RMI call

I am tying to call MDM RMI service with Spring Boot(1.4.2) and Liberty profile beta.When I make a call to RMI service getting javax.naming.NameNotFoundException: Intermediate context does not exist.But same application is working fine in Websphere…
springbootlearner
  • 1,220
  • 4
  • 26
  • 48
0
votes
3 answers

Packaged Server option not available in Eclipse with Bluemix and Liberty plugin

I'm trying to customize the Liberty setup, following the instructions from this post: "Custom Liberty server.xml configurations in IBM Bluemix", see: https://www.ibm.com/blogs/bluemix/2015/01/modify-liberty-server-xml-configurations-ibm-bluemix/ In…
0
votes
1 answer

How to forcefully stop websphere liberty server in windows 7

Suddenly Websphere server is automatically started. I stop many times but started again automatically. Even I removed project from the web sphere and removed websphere from the project and Again add for the same.. But still I it is starting. I also…
Vimal Dhaduk
  • 994
  • 2
  • 18
  • 43
0
votes
1 answer

How to customize Liberty Profile(8.5.5.5-cl50520150305-2202) Welcome Page?

I am required to change and customize the Liberty Profile Welcome page I have used above tag to hide it but the page is displaying Not Found like this How can I change the Welcome page?
Krish
  • 15
  • 1
  • 3
0
votes
1 answer

IBM Liberty LDAP Filter

Hi we are encountering the same issue as per this IBM article: http://www.ibm.com/support/knowledgecenter/en/SSEQTP_8.5.5/com.ibm.websphere.base.doc/ae/tsec_was_ad_filter.html We have users under two sub-domains (under the same top domain). Is…
O.W.
  • 1
  • 4
0
votes
1 answer

How can I connect my container group (scalable container) to my mongodb container (single node) on Bluemix?

On Bluemix, I created a mongodb container (single node) with the help of mongodb image from docker hub; then I wanted to create liberty container from ibmliberty official image and link it to my mongodb container. but when I run the command it…
0
votes
1 answer

unable to call a java class from HTTP Adapter in Worklight Liberty server

We are developing an MobileFirst Hybrid banking application. We implemented the encryption mechanism. All the request from the mobile client is encrypted and sent to the server and at the worklight adapter the request is dectypted using RSA. For…
0
votes
1 answer

Websphere liberty controller cannot stop the member

I created a cluster as explained in http://www.ibm.com/support/knowledgecenter/en/SS7K4U_liberty/com.ibm.websphere.wlp.zseries.doc/ae/tagt_wlp_configure_collective.html and…
Krishna Chaitanya
  • 2,533
  • 4
  • 40
  • 74