Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.
Questions tagged [websphere-6.1]
288 questions
1
vote
1 answer
WebSphere: serializable messages in System.out
I administer several WebSphere 6.1 servers running the same application in a load balancing configuration. For one of the servers, the WebSphere System.out file is getting filled with these sorts of messages:
[6/5/14 20:20:35:602 EDT] 0000000f…

Michael Sobczak
- 1,045
- 1
- 24
- 45
1
vote
0 answers
spring db2 jndi datasource - ClassCastException
I've been spending some time today trying to specify a websphere 6.1 db2 jndi data source in my spring mvc 3.0 application config. I've followed a guide a got at http://www.ibm.com/developerworks/websphere/techjournal/0609_alcott/0609_alcott.html.…

Richie
- 4,989
- 24
- 90
- 177
1
vote
1 answer
Where could I find com.ibm.websphere.sca.ServiceManager and com.ibm.websphere.bo.BOFactory jar files?
I am working on RAD(WebSphere Portal Server 6.1v) and i am getting java build path error for ServiceManager and BOFactory jar files.
Kindly help.

user3404867
- 25
- 7
1
vote
1 answer
Websphere : Start server with Authentication failed when using LTPA. The exception is
From last 2 days I am struggling with below error in my local windows7 machine, I have IBM WebSphere Application Server - Express 6.1.0.27 installed in my local where I deployed my application successfully, while starting the server everything works…

name_doesnt_matters
- 789
- 2
- 12
- 34
1
vote
1 answer
Unable to hookup Jprofiler on a WAS JVM
We are unable to instrument the jprofiler on the Webshpere App server JVM.
We are getting errors like below
java.lang.UnsatisfiedLinkError: com/jprofiler/agent/Agent.registerAnnotationMethods([[Ljava/lang/String;[I[II)V
at…

user3311319
- 11
- 1
1
vote
0 answers
org.exolab.castor.mapping.MappingException: Could not find the class
what are some possible reasons for the
org.exolab.castor.mapping.MappingException: Could not find the class com.tem.ac.droca.stlife.XtXlife ...
It crashes when it tries to unmarshall then set the mapping, however I can see the class and it is…

Roderick
- 41
- 1
- 5
1
vote
1 answer
Is it possible to run Websphere Application Server 6.1 Test environment in Rational Software Architect (RSA) version 9.0?
Is it possible to run Websphere Application Server 6.1 Test environment in Rational Software Architect (RSA) version 9.0?
I don't mean does it officially support it.. I mean, can you "somehow" get it working in RSA9.

gauglerb
- 258
- 1
- 12
1
vote
2 answers
Why WebSphere 6.1 (JDK 1.5 Compliant) compiles my JSPs as JDK 1.4?
Our web application is JDK 1.5 compliant, and is running succesfuly on WebSphere 6.1
However, some JSPs we have that contain Java code in 1.5 syntax fail to compile by WebSphere.
It seems that for some reason, WebSphere treats the JSPs as 1.4…

Eran Medan
- 44,555
- 61
- 184
- 276
1
vote
1 answer
Wepsphere CORBA.BAD_OPERATION error
I am getting the error below when I starts websphere. I really can not figure out what my problem is here. Any help and advicement would be appreciated. Thanks
Index Count Time of last Occurrence Exception SourceId…

gabby
- 629
- 2
- 11
- 34
1
vote
1 answer
Logging framewok for Websphere Application Server 7
I have tried several logging frameworks (log4j / slf4j with logback/ commons-logging) on websphere to redirect each application log on a separate file, without any sucess.
If i have two applications deployed on same JVM: I am not able to know…

brianbro
- 4,141
- 2
- 24
- 37
1
vote
1 answer
Websphere app server start issues even when no EARs in it
In RAD 7 I created a new server profile (using version 6.1) and tried to start this server without any projects added to it, with the intention of making sure the server starts up fine and then adding projects via the Add/Remove projects option.…

kau
- 372
- 1
- 3
- 14
1
vote
4 answers
Is there a better way to deploy a war in Websphere?
Currently I am using Websphere Admin console to update a war. I do the following three steps
stop the application
update
start the application
As a part of the second step I am using the following option. I select the war from the local file…

Priyabrata Hota
- 141
- 2
- 3
- 8
1
vote
4 answers
In IBM WCS, what happens when a user logs in after adding an item to cart as a guest. How is the orderId handled in this scenario?
I need to know more on the back end flow, when a user adds an item to cart as a guest and the logs in using his valid credentials. The orderId created for the guest gets migrated to the registered user's id. Could someone please explain how this is…

sreejith
- 21
- 2
- 3
1
vote
1 answer
Preventing page requests during WebSphere startup
Problem: Pages requested prior to full application initialization cause application running under WebSphere to have problems.
Idea: Prevent requests until the application is ready.
Environment: WebSphere ND 6.1.0.23 running on an application server…

Dale
- 5,520
- 4
- 43
- 79
1
vote
1 answer
websphere server stop causes inflight ejb transactions to rollback
I observe errors as below when Websphere server instance is stopped from admin console
Caused by: javax.ejb.TransactionRolledbackLocalException: ; nested exception
is: javax.transaction.TransactionRolledbackException: Transaction is ended due to…

Shreeni
- 295
- 4
- 12