Questions tagged [websphere-6.1]

Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.

288 questions
2
votes
1 answer

Websphere SAAJ version issue

I am currently using Tomcat server for my application and the below code in pom.xml gives me the SAAJ version 1.3 for soap 1.2 protocol. But when we migrate the server to websphere, i am getting the error as below.
sbsekar
  • 67
  • 2
  • 12
2
votes
1 answer

WebSphere wcm porlet content url rewrite

I'm using WebSphere portal 6.0.1 and use it WCM to create an website. There is some page we use a portlet to show multiple content in it. So in the parent page http://example.com/wps/portal/en/site/path/parent_page there will be a portlet show…
James
  • 13,571
  • 6
  • 61
  • 83
2
votes
1 answer

Correct way to configure a WebSphere server for an outcoming SSL call

In the company where I work I'm developing a web app on a WebSphere 6.1 server. The web application I'm writing has to connect to an external company by using an SSL connection with mutual authentication. First thing to say: I'm kind of a noob with…
CodingMonkey
  • 143
  • 3
  • 14
2
votes
2 answers

IBM JAX-RPC web service : Though the response is Boolean we are getting a number in the output

We have a generated webservice based on WSDL using JAX-RPC, in WSDL we have response like below
2
votes
0 answers

JSP changes are not being reflected in RAD and websphere

I am using RAD 6.0 with websphere 6.1 version. What ever the changes i have done for the jsps are not being reflected. I tested it by writing some system.out.println also. Many times i clean and build the workspace. What i observed is that when i…
2
votes
1 answer

After Fixpack 45 for websphere 6.1 log4j creates file but not populate it

I have a strange problem with my component that is a TrustAssociationInterceptor and it starts up with the Application Server, so it's not deployed. After the upgrade to version 45 of my websphere 6.1 my log4j does not log into the file I've…
2
votes
1 answer

Does the LiveCount of Session include session from memory to memory replication in websphere?

i can see the LiveCount and ActiveCount of session from Websphere TPV. As for the websphere cluster environment in which that memory-to-memory replication enabled, does that LiveCount of session here include the session of backup copy from other…
wing2ofsky
  • 926
  • 4
  • 27
  • 48
2
votes
1 answer

Websphere 6.1 plugin for eclipse juno

I'm trying realy hard to find Websphere 6.1 plugin for eclipse juno. I didnt find anything in IBM site. (I want to install STS ide . I understand that this ide is based on eclipse juno). i would appreciate any advice.
2
votes
1 answer

Grails application is throwing NPE on Websphere 6.1

I have deployed my Grails 1.3.7 app to websphere 6.1.0.25. The app throws NPE ERROR webapp.WebApp - [Servlet Error]-[Filter [DeclaredResourcesPluginFilter]: filter is unavailable.]: java.lang.NullPointerException and it does not display the…
Alidad
  • 5,463
  • 1
  • 24
  • 47
1
vote
1 answer

Roles not being correctly configured when migrating Enhanced EAR from WAS6.1 to WAS8

I have an enhanced ear with ibm-application-bnd.xml defined as
A Costa
  • 799
  • 5
  • 10
1
vote
0 answers

WAS 8.0(beta version) | unable to parse the MBean descriptor file

Getting this exception unable to find the reason why? Has anybody seen this before? I am running my application in WAS 8.0(beta version). com.ibm.websphere.management.exception.DescriptorParseException: ADMN0001W: The service is unable to parse…
hakish
  • 3,990
  • 7
  • 39
  • 56
1
vote
1 answer

How do I start WebSphere 6.x admin service without starting my apps?

How do I start WebSphere 6.x admin service without starting my apps? Does anyone know how to do this (if its even possible)? Since my app takes about 5+ minutes to start, I am hoping I can start the admin first , then login to the GUI and then…
djangofan
  • 28,471
  • 61
  • 196
  • 289
1
vote
1 answer

Put a custom message on MDB backout queue

I am using MDBs deployed on WAS 61. I have a queue (X) and a backout queue (Y). When the MDB listening on X fails to process the message, and EJB exception is thrown, the transaction rolls back and I put the original message on the backout…
Victor
  • 16,609
  • 71
  • 229
  • 409
1
vote
1 answer

Check websphere classpath

In websphere 6.1, using RAD, what is the easiest way to check the class path from the server admin console? I can not seem to find the proper navigation.
Victor
  • 16,609
  • 71
  • 229
  • 409
1
vote
1 answer

Configuring WebSphere Commerce Developer 6.0 to use WebSphere Application Server 6.1

Has anyone successfully configured WebSphere Commerce Developer 6.0 to use WAS 6.1 and RAD 7.0? I'm working on a site implemented with IBM WebSphere Commerce Developer 6.0. In production the site runs on WebSphere Application Server 6.1, which is…