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
1 answer

NoSuchAlgorithm exception while using cipher.getInstance method

I am doing password decription logic using cipher java. In that, while getting the instance of cipher using cipher.getInstance("RSA/NONE/NoPadding"). I am getting following exception: NoSuchAlgorithm. The same code is working in my local jboss…
1
vote
1 answer

jax-rs only authentication no authorization

I have a JAX-RS web service deployed on IBM WebSphere and I want to secure this WS when it receives the requests (delegated from other server). So I use the basic auth and set the username and password on BasicAuthSecurityHandler object and delegate…
user2608576
  • 747
  • 2
  • 7
  • 17
1
vote
1 answer

Message selector on MDBean not working properly

I'm having a bit of a problem with an application, the message-selector of my MD Bean doesn't respond to the filter specified, if i use inside the message-selector : module in ('TELCOM1') works perfectly , but if i add a second parameter to the…
1
vote
1 answer

Transaction error with Ibm-was and spring

I'm getting the following error: com.ibm.wsspi.uow.UOWException: java.lang.VerifyError: com/ibm/websphere/uow/UOWSynchronizationRegistry.registerInterposedSynchronization. I'm using:
ehh
  • 1,659
  • 2
  • 13
  • 11
1
vote
1 answer

Error configuring IBM WAS 7 server adapter in Eclipse kepler

I'm trying to install Eclipse IBM-WAS 7 tools in eclipse kepler from ibm websphere - http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/wasdev/updates/wdt/kepler An error occurred while collecting items to be installed session context…
Praneeth
  • 559
  • 9
  • 19
1
vote
1 answer

Error occurred in HibernatePersistence provider

The application i am currently working on uses Spring JPA and it works fine. But when i deploy it in Websphere application server V8.5 i get below exception on application startup. Data Base used is Oracle Oracle Database 11g Express Edition Release…
Samy
  • 2,387
  • 2
  • 17
  • 31
1
vote
2 answers

Not able to Configure Queue Connection Factories in WebSphere Application Server

I'm using RAD 9.0 and trying to configure Queue connection factories in WebSphere Application Server 8.5. I have IBM MQ 7.0 (32-bit) installed on the same machine (Win7 64-bit). After configuring Queue connection factories when I click on Test…
HyperioN
  • 3,433
  • 2
  • 22
  • 36
1
vote
0 answers

Using unlimited strength jurisdiction policy files without manual installation on application server

I am going to use a 256 bit key for AES encyption and have the policy files that supports the same. But I don't want to install these files manually at jre/lib/security on server(WAS) as it might break some existing application running on the…
Newb
  • 11
  • 1
1
vote
1 answer

Why does WAS admin console queue configuration not accept asterisk (*) as Queue Manager entry?

I am configuring WAS to connect to MQ via CCDT, and should be using a Queue Manager Name with wild cards, i.e *QMan. It is accepted in the Queue Connection Factory Screen and in the Activation Spec Screen, but it is not accepted in the Queue…
javapadawan
  • 897
  • 6
  • 12
  • 29
1
vote
2 answers

MQ CCDT AMQ9516 FileNotFoundException

I am configuring a Web Application to connect to another Web Application via WMQ. The MQ configuration is working fine on local, when both application are connected to the same local server. But, when I deployed each application on their own…
javapadawan
  • 897
  • 6
  • 12
  • 29
1
vote
2 answers

jython wasadmin script gives com.ibm.websphere.management.exception.ConfigServiceException

I was having difficulty in running jython wsadmin script. Following error happens when i try to invoke "AdminConfig.save()" in the script. Its was able to install the application successfully but when it tries the save the configuration, it gives…
agilejoy
  • 69
  • 1
  • 8
1
vote
1 answer

Eclipse marketplace not working after installing WAS 8.5 plug-in

I have Eclipse Kepler running on my computer. After I installed IBM Websphere 8.5 plug-in from the marketplace and restarted my Kepler, I'm not able to re-open the marketplace. A progress bar is being displayed that says "Retrieving data from…
1
vote
1 answer

Randomly getting LDAP Error 49, data 52e on random users?

The architecture is as follows: WAS 7.0 4 servers on 3 LPAR´s (12 instances), on them is running BPM and the appliance on this matter is Business Space. For ID we have AD DS (2 branches) one DC=principal.com wich is configured as the Global Catalog…
pointbraker
  • 51
  • 1
  • 4
1
vote
1 answer

NullPointerException and "Depth limit reached" sending SOAP after first try

I'm getting an error on sending SOAP message to a Web Service server, the funny thing is the first sending (once the server gets started) always works. From the second message on I start receiving a NullPointerException at client end and "depth…
leofm
  • 11
  • 1
  • 1
  • 3
1
vote
1 answer

How do I solve Websphere MQ server queue read race condition?

I have a 4 node websphere application server cluster running some application. The application listens to a queue of websphere mq server. I have created the jms resources in the cluster scope, so all the nodes connect to the same queue manager, and…
user1600936
  • 101
  • 1
  • 3
  • 14