- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need Help - Kernel error while tring to connect to...
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
02-20-2003 09:23 PM
02-20-2003 09:23 PM
Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
I am trying to connect to weblogic7.0 from my HP UX 11.00 - on my local windows m/c - works fine ..but i get the following error :
Any clue on what the issue could be?I am trying since 2 weeks now :
Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.lang.OutOfMemoryError: unable to create new native thread at java.lang.Thread.start(Native Method) at weblogic.kernel.ExecuteThreadManager.startThreads(ExecuteThreadManager.java:177) at weblogic.kernel.ExecuteThreadManager.setThreadCount(ExecuteThreadManager.java:158) at weblogic.socket.JavaSocketMuxer.register(JavaSocketMuxer.java:164) at weblogic.rjvm.t3.T3JVMConnection.createConnection(T3JVMConnection.java:292) at weblogic.rjvm.Protocol.createConnection(Protocol.java:228) at weblogic.rjvm.ConnectionManager.findOrCreateConnection(ConnectionManager.java:1269)
Also i get the below error at times -
Internal error: Unexpected error condition thrown (unknown exception,no description), stack: java.lang.InternalError: error initializing kernel at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:107) at weblogic.jndi.WLInitialContextFactoryDelegate.
Thanks in advance,
Smitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 09:38 PM
02-20-2003 09:38 PM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
You may be running out of virtual memory. Look at your swap utilization and see if it is around 100%. If so, you will need to add more swap.
#swapinfo -t
observe the total column.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 09:46 PM
02-20-2003 09:46 PM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
I tried the command - swapinfo -t at the cprompt - but says - 'swapinfo not found'.
Sorry if this is too basic...
Thanks
Smitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 10:16 PM
02-20-2003 10:16 PM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
You have to be root to execute this command. /usr/sbin/swapinfo is the path.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 10:24 PM
02-20-2003 10:24 PM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
Apart from increasing swap could u install latest java 1.4
http://www.hp.com/products1/unix/java/java2/sdkrte14/downloads/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 10:59 PM
02-20-2003 10:59 PM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
I will try doing that - swapinfo.
Are supposed to use java1.3 for compatibility purposes,etc...so cannot use 1.4 for now.
But how does using 1.3 cause this error??
Is this error related to HX-UX ?I always thought that it was the problem of iplanet from where i was trying to lookup to weblogic7.0 which is in a different HP-UX box.
Thanks
Smitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:05 PM
02-20-2003 11:05 PM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
running out of memory.
swainfo -mat.
if everything used, then create a logical volume as follows.
lvcreate -L -C y -r n /dev/vg_you want.
swapon /dev/vgxx/lvol
for permanent swapon add the entry in /etc/fstab
/dev/vgxx/lvol ... swap pri=0 0
you will have to tune maxswapchunks parameter also.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2003 11:14 PM
02-20-2003 11:14 PM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
which version of iplanet are you using?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 12:11 AM
02-21-2003 12:11 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
Vesion of weblogic that i am trying to connect to from iplanet is 7.0.
Any dependency of the versions?
Smitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 12:36 AM
02-21-2003 12:36 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
Increase these Kernel parameters,
maxfiles
maxfiles_lim
nfiles
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 12:41 AM
02-21-2003 12:41 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
These kernel parameters are to be increased in the HP-UX ?What are the commands?
Sorry - am not familiar with these commands..
Smitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 12:43 AM
02-21-2003 12:43 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
There is a menu based utility called sam.
Give this command.
#sam
There will be kernel configuration tab there.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:02 AM
02-21-2003 01:02 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:08 AM
02-21-2003 01:08 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:15 AM
02-21-2003 01:15 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:22 AM
02-21-2003 01:22 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
This problem is more often than not caused by inadequate settings for the following kernel parameters:
max_thread_proc
nkthread
Usually max_thread_proc is the culprit, and given the stack trace I would put money on it in your case. I recommend increasing these as well.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:33 AM
02-21-2003 01:33 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
But whats the connection between these parameters and the connection to weblogic from iplanet?
As a standalone test program - it is able to connect to weblogic on HP-UX...thats why i did not tend to suspend any setting problems from HP-UX.
Regards
Smitha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:37 AM
02-21-2003 01:37 AM
Re: Need Help - Kernel error while tring to connect to weblogic 7.0 from HP-UX 11.00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2003 01:37 AM
02-21-2003 01:37 AM