This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 192130 - WebAppParseSupport$InitTldLocationCacheThread can't find files
Summary: WebAppParseSupport$InitTldLocationCacheThread can't find files
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Petr Jiricka
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2010-11-18 18:57 UTC by carlos13
Modified: 2011-10-19 11:36 UTC (History)
20 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150203


Attachments
stacktrace (3.63 KB, text/plain)
2010-11-18 18:57 UTC, carlos13
Details
stacktrace (1.09 KB, text/plain)
2010-12-14 02:07 UTC, Chiana
Details
stacktrace (1.13 KB, text/plain)
2011-01-16 19:41 UTC, marcotts
Details
stacktrace (1.11 KB, text/plain)
2011-02-28 21:49 UTC, javydreamercsw
Details
stacktrace (1.13 KB, text/plain)
2011-03-26 17:09 UTC, gauravmurkute
Details
stacktrace (1.12 KB, text/plain)
2011-05-04 22:03 UTC, adam_myatt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description carlos13 2010-11-18 18:57:33 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows XP

User Comments:
tjansson: Ran clean and build on a servlet project.

GUEST: clean-building a web project

GUEST: Starting up Netbeans during project scanning

carlos13: tinha atualizado o netbeans 6.9 para 6.9.1 ao abrir os projetos existentes da vers
Comment 1 carlos13 2010-11-18 18:57:36 UTC
Created attachment 103078 [details]
stacktrace
Comment 2 Chiana 2010-12-14 02:07:25 UTC
Created attachment 104040 [details]
stacktrace

Occured while compiling a project, compile continued and was successfull
content in compiler window:
pre-init:
init-private:
init-userdir:
init-user:
init-project:
do-init:
post-init:
init-check:
init:
undeploy-clean:
deps-clean:
RecieteServer-ejb.init:
RecieteServer-ejb.undeploy-clean:
RecieteServer-ejb.deps-clean:
RecieteServer-ejb.clean:
RecieteServer-ejb.clean-ear:
RecieteServer-war.init:
RecieteServer-war.undeploy-clean:
RecieteServer-war.deps-clean:
RecieteServer-war.do-clean:
RecieteServer-war.check-clean:
RecieteServer-war.clean:
RecieteServer-war.clean-ear:
do-clean:
Deleting directory P:\reciete4\RecieteServer\build
Deleting directory P:\reciete4\RecieteServer\dist
post-clean:
clean:
pre-init:
init-private:
init-userdir:
init-user:
init-project:
do-init:
post-init:
init-check:
init:
deps-jar:
deps-j2ee-archive:
RecieteServer-ejb.init:
RecieteLib.init:
Deleting: P:\reciete4\RecieteLib\build\built-jar.properties
RecieteLib.deps-jar:
Updating property file: P:\reciete4\RecieteLi
Comment 3 Exceptions Reporter 2010-12-16 14:17:14 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=150203
Comment 4 marcotts 2011-01-16 19:41:59 UTC
Created attachment 105047 [details]
stacktrace

clean & build a java EE 6 project
Comment 5 javydreamercsw 2011-02-28 21:49:07 UTC
Created attachment 106571 [details]
stacktrace

Cleaning and building project. (Web project having 2 Java projects as dependants)
Comment 6 gauravmurkute 2011-03-26 17:09:58 UTC
Created attachment 107299 [details]
stacktrace
Comment 7 Jaroslav Tulach 2011-04-14 06:19:25 UTC
The most recent reports seem to go from:

org.apache.jasper.runtime.TldScanner.scanJar(TldScanner.java:364)
org.apache.jasper.runtime.TldScanner.scanJars(TldScanner.java:607)
org.apache.jasper.runtime.TldScanner.scanTlds(TldScanner.java:282)
org.apache.jasper.runtime.TldScanner.getLocation(TldScanner.java:255) org.netbeans.modules.web.jspparser_ext.WebAppParseSupport$InitTldLocationCacheThread.run(WebAppParseSupport.java:1072)

http://statistics.netbeans.org/exceptions/exception.do?id=499644
http://statistics.netbeans.org/exceptions/exception.do?id=503388
http://statistics.netbeans.org/exceptions/exception.do?id=502905
http://statistics.netbeans.org/exceptions/exception.do?id=502614
Comment 8 adam_myatt 2011-05-04 22:03:23 UTC
Created attachment 108123 [details]
stacktrace

opening a project
Comment 9 Marian Mirilovic 2011-09-20 10:09:24 UTC
Looks like Windows specific ... 102 reports -> P1
Comment 10 Petr Jiricka 2011-09-21 13:10:45 UTC
Does anyone have the exact steps to reproduce?
- can you attach a project that reproduces this (or at least describe the project setup, layout etc.)?
- is Compile on Save and Deploy on Save turned on or off?
- what is the target server (including exact version)?

I am trying to reproduce on Windows 7 x64, JDK 6.0.27, GlassFish 3.1.1 and latest development build of NB 7.1, and can not reproduce. However, I am getting bug 202419, which looks equally bad.
Comment 11 Petr Jiricka 2011-09-21 15:19:07 UTC
Not a stopper for 7.1 Beta, changing priority to P2. Needs to be fixed for NB 7.1 final.
Comment 12 Martin Janicek 2011-09-22 08:56:45 UTC
Petr, I caught one of these one hour ago ! I worked on Java EE LotteryAnnotation sample which contains ejb, war and app-client. Running on Windows 7, Glassfish 3.x, jdk1.6.0_27, compile on save and deploy on save both turned on.
I was clean-and-building war module when the exception came up.

I'm trying to figure out, how to reproduce it..
Comment 13 Petr Jiricka 2011-10-19 11:36:09 UTC
Again, if anyone is able to reproduce, please let me know. Resolving as incomplete for now until this can be reproduced somehow.