Re: strange error

2018-02-27 Thread Shengche Hsiao
dear all I solved the problem , because NPE occurs in AuthSession#getRoles, thanks On Tue, Feb 27, 2018 at 8:47 PM, Shengche Hsiao wrote: > Thanks, I did it last night, but it did not work. Let me add another > breakpoint. > > On Tue, Feb 27, 2018 at 8:35 PM, Bas Gooren wrote: > >> Hi! >> >>

Re: strange error

2018-02-27 Thread Shengche Hsiao
Thanks, I did it last night, but it did not work. Let me add another breakpoint. On Tue, Feb 27, 2018 at 8:35 PM, Bas Gooren wrote: > Hi! > > The last line of the stack trace indicates that a NullPointerException is > occurring; My guess is that this happens inside your code, probably in the > c

Re: strange error

2018-02-27 Thread Bas Gooren
Hi! The last line of the stack trace indicates that a NullPointerException is occurring; My guess is that this happens inside your code, probably in the constructor of assets.endpoints.OIDCConsensusPage You’ll have to get your hands on the full stack trace (when not in the logs, simply set a debu

strange error

2018-02-27 Thread Shengche Hsiao
Hi there, I wrote a wicket-based application , users write some info on page A and submit to page B. but it ran into error, logs list below [Server:auth-003] 20:11:13,722 ERROR [org.apache.wicket.DefaultExceptionMapper] (default task-44) Unexpected error occurred: org.apache.wicket.WicketRuntimeE

Re: Strange error

2011-08-20 Thread Martin Makundi
Yeah, is 1.4, but it should be behind pagemap lock.. ** Martin 2011/8/20 Martin Grigorov > For 1.5 I can say that this is definitely true, the code is in > org.apache.wicket.page.PageAccessSynchronizer.adapt(...).new > PageManagerDecorator() {...}.commitRequest() > > The related code in 1.4 is

Re: Strange error

2011-08-20 Thread Martin Grigorov
For 1.5 I can say that this is definitely true, the code is in org.apache.wicket.page.PageAccessSynchronizer.adapt(...).new PageManagerDecorator() {...}.commitRequest() The related code in 1.4 is in org.apache.wicket.Session.requestDetached() but I'm not sure what exactly happens there. On Sat,

Re: Strange error

2011-08-19 Thread Martin Makundi
I believe there are numerous such Maps, but what can be the cause of concurrent modification? Wicket should be allowing only single thread operating on the object? ** Martin 2011/8/19 Dan Retzlaff : > I tend to agree that odds of a Wicket bug in this area are small. Can you > think of a case in

Re: Strange error

2011-08-19 Thread Dan Retzlaff
I tend to agree that odds of a Wicket bug in this area are small. Can you think of a case in your application where a component has a HashMap of objects which have a TreeMap of objects? Maybe the source of this collection within your application is the problem. On Fri, Aug 19, 2011 at 8:50 AM, Mar

Re: Strange error

2011-08-19 Thread Martin Makundi
Hi! I don't know how to reproduce it... and I wonder, because there is pagemap lock, what else can be modifying stuff during page serialization? ** Martin 2011/8/19 Dan Retzlaff : > How reproducible is this? I don't know how the serialization process itself > would cause this, but if it's interm

Re: Strange error

2011-08-19 Thread Dan Retzlaff
How reproducible is this? I don't know how the serialization process itself would cause this, but if it's intermittent then maybe there's a threading / synchronization bug somewhere. On Fri, Aug 19, 2011 at 1:59 AM, Martin Makundi < martin.maku...@koodaripalvelut.com> wrote: > Hi! > > What can be

Strange error

2011-08-19 Thread Martin Makundi
Hi! What can be the cause of this error, how can there be concurrent modification to a item on a page being serialized? ** Martin java.util.ConcurrentModificationException        at java.util.TreeMap$PrivateEntryIterator.nextEntry(TreeMap.java:1100)        at java.util.TreeMap$EntryIterator.nex

Re: Strange error, cannot modify hierarchy

2011-05-16 Thread andrea del bene
Hi Brown, I've never used isTransparentResolver but I know it was removed in wicket 1.5 because it was it was quite confusing for users: http://apache-wicket.1842946.n4.nabble.com/remove-MarkupContainer-isTransparentResolver-td1909586.html You can try to replace it using one of the solutions

Strange error, cannot modify hierarchy

2011-05-15 Thread Brown, Berlin [GCG-PFS]
I am shooting in the dark but I thought I would post the error I am getting. I get this error. "Cannot modify component hierarchy after render phase has started". The full stack trace is at the bottom of this post. During the form submission process (user clicks on link) then I get the error

Re: AjaxPagingNavigator give out strange error

2010-10-13 Thread btbluesky
d to know that it doesn't work properly. Maybe I should submit something in Eclipse bugtrack. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigator-give-out-strange-error-tp2327360p2993927.html Sent from the Users forum

Re: AjaxPagingNavigator give out strange error

2010-10-12 Thread Igor Vaynberg
p/html/navigation/paging/AjaxPagingNavigator.html > "http://www.w3.org/TR/html4/loose.dtd";> > > > Markup > > The problem is in > "jar:file:/D:/mavenRepo/org/apache/wicket/wicket/1.4.12/wicket-1.4.12-javadoc.jar!/org/apache/wicket/ajax/markup/html/navig

Re: AjaxPagingNavigator give out strange error

2010-10-12 Thread jcgarciam
/AjaxPagingNavigator.html > > http://www.w3.org/TR/html4/loose.dtd";> > > > Markup > > The problem is in > "jar:file:/D:/mavenRepo/org/apache/wicket/wicket/1.4.12/wicket-1.4.12-javadoc.jar!/org/apache/wicket/ajax/markup/html/navigation/paging/Aj

Re: AjaxPagingNavigator give out strange error

2010-10-12 Thread btbluesky
apache/wicket/ajax/markup/html/navigation/paging/AjaxPagingNavigator.html": -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigator-give-out-strange-error-tp2327360p2992535.html Sent fr

Re: AjaxPagingNavigator give out strange error

2010-08-17 Thread Igor Vaynberg
r even when I'm stepping through the whole thing > line by line. The only error comes out is from API page markup error when > its trying to render. > > Would really appreciate it if anyone can help. > -- > View this message in context: > http://apache-wicket.1842946.n4.nab

AjaxPagingNavigator give out strange error

2010-08-16 Thread btbluesky
ng line by line. The only error comes out is from API page markup error when its trying to render. Would really appreciate it if anyone can help. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxPagingNavigator-give-out-strange-error-tp2327360p2327360.html Sent from

Re: strange error

2010-06-08 Thread Douglas Ferguson
Yes.. This page works fine, this was a user submitted error from the field, even the user can't recreate it. For awhile now I've been seeing "Component doesn't exist on page" errors intermittently cropping up. This is the first time I've seen this one. Douglas On Jun 7, 2010, at 6:40 PM, ni

Re: strange error

2010-06-07 Thread nino martinez wael
well the submitted value does not match any of the id's for any of the radio components in that hierarchy. Or at least thats what I deduct.. Are you using ajax? 2010/6/7 Douglas Ferguson : > Does anybody know what might cause this? > > org.apache.wicket.WicketRuntimeException:submitted http post v

strange error

2010-06-07 Thread Douglas Ferguson
Does anybody know what might cause this? org.apache.wicket.WicketRuntimeException:submitted http post value [radio-32719] for RadioGroup component [1:subPanel:linkForm:siteWide] is illegal because it does not contain relative path to a Radio componnet. Due to this the RadioGroup component canno

Re: Strange error

2010-04-22 Thread Dipu
sorry, ignore my previous message ,problem seems to be some thing else On Thu, Apr 22, 2010 at 8:38 AM, Dipu wrote: > are you using the sysdeo tomcat plugin for eclipse. > We had the same issue y'day and doing this fixed the issue >  - compile the files in the DevLoader.zip and jar it in place i

Re: Strange error

2010-04-22 Thread Dipu
are you using the sysdeo tomcat plugin for eclipse. We had the same issue y'day and doing this fixed the issue - compile the files in the DevLoader.zip and jar it in place it in tomcat/common lib folder. dipu On Wed, Apr 21, 2010 at 1:19 PM, Objelean Alex wrote: > Hi! > My application uses wick

Strange error

2010-04-21 Thread Objelean Alex
Hi! My application uses wicket-1.4.7. I've noticed recently in logs the following error: 2010-04-21 07:35:18,744 ERROR [org.apache.wicket.request.target.resource.SharedResourceRequestTarget] unable to lazily register shared resource resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.

Re: Strange Error - Forms inside Fragments inside Nested Repeaters

2010-01-15 Thread Igor Vaynberg
looks like a bug. open a ticket in jira. attach a quickstart if you can. -igor On Fri, Jan 15, 2010 at 10:29 AM, Tony Wu wrote: > Not sure if this is a bug or something I overlooked, but I get a strange cast > exception (org.apache.wicket.markup.RawMarkup cannot be cast to > org.apache.wicket.

Strange Error - Forms inside Fragments inside Nested Repeaters

2010-01-15 Thread Tony Wu
Not sure if this is a bug or something I overlooked, but I get a strange cast exception (org.apache.wicket.markup.RawMarkup cannot be cast to org.apache.wicket.markup.ComponentTag) when I have create a Form in a Fragment, which is inside a ListView, inside another ListView. Here's the exception:

Re: strange error

2009-11-20 Thread Douglas Ferguson
;>>> I get this quite often on our production site, how can you reproduce >>>>>>>> it? My guess is that it somehow relates to invalid session and >>>>>>>> clicking stale links on the page. We get this whenever googlebot or >>>&g

Re: strange error

2009-11-20 Thread Douglas Ferguson
gt;> On Nov 20, 2009, at 1:12 AM, Martin Makundi wrote: >>>>>> >>>>>>> I get this quite often on our production site, how can you reproduce >>>>>>> it? My guess is that it somehow relates to invalid session and >>&

Re: strange error

2009-11-20 Thread Martijn Dashorst
te, how can you reproduce >>>>>> it?  My guess is that it somehow relates to invalid session and >>>>>> clicking stale links on the page. We get this whenever googlebot or >>>>>> similar browses our pages. >>>>>> >>>

Re: strange error

2009-11-20 Thread James Carman
My guess is that it somehow relates to invalid session and >>>>> clicking stale links on the page. We get this whenever googlebot or >>>>> similar browses our pages. >>>>> >>>>> ** >>>>> Martin >>>>> >>&

Re: strange error

2009-11-20 Thread Douglas Ferguson
> ** >>>> Martin >>>> >>>> 2009/11/20 Douglas Ferguson : >>>>> I am able to consistently reproduce this but only on win xp. >>>>> >>>>> D/ >>>>> >>>>> On Nov 19, 2

Re: strange error

2009-11-20 Thread Douglas Ferguson
. >>> >>> ** >>> Martin >>> >>> 2009/11/20 Douglas Ferguson : >>>> I am able to consistently reproduce this but only on win xp. >>>> >>>> D/ >>>> >>>> On Nov 19, 2009, at 4:27 PM, Dougla

Re: strange error

2009-11-20 Thread Martin Makundi
;>> >>> On Nov 19, 2009, at 4:27 PM, Douglas Ferguson wrote: >>> >>>> I have a user who is reporting a really strange error. >>>> >>>> The error seems to indicate that the a component is not on the page when &g

Re: strange error

2009-11-20 Thread Douglas Ferguson
2009, at 4:27 PM, Douglas Ferguson wrote: >> >>> I have a user who is reporting a really strange error. >>> >>> The error seems to indicate that the a component is not on the page when it >>> is visible on the page. >>> The error is a

Re: strange error

2009-11-19 Thread Martin Makundi
tly reproduce this but only on win xp. > > D/ > > On Nov 19, 2009, at 4:27 PM, Douglas Ferguson wrote: > >> I have a user who is reporting a really strange error. >> >> The error seems to indicate that the a component is not on the page when it >> is

Re: strange error

2009-11-19 Thread Douglas Ferguson
I am able to consistently reproduce this but only on win xp. D/ On Nov 19, 2009, at 4:27 PM, Douglas Ferguson wrote: > I have a user who is reporting a really strange error. > > The error seems to indicate that the a component is not on the page when it > is visible on the page. &g

strange error

2009-11-19 Thread Douglas Ferguson
I have a user who is reporting a really strange error. The error seems to indicate that the a component is not on the page when it is visible on the page. The error is also intermittent. D/ Nov 19 16:06:56 ERROR [TP-Processor28] errors.NotifyUserOfException

Portlet, liferay, strange error messages

2009-11-03 Thread Goran Novak
Hi I'm using wicket 1.4.1 to develop portlets for liferay 5.2.3. In jboss server.log I see errors coming from wicket. Does's somebody know if these are real errors or just info messages that wicket sends to console like error messages as it seems. Porlets works fine. Versions JBOSS-Tomcat-4.2.3

Re: strange error: getter for member

2008-11-05 Thread Timo Rantalaiho
On Wed, 05 Nov 2008, Björn-Peter Tietjens wrote: > "WicketMessage: No get method defined for class: class mypackage.Artikel > expression: artikel" > > BUT: my "class mypackage.Artikel" does not have an member "artikel"... It sounds like your Form has a CompoundPropertyModel bound to ad Artikel

Re: strange error: getter for member

2008-11-05 Thread James Carman
On Wed, Nov 5, 2008 at 5:05 PM, Jeremy Thomerson <[EMAIL PROTECTED]> wrote: > Please show the code where you use either a PropertyModel or a > CompoundPropertyModel - that's what is causing this. Wicket is trying to > find the getArtikel() method on your Artikel class. An *accessible* method. --

Re: strange error: getter for member

2008-11-05 Thread Jeremy Thomerson
Please show the code where you use either a PropertyModel or a CompoundPropertyModel - that's what is causing this. Wicket is trying to find the getArtikel() method on your Artikel class. -- Jeremy Thomerson http://www.wickettraining.com On Wed, Nov 5, 2008 at 3:51 PM, Björn-Peter Tietjens <[

strange error: getter for member

2008-11-05 Thread Björn-Peter Tietjens
Hi, I am new to wicket and now I got a strange problem with wicket... "WicketMessage: No get method defined for class: class mypackage.Artikel expression: artikel" BUT: my "class mypackage.Artikel" does not have an member "artikel"... thanks for some help... complete error: WicketMessage:

Re: Strange Error - ModalWindow from ModalWindow - error when closing

2008-06-25 Thread Artur W.
http://www.nabble.com/Strange-Error---ModalWindow-from-ModalWindow---error-when-closing-tp18109667p18110239.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

Strange Error - ModalWindow from ModalWindow - error when closing

2008-06-25 Thread Artur W.
ge in context: http://www.nabble.com/Strange-Error---ModalWindow-from-ModalWindow---error-when-closing-tp18109667p18109667.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

strange error causing jetty to die without any real info

2007-11-05 Thread Brill Pappin
I'm getting a strange error that is cause my dev jetty instance to die. The error is from wicket, but I'm not getting enough information in the output to determine where to look. Anyone have any idea what this is about? I'm running this in Maven of course, with the jetty6 plug