Having an issue getting avalon to work right under Turbine (using the Torque example on the website). When the avalon component service starts, it stops after the following log messages: 2004-04-16 10:06:30,190 [http80-Processor2] DEBUG avalon - looking up shorthand torque, returning org.apache.torque.avalon.Torque 2004-04-16 10:06:30,190 [http80-Processor2] DEBUG avalon - Adding component (org.apache.torque.avalon.Torque = org.apache.torque.avalon.TorqueComponent) 2004-04-16 10:06:30,200 [http80-Processor2] DEBUG avalon - Attempting to get Handler for role [org.apache.torque.avalon.Torque] 2004-04-16 10:06:30,230 [http80-Processor2] DEBUG avalon - Handler type = org.apache.avalon.excalibur.component.ThreadSafeComponentHandler
Unfortunately since Turbine cannot get Avalon to load (and subsequently Torque), turbine stops initializing after the following: 2004-04-16 09:56:30,906 [http80-Processor3] INFO org.apache.turbine.services.BaseServiceBroker - Start Initializing service (early): AvalonComponentService 2004-04-16 09:56:30,966 [http80-Processor3] DEBUG org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService - Config File: E:\cvs_sandbox\jrankweb\WEB-INF\conf\componentConfiguration.xml 2004-04-16 09:56:30,966 [http80-Processor3] DEBUG org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService - Role File: E:\cvs_sandbox\jrankweb\WEB-INF\conf\roleConfiguration.xml 2004-04-16 09:56:31,136 [http80-Processor3] DEBUG org.apache.turbine.services.avaloncomponent.TurbineAvalonComponentService - Application Root is E:\cvs_sandbox\jrankweb These are the libraries I have in the path: activation-1.0.2.jar avalon-framework-4.1.4.jar bcel-5.0.jar cactus-1.2.jar cactus-ant-1.2.jar commons-beanutils-1.6.1.jar commons-codec-1.1.jar commons-collections-2.1.jar commons-configuration-20030706.202021.jar commons-dbcp-20030825.184428.jar commons-email-20030310.165926.jar commons-fileupload-1.0.jar commons-lang-1.0.1.jar commons-logging-1.0.3.jar commons-pool-20030825.183949.jar commons-util-1.0-rc2-dev.jar dom4j-1.4.jar ecs-1.4.2.jar excalibur-component-1.2.jar excalibur-configuration-1.0.jar excalibur-event-2.0.jar excalibur-i18n-1.0.jar excalibur-instrument-1.0.jar excalibur-logger-1.1.jar excalibur-pool-1.2.jar excalibur-thread-1.1.1.jar excalibur-util-concurrent-1.3.1.jar flux-2.3.jar htmllexer.jar htmlparser.jar httpunit-1.3.jar jakarta-poi-1.5.1-final-20020615.jar javamail-1.3.1.jar jcs-20030822.182132.jar jdbc-2.0.jar jndi-1.2.1.jar jrank.jar junit-3.8.1.jar log4j-1.2.8.jar mm.mysql-2.0.13-bin.jar oro-2.0.7.jar PDFBox-0.6.2.jar quartz-1.2.3.jar regexp-1.3.jar servlet.jar stratum-1.0-b3.jar torque-3.1.jar torque-gen-3.1.jar turbine-2.3.jar velocity-1.3.1.jar village-2.0-dev-20030825.jar xalan-2.1.0.jar xercesImpl-2.4.0.jar xml-apis-1.0.b2.jar xmlrpc-1.2-b1.jar Are there any other stack traces I can enable to dig deeper into this - or is this a common problem that's fixed by some sort of configuration issue I have? Thanks! Bradford A. Folkens [EMAIL PROTECTED]
