[ 
https://issues.apache.org/activemq/browse/AMQ-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40486
 ] 

Subin Balachandran Nair commented on AMQ-1460:
----------------------------------------------


Hi,

 

I build the war file for activemq-webconsole. I put that war file inside
my Tomcat's webapps folder and set the following System properties
inside my catalina.bat:-

 

-Dwebconsole.type=properties 

-Dwebconsole.jms.url=tcp://localhost:61616 

-Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi

 

I started my tomcat, but the web console page is not coming for me, it's
not giving any error also but coming as a blank page. In the tomcat log
file my " brokerURL is: null" (Value of: org.apache.activemq.brokerURL
is: null)...

What is the reason for this blank page? Is this is because of my
brokerURL is: null? If yes what is the next step for me?Could anyone
please check this ? Help will be highly appreciated...

 

Attaching my tomcat log file also with this....

 

 

Oct 23, 2007 4:16:22 PM org.apache.catalina.core.AprLifecycleListener
lifecycleE

vent

INFO: The Apache Tomcat Native library which allows optimal performance
in produ

ction environments was not found on the java.library.path: C:\Program
Files\Java

\jdk1.5.0_13\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\PC
Connectivi

ty
Solution\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Pro
gram

Files\Java\jdk1.5.0_13\bin;D:\dev\ant\bin;C:\maven-2.0.7\bin

Oct 23, 2007 4:16:22 PM org.apache.coyote.http11.Http11BaseProtocol init

INFO: Initializing Coyote HTTP/1.1 on http-8080

Oct 23, 2007 4:16:22 PM org.apache.catalina.startup.Catalina load

INFO: Initialization processed in 845 ms

Oct 23, 2007 4:16:22 PM org.apache.catalina.core.StandardService start

INFO: Starting service Catalina

Oct 23, 2007 4:16:22 PM org.apache.catalina.core.StandardEngine start

INFO: Starting Servlet Engine: Apache Tomcat/5.5.23

Oct 23, 2007 4:16:22 PM org.apache.catalina.core.StandardHost start

INFO: XML validation disabled

Oct 23, 2007 4:16:23 PM org.apache.catalina.startup.HostConfig deployWAR

INFO: Deploying web application archive activemq-web-console-4.1.1.war

Oct 23, 2007 4:16:24 PM org.apache.catalina.loader.WebappClassLoader
validateJar

File

INFO:
validateJarFile(C:\apache-tomcat-5.5.23\webapps\activemq-web-console-4.1
..1

\WEB-INF\lib\servlet-api-2.3.jar) - jar not loaded. See Servlet Spec
2.3, sectio

n 9.7.2. Offending class: javax/servlet/Servlet.class

2007-10-23 16:16:26,093 [main ] INFO 1] -

Loading Spring root WebApplicationContext

2007-10-23 16:16:26,640 [main ] INFO XBeanXmlBeanDefinitionReader -

Loading XML bean definitions from ServletContext resource
[/WEB-INF/activemq.xm

l]

2007-10-23 16:16:26,969 [main ] INFO ResourceXmlApplicationContext -

Bean factory for application context
[org.apache.xbean.spring.context.ResourceX

mlApplicationContext;hashCode=27754609]:
org.springframework.beans.factory.suppo

rt.DefaultListableBeanFactory defining beans
[org.apache.activemq.xbean.XBeanBro

kerService]; parent:
org.springframework.beans.factory.support.DefaultListableBe

anFactory defining beans
[placeholderConfig,brokerService,sessionPool,brokerQuer

y,queueBrowser,messageQuery]; root of BeanFactory hierarchy

2007-10-23 16:16:26,969 [main ] INFO ResourceXmlApplicationContext -

1 beans defined in application context
[org.apache.xbean.spring.context.Resourc

eXmlApplicationContext;hashCode=27754609]

2007-10-23 16:16:26,969 [main ] INFO ResourceXmlApplicationContext -

Unable to locate MessageSource with name 'messageSource': using default
[org.sp

[EMAIL PROTECTED]

2007-10-23 16:16:26,969 [main ] INFO ResourceXmlApplicationContext -

Unable to locate ApplicationEventMulticaster with name
'applicationEventMultica

ster': using default
[org.springframework.context.event.SimpleApplicationEventMu

[EMAIL PROTECTED]

2007-10-23 16:16:27,547 [main ] INFO BrokerService -

ActiveMQ 4.1.1 JMS Message Broker (localhost) is starting

2007-10-23 16:16:27,547 [main ] INFO BrokerService -

For help or more information please see:
http://incubator.apache.org/activemq/

2007-10-23 16:16:27,625 [JMX connector ] INFO ManagementContext -

JMX consoles can connect to
service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi

 

2007-10-23 16:16:29,174 [main ] INFO JDBCPersistenceAdapter -

Database driver recognized: [apache_derby_embedded_jdbc_driver]

2007-10-23 16:16:32,254 [main ] INFO DefaultDatabaseLocker -

Attempting to acquire the exclusive lock to become the Master broker

2007-10-23 16:16:32,254 [main ] INFO DefaultDatabaseLocker -

Becoming the master on dataSource:
[EMAIL PROTECTED]

866

2007-10-23 16:16:32,364 [main ] INFO JournalPersistenceAdapter -

Journal Recovery Started from: Active Journal: using 5 x 20.0 Megs at:
C:\apach

e-tomcat-5.5.23\bin\activemq-data\journal

2007-10-23 16:16:32,442 [main ] INFO JournalPersistenceAdapter -

Journal Recovered: 0 message(s) in transactions recovered.

2007-10-23 16:16:32,755 [main ] INFO TransportServerThreadSupport -

Listening for connections at: tcp://dtpxp-subchan:61616

2007-10-23 16:16:32,771 [main ] INFO TransportConnector -

Connector openwire Started

2007-10-23 16:16:32,786 [main ] INFO TransportServerThreadSupport -

Listening for connections at: stomp://dtpxp-subchan:61613

2007-10-23 16:16:32,786 [main ] INFO TransportConnector -

Connector stomp Started

2007-10-23 16:16:32,817 [main ] INFO TransportServerThreadSupport -

Listening for connections at: xmpp://dtpxp-subchan:61222

2007-10-23 16:16:32,817 [main ] INFO TransportConnector -

Connector xmpp Started

2007-10-23 16:16:32,817 [main ] INFO NetworkConnector -

Network Connector defaultNetwork Started

2007-10-23 16:16:32,817 [main ] INFO BrokerService -

ActiveMQ JMS Message Broker (localhost,
ID:dtpxp-subchan-2290-1193136387062-1:0

) started

2007-10-23 16:16:32,927 [main ] INFO 1] -

AjaxServlet: Defaulting to use topics: true

2007-10-23 16:16:32,927 [main ] INFO 1] -

