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 248469 - No dependent module org.netbeans.modules.hibernatelib when opening a NetBeans 7 platform application in NetBeans 8
Summary: No dependent module org.netbeans.modules.hibernatelib when opening a NetBeans...
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 8.0.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-06 17:39 UTC by arthurbuliva
Modified: 2015-09-09 11:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (68.27 KB, text/plain)
2014-11-06 17:39 UTC, arthurbuliva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description arthurbuliva 2014-11-06 17:39:40 UTC
I have a NetBeans platform application that I created on NB7. If I open the application on NB8 and run it, I get this error log:

platform.download:
ant -f /home/arthur/NetBeansProjects/DocumentManager run
branding:
Building jar: /home/arthur/NetBeansProjects/DocumentManager/build/cluster/core/locale/core_documentmanager.jar
Building jar: /home/arthur/NetBeansProjects/DocumentManager/build/cluster/modules/locale/org-netbeans-core-windows_documentmanager.jar
files-init:
release:
build:
apache.taskdefs:
apache.common-init:
apache.projectized-common.basic-init:
apache.basic-init:
apache.files-init:
apache.nbm-license-init:
apache.build-init:
Scanning for modules in /usr/local/netbeans-8.0.1/ide
Scanning for modules in /usr/local/netbeans-8.0.1/java
Scanning for modules in /usr/local/netbeans-8.0.1/platform
Scanning for modules in suite /home/arthur/NetBeansProjects/DocumentManager
apache.init:
apache.up-to-date:
apache.compile:
apache.jar-prep:
apache.jar:
apache.netbeans-extra:
apache.javahelp:
apache.module-auto-deps:
apache.release:
Copying 6 files to /home/arthur/NetBeansProjects/DocumentManager/build/cluster
apache.module-xml-regular:
apache.module-xml-autoload:
apache.module-xml-eager:
apache.chmod-executables:
apache.verify-class-linkage:
0 file(s) have been successfully validated.
apache.netbeans:
Generating Auto Update information for apache
com.kentext.jars.taskdefs:
com.kentext.jars.common-init:
com.kentext.jars.projectized-common.basic-init:
com.kentext.jars.basic-init:
com.kentext.jars.files-init:
com.kentext.jars.nbm-license-init:
com.kentext.jars.build-init:
com.kentext.jars.init:
com.kentext.jars.up-to-date:
com.kentext.jars.compile:
com.kentext.jars.jar-prep:
com.kentext.jars.jar:
com.kentext.jars.netbeans-extra:
com.kentext.jars.javahelp:
com.kentext.jars.module-auto-deps:
com.kentext.jars.release:
Copying 17 files to /home/arthur/NetBeansProjects/DocumentManager/build/cluster
com.kentext.jars.module-xml-regular:
com.kentext.jars.module-xml-autoload:
com.kentext.jars.module-xml-eager:
com.kentext.jars.chmod-executables:
com.kentext.jars.verify-class-linkage:
0 file(s) have been successfully validated.
com.kentext.jars.netbeans:
Generating Auto Update information for com.kentext.jars
com.kentext.taskdefs:
com.kentext.common-init:
com.kentext.projectized-common.basic-init:
com.kentext.basic-init:
com.kentext.files-init:
com.kentext.nbm-license-init:
com.kentext.build-init:
/usr/local/netbeans-8.0.1/harness/suite.xml:187: The following error occurred while executing this line:
/usr/local/netbeans-8.0.1/harness/build.xml:174: No dependent module org.netbeans.modules.hibernatelib
BUILD FAILED (total time: 2 seconds)

How do I fix this please?

Product Version = NetBeans IDE 8.0.1 (Build 201408251540)
Operating System = Linux version 3.17.2-300.fc21.x86_64 running on amd64
Java; VM; Vendor = 1.8.0_05
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.5-b02
Comment 1 arthurbuliva 2014-11-06 17:39:46 UTC
Created attachment 150330 [details]
IDE log
Comment 2 pgebauer 2015-08-05 14:36:31 UTC
Two thinks are suspicious in this issue:

1. The IDE has a problem to get the correct catalog.xml.gz. There are errors like this one in the log:

http://updates.netbeans.org/netbeans/updates/8.0.1/uc/final/distribution/catalog.xml.gz?unique=NB_CND_EXTIDE_GFMOD_GROOVY_JAVA_MOB_PHP_TOMCAT_WEBCOMMON_WEBEE0bfb9b4d9-26d9-42bb-83fe-6439a997c95d_4731be77-56db-40ca-875c-b3aa8ce47029, does not look like the gzip file, trying to parse it as the pure xml
java.util.zip.ZipException: Not in GZIP format

It looks like a network problem.

2. The created platform application tries to get the module org.netbeans.modules.hibernatelib however there is no such module in the 8.0.1 Update Cetnter. The module hibernatelib was published for the version 7.4 last time.



Does this issue still persist?