Exception --------- I searched for "NucleusUserException: No available StoreManager found for the datastore URL key" on Google. The first search result finishes with the entry:
'Problem Solved! In eclipse, package explorer -> [project]->war->web-inf->lib click right mouse button and import all relevant library. It will work!' I haven't used Eclipse for years, so this might work(?). I think the fundamental problem may be with your ".jar" files and the fact that your IDE cannot find them at run-time. For NetBeans I have added the following sets of files to my app's set of libraries: datanucleus-rdbms-1.1.5.jar mysql-connector-java-5.1.10-bin.jar [Many other datanucleus-*.jar files incl. datanucleus- appengine-1.0.4.1.final.jar] jdo2-api-2.3-eb.jar [others] Otherwise, I cannot think of anything. I guess there will be no need to create a table? ------------------------------------------------ With my settings, all the (enhanced!) tables are constructed for me at first-connection-time if they do not exist already. Cheers, Ian
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
