- This topic has 4 replies, 3 voices, and was last updated 12 years, 11 months ago by support-tony.
-
AuthorPosts
-
Aaron ScifresMemberHi there,
We are having problems with setting the classpath on our WAS 7 server connectors in MyEclipse Blue 9.1. We’ve recently upgraded all of our PCs to Windows 7 and our MyEclipse Blue from 8.0 to 9.1. Now, when configuring the server connector, if we add directories or jars/zip files either in the “Prepend to classpath” or “Append to classpath” boxes, those entires do not make it into the classpath and the server is therefore unable to find resources in those directories. Is this a known issue, and if so, is there a workaround or another way to configure the classpath on a per-server basis?
-Aaron
support-joyMemberAaron,
Please answer below queries –
1. Open MyEclipse Blue IDE, from menu options click on MyEclipse > Installation summary > Installation Details and copy and paste the same here
2. Please clarify, how did you set your classpath on ME Blue – WAS 7?
3. Please include a screenshot of classpath setup
4. In case you have not yet setup classpath, please do the following from menu options click on Run > Run Configurations. Select the MyEclipse Server. Click on the new icon button. Select the server and add the classpath.
5. In case you have followed step 4, please clear your .log located at [your workspace dir]/.metadata/.log, replicate the issue and attach the .log here
6. Attach a screenshot of the issue you are facing.
Aaron ScifresMember1. See below for the installation details.
2. We are attempting to set the classpath on the server connector configuration.
3. A screenshot is attached.
4. I have never had to do this before, and am not sure how to configure this. I typically create a WebSphere – Blue Connector.
6. Here is the output from server startup. You’ll see that the directory I added in the screenshot is not included:
************ Start Display Current Environment ************
WebSphere Platform 7.0.0.15 [BASE 7.0.0.15 cf151107.06] running with process name R9BCLNM-LPNode01Cell\R9BCLNM-LPNode01\server1 and process id 6120
Host Operating System is Windows 7, version 6.1 build 7601 Service Pack 1
Java version = 1.6.0, Java Compiler = j9jit24, Java VM name = IBM J9 VM
was.install.root = C:\IBM\WebSphere\AppServerV7
user.install.root = C:\llbtools\WAS7_Profiles\PromotionsWS
Java Home = C:\IBM\WebSphere\AppServerV7\java\jre
ws.ext.dirs = C:\IBM\WebSphere\AppServerV7/java/lib;C:\llbtools\WAS7_Profiles\PromotionsWS/classes;C:\IBM\WebSphere\AppServerV7/classes;C:\IBM\WebSphere\AppServerV7/lib;C:\IBM\WebSphere\AppServerV7/installedChannels;C:\IBM\WebSphere\AppServerV7/lib/ext;C:\IBM\WebSphere\AppServerV7/web/help;C:\IBM\WebSphere\AppServerV7/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime
Classpath = C:\llbtools\WAS7_Profiles\PromotionsWS/properties;C:\IBM\WebSphere\AppServerV7/properties;C:\IBM\WebSphere\AppServerV7/lib/startup.jar;C:\IBM\WebSphere\AppServerV7/lib/bootstrap.jar;C:\IBM\WebSphere\AppServerV7/lib/jsf-nls.jar;C:\IBM\WebSphere\AppServerV7/lib/lmproxy.jar;C:\IBM\WebSphere\AppServerV7/lib/urlprotocols.jar;C:\IBM\WebSphere\AppServerV7/deploytool/itp/batchboot.jar;C:\IBM\WebSphere\AppServerV7/deploytool/itp/batch2.jar;C:\IBM\WebSphere\AppServerV7/java/lib/tools.jar
Java Library path = C:\IBM\WebSphere\AppServerV7\java\jre\bin;.;C:\IBM\WebSphere\AppServerV7\java\bin;C:/IBM/WebSphere/AppServerV7\bin;
************* End Display Current Environment **************** Date:
Tuesday, December 6, 2011 12:50:02 PM EST** System properties:
OS=WindowsVista
OS version=6.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 EditionVersion: 9.1 Blue
Build id: 9.1-Blue-20110701Eclipse Platform
Version: 3.6.1.r361_v20100909-9gF78GrkFqw7GrsZnvz0JWNTeb6fue6896L
Build id: M20100909-0800Eclipse Java Development Tools
Version: 3.6.1.r361_v20100714-0800-7z8XFUSFLFlmgLc5z-Bvrt8-HVkH
Build id: M20100909-0800Eclipse Plug-in Development Environment
Version: 3.6.1.r361_v20100727-7b7mFL-FET3dhESDgE5_bkJ
Build id: M20100909-0800Eclipse Graphical Editing Framework GEF
Version: 3.6.1.v20100908-1100-777B181A3Bz-6B663E7974242
Build id: 201009132020Eclipse RCP
Version: 3.6.1.r361_v20100827-9OArFLdFjY-ThSQXmKvKz0_T
Build id: M20100909-0800Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Genuitec\MyEclipse\myeclipse-blue.exe
-name
Myeclipse-blue
–launcher.library
c:\Genuitec\MyEclipse\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201103301700\eclipse_3215.dll
-startup
c:\Genuitec\MyEclipse\../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-install
c:/Genuitec/MyEclipse
-vm
c:/Genuitec/Common/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dllAttachments:
You must be logged in to view attached files.
support-joyMemberascifres,
Thank you for the details and screenshot. I have escalated your post to dev team member. They would get back to you on this.
Sorry for the inconvenience.
support-tonyKeymasterascifres,
We were able to replicate the issue and have raised a problem report to be worked on. In the meantime, the only workaround we can offer is to alter the classpath on a per project basis using the project’s build path configuration screens. You can add your folder as an external class folder.
Sorry for the inconvenience.
-
AuthorPosts