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

Reply via email to