My favorites | Sign in
Project Logo
             
Details: Show all Hide all

Last 30 days

  • Dec 05, 2009
    issue 27 (Problem with Salve 2 and JRebel) Labels changed by igor.vay...@gmail.com   -   not really a defect...
    Labels: Type-Other Type-Defect
    not really a defect...
    Labels: Type-Other Type-Defect
  • Dec 05, 2009
    issue 27 (Problem with Salve 2 and JRebel) commented on by igor.vay...@gmail.com   -   not really sure, dont use jrebel. have you tried instrumenting salve via compilation postprocesing instead of jvm agent? like using the eclipse plugin?
    not really sure, dont use jrebel. have you tried instrumenting salve via compilation postprocesing instead of jvm agent? like using the eclipse plugin?
  • Dec 05, 2009
    issue 27 (Problem with Salve 2 and JRebel) commented on by kaspar.f...@gmail.com   -   To clarify: this happens without any changes to the source code in java. I simply try to start the application and when I visit the first page, the posted error occurs.
    To clarify: this happens without any changes to the source code in java. I simply try to start the application and when I visit the first page, the posted error occurs.
  • Dec 05, 2009
    issue 27 (Problem with Salve 2 and JRebel) commented on by kaspar.f...@gmail.com   -   Btw: I have also tried with just the two javaagents (i.e., without JRebel plugins).
    Btw: I have also tried with just the two javaagents (i.e., without JRebel plugins).
  • Dec 05, 2009
    issue 27 (Problem with Salve 2 and JRebel) reported by kaspar.f...@gmail.com   -   I am using JRebel with Salve 2 and run into the following problem: ERROR - RequestCycle - Can't instantiate page using constructor public org.myorg.myproject.ui.web.pages.WelcomePage(org.apache.wicket.PageParameters) and argument org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor public org.myorg.myproject.ui.web.pages.WelcomePage(org.apache.wicket.PageParameters) and argument at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:212) at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:65) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(Bookmar kablePageRequestTarget.java:299) at org.apache.wicket.request.target.coding.HybridUrlCodingStrategy$HybridBookmarkablePageRequ estTarget.newPage(HybridUrlCodingStrategy.java:887) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(Bookmar kablePageRequestTarget.java:321) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(Bo okmarkablePageRequestTarget.java:234) at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCyclePr ocessor.java:92) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:129) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:59) at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessi onInViewFilter.java:198) at org.hbf.core.wicket.module.GuiceInjectedOpenSessionInViewFilter.doFilterInternal(GuiceInjectedO penSessionInViewFilter.java:50001) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:129) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:59) at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:122) at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:110) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) at org.mortbay.jetty.Server.handle(Server.java:295) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:503) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:827) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:511) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:210) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:379) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl. java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188) ... 36 more Caused by: java.lang.ExceptionInInitializerError at org.myorg.myproject.ui.web.pages.BasePage.<init>(BasePage.java:111) at org.myorg.myproject.ui.web.pages.Page.<init>(Page.java:41) at org.myorg.myproject.ui.web.pages.WelcomePage.<init>(WelcomePage.java:11) ... 41 more Caused by: java.lang.RuntimeException: Could not build Key based on field: class org.hbf.task.wicket.LazyLoadingBehaviour#_salvedeprmfld$futuresStore at salve.depend.FieldKey.<init>(FieldKey.java:48) at org.hbf.task.wicket.LazyLoadingBehaviour._salvedep_clinit1(LazyLoadingBehaviour.java) at org.hbf.task.wicket.LazyLoadingBehaviour.<clinit>(LazyLoadingBehaviour.java) ... 44 more Caused by: java.lang.NoSuchFieldException: org.hbf.task.wicket.LazyLoadingBehaviour._salvedeprmfld$futuresStore at com.zeroturnaround.javarebel.jG.getDeclaredField(JRebel:398) at java.lang.Class.getDeclaredField(Class.java:1884) at salve.depend.FieldKey.<init>(FieldKey.java:46) ... 46 more Any ideas what the problem might be? I am using a Debug configuration in Eclipse that starts the main method of a Start class which runs a jetty server. The options in the Eclipse debug configuration are: -javaagent:/Users/hbf/sw/jrebel-2.1.1/jrebel.jar -Drebel.aspectj_plugin=true - Drebel.wicket_plugin=true -Drebel.log4j-plugin=true -Drebel.guice_plugin=true -noverify - javaagent:/Users/hbf/.m2/repository/salve/salve-agent/1.1/salve-agent-1.1.jar I tried exchanging the order of the javaagent's. Many thanks, Kaspar
    I am using JRebel with Salve 2 and run into the following problem: ERROR - RequestCycle - Can't instantiate page using constructor public org.myorg.myproject.ui.web.pages.WelcomePage(org.apache.wicket.PageParameters) and argument org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor public org.myorg.myproject.ui.web.pages.WelcomePage(org.apache.wicket.PageParameters) and argument at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:212) at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:65) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(Bookmar kablePageRequestTarget.java:299) at org.apache.wicket.request.target.coding.HybridUrlCodingStrategy$HybridBookmarkablePageRequ estTarget.newPage(HybridUrlCodingStrategy.java:887) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(Bookmar kablePageRequestTarget.java:321) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(Bo okmarkablePageRequestTarget.java:234) at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCyclePr ocessor.java:92) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:129) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:59) at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessi onInViewFilter.java:198) at org.hbf.core.wicket.module.GuiceInjectedOpenSessionInViewFilter.doFilterInternal(GuiceInjectedO penSessionInViewFilter.java:50001) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:129) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:59) at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:122) at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:110) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) at org.mortbay.jetty.Server.handle(Server.java:295) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:503) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:827) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:511) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:210) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:379) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl. java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188) ... 36 more Caused by: java.lang.ExceptionInInitializerError at org.myorg.myproject.ui.web.pages.BasePage.<init>(BasePage.java:111) at org.myorg.myproject.ui.web.pages.Page.<init>(Page.java:41) at org.myorg.myproject.ui.web.pages.WelcomePage.<init>(WelcomePage.java:11) ... 41 more Caused by: java.lang.RuntimeException: Could not build Key based on field: class org.hbf.task.wicket.LazyLoadingBehaviour#_salvedeprmfld$futuresStore at salve.depend.FieldKey.<init>(FieldKey.java:48) at org.hbf.task.wicket.LazyLoadingBehaviour._salvedep_clinit1(LazyLoadingBehaviour.java) at org.hbf.task.wicket.LazyLoadingBehaviour.<clinit>(LazyLoadingBehaviour.java) ... 44 more Caused by: java.lang.NoSuchFieldException: org.hbf.task.wicket.LazyLoadingBehaviour._salvedeprmfld$futuresStore at com.zeroturnaround.javarebel.jG.getDeclaredField(JRebel:398) at java.lang.Class.getDeclaredField(Class.java:1884) at salve.depend.FieldKey.<init>(FieldKey.java:46) ... 46 more Any ideas what the problem might be? I am using a Debug configuration in Eclipse that starts the main method of a Start class which runs a jetty server. The options in the Eclipse debug configuration are: -javaagent:/Users/hbf/sw/jrebel-2.1.1/jrebel.jar -Drebel.aspectj_plugin=true - Drebel.wicket_plugin=true -Drebel.log4j-plugin=true -Drebel.guice_plugin=true -noverify - javaagent:/Users/hbf/.m2/repository/salve/salve-agent/1.1/salve-agent-1.1.jar I tried exchanging the order of the javaagent's. Many thanks, Kaspar
  • Dec 05, 2009
    issue 26 (Problem with JRebel) commented on by assetsrecovery   -   Igor, is it possible to delete this issue? I was using the employer's google login which associates this with our institution/NGO. I will file another issue under my personal user name. Sorry for this! Kaspar
    Igor, is it possible to delete this issue? I was using the employer's google login which associates this with our institution/NGO. I will file another issue under my personal user name. Sorry for this! Kaspar
  • Dec 05, 2009
    issue 26 (Problem with JRebel) reported by assetsrecovery   -   I am using JRebel with Salve 2 and run into the following problem: ERROR - RequestCycle - Can't instantiate page using constructor public org.myorg.myproject.ui.web.pages.WelcomePage(org.apache.wicket.PageParameters) and argument org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor public org.myorg.myproject.ui.web.pages.WelcomePage(org.apache.wicket.PageParameters) and argument at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:212) at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:65) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(Bookmar kablePageRequestTarget.java:299) at org.apache.wicket.request.target.coding.HybridUrlCodingStrategy$HybridBookmarkablePageRequ estTarget.newPage(HybridUrlCodingStrategy.java:887) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(Bookmar kablePageRequestTarget.java:321) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(Bo okmarkablePageRequestTarget.java:234) at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCyclePr ocessor.java:92) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:129) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:59) at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessi onInViewFilter.java:198) at org.hbf.core.wicket.module.GuiceInjectedOpenSessionInViewFilter.doFilterInternal(GuiceInjectedO penSessionInViewFilter.java:50001) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:129) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:59) at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:122) at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:110) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) at org.mortbay.jetty.Server.handle(Server.java:295) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:503) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:827) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:511) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:210) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:379) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl. java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188) ... 36 more Caused by: java.lang.ExceptionInInitializerError at org.myorg.myproject.ui.web.pages.BasePage.<init>(BasePage.java:111) at org.myorg.myproject.ui.web.pages.Page.<init>(Page.java:41) at org.myorg.myproject.ui.web.pages.WelcomePage.<init>(WelcomePage.java:11) ... 41 more Caused by: java.lang.RuntimeException: Could not build Key based on field: class org.hbf.task.wicket.LazyLoadingBehaviour#_salvedeprmfld$futuresStore at salve.depend.FieldKey.<init>(FieldKey.java:48) at org.hbf.task.wicket.LazyLoadingBehaviour._salvedep_clinit1(LazyLoadingBehaviour.java) at org.hbf.task.wicket.LazyLoadingBehaviour.<clinit>(LazyLoadingBehaviour.java) ... 44 more Caused by: java.lang.NoSuchFieldException: org.hbf.task.wicket.LazyLoadingBehaviour._salvedeprmfld$futuresStore at com.zeroturnaround.javarebel.jG.getDeclaredField(JRebel:398) at java.lang.Class.getDeclaredField(Class.java:1884) at salve.depend.FieldKey.<init>(FieldKey.java:46) ... 46 more Any ideas what the problem might be?
    I am using JRebel with Salve 2 and run into the following problem: ERROR - RequestCycle - Can't instantiate page using constructor public org.myorg.myproject.ui.web.pages.WelcomePage(org.apache.wicket.PageParameters) and argument org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor public org.myorg.myproject.ui.web.pages.WelcomePage(org.apache.wicket.PageParameters) and argument at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:212) at org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:65) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(Bookmar kablePageRequestTarget.java:299) at org.apache.wicket.request.target.coding.HybridUrlCodingStrategy$HybridBookmarkablePageRequ estTarget.newPage(HybridUrlCodingStrategy.java:887) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(Bookmar kablePageRequestTarget.java:321) at org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(Bo okmarkablePageRequestTarget.java:234) at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCyclePr ocessor.java:92) at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250) at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329) at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1428) at org.apache.wicket.RequestCycle.request(RequestCycle.java:545) at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:456) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:289) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:129) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:59) at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessi onInViewFilter.java:198) at org.hbf.core.wicket.module.GuiceInjectedOpenSessionInViewFilter.doFilterInternal(GuiceInjectedO penSessionInViewFilter.java:50001) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at com.google.inject.servlet.FilterDefinition.doFilter(FilterDefinition.java:129) at com.google.inject.servlet.FilterChainInvocation.doFilter(FilterChainInvocation.java:59) at com.google.inject.servlet.ManagedFilterPipeline.dispatch(ManagedFilterPipeline.java:122) at com.google.inject.servlet.GuiceFilter.doFilter(GuiceFilter.java:110) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1089) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:365) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:712) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:139) at org.mortbay.jetty.Server.handle(Server.java:295) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:503) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:827) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:511) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:210) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:379) at org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226) at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl. java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188) ... 36 more Caused by: java.lang.ExceptionInInitializerError at org.myorg.myproject.ui.web.pages.BasePage.<init>(BasePage.java:111) at org.myorg.myproject.ui.web.pages.Page.<init>(Page.java:41) at org.myorg.myproject.ui.web.pages.WelcomePage.<init>(WelcomePage.java:11) ... 41 more Caused by: java.lang.RuntimeException: Could not build Key based on field: class org.hbf.task.wicket.LazyLoadingBehaviour#_salvedeprmfld$futuresStore at salve.depend.FieldKey.<init>(FieldKey.java:48) at org.hbf.task.wicket.LazyLoadingBehaviour._salvedep_clinit1(LazyLoadingBehaviour.java) at org.hbf.task.wicket.LazyLoadingBehaviour.<clinit>(LazyLoadingBehaviour.java) ... 44 more Caused by: java.lang.NoSuchFieldException: org.hbf.task.wicket.LazyLoadingBehaviour._salvedeprmfld$futuresStore at com.zeroturnaround.javarebel.jG.getDeclaredField(JRebel:398) at java.lang.Class.getDeclaredField(Class.java:1884) at salve.depend.FieldKey.<init>(FieldKey.java:46) ... 46 more Any ideas what the problem might be?

