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 167252 - My J2SE WS client runs in RC2 not in RC3
Summary: My J2SE WS client runs in RC2 not in RC3
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-17 16:27 UTC by ieising
Modified: 2009-07-16 12:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
GF output cut-paste from NB (22.76 KB, text/plain)
2009-06-17 16:27 UTC, ieising
Details
Ant output cut-paste from NB (2.01 KB, text/plain)
2009-06-17 16:28 UTC, ieising
Details
GF output cut-paste from NB (18.68 KB, text/plain)
2009-06-17 16:28 UTC, ieising
Details
Ant output cut-paste from NB (1.55 KB, text/plain)
2009-06-17 16:28 UTC, ieising
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ieising 2009-06-17 16:27:01 UTC
Hi,

I have a J2SE WS client application that I use to test my WS's in an EAR project. I can run the client in RC2 without
problems, but when I run it in RC3 I get an error in GFv2.1.

Same application, sources, project, only difference is NB 6.7 RC2 vs. RC3.

See the attachments for the logs of GF and the output from the build.

Iwan
Comment 1 ieising 2009-06-17 16:27:47 UTC
Created attachment 83709 [details]
GF output cut-paste from NB
Comment 2 ieising 2009-06-17 16:28:10 UTC
Created attachment 83710 [details]
Ant output cut-paste from NB
Comment 3 ieising 2009-06-17 16:28:24 UTC
Created attachment 83711 [details]
GF output cut-paste from NB
Comment 4 ieising 2009-06-17 16:28:38 UTC
Created attachment 83712 [details]
Ant output cut-paste from NB
Comment 5 Vince Kraemer 2009-06-17 16:57:22 UTC
The server log would be useful for diagnosing this issue.

Please verify that you are running the same thing in both cases (rc2 and rc3).

Please outline the steps you are following (in detail) to reproduce this issue.  It looks like you are deploying an ent
app that contains an app client and then using the Run item on the app client project... This would attempt to deploy
the app client 'stand-alone' and there is likely to be a conflict between the two clients in the server's namespace.
Comment 6 ieising 2009-06-17 20:48:12 UTC
I am doing the exact same thing in both RC2 and RC3. 

And yes, I am running the J2SE app which results in the build-deployment of the EAR project and the start of GF v2.1
both in RC2 and RC3.

The only difference is that it works in RC2 and it doesn't in RC3. I tried running my client in RC3:
- with an already running GF with deployed EAR,
- with an already running GF but without the EAR deployed yet
- with GF not yet running and the EAR already deployed
- with GF not yet running and the EAR not yet deployed

I can't get my client app to start in RC3. All of the above scenario's work in RC2. Although in that case I get an error
that one of the JARs that is needed (which is created in another project) isn't available. Although it is available and
it all works nicely.

Iwan
Comment 7 Vince Kraemer 2009-06-18 16:44:27 UTC
step-by-step instructions of how to reproduce this issue would be helpful...
Comment 8 Vince Kraemer 2009-07-16 12:26:36 UTC
user reported that this issue was not present in 6.7 FCS.

closing as WFM