Which wicket version are you using? You are not running out of open files, do you? Are you running the application in development or deployment mode?
Juergen On 1/15/07, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > I always get this exception after a while of running my wicket > application. It works on redeployment but suddenly just starts showing > this exception after somedays of running > > WicketMessage: Exception in rendering component: [Component id = > heading, page = com.nairanet.nelx.HomePage, path = > 0:advert1:heading.Label, isVisible = true, isVersioned = true] > > Root cause: > > java.util.MissingResourceException: Unable to find resource: > panel_post_cv_heading for component: advert1 > at wicket.Localizer.getString(Localizer.java:262) > at wicket.Localizer.getString(Localizer.java:121) > at wicket.model.StringResourceModel.getString(StringResourceModel.java:403) > at wicket.model.StringResourceModel.toString(StringResourceModel.java:464) > at java.lang.String.valueOf(String.java:2615) > at java.lang.StringBuffer.append(StringBuffer.java:220) > at > wicket.model.AbstractDetachableModel.getObject(AbstractDetachableModel.java:108) > at wicket.Component.getModelObject(Component.java:990) > at wicket.Component.getModelObjectAsString(Component.java:1005) > at wicket.markup.html.basic.Label.onComponentTagBody(Label.java:113) > at wicket.Component.renderComponent(Component.java:1719) > at wicket.markup.html.WebComponent.onRender(WebComponent.java:61) > at wicket.Component.render(Component.java:1533) > at wicket.MarkupContainer.renderNext(MarkupContainer.java:1334) > at wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:982) > at wicket.MarkupContainer.renderAssociatedMarkup(MarkupContainer.java:571) > at wicket.markup.html.panel.Panel.onComponentTagBody(Panel.java:108) > at wicket.Component.renderComponent(Component.java:1719) > at wicket.MarkupContainer.onRender(MarkupContainer.java:927) > at wicket.Component.render(Component.java:1533) > > > > -- > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
