Hello,
I have migrated a somewhat large turbine application to 2.3 and
modified the tr.props file to reflect all documented changes
necessary. However, a simple test application (and the deployed web
application) seem not to be able to initialize
TurbineVelocityService. Attached below is the output from my test
application (I removed initial logging errors before log4j.properties
and tr.props were loaded).
Here is my questions: How can I be get Turbine to spit out the reason
for failing to initialize TurbineVelocityService? I tried all sorts
of things in log4j.properties to no avail and I don't want to bore
you with the details of my configuration file. FWIW, the Turbine
2.3.1 vanilla tr.props causes the same problem, while the TDK2.2 file
works just fine.
Thanks for any input you may have!
h.
[INFO] BaseServiceBroker - Added Mapping for Service: CryptoService
[INFO] BaseServiceBroker - Added Mapping for Service: FactoryService
[INFO] BaseServiceBroker - Added Mapping for Service: PoolService
[INFO] BaseServiceBroker - Added Mapping for Service: RunDataService
[INFO] BaseServiceBroker - Added Mapping for Service: ServletService
[INFO] BaseServiceBroker - Added Mapping for Service:
AssemblerBrokerService
[INFO] BaseServiceBroker - Added Mapping for Service:
LocalizationService
[INFO] BaseServiceBroker - Added Mapping for Service: MimeTypeService
[INFO] BaseServiceBroker - Added Mapping for Service: GlobalCacheService
[INFO] BaseServiceBroker - Added Mapping for Service: SchedulerService
[INFO] BaseServiceBroker - Added Mapping for Service: XmlRpcService
[INFO] BaseServiceBroker - Added Mapping for Service: UniqueIdService
[INFO] BaseServiceBroker - Added Mapping for Service: UploadService
[INFO] BaseServiceBroker - Added Mapping for Service: SecurityService
[INFO] BaseServiceBroker - Added Mapping for Service: PullService
[INFO] BaseServiceBroker - Added Mapping for Service: TemplateService
[INFO] BaseServiceBroker - Added Mapping for Service: XSLTService
[INFO] BaseServiceBroker - Added Mapping for Service: VelocityService
[INFO] BaseServiceBroker - Added Mapping for Service: MetaDataService
[INFO] BaseServiceBroker - Start Initializing service (early):
PullService
[INFO] BaseServiceBroker - Start Initializing service (late):
PoolService
[INFO] BaseServiceBroker - Start Initializing service (late):
FactoryService
[INFO] BaseServiceBroker - Finish Initializing service (late):
FactoryService
[INFO] BaseServiceBroker - Finish Initializing service (late):
PoolService
[INFO] TurbinePullService - Pull Model tools will be refreshed on a
per request basis.
[INFO] BaseServiceBroker - Start Initializing service (late):
VelocityService
[ERROR] BaseServiceBroker -
org.apache.turbine.services.InitializationException:
TurbinePullService failed to initialize
[INFO] BaseServiceBroker - Start Initializing service (early):
VelocityService
[ERROR] BaseServiceBroker -
org.apache.turbine.services.InitializationException: Failed to
initialize TurbineVelocityService
[INFO] BaseServiceBroker - Finished initializing all services!
[INFO] BaseServiceBroker - Start Initializing service (late):
TemplateService
[INFO] BaseServiceBroker - Start Initializing service (late):
AssemblerBrokerService
[INFO] TurbineAssemblerBrokerService - Registering 1 action factories.
[INFO] TurbineAssemblerBrokerService - Registering 1 screen factories.
[INFO] TurbineAssemblerBrokerService - Registering 1 navigation
factories.
[INFO] TurbineAssemblerBrokerService - Registering 1 layout factories.
[INFO] TurbineAssemblerBrokerService - Registering 1 page factories.
[INFO] TurbineAssemblerBrokerService - Registering 1 scheduledjob
factories.
[INFO] BaseServiceBroker - Finish Initializing service (late):
AssemblerBrokerService
[INFO] TurbineTemplateService - Using
org.apache.turbine.services.template.mapper.DirectMapper to map page
elements
[INFO] TurbineTemplateService - Using
org.apache.turbine.services.template.mapper.ClassMapper to map screen
elements
[INFO] TurbineTemplateService - Using
org.apache.turbine.services.template.mapper.ClassMapper to map layout
elements
[INFO] TurbineTemplateService - Using
org.apache.turbine.services.template.mapper.ClassMapper to map
navigation elements
[INFO] TurbineTemplateService - Using
org.apache.turbine.services.template.mapper.LayoutTemplateMapper to
map layout.template elements
[INFO] TurbineTemplateService - Using
org.apache.turbine.services.template.mapper.ScreenTemplateMapper to
map screen.template elements
[INFO] TurbineTemplateService - Using
org.apache.turbine.services.template.mapper.DirectTemplateMapper to
map navigation.template elements
[INFO] BaseServiceBroker - Finish Initializing service (late):
TemplateService
[INFO] BaseServiceBroker - Start Initializing service (late):
RunDataService
[INFO] BaseServiceBroker - Finish Initializing service (late):
RunDataService
[INFO] Turbine - Turbine: init() Ready to Rumble!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]