| Author |
Message |
|
|
Post subject: MyEclipse10 - Deploy Location is not auto-populating
Posted: Aug 01, 2012 - 08:22 PM
|
|
Registered Member


Joined: Aug 01, 2012
Posts: 4
|
|
I am working with MyEclipse10. I have recently installed the software and am trying to deploy to my JBoss 5.x server. The Deploy Location is not automatically being populated in the New Deployment or Management Deployment windows. I have tried to create a new workspace to try to solve this issue, but I run into the same problem. Please give me any advice that you can on this issue.
Thanks1 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 02, 2012 - 07:33 AM
|
|

Joined: Nov 11, 2010
Posts: 2148
|
|
Boeing-134,
Sorry that you are seeing this issue. I could not replicate the issue at my end.
Can you answer some more questions for us ?
1. Can you please copy paste the Installation Details from MyEclipse > Installation Summary > Installation Details ?
2. How did you install MyEclipse ? Is it using All-In-One installer/Pulse ?
3. Is the JBoss configured and running without issues ? Can you try starting the server to see if it is starting fine ?
4. Can you please right click on the JBoss server in the Server's view and select 'Add Deployment' ? In the New Deployment window, select a project from the dropdown. Do you see the deployment location automatically populated ?
5. Do you see this issue only for JBoss 5 or for all the other servers configured in MyEclipse ? Please check the same for MyEclipse Tomcat. |
_________________ Swapna
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 02, 2012 - 03:39 PM
|
|
Registered Member


Joined: Aug 01, 2012
Posts: 4
|
|
Swapna,
Here's the information that you requested.
1. Installation Details -
*** Date:
Thursday, August 2, 2012 9:24:46 AM CDT
** System properties:
OS=WindowsVista
OS version=6.1.0
Java version=1.6.0_13
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 10.0
Build id: 10.0-20111028
*** Eclipse details:
MyEclipse Enterprise Workbench
Version: 10.0
Build id: 10.0-20111028
Eclipse startup command=-os
win32
-ws
win32
-arch
x86_64
-showsplash
-launcher
C:\Users\M238367\AppData\Local\Genuitec\MyEclipse 10\myeclipse.exe
-name
Myeclipse
--launcher.library
C:\Users\M238367\AppData\Local\Genuitec\MyEclipse 10\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_64_3.2.0.v201103301700\eclipse_3215.dll
-startup
C:\Users\M238367\AppData\Local\Genuitec\MyEclipse 10\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-exitdata
4b8_5c
-install
C:\Users\M238367\AppData\Local\Genuitec\MyEclipse 10
-configuration
C:\Users\M238367\AppData\Local\Genuitec\MyEclipse 10\configuration
-vm
C:\Users\M238367\AppData\Local\Genuitec\Common\binary\com.sun.java.jdk.win32.x86_64_1.6.0.013\bin\javaw.exe
2. I downloaded MyEclipse from the MyEclipse website. I don't know what the All-IN-One Installer/Pulse is so I don't think that I used it.
3. JBoss is configured and MyEclipse says that the server is running in the Server window. However, I cannot execute any tests using the server.
4. I tried to right click on the JBoss server in the server window and selected Ad Deployment. I do not get a New Deployment window.
5. I tried to right click on the MyEclipse Tomcat server and the MyEclipse Derby server and selected Add Deployment and I do not get a New Deployment window then either.
I am definitely a novice with using MyEclipse and JBoss servers, etc. I am working with a colleague who has way more experience with this than I do and even he is stumped as to what to try next to resolve this issue.
I appreciate any help that you can give me on this. I did notice one thing in the Installation Details . It says that the OS=WindowsVista. I know that my PC is running Windows7. Could this be the cause of most if not all of the problems? Is there a way to change this value or do I need to re-install MyEclipse10?
Thanks,
Boeing-134 |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 03, 2012 - 06:59 AM
|
|
Moderator


Joined: Aug 21, 2004
Posts: 2508
|
|
The OS being reported as Vista isn't a problem (it depends on the version of the JDK being used to launch MyEclipse) - the version shows correctly at 6.1.0; in any case, this would not cause a problem.
What you appear to be facing is an installation problem of some sort since you experience the same issues even in a new workspace.
1) Go to Window > Show View > Other > Error log and use the red cross to delete all existing log entries. Now restart MyEclipse and re-attempt the deployment to JBoss (the point at which no deployment dialog shows up). The reason for failure (as well as other failures that might occur during your workspace startup) should be logged, could you please paste or attach that log to your response?
2) Assuming it is an installation problem, you could try to reinstall MyEclipse right away:
I noticed you are using MyEclipse 10 which is over 7 months old. While we had no such problems with 10.0, it would be a good idea to retry this with MyEclipse 10.6 which was released last week. If you don't wish to switch to another version, please give me the exact name of the file you used to install MyEclipse. |
_________________ Brian
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: MyEclipse10 - Deploy Location is not auto-populating
Posted: Aug 03, 2012 - 04:43 PM
|
|
Registered Member


