The System is running rockstable otherwise. No bluescreen, no wierd
application crashes. Java applications executing without problems. Nothing.

This problem only happens when I hit Shift+S (Save) in Eclipse for a source
file that has been already just-in-time compiled. And only when debugging a
Wicket Application in Jetty + Eclipse.

I have now upgraded to the latest JDK and the latest Jetty 6.1.7. It also
makes no difference wether I start the application using the archetype
created test/Start.java or using the JettyRunner Eclipse plugin.

UPDATE: While writing this message I've discovered that this only happens
when there's a breakpoint on one of the changed source lines.

Steps to reproduce:

1. Using Eclipse 3.3, jetty 6.1.5 through 6.1.7, Wicket 1.3.0rc2
2. Create a new project using Wicket Maven Archetype
3. Create Eclipse project files using mvn eclipse:eclipse
-DdownloadSources=true. 
4. Set a breakpoint in HomePage.java on the line with the add(new Label ...
statement
5. Run the project in Eclipse through src/test/Start.java or JettyRunner 
6. Open Browser and navigate to Context root 
7. Browser should display "If you see this message wicket is properly
configured and running" as expected
8. Modify the line with the breakpoint and save -> you should see the error
in the output window now


Mr Mean wrote:
> 
> Have you checked your memory? When i had a few segments of bad ram i
> was getting similar vm crash dumps.
> 
> Maurice
> 
> On Dec 24, 2007 6:15 PM, oliverw <[EMAIL PROTECTED]> wrote:
>>
>> Nope I'm running Windows XP. And strangely projects using Struts or GWT
>> do
>> not seem to suffer from the same problem. Weird.
>>
>>
>>
>> Mr Mean wrote:
>> >
>> > Are you by any chance running on vista?
>> > If so, try running eclipse as an administrator.
>> >
>> > Maurice
>> >
>> > On Dec 24, 2007 2:08 PM, oliverw <[EMAIL PROTECTED]> wrote:
>> >>
>> >> Happens with the latest JDK too and only with Wicket Applications.
>> >>
>> >>
>> >>
>> >> Johan Compagner wrote:
>> >> >
>> >> > This is a prety serious error, try upgrading to the latest jdk
>> >> >
>> >> > On 12/24/07, oliverw <[EMAIL PROTECTED]> wrote:
>> >> >>
>> >> >> Hi
>> >> >>
>> >> >> I'm using Eclipse 3.3.1.1 with a project created using the
>> >> Wicket-Maven2
>> >> >> archetype. Wicket Version 1.3.0rc2.
>> >> >>
>> >> >> The "An unexpected error" in the log below happens when I modify
>> any
>> >> >> server
>> >> >> side code (HomePage.java) in this case. Any ideas?
>> >> >>
>> >> >> (And Happy Christmas to everyone)
>> >> >>
>> >> >> INFO  - log                        - Logging to
>> >> >> org.slf4j.impl.Log4jLoggerAdapter(org.mortbay.log) via
>> >> >> org.mortbay.log.Slf4jLog
>> >> >> >>> STARTING EMBEDDED JETTY SERVER, PRESS ANY KEY TO STOP
>> >> >> INFO  - log                        - jetty-6.1.4
>> >> >> INFO  - log                        - NO JSP Support for /, did not
>> >> find
>> >> >> org.apache.jasper.servlet.JspServlet
>> >> >> INFO  - Application                - [WicketApplication] init:
>> Wicket
>> >> >> extensions initializer
>> >> >> INFO  - Application                - [WicketApplication] init:
>> Wicket
>> >> >> core
>> >> >> library initializer
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IBehaviorListener, method=public
>> >> abstract
>> >> >> void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IBehaviorListener, method=public
>> >> abstract
>> >> >> void org.apache.wicket.behavior.IBehaviorListener.onRequest()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IFormSubmitListener, method=public
>> >> >> abstract
>> >> >> void
>> >> >>
>> >>
>> org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IFormSubmitListener, method=public
>> >> >> abstract
>> >> >> void
>> >> >>
>> >>
>> org.apache.wicket.markup.html.form.IFormSubmitListener.onFormSubmitted()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=ILinkListener, method=public
>> abstract
>> >> void
>> >> >> org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=ILinkListener, method=public
>> abstract
>> >> void
>> >> >> org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IOnChangeListener, method=public
>> >> abstract
>> >> >> void
>> >> >>
>> >>
>> org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IOnChangeListener, method=public
>> >> abstract
>> >> >> void
>> >> >>
>> >>
>> org.apache.wicket.markup.html.form.IOnChangeListener.onSelectionChanged()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IRedirectListener, method=public
>> >> abstract
>> >> >> void org.apache.wicket.IRedirectListener.onRedirect()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IRedirectListener, method=public
>> >> abstract
>> >> >> void org.apache.wicket.IRedirectListener.onRedirect()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IResourceListener, method=public
>> >> abstract
>> >> >> void org.apache.wicket.IResourceListener.onResourceRequested()]
>> >> >> INFO  - RequestListenerInterface   - registered listener interface
>> >> >> [RequestListenerInterface name=IResourceListener, method=public
>> >> abstract
>> >> >> void org.apache.wicket.IResourceListener.onResourceRequested()]
>> >> >> INFO  - WebApplication             - [WicketApplication] Started
>> >> Wicket
>> >> >> version 1.3.0-rc2 in development mode
>> >> >>
>> ********************************************************************
>> >> >> *** WARNING: Wicket is running in DEVELOPMENT mode.             
>> ***
>> >> >> ***                               ^^^^^^^^^^^                   
>> ***
>> >> >> *** Do NOT deploy to your live server(s) without changing this. 
>> ***
>> >> >> *** See Application#getConfigurationType() for more information.
>> ***
>> >> >>
>> ********************************************************************
>> >> >> INFO  - log                        - Started
>> >> [EMAIL PROTECTED]:8080
>> >> >> #
>> >> >> # An unexpected error has been detected by Java Runtime
>> Environment:
>> >> >> #
>> >> >> #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d98ba27,
>> pid=5160,
>> >> >> tid=932
>> >> >> #
>> >> >> # Java VM: Java HotSpot(TM) Client VM (1.6.0_01-b06 mixed mode)
>> >> >> # Problematic frame:
>> >> >> # V  [jvm.dll+0x11ba27]
>> >> >> #
>> >> >> # An error report file with more information is saved as
>> >> >> hs_err_pid5160.log
>> >> >> #
>> >> >> # If you would like to submit a bug report, please visit:
>> >> >> #   http://java.sun.com/webapps/bugreport/crash.jsp
>> >> >> #
>> >> >>
>> >> >> --
>> >> >> View this message in context:
>> >> >>
>> http://www.nabble.com/Eclipse-Hot-Swap-Issue--tp14486634p14486634.html
>> >> >> Sent from the Wicket - User mailing list archive at Nabble.com.
>> >> >>
>> >> >>
>> >> >>
>> ---------------------------------------------------------------------
>> >> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >> >>
>> >> >>
>> >> >
>> >> >
>> ---------------------------------------------------------------------
>> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >> >
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >> http://www.nabble.com/Eclipse-Hot-Swap-Issue--tp14486634p14487522.html
>> >>
>> >> Sent from the Wicket - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> >> For additional commands, e-mail: [EMAIL PROTECTED]
>> >>
>> >>
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: [EMAIL PROTECTED]
>> > For additional commands, e-mail: [EMAIL PROTECTED]
>> >
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Eclipse-Hot-Swap-Issue--tp14486634p14489608.html
>>
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Eclipse-Hot-Swap-Issue--tp14486634p14491413.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to