SOLARIS/BEA WEBLOGIC ver.8.1


 
Thread Tools Search this Thread
Operating Systems Solaris SOLARIS/BEA WEBLOGIC ver.8.1
# 1  
Old 02-09-2007
SOLARIS/BEA WEBLOGIC ver.8.1

Hello all, I am having a little issue with BEA webloigc server Version 8.1, previously, we we confugred we where able to Grep processes for BEA and we could get the processes listed now I am only able to see the start weblogic script process. the weblogic server is up and running and performing its functions but when we perform the command "ps -ef | grep -i bea "
we do not get anything back , but we know the process is running. any clues ? please excuse me if i have posted this is the wrong forum.
Running solaris 8
weblogic server 8.1
on a sun v480
# 2  
Old 02-19-2007
Usually BEA product used to run as java threads/proc..

ps -ef | grep -i java
# 3  
Old 02-19-2007
Quote:
Originally Posted by jvgvr6
Hello all, I am having a little issue with BEA webloigc server Version 8.1, previously, we we confugred we where able to Grep processes for BEA and we could get the processes listed now I am only able to see the start weblogic script process. the weblogic server is up and running and performing its functions but when we perform the command "ps -ef | grep -i bea "
we do not get anything back , but we know the process is running. any clues ? please excuse me if i have posted this is the wrong forum.
Running solaris 8
weblogic server 8.1
on a sun v480

Is u r running multiple instances of weblogic server and want to know a particular instance's process id, the extended format of "ps" also might help as shown below:

# /usr/ucb/ps -auxww |grep java

or just

# ps -ef |grep java

will help u in showing all the java processes running on the server
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Copying/duplicating a weblogic domain in sun Solaris

hi Description: I'm trying to duplicate a weblogic domain via command line. Copying the domain is not the problem. I need to clean up the domain of all directories that contain *.log*, *.out* and *.dat* files. So in a nutshell I need to cherry pick these directories and remove them before I tar... (0 Replies)
Discussion started by: jsabo40
0 Replies

2. Solaris

Facing issue while installing weblogic on Solaris 11

Hi, i am facing issue while installing weblogic on solaris..its giving me invalid argument error. solaris is intstalled on my VM. uname -a SunOS Vishal 5.10 Generic_137138-09 i86pc i386 i86pc screenshot attached. (5 Replies)
Discussion started by: Vishal Baghla
5 Replies

3. Solaris

Problem in deployment in weblogic server in solaris

I am getting following error during deployment in solaris. when i deploy same war in other machine (non-solaris) it works fine. the stacktrace is < ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1277738498407> <BEA-149205> <Failed to initialize the... (0 Replies)
Discussion started by: paradesi143
0 Replies

4. Solaris

Prtdiag is Not working in Solaris 8 Ver

Hello Guys, :confused: I have tried Up to my Levels pls help me if u know any solution Pls look out the following O/P, Log Messages ================================================= SUN> pwd /usr/platform/SUNW,Sun-Fire-V240/sbin SUN> SUN> SUN> prtdiag -v bash: prtdiag: command not... (7 Replies)
Discussion started by: sure.solaris
7 Replies
Login or Register to Ask a Question