Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
1
vote
1 answer
Maximum length of messages in MQ and SIB Queue(s)
From the docs, I understand that WebSphere MQ can support messages up to size 100 MB. What is the size limit for the SIBus queues in WAS? Can it also support messages up to 100 MB?
Is there a limit on the file sizes that can be handled by the…

Manglu
- 10,744
- 12
- 44
- 57
1
vote
0 answers
WebSphere 7 deployment using ws_ant
I have EAR with one web application inside. In this web application I get a data source reference through JNDI. So I have a JDBC type resource reference in my web.xml:
TCCC Database
…

jasper.ua
- 11
- 1
1
vote
1 answer
Multiple MBean Servers found - Spring JMX with Websphere 7
I am using Spring 3 and exposed an MBean through Spring, everything works fine but I see below warning message in the Log file.
WARN org.springframework.jmx.support.JmxUtils - Found more than one MBeanServer instance. Returning first from…

Kiran Gunda
- 73
- 1
- 5
1
vote
2 answers
existing Spring MVC project into RAD + WAS
I have a question about RAD & WAS Spring MVC development. So that we have a project in SVN that was created by me in STS (eclipse), but some of our team members can't retrieve & run this Spring MVC project on their RAD (ibm tool) IDE on WebSphere…

Zaur Guliyev
- 4,254
- 7
- 28
- 44
1
vote
0 answers
WebSphere 7.0 run configuration for eclipse 3.7 (no plugin)
I am using ecdlipse 3.7 - indigo.
I wish to work with WebSphere Application Server v7.0, but I don't want to use the plugin since it's currently in beta stage.
So, I want to create a regular java runtime configuration.
I tried to open the…

user967710
- 1,815
- 3
- 32
- 58
1
vote
6 answers
Unable to start Message Engine in Websphere
I am facing a problem while starting the websphere message engine for one of the application deployed on websphere. This application is getting deployed automatically as a part of the installation of Websphere Lombardi 7.2 express edition. It's…

Cyrus Patil
- 11
- 1
- 1
- 3
1
vote
2 answers
JDBC Not returning ResultSet
We're migrating this from WAS 5 to WAS 7 and we're stumped as to why this is now causing a problem. The executeQuery() line is throwing a SQLException saying that it's not returning a ResultSet. Does anyone know what has changed over the course of…

dharga
- 2,187
- 3
- 24
- 33
1
vote
2 answers
How to deploy Play app to Websphere 7
According to the Play documentation, it is possible to pack a Play app in a war file and deploy it to Websphere, but I'm having problems.
I'm using the play war command with the --zip option, which is working properly. The resulting war file has the…

DaveS
- 3,156
- 1
- 21
- 31
1
vote
1 answer
Log file writing extremely delayed in WebSphere App Server
I am experiencing an issue with delayed writes to the application logs for a Java EE web application running in IBM WebSphere v. 7.x. Logging statements taking up to an hour to appear in the application logs.
The problem doesn't appear related to…

Scott W
- 53
- 1
- 5
1
vote
3 answers
Websphere wsadmin read csv
Is it possible to make Websphere to work with CSV? I would love to leverage jython csv module. But it seems default Websphere 7 jython doesn't have that.
Is it possible to either include a jar in the classpath or upgrade the jython in…

Roy Chan
- 2,888
- 6
- 36
- 43
1
vote
2 answers
How to reduce application deploy time on Websphere 7?
I move from WAS 6.1 to WAS 7 and trying to figure out what causes my application startup time to increase by a significant amount (double).
The application is an EAR with lot of files and directories.
The application is the same as well as the HW.…

aviad
- 8,229
- 9
- 50
- 98
1
vote
1 answer
Fail to run JSF on WebSphere Application Server v7.0.0.19
I have the following situation:
WAS 7 trial with JPA 2 and FP 19 installed. 2 applications (EAR) deployed.
Application A that uses JSF - works properly
JARs:
jsf-impl-1.1_02.jar, jsf-facelets-1.1.13.jar and jsf-api-1.1_02.jar
Class loaders…

aviad
- 8,229
- 9
- 50
- 98
1
vote
1 answer
JSF1.1 Webapp on WebSphere AS 7 IntrospectionException
Got an exception during migration Web application from WAS 6.1 to WAS 7. This application developed using JSF1.1 (MyFaces) + Facelets + Spring (for backing beans). On some pages I'm getting the following exception:
Caused by:…

alsid
- 490
- 6
- 14
1
vote
2 answers
Application was not properly initialized at startup (JSF 1.2, WS 7)
i have developed an application using jsf 1.2. it worked fine with apache tomcat 6. i took the war file on production with websphere 7 and deployed the application. i recieved following error.
E com.ibm.ws.webcontainer.servlet.ServletWrapper…

Jamal Khattak
- 65
- 1
- 3
- 8
1
vote
1 answer
WAS7 message listener error, MQQueue incompatible wih MQDestination
while trying to startup one message-listener-port in was7. I have checked all the Connection factory JNDI & Destination JNDI names, everything looks ok. And I can able to browse the queue in the terminal as well.
Pls help!
[1/13/12 17:21:26:259…

Mohamed Saligh
- 12,029
- 19
- 65
- 84