× Discuss about Archiving, Close of Business, Delivery Setup, Security Management System, Global Processing etc…

Jbase agent

  • yoshan
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
13 years 11 months ago #4983 by yoshan
Jbase agent was created by yoshan
Hi all,

After starting jbase agent from "jbase_agent start -p Port#" users can login to system and work. But from the AIX side we observed there are many processes showing under jbase_agent. And more resorces using for that processers.

Can anyone please guide us if there is any problem on this.

The number of agents are rapidly growing.

# ps -ef |grep jbase_agent
root 938092 1826856 0 17:16:01 pts/21 0:00 grep jbase_agent
dev 1257624 1 0 17:15:50 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1314932 1 0 17:15:30 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1388578 1 0 17:15:47 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1405164 1 0 17:14:32 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1433754 1 0 17:14:17 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1466422 1 0 17:14:00 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1474694 1 0 17:15:32 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1618044 1 0 17:13:09 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1634514 1 0 17:12:59 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1769494 1 0 17:13:36 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1798192 1 0 17:12:56 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1822962 1 0 17:12:45 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1839104 1 0 17:11:42 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1888376 1 0 17:14:20 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 1892412 1 0 17:11:55 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 2039932 1 0 17:09:59 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 2060304 1 0 17:10:30 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 2117674 1 0 17:09:51 - 0:00 jbase_agent -w -p 200xx +A 11 +H 14
dev 2183234 1 0 17:09:47 - 0:00 jbase_agent -w -p 200xx +A 11 +H 1

Thanks

Please Log in or Create an account to join the conversation.

More
8 years 2 months ago #18865 by suzique8
Replied by suzique8 on topic Jbase agent
hi, did you solve this problem? i have the same. if we reach 180 child processes of jbase_agent nobody is able to login to browser.

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #19127 by stanize
Replied by stanize on topic Jbase agent
I think you can limit the number of sessions that are generated in the channels.xml
<MAX_SESSION>NNN</MAX_SESSION>

You can find it in the WEB-INF\classes folder
Ex., server\default\deploy\t24.war\WEB-INF\classes

Hope it helps.

Please Log in or Create an account to join the conversation.

More
8 years 1 month ago #19131 by ashwinkumar
Replied by ashwinkumar on topic Jbase agent
Hi yoshan,
Could you pls send us the screenshot of channels.xml file, In my case it is 5 sessions. I hope it would be more than 5. This will also check no of licensed users and later u cannot able to login. In this case, u need to kill the additional jbase agents in backend.

*File . , Record 'channels.xml' Insert 08:43:50
Command->
0001 <?xml version="1.0" ?>.
0002 <!-- DOCTYPE CHANNEL SYSTEM "../dtd/channel.dtd" -->.
0003 .
0004 <!-- GLOBUS Connector communications channels definitions -->.
0005 <!-- I&A Department 2002 -->.
0006 .
0007 <CHANNELS>.
0008 <CHANNEL>.
0009 <NAME>browser.1</NAME>.
0010 <TIMEOUT>120</TIMEOUT>.
0011 <ADAPTER>.
0012 <TYPE>tcp</TYPE>.
0013 <PORT>7001</PORT>.
0014 <SUPPLIER>.
0015 <INITIATOR>.
0016 <HOSTNAME>127.0.0.1</HOSTNAME>.
0017 </INITIATOR>.
0018 </SUPPLIER>.
0019 <CONSUMER>.
0020 <MAX_SESSION>5</MAX_SESSION>.
0021 <ACCEPTOR>.
0022 <BACKLOG>30</BACKLOG>.
0023 </ACCEPTOR>.
0024 </CONSUMER>.
0025 </ADAPTER>.
0026 </CHANNEL>.

Please Log in or Create an account to join the conversation.

Time to create page: 0.110 seconds