Questions tagged [websphere-8]

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

1195 questions
2
votes
1 answer

How can HTTP headers be added to JAX-WS requests in WebSphere 8.5?

I am attempting to set a custom header on an outbound SOAP request using JAX-WS on WebSphere 8.5.5.2. The BindingProvider in the method below is obtained via JNDI for a service declared with a @ServiceRef annotation. void setHeader(BindingProvider…
Michael Edgar
  • 350
  • 3
  • 12
2
votes
1 answer

Can't get @RunAs to work in an EJB

This is a follow-up to User context for @Startup EJB on websphere I have the following scenario: EJB 1: @WebService( ... ) @Local(SomeLocalServiceType.class) @Stateless @RolesAllowed("SomeRole") public class SomeServiceBean implements…
Thomas Stets
  • 3,015
  • 4
  • 17
  • 29
2
votes
1 answer

Unsupported method: Statement.setCursorName, WAS 8.5.0 ,AIX , Oracle 11

I am getting below error during application data fetching. SingleCollect E java.sql.SQLFeatureNotSupportedException: [MyCompany][Oracle JDBC Driver]Unsupported method: Statement.setCursorName SoapServicesIm E Unable to perform operation on…
Naresh
  • 147
  • 4
  • 14
2
votes
1 answer

How to configure IIS with IBM WebSphere Application Server Liberty Profile?

I am trying to setup IIS (version 8.x, windows 2008) in front of IBM WAS(Liberty Profile) server so that it can route all specific requests to IBM WebSphere application server(Liberty Profile). I have already installed & configured following items…
yogesh
  • 574
  • 6
  • 24
2
votes
2 answers

How to find WebSphere 8.5 Admin console URL in Linux

I installed WebSphere 8.5 on Redhat Linux using the below steps. 1. Unzip the installation kit (WAS_V8.5_1_OF_3.zip, WAS_V8.5_2_OF_3.zip & WAS_V8.5_3_OF_3.zip) 2. Login as normal user 3. Navigate to the folder WLP/wlp-8500.jar 4. Install thru…
Yogeshwaran
  • 41
  • 1
  • 2
  • 5
2
votes
1 answer

Sending mail using javamail api from IBM Websphere Application Server 8

How to send mail using gmail from IBM Websphere Application Server 8 using javamail 1.5.2 api because that give me a same error : Caused by: java.security.cert.CertPathValidatorException: The certificate issued by OU=Equifax Secure Certificate…
mariame
  • 41
  • 5
2
votes
1 answer

JSP: Quote symbol expected in Tomcat but not in WebSphere

I'm using struts2 in my application and I get the following error when I run my app in Tomcat org.apache.jasper.JasperException: /myapp/testReview.jsp (line: 29, column: 45) quote symbol expected line29:
Srini
  • 25
  • 5
2
votes
1 answer

Can't start Application using Websphere 8.5.5, hibernate jpa 4.2.6, oracle 12c

I have a problem that is freaking me out. This is my persistence.xml, the persistence unit is correct. org.hibernate.ejb.HibernatePersistence
2
votes
2 answers

Relationship between persistence.xml datasource and web.xml / ibm-web-bnd.xml resource-ref

I am trying to follow this tutorial and at same time adapting it to run in on Websphere 8.5.5 with default Websphere JPA ( OpenJPA ) implementation. I created the project in Eclipse and use WAS for Developers. Initially, when running the…
adbdkb
  • 1,897
  • 6
  • 37
  • 66
2
votes
1 answer

java.lang.VerifyError/Stack underflow error at java.lang.J9VMInternals.verifiyImpl

I am trying to upgrade a struts based Java 6 application to Websphere 8.5 from a perfectly running application in Websphere 6.1. Have made no code changes as of now. But this one throws me off.I get Verify Error / stack Underflow error as…
james2611nov
  • 473
  • 2
  • 10
  • 27
2
votes
1 answer

AllowAllHostnameVerifier.INSTANCE issue in Websphere 8.5

We are making http url call , but request is not going through. Instead it throws below error in Websphere 8.5. Same code works with Websphere 7 version. Please let me know if there is any difference in making http requests between Websphere 7 and…
2
votes
1 answer

JBoss to WebSphere 8.5 migration error

I am migrating one of my old application from JBoss to WebSphere 8.5. As I have given the job of migrating from one server, I don't know the exact working of the application. Also, in JBoss, they have used a file, login-config.xml which has various…
Akhil Nambiar
  • 315
  • 3
  • 18
2
votes
0 answers

Websphere 8.5.5.2 server not starting when using IBM SDK 1.7.1_64

I have Websphere 8.5.5.2 server installed. The server is starting fine with SDK 1.6. I have IBM SDK 1.6 and 1.7.1 installed as you can see below:- > managesdk.bat -listAvailable CWSDK1003I: Available SDKs : CWSDK1005I: SDK name: 1.6_64 CWSDK1005I:…
Anand
  • 21
  • 3
2
votes
1 answer

JProfiler Remote Application Integration in web sphere 8.5

We are using Web Sphere 8.5 and JProfiler 8.1. I want to hook the JVM runnning in Web Sphere 8.5. I have completed the remote appl;ication integration and after that we have to add into the Startup command of my remote application right after Java…
2
votes
1 answer

Remove local WebSphere user using script

I am getting error "CWWIM4538E Multiple principals were found" at server startup. I know the cause as the local WAS admin account has its duplicate in LDAP repository. I simply wants to remove the local WAS user gracefully offline as server won't…
javadmirer
  • 81
  • 1
  • 1
  • 7