MyEclipse Forums
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Author Message
coolhandbert
Post subject: Server runtime library for WAS 6.1 npt always avialable  PostPosted: Sep 12, 2011 - 09:09 PM



Joined: Sep 12, 2011
Posts: 6

I am involved in an effort at my company to migrate from RAD to MyEclipse Blue 9.1

We are using the Server Connector functionality to deploy to, start, stop, etc a local WebSphere application server 6.1 instance.

I am encountering an issue in which the Server Runtime for WAS 6.1 (as seen through Java Build Path -> Libraries -> Add Libraries) is not available in some workspaces while it is available in others. I am following the same steps for configuring a workspace each time so I do not understand why this is the case. The server runtime is required to compile some of our Java classes.

Any assistance would be appreciated.
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject:   PostPosted: Sep 13, 2011 - 11:28 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

coolhandbert,

I am afraid, your issue is not clear to me. Please answer below queries to help me investigate further -
1. Open MyEclipse Blue IDE, from menu options click on MyEclipse > Installation Summary > Installation Details and copy and paste the same here
2. From menu options click on Help > About MyEclipse Blue and copy and paste build and version-id
3. Could you attach a screenshot of the issue you are facing to help me get a visual?
4. Clear your .log file located at [your workspace dir]/.metadata/.log, replicate the issue and attach .log
5. Perform -clean, refer - http://www.myeclipseide.com/PNphpBB2-viewtopic-t-10280.html

Let me know how this works for you.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
coolhandbert
Post subject:   PostPosted: Sep 13, 2011 - 02:09 PM



Joined: Sep 12, 2011
Posts: 6

Here you go...

1. *** Date:
Tuesday, September 13, 2011 8:56:53 AM EDT

** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13


*** MyEclipse details:
MyEclipse Blue Edition
Version: 9.1 Blue
Build id: 9.1-Blue-20110701


*** Eclipse details:
MyEclipse Blue Edition

Version: 9.1 Blue
Build id: 9.1-Blue-20110701




Eclipse Platform

Version: 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L
Build id: M20100909-0800


Eclipse Java Development Tools

Version: 3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH
Build id: M20100909-0800


Eclipse Plug-in Development Environment

Version: 3.6.1.r361_v20100727-7b7mFL-FET3dhESDgE5_bkJ
Build id: M20100909-0800


Eclipse Graphical Editing Framework GEF

Version: 3.6.1.v20100908-1100-777B181A3Bz-6B663E7974242
Build id: 201009132020


Eclipse RCP

Version: 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T
Build id: M20100909-0800




Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\myeclipseblue\MyEclipse Blue Edition 9\myeclipse-blue.exe
-name
Myeclipse-blue
--launcher.library
C:\myeclipseblue\MyEclipse Blue Edition 9\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201103301700\eclipse_3215.dll
-startup
C:\myeclipseblue\MyEclipse Blue Edition 9\../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-install
c:\myeclipseblue\MyEclipse Blue Edition 9
-configuration
c:\myeclipseblue\MyEclipse Blue Edition 9\configuration
-vm
c:\myeclipseblue\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll

2. Version: 9.1 Blue
Build id: 9.1-Blue-20110701

3.Attached

4. Attached

5. Added clean to the top of the ini file and saw no change.
 
 View user's profile Send private message  
Reply with quote Back to top
coolhandbert
Post subject:   PostPosted: Sep 27, 2011 - 08:14 PM



Joined: Sep 12, 2011
Posts: 6

Any help on this issue?
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject:   PostPosted: Sep 28, 2011 - 09:12 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

coolhandbert, ,

My apologies for the late reply. I am able to replicate this issue. Could you investigate what is the difference between the MyEclipse Blue profiles and environment of resources where the server runtime library for WAS shows and the ones where it does not.

I have escalated it to dev team members. They would get back to you on this.

Sorry for the inconvenience.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
support-tony
Post subject:   PostPosted: Sep 28, 2011 - 11:14 AM



Joined: Mar 09, 2011
Posts: 715

coolhandbert,

There are some areas connected with server runtimes that we are improving in Release 10.1 (after the next major release). Currently, server runtime libraries are not defined by default. However, if you have migrated a RAD project or have created an application client project targeted at WebSphere, you will see the WAS runtime in the list of server runtime libraries. These particular actions also create a file, com.genuitec.eclipse.blue.projects.properties, in the .settings folder under the project folder. If the properties here point to a bad location, you may not see the server runtime in the list; in this case correct the location and restart MyEclipse or close and open the project.

You can also create a User Library and add the appropriate jars to it. User libraries need not be deployed with a web application, the settings are in the project's properties under MyEclipse->Web or under the workspace wide properties under MyEclipse->Java Enterprise Project->Web Project.

I hope this helps. Let us know if you have further questions.

_________________
Tony
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
coolhandbert
Post subject:   PostPosted: Sep 28, 2011 - 08:44 PM



Joined: Sep 12, 2011
Posts: 6

Ah, ok, it is entirely possible that in the workspace where the runtimes appears that I did perform the project migration. It seems that the runtimes are defined during the actual migration since copying the projects (with accompanying configuration files) does not cause the runtimes to be present in the new workspace.

For now I can work around the issue by mapping directly to the required JARs within WebSphere or creating a user library. Thanks for your help.
 
 View user's profile Send private message  
Reply with quote Back to top
support-tony
Post subject:   PostPosted: Sep 29, 2011 - 05:24 AM



Joined: Mar 09, 2011
Posts: 715

No problem, coolhandbert. Thanks for responding.

_________________
Tony
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   This topic is locked: you cannot edit posts or make replies.
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits