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 91376 - create CustomerCMP sample project got FileNotFoundException
Summary: create CustomerCMP sample project got FileNotFoundException
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-20 23:41 UTC by judytang
Modified: 2010-09-23 09:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description judytang 2006-12-20 23:41:46 UTC
Testing environment:
IDE 5.5.1 build on 12/20
AS 9.1 build 29
JDK 1.5
Window XP

Steps to recreate:

(1) Click File -> New Project -> Samples -> Enterprise -> CustomerCMP
finish the rest steps to creat a project
(2) Will see the following exception shown on the IDE console. I am using the
AS 9.1, but it defaults to AS 9.0, why ?  

[org.netbeans.javacore] INFORMATIONAL *********** Exception occurred ***********
* at 3:15 PM on Dec 20, 2006
java.io.FileNotFoundException: C:\test\nb\userdir\var\cache\mdrstorage\org-netbe
ans-java\0.70\fd5c463947d019b18a7e1cf659f6ee2232a1056afibwebservicesrtjar.cdx (T
he system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:106)
[catch] at org.netbeans.modules.javacore.ClassIndex$CISImpl.mount(ClassIndex.jav
a:999)
        at org.netbeans.modules.javacore.ClassIndex.loadIndex(ClassIndex.java:18
0)
        at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:
1054)
        at org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.ja
va:871)
        at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:821)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:499)

        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java
:932)
Cannot identify version of target application server.  Defaulting to 'Sun Java S
ystem Application Server 9.0' for descriptor files.
Comment 1 Vince Kraemer 2007-01-30 20:01:47 UTC
this kind of error is usually associated with a bad userdir...

I will re-assign this to the mdr folks...

I could not reproduce this with a recent build of 5.5.1 and GF v2...
Comment 2 John Jullion-ceccarelli 2007-08-06 15:39:11 UTC
Was this fixed by retouche rewrite?
Comment 3 David Strupl 2010-09-23 09:15:25 UTC
I am closing all reports in category Java/Unsupported as wontfix. These should
be dead issues --- if the reported cases are against some live part of the
NetBeans IDE please reopen and we can discuss to which category they belong.