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 116358 - "Undeploy and deploy" fails for glassfish v2
Summary: "Undeploy and deploy" fails for glassfish v2
Status: RESOLVED DUPLICATE of bug 114697
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 9 (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Nitya Doraisamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 17:46 UTC by mm
Modified: 2007-09-21 19:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (157.97 KB, text/plain)
2007-09-21 18:23 UTC, mm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mm 2007-09-21 17:46:54 UTC
1) created simple Java EE application (web and ejb modules) to be deployed onto glassfish (application is not a problem
in this case - it works/deploys fine from NB5.5.1)
2) started glassfish (v2, final)
3) selected on J2EE application "Undeploy and Deploy" and got:

compile:
pre-dist:
do-dist-without-manifest:
do-dist-with-manifest:
post-dist:
dist:
pre-run-deploy:
/export/home/mareks/development/Java/ProcDepot/wo_mdb_2/PDApp/nbproject/build-impl.xml:182: Deployment error:
null
See the server log for details.
BUILD FAILED (total time: 0 seconds)

There is nothing in glassfish server.log. If You repeat "Undeploy and Deploy" multiple times - eventually it succeeds
(IDE restart also helps).
Comment 1 Petr Hejl 2007-09-21 18:01:31 UTC
Can you provide your messages.log and exact build number of the IDE? Seems to be duplicate of the issue 114697.
Comment 2 mm 2007-09-21 18:23:32 UTC
Created attachment 49262 [details]
messages.log
Comment 3 mm 2007-09-21 18:24:30 UTC
NetBeans IDE 6.0 Beta 1 (Build 200709141330)
Comment 4 Petr Hejl 2007-09-21 18:42:04 UTC
Can you reproduce it with latest trunk build and/or when the binary patch attached to the issue 114697 is applied? From
the stack trace it really looks like duplicate of that issue - it should be mentioned in release notes.
Comment 5 mm 2007-09-21 18:54:53 UTC
downloaded and updated IDE with that patched jar - haven't seen this error since. i'll add note to this bug if it comes
back again. thanks !
Comment 6 Petr Hejl 2007-09-21 19:06:05 UTC
OK, closing as duplicate.

*** This issue has been marked as a duplicate of 114697 ***