Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
0
votes
1 answer
How to find failed message in websphere
I'm using websphere 7.0. How can I find the body of a failed message ?
I can see a failed event generated for the message but not able to see the message body.
Thanks a lot.

Habin
- 792
- 1
- 11
- 21
0
votes
1 answer
Websphere EjbException Wrapping
Is there a way to change the default EJBException handling of Websphere 7 application servers?
We have an EJB which starts a new…

Luk
- 431
- 7
- 14
0
votes
1 answer
WebSphere server and Jetty client with java.lang.illegalstateexception state==header
I have 2 packages - 1 Server to maintain in traditional Web Server (Tomcat 6, Websphere 7) and 1 with on-the-fly web server Jetty, which works as a client.
The server and Agent work perfectly locally on Windows 7 machine and JRE 6:
(1) The server is…

lionheart
- 437
- 11
- 33
0
votes
1 answer
Websphere bat files exits the batch file
I am writing scripts to automate the ear deployment to websphere and to create variables on the app.
My problem is that manageprofiles and startserver bat files exits my batch and to go to the next step I have to invoke it multiple times
Here is my…

rojanu
- 1,592
- 5
- 20
- 34
0
votes
1 answer
Deployed webservice schema does not match what's in workspace
I've run into a strange problem where the schema that goes with my webservice does not match what's in my workspace. In my workspace, an element has this definition:
…

FrustratedWithFormsDesigner
- 26,726
- 31
- 139
- 202
0
votes
1 answer
How to Remove JSF 1.2 from websphere 7.0?
Is there any we can remove the JSF 1.2 libs from the websphere 7? I tried searching JSF libs in the Websphere server installation directory but could not find them.
Please help

ajm
- 12,863
- 58
- 163
- 234
0
votes
1 answer
WebSphere problems with webservices when build/deploy with Maven
I am in the process of migrating an application to be built and deployed with Maven. It's deployed on WebSphere 7. I've managed to get part of this application (HTML UI and such) working fine, but the web services are having a problem.
When I try to…

FrustratedWithFormsDesigner
- 26,726
- 31
- 139
- 202
0
votes
1 answer
Why isn´t websphere recognizing my webservice
I´ve been working on a webservice with websphere 7 and jaxws.
So if my webservice returns a string, and Integer, and int or a float. When I deploy it websphere recognizes my webservice, but if I change my webservice to return a java bean; it doesn´t…

linker85
- 1,601
- 5
- 26
- 44
0
votes
1 answer
RMI Context lookup fail on WebSphere Portal Server V8.0.0.5
I am having trouble locating EJB 3.0 business interfaces on WebSphere Application server 8.0.0.5. When i run the dumpNamespace on the profile directory i get the classes registered on the different context than the one that…

Thakhani Tharage
- 1,288
- 16
- 19
0
votes
1 answer
Application on websphere throws ClassCastException on application restart
I have an application of Websphere application server 7.0 (Parent Last)
Please read through the description to understand the problem.
I created a new websphere profile. Configured my application on it and started the application and now when I test…

Mukul Goel
- 8,387
- 6
- 37
- 77
0
votes
1 answer
Maven - dynamic pom file?
I'm using the Maven plugin was6-maven-plugin to deploy to websphere. When installing an application, there's a configuration value named "updateExisting" that should be false if I am installing a new application, and true if I am updating an…

FrustratedWithFormsDesigner
- 26,726
- 31
- 139
- 202
0
votes
2 answers
com.ibm.db2.jcc.am.SqlException: Invalid operation: result set is closed. ERRORCODE=-4470, SQLSTATE=null
I have rather a simple portlet which displays the number of visitors of portal (online, daily, weekly, monthly, annually).
In the portlet class in doView method firstly I call one method which do an insert to the table (info about a new visitor).…

Adilya Taimussova
- 551
- 1
- 6
- 12
0
votes
2 answers
Websphere Startup Error
I am trying to set up workspace using Websphere 7.0 application server on RAD IDE. I am using Java 1.6
When ever i try to start my server it throws following error:
Exception in thread "main" java.lang.NoClassDefFoundError: Files
Caused by:…

Dumb_Shock
- 1,050
- 1
- 13
- 23
0
votes
1 answer
Can't import a utility jar class to dynamic web project
I am building an EAR called myCommander. I have a web module called myCommanderWeb. I have a java module called myConnect which contains several ldap handler classes and a server api (third party software) handler class. I'm using RAD 7.5 with WAS…

pnkflydgr
- 665
- 3
- 13
- 22
0
votes
1 answer
How to add external folders in JBoss 6 classpath
We are migrating a web application from websphere to jboss 6.
In WebSphere we configure a folder under classpath [Application Servers > Server > Process Definition > Java Virtual Machine > Classpath].
/opt/folder1
/opt/location1/folder2
With this…

user1951196
- 11
- 3