- This topic has 1 reply, 2 voices, and was last updated 12 years, 6 months ago by cconway.
-
AuthorPosts
-
Greg SoulsbyMemberUnder windows, after crud scaffolding an app, the Run as ->MyEclipse Server is failing to launch. Seems to start, but does not bring up the console to I can see what is happening. The app appears under tomcat. Then it stops, as if nothing has happened.
This process works for me under Ubuntu, but Ubuntu is failing me when I try to customisation of the scaffolding. Have another thread running for that.
Below is system properties.
Thanks
Greg
*** Date:
Monday, 30 April 2012 11:51:19 o’clock BST*** System properties:
OS=WindowsVista
OS version=6.1.0
OS arch=x86
Profile arch=x86
Window system=win32
Java version=1.6.0_12
Workspace=file:/C:/Users/IBP/Workspaces/MyEclipse for Spring 10/
VM Args=-Xmx1024m
-XX:MaxPermSize=512m
-XX:ReservedCodeCacheSize=128m
-Dosgi.nls.warnings=ignore
-Djava.class.path=C:\Users\IBP\AppData\Local\Genuitec\MYECLI~1\../Common/plugins/ORB7B5~1.JAR*** Subscription information
Your 30-day trial period expires on May 13, 2012*** Eclipse details:
%aboutText
Blueprint: MyEclipse for Spring 10Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Users\IBP\AppData\Local\Genuitec\MyEclipse for Spring 10\myeclipseforspring.exe
-name
Myeclipseforspring
–launcher.library
C:\Users\IBP\AppData\Local\Genuitec\MyEclipse for Spring 10\../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_4.2.0.v201201111650\eclipse_4201.dll
-startup
C:\Users\IBP\AppData\Local\Genuitec\MyEclipse for Spring 10\../Common/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-install
C:\Users\IBP\AppData\Local\Genuitec\MyEclipse for Spring 10
-configuration
C:\Users\IBP\AppData\Local\Genuitec\MyEclipse for Spring 10\configuration
-vm
C:\Users\IBP\AppData\Local\Genuitec\Common\binary\com.sun.java.jre.win32.x86_1.6.0.012\bin\client\jvm.dll
cconwayMemberThis should work. What happens if you add the project to Tomcat and then try to start tomcat?
Follow these steps:
1. Open the Console view (to make sure it’s open)
2. Open the Servers View and make sure Tomcat is not running and your project is not listed under Tomcat.
3. Right-click on MyEclipse Tomcat in the servers view.
4. Select Add Deployment.
5. On the dialog, select your project and press finish.
6. Start Tomcat.Now do you see anything in the console? If your project wasn’t available for selection on the dialog, then there is something wrong with the project, either a missing facet, missing nature, or possibly Tomcat already has the project somewhat deployed. Let us know if that’s the case and we can try to work through that problem.
-
AuthorPosts