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
1
vote
0 answers

Unable to edit .xhtml files on RAD 8.5/9.0

It is showing the following error: java.lang.NullPointerException at com.ibm.etools.references.internal.management.InternalReferenceManager.expandLinkText(InternalReferenceManager.java:473) at…
Prashant
  • 51
  • 5
1
vote
1 answer

NameNotFoundException while deploying using jython

I am deploying EAR file through jython script on IBM WAS but at the time of deploying I am getting error and application not coming up. ERROR CODE: J2CA0052E: The lookup of the Activation Specification with JNDI Name jms/SampleQueueListener…
prank
  • 43
  • 11
1
vote
0 answers

ZUUL Forwarding Error when invoking the service

I have a EUREKA , ZUUL and a sample ATOMIC Service deployed to WAS Liberty Profile. When I try to hit the proxy url for ATOMIC Service I get Forwarding error. com.netflix.zuul.exception.ZuulException: Forwarding error at …
1
vote
0 answers

unable to start websphere application server v8.5

I am not able to start WAS v8.5 on RAD. When I start it, it initially starts but during publishing it stops and gives error "Publish is not performed since the server is not started. Start the server before performing the publish operation." I…
Prashant
  • 51
  • 5
1
vote
1 answer

Accessing stateless session bean from a main class with in the same package

I am having some issue accessing stateless session bean properties. These are the things I have tried so far. Please shed some light what I am missing. I have name space binding in the IBM WAS 8.5 as global/env the I have my ejb as : @Singleton…
jj sharma
  • 41
  • 1
  • 4
1
vote
0 answers

get Usercredentials of logged in User from WebSphere

i am looking for some examples or just java classes, to get Usercredentials like Username and Password of currently logged in user in a websphere application server, which use a ldap repository.(edited) is there anybody who has experience and know…
Amin
  • 11
  • 3
1
vote
0 answers

Multiple servlet-mappings in web.xml on IBM WAS

My web service module is accessed by multiple customers having different clients and should, therefore, be accessible by different URIs, like [serverAddress]/MyHTTPRouter/PingService and [serverAddress]/MyHTTPRouter/cet/PingService (replace…
1
vote
2 answers

Datasource Microsoft JDBC Driver for SQL Server (AlwaysOn Availability Groups)

I have a question related to the scenario when connecting from a Java application using the Microsoft JDBC Driver 4.0 to a SQL Server 2014 with AlwaysOn Availability Groups set up for high availability. With this set up, we will be connecting to an…
user2221654
  • 311
  • 1
  • 7
  • 20
1
vote
0 answers

SSLv3 in websphere

Is there any other way apart from openssl/netstat to check sslv3 existence. I am using websphere application server version 8.5.5.6, according to IBM 8.5.5.4 and later versions will have the remediation for disabling sslv3 by default. Added i just…
Vicky
  • 31
  • 7
1
vote
1 answer

Has anybody been able to run Wicket 7.0.0 on Websphere Liberty Profile 8.5.5.7?

I have been trying to run the archetype example and another project I am trying to upgrade from 6.5 to 7.0.0, but I have failed to do so. The archetype example runs ok on jetty and the project I was trying to upgrade runs ok both in jetty and was…
1
vote
0 answers

ArrayIndexOutOfBounds - Hibernate

I am using hibernate with a database wich is in a WAS (Websphere Application Server [IBM]) and I am getting this error sometimes: java.lang.ArrayIndexOutOfBoundsException at com.ibm.ws.rsadapter.spi.CacheMap.removeLRU(CacheMap.java:378) …
1
vote
2 answers

Cannot configure Websphere Liberty Profile 8.5.5.7

I'm trying to configure Websphere Liberty Profile 8.5.5.7 with Eclipse Mars but when I start it I get the following errors: [ERROR ] CWWKF0002E: A bundle could not be found for com.ibm.ws.javaee.el.2.2/[1.0.0,1.0.100). [ERROR ] CWWKF0002E: A…
Anatoly
  • 5,056
  • 9
  • 62
  • 136
1
vote
1 answer

How to prevent Java MDB from pausing on errors on IBM Websphere WAS 8.5?

After throwing an exception, the MQ message endpoint of our Java MDB application is being paused with the message CWWMQ0007W: The message endpoint has been paused by the system. Message delivery failed to the endpoint more than times. I…
JRA_TLL
  • 1,186
  • 12
  • 23
1
vote
1 answer

IBM Websphere Application Server and LTPA token generation

I have set up the SSO between 2 WAS cells and its being verified. LDAP is being configured in both WAS cells. My question is how to generate the LTPA token which contains the mail or the employee id in it ? In my case the LTPA token generated…
Anupam K
  • 309
  • 1
  • 4
  • 17
1
vote
2 answers

Name and location of profile management tool in Websphere Application Server 7?

IIRC whenever I use to install WAS on my Windows PC it used to create short cuts to desktop of profile management tool. This time it wasn't created, please tell me the name and location of that batch file (in WAS) from where I can create the similar…
Ravish Rawat
  • 476
  • 2
  • 15
  • 48
1 2
3
11 12