Questions tagged [websphere]

IBM WebSphere Application Server, a software application server, is the flagship product within IBM's WebSphere brand. WebSphere Application Server is built using open standards such as Java EE, XML, and Web Services.

This tag is specifically for questions relating to the IBM WebSphere Application Server. Also see the tag for questions specific to the Liberty Profile.

Developer download links

Knowledge Center / InfoCenter links

Forum links

Fix list and fix pack downloads

Free Websphere Books (IBM Redbooks)

Other

7074 questions
16
votes
5 answers

JAX-WS server-side SOAPHandler that returns fault gets "Internal Error" on WebSphere v8

I have a server-side JAX-WS SOAPHandler (on WebSphere v8) that in certain cases needs to respond to the client with a SOAP response that it has in a String variable (let's call it responseXml). When responseXml contains a successful (i.e.,…
user1717528
  • 161
  • 1
  • 1
  • 4
15
votes
4 answers

What is called a Node in a WebSpere Network Deployment

In a installation of WebSphere Application Server with Network Deployment, a node is: a physical machine an instance of operative system a logical set of WAS instances that is independent of physical machine or OS instance
ggasp
  • 1,490
  • 3
  • 15
  • 24
15
votes
1 answer

Why do I get SQLCODE=-204, SQLSTATE=42704 with DB2 LUW and WebSphere App Server?

There are numerous web pages where people show this message as a symptom (with the value after SQLERRMC and the driver level varying): DB2 SQL Error: SQLCODE=-204, SQLSTATE=42704, SQLERRMC=M51Dev.CUSTOMER, DRIVER=3.61.65 including several here on…
Martin McCallion
  • 743
  • 1
  • 4
  • 22
15
votes
2 answers

Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

Hie, I wrote a java code which connects to Salesforce and updates a value in there, Its is working well and good when i run it from my local system as a standalone java application but my main goal is to take that as a java component in filenet BPM…
Bharath R
  • 1,491
  • 1
  • 11
  • 23
15
votes
4 answers

Remote Deploy to WebSphere 8.5 using maven

I would like to control a remote deployment of a maven generated EAR over to an existing WAS instance not running on the build server. Ideally, I would like to do this within Maven so that I can remote deploy in say the integration-test phase then…
theINtoy
  • 3,388
  • 2
  • 37
  • 60
15
votes
3 answers

Where can I obtain an Eclipse server adapter for WebSphere Application Server Version 7?

I need to set up an Eclipse WTP project pointing to a WAS V7 instance but I can't find the server adapter to work with version 7. Version 6 is supported.
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46
15
votes
5 answers

Getting instance name of a WebSphere app Server

My Web service will run on a Jboss App Server or a Websphere app Server. For both of them I need to know the instance name, for Jboss I can use System.getProperty("jboss.server.name"), but what can I use for WebSphere? I can't use WebSphere-specific…
Michele Bortolato
  • 707
  • 2
  • 11
  • 27
14
votes
2 answers

Java EE Application-scoped variables in a clustered environment (Websphere)?

Is there any easy way in a Java EE application (running on Websphere) to share an object in an application-wide scope across the entire cluster? Something maybe similar to Servlet Context parameters, but that is shared across the cluster. For…
WayneC
  • 2,530
  • 3
  • 31
  • 44
14
votes
3 answers

How do I find the cause of javax.transaction.RollbackException?

I am using Hibernate 4.2.21 on websphere 8.5.5.4 running on Java 6 Database: Microsoft SQL Server 2012 Sometimes, when I try to update an entity using the following code: this.transaction.begin(); // lots of lines of code here before the…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
14
votes
8 answers

Can JSF 2.0 be used with Websphere application server version 7.x

Can JSF 2.0 be used with WebSphere Application Server version 7.x? If so, how?
Dm.
  • 141
  • 1
  • 1
  • 3
14
votes
5 answers

Log4j suddenly stops logging

I'm build a Portlet application deployed to a WebSphere Portal Server running on Linux. Every Portlet WAR uses Log4j for logging with a configuration like this, having every WAR two Log files: log4j.logger.im.the.package=DEBUG, InfoAppender,…
Carlos Gavidia-Calderon
  • 7,145
  • 9
  • 34
  • 59
14
votes
3 answers

How to enable Kerberos authentication for remote EJB call on WebSphere?

My application is a stand-alone Swing client invoking EJB Stateless Session beans thanks to classical JNDI lookup and RMI-IIOP method calls. It is started as a Java WebStart application. My aim is to retrieve the client user's identity from…
Yves Martin
  • 10,217
  • 2
  • 38
  • 77
13
votes
10 answers

Read a Environment Variable in Java with Websphere

I've a little problem with Websphere application server 7.0 (WAS7) and the reading of Environment Varaibles. With TomCat, I've defined a variable as
lookfire
  • 328
  • 1
  • 4
  • 10
13
votes
2 answers

NoClassDefFoundError (initialization failure) - Websphere and IBM MQ

Im having a problem on a Spring based webapp that is being deployed to Websphere and interacts with IBM MQ. All is fine until I try some failure tests. While the webapp is up and running, I stop IBM MQ. I then invoke the webapp to send a JMS message…
Alex
  • 483
  • 1
  • 10
  • 21
13
votes
4 answers

What needs to be done to add a project to a Websphere Server in Eclipse juno?

I have installed the "WebSphere Application Server Developer Tools for Eclipse V8.5.1" as well as "WebSphere Application Server for Developers V8.5" from here:…
Jared
  • 25,520
  • 24
  • 79
  • 114