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 92888 - Enterprise sample AnnotationOverrideInterceptor fail to run on remote server
Summary: Enterprise sample AnnotationOverrideInterceptor fail to run on remote server
Status: RESOLVED DUPLICATE of bug 85129
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-20 00:41 UTC by judytang
Modified: 2007-01-20 00:45 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 2007-01-20 00:41:45 UTC
setup env: 
   Netbeans: 5.5.1 1/19/07 build 
   OS:  Win XP
   JDK 1.5
   Application server 9.1 EE build 32 in both remote and local machines

Steps to recreate:

(1) register local AS 9.1 EE server 
(2) register remote AS 9.1 EE server
(3) file->new project->samples->enterprise->AnnotationOverrideInterceptor
to build this sample project
(4) select remote server as a target server
(5) click "run project", got the following error in the job output

pre-init:
init-private:
init-userdir:
init-user:
init-project:
do-init:
post-init:
init-check:
init:
deps-jar:
deps-j2ee-archive:
init:
init:
deps-jar:
compile:
library-inclusion-in-manifest:
dist-ear:
deps-jar:
compile:
library-inclusion-in-manifest:
dist-ear:
init:
deps-jar:
compile:
library-inclusion-in-manifest:
dist-ear:
pre-pre-compile:
pre-compile:
do-compile:
post-compile:
compile:
pre-dist:
do-dist-without-manifest:
do-dist-with-manifest:
Building jar:
D:\test\netbeantest\test1\AnnotationOverrideInterceptor\dist\AnnotationOverrideInterceptor.ear
post-dist:
dist:
pre-run-deploy:
Redeploying
D:\test\netbeantest\test1\AnnotationOverrideInterceptor\dist\AnnotationOverrideInterceptor.ear
Start registering the project's server resources
Finished registering server resources
While redeploying, trying to stop the application in target server  completed
successfully
While redeploying, trying to remove reference for application in target server 
completed successfully
deployment started : 0%
deployment finished : 100%
Deploying application in domain completed successfully
Trying to create reference for application in target server  completed successfully
Trying to start application in target server  completed successfully
Deployment of application AnnotationOverrideInterceptor  completed successfully
All operations completed successfully
Enable of AnnotationOverrideInterceptor in target server   completed successfully
Enable of application in all targets  completed successfully
All operations completed successfully
post-run-deploy:
run-deploy:
run-display-browser:
run-ac:
Duplicated project name in import. Project AnnotationOverrideInterceptor-impl
defined first in
D:\test\netbeantest\test1\AnnotationOverrideInterceptor\nbproject\ant-deploy.xml
and again in
D:\test\netbeantest\test1\AnnotationOverrideInterceptor\nbproject\build-impl.xml
D:\test\netbeantest\test1\AnnotationOverrideInterceptor\nbproject\build-impl.xml:262:
The following error occurred while executing this line:
D:\test\netbeantest\test1\AnnotationOverrideInterceptor\nbproject\build-impl.xml:300:
Warning: Could not find file
C:\generated\xml\j2ee-apps\AnnotationOverrideInterceptor\AnnotationOverrideInterceptorClient.jar
to copy.
BUILD FAILED (total time: 6 seconds)
Comment 1 Lukas Jungmann 2007-01-20 00:45:24 UTC

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