Skip to main content



      Home
Home » Newcomers » Newcomers » can't find error logs
can't find error logs [message #146890] Wed, 05 April 2006 13:51 Go to next message
Eclipse UserFriend
Originally posted by: mboerger.decommunications.com

I have a 'Dynamic Web Application' project on linux that relies on
Visual Source Safe for CVS. Occasionally refactoring operations will
fail on this project with the message,

"Unexpected exception while refactoring See log for detailed error
description. see error log for more details."

I think the error is caused by VSS restricting permissions on the
involved directories, but I'd like to look at the exception traces in
the 'error log' to try to track the problem down.

Where should I be looking for the error log, and what is the file likely
to be named?
Re: can't find error logs [message #146903 is a reply to message #146890] Wed, 05 April 2006 14:23 Go to previous message
Eclipse UserFriend
Originally posted by: mboerger.decommunications.com

Matt B wrote:
> I have a 'Dynamic Web Application' project on linux that relies on
> Visual Source Safe for CVS. Occasionally refactoring operations will
> fail on this project with the message,
>
> "Unexpected exception while refactoring See log for detailed error
> description. see error log for more details."
>
> I think the error is caused by VSS restricting permissions on the
> involved directories, but I'd like to look at the exception traces in
> the 'error log' to try to track the problem down.
>
> Where should I be looking for the error log, and what is the file likely
> to be named?

nevermind -- found it at: <WORKSPACE_DIR>.metadata\.log

Not sure what to make of what I found, it doesn't look like a permission
problem to me.

Caused by: java.lang.StackOverflowError
at java.lang.Exception.<init>(Unknown Source)
at java.lang.RuntimeException.<init>(Unknown Source)
at java.lang.IndexOutOfBoundsException.<init>(Unknown Source)
at java.lang.ArrayIndexOutOfBoundsException.<init>(Unknown Source)
at
org.eclipse.jdt.internal.compiler.parser.Scanner.getNextToke n(Scanner.java:899)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser .java:8460)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser .java:8656)
at org.eclipse.jdt.internal.compiler.parser.Parser.parse(Parser .java:8621)
at
org.eclipse.jdt.internal.compiler.parser.Parser.dietParse(Pa rser.java:7420)
at
org.eclipse.jdt.internal.core.search.matching.MatchLocator.a ccept(MatchLocator.java:352)

Below this the same six exceptions repeat for about a thousand more lines.

at
org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.a skForType(LookupEnvironment.java:128)
at
org.eclipse.jdt.internal.compiler.lookup.PackageBinding.getT ypeOrPackage(PackageBinding.java:178)
at
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScop e.findImport(CompilationUnitScope.java:407)
at
org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScop e.checkAndSetImports(CompilationUnitScope.java:167)
at
org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.c ompleteTypeBindings(LookupEnvironment.java:250)
at
org.eclipse.jdt.internal.core.search.matching.MatchLocator.a ccept(MatchLocator.java:354)
Previous Topic:Using Python on Eclipse
Next Topic:JAVA GUI
Goto Forum:
  


Current Time: Sun May 11 23:24:38 EDT 2025

Powered by FUDForum. Page generated in 0.08158 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top