- This topic has 28 replies, 5 voices, and was last updated 14 years, 3 months ago by Brian Fernandes.
-
AuthorPosts
-
DavyBSGMemberHi Brian,
Many thanks for taking the time to provide me with such a detailed response. I’m happy to report that the remote debugging is now working for me as per your instructions above. All looks good for the MyEclipse 8.5 GA release too.
I will let you know if I find any issues with the release I am testing on.
Thanks again
David
Brian FernandesModeratorDavid,
Thanks for writing back in, really gald to know it helped and this works. Do let us know if you find any further issues.
mikewenerParticipantI’m using Sun Java System Web Server 7 Update 8 and MyEclipse 8.5. When I start and stop the server instance I don’t get any output in the web server console view. Should I be seeing something? I have to go to the server logs to find the output.
support-joyMemberMike,
Can you answer few queries for me to get to the root cause?
1. Can you copy and paste your installation details? Open MyEclipse IDE, from menu options click on MyEclipse > Installation Summary > Installation Details
2. Can you open Servers tab and check the status and mode. Can you attach screenshot?
3. Can you attach screenshot of Sun Java System Web Server? This will help me get a visual.
mikewenerParticipantHi Joy,
Okay. I did more experimentation. I did get some log messages but here are the circumstances. The CPU is pegged while the Read Log background task is running. This background task never stops so the machine is pegged at 90s cpu non stop. It may be that I did not see the log messages before because I did not wait long enough.
Are both the admin server and the started instance log messages supposed to show up?
See below for myeclipse info.
Thanks so much for you help!
Status is Running
Mode is RunWhat screen shot of the Web Server are you looking for? I need to dig up a spot to serve the image urls from.
*** Date:
Thursday, April 15, 2010 7:37:14 AM EDT** System properties:
OS=WindowsXP
OS version=5.1.0
Java version=1.6.0_13*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 8.5
Build id: 8.5-20100319*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 8.5
Build id: 8.5-20100319Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\Genuitec\MyEclipse 8.x Latest\myeclipse.exe
-name
Myeclipse
–launcher.library
C:\Program Files\Genuitec\MyEclipse 8.x Latest\../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519\eclipse_1206.dll
-startup
support-joyMemberMike,
Thank you for the details. On your servers tab, the status is running and mode is run. This indicates that your webserver is running fine. But you also mention that your CPU is pegged at 90 cpu while the read log background task is running. This is a cause of concern. I need to understand if this is caused by ME or webserver. Can you investigate more on this?
Can you attach a screenshot of Window > Preferences > MyEclipse > Servers > Sun Java System Webserver > Sun Java System Webserver 7.x
and also attach relevant issues logged in your .log file located at [your workspace dir]/.metadata/.log?
mikewenerParticipantServer is enabled.
Home directory: M:\Work\<redacted for privacy>\Servers\Sun\WebServer7
Configuration directory: M:\Work\<redacted for privacy>\Servers\Sun\WebServer7\<server instance>Here are some entries that seem related. They occurred at different times. *but* sometimes it hangs with no errors logged.
!ENTRY org.eclipse.core.jobs 4 2 2010-04-15 08:03:19.093
!MESSAGE An internal error occurred during: “Read Log”.
!STACK 0
java.lang.NegativeArraySizeException
at com.genuitec.eclipse.easie.sunwebserver.SunWebserver$InputReadJob.readFromFile(SunWebserver.java:283)
at com.genuitec.eclipse.easie.sunwebserver.SunWebserver$InputReadJob.readFileAndWrite(SunWebserver.java:273)
at com.genuitec.eclipse.easie.sunwebserver.SunWebserver$InputReadJob.run(SunWebserver.java:242)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SESSION 2010-04-15 08:05:27.656 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86!ENTRY org.eclipse.core.jobs 4 2 2010-04-17 12:16:19.484
!MESSAGE An internal error occurred during: “Read Log”.
!STACK 0
org.eclipse.swt.SWTException: Device is disposed
at org.eclipse.swt.SWT.error(SWT.java:3884)
at org.eclipse.swt.SWT.error(SWT.java:3799)
at org.eclipse.swt.SWT.error(SWT.java:3770)
at org.eclipse.swt.widgets.Display.error(Display.java:1204)
at org.eclipse.swt.widgets.Display.asyncExec(Display.java:655)
at org.eclipse.ui.internal.console.ConsoleManager.warnOfContentChange(ConsoleManager.java:353)
at org.eclipse.ui.console.IOConsoleOutputStream.notifyParitioner(IOConsoleOutputStream.java:250)
at org.eclipse.ui.console.IOConsoleOutputStream.encodedWrite(IOConsoleOutputStream.java:240)
at org.eclipse.ui.console.IOConsoleOutputStream.write(IOConsoleOutputStream.java:196)
at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
at sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:272)
at sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:276)
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:122)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:212)
at java.io.BufferedWriter.flush(BufferedWriter.java:236)
at com.genuitec.eclipse.easie.sunwebserver.SunWebserver$InputReadJob.readFileAndWrite(SunWebserver.java:271)
at com.genuitec.eclipse.easie.sunwebserver.SunWebserver$InputReadJob.run(SunWebserver.java:242)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
!SESSION 2010-04-17 12:19:25.187 ———————————————–
eclipse.buildId=unknown
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
support-joyMemberMike,
Thank you for the details. I will file a PR for the dev team to investigate this issue.
Sorry for the inconvenience.
mikewenerParticipantThank you for responding. Can you please post an update if you hear of any new information.
support-joyMemberMike,
Sure thing. I will let you know as soon as I hear from the dev team members.
DavyBSGMemberHi,
I am experiencing the same problem with the Read Log not finishing. I am recieving output in the console though.
Also, can you confirm whether the full one-click debugger has been included with release 8.5? I’ve upgraded from 8.5M2 to the latest 8.5 release but cannot use the web server auto-deploy directory for debugging. The only way to debug is to attach the remote debugger as per 8.5M2
Thanks
David
mikewenerParticipantWell it’s been two months. Any word? Fixing? No chance what so ever of getting this fixed?
mikewenerParticipantWell it’s been three months. Any word? Fixing? No chance what so ever of getting this fixed?
Brian FernandesModeratorMike,
I’m sorry for the delayed response, I was following this up on another thread and did not notice this one. Just so we are on the same page, could you please restate your current problem?
There were a few bugs in the SJSWS support in MyEclipse 8.5, which we corrected in the 8.6M1 release; The 8.6 GA release is due this week and should also contain these fixes if you choose to wait for that. If you have already tried 8.6M1 and still experience issues, please let us know.
-
AuthorPosts