hermesrc.py not loading at startup

Extending Hermes with Python

hermesrc.py not loading at startup

Postby sxchapma1 » Thu Oct 02, 2008 7:36 pm

I built a new renderer and can successfully load it via the Python Console and it runs just fine. the problem is I want it to load on startup via the hermesrc.py file. I have all the code in the hermesrc.py file in fact this is the file I load via the Python Console so I know it works, it just never finds it when hermses starts up and I have it in the .hermes directory. I get this error in the log file

DEBUG hermes.browser.jython.JythonManager - Unable to locate a hermesrc.py

don't know why it doesn't find it

thanks in advance for you help
sxchapma1
 
Posts: 4
Joined: Thu Oct 02, 2008 7:13 pm

Re: hermesrc.py not loading at startup

Postby Colin » Thu Oct 02, 2008 8:27 pm

Can you post the contents of your hermes.log file from startup until the GUI appears?

If you can't find it look in Help->About.

Thanks

Colin.
Colin
Site Admin
 
Posts: 913
Joined: Sun Sep 19, 2004 4:49 pm
Location: London, UK

Re: hermesrc.py not loading at startup

Postby sxchapma1 » Thu Oct 02, 2008 8:45 pm

Colin,

find the log file below
thanks for you prompt response

Scott


2008-10-02 15:37:29,653 [main] DEBUG hermes.browser.HermesBrowser - Hermes Browser v1.12 starting...
2008-10-02 15:37:30,371 [AWT-EventQueue-0] DEBUG hermes.browser.HermesBrowser - props={java.naming.provider.url=C:\HermesJMS\.hermes\hermes-config.xml, java.naming.factory.initial=hermes.HermesInitialContextFactory, hermes.loader=hermes.JAXBHermesLoader}
2008-10-02 15:37:30,371 [AWT-EventQueue-0] DEBUG hermes.HermesInitialContextFactory - loader=hermes.JAXBHermesLoader
2008-10-02 15:37:30,387 [AWT-EventQueue-0] DEBUG hermes.JAXBHermesLoader - attempting to load from URL: C:\HermesJMS\.hermes\hermes-config.xml
2008-10-02 15:37:30,387 [AWT-EventQueue-0] INFO hermes.JAXBHermesLoader - failed to load configuration from C:\HermesJMS\.hermes\hermes-config.xml, attempting to load as a file...
2008-10-02 15:37:30,387 [AWT-EventQueue-0] DEBUG hermes.JAXBHermesLoader - trying to load from file: hermes-config.xml
2008-10-02 15:37:31,075 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - adding new ClasspathGroupConfig Tibco
2008-10-02 15:37:31,106 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - using cached com.tibco.tibjms.TibjmsConnectionFactory,com.tibco.tibjms.TibjmsQueueConnectionFactory,com.tibco.tibjms.TibjmsTopicConnectionFactory,com.tibco.tibjms.TibjmsXAQueueConnectionFactory,com.tibco.tibjms.TibjmsXATopicConnectionFactory,com.tibco.tibjms.naming.TibjmsFederatedConnectionFactory,com.tibco.tibjms.naming.TibjmsFederatedQueueConnectionFactory,com.tibco.tibjms.naming.TibjmsFederatedTopicConnectionFactory,com.tibco.tibjms.naming.TibjmsFederatedXAQueueConnectionFactory,com.tibco.tibjms.naming.TibjmsFederatedXATopicConnectionFactory
2008-10-02 15:37:31,106 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\tibco\ems\5.0\lib\tibjmsadmin.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - using cached com.tibco.tibjms.appserver.borland.TibjmsBorlandQueueConnectionFactory,com.tibco.tibjms.appserver.borland.TibjmsBorlandTopicConnectionFactory,com.tibco.tibjms.appserver.borland.TibjmsBorlandXAQueueConnectionFactory,com.tibco.tibjms.appserver.borland.TibjmsBorlandXATopicConnectionFactory
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - adding new ClasspathGroupConfig MQ
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\com.ibm.mq.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - using cached com.ibm.mq.jms.Cleanup,com.ibm.mq.jms.MQConnectionFactory,com.ibm.mq.jms.MQQueueConnectionFactory,com.ibm.mq.jms.MQRRSConnectionFactory,com.ibm.mq.jms.MQRRSQueueConnectionFactory,com.ibm.mq.jms.MQRRSTopicConnectionFactory,com.ibm.mq.jms.MQTopicConnectionFactory,com.ibm.mq.jms.MQXAConnectionFactory,com.ibm.mq.jms.MQXAQueueConnectionFactory,com.ibm.mq.jms.MQXATopicConnectionFactory
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\com.ibm.mq.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\com.ibm.mqbind.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - using cached com.ibm.mq.jms.Cleanup,com.ibm.mq.jms.MQConnectionFactory,com.ibm.mq.jms.MQQueueConnectionFactory,com.ibm.mq.jms.MQRRSConnectionFactory,com.ibm.mq.jms.MQRRSQueueConnectionFactory,com.ibm.mq.jms.MQRRSTopicConnectionFactory,com.ibm.mq.jms.MQTopicConnectionFactory,com.ibm.mq.jms.MQXAConnectionFactory,com.ibm.mq.jms.MQXAQueueConnectionFactory,com.ibm.mq.jms.MQXATopicConnectionFactory
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\connector.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\fscontext.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\jms.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\jndi.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\jta.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\ldap.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\mqji.properties
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\postcard.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\providerutil.jar
2008-10-02 15:37:31,121 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - skipping C:\DataSOA\MQ\lib\rmm.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - {hermes.ext.openjms.OpenJMSAdminFactory=hermes-openjms.jar,OpenJMS, hermes.ext.sap.SAPJMSAdminFactory=hermes-sapjms.jar,SAP, hermes.ext.jbossmq.JBossMQAdminFactory=hermes-jbossmq.jar,JBossMQ, hermes.ext.joram.JoramAdminFactory=hermes-joram.jar,ObjectWeb JORAM, hermes.ext.fiorano.FioranoAdminFactory=hermes-fiorano.jar,FioranoMQ, hermes.ext.ems.TibcoEMSAdminFactory=hermes-ems.jar,Tibco EMS, hermes.ext.weblogic.WebLogicJMSAdminFactory=hermes-weblogic.jar,BEA WebLogic, admin.factories=hermes.ext.ems.TibcoEMSAdminFactory,hermes.ext.mq.MQSeriesAdminFactory,hermes.ext.jbossmq.JBossMQAdminFactory,hermes.ext.arjuna.ArjunaMSAdminFactory,hermes.ext.weblogic.WebLogicJMSAdminFactory,hermes.ext.joram.JoramAdminFactory,hermes.ext.wme.WMEAdminFactory,hermes.ext.openjms.OpenJMSAdminFactory,hermes.ext.fiorano.FioranoAdminFactory,hermes.ext.sonicmq.SonicMQAdminFactory,hermes.ext.sap.SAPJMSAdminFactory,hermes.ext.jeus.JeusMQAdminFactory,hermes.ext.activemq.ActiveMQAdminFactory,hermes.ext.seebeyond.ican.SeeBeyondICANAdminFactory,hermes.ext.seebeyond.jcaps.SeeBeyondJCAPSAdminFactory, hermes.ext.activemq.ActiveMQAdminFactory=hermes-activemq.jar,ActiveMQ, hermes.ext.jeus.JeusMQAdminFactory=hermes-jeus.jar,TmaxSoft JeusMQ, hermes.ext.seebeyond.ican.SeeBeyondICANAdminFactory=hermes-seebeyond.jar,SeeBeyond ICAN, hermes.ext.sonicmq.SonicMQAdminFactory=hermes-sonicmq.jar,SonicMQ, hermes.ext.mq.MQSeriesAdminFactory=hermes-webspheremq.jar,IBM WebSphereMQ, hermes.ext.seebeyond.jcaps.SeeBeyondJCAPSAdminFactory=hermes-seebeyond.jar,SeeBeyond JCAPS, hermes.ext.wme.WMEAdminFactory=hermes-wme.jar,WebMethods Enterprise, hermes.ext.arjuna.ArjunaMSAdminFactory=hermes-arjuna.jar,ArjunaMQ}
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.ems.TibcoEMSAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - Tibco EMS(hermes.ext.ems.TibcoEMSAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-ems.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.mq.MQSeriesAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - IBM WebSphereMQ(hermes.ext.mq.MQSeriesAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-webspheremq.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.jbossmq.JBossMQAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - JBossMQ(hermes.ext.jbossmq.JBossMQAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-jbossmq.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.arjuna.ArjunaMSAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - ArjunaMQ(hermes.ext.arjuna.ArjunaMSAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-arjuna.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.weblogic.WebLogicJMSAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - BEA WebLogic(hermes.ext.weblogic.WebLogicJMSAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-weblogic.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.joram.JoramAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - ObjectWeb JORAM(hermes.ext.joram.JoramAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-joram.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.wme.WMEAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - WebMethods Enterprise(hermes.ext.wme.WMEAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-wme.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.openjms.OpenJMSAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - OpenJMS(hermes.ext.openjms.OpenJMSAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-openjms.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.fiorano.FioranoAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - FioranoMQ(hermes.ext.fiorano.FioranoAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-fiorano.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.sonicmq.SonicMQAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - SonicMQ(hermes.ext.sonicmq.SonicMQAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-sonicmq.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.sap.SAPJMSAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - SAP(hermes.ext.sap.SAPJMSAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-sapjms.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.jeus.JeusMQAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] ERROR hermes.impl.ConfigHelper - cannot find C:\HermesJMS\lib.weaved/hermes-jeus.jar for hermes.ext.jeus.JeusMQAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.activemq.ActiveMQAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - ActiveMQ(hermes.ext.activemq.ActiveMQAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-activemq.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.seebeyond.ican.SeeBeyondICANAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - SeeBeyond ICAN(hermes.ext.seebeyond.ican.SeeBeyondICANAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-seebeyond.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - factory=hermes.ext.seebeyond.jcaps.SeeBeyondJCAPSAdminFactory
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG hermes.impl.ConfigHelper - SeeBeyond JCAPS(hermes.ext.seebeyond.jcaps.SeeBeyondJCAPSAdminFactory) lives in C:\HermesJMS\lib.weaved/hermes-seebeyond.jar
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - BeanUtils.populate(null.MyConfig: bytesIsObject=false, bytesIsObjectBufferSize=65536, toStringOnObjectMessage=false, messageCache=100, bytesIsString=false, {bytesIsObjectBufferSize=65536, messageCache=100, toStringOnObjectMessage=false, bytesIsObject=false, bytesIsString=false})
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(null.MyConfig: bytesIsObject=false, bytesIsObjectBufferSize=65536, toStringOnObjectMessage=false, messageCache=100, bytesIsString=false, bytesIsObjectBufferSize, 65536)
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string '65536' to class 'int'
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.IntegerConverter@185572a
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.renderers.DefaultMessageRenderer$MyConfig.setBytesIsObjectBufferSize(int) with value 65536 (class java.lang.Integer)
2008-10-02 15:37:31,184 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(null.MyConfig: bytesIsObject=false, bytesIsObjectBufferSize=65536, toStringOnObjectMessage=false, messageCache=100, bytesIsString=false, messageCache, 100)
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string '100' to class 'int'
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.IntegerConverter@185572a
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.renderers.DefaultMessageRenderer$MyConfig.setMessageCache(int) with value 100 (class java.lang.Integer)
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(null.MyConfig: bytesIsObject=false, bytesIsObjectBufferSize=65536, toStringOnObjectMessage=false, messageCache=100, bytesIsString=false, toStringOnObjectMessage, false)
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'false' to class 'boolean'
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.BooleanConverter@879860
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.renderers.DefaultMessageRenderer$MyConfig.setToStringOnObjectMessage(boolean) with value false (class java.lang.Boolean)
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(null.MyConfig: bytesIsObject=false, bytesIsObjectBufferSize=65536, toStringOnObjectMessage=false, messageCache=100, bytesIsString=false, bytesIsObject, false)
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'false' to class 'boolean'
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.BooleanConverter@879860
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.renderers.DefaultMessageRenderer$MyConfig.setBytesIsObject(boolean) with value false (class java.lang.Boolean)
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(null.MyConfig: bytesIsObject=false, bytesIsObjectBufferSize=65536, toStringOnObjectMessage=false, messageCache=100, bytesIsString=false, bytesIsString, false)
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'false' to class 'boolean'
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.BooleanConverter@879860
2008-10-02 15:37:31,200 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.renderers.DefaultMessageRenderer$MyConfig.setBytesIsString(boolean) with value false (class java.lang.Boolean)
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - BeanUtils.populate(hermes.renderers.fix.FIXMessageRenderer$MyConfig@1b32627, {displayValueWithEnum=true, displayHeaderAndTrailer=true, messageCache=100})
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.renderers.fix.FIXMessageRenderer$MyConfig@1b32627, displayValueWithEnum, true)
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'true' to class 'boolean'
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.BooleanConverter@879860
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.renderers.fix.FIXMessageRenderer$MyConfig.setDisplayValueWithEnum(boolean) with value true (class java.lang.Boolean)
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.renderers.fix.FIXMessageRenderer$MyConfig@1b32627, displayHeaderAndTrailer, true)
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'true' to class 'boolean'
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.BooleanConverter@879860
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.renderers.fix.FIXMessageRenderer$MyConfig.setDisplayHeaderAndTrailer(boolean) with value true (class java.lang.Boolean)
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.renderers.fix.FIXMessageRenderer$MyConfig@1b32627, messageCache, 100)
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string '100' to class 'int'
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.IntegerConverter@185572a
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.renderers.fix.FIXMessageRenderer$MyConfig.setMessageCache(int) with value 100 (class java.lang.Integer)
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG hermes.renderers.RendererManager - renderer chain:
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG hermes.renderers.RendererManager - Payload: hermes.renderers.DefaultMessageRenderer
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG hermes.renderers.RendererManager - Header: hermes.renderers.DefaultMessageHeaderRenderer
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG hermes.renderers.RendererManager - toString: hermes.renderers.ToStringMessageRenderer
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG hermes.renderers.RendererManager - Hex: hermes.renderers.HexMessageRenderer
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG hermes.renderers.RendererManager - XML: hermes.renderers.XMLMessageRenderer
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG hermes.renderers.RendererManager - FIX: hermes.renderers.fix.FIXMessageRenderer
2008-10-02 15:37:31,215 [AWT-EventQueue-0] DEBUG hermes.browser.tasks.ThreadPool - growing threadpool to 5
2008-10-02 15:37:31,231 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - creating new classLoader for System
2008-10-02 15:37:31,231 [AWT-EventQueue-0] DEBUG hermes.util.TextUtils - replacing hermes.home with C:\HermesJMS
2008-10-02 15:37:31,231 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.providers.file.FileConnectionFactory@205756, baseDirectory, C:\HermesJMS/bin/messages)
2008-10-02 15:37:31,278 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'C:\HermesJMS/bin/messages' to class 'java.lang.String'
2008-10-02 15:37:31,278 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@df2d38
2008-10-02 15:37:31,278 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.providers.file.FileConnectionFactory.setBaseDirectory(java.lang.String) with value C:\HermesJMS/bin/messages (class java.lang.String)
2008-10-02 15:37:31,278 [AWT-EventQueue-0] DEBUG hermes.util.TextUtils - replacing hermes.home with C:\HermesJMS
2008-10-02 15:37:31,278 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set hermes.providers.file.FileConnectionFactory baseDirectory=C:\HermesJMS/bin/messages
2008-10-02 15:37:31,293 [AWT-EventQueue-0] DEBUG hermes.JAXBHermesLoader - SESSION IS Files
2008-10-02 15:37:31,340 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - creating extension hermes.ext.DefaultHermesAdminFactory for hermes.providers.file.FileConnectionFactory
2008-10-02 15:37:31,340 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - creating new classLoader for System
2008-10-02 15:37:31,340 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - loading from sun.misc.Launcher$AppClassLoader@df6ccd
2008-10-02 15:37:31,340 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - createClassLoader id=Tibco extConfig=hermes.ext.ems.TibcoEMSAdminFactory
2008-10-02 15:37:31,340 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - URLClassLoader: file:/C:/tibco/ems/5.0/lib/tibjms.jar, file:/C:/tibco/ems/5.0/lib/tibjmsadmin.jar, file:/C:/tibco/ems/5.0/lib/tibjmsapps.jar, file:/C:/HermesJMS/lib.weaved/hermes-ems.jar, file:/C:/HermesJMS/lib.weaved/hermes-webspheremq.jar, file:/C:/HermesJMS/lib.weaved/hermes-jbossmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-arjuna.jar, file:/C:/HermesJMS/lib.weaved/hermes-weblogic.jar, file:/C:/HermesJMS/lib.weaved/hermes-joram.jar, file:/C:/HermesJMS/lib.weaved/hermes-wme.jar, file:/C:/HermesJMS/lib.weaved/hermes-openjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-fiorano.jar, file:/C:/HermesJMS/lib.weaved/hermes-sonicmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-sapjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-activemq.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar
2008-10-02 15:37:31,340 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - getting existing classLoader for Tibco
2008-10-02 15:37:31,403 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - found a non Java Bean compliant class, com.tibco.tibjms.TibjmsConnectionFactory, generating a new class and implementing an around advice to mixin getters
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setClientID type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setServerUrl type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setMetric type= int
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setConnAttemptCount type= int
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setConnAttemptDelay type= int
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setReconnAttemptCount type= int
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setReconnAttemptDelay type= int
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setUserName type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setUserPassword type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLVendor type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLTrace type= class java.lang.Boolean
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLDebugTrace type= class java.lang.Boolean
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLEnableVerifyHost type= class java.lang.Boolean
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLEnableVerifyHostName type= class java.lang.Boolean
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLExpectedHostName type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLAuthOnly type= class java.lang.Boolean
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLTrustedCertificate type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLIssuerCertificate type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLIdentity type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLIdentityEncoding type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLPrivateKey type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLPrivateKeyEncoding type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLPassword type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLCipherSuites type= class java.lang.String
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setConnAttemptTimeout type= int
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setReconnAttemptTimeout type= int
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setMulticastEnabled type= boolean
2008-10-02 15:37:31,512 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setMulticastDaemon type= class java.lang.String
2008-10-02 15:37:31,700 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(TopicConnectionFactory[URL=tcp://localhost:7222;clientID=null], serverUrl, tcp://localhost:7222)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'tcp://localhost:7222' to class 'java.lang.String'
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public final void com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$632390bf.setServerUrl(java.lang.String) throws javax.jms.JMSException with value tcp://localhost:7222 (class java.lang.String)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.util.GetCachingMethodInterceptor - superNameCGLIB$setServerUrl$34
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$632390bf serverUrl=tcp://localhost:7222
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(TopicConnectionFactory[URL=tcp://localhost:7222;clientID=null], userName, OMNIPOC)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'OMNIPOC' to class 'java.lang.String'
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public final void com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$632390bf.setUserName(java.lang.String) with value OMNIPOC (class java.lang.String)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.util.GetCachingMethodInterceptor - superNameCGLIB$setUserName$40
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$632390bf userName=OMNIPOC
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(TopicConnectionFactory[URL=tcp://localhost:7222;clientID=null;Properties={com.tibco.tibjms.factory.username=OMNIPOC}], userPassword, omni)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'omni' to class 'java.lang.String'
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public final void com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$632390bf.setUserPassword(java.lang.String) with value omni (class java.lang.String)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.util.GetCachingMethodInterceptor - superNameCGLIB$setUserPassword$41
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$632390bf userPassword=omni
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.JAXBHermesLoader - SESSION IS EMS LOCAL
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - creating extension hermes.ext.ems.TibcoEMSAdminFactory for com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$632390bf
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - getting existing classLoader for Tibco
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - loading from DebugClassLoader: file:/C:/tibco/ems/5.0/lib/tibjms.jar, file:/C:/tibco/ems/5.0/lib/tibjmsadmin.jar, file:/C:/tibco/ems/5.0/lib/tibjmsapps.jar, file:/C:/HermesJMS/lib.weaved/hermes-ems.jar, file:/C:/HermesJMS/lib.weaved/hermes-webspheremq.jar, file:/C:/HermesJMS/lib.weaved/hermes-jbossmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-arjuna.jar, file:/C:/HermesJMS/lib.weaved/hermes-weblogic.jar, file:/C:/HermesJMS/lib.weaved/hermes-joram.jar, file:/C:/HermesJMS/lib.weaved/hermes-wme.jar, file:/C:/HermesJMS/lib.weaved/hermes-openjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-fiorano.jar, file:/C:/HermesJMS/lib.weaved/hermes-sonicmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-sapjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-activemq.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.ext.ems.TibcoEMSAdminFactory@1b2d7df, password, )
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string '' to class 'java.lang.String'
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.ext.ems.TibcoEMSAdminFactory.setPassword(java.lang.String) with value (class java.lang.String)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set hermes.ext.ems.TibcoEMSAdminFactory password=
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.ext.ems.TibcoEMSAdminFactory@1b2d7df, serverURL, tcp://localhost:7222)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'tcp://localhost:7222' to class 'java.lang.String'
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.ext.ems.TibcoEMSAdminFactory.setServerURL(java.lang.String) with value tcp://localhost:7222 (class java.lang.String)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set hermes.ext.ems.TibcoEMSAdminFactory serverURL=tcp://localhost:7222
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.ext.ems.TibcoEMSAdminFactory@1b2d7df, username, admin)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'admin' to class 'java.lang.String'
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.ext.ems.TibcoEMSAdminFactory.setUsername(java.lang.String) with value admin (class java.lang.String)
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set hermes.ext.ems.TibcoEMSAdminFactory username=admin
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.JAXBHermesLoader - cleaning up FactoryConfig with no sessions
2008-10-02 15:37:31,715 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - createClassLoader id=MQ extConfig=hermes.ext.mq.MQSeriesAdminFactory
2008-10-02 15:37:31,731 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - URLClassLoader: file:/C:/DataSOA/MQ/lib/com.ibm.mq.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqjms.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mq.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqbind.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqjms.jar, file:/C:/DataSOA/MQ/lib/connector.jar, file:/C:/DataSOA/MQ/lib/fscontext.jar, file:/C:/DataSOA/MQ/lib/jms.jar, file:/C:/DataSOA/MQ/lib/jndi.jar, file:/C:/DataSOA/MQ/lib/jta.jar, file:/C:/DataSOA/MQ/lib/ldap.jar, file:/C:/DataSOA/MQ/lib/mqji.properties, file:/C:/DataSOA/MQ/lib/postcard.jar, file:/C:/DataSOA/MQ/lib/providerutil.jar, file:/C:/DataSOA/MQ/lib/rmm.jar, file:/C:/HermesJMS/lib.weaved/hermes-ems.jar, file:/C:/HermesJMS/lib.weaved/hermes-webspheremq.jar, file:/C:/HermesJMS/lib.weaved/hermes-jbossmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-arjuna.jar, file:/C:/HermesJMS/lib.weaved/hermes-weblogic.jar, file:/C:/HermesJMS/lib.weaved/hermes-joram.jar, file:/C:/HermesJMS/lib.weaved/hermes-wme.jar, file:/C:/HermesJMS/lib.weaved/hermes-openjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-fiorano.jar, file:/C:/HermesJMS/lib.weaved/hermes-sonicmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-sapjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-activemq.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar
2008-10-02 15:37:31,731 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - getting existing classLoader for MQ
2008-10-02 15:37:31,903 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@735f222, channel, SYSTEM.DEF.SVRCONN8)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'SYSTEM.DEF.SVRCONN8' to class 'java.lang.String'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@6e41b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setChannel(java.lang.String) throws javax.jms.JMSException with value SYSTEM.DEF.SVRCONN8 (class java.lang.String)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory channel=SYSTEM.DEF.SVRCONN8
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@682fb374, hostName, DALG)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'DALG' to class 'java.lang.String'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@6e41b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setHostName(java.lang.String) with value DALG (class java.lang.String)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory hostName=DALG
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@d003725f, port, 5409)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string '5409' to class 'int'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.IntegerConverter@9be2b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setPort(int) throws javax.jms.JMSException with value 5409 (class java.lang.Integer)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory port=5409
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@d013d55f, queueManager, DG01)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'DG01' to class 'java.lang.String'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@6e41b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setQueueManager(java.lang.String) throws javax.jms.JMSException with value DG01 (class java.lang.String)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory queueManager=DG01
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@d00c2c9b, transportType, 1)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string '1' to class 'int'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.IntegerConverter@9be2b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setTransportType(int) throws javax.jms.JMSException with value 1 (class java.lang.Integer)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory transportType=1
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.JAXBHermesLoader - SESSION IS MQ-DG01
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - creating extension hermes.ext.mq.MQSeriesAdminFactory for com.ibm.mq.jms.MQQueueConnectionFactory
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - getting existing classLoader for MQ
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - loading from DebugClassLoader: file:/C:/DataSOA/MQ/lib/com.ibm.mq.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqjms.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mq.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqbind.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqjms.jar, file:/C:/DataSOA/MQ/lib/connector.jar, file:/C:/DataSOA/MQ/lib/fscontext.jar, file:/C:/DataSOA/MQ/lib/jms.jar, file:/C:/DataSOA/MQ/lib/jndi.jar, file:/C:/DataSOA/MQ/lib/jta.jar, file:/C:/DataSOA/MQ/lib/ldap.jar, file:/C:/DataSOA/MQ/lib/mqji.properties, file:/C:/DataSOA/MQ/lib/postcard.jar, file:/C:/DataSOA/MQ/lib/providerutil.jar, file:/C:/DataSOA/MQ/lib/rmm.jar, file:/C:/HermesJMS/lib.weaved/hermes-ems.jar, file:/C:/HermesJMS/lib.weaved/hermes-webspheremq.jar, file:/C:/HermesJMS/lib.weaved/hermes-jbossmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-arjuna.jar, file:/C:/HermesJMS/lib.weaved/hermes-weblogic.jar, file:/C:/HermesJMS/lib.weaved/hermes-joram.jar, file:/C:/HermesJMS/lib.weaved/hermes-wme.jar, file:/C:/HermesJMS/lib.weaved/hermes-openjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-fiorano.jar, file:/C:/HermesJMS/lib.weaved/hermes-sonicmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-sapjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-activemq.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - createClassLoader id=MQ using cached
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - getting existing classLoader for MQ
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@735f222, channel, SYSTEM.DEF.SVRCONN8)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'SYSTEM.DEF.SVRCONN8' to class 'java.lang.String'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@6e41b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setChannel(java.lang.String) throws javax.jms.JMSException with value SYSTEM.DEF.SVRCONN8 (class java.lang.String)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory channel=SYSTEM.DEF.SVRCONN8
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@682fb374, hostName, DALC)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'DALC' to class 'java.lang.String'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@6e41b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setHostName(java.lang.String) with value DALC (class java.lang.String)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory hostName=DALC
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@d0037253, port, 5409)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string '5409' to class 'int'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.IntegerConverter@9be2b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setPort(int) throws javax.jms.JMSException with value 5409 (class java.lang.Integer)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory port=5409
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@d013d553, queueManager, DT01)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'DT01' to class 'java.lang.String'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@6e41b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setQueueManager(java.lang.String) throws javax.jms.JMSException with value DT01 (class java.lang.String)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory queueManager=DT01
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(com.ibm.mq.jms.MQQueueConnectionFactory@d033ffc2, transportType, 1)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string '1' to class 'int'
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.IntegerConverter@9be2b5
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void com.ibm.mq.jms.MQConnectionFactory.setTransportType(int) throws javax.jms.JMSException with value 1 (class java.lang.Integer)
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.ibm.mq.jms.MQQueueConnectionFactory transportType=1
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.JAXBHermesLoader - SESSION IS MQ-DT01
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - creating extension hermes.ext.mq.MQSeriesAdminFactory for com.ibm.mq.jms.MQQueueConnectionFactory
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - getting existing classLoader for MQ
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - loading from DebugClassLoader: file:/C:/DataSOA/MQ/lib/com.ibm.mq.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqjms.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mq.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqbind.jar, file:/C:/DataSOA/MQ/lib/com.ibm.mqjms.jar, file:/C:/DataSOA/MQ/lib/connector.jar, file:/C:/DataSOA/MQ/lib/fscontext.jar, file:/C:/DataSOA/MQ/lib/jms.jar, file:/C:/DataSOA/MQ/lib/jndi.jar, file:/C:/DataSOA/MQ/lib/jta.jar, file:/C:/DataSOA/MQ/lib/ldap.jar, file:/C:/DataSOA/MQ/lib/mqji.properties, file:/C:/DataSOA/MQ/lib/postcard.jar, file:/C:/DataSOA/MQ/lib/providerutil.jar, file:/C:/DataSOA/MQ/lib/rmm.jar, file:/C:/HermesJMS/lib.weaved/hermes-ems.jar, file:/C:/HermesJMS/lib.weaved/hermes-webspheremq.jar, file:/C:/HermesJMS/lib.weaved/hermes-jbossmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-arjuna.jar, file:/C:/HermesJMS/lib.weaved/hermes-weblogic.jar, file:/C:/HermesJMS/lib.weaved/hermes-joram.jar, file:/C:/HermesJMS/lib.weaved/hermes-wme.jar, file:/C:/HermesJMS/lib.weaved/hermes-openjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-fiorano.jar, file:/C:/HermesJMS/lib.weaved/hermes-sonicmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-sapjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-activemq.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - createClassLoader id=Tibco using cached
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - getting existing classLoader for Tibco
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - found a non Java Bean compliant class, com.tibco.tibjms.TibjmsConnectionFactory, generating a new class and implementing an around advice to mixin getters
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setClientID type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setServerUrl type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setMetric type= int
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setConnAttemptCount type= int
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setConnAttemptDelay type= int
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setReconnAttemptCount type= int
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setReconnAttemptDelay type= int
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setUserName type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setUserPassword type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLVendor type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLTrace type= class java.lang.Boolean
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLDebugTrace type= class java.lang.Boolean
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLEnableVerifyHost type= class java.lang.Boolean
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLEnableVerifyHostName type= class java.lang.Boolean
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLExpectedHostName type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLAuthOnly type= class java.lang.Boolean
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLTrustedCertificate type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLIssuerCertificate type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLIdentity type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLIdentityEncoding type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLPrivateKey type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLPrivateKeyEncoding type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLPassword type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setSSLCipherSuites type= class java.lang.String
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setConnAttemptTimeout type= int
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setReconnAttemptTimeout type= int
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setMulticastEnabled type= boolean
2008-10-02 15:37:31,918 [AWT-EventQueue-0] DEBUG hermes.util.ReflectUtils - fixing property for setMulticastDaemon type= class java.lang.String
2008-10-02 15:37:31,965 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(TopicConnectionFactory[URL=tcp://localhost:7222;clientID=null], serverUrl, tcp://colas045:7222)
2008-10-02 15:37:31,965 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'tcp://colas045:7222' to class 'java.lang.String'
2008-10-02 15:37:31,965 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,965 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public final void com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$11f8e9da.setServerUrl(java.lang.String) throws javax.jms.JMSException with value tcp://colas045:7222 (class java.lang.String)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.util.GetCachingMethodInterceptor - superNameCGLIB$setServerUrl$34
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$11f8e9da serverUrl=tcp://colas045:7222
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(TopicConnectionFactory[URL=tcp://colas045:7222;clientID=null], userName, OMNIPOC)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'OMNIPOC' to class 'java.lang.String'
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public final void com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$11f8e9da.setUserName(java.lang.String) with value OMNIPOC (class java.lang.String)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.util.GetCachingMethodInterceptor - superNameCGLIB$setUserName$40
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$11f8e9da userName=OMNIPOC
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(TopicConnectionFactory[URL=tcp://colas045:7222;clientID=null;Properties={com.tibco.tibjms.factory.username=OMNIPOC}], userPassword, omni)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'omni' to class 'java.lang.String'
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public final void com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$11f8e9da.setUserPassword(java.lang.String) with value omni (class java.lang.String)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.util.GetCachingMethodInterceptor - superNameCGLIB$setUserPassword$41
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$11f8e9da userPassword=omni
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.JAXBHermesLoader - SESSION IS EMS-DEV
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - creating extension hermes.ext.ems.TibcoEMSAdminFactory for com.tibco.tibjms.TibjmsConnectionFactory$$BeanGeneratorByCGLIB$$3af9d296$$EnhancerByCGLIB$$11f8e9da
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.impl.SimpleClassLoaderManager - getting existing classLoader for Tibco
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.ext.ExtensionFinderImpl - loading from DebugClassLoader: file:/C:/tibco/ems/5.0/lib/tibjms.jar, file:/C:/tibco/ems/5.0/lib/tibjmsadmin.jar, file:/C:/tibco/ems/5.0/lib/tibjmsapps.jar, file:/C:/HermesJMS/lib.weaved/hermes-ems.jar, file:/C:/HermesJMS/lib.weaved/hermes-webspheremq.jar, file:/C:/HermesJMS/lib.weaved/hermes-jbossmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-arjuna.jar, file:/C:/HermesJMS/lib.weaved/hermes-weblogic.jar, file:/C:/HermesJMS/lib.weaved/hermes-joram.jar, file:/C:/HermesJMS/lib.weaved/hermes-wme.jar, file:/C:/HermesJMS/lib.weaved/hermes-openjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-fiorano.jar, file:/C:/HermesJMS/lib.weaved/hermes-sonicmq.jar, file:/C:/HermesJMS/lib.weaved/hermes-sapjms.jar, file:/C:/HermesJMS/lib.weaved/hermes-activemq.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar, file:/C:/HermesJMS/lib.weaved/hermes-seebeyond.jar
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.ext.ems.TibcoEMSAdminFactory@162198b, password, omni)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'omni' to class 'java.lang.String'
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.ext.ems.TibcoEMSAdminFactory.setPassword(java.lang.String) with value omni (class java.lang.String)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set hermes.ext.ems.TibcoEMSAdminFactory password=omni
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.ext.ems.TibcoEMSAdminFactory@162198b, serverURL, tcp://cola045:7222)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'tcp://cola045:7222' to class 'java.lang.String'
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.ext.ems.TibcoEMSAdminFactory.setServerURL(java.lang.String) with value tcp://cola045:7222 (class java.lang.String)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set hermes.ext.ems.TibcoEMSAdminFactory serverURL=tcp://cola045:7222
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.BeanUtils - setProperty(hermes.ext.ems.TibcoEMSAdminFactory@162198b, username, OMNIPOC)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Convert string 'OMNIPOC' to class 'java.lang.String'
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.ConvertUtils - Using converter org.apache.commons.beanutils.converters.StringConverter@19fdbcb
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG org.apache.commons.beanutils.PropertyUtils - setSimpleProperty: Invoking method public void hermes.ext.ems.TibcoEMSAdminFactory.setUsername(java.lang.String) with value OMNIPOC (class java.lang.String)
2008-10-02 15:37:31,981 [AWT-EventQueue-0] DEBUG hermes.impl.LoaderSupport - set hermes.ext.ems.TibcoEMSAdminFactory username=OMNIPOC
2008-10-02 15:37:33,465 [AWT-EventQueue-0] DEBUG hermes.browser.jython.JythonManager - Unable to locate a hermesrc.py
2008-10-02 15:37:33,934 [Hermes ThreadPool-0] DEBUG hermes.browser.tasks.ThreadPool - task hermes.browser.tasks.UpdateMessageStoresTask@c2be20 starting
2008-10-02 15:37:34,512 [AWT-EventQueue-0] DEBUG hermes.browser.HermesBrowser - setting maxThreadPoolSize
2008-10-02 15:37:35,700 [Hermes ThreadPool-0] DEBUG hermes.store.StoreUtils - looking for statement for derby
2008-10-02 15:37:36,684 [Hermes ThreadPool-0] DEBUG hermes.store.schema.DefaultJDBCAdapter - executing: create table storeInfo (storeid varchar (64) not null constraint storeInfo_cid unique )
2008-10-02 15:37:37,247 [Hermes ThreadPool-0] ERROR hermes.store.schema.DefaultJDBCAdapter - Table/View 'STOREINFO' already exists in Schema 'APP'. Query: create table storeInfo (storeid varchar (64) not null constraint storeInfo_cid unique ) Parameters: []
2008-10-02 15:37:37,247 [Hermes ThreadPool-0] DEBUG hermes.store.schema.DefaultJDBCAdapter - executing: create table stores (storeid varchar(64) not null, destination varchar(256) not null, domain integer not null, messageid varchar(256) not null)
2008-10-02 15:37:37,388 [Hermes ThreadPool-0] ERROR hermes.store.schema.DefaultJDBCAdapter - Table/View 'STORES' already exists in Schema 'APP'. Query: create table stores (storeid varchar(64) not null, destination varchar(256) not null, domain integer not null, messageid varchar(256) not null) Parameters: []
2008-10-02 15:37:37,388 [Hermes ThreadPool-0] DEBUG hermes.store.schema.DefaultJDBCAdapter - executing: create index stores_didx on stores(destination)
2008-10-02 15:37:37,747 [Hermes ThreadPool-0] DEBUG hermes.store.schema.DefaultJDBCAdapter - executing: create index stores_sidx on stores(storeid)
2008-10-02 15:37:37,778 [Hermes ThreadPool-0] DEBUG hermes.store.schema.DefaultJDBCAdapter - executing: create index stores_midx on stores(messageid)
2008-10-02 15:37:37,794 [Hermes ThreadPool-0] DEBUG hermes.store.schema.DefaultJDBCAdapter - executing: create index stores_smidx on stores(storeid, messageid)
2008-10-02 15:37:37,794 [Hermes ThreadPool-0] DEBUG hermes.store.schema.DefaultJDBCAdapter - executing: create table messages (messageid varchar(256) not null, message clob(1048576) not null)
2008-10-02 15:37:37,919 [Hermes ThreadPool-0] ERROR hermes.store.schema.DefaultJDBCAdapter - Table/View 'MESSAGES' already exists in Schema 'APP'. Query: create table messages (messageid varchar(256) not null, message clob(1048576) not null) Parameters: []
2008-10-02 15:37:37,919 [Hermes ThreadPool-0] DEBUG hermes.store.schema.DefaultJDBCAdapter - executing: create index messages_midx on messages(messageid)
2008-10-02 15:37:38,091 [Hermes ThreadPool-0] DEBUG hermes.browser.tasks.ThreadPool - task hermes.browser.tasks.UpdateMessageStoresTask@c2be20 stopped
sxchapma1
 
Posts: 4
Joined: Thu Oct 02, 2008 7:13 pm

Re: hermesrc.py not loading at startup

Postby sxchapma1 » Fri Oct 03, 2008 8:06 pm

Colin,

I updated to 1.13 and the logs told me where it was looking for the bootstrap python hermesrc.py it was in my home folder Document Setting\myname\.hermes

I had set HERMES_CONFIG to a diff location thinking it should look there for the python hermesrc.py anyways I just copied
the file there and all is working on startup now.

thanks
Scott

P.S.

my plug in renders EBCDIC Data into ascii so I can view MQ Mainframe message correctly.
I hope I didn't re-invent the wheel if you think anyone would want It I will upload somewhere
sxchapma1
 
Posts: 4
Joined: Thu Oct 02, 2008 7:13 pm

Re: hermesrc.py not loading at startup

Postby Colin » Mon Oct 06, 2008 11:54 am

Scott,

Thanks for letting me know. It looks like there is maybe a little bug somewhere there on how some of the configuration it bootstrapped so I'll take a look.

If you would like to donate the code for the EBCDIC renderer to Hermes then I'd be more than happy to integrate it.

Thanks!

Regards,

Colin.
Colin
Site Admin
 
Posts: 913
Joined: Sun Sep 19, 2004 4:49 pm
Location: London, UK

Re: hermesrc.py not loading at startup

Postby sxchapma1 » Tue Oct 07, 2008 10:34 pm

Colin,

I am having trouble uploading the code to the forum, it doesn't like any file I try and upload keeps telling me it doesn't like the "any extension" type of file
let me know where I can upload this to and I will donate to the Hermes project

thanks

Scott
sxchapma1
 
Posts: 4
Joined: Thu Oct 02, 2008 7:13 pm

Re: hermesrc.py not loading at startup

Postby Colin » Wed Oct 08, 2008 8:21 am

Pop it in the post to colincrist at hermesjms.com

Thanks,

Colin.
Colin
Site Admin
 
Posts: 913
Joined: Sun Sep 19, 2004 4:49 pm
Location: London, UK


Return to Python

Who is online

Users browsing this forum: No registered users and 1 guest

cron