[Logo] Forums for GrailsFlow, Weceem, XSLfast
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Standalone Weceem unable to start - missing properties file  XML
Forum Index » Weceem Forum
Author Message
alan.2.tucker



Joined: 13/08/2009 14:37:22
Messages: 2
Offline

Unpacked the War in the usual tomcat deployments directory and renamed to "weceem"
Created the database
created the weceem.properties as per the installation instructions within the weceem directory created above - i.e. in the WAR root

On start up Tomcat reports

Unable to load specified config location file:./weceem.properties : ./weceem.properties (No such file or directory)

Have tried the weceem.properties in various other places I would expect to be on the Tomcat classpath with no luck

Also tried setting the weceem.config.location JVM property as suggested - can confirm that tomcat is adding this to JAVA_OPTS and using it to start up but the problem persists. The message above doesnt change either suggesting the property is not being read

Any ideas

Tomcat 5.5.26
Mac OS X Tiger i.e. java version "1.5.0_16"
marcpalmer



Joined: 04/06/2009 13:36:35
Messages: 303
Location: UK
Offline

Hi Alan,

Sorry if the documentation has not been clear enough.

1) The weceem.properties file must be in the directory where tomcat starts - it is located as file:./weceem.properties - eg not on the Tomcat classpath

2) The -Dweceem.config.location property should work but is broken due to a typo (my bad) in the the application. Use the mispelling -Dweceen.config.location (n instead of m).

Hopefully this will get you going quickly!

- -
Twitter: wangjammer5
Blog: http://www.anyware.co.uk
Grails plugins: http://www.grailsrocks.com
[WWW]
alan.2.tucker



Joined: 13/08/2009 14:37:22
Messages: 2
Offline

OK, now have it picking up the properties file from the directory I start tomcat from.

However now have an issue with the Quartz Plugin.


marcpalmer



Joined: 04/06/2009 13:36:35
Messages: 303
Location: UK
Offline

This is because you are not deploying with Java 1.6 - Weceem requires Java 1.6 due to Grails plugins like Quartz containing code compiled against 1.6

- -
Twitter: wangjammer5
Blog: http://www.anyware.co.uk
Grails plugins: http://www.grailsrocks.com
[WWW]
 
Forum Index » Weceem Forum
Go to:   
Powered by JForum 2.1.8 © JForum Team