Version 8.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-8]
1195 questions
0
votes
1 answer
Websphere & Tivoli: NPE while trying to create PDAuthorizationContext
I am getting the following error when I try to start my Application...
[java.lang.IllegalStateException: java.lang.NullPointerException^M
at com.tivoli.pd.jutil.kb$1.run(kb$1.java:41)^M
at…

Jackie
- 21,969
- 32
- 147
- 289
0
votes
1 answer
Websphere 8.x traverse global JNDI tree
Is there an easy way to traverse over the global JNDI tree of one cluster node.
I know the dumpNameSpace.sh script but I want to do this inside a servlet.
I want to list all entries of the global JNDI tree.
Has anyone an idea how to do this on…

Manuel
- 319
- 4
- 14
0
votes
1 answer
WebSphere 8.5: Importing 6.1 Profile ends with "fail to deploy application isclite"
On the 6.1 server I run...
$AdminTask exportWasprofile {-archive c:/tmp/my.car}
On the 8.5 server I see...
$AdminTask importWasprofile {-archive c:/tmp/my.car}
WASX7015E: Exception running command: "$AdminTask importWasprofile {-archive c:/
…

Jackie
- 21,969
- 32
- 147
- 289
0
votes
1 answer
Websphere: Reset Profile when server will not start
I was importing a profile from a 6.1 server using AdminTask when I apparently hosed my 8.5 server. I see the following...
Caused by: java.lang.NullPointerException
at…

Jackie
- 21,969
- 32
- 147
- 289
0
votes
1 answer
How to install RAD ver 8.0.3 on top of existing Eclipse 4.2.2
I want to use IBM Rational Application Developer for WebSphere, and it comes with Eclipse version 3, which is very old and clunky.
Does anyone have experience getting RAD to work with a newer version of Eclipse (such as 4.2.2)?
All I found is this…

John Henckel
- 10,274
- 3
- 79
- 79
0
votes
2 answers
WebSphere Application Server V8.0.0.5 JPA Unable to persist
I have a code that works perfectly on WAS 7 but fail when i run it in WAS 8.0.0.5. I am using JPA 2.0 with openJPA as my provider. Calling persist on my em throws a nested exception. Has anyone ever managed to write a JPA program in WAS 8.0.0.5
here…

Thakhani Tharage
- 1,288
- 16
- 19
0
votes
1 answer
JSF 2.0 CDI - injected session bean within request bean contains null properties
I'm using JSF 2.0, CDI 1.0 within WebSphere App Server v8.0.0.5.
I have a bizarre situation... Upon successful login, a CDI session-scoped bean is created, and the user is redirected to a welcome page. The session-scoped bean is injected into a…

Chris Harris
- 1,329
- 4
- 17
- 28
0
votes
2 answers
how to deploy JAX-RS application using jersey in websphere 8.5
When I deploy my app.war in websphere 7.0. The restful web service was successful initialized.But after I upgrade to websphere 8.5 . It failed to deploy the restful web service class.
Below is my app.war's pom.xml for jersey.