× Discuss on T24 Installation, Setting up the environment, TC Server, jBOSS, Package & Deployment, etc…

T24 Monitor in R12

  • phongtg
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 9 months ago #14758 by phongtg
T24 Monitor in R12 was created by phongtg
Hi all
step 1:
I deploy t24monitor.war in jboss successfull.
how can I load event from T24 to below graph
http://localhost:8080/t24monitor/T24Monitor.html

step 2:
TSA.SERVICE I BNK/T24MONITOR.DISPATCHER
TEC.PROFILE I MYPROFILE

and run service BNK/T24MONITOR.DISPATCHER.
but it has error in como
jsh t24core ~ -->tSA 20
tSA 20
<como>
<agent>20</agent>
<processid>69746</processid>
<portno>85072</portno>
Agent 20 started 20 SEP 13 13-52-06
Agent's Process id 69746
<servername>sb_app02</servername>
Running on server sb_app02 PortNumber 85072 <service name = BNK/T24MONITOR.DISPATCHER> <process name = BNK/T24MONITOR.DISPATCHER> <job name = T24MONITOR.DISPATCHER>
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:07_Single Thread routine T24MONITOR.DISPATCHER
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:07_Starting job
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:07_Allocating List File for BNK/T24MONITOR.DISPATCHER-T24MONITOR.DISPATCHER-1
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:08_Updating the Locking with BNK/T24MONITOR.DISPATCHER-T24MONITOR.DISPATCHER-1 and F.JOB.LIST.87
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:09_Using list file F.JOB.LIST.87
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:09_Control list processing 1 1
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:09_SELECT F.ENQUIRY WITH @ID LIKE "'TEC.MONITOR'..." Selected=4 time=0secs
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:10_ Selected=0 time=0secs
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:10_SELECT F.MNEMONIC.COMPANY Selected=197 time=0secs
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:11_ Selected=0 time=0secs
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:11_ Selected=0 time=0secs
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:14_ Selected=0 time=0secs Sending 103 messages to T24Monitor Unable to establish JEE connection due to missing JEE_HOSTS / JEE_PORTS configuration.
[T24MONITOR.DISPATCHER] Error 1: Unable to send messages - connection error.
_BNK/T24MONITOR.DISPATCHER_T24MONITOR.DISPATCHER_20_20 SEP 2013_13:52:34_SELECT F.JOB.LIST.87 SAMPLE 100000 Selected=0 time=2secs </job> </process> </service> Agent stopped


Anybody deploy T24monitor in R12 ??? Please help me

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

  • jpb
  • jpb's Avatar
  • Offline
  • Moderator
  • Moderator
  • retired . . . ¯\_(ツ)_/¯
More
11 years 9 months ago #14761 by jpb
Replied by jpb on topic T24 Monitor in R12
This section describes the minimal steps required to start the T24Monitor application on a JBoss application server. These steps assume that T24 and the JBoss application server are running on the same physical machine and that the T24Monitor web application is available on port 8080.



Start T24Monitor
Deploy t24monitor.ear
Note: If the Web-server’s HTTP port is not 8080 then

t24monitor.ear ! t24monitor.war ! WEB-INF/flex/services-config.xml

must be configured accordingly.

Event listener
TAFC only – enable the T24 resource adapter inbound listener
Configure a new JMS queue monitorEventQueue
<mbean code="org.jboss.mq.server.jmx.Queue"

name="jboss.mq.destination:service=Queue,name=monitorEventQueue">

<depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>

</mbean>

Start the application server


Generate TAF events
TAFC
Start the monitor TIC:tafc -c monitor

Note: If T24Monitor and T24 are on different machines, configure the TIC

$TAFC_HOME/config/monitor/monitor.tic ! tic.xml

to specify the server location hosting T24Monitor.



Generate TEC events
Create a TEC.PROFILE
TEC.PROFILE I MYPROFILE to define the TEC.ITEMS to be monitored, e.g.
4. 1 ITEMS.......... COB.STARTED COB started

4. 2 ITEMS.......... COB.FINISHED COB finished

4. 3 ITEMS.......... JOB.STARTED Job started

4. 4 ITEMS.......... JOB.FINISHED Job finished

4. 5 ITEMS.......... JOB.SELECT Job select

4. 6 ITEMS.......... JOB.PENDING Job pending

4. 7 ITEMS.......... JOB.PROGRESS Job progress

TEC.PROFILE V MYPROFILE to validate and activate the profile
Set the JEE environment variables
export JEE_HOSTS=127.0.0.1
export JEE_PORTS=55006

Configure and start the T24MONITOR.DISPATCHER TSA service
Set the service to AUTO


View T24Monitor dashboard
Open an internet browser client and enter the following URL:
http://localhost:8080/t24monitor/T24Monitor.html



View T24Monitor JMX MBeans
Run a JMX client tool such as jconsole (available with the Java 6 JDK) and connect to JBoss’ JVM
Inspect com.temenos MBeans
The following user(s) said Thank You: phucmu

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

  • phongtg
  • Topic Author
  • Offline
  • Junior Member
  • Junior Member
More
11 years 5 months ago #15395 by phongtg
Replied by phongtg on topic T24 Monitor in R12
Hi. tks you so much,
I config successful the t24monitor. But I can't see the content of tab COB in my link (http://localhost:8080/t24monitor/T24Monitor.html)

Set the JEE environment variables
export JEE_HOSTS=127.0.0.1
export JEE_PORTS=55006
How can I config 2 parameter above ? Config in t24server ? We use AIX server for T24server

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

More
9 years 1 month ago #19437 by phucmu
Replied by phucmu on topic T24 Monitor in R12
Could you send me document guide about T24monitor?

Thanks in advances
This email address is being protected from spambots. You need JavaScript enabled to view it.

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

Time to create page: 0.041 seconds