|
From: Leif M. <le...@ta...> - 2006-07-19 08:21:53
|
Inspiron,
Once again, please post to the mailing list rather than to me directly.
The problem is that your application is exiting with an exit code of 1.
The wrapper forwards the Java exit code on to the wrapper. If a service
exits
with a non-0 exit code, the windows service manager assumes that there was
a problem with the service and reports it as so. This is why you are
seeing
the following error:
---
The MyApp service is stopping..
A system error has occurred.
System error 1067 has occurred.
The process terminated unexpectedly.
The MyApp service was stopped successfully.
---
Try using the Wrapper to stop the service if you need to avoid this message:
wrapper.exe -p wrapper.conf
Is it possible for you to change the exit code? It may be necessary to
add a property
which services to ignore the jvm exit code and always exit with a code of 0.
Cheers,
Leif
Inspiron123 wrote:
> Message body follows:
>
> hi
> thanks for the mail
>
> he is the wrapper.log which is of the windows service
>
>
> STATUS | wrapper | 2006/07/13 19:03:16 | --> Wrapper
> Started as Service
> DEBUG | wrapper | 2006/07/13 19:03:16 | Using tick timer.
> DEBUG | wrapperp | 2006/07/13 19:03:16 | server listening
> on port 32000.
> STATUS | wrapper | 2006/07/13 19:03:16 | Launching a JVM...
> DEBUG | wrapper | 2006/07/13 19:03:16 | command:
> "C:\WINDOWS\system32\java.exe" -Djava.library.path="../lib"
> -classpath
> "../lib/wrapper.jar;C:/j2sdk1.4.2_08/lib/tools.jar;../../vflauncher.jar;../../classpaths_sm"
> -Dwrapper.key="wNZpwc4dutVmqtKS" -Dwrapper.port=32000
> -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999
> -Dwrapper.debug="TRUE" -Dwrapper.pid=1556
> -Dwrapper.version="3.2.0" -Dwrapper.native_library="wrapper"
> -Dwrapper.service="TRUE" -Dwrapper.cpu.timeout="10"
> -Dwrapper.jvmid=1
> org.tanukisoftware.wrapper.WrapperStartStopApp
> com.bird.commons.launcher.LauncherMain 3 ../..
> ../../classpaths_sm com.bird.ss.CLMain
> com.bird.commons.launcher.LauncherMain true 4 ../..
> ../../classpaths_sm com.bird.ss.CLAdmin exit
> DEBUG | wrapper | 2006/07/13 19:03:16 | JVM started (PID=3084)
> INFO | jvm 1 | 2006/07/13 19:03:17 | WrapperManager
> class initialized by thread: main Using classloader:
> sun.misc.Launcher$AppClassLoader@e80a59
> INFO | jvm 1 | 2006/07/13 19:03:17 | Wrapper (Version
> 3.2.0) http://wrapper.tanukisoftware.org
> INFO | jvm 1 | 2006/07/13 19:03:17 |
> INFO | jvm 1 | 2006/07/13 19:03:17 | Wrapper Manager:
> JVM #1
> INFO | jvm 1 | 2006/07/13 19:03:17 | Running a 32-bit JVM.
> INFO | jvm 1 | 2006/07/13 19:03:17 | Wrapper Manager:
> Registering shutdown hook
> INFO | jvm 1 | 2006/07/13 19:03:17 | Wrapper Manager:
> Using wrapper
> INFO | jvm 1 | 2006/07/13 19:03:17 | Load native
> library. One or more attempts may fail if platform specific
> libraries do not exist.
> INFO | jvm 1 | 2006/07/13 19:03:17 | Loaded native
> library: wrapper-windows-x86-32.dll
> INFO | jvm 1 | 2006/07/13 19:03:17 | Calling native
> initialization method.
> INFO | jvm 1 | 2006/07/13 19:03:17 | Initializing
> WrapperManager native library.
> INFO | jvm 1 | 2006/07/13 19:03:17 | Java Executable:
> C:\WINDOWS\system32\java.exe
> INFO | jvm 1 | 2006/07/13 19:03:17 | Windows version:
> 5.1.2600
> INFO | jvm 1 | 2006/07/13 19:03:17 | Java Version :
> 1.4.2_08-b03 Java HotSpot(TM) Client VM
> INFO | jvm 1 | 2006/07/13 19:03:17 | Java VM Vendor :
> Sun Microsystems Inc.
> INFO | jvm 1 | 2006/07/13 19:03:17 |
> INFO | jvm 1 | 2006/07/13 19:03:17 |
> WrapperManager.start(org.tanukisoftware.wrapper.WrapperStartStopApp@a97b0b,
> args["../..", "../../classpaths_sm", "com.bird.ss.CLMain"])
> called by thread: main
> INFO | jvm 1 | 2006/07/13 19:03:17 | Open socket to
> wrapper...Wrapper-Connection
> INFO | jvm 1 | 2006/07/13 19:03:19 | Opened Socket from
> 31000 to 32000
> INFO | jvm 1 | 2006/07/13 19:03:19 | Send a packet KEY
> : wNZpwc4dutVmqtKS
> INFO | jvm 1 | 2006/07/13 19:03:19 |
> handleSocket(Socket[addr=/127.0.0.1,port=32000,localport=31000])
> DEBUG | wrapperp | 2006/07/13 19:03:19 | accepted a socket
> from 127.0.0.1 on port 31000
> DEBUG | wrapperp | 2006/07/13 19:03:19 | read a packet KEY
> : wNZpwc4dutVmqtKS
> DEBUG | wrapper | 2006/07/13 19:03:19 | Got key from JVM:
> wNZpwc4dutVmqtKS
> DEBUG | wrapperp | 2006/07/13 19:03:19 | send a packet
> LOW_LOG_LEVEL : 1
> DEBUG | wrapperp | 2006/07/13 19:03:19 | send a packet
> PING_TIMEOUT : 30
> DEBUG | wrapperp | 2006/07/13 19:03:19 | send a packet
> PROPERTIES : (Property Values)
> DEBUG | wrapper | 2006/07/13 19:03:19 | Start Application.
> DEBUG | wrapperp | 2006/07/13 19:03:19 | send a packet
> START : start
> INFO | jvm 1 | 2006/07/13 19:03:19 | Received a packet
> LOW_LOG_LEVEL : 1
> INFO | jvm 1 | 2006/07/13 19:03:19 | Wrapper Manager:
> LowLogLevel from Wrapper is 1
> INFO | jvm 1 | 2006/07/13 19:03:19 | Received a packet
> PING_TIMEOUT : 30
> INFO | jvm 1 | 2006/07/13 19:03:19 | Wrapper Manager:
> PingTimeout from Wrapper is 30000
> INFO | jvm 1 | 2006/07/13 19:03:19 | Received a packet
> PROPERTIES : (Property Values)
> INFO | jvm 1 | 2006/07/13 19:03:19 | Monitoring of the
> JVM thread count will be delayed for 1 seconds.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Received a packet
> START : start
> INFO | jvm 1 | 2006/07/13 19:03:19 | calling
> listener.start()
> INFO | jvm 1 | 2006/07/13 19:03:19 |
> WrapperStartStopApp: start(args) Will wait up to 2 seconds
> for the main method to complete.
> INFO | jvm 1 | 2006/07/13 19:03:19 |
> WrapperStartStopApp: invoking start main method
> INFO | jvm 1 | 2006/07/13 19:03:19 | VF Launcher
> Version: 2.0
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\sm\sm.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\sm\vfcommons.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\activation.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\blowfishj-2.14.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\hsqldb.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\jcalendar.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\log4j.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\looks-1.3.2.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\mail.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\qslib.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\vfcommons.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\vfwizard.jar> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Adding
> <C:\bird\sm14\lib\other\mysql-connector-java-3.0.11-stable-bin.jar>
> to the classpath.
> INFO | jvm 1 | 2006/07/13 19:03:19 | Starting process:
> INFO | jvm 1 | 2006/07/13 19:03:19 | C:\Program
> Files\Java\j2re1.4.2_08\bin\java -classpath
> C:\bird\sm14;C:\bird\sm14\lib\sm\sm.jar;C:\bird\sm14\lib\sm\vfcommons.jar;C:\bird\sm14\lib\other\activation.jar;C:\bird\sm14\lib\other\blowfishj-2.14.jar;C:\bird\sm14\lib\other\hsqldb.jar;C:\bird\sm14\lib\other\jcalendar.jar;C:\bird\sm14\lib\other\log4j.jar;C:\bird\sm14\lib\other\looks-1.3.2.jar;C:\bird\sm14\lib\other\mail.jar;C:\bird\sm14\lib\other\qslib.jar;C:\bird\sm14\lib\other\vfcommons.jar;C:\bird\sm14\lib\other\vfwizard.jar;C:\bird\sm14\lib\other\mysql-connector-java-3.0.11-stable-bin.jar
> com.bird.ss.CLMain WrapperStartStopApp: start main method
> completed
> INFO | jvm 1 | 2006/07/13 19:03:19 |
> WrapperStartStopApp: start(args) end. Main Completed=true,
> exitCode=null
> INFO | jvm 1 | 2006/07/13 19:03:19 | returned from
> listener.start()
> INFO | jvm 1 | 2006/07/13 19:03:19 | Send a packet
> STARTED :
> DEBUG | wrapperp | 2006/07/13 19:03:19 | read a packet
> STARTED :
> DEBUG | wrapper | 2006/07/13 19:03:19 | JVM signalled that
> it was started.
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,625 [main] DEBUG [com.bird.ss.CLMain.main()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,656 [main] DEBUG [com.bird.ss.CLMain.main()] -
> Creating Environment. . .
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,656 [main] DEBUG
> [com.bird.ss.CLMain.createEnvironment()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,656 [main] INFO
> [com.bird.ss.CLMain.createEnvironment()] - Attempting to
> create Environment. . .
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,656 [main] DEBUG
> [com.bird.ss.CLMain.createEnvironment()] - ./signal already
> exists. Clear it. . .
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,656 [main] DEBUG
> [com.bird.ss.CLMain.createEnvironment()] - exit deleted.
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,656 [main] DEBUG
> [com.bird.ss.CLMain.createEnvironment()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,656 [main] INFO [com.bird.ss.CLMain.main()] -
> Staring Service. . .
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [main] DEBUG
> [com.bird.ss.CLMain.startService()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [main] INFO
> [com.bird.ss.CLMain.startService()] - Attempting to start
> settlement service. . .
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [main] INFO
> [com.bird.ss.CLMain.startService()] - Settlement Service
> Started.
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [main] DEBUG
> [com.bird.ss.CLMain.startService()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] DEBUG
> [com.bird.ss.CLMain$CLMainStart.run()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] INFO
> [com.bird.ss.CLMain$CLMainStart.run()] - Initialize. . .
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] DEBUG [com.bird.ss.BaseMain.init()]
> - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] INFO
> [com.bird.ss.BaseMain.printVersion()] -
> ************************************************************************
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] INFO
> [com.bird.ss.BaseMain.printVersion()] -
> STARTING BIRD AUTO SETTLEMENT SERVICE
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] INFO
> [com.bird.ss.BaseMain.printVersion()] -
> Version <01.00.15>
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] INFO
> [com.bird.ss.BaseMain.printVersion()] -
>
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] INFO
> [com.bird.ss.BaseMain.printVersion()] -
> ************************************************************************
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] DEBUG [com.bird.ss.BaseMain.init()]
> - Loading Properties File <settlementservice.properties>. . .
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,671 [Thread-0] DEBUG
> [com.bird.ss.BaseMain.loadProperties()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,687 [Thread-0] DEBUG
> [com.bird.ss.BaseMain.loadProperties()] - Loading bootstrap
> parameters from properties file...
> INFO | jvm 1 | 2006/07/13 19:03:19 | 2006-07-13
> 19:03:19,703 [Thread-0] DEBUG
> [com.bird.ss.BaseMain.loadProperties()] - Propeties Loaded
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,921 [Thread-0] DEBUG
> [com.bird.ss.BaseMain.loadProperties()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,921 [Thread-0] DEBUG [com.bird.ss.BaseMain.init()]
> - Properties File <settlementservice.properties> Loaded
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,921 [Thread-0] WARN [com.bird.ss.BaseMain.init()]
> - Defaulting frequency to 300 seconds.
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,921 [Thread-0] INFO [com.bird.ss.BaseMain.init()]
> - Frequency Set to <300> Seconds
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,921 [Thread-0] DEBUG [com.bird.ss.BaseMain.init()]
> - Attempting to initialize AutoSettleDaemon. . .
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,937 [Thread-0] DEBUG
> [com.bird.ss.AutoSettleDaemon.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,937 [Thread-0] DEBUG
> [com.bird.ss.AutoSettleDaemon.<init>()] - Attempting to
> create instance of SettlementScheduler. . .
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,937 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,937 [Thread-0] INFO
> [com.bird.ss.SettlementScheduler.<init>()] - Starting up...
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,937 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - Initializing
> Database. . .
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,968 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.init()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:20 | log4j:WARN No
> appenders could be found for logger (qslib.db.DBServer).
> INFO | jvm 1 | 2006/07/13 19:03:20 | log4j:WARN Please
> initialize the log4j system properly.
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.init()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] INFO
> [com.bird.ss.SettlementScheduler.<init>()] - Database
> Initialized
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - Getting DB
> Instance. . .
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.getInstance()] - ENTER & EXIT
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - DB Instance Set.
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - Loading
> Properties. . .
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:20 | 2006-07-13
> 19:03:19,984 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Loading
> properties...
> DEBUG | wrapperp | 2006/07/13 19:03:20 | send a packet PING
> : ping
> INFO | jvm 1 | 2006/07/13 19:03:20 | Received a packet
> PING : ping
> INFO | jvm 1 | 2006/07/13 19:03:20 | Send a packet PING
> : ok
> DEBUG | wrapperp | 2006/07/13 19:03:20 | read a packet PING
> : ok
> DEBUG | wrapper | 2006/07/13 19:03:20 | Got ping response
> from JVM
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,234 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Creating
> statement
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,234 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Executing
> Query <SELECT * FROM PROPERTIES>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,578 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Set Property.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,578 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Set Property.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,578 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Set Property.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,578 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Set Property.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,578 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Set Property.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,578 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - Set Property.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,578 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadProperties()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,593 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - Properties Loaded.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,593 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - Initializing. . .
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,593 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.init()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,593 [Thread-0] INFO
> [com.bird.ss.SettlementScheduler.init()] - Max retry set to 2
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,656 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.init()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 20
> INFO | jvm 1 | 2006/07/13 19:03:22 | 06-07-13
> 19:03:22,656 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,656 [Thread-0] INFO
> [com.bird.ss.EmailUtil.<init>()] - Initializing...
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,671 [Thread-0] INFO
> [com.bird.ss.EmailUtil.<init>()] - SMTP Host:
> wmra.dataone.in Authentication is ON using
> ka...@da.../enerdwqs
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,671 [Thread-0] DEBUG
> [com.bird.ss.EmailUtil.<init>()] - From = "cv...@cv..."
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,671 [Thread-0] INFO
> [com.bird.ss.EmailUtil.<init>()] - Ready.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,671 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.<init>()] - Email Util set
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,671 [Thread-0] INFO
> [com.bird.ss.EmailManager.<init>()] - Support Email is
> <cv...@cv...>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - Reading file:
> C:\bird\sm14\email\MERCHANT_SUCCESS...
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - Done. EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.<init>()] - Email Template
> <MERCHANT_SUCCESS> set.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - Reading file:
> C:\bird\sm14\email\MERCHANT_WARNING...
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - Done. EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.<init>()] - Email Template
> <MERCHANT_WARNING> set.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - Reading file:
> C:\bird\sm14\email\SUPPORT...
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - Done. EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.<init>()] - Email Template
> <SUPPORT> set.
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.getInstance()] - ENTER & EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,703 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.<init>()] - Got Instance of
> Database Manager
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,718 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,734 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.init()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,734 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.getInstance()] - ENTER & EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,734 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - Loading
> server settings...
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,750 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - Creating
> statement
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,750 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - Executing
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,750 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] -
> Preparing Statement <SELECT * FROM RITA_DB WHERE DB_ID = ?>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,765 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - Execute
> Query <SELECT * FROM RITA_SERVER>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,765 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] -
> SERVER_ID <1>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,765 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - IP
> <localhost>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,781 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - PORT <5012>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,781 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - TIMEOUT
> <60000>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,781 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] -
> MAX_CLIENTS <10>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,781 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - RiTA_DB
> ID <1>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,781 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - RITA_DB
> URL <jdbc:mysql://localhost/ritadb>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,781 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - RITA_DB
> USR <MASKED>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,781 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - RITA_DB
> PW <MASKED>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,781 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - RITA_DB
> DRIVER <com.mysql.jdbc.Driver>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.ServerConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.ServerConfig.<init>()] - ID Set to <1>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.ServerConfig.<init>()] - IP Set to <localhost>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.ServerConfig.<init>()] - Port Set to <5012>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.ServerConfig.<init>()] - Timeout Set to <60000000>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.ServerConfig.<init>()] - Max Threads Set to <10>
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.ServerConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - SERVER
> Config Added
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,812 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadServerConfigs()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,843 [Thread-0] DEBUG
> [com.bird.ss.RequestDispatcher.init()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,859 [Thread-0] DEBUG
> [com.bird.ss.RequestDispatcher.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,859 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.getInstance()] - ENTER & EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,859 [Thread-0] DEBUG
> [com.bird.ss.SettlementManager.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.getInstance()] - ENTER & EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] DEBUG
> [com.bird.ss.EmailManager.getInstance()] - ENTER & EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] INFO
> [com.bird.ss.SettlementManager.<init>()] - Initializing...
> Server 1 @localhost:5012 timeout: 60000000 threads: 10
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] DEBUG
> [com.bird.ss.SettlementManager.<init>()] - Getting Standard
> Request from REQUEST File
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - Reading file:
> C:\bird\sm14\REQUEST...
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] DEBUG
> [com.bird.ss.util.FileUtil.readTextFile()] - Done. EXIT
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,906 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Loading
> default actions...
> INFO | jvm 1 | 2006/07/13 19:03:22 | 2006-07-13
> 19:03:22,921 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - At
> INFO | jvm 1 | 2006/07/13 19:03:23 | tempting to
> execute query <SELECT RESULT_CODE, MERCHANT_TEMPLATE,
> SUPPORT_TEMPLATE, RETRY FROM DEFAULT_ACTION>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,953 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,953 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,953 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,953 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <2>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_SUCCESS>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <null>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,968 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,984 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,984 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,984 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <2>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,984 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_SUCCESS>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:22,984 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <null>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <6>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <6>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <8>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,000 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,015 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,015 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <8>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,015 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,015 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,015 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,046 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,046 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <15>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,046 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,046 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,046 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <3>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <15>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <3>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <55>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <55>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,062 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <101>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,078 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <101>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <3100>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <3100>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,093 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <3605>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <3605>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,109 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,125 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <3615>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,125 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,125 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,125 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <3615>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <9000>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <9000>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,156 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <9001>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <9001>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,171 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> ACTION_ID <10100>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> MERCHANT_TEMPLATE <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] -
> SUPPORT_TEMPLATE <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - RETRY <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] INFO
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - Adding
> DEFAULT_ACTION to list
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Result Code Set to <10100>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Merchant Template Set
> to <MERCHANT_WARNING>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Support Template Set
> to <SUPPORT>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - Retry Count Set to <0>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] DEBUG
> [com.bird.ss.ActionConfig.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,187 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.loadDefaultActions()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Thread-0] DEBUG
> [com.bird.ss.SettlementManager.<init>()] - Loading Default
> Actions. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Thread-0] DEBUG
> [com.bird.ss.SettlementManager.<init>()] - Creating Thread
> Pool for <10> threads. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Filling pool...
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-0>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-1>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-2>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-3>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,203 [Pool-0 Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Pool-0 Thread-1] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Pool-0 Thread-2] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-4>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-5>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Pool-0 Thread-3] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Pool-0 Thread-4] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-6>. . .
> DEBUG | wrapper | 2006/07/13 19:03:23 | Pause reading
> child output to share cycles.
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-7>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-8>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,218 [Pool-0 Thread-5] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Pool-0 Thread-6] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Pool-0 Thread-7] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - Starting New Pooled
> Thread <Pool-0 Thread-9>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Thread-0] INFO
> [com.bird.ss.util.ThreadPool.<init>()] - Ready to process
> tasks with 10 thread(s).
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Pool-0 Thread-8] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Pool-0 Thread-9] DEBUG
> [com.bird.ss.util.ThreadPool.getTask()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Thread-0] DEBUG
> [com.bird.ss.util.ThreadPool.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Thread-0] DEBUG
> [com.bird.ss.SettlementManager.<init>()] - Creating a
> SocketClient for ip <localhost>, Port <5012>, Timeout <60000000>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Thread-0] DEBUG
> [com.bird.ss.SocketClient.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Thread-0] DEBUG
> [com.bird.ss.SocketClient.<init>()] - Set Host to <localhost>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Thread-0] DEBUG
> [com.bird.ss.SocketClient.<init>()] - Set Port to <5012>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,234 [Thread-0] DEBUG
> [com.bird.ss.SocketClient.<init>()] - Set Timeout to <60000000>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.SocketClient.<init>()] - Set SLL to <false>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.SocketClient.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.SocketClient.<init>()] - ENTER & EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] INFO
> [com.bird.ss.SettlementManager.<init>()] - Ready.
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.SettlementManager.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.RequestDispatcher.<init>()] - Added Server
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.RequestDispatcher.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.RequestDispatcher.init()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.RequestDispatcher.getInstance()] - ENTER & EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.init()] - Resetting queued
> requests to scheduled.
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateQueuedToScheduled()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateRequestStatuses()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,250 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateRequestStatuses()] -
> Updating requests with status QUEUED to status SCHEDULED...
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,265 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateRequestStatuses()] -
> Preparing Statement <UPDATE SCHEDULED_REQUEST SET STATUS_ID
> = ? WHERE STATUS_ID = ?>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,265 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateRequestStatuses()] - Set
> Status ID <1>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,265 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateRequestStatuses()] - Set
> Current Status <2>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,265 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateRequestStatuses()] -
> Updated 0 row(s).
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateRequestStatuses()] -
> Update done.
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateRequestStatuses()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] DEBUG
> [com.bird.ss.DatabaseManager.updateQueuedToScheduled()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.init()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - Initialized.
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] INFO
> [com.bird.ss.SettlementScheduler.<init>()] - Ready.
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] DEBUG
> [com.bird.ss.SettlementScheduler.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] INFO
> [com.bird.ss.AutoSettleDaemon.<init>()] -
> SettlementScheduler Instantiated.
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] DEBUG
> [com.bird.ss.AutoSettleDaemon.<init>()] - Attempting to
> create Cycler Daemon for frequency <300000>. . .
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,281 [Thread-0] DEBUG
> [com.bird.ss.CyclerDaemon.<init>()] - ENTER
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,296 [Thread-0] INFO
> [com.bird.ss.CyclerDaemon.<init>()] - Frequency Set to
> <300000> ms
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,296 [Thread-0] DEBUG
> [com.bird.ss.CyclerDaemon.<init>()] - EXIT
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,296 [Thread-0] INFO
> [com.bird.ss.AutoSettleDaemon.<init>()] - CyclerDaemon
> Instantiated for Frequency <300000>
> INFO | jvm 1 | 2006/07/13 19:03:23 | 2006-07-13
> 19:03:23,296 [Thread-0] DEBUG
> [com.bird.ss.AutoSettleDaemon.<init>()] - Attempting to add
> DaemonListerner. . .
> IN...
[truncated message content] |