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 262499 - Error Creating Oracle Jet Project
Summary: Error Creating Oracle Jet Project
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: OJET (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-21 05:13 UTC by mkroll
Modified: 2016-08-12 02:49 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (67.09 KB, text/plain)
2016-06-21 05:13 UTC, mkroll
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mkroll 2016-06-21 05:13:21 UTC
Product Version = NetBeans IDE Dev (Build 201606200002)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_92
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.92-b14

Reproducibility: Happens every time

STEPS:
- Choose Project ''Oracle Jet Basis Distrubution'
- Give project a Name, example 'OracleJETApplication' (does not exist in the file system)
- Click on 'Next'

After 50%, I become the message 'Project Folder is already NetBeans project (maybe only in memory)'
Comment 1 mkroll 2016-06-21 05:13:25 UTC
Created attachment 160105 [details]
IDE log
Comment 2 Tomas Stupka 2016-07-05 13:35:13 UTC
reassigning for further evaluation
Comment 3 Petr Pisl 2016-08-11 08:06:04 UTC
Probably author means 'Finish' button. I can reproduce this as well. After click on 'Finish' the binaries is started to download. It takes a time in my case and after downloading I get exactly the same message as reported. 

Reassigning to Tomas.
Comment 4 Tomas Mysik 2016-08-11 08:25:47 UTC
The attached IDE log says:

java.util.zip.ZipException: error in opening zip file
	at java.util.zip.ZipFile.open(Native Method)

So, the problem was in the ZIP file, it was likely corrupted. However, it works for me now without any problem.

Thanks.

Product Version: NetBeans IDE Dev (Build 20160811-faed84f5a431)
Java: 1.8.0_101; Java HotSpot(TM) 64-Bit Server VM 25.101-b13
Runtime: Java(TM) SE Runtime Environment 1.8.0_101-b13
System: Linux version 4.2.0-42-generic running on amd64; UTF-8; cs_CZ (nb)
Comment 5 Tomas Mysik 2016-08-11 08:46:31 UTC
I have improved creating of the project - first, unzip files then create the project. Could you please verify it?

Thanks.

http://hg.netbeans.org/web-main/rev/eeffb64229b2
Comment 6 Quality Engineering 2016-08-12 02:49:37 UTC
Integrated into 'main-silver', will be available in build *201608120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/eeffb64229b2
User: Tomas Mysik <tmysik@netbeans.org>
Log: Improve creating of OJET project

Related to #262499; first unzip files then create a project.