Value of: org.apache.activemq.brokerURL is: null

2007-10-23 16:16:32,958 [main ] INFO 1] -

SendServlet: Defaulting to use topics: true

2007-10-23 16:16:32,990 [main ] INFO 1] -

Oct 23, 2007 4:16:35 PM org.apache.catalina.loader.WebappClassLoader
validateJar

File

INFO:
validateJarFile(C:\apache-tomcat-5.5.23\webapps\activemq-web-demo-4.1.1\
WE

B-INF\lib\servlet-api-2.3.jar) - jar not loaded. See Servlet Spec 2.3,
section 9

..7.2. Offending class: javax/servlet/Servlet.class

log4j:WARN No appenders could be found for logger
(org.apache.commons.digester.D

igester.sax).

log4j:WARN Please initialize the log4j system properly.

Oct 23, 2007 4:16:39 PM org.apache.coyote.http11.Http11BaseProtocol
start

INFO: Starting Coyote HTTP/1.1 on http-8080

Oct 23, 2007 4:16:39 PM org.apache.jk.common.ChannelSocket init

INFO: JK: ajp13 listening on /0.0.0.0:8009

Oct 23, 2007 4:16:39 PM org.apache.jk.server.JkMain start

INFO: Jk running ID=0 time=0/31 config=null

Oct 23, 2007 4:16:39 PM org.apache.catalina.storeconfig.StoreLoader load

INFO: Find registry server-registry.xml at classpath resource

Oct 23, 2007 4:16:39 PM org.apache.catalina.startup.Catalina start

INFO: Server startup in 17734 ms

 

 

Thanks and Regards,

Subin

 



This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient,  you are not authorized 
to read, print, retain, copy, disseminate,  distribute, or use this message or 
any part thereof. If you receive this  message in error, please notify the 
sender immediately and delete all  copies of this message.


