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

Need recommendation for Websphere tutorial

Coming from Apache-Tomcat background, I need to do some work with Websphere (v7). Must say I am blown away by the jargon in the Help section - a "New Project" gives me 17 options and I don't know what they mean; the "Hello World" tutorial makes me…
Manidip Sengupta
  • 3,573
  • 5
  • 25
  • 27
9
votes
6 answers

WebSphere to Oracle - doesn't accept correct password

In WebSphere 6.1 I have created a datasource to an Oracle 11g instance using the thin JDBC client. In Oracle I have two users, one existing and another newly created. My websphere datasource is OK if I use the component-managed authentication alias…
Synesso
  • 37,610
  • 35
  • 136
  • 207
9
votes
10 answers

WebSphere 7 SSL error that never goes away no matter what I do?

I installed WebSphere 7.0 and RAD 7.5. Updated WAS to fix pack 11 and update RAD. 7.5.5. latest updates..etc... I create a server profile. I start the server. I turn on global security and use LDAP. (something I have done a billion times) I don't…
branchgabriel
  • 4,241
  • 4
  • 34
  • 48
9
votes
2 answers

Getting ViewExpiredException in clustered environment while state saving method is set to client and user session is valid

I have a JSF application that uses Mojarra 2.2.9 and is deployed on WebSphere 8.5.5.4 on clustered environement and javax.faces.STATE_SAVING_METHOD is set to client. Even though all my application beans are request scoped, sometimes when the user…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
9
votes
1 answer

Using Ant to deploy EAR to remote websphere application server

I want to automatically deploy a EAR file build in our continuous integration server to a websphere application server. I looked up the Ant task wsdeploy, but the documentation really isn't helpful at all. I added this to my ant script: WSDeploy Ant…
cringe
  • 13,401
  • 15
  • 69
  • 102
9
votes
1 answer

java.lang.StackOverflowError when parsing Groovy script on Jenkins

We are experiencing a problem with our Jenkins CI server. Our CI implementation relies on several Groovy scripts, which we execute in Jenkins as "System Groovy scripts". This has been this way for years, and the scripts have undergone no recent…
Jorge_B
  • 9,712
  • 2
  • 17
  • 22
9
votes
1 answer

Does WebSphere 8.5 have built in JAX-RS handling?

Multiple pages on IBM support seem to differ on whether JAX-RS is built in to WebSphere 8.5. http://www.ibm.com/developerworks/websphere/techjournal/1305_gunderson/1305_gunderson.html The most recent versions of IBM WebSphere Application Server…
Pool
  • 11,999
  • 14
  • 68
  • 78
9
votes
0 answers

ORA-02051: another session or branch in same transaction failed or finalized

I have a problem with my XA Transaction. If you look at the picture, the XA Transaction flow order is numbered. The call number 3 is the half-workaround I have found so far to half-solve the problem. I mean, if I don't make the SELECT 1 query to…
Andrés Oviedo
  • 1,388
  • 1
  • 13
  • 28
9
votes
3 answers

Start websphere application server

I am new at websphere 8.5 and I have it installed , I want to enter the console page localhost:9060/ibm/console But i am not sure how to start the application server inorder to access the console
user3586286
  • 321
  • 1
  • 3
  • 9
9
votes
3 answers

Shared library in Websphere 7

I am deploying my EAR on WAS 6 having 3 modules, in all of those 3 modules there are many jar files it makes my EAR heavy, to avoid that i want to use Shared Library wizard of Websphere. Please provide me link or tell me what changes i have to make…
blackberry dev
  • 371
  • 2
  • 5
  • 16
9
votes
6 answers

best place to put properties file in IBM websphere 8.5?

In our existing application properties file is embedded in a jar file ,we decided to move properties file outside of ear(application) , what is the best place to put properties file in IBM websphere 8.5 ? so that i can retrieve path with WAS…
invariant
  • 8,758
  • 9
  • 47
  • 61
9
votes
7 answers

How to fix java heap space on websphere when sending invalid xml

when I send invalid xml to my web services on websphere server, I get java heap space:
hudi
  • 15,555
  • 47
  • 142
  • 246
9
votes
4 answers

Application is not starting in websphere 8.5.5 but works fine in tomcat

I have a web application which can be deployed in tomcat but the same application is not starting in websphere 8.5.5. I have checked SystemErr.log file which gives following information, i cannot debug why application is not starting. If I would…
9
votes
2 answers

Set the JAXB context factory initialization class to be used

I have updated our projects (Java EE based running on Websphere 8.5) to use a new release of a company internal framework (and Ejb 3.x deployment descriptors rather than the 2.x ones). Since then my integration Tests fail with the following…
JBA
  • 2,769
  • 5
  • 24
  • 40
9
votes
8 answers

Unmanaged Threads Spring Quartz Websphere Hibernate

It appears that our implementation of using Quartz - JDBCJobStore along with Spring, Hibernate and Websphere is throwing unmanaged threads. I have done some reading and found a tech article from IBM stating that the usage of Quartz with Spring…
boyd4715
  • 2,701
  • 10
  • 48
  • 75