473,394 Members | 1,761 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

while clicking a button , in jboss server this exception is getting please help me

Expand|Select|Wrap|Line Numbers
  1. java.util.NoSuchElementException
  2. javax.faces.el.EvaluationException: java.util.NoSuchElementException
  3.         at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
  4.         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
  5.         at javax.faces.component.UICommand.broadcast(UICommand.java:387)
  6.         at org.ajax4jsf.component.AjaxActionComponent.broadcast(AjaxActionComponent.java:61)
  7.         at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184)
  8.         at org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162)
  9.         at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350)
  10.         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
  11.         at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
  12.         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
  13.         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
  14.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  15.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  16.         at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
  17.         at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
  18.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  19.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  20.         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  21.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  22.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  23.         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
  24.         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
  25.         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
  26.         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  27.         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  28.         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  29.         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
  30.         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  31.         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
  32.         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
  33.         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  34.         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
  35.         at java.lang.Thread.run(Thread.java:675)
  36. Caused by: java.util.NoSuchElementException
  37.         at java.util.HashMap$HashIterator.nextEntry(HashMap.java:814)
  38.         at java.util.HashMap$KeyIterator.next(HashMap.java:846)
  39.         at org.openacs.web.SoftwaresBean.prepareNew(Unknown Source)
  40.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  41.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  42.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  43.         at java.lang.reflect.Method.invoke(Method.java:623)
  44.         at org.apache.el.parser.AstValue.invoke(AstValue.java:131)
  45.         at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  46.         at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
  47.         at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
  48.         ... 32 more
  49. 19:08:30,951 ERROR [STDERR] Oct 15, 2008 7:08:30 PM com.sun.faces.lifecycle.InvokeApplicationPhase execute
  50. WARNING: #{SoftwaresBean.prepareNew}: java.util.NoSuchElementException
  51. javax.faces.FacesException: #{SoftwaresBean.prepareNew}: java.util.NoSuchElementException
  52.         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:118)
  53.         at javax.faces.component.UICommand.broadcast(UICommand.java:387)
  54.         at org.ajax4jsf.component.AjaxActionComponent.broadcast(AjaxActionComponent.java:61)
  55.         at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184)
  56.         at org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162)
  57.         at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350)
  58.         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
  59.         at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
  60.         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
  61.         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
  62.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  63.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  64.         at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
  65.         at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
  66.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  67.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  68.         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  69.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  70.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  71.         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
  72.         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
  73.         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
  74.         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  75.         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  76.         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  77.         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
  78.         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  79.         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
  80.         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
  81.         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  82.         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
  83.         at java.lang.Thread.run(Thread.java:675)
  84. Caused by: javax.faces.el.EvaluationException: java.util.NoSuchElementException
  85.         at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:102)
  86.         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
  87.         ... 31 more
  88. Caused by: java.util.NoSuchElementException
  89.         at java.util.HashMap$HashIterator.nextEntry(HashMap.java:814)
  90.         at java.util.HashMap$KeyIterator.next(HashMap.java:846)
  91.         at org.openacs.web.SoftwaresBean.prepareNew(Unknown Source)
  92.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  93.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  94.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  95.         at java.lang.reflect.Method.invoke(Method.java:623)
  96.         at org.apache.el.parser.AstValue.invoke(AstValue.java:131)
  97.         at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  98.         at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
  99.         at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
  100.         ... 32 more
  101. 19:08:30,952 ERROR [STDERR] Oct 15, 2008 7:08:30 PM com.sun.faces.lifecycle.Phase doPhase
  102. SEVERE: JSF1054: (Phase ID: INVOKE_APPLICATION 5, View ID: /index.xhtml) Exception thrown during phase execution: javax.faces.event.PhaseEvent[source=com.sun.faces.lifecycle.LifecycleImpl@14a3da8]
  103. 19:08:30,952 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
  104. java.util.NoSuchElementException
  105.         at java.util.HashMap$HashIterator.nextEntry(HashMap.java:814)
  106.         at java.util.HashMap$KeyIterator.next(HashMap.java:846)
  107.         at org.openacs.web.SoftwaresBean.prepareNew(Unknown Source)
  108.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  110.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111.         at java.lang.reflect.Method.invoke(Method.java:623)
  112.         at org.apache.el.parser.AstValue.invoke(AstValue.java:131)
  113.         at org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276)
  114.         at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68)
  115.         at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
  116.         at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102)
  117.         at javax.faces.component.UICommand.broadcast(UICommand.java:387)
  118.         at org.ajax4jsf.component.AjaxActionComponent.broadcast(AjaxActionComponent.java:61)
  119.         at org.ajax4jsf.component.AjaxViewRoot.processEvents(AjaxViewRoot.java:184)
  120.         at org.ajax4jsf.component.AjaxViewRoot.broadcastEvents(AjaxViewRoot.java:162)
  121.         at org.ajax4jsf.component.AjaxViewRoot.processApplication(AjaxViewRoot.java:350)
  122.         at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
  123.         at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
  124.         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
  125.         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
  126.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  127.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  128.         at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
  129.         at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
  130.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  131.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  132.         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  133.         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  134.         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  135.         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
  136.         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
  137.         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:182)
  138.         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
  139.         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  140.         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  141.         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
  142.         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  143.         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262)
  144.         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
  145.         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
  146.         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
  147.         at java.lang.Thread.run(Thread.java:675)
  148.  
Oct 15 '08 #1
1 3885
Dököll
2,364 Expert 2GB
Hey there!

It looks like you just added this and went for a run... Could you go into it a little more, beyond the error listing?
Nov 18 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Fadzi Ushewokunze | last post by:
hi guys... i am doing the eclipse-tomcat-jboss-mysql integration but i just cant get to see why jboss wont start properly; hes a snippet of the error i am getting: Starting deployment of...
0
by: Oliver Hoehle | last post by:
Hello! When I try to start jboss, i get the message: .... 11:55:52,549 ERROR MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment...
2
by: Jonathan | last post by:
Hi I'm doing a project for school and wrote an applet that makes a socket connection to a server (smae host as webserver) that was setup for this project. In the applet there are 3 buttons and by...
0
by: bigbinc | last post by:
I am using the xercesImpl.jar class library with jboss 3.2 and under linux I can call this command: java org.apache.xalan.xslt.Process but with the same classpath and library under windows, I...
4
by: stephen | last post by:
Hi, I am getting an error while trying to create an excel file. "Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the...
0
by: nuhu jibrin | last post by:
Good day all, Please, i can't compile my ejb classes in JBoss-4.0.5.GA or JBoss-4.0.2 after proper installation (because i can log on to the server via http://localhost:8080/ after using ...
0
by: sajithamol | last post by:
I am getting the following error when I am invoke my ejb from webservice method. BTW I am using EJB3.0, jboss-4.0.5, Myeclipse5.5 M2.Please let me know what might be the issue...
0
by: aboutjav.com | last post by:
Hi, I need some help. I am getting this error after I complete the asp.net register control and click on the continue button. It crashed when it tries to get it calls this Profile property ...
1
by: khatarnakkhatri | last post by:
java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl.socketBind(Native Method) at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:359) at...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.