Ticket #6 (closed defect: duplicate)

Opened 20 years ago

Last modified 16 years ago

Error when loading PATHTOCONFIGXML

Reported by: mark.drew@… Owned by: joe.rinehart
Priority: normal Milestone: 2.0 Beta 1
Version: 2.0.304 Severity: major
Keywords: Cc:

Description

I am using a reactor and model glue. When I try to run the application I get the following error:

The parameter PATHTOCONFIGXML to function init is required but was not passed in.

 
The error occurred in /Applications/JRun4/servers/default/cfusion/coldspring/beans/DefaultXmlBeanFactory.cfc: line 372
Called from /Applications/JRun4/servers/default/cfusion/coldspring/beans/DefaultXmlBeanFactory.cfc: line 262

The coldspring config I am sure is pretty correct:

  <bean id="reactorConfiguration" class="reactor.config.config">
 		<constructor-arg name="pathToConfigXml"><value>/mg2blog/config/Reactor.xml</value></constructor-arg>
    	<property name="project"><value>mg2blog</value></property>
    	<property name="dsn"><value>blogin15</value></property>
		<property name="type"><value>mysql</value></property>
		<property name="mapping"><value>/mg2blog/model/data</value></property>
		<property name="mode"><value>development</value></property>
  </bean>

Attachments

ColdSpring.xml (2.2 kB) - added by mark.drew@… 20 years ago.
Colspring.xml configuration that is showing the error

Change History

Changed 20 years ago by mark.drew@…

Colspring.xml configuration that is showing the error

Changed 20 years ago by joe.rinehart

  • owner changed from anonymous to joe.rinehart
  • status changed from assigned to new

Changed 20 years ago by joe.rinehart

  • status changed from new to assigned

Changed 20 years ago by joe.rinehart

  • milestone set to Release Public Beta 1

Changed 20 years ago by joe.rinehart

  • status changed from assigned to closed
  • resolution set to duplicate

Duplicate of #11

Changed 20 years ago by joe.rinehart

Oops - duplicate of #10, not #11

Note: See TracTickets for help on using tickets.