facebook

Web Service Explorer Does Not Launch

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #256261 Reply

    goodav
    Member

    I am going thru the MyEclipse Code-First Web Services Quickstart example. When I get to step 8 (Testing a Web Service with the Web Service Explorer), the Web Service Explorer fails to launch/display anything. I get an web browser tab that says “No page to display”. I know the web service deploys and runs because I can get the wsdl doc in an external browser. I can also get to it (wsdl doc) via the internal browser, but the Web Service Explorer has never worked. Can’t find anything in the logs either. Any ideas?

    Here is my install log:

    *** Date: Mon Aug 07 13:19:36 CDT 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_07

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.0 Milestone 2
    Build id: 20060703-5.0-M2

    *** Eclipse details:
    Eclipse SDK

    Version: 3.2.0
    Build id: M20060629-1905

    Eclipse Graphical Editing Framework

    Version: 3.2.0.v20060626
    Build id: 20060627-0816

    Eclipse Platform

    Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
    Build id: M20060629-1905

    Eclipse RCP

    Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
    Build id: M20060629-1905

    Eclipse Java Development Tools

    Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
    Build id: M20060629-1905

    Eclipse Plug-in Development Environment

    Version: 3.2.0.v20060609m——6zXJJzJzJq
    Build id: M20060629-1905

    Eclipse Project SDK

    Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
    Build id: M20060629-1905

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    f5c_4c
    -clean
    -data
    C:\work
    -vm
    c:\program files\java\jdk1.5.0_07\bin\javaw.exe

    #256269 Reply

    Brian Fernandes
    Moderator

    1) 5.0 GA was released today, you will probably want to download and continue working with that.
    2) Does the Web Service Explorer open if you just use the toolbar item (it’s on the eclipse toolbar) to open the explorer instead of using the “Test with Web Services Explorer” action?
    3) Have you installed WTP in this version of Eclipse?

    Best,
    Brian.

    #256322 Reply

    goodav
    Member

    1) I reinstalled eclipse 3.2 and MyEclipse 5.0GA and still get the same behavior.
    2) I have been using the icon on the toolbar to open the Web Service Explorer.
    3) I have not installed WTP. Do you mean the Web Tool Project (WTP) from the eclipse site?

    Thanks for you response.

    Here is my install log again:

    *** Date: Tue Aug 08 08:51:48 CDT 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_07

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.0 GA
    Build id: 20060805-5.0-GA

    *** Eclipse details:
    Eclipse SDK

    Version: 3.2.0
    Build id: M20060629-1905

    Eclipse Graphical Editing Framework

    Version: 3.2.0.v20060626
    Build id: 20060627-0816

    Eclipse Platform

    Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
    Build id: M20060629-1905

    Eclipse RCP

    Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
    Build id: M20060629-1905

    Eclipse Java Development Tools

    Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
    Build id: M20060629-1905

    Eclipse Plug-in Development Environment

    Version: 3.2.0.v20060609m——6zXJJzJzJq
    Build id: M20060629-1905

    Eclipse Project SDK

    Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
    Build id: M20060629-1905

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    C:\eclipse\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    1c0_4c
    -clean
    -data
    C:\work
    -vm
    c:\program files\java\jdk1.5.0_07\bin\javaw.exe

    #256345 Reply

    support-jed
    Keymaster

    Which application server are you running on? I’m not an expert in this area of the tool, but I seem to remember that when I went through that quickstart I couldn’t run on Tomcat. I had to run on JBoss. Hope this helps!

    #256373 Reply

    Brian Fernandes
    Moderator

    Goodav,

    1) You can remove the -clean flag from your shortcut, it only needs to be done once after setting up new plugins.
    2) Does Help > Content work? Have you made any changes to your help settings or the help server?

    Try adding the following flags to your eclispe startup shortcut.

    -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M

    3) Have you setup a proxy server in Eclipse?

    I think I have a fair idea of what you’re talking about, but a screenshot would help. We saw this issue in early pre-releases but it was fixed prior to the 5.0M2 release.

    Best,
    Brian.

    #256374 Reply

    goodav
    Member

    I am running on JBoss 4.0.2

    @support-jed wrote:

    Which application server are you running on? I’m not an expert in this area of the tool, but I seem to remember that when I went through that quickstart I couldn’t run on Tomcat. I had to run on JBoss. Hope this helps!

    #256379 Reply

    goodav
    Member

    Brian,
    1) I have removed the clean flag and my eclipse shortcut looks like this:

    C:\eclipse\eclipse.exe -data C:\work -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M

    2) Help > Content does work and I have not made any changes to help settings.
    3) I am not using and do not have a proxy configured in my workspace.

    I do have a screen shot… does this fourm support images?

    Dave

    @Support-Brian wrote:

    Goodav,

    1) You can remove the -clean flag from your shortcut, it only needs to be done once after setting up new plugins.
    2) Does Help > Content work? Have you made any changes to your help settings or the help server?

    Try adding the following flags to your eclispe startup shortcut.

    -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M

    3) Have you setup a proxy server in Eclipse?

    I think I have a fair idea of what you’re talking about, but a screenshot would help. We saw this issue in early pre-releases but it was fixed prior to the 5.0M2 release.

    Best,
    Brian.

    #256470 Reply

    Brian Fernandes
    Moderator

    Goodav,

    I received your screenshot. Thanks for all the detail.

    Can you try the following? Right click error page you see and choose properties – what location does it show? can you try pasting this location into an externally launched browser and see if that works? (Provided that location is the location of the original page and not IE’s error page, I cannot check this right now).

    Also, please check your error log for any exceptions that might be thrown while trying to open the explorer.

    Best,
    Brian.

    #257953 Reply

    vramirineni
    Member

    Has this issue been resolved?

    I am getting the same error while following the “MyEclipse Code-First Web Services Quickstart”

    Web Services Explorer launch button on workbench toolbar – opens a tab/page with title “No page to display”. When I right-clicked on the page and chose Properties,

    the address field containts this: “res://C:\WINDOWS\System32\shdoclc.dll/navcancl.htm#http://localhost:0/wsexplorer/wsexplorer.jsp?org.eclipse.wst.ws.explorer=4”

    Please help. Many thanks.

    #257955 Reply

    vramirineni
    Member

    As a continuation to my previous question,

    Following is my environment. I am not sure why it shows Java version=1.4.2_04 I have both that and 1.5 installed and the system variable java_home shows D:\bin\jdk1.5.0_04

    Also, in the Project Explorer for this test webservice project, JRE System Library shows jdk1.5.0_04. I wonder wy does MyEclipse shows Java version=1.4.2_04

    *** Date: Thu Aug 31 17:02:21 GMT-07:00 2006

    *** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.4.2_04

    *** MyEclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.0 GA
    Build id: 20060805-5.0-GA

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 5.0.1 GA
    Build id: 20060810-5.0.1-GA

    Eclipse Graphical Editing Framework

    Version: 3.2.0.v20060626
    Build id: 20060627-0816

    Eclipse Platform

    Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
    Build id: M20060629-1905

    Eclipse RCP

    Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
    Build id: M20060629-1905

    Eclipse Java Development Tools

    Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
    Build id: M20060629-1905

    Eclipse Plug-in Development Environment

    Version: 3.2.0.v20060609m——6zXJJzJzJq
    Build id: M20060629-1905

    Eclipse Project SDK

    Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
    Build id: M20060629-1905

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -launcher
    D:\bin\eclipse-3.2\eclipse.exe
    -name
    Eclipse
    -showsplash
    600
    -exitdata
    a60_74
    -product
    com.genuitec.myeclipse.product.ide
    -vm
    D:\bin\j2sdk1.4.2_04\bin\javaw.exe

Viewing 10 posts - 1 through 10 (of 10 total)
Reply To: Web Service Explorer Does Not Launch

You must be logged in to post in the forum log in