1825748 Members
2499 Online
109687 Solutions
New Discussion

Weblogic on HP-UX 11i

 
patrickkuah
Occasional Contributor

Weblogic on HP-UX 11i

Hi,

I have a radware WSD load balancer which configured to do health check on TCP port rather than Ping.
Whenever radware doing the health check, i will get error messages in the weblogic log.

Exception: Invalid argument>
Exception: Invalid argument>
Exception: Invalid argument>


This don't happen if weblogic is install on a NT server.
I suspecting it could be the IP stack on the HP-UX server which need some tuning.

Anybody faced face this issue before?
Thank for all the helps :)

patrick
4 REPLIES 4
Steven E. Protter
Exalted Contributor

Re: Weblogic on HP-UX 11i

I would think the ansewr would more likely be in following the install instructions for WebLogic for HP-UX.

If its a depot install, use swverify to check the installation.

Otherwise figure out what is missing.

swlist -l product | grep -i java

Is the apparently required java piece installed?

Its a start. Hope I helped.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Vijaya Kumar_3
Respected Contributor

Re: Weblogic on HP-UX 11i

Did you check for any patches? you can check bea site for any specific patch requirements?

Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
Vijaya Kumar_3
Respected Contributor

Re: Weblogic on HP-UX 11i

Yes, I agree with Steve.

There may some Java porting issues.

Check with the vendor what version of java is required?

Thanks
Vijay
Known is a drop, unknown is ocean - visit me at http://vijay.theunixplace.com
patrickkuah
Occasional Contributor

Re: Weblogic on HP-UX 11i

Hi,

actually beside weblogic, i still have other application like documentum.... All are unable to bind to port if i power up the radware load balancer. Nothing happen if it shutdown or health check via ping instead of ping.

I use install a sniffer in a NT server to monitor the packet that the load balancer send and found out the load balancer actually sent a RST packet to close the connection instead of FIN. could it be cause by the RST packet???

Sorry, I have never touch a HP-UX server before. I tried running snoop on HP-UX but it seem like that no such command.

Thank everybody, I will check the Java version.