Joined: Aug 01, 2012
Posts: 4
|
|
Brian,
Thanks for your response. I deleted the contents in the error log, restarted MyEclipse and then right clicked on the JBoss 5.x server and selected Add Deployment. Here's what shows up in the Error Log -
Unhandled event loop execution org.eclipse.ui
Stack trace - java.lang.NullPointerException
at org.eclipse.core.runtime.Path.<init>(Path.java:153)
at com.genuitec.eclipse.ast.deploy.core.DeploymentManager.computeDeploymentLocation(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ui.wizard.NewDeploymentWizardPage.updateLocationField(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ui.wizard.NewDeploymentWizardPage.handleProjectsComboBoxModified(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ui.wizard.NewDeploymentWizardPage.initializeProjectsComboBox(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ui.wizard.NewDeploymentWizardPage.createControl(Unknown Source)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:174)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:736)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:608)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at com.genuitec.eclipse.ast.deploy.core.ui.dialog.DeploymentManagerDialog.addDeployment(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.ui.action.AddDeploymentAction.basicRun(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.run(Unknown Source)
at com.genuitec.eclipse.core.ui.action.LicenseValidatingAction.runWithEvent(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754
Then there's a warning - While loading class "org.eclipse.wst.jsdt.internal.core.JavaModelManager$16", thread "Thread[Worker-1,5,main]" timed out waiting (5008ms) for thread "Thread[Worker-5,5,main]" to finish starting bundle "org.eclipse.wst.jsdt.core_1.1.100.me201109222040 [960]". To avoid deadlock, thread "Thread[Worker-1,5,main]" is proceeding but "org.eclipse.wst.jsdt.internal.core.JavaModelManager$16" may not be fully initialized.
Stack Trace for Warning
org.osgi.framework.BundleException: State change in progress for bundle "reference:file:/C:/Users/M238367/AppData/Local/Genuitec/Common/plugins/org.eclipse.wst.jsdt.core_1.1.100.me201109222040.jar" by thread "Worker-5".
at org.eclipse.osgi.framework.internal.core.AbstractBundle.beginStateChange(AbstractBundle.java:1087)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:297)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)
at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:462)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
at org.eclipse.wst.jsdt.internal.core.JavaModelManager$15.run(JavaModelManager.java:4182)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: org.eclipse.osgi.framework.internal.core.AbstractBundle$BundleStatusException
... 16 more
Theren there's 3 sets of the following Info
System property http.proxyPort is not set but should be 31060.
and
System property http.proxyHost is not set but should be wp-stl-proxy.web.boeing.com.
If there's no easy solution to fix my current setup my only resort is to re-install MyEclipse as you suggested.
Thanks |
|
|
| |
|
|
|
 |
|
|
Post subject: MyEclipse10 - Deploy Location is not auto-populating
Posted: Aug 03, 2012 - 04:49 PM
|
|
Registered Member


Joined: Aug 01, 2012
Posts: 4
|
|
Brian,
Here's additional Session Data from the Unhandled event loop execution -
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86_64
Is this the only way to communicate with MyEclipse Support? Is there a phone number to call so that we can communicate faster than just one time per day?
Thanks! |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Aug 06, 2012 - 01:53 PM
|
|
Moderator


Joined: Aug 21, 2004
Posts: 2508
|
|
134,
We do not currently offer phone support, but I will ask my dev lead to specifically watch this thread for faster responses.
With your stack trace I believe the problem you are facing is due to a project configuration issue. Can you tell me how you created this project - did you use a MyEclipse wizard or did you create this project with other tooling and are now trying to use it in MyEclipse?
Possible workarounds:
a) Create a dummy web project in MyEclipse and check if it exhibits the same problem. If not, you can copy your project source into this project and deploy using this instead. If this project exhibits the same behavior, you have an installation issue and I would suggest re-installing with a newer version of MyEclipse.
b) Install MyEclipse 10.6, we added features that do handle some of these configuration issues - though I cannot be sure about what specific issue you are currently facing.
c) Send us all files in the root of your project (.project, .classpath and .mymetadata as well as files in the .settings folder of your project). Send these to support@myeclipseide.com with a link to this thread for context.
(a) and (b) would typically solve your problem in case you are importing a project created elsewhere. If the project was created within MyEclipse itself and still experiences issues, we may need to take a look at the configuration files.
Sorry for the inconvenience caused. |
_________________ Brian
MyEclipse Support
|
| |
|
|
|
 |
|
|