- This topic has 6 replies, 2 voices, and was last updated 17 years, 5 months ago by
Loyal Water.
-
AuthorPosts
-
Benedict PooleMemberHi there
I’m running MyEclipse 5.5 (with Eclipse 3.2.2) on Mac OS X 10.5.1.
I am trying to run the Web Services Explorer functionality, either via the toolbar icon or via the contextual menu when right-clicking on a WSDL file in a project. Either way, an editor opens in MyEclipse entitled “Web Browser”. It’s blank, and right-clicking on it just brings up a “Reload” menu item.
I’ve tried this with two clean installations of MyEclipse 6.0.1 and now a clean install of MyEclipse 5.5 — same results, nothing in the error log, nothing in the Eclipse console view.
A colleague is running 5.5 on Mac OS X 10.5.1 with no issues (he can open the Web Services Explorer).
Any advice? Installation summary attached. I Googled this issue, but nothing much of relevance appeared.
TIA!
—
*** Date:
Tuesday, 29 January 2008 15:44:28 o’clock GMT** System properties:
OS=mac os x
OS version=10.5.1
Java version=1.5.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 5.5.1 GA
Build id: 20070521-5.5.1-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.5.1 GA
Build id: 20070521-5.5.1-GAEclipse Platform
Version: 3.2.2.r322_v20070119-RQghndJN8IM0MsK
Build id: M20070212-1330Eclipse RCP
Version: 3.2.2.r322_v20070104-8pcviKVqd8J7C1U
Build id: M20070212-1330Eclipse Java Development Tools
Version: 3.2.2.r322_v20070104-R4CR0Znkvtfjv9-
Build id: M20070212-1330Eclipse Plug-in Development Environment
Version: 3.2.1.r321_v20060823-6vYLLdQ3Nk8DrFG
Build id: M20070212-1330Eclipse Project SDK
Version: 3.2.2.r322_v20070104-dCGKm0Ln38lm-8s
Build id: M20070212-1330Eclipse Graphical Editing Framework
Version: 3.2.2.v20070208
Build id: 20070208-1315Eclipse startup command=
-os
macosx
-ws
carbon
-launcher
/Developer/Applications/eclipse/Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS/eclipse
-name
Eclipse
-showsplash
600
-exitdata
120000
-keyring
/Users/benpoole/.eclipse_keyring
-consoleLog
-showlocation
-product
com.genuitec.myeclipse.product.ide
-clean
-vm
/usr/bin/javaJanuary 29, 2008 at 10:47 am #281257
Loyal WaterMemberYou said you tried MyEclipse 6.0.1. With what version of Eclipse did you setup ME 6.0.1 ? Can you go to the download page and download the pulse launcher. Use that to Launch MyEclipse and let me know if the problem persisits.
January 29, 2008 at 10:51 am #281258
Benedict PooleMemberI installed Eclipse 3.3, then MyEclipse 6.0.1. With MyEclipse 5.5 I’m using Eclipse 3.2.2. The pulse launcher is new to me, will try that 🙂
January 29, 2008 at 10:53 am #281259
Loyal WaterMemberLet me know if the pulse launcher gets you going.
January 29, 2008 at 11:16 am #281262
Benedict PooleMemberAlas, no. Installed and ran MyEclipse via pulse launcher OK, but same story when I attempt to launch the Web Services Explorer function. The window bar of MyEclipse references this URL:
http://localhost:0/wsexplorer/wsexplorer.jsp?org.eclipse.wst.ws.explorer=0
… but nothing is rendered. Again, I looked at the .log file under .metadata, and don’t know if these entries are relevant?
—
ENTRY org.eclipse.wst.internet.cache 1 0 2008-01-29 17:10:18.912
!MESSAGE wtp.autotest.noninteractive is set. Licenses dialogs will not be displayed.!ENTRY org.eclipse.osgi 2 1 2008-01-29 17:10:34.703
!MESSAGE NLS unused message: _UI_LABEL_UNDEFINED_ARG1 in: org.eclipse.wst.wsdl.ui.internal.messages!ENTRY org.eclipse.osgi 2 1 2008-01-29 17:10:34.718
!MESSAGE NLS unused message: _UI_LABEL_UNDEFINED_ARG2 in: org.eclipse.wst.wsdl.ui.internal.messages!ENTRY org.eclipse.osgi 2 1 2008-01-29 17:10:34.719
!MESSAGE NLS unused message: _UI_LABEL_OR_UNDEFINED_ARG2 in: org.eclipse.wst.wsdl.ui.internal.messages!ENTRY org.eclipse.osgi 2 1 2008-01-29 17:10:34.720
!MESSAGE NLS unused message: _UI_LABEL_OR_UNDEFINED_ARG3 in: org.eclipse.wst.wsdl.ui.internal.messages!ENTRY org.eclipse.osgi 2 1 2008-01-29 17:10:34.720
!MESSAGE NLS unused message: _UI_LABEL_NO_OBJECT_SPECIFIED_ARG1 in: org.eclipse.wst.wsdl.ui.internal.messages!ENTRY org.eclipse.osgi 2 1 2008-01-29 17:10:34.721
!MESSAGE NLS unused message: _UI_LABEL_NO_PARAMETERS_SPECIFIED in: org.eclipse.wst.wsdl.ui.internal.messagesJanuary 29, 2008 at 3:17 pm #281281
Benedict PooleMemberOK, fixed. Here’s what I did:
1. Removed eclipse and MyEclipse folders from /Developer/Applications
2. Removed java.plist
3. Removed all other Java & Eclipse-related preference files
4. Removed all workspace folders
5. Removed CLASSPATH from .bash_profile
6. Removed .eclipse, .eclipse_keyring and .myeclipse directories from home directory
7. Reinstalled, ran & configured Eclipse 3.3
8. Reinstalled, ran & configured MyEclipse 6.0.1Web Service Explorer works just fine, and I note that it runs on localhost:60868 now. I suspect that step # 5 was the key, but I was in too much of a hurry to be more methodical than I was 🙂
January 30, 2008 at 10:26 am #281295
Loyal WaterMemberGlad you got it to work. Thanks for letting me know.
-
AuthorPosts