Questions tagged [websphere]

IBM WebSphere Application Server, a software application server, is the flagship product within IBM's WebSphere brand. WebSphere Application Server is built using open standards such as Java EE, XML, and Web Services.

This tag is specifically for questions relating to the IBM WebSphere Application Server. Also see the tag for questions specific to the Liberty Profile.

Developer download links

Knowledge Center / InfoCenter links

Forum links

Fix list and fix pack downloads

Free Websphere Books (IBM Redbooks)

Other

7074 questions
12
votes
6 answers

Log4J does not log anything

I just picked up an existing web application at work that is supposed to log its activity using Log4J. I've configured my workspace exactly as I was told to and everything else (db connection, authentication, etc...) works fine except that the…
FrustratedWithFormsDesigner
  • 26,726
  • 31
  • 139
  • 202
12
votes
0 answers

What is the alternative to an enterprise portal strategy in the Java space?

**I just got my wrist slapped for not having a question that goes quite along with the spirit of stackoverflow. On the suggestion of an SO mod, I've posted this question again over at programmers stack exchange. Here it is: ** Same Question Reposted…
Cameron McKenzie
  • 3,684
  • 32
  • 28
11
votes
3 answers

WebSphere 7 - class loader trace

I have just upgraded to WebSphere 7 (from 6.1), and I am having new class loading conflicts which I didn't have before. I have looked a lot over the internet but couldn't find directions on how: 1. How to enable class loading trace. 2. Where does…
user967710
  • 1,815
  • 3
  • 32
  • 58
11
votes
1 answer

Define contextroot inside WAR file

I have an automated deployment script to deploy multiple WAR files in WAS 7. So, I would like to define contextroot inside the WAR file itself. It should automatically set to " ... -contextroot xxxx ..." from the file. How do I do that? I think, I…
Mohamed Saligh
  • 12,029
  • 19
  • 65
  • 84
11
votes
6 answers

IBM Cloud cannot create account at the moment

I already have an IBMid and wanted to sign up for the IBM cloud, but once I clicked "Create account", it gave me an error message saying that it can't create the account at the moment. I've already tried signing up in a different browser, but it…
Unterbelichtet
  • 628
  • 2
  • 7
  • 18
11
votes
2 answers

websphere message broker vs MQ

What is the difference between Websphere Message Broker and Websphere MQ? Is there any equivalent terminology for the same in a weblogic environment? Also, strictly speaking, which one of the two (WMB vs WMQ) is an implementation for JMS API?
Victor
  • 16,609
  • 71
  • 229
  • 409
11
votes
4 answers

Could not initialize class com.ibm.ws.ffdc.FFDCFilter

Starting IBM Websphere in Eclipse Mars, always gives this error: An internal error occurred during: "Publishing to FrontServer...". Could not initialize class com.ibm.ws.ffdc.FFDCFilter I'm using Websphere Version 7.0 Any idea how to resolve…
Sanchit Khera
  • 1,005
  • 1
  • 16
  • 47
11
votes
6 answers

Deploying application using Hibernate JPA 2.1 to IBM WebSphere gives NullPointerException

We are trying to deploy a Java 7 Spring MVC application using Hibernate into an IBM WebSphere 8.5.5.2 server. The application runs fine on a Tomcat server, but we cannot get it running in WebSphere. The stack trace output is the following: [3/26/15…
npiani
  • 515
  • 1
  • 9
  • 26
11
votes
3 answers

how to set java class loader PARENT_LAST

i have a spring mvc web application that I need to change the class loader on. I need to change the class loader to be equal to PARENT_LAST. I am using WAS 6.1 and already have a jacl script from a previous web application I can copy to do the…
Richie
  • 4,989
  • 24
  • 90
  • 177
11
votes
7 answers

A WebGroup/Virtual Host to handle / has not been defined

I am getting following exception when trying to launch a store using Websphere commerce A WebGroup/Virtual Host to handle / has not been defined SRVE0255E: A WebGroup/Virtual Host to handle localhost:80 has not been defined. I have tried…
Just_another_developer
  • 5,737
  • 12
  • 50
  • 83
11
votes
4 answers

data sources derby - connection refused

I am trying to connect a database with a java project. After reading some tutorials and the course support, I have understood that I need to make a new data source under the Admin Console. So, I've logged in into the admin console, then navigated…
Steffi
  • 867
  • 5
  • 14
  • 29
10
votes
8 answers

Oracle lag between commit and select

We have an Java workflow application that uses an Oracle database to track its steps and interactions with other services. During a workflow run several insert/update/selects are performed and occasionally the select will not return the updated…
Andrew
  • 342
  • 1
  • 5
  • 12
10
votes
1 answer

WebSphere 7. Inject EJB from another application

I am trying to inject an EJB with the @EJB annotation: when I inject an EJB into another EJB in the same ear it works fine. when I inject an EJB into another EJB from another ear in the same server I get an exception: EJB threw an unexpected…
Denis Tulskiy
  • 19,012
  • 6
  • 50
  • 68
10
votes
4 answers

How to set up Apache CXF client to use WebSphere truststore? (Receiving "No trusted certificate found" exception.)

First, I'll start with a summary. I'm using an Apache CXF client to communicate over SSL with an Apache CXF service provider that is using a self-signed certificate. I imported the certificate into the WebSphere truststore on the client server,…
Toby Artisan
  • 1,639
  • 3
  • 23
  • 26
10
votes
2 answers

How to Lower Heap Size of WebSphere Server

I tried to change the Heap Size of my local WebSphere Server instance to 2G using the "Run Administrative Console" function in RAD but apparently, that was too big of a number. Now, I can't start the server anymore and I get this error: JVMJ9VM015W…
Connection
  • 349
  • 4
  • 6
  • 11