- This topic has 3 replies, 2 voices, and was last updated 16 years, 1 month ago by
support-joy.
-
AuthorPosts
-
Daniel PassosMemberI configure glassfish in MyEclipseIde 7 but on start, this not display startup and the log of server in eclipse console.
support-joyMemberHey matcklim,
Can you copy and paste your installation details? Go to MyEclipse > Installation Summary > Installation Detail. What is the glassfish version you have configured? Also how did you configure your application server connector? I would recommend you to go through our tutorial here http://www.myeclipseide.com/documentation/quickstarts/appservers/
Daniel PassosMemberI configure use this tutorial. The application server start but the log of application server not display in eclipse console and the display this error:
recursive call into SystemOutandErrhandler
java.lang.RuntimeException: recursivecall
at com.sun.enterprise.server.logging.SystemOutandErrHandler$LoggingByteArrayOutputStream.flush(SystemOutandErrHandler.java:359)Installation Detail
*** Date:
Sexta-feira, 20 de Março de 2009 08h30min40s BRT** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_04*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 7.1
Build id: 7.1-20090306*** Eclipse details:
Eclipse SDKVersion: 3.4.2
Build id: M20090211-1700Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700Eclipse Project SDK
Version: 3.4.2.R342_v20090122-7O7S7GApJ3_vCyk7ETmsfcmjhz0eHnqw7MIjk9Vdhe4Ic
Build id: M20090211-1700Eclipse Graphical Editing Framework GEF
Version: 3.4.1.v20080806-67718083A56B4H2A3213573
Build id: 200809101400Eclipse RCP
Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
Build id: M20090211-1700Eclipse Java Development Tools
Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
Build id: M20090211-1700Eclipse Plug-in Development Environment
Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
Build id: M20090211-1700Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
D:\java\2009\IDE\eclipse-3.4.2\\plugins\org.eclipse.platform_3.3.101.v200902111700\splash.bmp
-launcher
D:\java\2009\IDE\eclipse-3.4.2\eclipse.exe
-name
Eclipse
–launcher.library
D:\java\2009\IDE\eclipse-3.4.2\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731\eclipse_1115.dll
-startup
D:\java\2009\IDE\eclipse-3.4.2\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
-vm
D:\java\SDK\JRE\1.6.0_04\bin\client\jvm.dll
support-joyMembermatcklim,
Thanks for installation detail. What is the version of GlassFish you are using? Are you by any chance using GlassFish 2.1? There is an issue with GlassFish 2.1 connector and a PR is filed for the dev team. If you are using GlassFish 2.1, it will deploy your application and run, but will not display any error messages in the console. The workaround is to configure an application connector to GlassFish 2.0, if you have that version. Or run GlassFish 2.1 outside of MyEclipse and deploy your application. Sorry for the inconvinience.
-
AuthorPosts