Version 7.x of IBM WebSphere Application Server (WAS)
Questions tagged [websphere-7]
811 questions
3
votes
1 answer
What's the hard limit for apache ThreadsPerChild parameter in httpd.conf?
i'm using the ibm http server which is based on Apache. When i tried to increase the parameter ThreadsPerChild more than 1000, the http server always only start up 1000 worker threads. Below is the related information:
error log:
[Thu Jul 05…

wing2ofsky
- 926
- 4
- 27
- 48
3
votes
1 answer
Always receive MQJE001: Completion Code '2', Reason '2059'. ERROR
I am new to Web Sphere MQ.
I created a Queue Manager, Channel and Listener in AIX as follows:
crtmqm MY_Q_MGR
strmqm MY_Q_MGR
runmqsc
DEFINE LISTENER(MY_QM_LISTENER) TRPTYPE(TCP) PORT(5030)
DEFINE CHANNEL(MY_QM_CHANNEL) CHLTYPE(SDR)…

Lwin Htoo Ko
- 2,326
- 4
- 26
- 38
3
votes
1 answer
behavior for @PostConstruct exception handling in WebSphere
Short: (Portlet-)Container swallows Exception thrown by @PostConstruct method in backing bean.
Is this behavior intentional, a bug or container specific?
Long: I am running a portlet on WebSphere Portal 7, where i force managed bean construction in…

Stefan
- 838
- 3
- 13
- 28
2
votes
2 answers
EJB3.0 @EJB annotation in Managed Bean JSF2 Websphere 7 impossible?
The websphere 7 only supports Java EE 5, but JSF2 is contained in Java EE 6, is there any tricks to implement @EJB annotation in ManagedBean?

user1111259
- 23
- 1
- 3
2
votes
2 answers
Core Groups in WebSphere Application Server
I am wondering wherther or not I need CoreGroups in my WebSphere Application Server.
I'll explain:
I have different kinds of servers. However, they are all in the same DefaultCoreFroup. By my understanfing, I can seperate them to different…

user967710
- 1,815
- 3
- 32
- 58
2
votes
4 answers
Getting Websphere v7.0 Running with eclipse seems to not see the server start
So I created a Websphere Application Server in Eclipse and pointed it at my WAS_HOME and the profile I created. Whenever I try to start the server, it starts fine and according to the log I see...
[2/22/12 14:16:25:037 EST] 00000000 WsServerImpl A …

Jackie
- 21,969
- 32
- 147
- 289
2
votes
1 answer
Websphere can't find my Hibernate-managed EntityManager
I'm using Hibernate 3.4 on Websphere 7, with Spring 2.5.6
On startup, my application seems to have problems with Hibernate vs. OpenJPA:
10/02/12 10:41:50:448 GMT] 00000010 LocalEntityMa I org.springframework.orm.jpa.LocalEntityManagerFactoryBean…

brabster
- 42,504
- 27
- 146
- 186
2
votes
0 answers
NPE in WebSphere due to changing requests
I have a number of NPEs occuring when, implicitly, calling request.getAttribute("atg.parent.session.id"). The stack trace is below (wrapped between the trace log).
[2012/02/03 12:53:26:953 SAST] 00000162 srt 1…

radimpe
- 3,197
- 2
- 27
- 46
2
votes
0 answers
How can I update Websphere 7 to use EL2.2?
This is what I have done:
Following this post from Lincoln Baxter I downloaded el-api-2.2.jar and el-impl-2.2.jar
Then created isolated shard library and added them there.
We are using Myfaces so in web.xml added this bit
…

Shahzeb
- 4,745
- 4
- 27
- 40
2
votes
1 answer
Not able to launch administrative console from RAD. Error - administrative port not found
I am getting this error while launching Admin console - "Cannot launch Administrative console since administrative port is not found".
I Tried launching console from explorer using http://localhost:9060/ibm/console/login.do. It is opening but when I…

user837593
- 337
- 1
- 5
- 25
2
votes
1 answer
Problems configuring the Web Content Viewer (286)
I'm having problems while attempting to configure the Web Content Viewer (286) portlet.
When I attempt to configure this portlet and try to select a content item or component I get
a pop-up that contains the same page as the parent. See the…

sonar
- 385
- 3
- 15
2
votes
2 answers
The JNDI lookup for the JTA UserTransaction is not available to MBean threads in Websphere Application Server 7
I'm trying to invoke business logic via JMX (using 'standard' MBeans) in a web application in Websphere Application Server 7 with JTA switched on and would like to know why this business logic can't see the JTA UserTransaction when invoked from an…

Joseph MacFarlane
- 23
- 1
- 1
- 4
2
votes
3 answers
Websphere 7 SIB Queue: how to access queue depth wsadmin command?
I'd like to use the WSADMIN command that is part of WebSphere 7 to query the state of the queues on the system.
Can anyone help me out?
Thanks

jeff porter
- 6,560
- 13
- 65
- 123
2
votes
2 answers
Understaning native_stderr file in websphere app server
All,
I am getting the native_stderr.log file while running my application on Websphere App Server 7.0.0.15.
earlier it used to be simple log file format, but recently I have observed that the file is in XML format.
Is there any IBM provided tool to…

Ayusman
- 8,509
- 21
- 79
- 132
2
votes
2 answers
Deployement impossible on Websphere
I have a big problem with Websphere. When I try to deploy an update of my application, a error occured :
[09/08/11 11:19:19:240 CEST] 00000015 annotations E
ArchiveInputStreamData iterate unable to process input…

lookfire
- 328
- 1
- 4
- 10