Questions tagged [websphere-8]

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

1195 questions
3
votes
1 answer

What version of AXIS2 shipped with Websphere 8.5.5.2?

I just want to know the inputs for below questions. what version of AXIS2 will come with Websphere 8.5.5.2? Where can i see the version details of AXIS2 jars shipped with WAS 8.5.5.2? My code actually compiled with AXIS2 1.6.1 and deployed the…
Naresh
  • 147
  • 4
  • 14
3
votes
1 answer

Unable to lookup if SSL is enabled in Websphere 8.5

I have written a simple ejb thin client to look up the bean deployed in IBM WebSphere 8.5. When SSL was not enabled on the server I was successfully able to lookup the bean , but as soon as I enabled the SSL , I started getting the below mentioned…
saurav
  • 3,424
  • 1
  • 22
  • 33
3
votes
0 answers

WebApplicationInitializer onStartup() not getting triggered

I have a spring project running on WebSphere App Server v8.5 and I'm trying to get rid of my web.xml using WebApplicationInitializer but it doesn't seem to be working. Here's the initializer: public class InflowInitializer implements…
alokraop
  • 853
  • 1
  • 11
  • 29
3
votes
1 answer

Using custom thread pool and executors in Jgroups

if we look inside DefaultThreadFactory of Jgroups the following code is present protected Thread newThread(Runnable r,String name,String addr,String cluster_name) { String thread_name=getNewThreadName(name, addr, cluster_name); …
user666
  • 1,104
  • 12
  • 20
3
votes
1 answer

Websphere 8.5.5.7 with Java7: existing profiles are not starting

I have a WebSphere for Developers version 8.5.5.4 working with Java7 on SLES11SP3 64bit. Java: Package name: IBM WebSphere SDK Java Technology Edition (Optional) 7.0.4.1 java version "1.7.0" Java(TM) SE Runtime Environment (build…
cptbalu
  • 31
  • 1
  • 2
3
votes
1 answer

How to integrate Spring boot with servlet 3.0 container and make it work in Websphere 8.5.5 server?

I have a working project developed with Spring boot, spring boot security and spring data rest with Maven. As a standalone class working fine. WAR deployment in Tomcat also working fine. I have generated an EAR out of the WAR with Maven and…
priti
  • 41
  • 1
  • 3
3
votes
1 answer

How to enable logs in Websphere Application Server for debug in start-up script?

Is there any way through which we can enable debug logs in start up script of Websphere Application Server, preferably V8.5? A guy told me long back that there is a command we need to write in startServer.bat, I can't recall that. I know how to…
Ravish Rawat
  • 476
  • 2
  • 15
  • 48
3
votes
2 answers

A user authenticated as anonymous has attempted to access a session owned

Before I log in I can hit anything outside of my security constraint directory. If I try to go to a location inside of the security constraint directory it redirects me to the form login page. As you would expect. Once logged in I can go about my…
Justin Brew
  • 33
  • 1
  • 5
3
votes
1 answer

CannotGetJdbcConnectionException and StaleConnectionException problems

I have recently run into a problem while trying to access my database through a java web application. I keep getting a CannotGetJdbcConnectionException along with a StaleConnectionException. I am using Websphere v8.5 as my local machine server. I…
Karson074
  • 127
  • 3
  • 14
3
votes
3 answers

IBM Liberty Profile: The feature 'websocket-1.0' is not recognized

Just an initial step to run websocket application on IBM Liberty Profile 8.5.5.5. After did lots of research I found I needed to add a feature on the Liberty server.xml file. websocket-1.0 .......…
pijushcse
  • 510
  • 9
  • 31
3
votes
5 answers

websphere 8.5.5.6 server having java 6 and 7 but i need java 8 how to add java sdk to existing websphere server

i installed was 8.5.5.6 in my system. when i am trying to add in eclipse its showing Jre run-time environment as Web sphere application server java 1.6, 64 bit and Web sphere application server java 1.7, 64 bit But i need to work on java 1.8…
saidesh kilaru
  • 740
  • 2
  • 10
  • 18
3
votes
1 answer

Application logging at profile level in Websphere 8.5

Websphere 8.5 - I have a cluster set up on 2 nodes and two servers on each node, a total of 4 Server JVMs. An application is deployed on cluster, so basically runs on all 4 servers. As per IBM WAS8.5, my application logs should come at all 4 server…
naamadheya
  • 1,902
  • 5
  • 21
  • 28
3
votes
2 answers

Apache CXF 2.7.11 on WebSphere 8.5

I have an application that exposes web services for clients via CXF. This side of things works perfectly. The application also needs to act as a client itself and contact other servers, this is where I am running into problems. With "Parent First"…
roadSurfer
  • 557
  • 1
  • 5
  • 17
3
votes
1 answer

Propagate Java EE context Websphere

I am working on Jersey based JAX-RS2 app running on Websphere 8.5. I am using async feature to spawn a new thread. The issue is that the new thread is not getting the Java EE context required for jndi lookups. The error that I get is: A JNDI…
pawinder gupta
  • 1,225
  • 16
  • 35
3
votes
6 answers

Websphere Application Server v8 can't connect to server process

My WAS8 server refuses to start. I've restarted the server, cleaned it, removed all EARs, restarted RAD, restarted my computer, and even re-installed Websphere but the error remains. Any ideas, before I reinstall RAD?
rainydaymatt
  • 594
  • 3
  • 10
  • 21