> Webconsole page for activemq is not coming
> ------------------------------------------
>
>                 Key: AMQ-1460
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1460
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 4.1.1
>         Environment: windows
>            Reporter: Subin Balachandran Nair
>         Attachments: activemq-web-complete.patch, 
> activemq-web-console-complete.patch
>
>
> Hi ,
> The web console page is not coming for me. i put the activemq web-console war 
> file inside my tomcat/webapps.
> set all the system properties inside catalina.bat file
>  (JAVA_OPTS="$JAVA_OPTS "-Dwebconsole.type=properties" 
> "-Dwebconsole.jms.url=tcp://localhost:61616" 
> "-Dwebconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/jmxrmi" 
> "-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" 
> "-Djava.util.logging.config.file="$CATALINA_BASE/conf/logging.properties")
> my server started and welcome page for tomcat also coming.But Webconsole page 
> is not coming.It is not giving any error also but giving a blank page...
> This is part of the  log
> 2007-10-15 14:41:53,388 [main           ] DEBUG 
> anBeanDefinitionDocumentReader - Loading bean definitions
> 2007-10-15 14:41:53,408 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/broker
> 2007-10-15 14:41:53,569 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - usi
> ng generated bean name [org.apache.activemq.xbean.XBeanBrokerService]
> 2007-10-15 14:41:53,574 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/policyMap
> 2007-10-15 14:41:53,599 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - usi
> ng generated bean name [org.apache.activemq.broker.region.policy.PolicyMap]
> 2007-10-15 14:41:53,603 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/policyEntry
> 2007-10-15 14:41:53,657 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - usi
> ng generated bean name [org.apache.activemq.broker.region.policy.PolicyEntry]
> 2007-10-15 14:41:53,660 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/strictOrderDispatchPolicy
> 2007-10-15 14:41:53,677 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - usi
> ng generated bean name 
> [org.apache.activemq.broker.region.policy.StrictOrderDispatchPolicy]
> 2007-10-15 14:41:53,686 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/lastImageSubscriptionRecoveryPolicy
> 2007-10-15 14:41:53,708 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - usi
> ng generated bean name 
> [org.apache.activemq.broker.region.policy.LastImageSubscriptionRecoveryPolicy]
> 2007-10-15 14:41:53,713 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/journaledJDBC
> 2007-10-15 14:41:53,761 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - Neither XML 'id' nor 'name' specified - usi
> ng generated bean name 
> [org.apache.activemq.store.PersistenceAdapterFactoryBean]
> 2007-10-15 14:41:53,765 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/transportConnector
> 2007-10-15 14:41:53,767 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - No XML 'id' specified - using 'openwire' as
>  bean name and [] as aliases
> 2007-10-15 14:41:53,819 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/transportConnector
> 2007-10-15 14:41:53,821 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - No XML 'id' specified - using 'stomp' as be
> an name and [] as aliases
> 2007-10-15 14:41:53,824 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/transportConnector
> 2007-10-15 14:41:53,826 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - No XML 'id' specified - using 'xmpp' as bea
> n name and [] as aliases
> 2007-10-15 14:41:53,829 [main           ] DEBUG XBeanNamespaceHandler         
>  - Could not find resource: META-INF/services/
> org/apache/xbean/spring/http/activemq.org/config/1.0/networkConnector
> 2007-10-15 14:41:53,831 [main           ] DEBUG 
> anBeanDefinitionParserDelegate - No XML 'id' specified - using 'defaultNetwo
> rk' as bean name and [] as aliases
> 2007-10-15 14:41:53,886 [main           ] INFO  ResourceXmlApplicationContext 
>  - Bean factory for application context [org.a
> pache.xbean.spring.context.ResourceXmlApplicationContext;hashCode=22643639]: 
> org.springframework.beans.factory.support.Defau
> ltListableBeanFactory defining beans 
> [org.apache.activemq.xbean.XBeanBrokerService]; parent: 
> org.springframework.beans.facto
> ry.support.DefaultListableBeanFactory defining beans 
> [placeholderConfig,brokerService,sessionPool,brokerQuery,queueBrowser,m
> essageQuery]; root of BeanFactory hierarchy
> 2007-10-15 14:41:53,887 [main           ] INFO  ResourceXmlApplicationContext 
>  - 1 beans defined in application context [org
> .apache.xbean.spring.context.ResourceXmlApplicationContext;hashCode=22643639]
> 2007-10-15 14:41:53,889 [main           ] INFO  ResourceXmlApplicationContext 
>  - Unable to locate MessageSource with name 'm
> essageSource': using default [EMAIL PROTECTED]
> 2007-10-15 14:41:53,889 [main           ] INFO  ResourceXmlApplicationContext 
>  - Unable to locate ApplicationEventMulticaste
> r with name 'applicationEventMulticaster': using default 
> [org.springframework.context.event.SimpleApplicationEventMulticaste
> [EMAIL PROTECTED]
> 2007-10-15 14:41:54,759 [main           ] INFO  BrokerService                 
>  - ActiveMQ 4.1.1 JMS Message Broker (localhos
> t) is starting
> 2007-10-15 14:41:54,759 [main           ] INFO  BrokerService                 
>  - For help or more information please see: ht
> tp://incubator.apache.org/activemq/
> 2007-10-15 14:41:55,154 [JMX connector  ] INFO  ManagementContext             
>  - JMX consoles can connect to service:jmx:rmi
> :///jndi/rmi://localhost:1099/jmxrmi
> 2007-10-15 14:41:57,667 [main           ] INFO  JDBCPersistenceAdapter        
>  - Database driver recognized: [apache_derby_e
> mbedded_jdbc_driver]
> 2007-10-15 14:41:59,121 [main           ] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: CREATE TABLE ACTIVEMQ_MSGS(I
> D INTEGER NOT NULL, CONTAINER VARCHAR(250), MSGID_PROD VARCHAR(250), 
> MSGID_SEQ INTEGER, EXPIRATION BIGINT, MSG BLOB, PRIMARY
>  KEY ( ID ) )
> 2007-10-15 14:41:59,303 [main           ] DEBUG DefaultJDBCAdapter            
>  - Could not create JDBC tables; The message t
> able already existed. Failure was: CREATE TABLE ACTIVEMQ_MSGS(ID INTEGER NOT 
> NULL, CONTAINER VARCHAR(250), MSGID_PROD VARCHA
> R(250), MSGID_SEQ INTEGER, EXPIRATION BIGINT, MSG BLOB, PRIMARY KEY ( ID ) ) 
> Message: Table/View 'ACTIVEMQ_MSGS' already exi
> sts in Schema 'APP'. SQLState: X0Y32 Vendor code: 20000
> 2007-10-15 14:41:59,303 [main           ] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: CREATE INDEX ACTIVEMQ_MSGS_M
> IDX ON ACTIVEMQ_MSGS (MSGID_PROD,MSGID_SEQ)
> 2007-10-15 14:41:59,388 [main           ] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: CREATE INDEX ACTIVEMQ_MSGS_C
> IDX ON ACTIVEMQ_MSGS (CONTAINER)
> 2007-10-15 14:41:59,420 [main           ] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: CREATE INDEX ACTIVEMQ_MSGS_E
> IDX ON ACTIVEMQ_MSGS (EXPIRATION)
> 2007-10-15 14:41:59,451 [main           ] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: CREATE TABLE ACTIVEMQ_ACKS(C
> ONTAINER VARCHAR(250) NOT NULL, CLIENT_ID VARCHAR(250) NOT NULL, SUB_NAME 
> VARCHAR(250) NOT NULL, SELECTOR VARCHAR(250), LAST
> _ACKED_ID INTEGER, PRIMARY KEY ( CONTAINER, CLIENT_ID, SUB_NAME))
> 2007-10-15 14:41:59,478 [main           ] DEBUG DefaultJDBCAdapter            
>  - Could not create JDBC tables; The message t
> able already existed. Failure was: CREATE TABLE ACTIVEMQ_ACKS(CONTAINER 
> VARCHAR(250) NOT NULL, CLIENT_ID VARCHAR(250) NOT NU
> LL, SUB_NAME VARCHAR(250) NOT NULL, SELECTOR VARCHAR(250), LAST_ACKED_ID 
> INTEGER, PRIMARY KEY ( CONTAINER, CLIENT_ID, SUB_NA
> ME)) Message: Table/View 'ACTIVEMQ_ACKS' already exists in Schema 'APP'. 
> SQLState: X0Y32 Vendor code: 20000
> 2007-10-15 14:41:59,478 [main           ] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: CREATE TABLE ACTIVEMQ_LOCK( 
> ID BIGINT NOT NULL, TIME BIGINT, BROKER_NAME VARCHAR(250), PRIMARY KEY (ID) )
> 2007-10-15 14:41:59,504 [main           ] DEBUG DefaultJDBCAdapter            
>  - Could not create JDBC tables; The message t
> able already existed. Failure was: CREATE TABLE ACTIVEMQ_LOCK( ID BIGINT NOT 
> NULL, TIME BIGINT, BROKER_NAME VARCHAR(250), PR
> IMARY KEY (ID) ) Message: Table/View 'ACTIVEMQ_LOCK' already exists in Schema 
> 'APP'. SQLState: X0Y32 Vendor code: 20000
> 2007-10-15 14:41:59,504 [main           ] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: INSERT INTO ACTIVEMQ_LOCK(ID
> ) VALUES (1)
> 2007-10-15 14:41:59,996 [main           ] DEBUG DefaultJDBCAdapter            
>  - Could not create JDBC tables; The message t
> able already existed. Failure was: INSERT INTO ACTIVEMQ_LOCK(ID) VALUES (1) 
> Message: The statement was aborted because it wo
> uld have caused a duplicate key value in a unique or primary key constraint 
> or unique index identified by 'SQL07101204563027
> 0' defined on 'ACTIVEMQ_LOCK'. SQLState: 23505 Vendor code: 20000
> 2007-10-15 14:42:00,178 [main           ] INFO  DefaultDatabaseLocker         
>  - Attempting to acquire the exclusive lock to
>  become the Master broker
> 2007-10-15 14:42:00,180 [main           ] INFO  DefaultDatabaseLocker         
>  - Becoming the master on dataSource: org.apac
> [EMAIL PROTECTED]
> 2007-10-15 14:42:00,180 [main           ] DEBUG JDBCPersistenceAdapter        
>  - Cleaning up old messages.
> 2007-10-15 14:42:00,181 [main           ] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: DELETE FROM ACTIVEMQ_MSGS WH
> ERE ( EXPIRATION<>0 AND EXPIRATION<?) OR ID <= ( SELECT 
> min(ACTIVEMQ_ACKS.LAST_ACKED_ID) FROM ACTIVEMQ_ACKS WHERE ACTIVEMQ_A
> CKS.CONTAINER=ACTIVEMQ_MSGS.CONTAINER)
> 2007-10-15 14:42:00,417 [main           ] DEBUG DefaultJDBCAdapter            
>  - Deleted 0 old message(s).
> 2007-10-15 14:42:00,417 [main           ] DEBUG JDBCPersistenceAdapter        
>  - Cleanup done.
> 2007-10-15 14:42:00,418 [main           ] INFO  JournalPersistenceAdapter     
>  - Journal Recovery Started from: Active Journ
> al: using 5 x 20.0 Megs at: /data2/sample/activemq-data/journal
> 2007-10-15 14:42:00,444 [main           ] DEBUG JournalPersistenceAdapter     
>  - TRACE Entry: RECOVERED
> 2007-10-15 14:42:00,512 [main           ] INFO  JournalPersistenceAdapter     
>  - Journal Recovered: 0 message(s) in transact
> ions recovered.
> 2007-10-15 14:42:00,926 [main           ] INFO  TransportServerThreadSupport  
>  - Listening for connections at: tcp://yanez:6
> 1616
> 2007-10-15 14:42:00,939 [main           ] INFO  TransportConnector            
>  - Connector openwire Started
> 2007-10-15 14:42:00,949 [main           ] INFO  TransportServerThreadSupport  
>  - Listening for connections at: stomp://yanez
> :61613
> 2007-10-15 14:42:00,949 [main           ] INFO  TransportConnector            
>  - Connector stomp Started
> 2007-10-15 14:42:00,978 [main           ] INFO  TransportServerThreadSupport  
>  - Listening for connections at: xmpp://yanez:
> 61222
> 2007-10-15 14:42:00,979 [main           ] INFO  TransportConnector            
>  - Connector xmpp Started
> 2007-10-15 14:42:00,985 [main           ] INFO  NetworkConnector              
>  - Network Connector defaultNetwork Started
> 2007-10-15 14:42:00,985 [main           ] INFO  BrokerService                 
>  - ActiveMQ JMS Message Broker (localhost, ID:
> yanez-59770-1192448514022-1:0) started
> 2007-10-15 14:42:00,993 [main           ] DEBUG ResourceXmlApplicationContext 
>  - Publishing event in context [org.apache.xbe
> an.spring.context.ResourceXmlApplicationContext;hashCode=22643639]: 
> org.springframework.context.event.ContextRefreshedEvent[
> source=org.apache.xbean.spring.context.ResourceXmlApplicationContext: display 
> name [org.apache.xbean.spring.context.Resource
> XmlApplicationContext;hashCode=22643639]; startup date [Mon Oct 15 14:41:53 
> EEST 2007]; child of [org.springframework.web.co
> ntext.support.XmlWebApplicationContext: display name [Root 
> WebApplicationContext]; startup date [Mon Oct 15 14:41:52 EEST 20
> 07]; root of context hierarchy; config locations 
> [/WEB-INF/applicationContext.xml]]]
> 2007-10-15 14:42:01,009 [main           ] DEBUG 1]                            
>  - Starting filters
> 2007-10-15 14:42:01,010 [main           ] DEBUG 1]                            
>  -  Starting filter 'spring'
> 2007-10-15 14:42:01,025 [main           ] DEBUG 1]                            
>  -  Starting filter 'sitemesh'
> 2007-10-15 14:42:01,154 [main           ] DEBUG 1]                            
>  -  Starting filter 'session'
> 2007-10-15 14:42:01,188 [main           ] INFO  1]                            
>  - AjaxServlet: Defaulting to use topics: true
> 2007-10-15 14:42:01,192 [main           ] INFO  1]                            
>  - Value of: org.apache.activemq.brokerURL is:
>  null
> 2007-10-15 14:42:01,231 [main           ] INFO  1]                            
>  - SendServlet: Defaulting to use topics: true
> 2007-10-15 14:42:01,311 [main           ] INFO  1]                            
>  - Loading WebApplicationContext for Spring Fr
> ameworkServlet 'dispatcher'
> 2007-10-15 14:42:01,535 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Looking for URL mappings in application con
> text: org.springframework.web.context.support.XmlWebApplicationContext: 
> display name [WebApplicationContext for namespace 'd
> ispatcher-servlet']; startup date [Mon Oct 15 14:42:01 EEST 2007]; child of 
> [org.springframework.web.context.support.XmlWebA
> pplicationContext: display name [Root WebApplicationContext]; startup date 
> [Mon Oct 15 14:41:52 EEST 2007]; root of context 
> hierarchy; config locations [/WEB-INF/applicationContext.xml]]; config 
> locations [/WEB-INF/dispatcher-servlet.xml]
> 2007-10-15 14:42:01,535 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Rejected bean name 'handlerMapping': no URL
>  paths identified
> 2007-10-15 14:42:01,536 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Mapped URL path [/createDestination.action]
>  onto handler [/createDestination.action]
> 2007-10-15 14:42:01,536 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Mapped URL path [/deleteDestination.action]
>  onto handler [/deleteDestination.action]
> 2007-10-15 14:42:01,536 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Mapped URL path [/createSubscriber.action] 
> onto handler [/createSubscriber.action]
> 2007-10-15 14:42:01,536 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Mapped URL path [/deleteSubscriber.action] 
> onto handler [/deleteSubscriber.action]
> 2007-10-15 14:42:01,537 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Mapped URL path [/sendMessage.action] onto 
> handler [/sendMessage.action]
> 2007-10-15 14:42:01,537 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Mapped URL path [/purgeDestination.action] 
> onto handler [/purgeDestination.action]
> 2007-10-15 14:42:01,537 [main           ] DEBUG 
> ndingBeanNameUrlHandlerMapping - Rejected bean name 'exceptionResolver': no 
> URL paths identified
> 2007-10-15 14:42:01,687 [main           ] DEBUG JspRuntimeContext             
>  - Parent class loader is: WebappClassLoader
>   delegate: false
>   repositories:
>     /WEB-INF/classes/
> ----------> Parent Classloader:
> [EMAIL PROTECTED]
>  
> 2007-10-15 14:42:01,688 [main           ] DEBUG JspRuntimeContext             
>  - Compilation classpath initialized: /data2/s
> ample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/classes/:/data2/sample/apache-tomcat-5.5.23/webapps/ac
> tivemq-web-console-4.1.1/WEB-INF/lib/activation-1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.
> 1/WEB-INF/lib/activeio-core-3.0.0-incubator.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-IN
> F/lib/activemq-console-4.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/activemq-
> core-4.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/activemq-web-4.1.1.jar:/dat
> a2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/activemq-xmpp-4.1.1.jar:/data2/sample/apache-t
> omcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/avalon-framework-4.1.3.jar:/data2/sample/apache-tomcat-5.5.23/we
> bapps/activemq-web-console-4.1.1/WEB-INF/lib/backport-util-concurrent-2.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/act
> ivemq-web-console-4.1.1/WEB-INF/lib/commons-collections-2.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-cons
> ole-4.1.1/WEB-INF/lib/commons-logging-1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/
> lib/commons-pool-1.2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/derby-10.1.1.0.ja
> r:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/geronimo-j2ee-jacc_1.0_spec-1.0.jar:/dat
> a2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/geronimo-j2ee-management_1.0_spec-1.0.jar:/dat
> a2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/geronimo-jms_1.1_spec-1.0.jar:/data2/sample/ap
> ache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/geronimo-jta_1.0.1B_spec-1.0.jar:/data2/sample/apache-tomc
> at-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/javax.xml-jaxb-api-2.0.jar:/data2/sample/apache-tomcat-5.5.23/webap
> ps/activemq-web-console-4.1.1/WEB-INF/lib/javax.xml.bind-jaxb-api-2.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activem
> q-web-console-4.1.1/WEB-INF/lib/jaxb-impl-2.0.2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WE
> B-INF/lib/jdom-1.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/jsr173_api-1.0.jar:
> /data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/jstl-1.0.jar:/data2/sample/apache-tomcat-5
> .5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/log4j-1.2.12.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-we
> b-console-4.1.1/WEB-INF/lib/logkit-1.0.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/l
> ib/mx4j-2.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/mx4j-impl-2.1.1.jar:/dat
> a2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/mx4j-jmx-2.1.1.jar:/data2/sample/apache-tomcat
> -5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/mx4j-remote-2.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/acti
> vemq-web-console-4.1.1/WEB-INF/lib/mx4j-tools-2.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.
> 1/WEB-INF/lib/rome-0.8.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/sitemesh-2.2.1.
> jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/slf4j-jcl-1.0-rc5.jar:/data2/sample/ap
> ache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/smackx-1.5.0.jar:/data2/sample/apache-tomcat-5.5.23/webapp
> s/activemq-web-console-4.1.1/WEB-INF/lib/spring-2.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.
> 1/WEB-INF/lib/standard-1.1.2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/stax-api-
> 1.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/wstx-asl-3.0.1.jar:/data2/sample/a
> pache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/xbean-spring-2.8.jar:/data2/sample/apache-tomcat-5.5.23/w
> ebapps/activemq-web-console-4.1.1/WEB-INF/lib/xercesImpl-2.0.2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-c
> onsole-4.1.1/WEB-INF/lib/xml-apis-1.0.b2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/l
> ib/xmlpull-1.1.3.4d_b4_min.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/xstream-1.1
> .2.jar:/data2/sample/apache-tomcat-5.5.23/work/Catalina/localhost/activemq-web-console-4.1.1:/data2/sample/apache-tomcat-5.5
> .23/webapps/activemq-web-console-4.1.1/WEB-INF/classes/:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.
> 1/WEB-INF/lib/activation-1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/activeio-
> core-3.0.0-incubator.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/activemq-console-
> 4.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/activemq-core-4.1.1.jar:/data2/s
> ample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/activemq-web-4.1.1.jar:/data2/sample/apache-tomcat
> -5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/activemq-xmpp-4.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/ac
> tivemq-web-console-4.1.1/WEB-INF/lib/avalon-framework-4.1.3.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-cons
> ole-4.1.1/WEB-INF/lib/backport-util-concurrent-2.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1
> /WEB-INF/lib/commons-collections-2.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/c
> ommons-logging-1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/commons-pool-1.2.ja
> r:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/derby-10.1.1.0.jar:/data2/sample/apache-
> tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/geronimo-j2ee-jacc_1.0_spec-1.0.jar:/data2/sample/apache-tomcat
> -5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/geronimo-j2ee-management_1.0_spec-1.0.jar:/data2/sample/apache-tomcat
> -5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/geronimo-jms_1.1_spec-1.0.jar:/data2/sample/apache-tomcat-5.5.23/weba
> pps/activemq-web-console-4.1.1/WEB-INF/lib/geronimo-jta_1.0.1B_spec-1.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activ
> emq-web-console-4.1.1/WEB-INF/lib/javax.xml-jaxb-api-2.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console
> -4.1.1/WEB-INF/lib/javax.xml.bind-jaxb-api-2.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB
> -INF/lib/jaxb-impl-2.0.2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/jdom-1.0.jar:
> /data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/jsr173_api-1.0.jar:/data2/sample/apache-to
> mcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/jstl-1.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-
> web-console-4.1.1/WEB-INF/lib/log4j-1.2.12.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF
> /lib/logkit-1.0.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/mx4j-2.1.1.jar:/data
> 2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/mx4j-impl-2.1.1.jar:/data2/sample/apache-tomcat
> -5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/mx4j-jmx-2.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activem
> q-web-console-4.1.1/WEB-INF/lib/mx4j-remote-2.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/
> WEB-INF/lib/mx4j-tools-2.1.1.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/rome-0.8.
> jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/sitemesh-2.2.1.jar:/data2/sample/apach
> e-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/slf4j-jcl-1.0-rc5.jar:/data2/sample/apache-tomcat-5.5.23/weba
> pps/activemq-web-console-4.1.1/WEB-INF/lib/smackx-1.5.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-
> 4.1.1/WEB-INF/lib/spring-2.0.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/standard-
> 1.1.2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/stax-api-1.0.jar:/data2/sample/a
> pache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/wstx-asl-3.0.1.jar:/data2/sample/apache-tomcat-5.5.23/web
> apps/activemq-web-console-4.1.1/WEB-INF/lib/xbean-spring-2.8.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-con
> sole-4.1.1/WEB-INF/lib/xercesImpl-2.0.2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/li
> b/xml-apis-1.0.b2.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/xmlpull-1.1.3.4d_b4_
> min.jar:/data2/sample/apache-tomcat-5.5.23/webapps/activemq-web-console-4.1.1/WEB-INF/lib/xstream-1.1.2.jar:/data2/sample/ap
> ache-tomcat-5.5.23/shared/classes/:/data2/sample/apache-tomcat-5.5.23/shared/lib/commons-fileupload.jar:/data2/sample/apache
> -tomcat-5.5.23/shared/lib/bsi-j-110.jar:/data2/sample/apache-tomcat-5.5.23/shared/lib/bsi-j-adapter-schema.jar:/data2/sample
> /apache-tomcat-5.5.23/shared/lib/commons-collections.jar:/data2/sample/apache-tomcat-5.5.23/shared/lib/commons-dbcp-1.2.1.ja
> r:/data2/sample/apache-tomcat-5.5.23/shared/lib/commons-pool.jar:/data2/sample/apache-tomcat-5.5.23/shared/lib/ojdbc14.jar:/
> data2/sample/apache-tomcat-5.5.23/shared/lib/spring.jar:/data2/sample/apache-tomcat-5.5.23/shared/lib/spring-jdbc.jar:/data2
> /sample/apache-tomcat-5.5.23/shared/lib/weblogic.jar:/data2/sample/apache-tomcat-5.5.23/shared/lib/xbean.jar:/data2/sample/a
> pache-tomcat-5.5.23/common/classes/:/data2/sample/apache-tomcat-5.5.23/common/i18n/tomcat-i18n-en.jar:/data2/sample/apache-t
> omcat-5.5.23/common/i18n/tomcat-i18n-es.jar:/data2/sample/apache-tomcat-5.5.23/common/i18n/tomcat-i18n-fr.jar:/data2/sample/
> apache-tomcat-5.5.23/common/i18n/tomcat-i18n-ja.jar:/data2/sample/apache-tomcat-5.5.23/common/endorsed/xercesImpl.jar:/data2
> /sample/apache-tomcat-5.5.23/common/endorsed/xml-apis.jar:/data2/sample/apache-tomcat-5.5.23/common/lib/commons-el.jar:/data
> 2/sample/apache-tomcat-5.5.23/common/lib/jasper-compiler-jdt.jar:/data2/sample/apache-tomcat-5.5.23/common/lib/jasper-compil
> er.jar:/data2/sample/apache-tomcat-5.5.23/common/lib/jasper-runtime.jar:/data2/sample/apache-tomcat-5.5.23/common/lib/jsp-ap
> i.jar:/data2/sample/apache-tomcat-5.5.23/common/lib/naming-factory-dbcp.jar:/data2/sample/apache-tomcat-5.5.23/common/lib/na
> ming-factory.jar:/data2/sample/apache-tomcat-5.5.23/common/lib/naming-resources.jar:/data2/sample/apache-tomcat-5.5.23/commo
> n/lib/servlet-api.jar:/data2/sample/apache-tomcat-5.5.23/common/lib/apache-activemq-4.1.1.jar:/data2/sample/:/data2/sample/a
> pache-tomcat-5.5.23/bin/bootstrap.jar:/data2/sample/apache-tomcat-5.5.23/bin/commons-logging-api.jar:/data2/sample/jdk1.5.0_
> 13/jre/lib/ext/sunjce_provider.jar:/data2/sample/jdk1.5.0_13/jre/lib/ext/sunpkcs11.jar:/data2/sample/jdk1.5.0_13/jre/lib/ext
> /dnsns.jar:/data2/sample/jdk1.5.0_13/jre/lib/ext/localedata.jar
> 2007-10-15 14:42:01,690 [main           ] DEBUG JspServlet                    
>  - Scratch dir for the JSP engine is: /data2/s
> ample/apache-tomcat-5.5.23/work/Catalina/localhost/activemq-web-console-4.1.1
> 2007-10-15 14:42:01,690 [main           ] DEBUG JspServlet                    
>  - IMPORTANT: Do not modify the generated serv
> lets
> 15.10.2007 14:42:03 org.springframework.web.context.ContextLoader 
> initWebApplicationContext
> INFO: Root WebApplicationContext: initialization started
> 15.10.2007 14:42:03 
> org.springframework.context.support.AbstractApplicationContext prepareRefresh
> INFO: Refreshing [EMAIL PROTECTED]: display name [Root WebApplicationC
> ontext]; startup date [Mon Oct 15 14:42:03 EEST 2007]; root of context 
> hierarchy
> 15.10.2007 14:42:04 
> org.springframework.beans.factory.xml.XmlBeanDefinitionReader 
> loadBeanDefinitions
> INFO: Loading XML bean definitions from ServletContext resource 
> [/WEB-INF/applicationContext.xml]
> 15.10.2007 14:42:04 
> org.springframework.context.support.AbstractApplicationContext 
> obtainFreshBeanFactory
> INFO: Bean factory for application context [EMAIL PROTECTED]: org.sp
> [EMAIL PROTECTED]
> 15.10.2007 14:42:04 
> org.springframework.beans.factory.support.DefaultListableBeanFactory 
> preInstantiateSingletons
> INFO: Pre-instantiating singletons in [EMAIL PROTECTED]: defining
>  beans []; root of factory hierarchy
> 15.10.2007 14:42:04 org.springframework.web.context.ContextLoader 
> initWebApplicationContext
> INFO: Root WebApplicationContext: initialization completed in 760 ms
> 15.10.2007 14:42:04 org.springframework.web.servlet.FrameworkServlet 
> initServletBean
> INFO: FrameworkServlet 'bsitest': initialization started
> --More--(98%)
> 07-10-15 14:42:05,894 [127.0.0.1:59778] DEBUG WireFormatNegotiator           
> - Received WireFormat: WireFormatInfo { version=2, 
> properties={TightEncodingEnabled=true, CacheSize=1024, 
> TcpNoDelayEnabled=true, SizePrefixDisabled=false, StackTraceEnabled=true, 
> MaxInactivityDuration=30000, CacheEnabled=true}, magic=[A,c,t,i,v,e,M,Q]}
> 2007-10-15 14:42:05,895 [127.0.0.1:59778] DEBUG WireFormatNegotiator          
>  - tcp:///127.0.0.1:59778 before negotiation: OpenWireFormat{version=2, 
> cacheEnabled=false, stackTraceEnabled=false, tightEncodingEnabled=false, 
> sizePrefixDisabled=false}
> 2007-10-15 14:42:05,895 [127.0.0.1:59778] DEBUG WireFormatNegotiator          
>  - tcp:///127.0.0.1:59778 after negotiation: OpenWireFormat{version=2, 
> cacheEnabled=true, stackTraceEnabled=true, tightEncodingEnabled=true, 
> sizePrefixDisabled=false}
> 2007-10-15 14:42:06,022 [127.0.0.1:59778] DEBUG TransportConnection           
>  - Setting up new connection: [EMAIL PROTECTED]
> 2007-10-15 14:42:06,026 [127.0.0.1:59778] DEBUG AbstractRegion                
>  - Adding consumer: ID:yanez-59776-1192448525208-1:1:-1:1
> 2007-10-15 14:42:06,055 [127.0.0.1:59777] DEBUG AbstractRegion                
>  - Adding consumer: ID:yanez-59776-1192448525208-1:0:1:1
> 2007-10-15 14:42:06,055 [127.0.0.1:59777] DEBUG AbstractRegion                
>  - Adding destination: queue://inboundQueue
> 2007-10-15 14:42:06,081 [127.0.0.1:59778] DEBUG AbstractRegion                
>  - Adding consumer: ID:yanez-59776-1192448525208-1:1:1:1
> 2007-10-15 14:42:06,093 [127.0.0.1:59777] DEBUG JournalPersistenceAdapter     
>  - Waking for checkpoint to complete.
> 2007-10-15 14:42:06,094 [ce Adaptor Task] DEBUG JournalPersistenceAdapter     
>  - Checkpoint started.
> 2007-10-15 14:42:06,106 [ce Adaptor Task] DEBUG JournalPersistenceAdapter     
>  - Checkpoint done.
> 2007-10-15 14:42:06,156 [127.0.0.1:59777] DEBUG AbstractRegion                
>  - Adding destination: topic://ActiveMQ.Advisory.Queue
> 2007-10-15 14:42:06,158 [127.0.0.1:59778] DEBUG AbstractRegion                
>  - Adding destination: queue://outboundQueue
> 2007-10-15 14:42:06,159 [127.0.0.1:59778] DEBUG JournalPersistenceAdapter     
>  - Waking for checkpoint to complete.
> 2007-10-15 14:42:06,164 [ce Adaptor Task] DEBUG JournalPersistenceAdapter     
>  - Checkpoint started.
> 2007-10-15 14:42:06,172 [ce Adaptor Task] DEBUG JournalPersistenceAdapter     
>  - Checkpoint done.
> 2007-10-15 14:42:06,204 [127.0.0.1:59778] DEBUG AbstractRegion                
>  - Adding destination: topic://ActiveMQ.Advisory.Consumer.Queue.outboundQueue
> 2007-10-15 14:42:06,207 [127.0.0.1:59777] DEBUG AbstractRegion                
>  - Adding destination: topic://ActiveMQ.Advisory.Consumer.Queue.inboundQueue
> 15.10.2007 14:42:06 org.springframework.web.servlet.FrameworkServlet 
> initServletBean
> INFO: FrameworkServlet 'bsitest': initialization completed in 1755 ms
> 15.10.2007 14:42:06 org.apache.coyote.http11.Http11BaseProtocol start
> INFO: Starting Coyote HTTP/1.1 on http-18090
> 15.10.2007 14:42:06 org.apache.jk.common.ChannelSocket init
> INFO: JK: ajp13 listening on /0.0.0.0:18009
> 15.10.2007 14:42:06 org.apache.jk.server.JkMain start
> INFO: Jk running ID=0 time=1/164  config=null
> 15.10.2007 14:42:07 org.apache.catalina.storeconfig.StoreLoader load
> INFO: Find registry server-registry.xml at classpath resource
> 15.10.2007 14:42:07 org.apache.catalina.startup.Catalina start
> INFO: Server startup in 21053 ms
> 2007-10-15 14:43:06,454 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192448586454 sessioncount 0
> 2007-10-15 14:43:06,454 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 0 expired sessions: 0
> 2007-10-15 14:44:06,519 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192448646518 sessioncount 0
> 2007-10-15 14:44:06,519 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 1 expired sessions: 0
> 2007-10-15 14:45:06,584 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192448706584 sessioncount 0
> 2007-10-15 14:45:06,584 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 0 expired sessions: 0
> 2007-10-15 14:46:06,674 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192448766674 sessioncount 0
> 2007-10-15 14:46:06,674 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 0 expired sessions: 0
> 2007-10-15 14:47:07,034 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192448827034 sessioncount 0
> 2007-10-15 14:47:07,034 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 0 expired sessions: 0
> 2007-10-15 14:47:30,570 [ce Adaptor Task] DEBUG JournalPersistenceAdapter     
>  - Checkpoint started.
> 2007-10-15 14:47:30,579 [ce Adaptor Task] DEBUG JDBCPersistenceAdapter        
>  - Cleaning up old messages.
> 2007-10-15 14:47:30,579 [ce Adaptor Task] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: DELETE FROM ACTIVEMQ_MSGS WHERE ( EXPIRATION<>0 AND 
> EXPIRATION<?) OR ID <= ( SELECT min(ACTIVEMQ_ACKS.LAST_ACKED_ID) FROM 
> ACTIVEMQ_ACKS WHERE ACTIVEMQ_ACKS.CONTAINER=ACTIVEMQ_MSGS.CONTAINER)
> 2007-10-15 14:47:30,583 [ce Adaptor Task] DEBUG DefaultJDBCAdapter            
>  - Deleted 0 old message(s).
> 2007-10-15 14:47:30,583 [ce Adaptor Task] DEBUG JDBCPersistenceAdapter        
>  - Cleanup done.
> 2007-10-15 14:47:30,583 [ce Adaptor Task] DEBUG JournalPersistenceAdapter     
>  - Checkpoint done.
> 2007-10-15 14:48:07,384 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192448887384 sessioncount 0
> 2007-10-15 14:48:07,384 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 0 expired sessions: 0
> 2007-10-15 14:49:07,754 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192448947753 sessioncount 0
> 2007-10-15 14:49:07,754 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 1 expired sessions: 0
> 2007-10-15 14:50:08,124 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192449008123 sessioncount 0
> 2007-10-15 14:50:08,124 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 1 expired sessions: 0
> 2007-10-15 14:51:08,484 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192449068484 sessioncount 0
> 2007-10-15 14:51:08,484 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 0 expired sessions: 0
> 2007-10-15 14:52:08,874 [gine[Catalina]]] DEBUG ManagerBase                   
>  - Start expire sessions StandardManager at 1192449128874 sessioncount 0
> 2007-10-15 14:52:08,874 [gine[Catalina]]] DEBUG ManagerBase                   
>  - End expire sessions StandardManager processingTime 0 expired sessions: 0
> 2007-10-15 14:53:00,570 [ce Adaptor Task] DEBUG JournalPersistenceAdapter     
>  - Checkpoint started.
> 2007-10-15 14:53:00,578 [ce Adaptor Task] DEBUG JDBCPersistenceAdapter        
>  - Cleaning up old messages.
> 2007-10-15 14:53:00,578 [ce Adaptor Task] DEBUG DefaultJDBCAdapter            
>  - Executing SQL: DELETE FROM ACTIVEMQ_MSGS WHERE ( EXPIRATION<>0 AND 
> EXPIRATION<?) OR ID <= ( SELECT min(ACTIVEMQ_ACKS.LAST_ACKED_ID) FROM 
> ACTIVEMQ_ACKS WHERE ACTIVEMQ_ACKS.CONTAINER=ACTIVEMQ_MSGS.CONTAINER)
> 2007-10-15 14:53:00,582 [ce Adaptor Task] DEBUG DefaultJDBCAdapter            
>  - Deleted 0 old message(s).
> 2007-10-15 14:53:00,582 [ce Adaptor Task] DEBUG JDBCPersistenceAdapter        
>  - Cleanup done.
> 2007-10-15 14:53:00,582 [ce Adaptor Task] DEBUG JournalPersistenceAdapter     
>  - Checkpoint done.
> 2007-10-15 14:53:09,273 [gine[Catalina]]] DEBUG ManagerBase                
> Can any one help me please?
> help will be highly appreciated...
> Thanks 
> Subin

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to