Questions tagged [ibm-was]

IBM® WebSphere® Application Server offers options for a faster, more flexible Java application server runtime environment with enhanced reliability and resiliency.

IBM® WebSphere® Application Server offers options for a faster, more flexible Java application server runtime environment with enhanced reliability and resiliency.

It supports single server environments and medium-sized configurations, as well as dynamic web applications requiring web tier clustering over multiple application server instances.

WebSphere Application Server helps you:

  • Increase developer productivity with open standards and broad programming models, including lightweight options for web deployments.
  • Deploy and manage applications and services without the constraint of time, location or device type.
  • Includes the Liberty profile, which is a highly composable, dynamic application server profile.
  • Enhance security and control using integrated management and administrative tools.

Source: http://www-03.ibm.com/software/products/en/appserv-was

Developer download links

Knowledge Center / InfoCenter links

Forum links

Fix list and fix pack downloads

Free Websphere Books

178 questions
0
votes
1 answer

JMX-SflowAgent stops collecting JVM metrics from aspectj instrumented WebSphere Application Server

Project: I use Sflow + Ganglia to monitor JVM metrics of Websphere Application Server (WAS). WAS is instrumented using AspectJ aspects. I have added an aspect to measure all application method runtimes. I use Hsflowd as a JVM metrics collector.…
Vimlesh Yadav
  • 109
  • 1
  • 14
0
votes
1 answer

Hawt IO - To build HawtIO common dashboard for clustered instances of camel application

We are planning to use HAWTIO to monitor the camel instances. Our application is web application which will be running into clustered instances of Websphere application server 7. We want to monitor the clustered instances from different JVM probably…
0
votes
1 answer

XML error "[xX][mM][lL]" is not allowed on Arquillian test with Websphere

I'm new to Arquillian and trying to get my first test running. I've built the remote Websphere remote container adapter. This error I understand is usually caused by blanks prior to the xml line but I can't find any leading blanks in the…
user1069528
  • 618
  • 1
  • 13
  • 29
0
votes
1 answer

How to migrate WAS 7.5 to Liberty Profile 8.5?

I am looking to migrate my application to run on Liberty profile 8.5 instead of Websphere Application server 7.5. In this process, I need to do server configuration by setting up LDAP, Database source and JMS. As I am new to Liberty profile, I am…
Venkata Ramireddy CH
  • 743
  • 4
  • 14
  • 30
0
votes
0 answers

Start up process for ejb jar failed due to no class definition found Websphere server

I am starting my application on Websphere server. Its showing the below exception [8/29/14 1:51:13:709 GMT+05:30] 00000052 EJBContainerI I WSVR0037I: Starting EJB jar: mdb.jar [8/29/14 1:51:13:766 GMT+05:30] 00000052 EJBMDOrchestr E CNTR0149E:…
Mayank
  • 11
  • 4
0
votes
1 answer

javax.el.PropertyNotFoundException: Property 'InfoController' not found on type com.ui.InfoTemplate

Hi I am trying to migrating my application from WAS 6.0 to WAS 8.5 with minimal code change. My application is written in JSF 1.1 which is not supported in WAS8.5. I have written its getters and setters also. This application is working fine in…
blackberry dev
  • 371
  • 2
  • 5
  • 16
0
votes
1 answer

how to cnfigure WAS Liberty profile with My Eclipse Blue 2014?

I was using WAS for my app in RAD tool. Since it is costly, I am planning to migrate my application to work on WAS Liberty profile in My Eclipse blue 2014. Could any one of you suggest how to open admin console as we used to in WAS?
Venkata Ramireddy CH
  • 743
  • 4
  • 14
  • 30
0
votes
1 answer

'Could not initialize class org.apache.wink.common.internal.providers.header.MediaTypeHeaderDelegate'?

I'm running Websphere Liberty Profile V8.5 and I'm trying to deploy a website that uses a restful service to expose some CRUD db operations. Deployment works fine but during runtime when I open the website in a browser at the root I see…
user2316667
  • 5,444
  • 13
  • 49
  • 71
0
votes
1 answer

IBM Websphere - wsadmin mandatory parameters to pass

I Had server.bat file to run server.py file through wsadmin. It's an existed file/code and didnt have much knowledge in either python and WAS server. I used to run by - %BIN-DIR% wsadmin -lang jython username %USER% password %pass% %ENV%…
SanthoshP2888
  • 23
  • 1
  • 5
0
votes
2 answers

Refresh MQ Connection properties of MQ RA in WAS

We are trying to build test app on WebSphere App Server which would be able to respect changes in WebSphere MQ Queue Connection factory. Unfortunately we found that after changing port and QMgr name, saving and replicated changes and even after…
Павел
  • 677
  • 6
  • 21
0
votes
2 answers

Fetch JMS configurations and property values for each individual servers in WAS using wsadmin script

I need to fetch JMS configurations and property values for each individual servers of WAS using wsadmin script. Is there any IBM standard jython or jacl script is there to fetch these values ? If not, can somebody guide me how to procceed.
user3772505
  • 75
  • 1
  • 9
0
votes
1 answer

java.lang.LinkageError: loading constraint violation

I getting error below while deploying the Web service war file in Websphere 7. This web service war file is created using Axis2 and contain a Very basic Service (Hello World!). Can some one point me what could be issue? [6/25/14 17:10:42:132 IST]…
Shambhu
  • 37
  • 1
  • 8
0
votes
1 answer

map resource reference to resources in WAS6

In my EAR containing a WEB module and an EJB module I am trying to map EJB resources in WAS6 using ibm-ejb-jar-bnd.xmi. While installing EAR it ask for datasource mapping in Map resource reference to resources. my question is While installing the…
blackberry dev
  • 371
  • 2
  • 5
  • 16
0
votes
1 answer

CWWJP0009E error when creating persistence unit

I was facing the following error when starting my Java EE application in IBM WebSphere Application Server WAS 7. JPAPUnitInfo E CWWJP0009E: The server cannot create an EntityManagerFactory factory for the NAME_OF_THE_PERSISTENCE_UNIT persistent…
Peter Wippermann
  • 4,125
  • 5
  • 35
  • 48
0
votes
1 answer

In WebSphere App Server (WAS), what is the difference between thread pool threads and message listener sessions?

In WebSphere Application Server, what is the difference between the threads in the Thread Pool specified under: Application servers > server > Message listener service > Thread Pool, threads and sessions on the Message listener Application servers >…
Todd Chambery
  • 3,195
  • 4
  • 19
  • 27
1 2 3
11
12