[SLUG] solr jetty on ubuntu

2011-02-23 Thread Ken Foskey

I am very frustrated.

I have installed solr Jetty on Ubuntu and when it starts in jetty with
'java -jar start.jar   it responds and has a solr directory.  Does not
work cleanly because it cannot find javac.

I want this to autostart,   '/etc/init.d/jetty start'   issued.It
starts on port 8080 and it is accessible because I get NOTFOUND.No
nice Jetty page.

HTTP ERROR: 404
Problem accessing /. Reason:

NOT_FOUND



Powered by Jetty://

In the Jetty log I get this.Any clues on where to look for this
error would be great,  I am not JAVA literate.

259823 [Shutdown] INFO org.mortbay.log - Shutdown hook executing
259823 [Shutdown] INFO org.mortbay.log - Graceful shutdown
SelectChannelConnector@strider:8080
259836 [Shutdown] INFO org.mortbay.log - Graceful shutdown
org.mortbay.jetty.handler.ContextHandler@49ff0dde{/javadoc,file:/usr/share/doc/libjetty-java/api/}
259836 [Shutdown] INFO org.mortbay.log - Graceful shutdown
org.mortbay.jetty.webapp.WebAppContext@42652110{,file:/var/lib/jetty/webapps/root/}
259836 [Shutdown] INFO org.mortbay.log - Graceful shutdown
org.mortbay.jetty.webapp.WebAppContext@7d5dc37d{/solr,file:/var/lib/jetty/webapps/solr/}
260950 [Shutdown] INFO org.mortbay.log - Shutdown hook complete


/usr/share/jetty/webapps/solr  - /usr/share/solr/   so I think   the
config is basically right.

Help
Ken

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Installfest

2011-02-23 Thread Ashley Maher
G'day,

Every year SCLUG puts on an install fest for first year Informatics
undergrads of Wollongong Uni.

This year the install fest is on Saturday the 12th March, 2011.

There are two sessions, morning and afternoon. If anybody can assist
either or both sessions please let me know off list.

Thanks for any help.

Regards,

Ashley

http://www.sclug.asn.au



signature.asc
Description: OpenPGP digital signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Re: [SLUG] solr jetty on ubuntu

2011-02-23 Thread Matthew Hannigan
On Wed, Feb 23, 2011 at 10:16:35PM +1100, Ken Foskey wrote:
 
 I have installed solr Jetty on Ubuntu and when it starts in jetty with
 'java -jar start.jar   it responds and has a solr directory.  Does not
 work cleanly because it cannot find javac.

Do you have the jdk installed?

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] solr jetty on ubuntu

2011-02-23 Thread Matthew Hannigan
On Thu, Feb 24, 2011 at 11:44:02AM +1100, Matthew Hannigan wrote:
 On Wed, Feb 23, 2011 at 10:16:35PM +1100, Ken Foskey wrote:
  
  I have installed solr Jetty on Ubuntu and when it starts in jetty with
  'java -jar start.jar   it responds and has a solr directory.  Does not
  work cleanly because it cannot find javac.
 
 Do you have the jdk installed?

To elaborate, do you have openjdk-6-jdk installed, not just openjdk-6-jre
or other jre.
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html