Hi,
I removed the reference to jline.ConsoleRunner and the exception
stopped but I get another error now:

2012-01-12 18:05:34.527:INFO::Logging to STDERR via
org.mortbay.log.StdErrLog
2012-01-12 18:05:34.528:INFO::jetty-6.1.25
2012-01-12 18:05:34.545:WARN::failed SocketConnector@0.0.0.0:8080:
java.net.BindException: Address already in use
2012-01-12 18:05:34.545:WARN::failed Server@458e439a:
java.net.BindException: Address already in use
BindException Address already in use
java.net.PlainSocketImpl.socketBind (PlainSocketImpl.java:-2)

I used "lsof -i | grep LISTEN" to find if there is a process listening
on the 8080 port but there is none. Also, shouldn't the ip be
127.0.0.1 or localhost instead of 0.0.0.0?

Thanks for your help

On Jan 12, 5:03 pm, abaitam <abai...@gmail.com> wrote:
> Thanks, but I did run script/deps and it successfully completed I have
> all the jars under lib. I cloned CLJS1 several times but always got
> the same error.
>
> What information do you need to help me solve the problem?
>
> On Jan 12, 4:50 pm, Brenton <bashw...@gmail.com> wrote:
>
>
>
>
>
>
>
> > It looks like you don't have Clojure. Did you run script/deps? Do you
> > have anything in the lib directory?
>
> > Try running it again.
>
> > Brenton
>
> > On Jan 12, 4:28 pm, abaitam <abai...@gmail.com> wrote:
>
> > > I am dying to try this. However, the script/run script (on MAC) gives
> > > me this error message:
>
> > > Exception in thread "main" java.lang.ClassNotFoundException:
> > > clojure.main
> > >         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
> > >         at java.security.AccessController.doPrivileged(Native Method)
> > >         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
> > >         at sun.misc.Launcher$ExtClassLoader.findClass(Launcher.java:229)
> > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
> > >         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
> > >         at java.lang.Class.forName0(Native Method)
> > >         at java.lang.Class.forName(Class.java:169)
> > >         at jline.ConsoleRunner.main(ConsoleRunner.java:73)
>
> > > I appreciate any help.
>
> > > On Jan 11, 2:27 pm, Brenton <bashw...@gmail.com> wrote:
>
> > > > Today we are releasing ClojureScript One. A project to help you get
> > > > started writing single-page applications in ClojureScript.
>
> > > >http://clojure.com/blog/2012/01/11/announcing-clojurescript-one.html
>
> > > >http://clojurescriptone.com/
>
> > > >https://github.com/brentonashworth/one
>
> > > > This project is the result of a lot of hard work from the people at
> > > > Relevance. Thanks everyone.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to