Now I finally fixed my jumpstart as well, and it is working with database...
I think I had a mismatch of where the openejb is -- I originally had the
/openejb-3.1.1 directory under the jumpstart directory and tried to modify
some of the files and the VM arguments, but the database could not get
populated. I finally decided to follow exactly the installation instructions
and put it in the same level as the jumstart project folder, and then the
database got populated, and it is fully functional. 
Thanks everyone, for your help. 
Regards,
Faye



faye alaska wrote:
> 
> another observation is that, 
> In the installation, it says: "In Eclipse, open the data_util.properties
> file and modify the properties hsqldb.data.dir and hsqldb.jar.dir. Use
> relative paths eg. ../openejb-3.1.1/data/hsqldb and ../openejb-3.1.1/lib"
> I didn't see a hsqldb directory under ../openejb-3.1.1/data/, so I created
> an hsqldb directory, but executing the reset-database-hsqldb-prompted
> still didn't copy anything into this directory even though it reports that
> a file was copied over. I am wondering what I did wrong...
> 
> Buildfile: C:\1jumpstart\jumpstart-4.5.2\data_util.xml
> reset-database-hsqldb-prompted:
> reset-database-hsqldb:
> replace-hsqldb-files-unless-for-jboss:
>      [copy] Copying 1 file to C:\1jumpstart\openejb-3.1.1\data\hsqldb
>      [echo] hsqldb has been reset in ../openejb-3.1.1/data/hsqldb/.
> replace-jumpstartdb-files-if-for-jboss:
> BUILD SUCCESSFUL
> Total time: 4 seconds
> 
> 
> 
> 
> Geoff Callender-2 wrote:
>> 
>> That's good news. After step 8 there is a section titled "Populate the
>> database". That will do it.
>> 
>> Regards,
>> 
>> Geoff
>> 
>> On 31/01/2010, at 8:17 AM, faye alaska wrote:
>> 
>>> 
>>> Hi Geoff, 
>>> 
>>> I did get jumpstart to work. The instruction is definitely accurate. My
>>> error was indeed with step 8, "Click Add Jars... and add every JAR in
>>> OpenEJB's lib/ directory to the new user library." my mistake was that I
>>> added the Jars to the build path rather than to the "new user library"
>>> which
>>> is openejb-3.1.1-lib. 
>>> It is working -- thank you very much!
>>> I want to emphasize here: The installation instruction is accurate, the
>>> error is on my part when I execute it. :-)
>>> When I went to the Grid, though, it says there is no data. what do I
>>> need to
>>> do to populate the database?
>>> Thanks,
>>> Faye
>>> 
>>> 
>>> 
>>> Geoff Callender-2 wrote:
>>>> 
>>>> On 30/01/2010, at 9:50 AM, faye alaska wrote:
>>>> 
>>>>> 
>>>>> Hi Geoff,
>>>>> Thanks for the reply! I am stuck at the very end of jumpstar --
>>>>> everything
>>>>> worked very well till this point and technically, the instruction was
>>>>> still
>>>>> correct, maybe I am just so new to all this that I was not able to do
>>>>> any
>>>>> effective debugging... 
>>>>> "If error, especially ClassNotFoundException for org.slf4j.Logger or
>>>>> org.slf4j.impl.StaticLoggerBinder, check the Arguments and classpath
>>>>> match
>>>>> those shown above."
>>>>> I kept checking and my arguments which I copied and pasted into the
>>>>> argument
>>>>> area, and the jar files added, and could not see where the problem is. 
>>>>> and the following was my error message. 
>>>>> Exception in thread "main" java.lang.NoClassDefFoundError:
>>>>> org/apache/log4j/Level
>>>> 
>>>> Class Level is in openejb-3.1.1/lib/log4j-1.2.12.jar, so I suspect you
>>>> need to go back to step 8 and make sure your openejb User Library
>>>> contains
>>>> that jar and every other jar.
>>>> 
>>>> HTH,
>>>> 
>>>> Geoff
>>>> 
>>>>>   at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
>>>>>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>>   at
>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>>>   at
>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>>>   at java.lang.reflect.Method.invoke(Method.java:597)
>>>>>   at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:64)
>>>>>   at org.mortbay.log.Slf4jLog.<init>(Slf4jLog.java:37)
>>>>>   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
>>>>> Method)
>>>>>   at
>>>>> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
>>>>>   at
>>>>> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
>>>>>   at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
>>>>>   at java.lang.Class.newInstance0(Class.java:355)
>>>>>   at java.lang.Class.newInstance(Class.java:308)
>>>>>   at org.mortbay.log.Log.<clinit>(Log.java:53)
>>>>>   at org.mortbay.component.Container.add(Container.java:200)
>>>>>   at org.mortbay.component.Container.update(Container.java:164)
>>>>>   at org.mortbay.component.Container.update(Container.java:106)
>>>>>   at org.mortbay.jetty.Server.setConnectors(Server.java:158)
>>>>>   at org.mortbay.jetty.Server.addConnector(Server.java:132)
>>>>>   at runjettyrun.Bootstrap.main(Bootstrap.java:76)
>>>>> Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Level
>>>>>   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
>>>>>   at java.security.AccessController.doPrivileged(Native Method)
>>>>>   at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>>>>>   at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
>>>>>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
>>>>>   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
>>>>>   at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:316)
>>>>>   ... 20 more
>>>>> 
>>>>> Thanks again for helping.
>>>>> Faye
>>>>> 
>>>>> 
>>>>> Geoff Callender-2 wrote:
>>>>>> 
>>>>>> Hi Faye,
>>>>>> 
>>>>>> What problem are you having getting jumpstart to work? The
>>>>>> installation
>>>>>> instructions have been tested by many, many people, but maybe there's
>>>>>> something we missed.
>>>>>> 
>>>>>> Regards,
>>>>>> 
>>>>>> Geoff
>>>>>> 
>>>>>> On 29/01/2010, at 8:16 PM, faye alaska wrote:
>>>>>> 
>>>>>>> 
>>>>>>> Hello, I am new to tapestry5 and I followed
>>>>>>> http://tapestry.formos.com/wiki/display/T5IDEINT/Eclipse+%28including+Maven%29,
>>>>>>> which was an awesome direction to get tapestry5 quickstart working.
>>>>>>> I
>>>>>>> also
>>>>>>> downloaded jumpstart, but unfortunately could not successfully get
>>>>>>> it
>>>>>>> to
>>>>>>> work. The examples in jumpstart are very cool, now I am wondering if
>>>>>>> there
>>>>>>> is a tutorial or some information on how to start from the tapestry
>>>>>>> quickstart to get openejb, hibernate, with hsqldb set up to try some
>>>>>>> of
>>>>>>> the
>>>>>>> examples in the jumpstart. -- that would certainly help me a lot to
>>>>>>> get
>>>>>>> going using tapestry5 for my project. 
>>>>>>> Thanks a lot. I am really excited about learning/using tapestry...
>>>>>>> Thanks a bunch!
>>>>>>> -- 
>>>>>>> View this message in context:
>>>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27367758.html
>>>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>>>> 
>>>>>>> 
>>>>>>> ---------------------------------------------------------------------
>>>>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>>>> 
>>>>>> 
>>>>>> 
>>>>> 
>>>>> -- 
>>>>> View this message in context:
>>>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27379362.html
>>>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>>> 
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>>> 
>>>> 
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>>> 
>>>> 
>>>> 
>>> 
>>> -- 
>>> View this message in context:
>>> http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27387503.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
>>> For additional commands, e-mail: users-h...@tapestry.apache.org
>>> 
>> 
>> 
>> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/from-tapestry5-quickstart-to-jumpstart--tp27367758p27389690.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to