- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: iPlanet 4.1 web server fails to create a threa...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 02:07 AM
10-10-2001 02:07 AM
iPlanet 4.1 web server fails to create a thread
When starting iPlanet 4.1 Enterprise Webserver, it gives following errors in log:
[09/Oct/2001:16:48:08] failure ( 5827): StartThread failed to create thread
[09/Oct/2001:16:48:08] failure ( 5827): NSPR error code = -5974
[09/Oct/2001:16:48:08] failure ( 5827): NSPR error code = 11
This happens typically if the servlets are turned on in the iPlanet server and when it is trying to load a module. Does this need any thread related patch or kernel parameter on HP-UX 11 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 02:19 AM
10-10-2001 02:19 AM
Re: iPlanet 4.1 web server fails to create a thread
How big is your nkthread parameter in the kernel ? have you tried inreasing it ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 02:59 AM
10-10-2001 02:59 AM
Re: iPlanet 4.1 web server fails to create a thread
You may want to change nprocs and nfiles too.
Did you read the install guide?!
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 03:59 AM
10-10-2001 03:59 AM
Re: iPlanet 4.1 web server fails to create a thread
max_thread_proc 64 (per process)
nkthtread 1800 (for Kernel)
nprocs 276
nfiles 1190
There is nothing else going on the machine.
Also, if we comment out iPlanet servlet modules from obj.conf of the web server, these errors disappear.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 04:10 AM
10-10-2001 04:10 AM
Re: iPlanet 4.1 web server fails to create a thread
Try doubling if not quadrupling this.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 04:41 AM
10-10-2001 04:41 AM
Re: iPlanet 4.1 web server fails to create a thread
max_thread_proc 512
nkthread 3600
nfile 25600
nproc 2048
Weblogic says this:
max_thread_proc 1024
maxfiles 256
maxusers 256
nkthread 3635
nproc 2068
ncallout 2084
http://www.weblogic.com/platforms/hpux/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 05:36 AM
10-10-2001 05:36 AM
Re: iPlanet 4.1 web server fails to create a thread
Thanks for the post, i was also abt to post the same error. And Thanks for all those who replied. this made my work a bit easy.
I do have another queri to post i will post it separately.
Thanks & Regards,
Dayanand Naik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 02:22 AM
10-11-2001 02:22 AM
Re: iPlanet 4.1 web server fails to create a thread
I am also running IPWS4.1, and my particular tuning is
max_thread_proc (MAXUSERS*3)
maxusers 400
nkthread 2048
You might also need to tune IPWS, see http://docs.iplanet.com/docs/manuals/enterprise/41/ag/esperfrm.htm#1048537 for more information on that.
Threads are also drastically increased if you use JSPs, as java jumps threads up quite fast. As others suggest, tune them up and see what happens :-)
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2001 03:27 AM
10-11-2001 03:27 AM
Re: iPlanet 4.1 web server fails to create a thread
We rebuilt the kernel with parameters suggested by WebLogic and the error in StartThread disappeared. I think the key parameter was 'max_thread_proc'.
Its too bad that iPlanet does not have the kernel tuning information in the release or installation notes.
Thanks again
-Sudhir Alekar