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 91952

Summary: How to upgrade dependencies for module com.itgp.nb.xtt
Product: java Reporter: shamex <shamex>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Log file

Description shamex 2007-01-06 23:47:33 UTC
Hi! NetBeans 5.5 prompted this error whenever I attempt to create new web 
application. I had updated the XTT module , but , the error still popping up. 
How to resolve this bug ? Please send me detailed explanation.


Thank you.
Comment 1 shamex 2007-01-06 23:54:42 UTC
Created attachment 37110 [details]
Log file
Comment 2 Jan Lahoda 2007-03-10 20:52:28 UTC
This problem seems to be caused by broken MDR caches. Deleting the caches would
probably fix the problem:
1. close the IDE
2. locate your userdir (see
http://wiki.netbeans.org/wiki/view/FaqWhatIsUserdir
)
3. delete folder ${userdir}/var/cache/mdrstorage/org-netbeans-java
4. start the IDE - the caches should be recreated
Comment 3 shamex 2007-04-13 10:42:44 UTC
Thank for the help. It was helpful.