Questions tagged [websphere-8]

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

1195 questions
48
votes
3 answers

Should I choose == or eq for comparing string in EL?

== and eq give the same result using EL to do my string comparison tests: Endast USA Alla länder
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
17
votes
2 answers

How to view and edit cacerts file?

Using RAD 8.5 with WAS 8.5 runtime, I am getting an exception on my console: The keystore located at "C:\IBM\Websphere85\jdk\jre\lib\security\cacerts" failed to load due to the following error: DerInputStream.getLength(): lengthTag=109, too…
Prince
  • 20,353
  • 6
  • 39
  • 59
16
votes
5 answers

JAX-WS server-side SOAPHandler that returns fault gets "Internal Error" on WebSphere v8

I have a server-side JAX-WS SOAPHandler (on WebSphere v8) that in certain cases needs to respond to the client with a SOAP response that it has in a String variable (let's call it responseXml). When responseXml contains a successful (i.e.,…
user1717528
  • 161
  • 1
  • 1
  • 4
15
votes
4 answers

Remote Deploy to WebSphere 8.5 using maven

I would like to control a remote deployment of a maven generated EAR over to an existing WAS instance not running on the build server. Ideally, I would like to do this within Maven so that I can remote deploy in say the integration-test phase then…
theINtoy
  • 3,388
  • 2
  • 37
  • 60
14
votes
3 answers

How do I find the cause of javax.transaction.RollbackException?

I am using Hibernate 4.2.21 on websphere 8.5.5.4 running on Java 6 Database: Microsoft SQL Server 2012 Sometimes, when I try to update an entity using the following code: this.transaction.begin(); // lots of lines of code here before the…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
13
votes
4 answers

What needs to be done to add a project to a Websphere Server in Eclipse juno?

I have installed the "WebSphere Application Server Developer Tools for Eclipse V8.5.1" as well as "WebSphere Application Server for Developers V8.5" from here:…
Jared
  • 25,520
  • 24
  • 79
  • 114
12
votes
2 answers

Is it possible to use Java 7 with IBM WebSphere Application Server 8.5 Trial

I have installed WAS 8.5 Trial version on Windows 7. I would like to deploy and run Java 7 application. Is it possible to do it? I can not see "IBM WebSphere SDK for Java Technology Edition 7" in the IBM Installation Manager's feature list and…
gycsabesz
  • 346
  • 1
  • 2
  • 8
10
votes
2 answers

java.lang.NoClassDefFoundError: org.bouncycastle.jce.provider.BouncyCastleProvider

I am facing issue in configuring Bouncy Castle with my websphere. I am working on pdf document signature and it requires dependency of Bouncy Castle. I am using websphere v8.5, java 6 and bcprov-jdk15on-1.47.jar Currently I have included this jar to…
Bhavik vora
  • 274
  • 1
  • 3
  • 10
10
votes
2 answers

Publishing EAR file hangs on WebSphere 8.0

Recently some of our projects started hanging when publishing to WebSphere 8.0 (tested with 8.0.0.5, 8.0.0.6 and 8.0.0.9), but this doesn't happen all the times. This is a normal installation details Installing... If there are enterprise beans in…
Gonçalo Cardoso
  • 2,253
  • 4
  • 34
  • 63
10
votes
4 answers

Defining custom properties in Application panel - how to get the value in the code?

In IBM WebSphere web admin console one can go to Applications -> WebSphere enterprise applications, pick an application and click on "Custom Properties" link. There will be a page to add key-value pairs. How would you access those values from the…
Maxim Suponya
  • 1,419
  • 2
  • 20
  • 43
10
votes
5 answers

Websphere 8.5: Root exception is org.eclipse.jst.j2ee.commonarchivecore.internal.exception.DeploymentDescriptorLoadException: WEB-INF/web.xml

I'm getting the following error when trying to deploy an ear with websphere from an ant ask with jacl: [wsadmin] WASX7017E: Exception received while running file "C:\...\AppData\Local\Temp\wsant6857788060872488512jacl"; exception information:…
James Oravec
  • 19,579
  • 27
  • 94
  • 160
10
votes
3 answers

Is the file persistence.xml required?

My development environment (IBM RAD 8 + WAS 8) is complaining that my project does not have a persistence.xml file. Still it seems that I can build and run my project. Is that file required and if a add one such file to make my project pass…
Niklas Rosencrantz
  • 25,640
  • 75
  • 229
  • 424
9
votes
2 answers

Getting ViewExpiredException in clustered environment while state saving method is set to client and user session is valid

I have a JSF application that uses Mojarra 2.2.9 and is deployed on WebSphere 8.5.5.4 on clustered environement and javax.faces.STATE_SAVING_METHOD is set to client. Even though all my application beans are request scoped, sometimes when the user…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
9
votes
3 answers

Start websphere application server

I am new at websphere 8.5 and I have it installed , I want to enter the console page localhost:9060/ibm/console But i am not sure how to start the application server inorder to access the console
user3586286
  • 321
  • 1
  • 3
  • 9
9
votes
6 answers

best place to put properties file in IBM websphere 8.5?

In our existing application properties file is embedded in a jar file ,we decided to move properties file outside of ear(application) , what is the best place to put properties file in IBM websphere 8.5 ? so that i can retrieve path with WAS…
invariant
  • 8,758
  • 9
  • 47
  • 61
1
2 3
79 80