For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 6 replies, 2 voices, and was last updated 18 years, 9 months ago by
mikaelletang.
-
AuthorPosts
-
mikaelletangMemberHi,
I was working with MyEclipse 4.1 for an application deployed on WAS 6.0.
I switched to MyEclipse 5.0, and when starting ME 5 with my existing workspace (created with ME 4), i get the following problem:
in the preferences -> MyEclipse -> Application Server, the application server list does not get displayed.
So I cannot configure the connector.
However, some settings have been kept, as the app server i configured under ME 4 is still available from the project deployment interface. But I cannot change the connector details (e.g. if I want to change profile), neither choose to launch the server in run or debug mode.
When i switch workspace, this problem does not come, the app server connectors settings are available.My dev machine is a Linux box (Suse).
Another question: is it possible to hot deploy and run in debug mode on a remote WAS server?
I saw a link in this forum explaining how to do for various app servers, but not for WebSphere. I think besides that I read somewhere some time back that it was not possible for WAS. Just wanted to ensure that it was still the case?thanks for help!
Mikael
November 1, 2006 at 11:00 am #261205
Riyad KallaMemberMikael,
Can you go to MyEclipse menu, click it, then click INstallation Summary > Installation Details and post that information here for me?Also, you can only deploy to remote servers *if* you are able to mount their deployment directories locally, then you can use a Custom Location deployment to deploy your app to that remote mount, which actually places the files on the remote server to reload. Other than that, MyEclipse will not communicate with the app server to make remote deployments.
November 2, 2006 at 1:34 am #261252
mikaelletangMemberHi,
Thanks for the info.
So I assume it is not possible to use the debug features (with a mount drive)Below are the installation details
*** Date: Thu Nov 02 08:30:43 CET 2006
*** System properties:
OS=Linux
OS version=2.6.13-15.8-default
Java version=1.5.0_03*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0.1 GA
Build id: 20060810-5.0.1-GAEclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse startup command=-os
linux
-ws
gtk
-arch
x86
-launcher
/root/eclipse/eclipse
-name
Eclipse
-showsplash
600
-exitdata
b0005
-product
com.genuitec.myeclipse.product.ide
-vm
/usr/bin/javaNovember 2, 2006 at 7:59 am #261257
Riyad KallaMemberSo I assume it is not possible to use the debug features (with a mount drive)
Actually you can, but you just have to connect to the server and use our remote debugging functionality as outlined here:
http://www.myeclipseide.com/images/tutorials/quickstarts/remotedebugging/Also your configuration looks OK, but the server list not loading is a classic symptom of having an install that is in bad shape. If you create a new workspace (File > Switch Workspace > C:\tempworkspace, hit OK to restart), can you see the server list? If so, then I can walk you through the steps of importing your old work into a new workspace as outlined here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-14682.htmlNovember 7, 2006 at 2:02 am #261401
mikaelletangMemberHi,
Thanks for your help Riyad.I followed the migration process you described; however when importing the preferences from the old workspace I faced the same pb (app server list not available in connectors); so I had to reset preferences manually in the newly created workspace.
Then I imported my projects.
Anyway, it is now working.I also have this already mentioned (by other users in the forum) popup error message (error:null) when saving jsps; i followed the tips given, changing my default jsp editor, it fixed the issue.
Concerning the debugging functionality document for which you gave a link, I did not have time yet to look at it in details (it is not an urgent requirement on my side anyway); but I don’t see IBM WAS covered?
Finally: I have another pb, with the search functionality; i posted it in the “bug” section of the forum
November 7, 2006 at 10:21 am #261411
Riyad KallaMemberI also have this already mentioned (by other users in the forum) popup error message (error:null) when saving jsps; i followed the tips given, changing my default jsp editor, it fixed the issue.
This was a synchronization problem that will be fixed in 5.1 due shortly (this week or next).
Concerning the debugging functionality document for which you gave a link, I did not have time yet to look at it in details (it is not an urgent requirement on my side anyway); but I don’t see IBM WAS covered?
The Remote Debugging doc is a generic debugging document that tells you how to connect to a running application server and use Remote debugging for Classes and JSP files within MyEclipse. As long as you are using JDK 1.4 or later to run your app server and MyEclipse *and* your app server supports the JSR-45 specification, then remote debugging is supported.
November 8, 2006 at 4:55 am #261466
mikaelletangMemberok, Thanks for the update & info
-
AuthorPosts