MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
DavyBSG
Post subject:   PostPosted: Mar 24, 2010 - 01:14 PM
Registered Member
Registered Member


Joined: Feb 27, 2009
Posts: 28

Hi 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
 
 View user's profile Send private message  
Reply with quote Back to top
Support-Brian
Post subject:   PostPosted: Mar 24, 2010 - 11:07 PM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2515

David,

Thanks for writing back in, really gald to know it helped and this works. Do let us know if you find any further issues.

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
mikewener
Post subject:   PostPosted: Apr 15, 2010 - 01:23 AM
Registered Member
Registered Member


Joined: Mar 31, 2008
Posts: 16

I'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.
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject:   PostPosted: Apr 15, 2010 - 07:30 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

Mike,

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.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
mikewener
Post subject:   PostPosted: Apr 15, 2010 - 01:29 PM
Registered Member
Registered Member


Joined: Mar 31, 2008
Posts: 16

Hi 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 Run

What 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 Workbench

Version: 8.5
Build id: 8.5-20100319


Eclipse 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
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject:   PostPosted: Apr 16, 2010 - 08:19 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

Mike,

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?

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
mikewener
Post subject:   PostPosted: Apr 17, 2010 - 05:28 PM
Registered Member
Registered Member


Joined: Mar 31, 2008
Posts: 16

Server 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
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject:   PostPosted: Apr 19, 2010 - 08:26 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

Mike,

Thank you for the details. I will file a PR for the dev team to investigate this issue.
Sorry for the inconvenience.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
mikewener
Post subject:   PostPosted: Apr 19, 2010 - 02:09 PM
Registered Member
Registered Member


Joined: Mar 31, 2008
Posts: 16

Thank you for responding. Can you please post an update if you hear of any new information.
 
 View user's profile Send private message  
Reply with quote Back to top
support-joy
Post subject:   PostPosted: Apr 20, 2010 - 05:34 AM
Registered Member
Registered Member


Joined: Feb 03, 2009
Posts: 3442

Mike,

Sure thing. I will let you know as soon as I hear from the dev team members.

_________________
Joy
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
DavyBSG
Post subject:   PostPosted: May 20, 2010 - 12:27 PM
Registered Member
Registered Member


Joined: Feb 27, 2009
Posts: 28

Hi,

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
 
 View user's profile Send private message  
Reply with quote Back to top
mikewener
Post subject:   PostPosted: Jun 21, 2010 - 02:33 PM
Registered Member
Registered Member


Joined: Mar 31, 2008
Posts: 16

Well it's been two months. Any word? Fixing? No chance what so ever of getting this fixed?
 
 View user's profile Send private message  
Reply with quote Back to top
mikewener
Post subject:   PostPosted: Jul 24, 2010 - 05:41 PM
Registered Member
Registered Member


Joined: Mar 31, 2008
Posts: 16

Well it's been three months. Any word? Fixing? No chance what so ever of getting this fixed?
 
 View user's profile Send private message  
Reply with quote Back to top
Support-Brian
Post subject:   PostPosted: Jul 27, 2010 - 05:20 AM
Moderator
Moderator


Joined: Aug 21, 2004
Posts: 2515

Mike,

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.

_________________
Brian
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits