Kamal, Welcome! You will find on this mailing list a generally friendly group. However, most will tell you they are glad to help if you take a shot at the code first and then show a snippet of the code where you are having a problem.
Since you are new, I will gladly point you in the right direction but, as I said, I/we won't write the code for you. That said, I'll assume you have downloaded and installed perl. If so, open a cmd (DOS) window and type: perldoc perlintro and read through that. (This can also be found at http://perldoc.perl.org/perlintro.html). Everything you've asked for is found in there. Finally, I highly recommend "Learning Perl" (a.k.a. "the Llama book"). It is an easy read and by the time you've read it you will be well on your way to writing some serious code. -Pete -----Original Message----- From: Kamal Ahmed To: [email protected] Sent: 5/13/2005 8:44 PM Subject: File Parsing Hi, I am new to perl, and would really appreciate if anyone can help me, with this: Following are sample lines from log files I have to write a perl script which will parse all these files, and : 1. Count the number of "INFO" or whatever text is in the file, and print only those lines that have INFO 2. I have to create a has table of these keys 3. Later , would be able to further develop the script to do some analysis as well. Thanks, -Kamal. das_query0.0.log Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS ThreadPools.DefaultThreadPool.GenericRemoteObjectTask Stats for last 600sec: Avg: waiting 0 running 0, 10 requests, avg wait time 0s runtime 0.008s||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report| Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS ThreadPools.DefaultThreadPool.ConfigurationRequestTask Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS requests.LOGIN_REQ Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS ThreadPools.DefaultThreadPool.DBAuthenticationTask Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.RemoteObjectService.ConfigService Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.RemoteObjectService.DataObjectManager.selectDataObjects Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.RemoteObjectService.ConfigService.getGlobalFilters Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.RemoteObjectService.IncidentService.getStates Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS ThreadPools.TimerThreadPool.CCorrelationServiceImpl$StatusTask Stats for last 600sec: Avg: waiting 0 running 0, 10 requests, avg wait time 0s runtime 0.013s||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report| Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS ThreadPools.DefaultThreadPool.UserSessionKeepAliveTask Stats for last 600sec: Avg: waiting 0 running 0, 10 requests, avg wait time 0s runtime 0s||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report| Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS requests.esecurity.correlation.config Stats for last 600sec: Avg: waiting 0 running 0, 10 requests, avg wait time 0.018s runtime 0.008s||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report| Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS ThreadPools.DefaultThreadPool.GenericDBTask Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS requests.db_generic_request Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.RemoteObjectService.EMap.generateFullMapData Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS requests.user_session_keepalive Stats for last 600sec: Avg: waiting 0 running 0, 10 requests, avg wait time 0.011s runtime 0s||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report| Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.RemoteObjectService Stats for last 600sec: Avg: waiting 0 running 0, 10 requests, avg wait time 0.028s runtime 0.008s||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report| Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS ThreadPools.DefaultThreadPool.UserSessionLogoffTask Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS ThreadPools.DefaultThreadPool.ObjectAttrInfoTask Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.RemoteObjectService.HealthService Stats for last 600sec: Avg: waiting 0 running 0, 10 requests, avg wait time 0.028s runtime 0.008s||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report| Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS requests.sync_cms_request Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.CorrelationService Stats for last 600sec: Avg: waiting 0 running 0, 10 requests, avg wait time 0.018s runtime 0.008s||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report| Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|DAS services.UserSessionLogoffService Stats for last 600sec: Avg: waiting 0 running 0, 0 requests||||esecurity.ccs.comp.dispatcher.DispatcherStatsReporter|report | Tue May 10 06:10:00 EDT 2005|Thread-51338|INFO|Over the last 599sec service DAS_Query-D47E9DBC-9FDB-1027-87AB-0007E984BB4A sent 255,489 messages with total size 311,675KB, Average msg size is 1,249b||||esecurity.ccs.comp.dispatcher.stats.DispatcherStatsManager$Rep orte r|report| Tue May 10 06:10:40 EDT 2005|Thread-51343|INFO|ConnectionPool Stats for last 600sec: avg getCn time 0sec of 30 cns, avg use time 0.002sec over 30cns, On average 3 free and 0 active connections||||esecurity.base.db.connection.DBConnectionPool|report| das_binary0.0.log Thu May 05 17:39:13 EDT 2005|main|INFO|Starting container DAS_Binary ...||||esecurity.base.ccs.ContainerExecutor|execute| Thu May 05 17:39:14 EDT 2005|main|INFO|Loaded component ConnectionManager||||esecurity.base.ccs.proxy.ComponentElementProxy|cons umeC omponentElement| Thu May 05 17:39:14 EDT 2005|main|INFO|Loaded component TimerService||||esecurity.base.ccs.proxy.ComponentElementProxy|consumeCo mpon entElement| Thu May 05 17:39:14 EDT 2005|main|INFO|Loaded component DispatcherStatsService||||esecurity.base.ccs.proxy.ComponentElementProxy |con sumeComponentElement| Thu May 05 17:39:14 EDT 2005|main|INFO|Loaded component DispatchManager||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Thu May 05 17:39:15 EDT 2005|main|INFO|Loaded component EventFileRedirectService||||esecurity.base.ccs.proxy.ComponentElementPro xy|c onsumeComponentElement| Thu May 05 17:39:17 EDT 2005|main|INFO|Loaded component Persistor||||esecurity.base.ccs.proxy.ComponentElementProxy|consumeCompo nent Element| Thu May 05 17:39:17 EDT 2005|main|INFO|Loaded component EventStoreService||||esecurity.base.ccs.proxy.ComponentElementProxy|cons umeC omponentElement| Thu May 05 17:39:17 EDT 2005|main|INFO|Loaded component RtEventSummaryService||||esecurity.base.ccs.proxy.ComponentElementProxy| cons umeComponentElement| Thu May 05 17:39:17 EDT 2005|main|INFO|Loaded component EventAggregationService||||esecurity.base.ccs.proxy.ComponentElementProx y|co nsumeComponentElement| Thu May 05 17:39:17 EDT 2005|main|INFO|Loaded component ShutdownService||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Thu May 05 17:39:17 EDT 2005|main|INFO|Loaded component RemoteObjectService||||esecurity.base.ccs.proxy.ComponentElementProxy|co nsum eComponentElement| Thu May 05 17:39:17 EDT 2005|main|INFO|Loaded component Container:DAS_Binary||||esecurity.base.ccs.proxy.ComponentElementProxy|c onsu meComponentElement| Thu May 05 17:39:23 EDT 2005|main|INFO|Using database configuration: hostname: app.esecurity.net portnum: 1433 database: ESEC username: esecapp password: ******** server: mssql maxConnections: 50 batchSize: 50 loadSize: 20 realm: kdc: ||||esecurity.base.ccs.comp.dataobject.ConnectionManager|componentActiva ted| Thu May 05 17:39:23 EDT 2005|main|INFO|Checking license...||||esecurity.base.db.connection.DBConnectionManager|getInstan ce| Shark.log 2005-05-05 17:40:15,503: SharkEngineManager -> Working with 'org.enhydra.shark.CallbackUtil' implementation of core CallbackUtilities API 2005-05-05 17:40:15,503: SharkEngineManager -> Working with 'org.enhydra.shark.SharkObjectFactory' implementation of core SharkObjectFactory API 2005-05-05 17:40:15,503: SharkEngineManager -> Working with 'org.enhydra.shark.ToolAgentManagerImpl' implementation of core ToolAgentManager API 2005-05-05 17:40:15,503: SharkEngineManager -> Working with 'org.enhydra.shark.logging.StandardLoggingManager' implementation of Logging API 2005-05-05 17:40:15,535: SharkEngineManager -> Working with 'com.esecurity.workflow.server.shark.engine.EsecAssignmentManager' implementation of Assignment API 2005-05-05 17:40:16,269: SharkEngineManager -> Working with 'org.enhydra.shark.authentication.DODSAuthenticationManager' implementation of Authentication API 2005-05-05 17:40:16,316: Process Cache configured - max. size is 30 2005-05-05 17:40:16,316: Resource Cache configured - max. size is 100 2005-05-05 17:40:16,316: SharkEngineManager -> Working with 'org.enhydra.shark.caching.LRUCacheMgr' implementation of Caching API 2005-05-05 17:40:21,472: sql = select ProcessStates.* from ProcessStates execute time = 406max table execute time = 200 2005-05-05 17:40:21,691: sql = select ProcessStates.* from ProcessStates WHERE ProcessStates.KeyValue = open.running execute time = 219max table execute time = 200 2005-05-05 17:40:23,300: DODSPersistentManager -> manager configured - working with DB jdbc:esecurity:sqlserver://app.esecurity.net:1433;databaseName=ESEC_WF;S elec tMethod=Cursor 2005-05-05 17:40:23,300: DODSPersistentManager -> - using DB Driver com.esecurity.jdbc.sqlserver.SQLServerDriver 2005-05-05 17:40:23,300: SharkEngineManager -> Working with 'org.enhydra.shark.instancepersistence.DODSPersistentManager' implementation of InstancePersistence API 2005-05-05 17:40:24,363: SharkEngineManager -> Working with 'org.enhydra.shark.eventaudit.DODSEventAuditManager' implementation of EventAudit API 2005-05-05 17:40:24,363: SharkEngineManager -> Working with 'org.enhydra.shark.limitagent.TimerLimitAgentManager' implementation of Limit API 2005-05-05 17:40:24,519: SharkEngineManager -> Working with 'org.enhydra.shark.processlocking.DODSLockMaster' implementation of ProcessLocking API 2005-05-05 17:40:25,472: SharkEngineManager -> Working with 'org.enhydra.shark.partmappersistence.DODSParticipantMappingMgr' implementation of ParticipantMapPersistence API 2005-05-05 17:40:27,082: SharkEngineManager -> Working with 'org.enhydra.shark.appmappersistence.DODSApplicationMappingMgr' implementation of ApplicationMapPersistence API workflow_server_0.0.log Thu May 05 17:39:35 EDT 2005|main|INFO|Starting container Workflow_Server ...||||esecurity.base.ccs.ContainerExecutor|execute| Thu May 05 17:39:36 EDT 2005|main|INFO|Loaded component ConnectionManager||||esecurity.base.ccs.proxy.ComponentElementProxy|cons umeC omponentElement| Thu May 05 17:39:36 EDT 2005|main|INFO|Loaded component TimerThreadPool||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Thu May 05 17:39:36 EDT 2005|main|INFO|Loaded component DefaultThreadPool||||esecurity.base.ccs.proxy.ComponentElementProxy|cons umeC omponentElement| Thu May 05 17:39:36 EDT 2005|main|INFO|Loaded component TimerService||||esecurity.base.ccs.proxy.ComponentElementProxy|consumeCo mpon entElement| Thu May 05 17:39:36 EDT 2005|main|INFO|Loaded component DispatchManager||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Thu May 05 17:39:38 EDT 2005|main|INFO|Loaded component WorkflowServer||||es ecurity.base.ccs.proxy.ComponentElementProxy|consumeComponentElement| Thu May 05 17:39:38 EDT 2005|main|INFO|Loaded component PublisherService||||esecurity.base.ccs.proxy.ComponentElementProxy|consu meCo mponentElement| Thu May 05 17:39:39 EDT 2005|main|INFO|Loaded component RemoteObjectService||||esecurity.base.ccs.proxy.ComponentElementProxy|co nsum eComponentElement| Thu May 05 17:39:39 EDT 2005|main|INFO|Loaded component TriggerService||||esecurity.base.ccs.proxy.ComponentElementProxy|consume Comp onentElement| Thu May 05 17:39:39 EDT 2005|main|INFO|Loaded component ShutdownService||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Thu May 05 17:39:39 EDT 2005|main|INFO|Loaded component Container:Workflow_Server||||esecurity.base.ccs.proxy.ComponentElementPr oxy| consumeComponentElement| Thu May 05 17:39:45 EDT 2005|main|INFO|Using database configuration: hostname: app.esecurity.net portnum: 1433 database: ESEC username: esecapp password: ******** server: mssql maxConnections: 50 batchSize: 50 loadSize: 20 realm: kdc: ||||esecurity.base.ccs.comp.dataobject.ConnectionManager|componentActiva ted| Thu May 05 17:39:45 EDT 2005|main|INFO|Checking license...||||esecurity.base.db.connection.DBConnectionManager|getInstan ce| Thu May 05 17:39:45 EDT 2005|main|INFO|License is valid.||||esecurity.base.db.connection.DBConnectionManager|getInstance| Thu May 05 17:39:45 EDT 2005|main|INFO|Done checking license...||||esecurity.base.db.connection.DBConnectionManager|getInstan ce| Thu May 05 17:39:45 EDT 2005|main|INFO|ConnectionManager autoConfig false||||esecurity.base.db.connection.DBConnectionManager|<init>| Thu May 05 17:39:45 EDT 2005|main|INFO|Initializing connection pool with 50 connections||||esecurity.base.db.connection.DBConnectionPool|<init>| Thu May 05 17:39:45 EDT 2005|main|INFO|TimerThreadPool thread pool: Max threads = 20 Max threads queued = 100.||||esecurity.base.ccs.BasicComponent|initializeTaskExecutor| advisor.log Fri 05/06/2005 "Starting Advisor update process" Fri May 06 02:00:05 EDT 2005|main|INFO|Starting container Advisor ...||||esecurity.base.ccs.ContainerExecutor|execute| Fri May 06 02:00:05 EDT 2005|main|INFO|Loaded component ConnectionManager||||esecurity.base.ccs.proxy.ComponentElementProxy|cons umeC omponentElement| Fri May 06 02:00:05 EDT 2005|main|INFO|Loaded component PublisherService||||esecurity.base.ccs.proxy.ComponentElementProxy|consu meCo mponentElement| Fri May 06 02:00:06 EDT 2005|main|INFO|Loaded component DispatchManager||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Fri May 06 02:00:06 EDT 2005|main|INFO|Loaded component DownloadComponent||||esecurity.base.ccs.proxy.ComponentElementProxy|cons umeC omponentElement| Fri May 06 02:00:06 EDT 2005|main|INFO|Loaded component ProcessComponent||||esecurity.base.ccs.proxy.ComponentElementProxy|consu meCo mponentElement| Fri May 06 02:00:06 EDT 2005|main|INFO|Loaded component AdvisorService||||esecurity.base.ccs.proxy.ComponentElementProxy|consume Comp onentElement| Fri May 06 02:00:06 EDT 2005|main|INFO|Loaded component Container:Advisor||||esecurity.base.ccs.proxy.ComponentElementProxy|cons umeC omponentElement| Fri May 06 02:00:07 EDT 2005|main|INFO|Using database configuration: hostname: app.esecurity.net portnum: 1433 database: ESEC username: esecapp password: ******** server: mssql maxConnections: 50 batchSize: 50 loadSize: 20 realm: kdc: ||||esecurity.base.ccs.comp.dataobject.ConnectionManager|componentActiva ted| Fri May 06 02:00:07 EDT 2005|main|INFO|Checking license...||||esecurity.base.db.connection.DBConnectionManager|getInstan ce| Fri May 06 02:00:07 EDT 2005|main|INFO|License is valid.||||esecurity.base.db.connection.DBConnectionManager|getInstance| Fri May 06 02:00:07 EDT 2005|main|INFO|Done checking license...||||esecurity.base.db.connection.DBConnectionManager|getInstan ce| Fri May 06 02:00:07 EDT 2005|main|INFO|ConnectionManager autoConfig false||||esecurity.base.db.connection.DBConnectionManager|<init>| Fri May 06 02:00:07 EDT 2005|main|INFO|Initializing connection pool with 50 connections||||esecurity.base.db.connection.DBConnectionPool|<init>| Fri May 06 02:00:07 EDT 2005|main|INFO|Initializing metadata, container name Advisor||||esecurity.base.configuration.MetaDataManager|init| Fri May 06 02:00:08 EDT 2005|main|INFO|Adding wrapper for TestObj2 class esecurity.ccs.testcases.remoteobj.TestObj2ExtendedImpl ||||esecurity.base.configuration.MetaDataManager|processContainerInfo| Fri May 06 02:00:08 EDT 2005|main|INFO|Adding wrapper for ViewConfiguration class esecurity.ccs.ui.object.wrappers.CustomViewConfigurationImpl ||||esecurity.base.configuration.MetaDataManager|processContainerInfo| Fri May 06 02:00:08 EDT 2005|main|INFO|Running container Advisor has configuration information about 6 containers: ||||esecurity.base.configuration.MetaDataManager|initContainerInfo| Fri May 06 02:00:08 EDT 2005|main|INFO| Conf Container Advisor with 0 apps and 1 localApps: (local)Advisor||||esecurity.base.configuration.MetaDataManager|initConta iner Info| Fri May 06 02:00:08 EDT 2005|main|INFO| Conf Container sentinel_client with 0 apps and 0 localApps: ||||esecurity.base.configuration.MetaDataManager|initContainerInfo| Fri May 06 02:00:08 EDT 2005|main|INFO| Conf Container SDM with 0 apps and 1 localApps: (local)Aggregation||||esecurity.base.configuration.MetaDataManager|initC onta inerInfo| Fri May 06 02:00:08 EDT 2005|main|INFO| Conf Container DAS_Binary with 4 apps and 2 localApps: Test,Event,EventView,Aggregation,(local)Core,(local)Config||||esecurity. base .configuration.MetaDataManager|initContainerInfo| Fri May 06 02:00:08 EDT 2005|main|INFO| Conf Container DAS_Query with 11 apps and 1 localApps: Advisor,Vulnerability,Base,Core,Mapping,Health,IncidentService,Incident, Corr elation,Asset,Config,(local)Event||||esecurity.base.configuration.MetaDa taMa nager|initContainerInfo| Fri May 06 02:00:08 EDT 2005|main|INFO| Conf Container am_container with 1 apps and 0 localApps: Agent||||esecurity.base.configuration.MetaDataManager|initContainerInfo| Fri May 06 02:00:08 EDT 2005|main|INFO|Loaded 7 DataObject objects from file \xml\AgentDefinition.xml in package esecurity.ccs.comp.agentmanager.object: Control,ControlParameter,Debug,DebugParameter,Monitor,AgentState,AgentVa riab le||||esecurity.base.configuration.MetaDataManager|loadObjectDefinitions | Fri May 06 02:00:09 EDT 2005|main|INFO|Loaded 22 DataObject objects from file \xml\AdvisorFeedObjectsDefinition.xml in package esecurity.ccs.comp.advisor.object: AdvAlert,AdvSubAlert,AdvAlertProduct,AdvVendor,AdvProduct,AdvProductVers ion, AdvProductServicePack,AdvAlertCVE,Alerts,Products,AdvFeed,AdvFeedUpdate, AdvA ttack,AdvAttackAlert,AdvAttackMap,AdvAttackCVE,AdvAttackPlugin,AdvVulnPr oduc t,AttackCollection,AdvUrgency,AdvCredibility,AdvSeverity||||esecurity.ba se.c onfiguration.MetaDataManager|loadObjectDefinitions| Fri May 06 02:00:10 EDT 2005|main|INFO|Loaded 21 DataObject objects from file \xml\ConfigObjectsDefinition.xml in package esecurity.db.object: Menus,Menu,Item,Filters,Filter,FilterTable,FilterTableRow,DBTransaction, Lock ,DBRequest,Parameter,DBResponse,DBSuccess,DBError,ChangePassword,Images, GetI mage,GetImageNames,ImageName,ImageError,ActiveViewInfo||||esecurity.base .con figuration.MetaDataManager|loadObjectDefinitions| activity_container_0.0.log Thu May 05 17:39:24 EDT 2005|main|INFO|Starting container Activity_Container ...||||esecurity.base.ccs.ContainerExecutor|execute| Thu May 05 17:39:26 EDT 2005|main|INFO|Loaded component ConnectionManager||||esecurity.base.ccs.proxy.ComponentElementProxy|cons umeC omponentElement| Thu May 05 17:39:27 EDT 2005|main|INFO|Loaded component DispatchManager||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Thu May 05 17:39:27 EDT 2005|main|INFO|Loaded component PublisherService||||esecurity.base.ccs.proxy.ComponentElementProxy|consu meCo mponentElement| Thu May 05 17:39:27 EDT 2005|main|INFO|Loaded component ActivityService||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Thu May 05 17:39:27 EDT 2005|main|INFO|Loaded component RemoteObjectService||||esecurity.base.ccs.proxy.ComponentElementProxy|co nsum eComponentElement| Thu May 05 17:39:27 EDT 2005|main|INFO|Loaded component ShutdownService||||esecurity.base.ccs.proxy.ComponentElementProxy|consum eCom ponentElement| Thu May 05 17:39:27 EDT 2005|main|INFO|Loaded component Container:Activity_Container||||esecurity.base.ccs.proxy.ComponentElemen tPro xy|consumeComponentElement| Thu May 05 17:39:31 EDT 2005|main|INFO|Using database configuration: hostname: app.esecurity.net portnum: 1433 database: ESEC username: esecapp password: ******** server: mssql maxConnections: 50 batchSize: 50 loadSize: 20 realm: kdc: ||||esecurity.base.ccs.comp.dataobject.ConnectionManager|componentActiva ted| Thu May 05 17:39:31 EDT 2005|main|INFO|Checking license...||||esecurity.base.db.connection.DBConnectionManager|getInstan ce| Thu May 05 17:39:31 EDT 2005|main|INFO|License is valid.||||esecurity.base.db.connection.DBConnectionManager|getInstance| Thu May 05 17:39:31 EDT 2005|main|INFO|Done checking license...||||esecurity.base.db.connection.DBConnectionManager|getInstan ce| Thu May 05 17:39:31 EDT 2005|main|INFO|ConnectionManager autoConfig false||||esecurity.base.db.connection.DBConnectionManager|<init>| Thu May 05 17:39:31 EDT 2005|main|INFO|Initializing connection pool with 50 connections||||esecurity.base.db.connection.DBConnectionPool|<init>| Thu May 05 17:39:32 EDT 2005|Thread-1|INFO|Initializing UUID generator...||||com.esecurity.common.communication.Communicator$1|run| Thu May 05 17:39:32 EDT 2005|main|INFO|Loading strategy sentinel_client||||com.esecurity.common.communication.Communicator|loadC onfi guration| Thu May 05 17:39:32 EDT 2005|main|INFO|loadStrategy. Loading strategy ||||com.esecurity.common.communication.Communicator|loadStrategy| Thu May 05 17:39:32 EDT 2005|main|INFO|Sonic definitive settings: BrokerURL - tcp://app:10012 ConnectID - Activity_Container[D47E9DBC-9FDB-1027-87AD-0007E984BB4A] Username - Password - ConnectionURLs - LoadBalancing - false ConnectRetryPeriod - 1000 MaxConnectRetryPeriod - 120000 PublisherConnections - 1 SubscriberConnections - 1 PublisherSendTimeout - 4000 PublisherBuffered - false PublisherBufferSize - 10240 PingInterval - 30 DebugLevel - 0 ||||com.esecurity.common.communication.strategy.sonicstrategy.SonicStrat egy| traceDebug| Thu May 05 17:39:51 EDT 2005|main|INFO|loadStrategy. Initialize strategy||||com.esecurity.common.communication.Communicator|loadStrategy | Thu May 05 17:39:51 EDT 2005|main|INFO|Loading plugin||||com.esecurity.common.communication.Communicator|loadConfigurat ion| Thu May 05 17:39:51 EDT 2005|main|INFO|SecurityModule::initialize||||com.esecurity.module.Securi tyMo dule|initialize| Thu May 05 17:39:53 EDT 2005|main|INFO|Registering handler on: esecurity.remote.Activity_Container||||esecurity.base.ccs.dispatcher.Dis patc hHandler|initialize| Thu May 05 17:39:56 EDT 2005|main|INFO|Registering handler on: activity_request||||esecurity.base.ccs.dispatcher.DispatchHandler|initia lize | Thu May 05 17:39:56 EDT 2005|main|INFO|Registering handler on: shutdown||||esecurity.base.ccs.dispatcher.DispatchHandler|initialize| Thu May 05 17:39:56 EDT 2005|main|INFO|Initializing metadata, container name Activity_Container||||esecurity.base.configuration.MetaDataManager|init| Thu May 05 17:39:56 EDT 2005|main|INFO|Adding wrapper for TestObj2 class esecurity.ccs.testcases.remoteobj.TestObj2ExtendedImpl ||||esecurity.base.configuration.MetaDataManager|processContainerInfo| Thu May 05 17:39:56 EDT 2005|main|INFO|Adding wrapper for ViewConfiguration class esecurity.ccs.ui.object.wrappers.CustomViewConfigurationImpl ||||esecurity.base.configuration.MetaDataManager|processContainerInfo| _______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs __________________________________________________________ This message was scanned by ATX 9:23:51 PM ET - 5/13/2005 _______________________________________________ Perl-Win32-Users mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
