[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gzz] Problems with Loom
From: |
Tuomas Lukka |
Subject: |
Re: [Gzz] Problems with Loom |
Date: |
Fri, 28 Mar 2003 15:27:58 +0200 |
User-agent: |
Mutt/1.4i |
On Fri, Mar 28, 2003 at 02:14:42PM +0100, Benja Fallenstein wrote:
> Tuomas Lukka wrote:
> >On Thu, Mar 27, 2003 at 07:16:08PM +0000, Brent Turcotte wrote:
> >
> >
> >>I regret not being able to give a
> >>full error report, since much of the info scrolls off the DOS screen. The
> >>following is all I could capture:
> >
> >
> >Could you please try to pipe it somewhere or something, as we *REALLY* need
> >to see all the output to be able to help.
> >
> >The problem is that the most interesting things of the stack backtrace are
> >1) the very beginning, i.e. the innermost code (which is left out here)
> >and
> >2) the point where the trace switches from external code to our code:
> >
> >> at org.fenfire.loom.Loom.load(Unknown Source)
> >
> > which unfortunately does not help in this case.
>
> But it's clear from the stacktrace which line it is:
>
> my_model.read(new java.io.FileReader(file), "");
>
> (Loom.java, line 64)
I didn't mean it doesn't help because of the "Unknown Source" thing;
I meant it doesn't help because knowing that doesn't in this case
give a proper clue to what's going on.
Tuomas