La partie intéressante de l'erreur est la suivante : java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit java.lang.Class.forName0(Native Method) java.lang.Class.forName(Class.java:190) java.awt.Toolkit$2.run(Toolkit.java:869) java.security.AccessController.doPrivileged(Native Method) java.awt.Toolkit.getDefaultToolkit(Toolkit.java:861) javax.swing.ImageIcon.<init>(ImageIcon.java:147) javax.swing.ImageIcon.<init>(ImageIcon.java:174) org.chorem.pollen.services.impl.PollService.generateThumbIfNeeded(PollService.java:853) org.chorem.pollen.services.impl.PollService.saveImages(PollService.java:843) org.chorem.pollen.services.impl.PollService.saveChoice(PollService.java:742) org.chorem.pollen.services.impl.PollService.createPoll(PollService.java:340) org.chorem.pollen.ui.actions.poll.form.CreatePoll.savePoll(CreatePoll.java:51) org.chorem.pollen.ui.actions.poll.form.AbstractPollForm.execute(AbstractPollForm.java:512) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:606) com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:450) com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:289) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:252) com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:176) com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:265) org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:68) com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor.intercept(ConversionErrorInterceptor.java:138) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:249) com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:249) com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.intercept(ModelDrivenInterceptor.java:100) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.ChainingInterceptor.intercept(ChainingInterceptor.java:145) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(PrepareInterceptor.java:171) com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:98) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:191) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) org.chorem.pollen.ui.interceptors.PollenSecurityInterceptor.intercept(PollenSecurityInterceptor.java:59) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) org.chorem.pollen.ui.interceptors.PollenFileUploadInterceptor.intercept(PollenFileUploadInterceptor.java:169) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:164) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) org.apache.struts2.interceptor.MultiselectInterceptor.intercept(MultiselectInterceptor.java:73) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) org.apache.struts2.interceptor.CheckboxInterceptor.intercept(CheckboxInterceptor.java:91) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:176) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.AliasInterceptor.intercept(AliasInterceptor.java:193) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:187) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:176) com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:246) org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:54) org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:546) org.apache.struts2.dispatcher.ng.ExecuteOperations.executeAction(ExecuteOperations.java:77) org.apache.struts2.dispatcher.ng.filter.StrutsExecuteFilter.doFilter(StrutsExecuteFilter.java:88) com.opensymphony.sitemesh.webapp.SiteMeshFilter.obtainContent(SiteMeshFilter.java:129) com.opensymphony.sitemesh.webapp.SiteMeshFilter.doFilter(SiteMeshFilter.java:77) org.apache.struts2.dispatcher.ng.filter.StrutsPrepareFilter.doFilter(StrutsPrepareFilter.java:82) org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:61) org.apache.shiro.web.servlet.AdviceFilter.executeChain(AdviceFilter.java:108) org.apache.shiro.web.servlet.AdviceFilter.doFilterInternal(AdviceFilter.java:137) org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) org.apache.shiro.web.servlet.ProxiedFilterChain.doFilter(ProxiedFilterChain.java:66) org.apache.shiro.web.servlet.AbstractShiroFilter.executeChain(AbstractShiroFilter.java:449) org.apache.shiro.web.servlet.AbstractShiroFilter$1.call(AbstractShiroFilter.java:365) org.apache.shiro.subject.support.SubjectCallable.doCall(SubjectCallable.java:90) org.apache.shiro.subject.support.SubjectCallable.call(SubjectCallable.java:83) org.apache.shiro.subject.support.DelegatingSubject.execute(DelegatingSubject.java:383) org.apache.shiro.web.servlet.AbstractShiroFilter.doFilterInternal(AbstractShiroFilter.java:362) org.apache.shiro.web.servlet.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:125) org.nuiton.web.filter.TopiaTransactionFilter.doFilter(TopiaTransactionFilter.java:225) On 14/10/2014 14:12, Kevin Morin wrote:
avec l'image de l'erreur
On 14/10/2014 14:09, Kevin Morin wrote:
-------- Forwarded Message -------- Subject: Re: URGENT : Bug sur Pollen - Impossible de créer mon sondage Date: Tue, 14 Oct 2014 12:46:04 +0200 From: Audrey Hell * PAPRIKA-BOX <audrey-hell@paprika-box.com> To: webmaster@codelutin.com
Précision : si je fais un vote "texte" ça fonctionne, mais "image" ça bug !
Pourtant, j'ai réduit mes images à 400px de haut, elles pèsent à peine 150ko, j'ai essayé en jpg ou en png…
Rien à faire !
Pffff…
HELP ??!!
paprika-box
*Audrey Hell *Communication & Coordination d'événements
audrey-hell@paprika-box.com <mailto:audrey-hell@paprika-box.com>06 12 34 08 22 / 09 61 00 58 52
Le 14 oct. 2014 à 11:29, Audrey Hell * PAPRIKA-BOX a écrit :
Bonjour,
J'ai déjà utilisé plusieurs fois votre application de sondage avec satisfaction et je vous en remercie. Aujourd'hui, je suis très embêtée, je dois publier un sondage et impossible. Quand j'ai défini tous les paramètres, je clique sur "créer le sondage" et là : ERREUR !
Aidez-moi s'il vous plait !! Je devais publier ce sondage aujourd'hui sans faute, je suis habituée à votre application, je n'en connais pas d'autre qui soit adaptée au vote pour des images, je ne sais que faire ! Merci beaucoup.
paprika-box
*Audrey Hell *Communication & Coordination d'événements
audrey-hell@paprika-box.com <mailto:audrey-hell@paprika-box.com>06 12 34 08 22 / 09 61 00 58 52
_______________________________________________ Pollen-users mailing list Pollen-users@list.chorem.org http://list.chorem.org/cgi-bin/mailman/listinfo/pollen-users
_______________________________________________ Pollen-users mailing list Pollen-users@list.chorem.org http://list.chorem.org/cgi-bin/mailman/listinfo/pollen-users