Questions tagged [websphere-8]

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

1195 questions
3
votes
0 answers

SystemErr R 373846 [WebContainer : 2] INFO org.apache.bval.jsr303.ConfigurationImpl - ignoreXmlConfiguration == true

I am migrating from WAS 7.0 to WAS 8.5 ,JSF 1.2 to JSF 2.0 and richfaces 3.x to 4.x I have various richfaces 4.3.x components used in my application. whenever I try to use a component, on-change I get the following error logged in my server console…
3
votes
3 answers

Checklist When IBM WebSphere Application server is running up

I have an IBM WebSphere Application Server v8.5 (WAS) installed on Linux RedHat 6. My question: how can I check on the following by command (if exist): Is the application server running or not? Is the web application that deployed on it running…
3
votes
1 answer

How to configure Oracle JDK for Websphere?

I want to integrate Oracle's JDK with IBM WebSphere Application Server instead of the default installed IBM JDK. If possible, how to do I configure WebSphere so that it makes use of Oracle JDK?
kusumat
  • 319
  • 3
  • 9
  • 21
3
votes
1 answer

websphere "Application not installed" error

I have a strange error. I am trying to install an ear in websphere 8. After the installation is successfully completed from the console, I try to start the application and it throws an error. In the system out logs, I get the error "Application not…
Abby
  • 403
  • 2
  • 6
  • 18
3
votes
1 answer

JMS Session and JPA transaction with XA

I'm using WebSphere 8.5 with EJB 3.1 and JMS Generic provider. I need to write messages in a queue using a stateless session bean as a producer. The EJB is annotated with the TransactionAttributeType.REQUIRED because I need to perform some "DB…
Yanosh
  • 368
  • 5
  • 15
3
votes
1 answer

How to set Context.INITIAL_CONTEXT_FACTORY? NoInitialContextException?

I am new to JMS and the Websphere server and I am trying to access a JMS queue configured on Websphere Application Server 8 from my Java code. I am not able to understand exactly what value should be set for Context.INITIAL_CONTEXT_FACTORY. Should…
Lizzie
  • 343
  • 2
  • 8
  • 20
3
votes
2 answers

JAXB marshalling in WebSphere 8.5.5.3 results in elements from an interface in the SOAP response XML

We have a web service that uses JAXB to marshal and unmarshal the SOAP request and response. We are using Sun/Oracle JDK7 on Tomcat and the corresponding IBM JDK7 on WebSphere 8.5.5.3. The application runs as expected on Tomcat, however the…
srt
  • 31
  • 4
3
votes
3 answers

How can I enable and collect trace for DB2 through WebSphere?

I would like to enable trace for DB2 which I'm accessing via datasource in WebSphere Application Server version 8.
Marko
  • 570
  • 5
  • 21
3
votes
1 answer

Static resources from WebJars on IBM WebSphere Application Server not visible

I'm writing a simple reporting web application using JAX-RS and AngularJS deployed to IBM WebSphere Application Server. Since it is really very simple I try to keep as little dependencies as possible, so I am not using any fancy framework…
Karel Smutný
  • 1,100
  • 1
  • 9
  • 17
3
votes
2 answers

How to make websphere 8.5 use mojarra not myfaces

i've a JSF2 (Richfaces 4.1.0) project running in eclipse. I'm trying to run it on WAS 8.5 using mojarra jsf implementation (2.2.0). Then lib are provided with maven but the server seems to override them since in console i can read that Myfaces as…
Medioman92
  • 581
  • 4
  • 10
  • 21
3
votes
2 answers

Update ear in web sphere from command line

I have developed an java ear that i deploy from my local eclipse to my local websphere 8.5 by using the publish button in eclipse. When I try to deploy my ear from command line I get an error after I try to access the webpage. I update my ear from…
user1329339
  • 1,295
  • 1
  • 11
  • 26
3
votes
2 answers

Websphere liberty profile error: 404 SRVE0190E

What could be the reason for the error: Error 404: SRVE0190E: File not found: /SimpleServletPath I am deploying in websphere liberty profile server. I can't reach my admin console login page I can reach my welcome page on my websphere liberty…
user3655096
  • 57
  • 1
  • 2
  • 8
3
votes
3 answers

org.omg.CORBA.TRANSIENT: initial and forwarded IOR inaccessible vmcid: IBM minor code: E07 from stand-alone app

I'm connecting to the WebSphere instance from the stand-alone Java app which is quite trivial: InitialContext initCtx = new InitialContext(); That code was working perfectly in WebSphere 7, but after updating to WebSphere 8.5 I got the following…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
3
votes
3 answers

What is poling interval of Monitored Deployment in IBM WebSphere Application Server

What is poling interval of Monitored Deployment in IBM WebSphere Application Server Is it enabled by default? How do we enable it manually. How can we alter the directory with the help of WSADMIN Does changing any configuration related to it need a…
user3228633
3
votes
0 answers

Suspend or disable @MessageDriven processing - EJB 3.1 MDB

I am not sure how to phrase my question correctly. Below is the background. I have an EAR proejct which contains a Web project and an ejb project. The EJB project contains multiple MDBs and I have to add one more MDB to it for a new queue. All…
adbdkb
  • 1,897
  • 6
  • 37
  • 66