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 160650 - LinkageError while generating jax-rpc client
Summary: LinkageError while generating jax-rpc client
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: JAX-RPC (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-19 14:28 UTC by rp
Modified: 2010-03-31 13:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages (79.54 KB, text/plain)
2009-03-19 14:29 UTC, rp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rp 2009-03-19 14:28:32 UTC
I got the following message while generating a jax-rpc style web service client:
A java.lang.LinkageError exception has occurred.
Please report this at http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your /home/rp/.netbeans/6.5/var/log folder.
Comment 1 rp 2009-03-19 14:29:21 UTC
Created attachment 78457 [details]
messages
Comment 2 Milan Kuchtiak 2009-03-20 10:19:52 UTC
Looks like some conflict in libraries.

Please add more information:
- what version of JDK is Netbeans running on ?
- what libraries your project has on classpath ?
- eventually attach the wsdl file

Thank You.
Comment 3 rp 2009-03-20 10:27:40 UTC
- what version of JDK is Netbeans running on ?
$ java -version
java version "1.6.0_10"
Java(TM) SE Runtime Environment (build 1.6.0_10-b33)
Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)

- what libraries your project has on classpath ?
just the jre

- eventually attach the wsdl file
https://tesztideal.euroleasing.hu/Magic94Scripts/WSDL/szeker1.wsdl

wsdl is ok, wscompile from command line generated the client 


Comment 4 Milan Kuchtiak 2009-03-23 10:58:50 UTC
Thanks.
Comment 5 Milan Kuchtiak 2009-03-23 12:51:29 UTC
Fixed.
I've added one line to project.xml file in org.netbeans.modules.websvc.jaxrpc16 module.

Diff:
http://hg.netbeans.org/main?cmd=changeset;node=eff4447af4b5

Comment 6 Quality Engineering 2009-03-24 23:36:51 UTC
Integrated into 'main-golden', will be available in build *200903241535* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/eff4447af4b5
User: mkuchtiak@netbeans.org
Log: #160650: added missing package
Comment 7 Jaroslav Pospisil 2010-03-31 13:32:43 UTC
v.