Earlier this year

  • Oct 22, 2009
    r752 (releasing doc tweaks) committed by igor.vaynberg   -   releasing doc tweaks
    releasing doc tweaks
  • Oct 22, 2009
    r751 (3.0.beta artifacts) committed by igor.vaynberg   -   3.0.beta artifacts
    3.0.beta artifacts
  • Oct 22, 2009
    r750 ([maven-release-plugin] prepare for next development iteratio...) committed by igor.vaynberg   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • Oct 22, 2009
    r749 ([maven-release-plugin] copy for tag salve-3.0.beta) committed by igor.vaynberg   -   [maven-release-plugin] copy for tag salve-3.0.beta
    [maven-release-plugin] copy for tag salve-3.0.beta
  • Oct 22, 2009
    r748 ([maven-release-plugin] prepare release salve-3.0.beta) committed by igor.vaynberg   -   [maven-release-plugin] prepare release salve-3.0.beta
    [maven-release-plugin] prepare release salve-3.0.beta
  • Oct 22, 2009
    r747 (removed salve-test reference) committed by igor.vaynberg   -   removed salve-test reference
    removed salve-test reference
  • Oct 22, 2009
    r746 (release notes) committed by igor.vaynberg   -   release notes
    release notes
  • Oct 22, 2009
    r745 (cleanup) committed by igor.vaynberg   -   cleanup
    cleanup
  • Oct 22, 2009
    r744 (no support for initonce yet) committed by igor.vaynberg   -   no support for initonce yet
    no support for initonce yet
  • Oct 22, 2009
    r743 (switching aspectj to trunk) committed by igor.vaynberg   -   switching aspectj to trunk
    switching aspectj to trunk
  • Oct 22, 2009
    r742 (deleting trunk) committed by igor.vaynberg   -   deleting trunk
    deleting trunk
  • Oct 22, 2009
    r741 (switching aspectj to trunk) committed by igor.vaynberg   -   switching aspectj to trunk
    switching aspectj to trunk
  • Oct 22, 2009
    r740 (2.x branch) committed by igor.vaynberg   -   2.x branch
    2.x branch
  • Oct 22, 2009
    r739 (version 2.0) committed by igor.vaynberg   -   version 2.0
    version 2.0
  • Oct 22, 2009
    r738 ([maven-release-plugin] prepare for next development iteratio...) committed by igor.vaynberg   -   [maven-release-plugin] prepare for next development iteration
    [maven-release-plugin] prepare for next development iteration
  • Oct 22, 2009
    r737 ([maven-release-plugin] copy for tag salve-2.0) committed by igor.vaynberg   -   [maven-release-plugin] copy for tag salve-2.0
    [maven-release-plugin] copy for tag salve-2.0
  • Oct 22, 2009
    r736 ([maven-release-plugin] prepare release salve-2.0) committed by igor.vaynberg   -   [maven-release-plugin] prepare release salve-2.0
    [maven-release-plugin] prepare release salve-2.0
  • Oct 22, 2009
    r735 (remove testbed from build artifacts) committed by igor.vaynberg   -   remove testbed from build artifacts
    remove testbed from build artifacts
  • Oct 22, 2009
    r734 (updated plugin versions) committed by igor.vaynberg   -   updated plugin versions
    updated plugin versions
  • Oct 21, 2009
    r733 (salve-idea: rename to avoid name clash with salve-idea-v1) committed by pete4711   -   salve-idea: rename to avoid name clash with salve-idea-v1
    salve-idea: rename to avoid name clash with salve-idea-v1
  • Oct 21, 2009
    r732 (salve-idea: rename to avoid name clash with salve-idea-v1) committed by pete4711   -   salve-idea: rename to avoid name clash with salve-idea-v1
    salve-idea: rename to avoid name clash with salve-idea-v1
  • Oct 21, 2009
    r731 (salve-idea: rename to avoid name clash with salve-idea-v1) committed by pete4711   -   salve-idea: rename to avoid name clash with salve-idea-v1
    salve-idea: rename to avoid name clash with salve-idea-v1
  • Oct 21, 2009
    r730 (salve-idea: rename to avoid name clash with salve-idea-v1) committed by pete4711   -   salve-idea: rename to avoid name clash with salve-idea-v1
    salve-idea: rename to avoid name clash with salve-idea-v1
  • Oct 21, 2009
    r729 (salve-idea: rename to avoid name clash with salve-idea-v1) committed by pete4711   -   salve-idea: rename to avoid name clash with salve-idea-v1
    salve-idea: rename to avoid name clash with salve-idea-v1
  • Oct 21, 2009
    r728 (salve idea: do not instrument package-info.java) committed by pete4711   -   salve idea: do not instrument package-info.java
    salve idea: do not instrument package-info.java
  • Oct 21, 2009
    r727 (salve idea: do not instrument package-info.java) committed by pete4711   -   salve idea: do not instrument package-info.java
    salve idea: do not instrument package-info.java
  • Oct 21, 2009
    r726 (salve idea: don't try to instrument package-info.java) committed by pete4711   -   salve idea: don't try to instrument package-info.java
    salve idea: don't try to instrument package-info.java
  • Oct 14, 2009
    issue 25 (salve-expr-validator with salve 2.0-beta1) reported by kaspar.f...@gmail.com   -   I am unsure whether I can use salve-expr-validator with salve 2.0-beta1. Can I? I see from http://salve.googlecode.com/svn/maven2/salve/salve-expr-validator/ that salve-expr-validator is available in version 1.0 and 1.1 only and that 1.1 relies on salve 1.1. If this gets me into conflicts, would it be possible to provide a 2.0-beta1 version of salve-expr- validator? Many thanks for feedback, Kaspar
    I am unsure whether I can use salve-expr-validator with salve 2.0-beta1. Can I? I see from http://salve.googlecode.com/svn/maven2/salve/salve-expr-validator/ that salve-expr-validator is available in version 1.0 and 1.1 only and that 1.1 relies on salve 1.1. If this gets me into conflicts, would it be possible to provide a 2.0-beta1 version of salve-expr- validator? Many thanks for feedback, Kaspar
  • Oct 08, 2009
    issue 24 (Cannot install 2.0.0.beta1 Eclipse Plugin) commented on by kaspar.f...@gmail.com   -   Thanks, Igor, that solved it.
    Thanks, Igor, that solved it.
  • Oct 08, 2009
    issue 24 (Cannot install 2.0.0.beta1 Eclipse Plugin) Status changed by igor.vaynberg   -   i think i forgot to include the salve-config module in the feature def, should be fixed. give it another try please.
    Status: Fixed
    i think i forgot to include the salve-config module in the feature def, should be fixed. give it another try please.
    Status: Fixed
  • Oct 08, 2009
    r725 (add salve-config as a dependency) committed by igor.vaynberg   -   add salve-config as a dependency
    add salve-config as a dependency
  • Oct 08, 2009
    r724 (fix update site for 2.0.0.beta1) committed by igor.vaynberg   -   fix update site for 2.0.0.beta1
    fix update site for 2.0.0.beta1
  • Oct 08, 2009
    issue 24 (Cannot install 2.0.0.beta1 Eclipse Plugin) reported by kaspar.f...@gmail.com   -   When I do a Install New Software in Eclipse Galileo in order to install the 2.0.0.beta1 Eclipse plugin, I get Cannot complete the install because one or more required items could not be found. Software being installed: Salve Eclipse Integration 2.0.0.beta1 (salve.eclipse.integration.feature.group 2.0.0.beta1) Missing requirement: salve 2.0.0.beta1 (salve.inst 2.0.0.beta1) requires 'bundle salve.config 2.0.0' but it could not be found Cannot satisfy dependency: From: Salve Eclipse Integration 2.0.0.beta1 (salve.eclipse 2.0.0.beta1) To: bundle salve.inst 2.0.0.beta1 Cannot satisfy dependency: From: Salve Eclipse Integration 2.0.0.beta1 (salve.eclipse.integration.feature.group 2.0.0.beta1) To: salve.eclipse [2.0.0.beta1] Any idea what the reason could be? Thanks, Kaspar
    When I do a Install New Software in Eclipse Galileo in order to install the 2.0.0.beta1 Eclipse plugin, I get Cannot complete the install because one or more required items could not be found. Software being installed: Salve Eclipse Integration 2.0.0.beta1 (salve.eclipse.integration.feature.group 2.0.0.beta1) Missing requirement: salve 2.0.0.beta1 (salve.inst 2.0.0.beta1) requires 'bundle salve.config 2.0.0' but it could not be found Cannot satisfy dependency: From: Salve Eclipse Integration 2.0.0.beta1 (salve.eclipse 2.0.0.beta1) To: bundle salve.inst 2.0.0.beta1 Cannot satisfy dependency: From: Salve Eclipse Integration 2.0.0.beta1 (salve.eclipse.integration.feature.group 2.0.0.beta1) To: salve.eclipse [2.0.0.beta1] Any idea what the reason could be? Thanks, Kaspar
  • Oct 01, 2009
    r723 (upgrade salve-idea to current snapshot) committed by pete4711   -   upgrade salve-idea to current snapshot
    upgrade salve-idea to current snapshot
  • Oct 01, 2009
    r722 (upgrade salve-idea to current snapshot) committed by pete4711   -   upgrade salve-idea to current snapshot
    upgrade salve-idea to current snapshot
  • Oct 01, 2009
    r721 (upgrade salve-idea to current snapshot) committed by pete4711   -   upgrade salve-idea to current snapshot
    upgrade salve-idea to current snapshot
  • Oct 01, 2009
    r720 (upgrade salve-idea to current snapshot) committed by pete4711   -   upgrade salve-idea to current snapshot
    upgrade salve-idea to current snapshot
  • Oct 01, 2009
    r719 (upgrade salve-idea to current snapshot) committed by pete4711   -   upgrade salve-idea to current snapshot
    upgrade salve-idea to current snapshot
  • Sep 30, 2009
    r718 (environment tweaks) committed by igor.vaynberg   -   environment tweaks
    environment tweaks
  • Sep 30, 2009
    r718 (environment tweaks) committed by igor.vaynberg   -   environment tweaks
    environment tweaks
  • Sep 30, 2009
    r717 (upgrade salve-idea to current snapshot) committed by pete4711   -   upgrade salve-idea to current snapshot
    upgrade salve-idea to current snapshot
  • Sep 30, 2009
    r716 (upgrade salve-idea to current snapshot) committed by pete4711   -   upgrade salve-idea to current snapshot
    upgrade salve-idea to current snapshot
  • Sep 30, 2009
    r715 (upgrade salve-idea to current snapshot) committed by pete4711   -   upgrade salve-idea to current snapshot
    upgrade salve-idea to current snapshot
 
Hosted by Google Code