Questions tagged [websphere-7]

Version 7.x of IBM WebSphere Application Server (WAS)

811 questions
0
votes
1 answer

Websphere Process Server 7 utility/script to extract configuration settings

I am after a utility or script that can extract useful configuration information about all installed SCA modules and associated applications e.g. Module components (Imports, Exports, Interfaces, Bindings etc), Module Properties, Business Processes,…
automationguy
  • 315
  • 1
  • 5
  • 17
0
votes
2 answers

Websphere Application Server 6.1 TE installation issue with RAD 8.0

I installed RAD 8.0 on my desktop and WAS 7.0 already.. now i want to install WAS 6.1 in my desktop. When i tried to install that it gives an error like below: IBM WAS 6.1(64 bit) Test Environment 6.1.0.41 cannot be installed into any package…
ramee
  • 47
  • 7
0
votes
1 answer

"JTS/JTA transaction has been aborted" in websphere 7 after jdk upgrade

I just had to upgrade my IBM JDK version from the one that came with the WebSphere 7 to fix an issue with Groovy. Now however when my app starts up I get the following stack trace and the error kills my apps initialization good and…
0
votes
1 answer

WebSphere Process Server sends empty body

We have a problem that happens sometimes without any pattern we are able to see. We log a request just before a callout, it looks fine, with data in the body. When the request arrives at the service we are calling the body is empty. We restarted the…
Shiraz Bhaiji
  • 64,065
  • 34
  • 143
  • 252
0
votes
1 answer

Any issues with EAR application name and context-root being same?

I have been asked to help with trouble-shooting an application issue. Here is the background - We have a JSF 1.2 application running in WAS 7. This is one WAR. The team has added another WAR to the same application which is a JSF 2.0 module and…
adbdkb
  • 1,897
  • 6
  • 37
  • 66
0
votes
2 answers

Cannot 'Add and Remove' Maven Project with Websphere 7 on RAD 8.5

Thank you in advance for your help! I can access the Admin console in Websphere 7 and install the EAR file successfully for a maven project. I cannot right click on the Websphere 7 server, In Rad 8.5, and select 'Add and Remove'. When I do that, it…
Nick Ruta
  • 450
  • 6
  • 14
0
votes
1 answer

dynamic web project - with multiple log4j.jar one in the application and one in the api

We have a dynamic web project which uses log4j.jar (has it's own log4j.xml) to create custom application logs and it also uses an api which has its own log4j.jar (has it's own log4j.xml). And the dynamic web project is hosted on websphere and the…
Debarshi DasGupta
  • 351
  • 2
  • 5
  • 21
0
votes
1 answer

WebSphere 7: GSSCredential expired, must login again

I'm recieving this strange error when I'm trying to send a WS request (below). I'm using WebSphere App Server 7.0.0.23. Since I am not familiar with such low level WebSphere funcationaliry, any help regarding this issue would be appreciated.…
Igor
  • 1,406
  • 2
  • 23
  • 45
0
votes
1 answer

How to set the object pool manager properties in WebSphere?

I created an object pool manager under Resources > Object pool managers in WebSphere Application Server 7.0. How do I set the maxSize and minSize of the pool? Can you direct me to a tutorial on how to set the properties of the pool? Also do you know…
Arci
  • 6,647
  • 20
  • 70
  • 98
0
votes
2 answers

Each deploy increase number of loaded classes

I'm having an outOfmemory problem in an application deployed in a websphere 7. I'm using yourKit to try to work it out what's happening and one interesting thing that I could saw is that when I start my application for the first time, it loads…
0
votes
3 answers

WAS server 6.1 not able to identify JSON.jar file

I have build my application and deployed in WAS 6.1. I am able to see my jar files in WEB-INF/lib and in war files, While running application My WAS not identify JSON jar file. getting No Class def found error. Please find attached logs…
cvsr.sarma
  • 879
  • 1
  • 13
  • 29
0
votes
1 answer

How to pool a Java object in WebSphere Application Server 7.0?

I have simple class object which I want to pool in WebSphere Application Server 7.0. My Java class looks like this: SimpleBean { String str1; String str2; SimpleBean() {str1="This is str1";} public void setStr1(String str1) …
Arci
  • 6,647
  • 20
  • 70
  • 98
0
votes
1 answer

Register iWidgets in WebSphere Portal, registered but portlet not visible

I am new to iWidgets, I am trying to use iWidgets in WebSphere Portal. So far, I am able to create iWidget and register it, and added it on portal page. /ConfigEngine.sh register-iwidget-definition…
aryanRaj_kary
  • 503
  • 2
  • 7
  • 28
0
votes
1 answer

Configuration of WebMethods Client to connect to WebSphere JMS (not WebSphere MQ)

Currently I have setup two queues on WebSphere 7. One for sending and one for recieving messages. I have configured a activation spec on the receiving queue and the messages are consumed fine by a Message Bean. Also I have written a client that…
otc
  • 694
  • 1
  • 9
  • 40
0
votes
2 answers

Error on JMS Queue because of destination in websphere used by Message Driven Beans

I am getting the following error: Application EBS_Calc#EBS_Calc_EJB.jar#MBIntegrations has an , useJNDI, for which there is no corresponding property on the ActivationSpec class jms/ASQueue(com.ibm.ws.sib.api.jmsra.impl.JmsJcaActivationSpecImpl) of…
otc
  • 694
  • 1
  • 9
  • 40