otmfaqForumsBlogsRegister
FAQMembers ListCalendarToday's PostsSearch


 Subscribe Blogs:RSS
 Subscribe Forums:RSS
OTMFAQ Home
OTMFAQ Blogs
OTMFAQ Forums
OTMFAQ Tutorials

OTM SIG
MavenWire

Go Back   Oracle OTM / G-Log GC3 Community Support > OTM / G-Log - Technical Topics > Performance, Scalability and HA
Reload this Page

[SOLVED] WebLogic Error: <BEA-000402> maximum of number of socket reader thread


Performance, Scalability and HA Optimizing the performance of OTM / G-Log, configuring Scalability (SCA) and maintaining High Availability.

Tags: , , ,

Closed Thread
 
Submit Tools LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old May 2nd, 2007, 23:04
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
[SOLVED] WebLogic Error: <BEA-000402> maximum of number of socket reader thread

A client was recently performing some high-load Web UI testing on a new OTM v5.5 instance and continually received the following error:

Code:
####<Apr 20, 2007 11:42:09 AM EDT> <Warning> <Socket> <otm.company.com> <gc3-otm> <ListenThread.Default> <<WLS Kernel>> <>
<BEA-000402> <There are: 9 active sockets, but the maximum number of socket reader threads allowed by the configuration is: 8. You may want to alter your configuration.>
Changing the Execute threads for a WebLogic instance is commonplace once OTM is pushed in high-performance load testing, however this was a new error that we hadn't seen before. In the end, we tracked this down to a specific parameter in the WebLogic config.xml.template file that specifies the percentage of Execute Threads set aside as Socket Reader Threads.

So we edited the config file and added the following parameter:
Code:
ThreadPoolPercentSocketReaders="50"
The source for this info was the following document:
Tuning WebLogic Server
Hope this helps!

Thanks!
--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old April 3rd, 2008, 15:56
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: [SOLVED] WebLogic Error: &lt;BEA-000402&gt; maximum of number of socket reader th

As a note, this issue has resurfaced. In as an attempted solution, we've added the following parameter to the java startup parameters in the weblogic.conf file ($OTM_HOME/weblogic/config/gc3domain/weblogic.conf):
Code:
-Dweblogic.PosixSocketReaders=9
So far, it looks promising, but we'll only know for sure in time.

Thanks!
--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old May 29th, 2008, 13:24
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: [SOLVED] WebLogic Error: &lt;BEA-000402&gt; maximum of number of socket reader th

As a quick update the "-Dweblogic.PosixSocketReaders=9" setting has not resolved the issue.

This currently appears to be an issue with WebLogic that may be a software bug. I'll update when I know more.

--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old July 22nd, 2008, 19:09
chrisplough's Avatar
Site Moderator
 
Join Date: Jun 2006
Location: West Chester, PA
Posts: 791
Blog Entries: 7
Thanks: 51
Thanked 194 Times in 119 Posts
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 10
chrisplough has a spectacular aura aboutchrisplough has a spectacular aura aboutchrisplough has a spectacular aura about
Send a message via AIM to chrisplough
Re: [SOLVED] WebLogic Error: &lt;BEA-000402&gt; maximum of number of socket reader th

This issue has finally been resolved (thanks Shelley), by changing the ThreadPoolPercentSocketReaders parameter in the config.xml.template file to "75".
Code:
 <Server IIOPEnabled="false" 
    JDBCLogFileName="/opt/otm55/logs/weblogic/jdbc.log" 
    JDBCLoggingEnabled="false" ListenAddress="x.x.x.x" 
    ListenPort="7001" Name="gc3-server" NativeIOEnabled="true" 
    ServerVersion="8.1.4.0" TunnelingEnabled="true" 
    StdoutSeverityLevel="16" ThreadPoolPercentSocketReaders="75">
--Chris
__________________
Chris Plough
MavenWire

www.MavenWire.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Customizing the Sequence Number. skunniyur Branding, Screen Sets, XSL/CSS and Translations 1 December 4th, 2007 10:20
Business Number Generation neelimachenta Execution 5 June 25th, 2007 18:57
[SOLVED] Obtaining Thread Dumps from the OTM Java JVM Processes chrisplough SysAdmin and Management 0 June 13th, 2007 17:03
[SOLVED] Win32 maximum JVM Heap? chrisplough Hardware and Platforms 1 March 1st, 2007 03:51
[SOLVED] Securing WebLogic - Hiding the system Password chrisplough Security 0 October 3rd, 2006 14:27



All times are GMT. The time now is 00:05.
Copyright © 2008, Open Book Solutions LLC. All rights reserved.

Sponsored by MavenWire - MavenWire.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37