|
Howto
How to get going
These instructions apply to GPS 0.2.
grails install-plugin searchable 0.4
grails install-plugin feeds 1.2
The import of Java Pet Store no longer requires the Java Pet Store on disk, everything is read from the XML export file in src/java. Development mode has a few things turned off for speed:
Production mode is default configured for deployment in an environment with a MySQL database exposed in JNDI as ""jdbc/GrailsPetStoreDB" (see DataSource) GPS 0.2 should require Java 5 or later (tested on WinXP/Java 1.6 and OS X 10.4.11/Java 1.5).
|
Sign in to add a comment
I suggest that you mention that Java 1.6 is required.
That should no longer be the case, please report back if you still have that problem.
Caused by: java.lang.NullPointerException?: Cannot invoke method stopMirroring() on null object Stacktrace: http://pastebin.com/f34582060
Do I have to run the 'searchable' frist as an indexing service or something?
raphaelmiranda: You probably forgot to install the searchable plugin.