- This topic has 3 replies, 2 voices, and was last updated 16 years, 11 months ago by
Loyal Water.
-
AuthorPosts
-
ColinDJonesMemberWhile going through the “Developing JAX-WS Web Services & Clients Tutorial”, I received an error when I tried to create the Web Service using the bottom up approach. I think it has something to do with being able to Generate the WSDL, because the “New Web Service” wizard finishes successfully when “Generate WSDL in project is not checked”.
This is the error:
An internal error occurred during: “Generating JAX-WS Web Services”.
Could not initialize class com.sun.xml.bind.v2.model.impl.RuntimeModelBuilderMy project is using jdk1.5.0_14. Eclipse Version: 3.3.1 is . MyEclipse version is 6.5.1zmyeclipse650800806.
Any ideas?
September 1, 2008 at 1:24 pm #288718
Loyal WaterMemberDid you follow the tutorial as it is or did you use a different bean or make any other changes to your project?
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
September 2, 2008 at 11:48 am #288748
ColinDJonesMemberI followed the tutorial exactly.
Here’s the contents of the Installation Details pane:
*** Date:
Tuesday, September 2, 2008 9:47:29 AM PDT** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.6.0_03*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.5.1 GA
Build id: 6.5.1-GA-20080715*** Eclipse details:
Eclipse SDKVersion: 3.3.1
Build id: M20070921-1145Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\myapps\eclipse3_3_1\eclipse.exe
-name
Eclipse
–launcher.library
C:\myapps\eclipse3_3_1\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
C:\myapps\eclipse3_3_1\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-vm
C:\Program Files\Java\jre1.6.0_03\bin\client\jvm.dllSeptember 5, 2008 at 12:48 pm #288844
Loyal WaterMemberColinDJones,
Try fixing this issue by using the -clean command:-
https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/Incase the problem persists, I would suggest you grab the MyEclipse All in One installer from the download page and use that to setup MyEclipse to a brand new location and test this again.
Let me know if the problem persists.
-
AuthorPosts