Questions tagged [websphere-6.1]

Use this tag for questions related to version 6.1 of IBM's WebSphere Application Server.

288 questions
1
vote
1 answer

No trusted certificate found in twitter streaming API using IBM WAS 6.1

I'm getting below error while trying to connect twitter streaming API using IBM WAS 6.1 for public stream. Caused by: javax.net.ssl.SSLHandshakeException: com.ibm.jsse2.util.h: No trusted certificate found at com.ibm.jsse2.n.a(n.java:28) …
Raj
  • 1,698
  • 4
  • 22
  • 39
1
vote
1 answer

Trace IBM WebSphere WLTC0032W: One or more local transaction resources were rolled back

I wanted to know how to trace what code exactly caused the following warning in WebSphere. WLTC0032W: One or more local transaction resources were rolled back during the cleanup of a LocalTransactionContainment. In our application, we have a lot…
user2101374
  • 61
  • 1
  • 8
1
vote
1 answer

automate setup of IBM RAD and Websphere

In a project we a forced to use IBM RAD and Webspher Application Server (6.1). Setting up the development environment is currently described in about 10 pages of wiki documentation and takes about a day if you don't do any mistake. The main parts…
Jens Schauder
  • 77,657
  • 34
  • 181
  • 348
1
vote
1 answer

Did not realize init() exception thrown by servlet Faces Servlet: java.lang.NullPointerException

i am trying to run JSF2/PrimeFaces application on WebSphere 6.1 and my configuration is as follows: Class loader order: Classes loaded with application class loader first. WAR class loader policy: Class loader for each WAR file in…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
1
vote
1 answer

Steps to run metro (JAX-WS) on Websphere 6.1

Anyone knows the steps to run JAX-WS on Websphere 6.1? JAX-WS website doesn't lists any step. Though other frameworks like Apache cxf do list the steps to configure on Websphere 6.1
user2279097
1
vote
2 answers

Eclipse development environment for WAS 6.1

Currently I am working with MyEclipse for developing a J2EE application for WAS 6.1. I noticed that eclipse added the new J2EE development environment. When trying to configure it I can see that there is a support for WebSphere 6.0 only. Is it…
Ronen
  • 807
  • 1
  • 13
  • 33
1
vote
1 answer

In WAS, why TOPIC and QUEUE are used together?

In websphere app server 6.1, when i want to set up JMS, I need to set up a topic, and i need to set up queues and then in MQ explorer I create a subscription between the topic and the queues. Now this configuration is for a publish /subscribe…
Victor
  • 16,609
  • 71
  • 229
  • 409
1
vote
2 answers

MQRFH2.usr coming in the main message body

Using WMQ7.0 with WMB 6.1 I have one flow where I am transforming a message and using MQRFH2.usr for holding some data. But, I am facing the issue where the MQRFH2.usr is coming in the main message body. I have deployed the same code in different…
nitgeek
  • 1,250
  • 12
  • 20
1
vote
1 answer

JPA Issue with WAS 6.1

I have installed an application on WAS 6.1 (through WID 6.1) and getting following exception while running the app. Caused by: org.apache.openjpa.util.MetaDataException: class declares generator name "system-uuid", but uses the AUTO generation…
1
vote
0 answers

Properties not able to extract from JMS message through QueueBrowser

Just to elaborate, we are not seeing JMS application properties in the message though the JMS system properties are showing up in the newly create MQ 7 queues. The steps to recreate the error for understanding Working Scenario Create a new JMS…
1
vote
1 answer

Application properties not able to extract from MQ 7 queue using JMS

We are using the J2EE JMS API for browsing the queue ( J2EE jar dated 2/2/2010 from C:\Program Files\IBM\SDP70\runtimes\base_v61\lib) Javax.jms.QueueBrowser queueBrowser = null; queueBrowser…
1
vote
1 answer

Unable to start WAS

I wasn't able to start the WAS. Here is the startServer.log. Could anyone can explain me whats the problem..Thanks in advance. ************ Start Display Current Environment ************ Host Operating System is Windows XP, version 5.1 build 2600…
1
vote
1 answer

Configure Stateless EJB Pool size in Websphere

I'm looking for a way to configure the SLSB Pool size in Websphere. Is it possible to configure it from the Admin Console ? Looking at the IBM Red Books it's mentioned how to configure the ORB Pool which is however used by remote EJB clients. My…
Max Korn
  • 275
  • 7
  • 18
1
vote
2 answers

How to get database connection through websphere ORB call?

i've got a websphere 6.1 cluster environment which is composed of two nodes with 2 appservers each. Let's call NodeA including Server1(2809) & Server2(2810), NodeB including Server3(2811) & Server4(2812). Meanwhile, i created a cluster-scope…
wing2ofsky
  • 926
  • 4
  • 27
  • 48
1
vote
1 answer

websphere 7 backwards compatibility

I am migrating a JSF application from WebSphere(WAS) 6.1 to WAS 7.0 and I am experiencing html deprecation issues now that I am using the JSP 2.1 API provided with WAS 7.0 as opposed to the JSP 2.0 API provided with WAS 6.1. Weblogic provides the…