public inbox for rhug-rhats@sourceware.org
 help / color / mirror / Atom feed
From: Per Bothner <per@bothner.com>
To: Detlef Schmicker <schmicker@physik.de>
Cc: rhug-rhats@sources.redhat.com
Subject: Re: first installation problems
Date: Fri, 07 Dec 2001 19:38:00 -0000	[thread overview]
Message-ID: <3C118B59.9020308@bothner.com> (raw)
In-Reply-To: <NDBBLBJCCIDKMKBPPDMBCELNDFAA.schmicker@physik.de>

Detlef Schmicker wrote:


> Now I try to start tomcat and get an errormessage which I realy do not
> understand.


I assume you did a 'make install'?
I ran into one problem where 'make install' in BCEL doesn't
work unless you configure with an absoluete srcdir.  I worked around
that by:  make install top_srcdir=`/bin/pwd`

After installation, I had to make a link to a 'webaps' directory
(from a binary Tomcat installation), and I was then able to
browse static pages.

However, when trying to browse the HelloWorld xample servlet,
I got:

java.util.MissingResourceException: Bundle LocalStrings not found
    at 0x403de9c0: java.lang.Throwable.Throwable(java.lang.String) 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x403d2f36: java.lang.Exception.Exception(java.lang.String) 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x403d77f6: 
java.lang.RuntimeException.RuntimeException(java.lang.String) 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x40423899: 
java.util.MissingResourceException.MissingResourceException(java.lang.String, 
java.lang.String, java.lang.String) 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x40427998: java.util.ResourceBundle.getBundle(java.lang.String, 
java.util.Locale, java.lang.ClassLoader) 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x4042740b: java.util.ResourceBundle.getBundle(java.lang.String, 
java.util.Locale) (/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x405066c7: ffi_call_SYSV 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x40506677: ffi_raw_call 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x403b0100: 
_Jv_InterpMethod.continue1(_Jv_InterpMethodInvocation) 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x40509034: _Jv_InterpMethod.run(ffi_cif, void, ffi_raw, 
_Jv_InterpMethodInvocation) (/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x403afac4: _Jv_InterpMethod.run_normal(ffi_cif, void, ffi_raw, 
void) (/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x4050652c: ?? (??:0)
    at 0x401f7b16: 
javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, 
javax.servlet.http.HttpServletResponse) 
(/home/bothner/GNU/install-gcc/lib/lib-javax-servlet.so.0)
    at 0x401f7e29: 
javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, 
javax.servlet.ServletResponse) 
(/home/bothner/GNU/install-gcc/lib/lib-javax-servlet.so.0)
    at 0x4009da3c: 
org.apache.tomcat.core.ServletWrapper.doService(org.apache.tomcat.core.Request, 
org.apache.tomcat.core.Response) 
(/home/bothner/GNU/install-gcc/lib/lib-org-apache-tomcat.so.0)
    at 0x40099235: 
org.apache.tomcat.core.Handler.service(org.apache.tomcat.core.Request, 
org.apache.tomcat.core.Response) 
(/home/bothner/GNU/install-gcc/lib/lib-org-apache-tomcat.so.0)
    at 0x4009d544: 
org.apache.tomcat.core.ServletWrapper.service(org.apache.tomcat.core.Request, 
org.apache.tomcat.core.Response) 
(/home/bothner/GNU/install-gcc/lib/lib-org-apache-tomcat.so.0)
    at 0x40098443: 
org.apache.tomcat.core.ContextManager.internalService(org.apache.tomcat.core.Request, 
org.apache.tomcat.core.Response) 
(/home/bothner/GNU/install-gcc/lib/lib-org-apache-tomcat.so.0)
    at 0x400953c1: 
org.apache.tomcat.core.ContextManager.service(org.apache.tomcat.core.Request, 
org.apache.tomcat.core.Response) 
(/home/bothner/GNU/install-gcc/lib/lib-org-apache-tomcat.so.0)
    at 0x400bd7bd: 
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(org.apache.tomcat.service.TcpConnection, 
java.lang.Object[]) 
(/home/bothner/GNU/install-gcc/lib/lib-org-apache-tomcat.so.0)
    at 0x400b71f2: 
org.apache.tomcat.service.TcpWorkerThread.runIt(java.lang.Object[]) 
(/home/bothner/GNU/install-gcc/lib/lib-org-apache-tomcat.so.0)
    at 0x400d8160: 
org.apache.tomcat.util.ThreadPool__U24_ControlRunnable.run() 
(/home/bothner/GNU/install-gcc/lib/lib-org-apache-tomcat.so.0)
    at 0x403dbd53: java.lang.Thread.run() 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x403c63ac: _Jv_ThreadRun(java.lang.Thread) 
(/home/bothner/GNU/install-gcc/lib/libgcj.so.2)
    at 0x40505a60: ?? (??:0)
    at 0x406ebd20: GC_start_routine 
(/home/bothner/GNU/install-gcc/lib/libgcjgc.so.1)
    at 0x4070eb9c: ?? (??:0)
    at 0x408441ea: __clone (/lib/i686/libc.so.6)

Perhaps another installation problem.

-- 
	--Per Bothner
per@bothner.com   http://www.bothner.com/per/

      parent reply	other threads:[~2001-12-08  3:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-07  2:22 Detlef Schmicker
2001-12-07  7:39 ` Tom Tromey
2001-12-07 19:38 ` Per Bothner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C118B59.9020308@bothner.com \
    --to=per@bothner.com \
    --cc=rhug-rhats@sources.redhat.com \
    --cc=schmicker@physik.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).