From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13654 invoked by alias); 8 Dec 2001 03:38:41 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 13575 invoked from network); 8 Dec 2001 03:38:38 -0000 Message-ID: <3C118B59.9020308@bothner.com> Date: Fri, 07 Dec 2001 19:38:00 -0000 From: Per Bothner User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.6+) Gecko/20011201 X-Accept-Language: en-us MIME-Version: 1.0 To: Detlef Schmicker CC: rhug-rhats@sources.redhat.com Subject: Re: first installation problems References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00002.txt.bz2 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/