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 111392 - NB 551 project incorrectly opened, build files are defect
Summary: NB 551 project incorrectly opened, build files are defect
Status: RESOLVED DUPLICATE of bug 111033
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-30 19:58 UTC by ieising
Modified: 2007-07-31 22:30 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 ieising 2007-07-30 19:58:52 UTC
Hi,

I have a NB 551 JavaEE projects that deploys perfectly to Glassfish v2b53 as well as v2b57. But when I open the projects
in NB6 build 200707261200 the nbproject/build.xml, nbproject/project.properties and nbproject/genfiles.properties are
changed and the application doesn't deploy to either of afore mentioned Glassfish builds. The error I get in the
Glassfish logs are below.

-=-=-=-=-=- RELEVANT LOG LINES START -=-=-=-=-=-
The resource IFF is having a conflict with resource defined in domain.xml.
The resource derby_netPool is having a conflict with resource defined in domain.xml.
Exception occured in J2EEC Phase
com.sun.enterprise.resource.ResourceConflictException: 
The resource IFF is having a conflict with resource defined in domain.xml.
The resource derby_netPool is having a conflict with resource defined in domain.xml.
        at com.sun.enterprise.resource.ResourceUtilities.getResourceConflictsWithDomainXML(ResourceUtilities.java:458)
        at com.sun.enterprise.deployment.phasing.J2EECPhase.parseAndValidateSunResourcesXMLFiles(J2EECPhase.java:507)
        at com.sun.enterprise.deployment.phasing.J2EECPhase.runPhase(J2EECPhase.java:196)
        at com.sun.enterprise.deployment.phasing.DeploymentPhase.executePhase(DeploymentPhase.java:108)
        at com.sun.enterprise.deployment.phasing.PEDeploymentService.executePhases(PEDeploymentService.java:919)
        at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:279)
        at com.sun.enterprise.deployment.phasing.PEDeploymentService.deploy(PEDeploymentService.java:788)
        at com.sun.enterprise.management.deploy.DeployThread.deploy(DeployThread.java:187)
        at com.sun.enterprise.management.deploy.DeployThread.run(DeployThread.java:223)

-=-=-=-=-=- RELEVANT LOG LINES END -=-=-=-=-=-

Iwan
Comment 1 Andrei Badea 2007-07-31 10:12:40 UTC
Could this be related to the plugin deploying a sun-resources.xml file instead of many resources files?
Comment 2 ieising 2007-07-31 13:07:58 UTC
In build 200707270000 there is no longer a problem, or at least I can deploy my application. The problem described in
this issue is not happening in this build.

Iwan
Comment 3 Vince Kraemer 2007-07-31 16:28:42 UTC
two questions: 

1. Had you opened this project with an NB 6.0 build between 17 June and 24 July?

2. Are you saying that I can close this issue because you cannot reproduce it now?

Comment 4 Vince Kraemer 2007-07-31 16:35:40 UTC
marking as dup of 111033.

*** This issue has been marked as a duplicate of 111033 ***
Comment 5 ieising 2007-07-31 22:30:00 UTC
To answer your questions:

1) I opened it in the build of the 26th.

2) Yes, it seems that I can't reproduce it in the build of the 27th.

Iwan