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 63884 - Failed deployment
Summary: Failed deployment
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ ludo
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2005-09-08 12:48 UTC by Tim Lebedkov
Modified: 2007-06-25 19:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
WSDL (1.97 KB, text/xml)
2005-09-08 12:48 UTC, Tim Lebedkov
Details
xsd 1 (4.12 KB, text/xml)
2005-09-08 12:48 UTC, Tim Lebedkov
Details
xsd 2 (4.00 KB, text/xml)
2005-09-08 12:49 UTC, Tim Lebedkov
Details
SunAppServer - messages (129.42 KB, text/plain)
2005-09-08 12:49 UTC, Tim Lebedkov
Details
ide log (588.08 KB, text/plain)
2005-11-30 22:39 UTC, Lukas Jungmann
Details
Exception from Appserver8.1 (1.95 KB, text/plain)
2005-12-06 09:51 UTC, Milan Kuchtiak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Lebedkov 2005-09-08 12:48:22 UTC
I have created a web service and a web service client from the attached wsdl file
and ran the project but the deployment failed (see messages.txt).
Comment 1 Tim Lebedkov 2005-09-08 12:48:45 UTC
Created attachment 24612 [details]
WSDL
Comment 2 Tim Lebedkov 2005-09-08 12:48:59 UTC
Created attachment 24613 [details]
xsd 1
Comment 3 Tim Lebedkov 2005-09-08 12:49:12 UTC
Created attachment 24614 [details]
xsd 2
Comment 4 Tim Lebedkov 2005-09-08 12:49:39 UTC
Created attachment 24615 [details]
SunAppServer - messages
Comment 5 Lukas Jungmann 2005-09-08 20:46:47 UTC
   Could you, please, provide also steps to reproduce this? I've tryed what you
described w/o any problems (actually I only needed to download imported schemas
to WEB-INF/wsdl directory manually).

   BTW: From the server log I guess that you're trying to create websvc and its
client in the same webapp, aren't you?
Comment 6 Milan Kuchtiak 2005-09-20 10:13:16 UTC
I've created a web service (from atached wsdl and schema files) in new web
project, then the client in java project.
I didn't notice any problem.
Write, please, how could be the issue reliably reproduced.
Comment 7 _ ludo 2005-09-20 18:58:24 UTC
I see in the log tou are using sun-appserver-pe8.1_01

Please, upgrade to 8.1 UR2...
It might not be related, but it might :-) not sure...
Comment 8 Lukas Jungmann 2005-11-30 22:33:38 UTC
I'm reopening this issue because i'm not able to verify it now and i'd like to
keep this in my mind.

There are some issues with attached WSDL
-"endless" loop while downloading referenced schemas (ends with
StackOverflowError); loop is repeat (download xsd; delete xsd;)
-NPE while creating client in the registry

but before filing these issues I need to check if wsdl is valid and if websvc is
running; will do ASAP
Comment 9 Lukas Jungmann 2005-11-30 22:39:16 UTC
Created attachment 27461 [details]
ide log
Comment 10 Milan Kuchtiak 2005-12-01 09:59:53 UTC
I have also the problem to Add this Web Service to registry.
Need to be fixed as well.
Comment 11 Milan Kuchtiak 2005-12-06 09:48:37 UTC
The endless loop seams to be fixed already. (For WS Client)

Diffs:
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/ClientBuilder.java?r1=1.37&r2=1.38
http://websvc.netbeans.org/source/browse/websvc/core/src/org/netbeans/modules/websvc/core/client/wizard/Bundle.properties?r1=1.31&r2=1.32

Both WebService and WebService cliect can be generated from this WSDL.

The only problem seams to be the RANDOM IASDeploymentException from SJSAS in
deploment time. I can reproduce that easily.

However, I am downgrading the priority to P3.
The workaround is to clean and build the project and deploy again.
It works quite reliably.
Comment 12 Milan Kuchtiak 2005-12-06 09:51:45 UTC
Created attachment 27576 [details]
Exception from Appserver8.1
Comment 13 Lukas Jungmann 2005-12-07 10:39:03 UTC
I've filed issue 70010 for NPE from my last comment, because it occurs in
several different cases.
Comment 14 Jaroslav Pospisil 2006-03-13 13:49:26 UTC
TM 5.0->TBD
Comment 15 _ ludo 2006-08-02 23:58:12 UTC
The issue is now gone with GlassFish (AS 9.0).
Comment 16 _ ludo 2006-08-02 23:58:39 UTC
and nb 5.5 beta2
Comment 17 Tim Lebedkov 2007-06-25 19:25:54 UTC
ok