[JBoss Seam] - Re: Problem running examples: javax.faces.el.EvaluationExcep
by guava
Yes. I followed the instruction 'exactly' (I hope).
Here is the full stac trace: look for the 'NoSuchMethodException'.
Thanks.
10:59:35,179 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet
threw exception
javax.faces.el.EvaluationException: /register.xhtml @67,80 value="#{register.ver
ify}": $Proxy118
at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.ja
va:60)
at javax.faces.component.UIOutput.getValue(UIOutput.java:75)
at javax.faces.component.UIInput.validate(UIInput.java:273)
at javax.faces.component.UIInput.processValidators(UIInput.java:144)
at javax.faces.component.UIComponentBase.processValidators(UIComponentBa
se.java:417)
at javax.faces.component.UIForm.processValidators(UIForm.java:68)
at javax.faces.component.UIComponentBase.processValidators(UIComponentBa
se.java:417)
at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:14
2)
at org.apache.myfaces.lifecycle.LifecycleImpl.processValidations(Lifecyc
leImpl.java:240)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java
:76)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:106)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:252)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.jboss.seam.servlet.SeamRedirectFilter.doFilter(SeamRedirectFilter
.java:30)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
lter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
icationFilterChain.java:202)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
ilterChain.java:173)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
alve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
alve.java:178)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
yAssociationValve.java:175)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
e.java:74)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
ava:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
ava:105)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
ve.java:107)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
a:148)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
:869)
at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
rocessConnection(Http11BaseProtocol.java:664)
at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
int.java:527)
at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWor
kerThread.java:112)
at java.lang.Thread.run(Thread.java:595)
Caused by: javax.faces.el.EvaluationException: Bean: $Proxy118, property: verify
at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolv
erImpl.java:404)
at org.apache.myfaces.el.PropertyResolverImpl.getValue(PropertyResolverI
mpl.java:71)
at com.sun.facelets.el.LegacyELContext$LegacyELResolver.getValue(LegacyE
LContext.java:141)
at com.sun.el.parser.AstValue.getValue(AstValue.java:117)
at com.sun.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:192)
at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.ja
va:71)
at com.sun.facelets.el.LegacyValueBinding.getValue(LegacyValueBinding.ja
va:56)
... 31 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.myfaces.el.PropertyResolverImpl.getProperty(PropertyResolv
erImpl.java:400)
... 37 more
Caused by: javax.ejb.EJBException: java.lang.RuntimeException: java.lang.NoSuchM
ethodError: javax.interceptor.InvocationContext.getTarget()Ljava/lang/Object;
at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.ja
va:69)
at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)
at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java
:197)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInt
erceptor.java:76)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulIn
stanceInterceptor.java:81)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.aspects.security.AuthenticationInterceptor.invoke(Authentic
ationInterceptor.java:78)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterce
ptor.java:47)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(Asynchrono
usInterceptor.java:106)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.ejb3.stateful.StatefulContainer.localInvoke(StatefulContain
er.java:199)
at org.jboss.ejb3.stateful.StatefulLocalProxy.invoke(StatefulLocalProxy.
java:98)
at $Proxy118.getVerify(Unknown Source)
... 42 more
Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodError: javax.interc
eptor.InvocationContext.getTarget()Ljava/lang/Object;
at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationCo
ntextImpl.java:128)
at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3Int
erceptorsInterceptor.java:63)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationIntercepto
r.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invok
e(TransactionScopedEntityManagerInterceptor.java:54)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsI
nterceptor.java:47)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
java:101)
at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
... 57 more
Caused by: java.lang.NoSuchMethodError: javax.interceptor.InvocationContext.getT
arget()Ljava/lang/Object;
at org.jboss.seam.ejb.SeamInterceptor.aroundInvoke(SeamInterceptor.java:
37)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationCo
ntextImpl.java:118)
... 66 more
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982446#3982446
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982446
19Â years, 6Â months
[Installation, Configuration & Deployment] - Re: 4.0.5 GA bluescreens
by PeterJ
You can get EJB 3 by downloading the source and compiling it with JDK 1.5.0. You end up with two JBoss distributions, one that matches the binary zip download, and the other that contains EJB3 stuff.
To do this, download the *.tar.gz file from the downloads page, unzip it (WinZip knows how), go into the build directory and type 'build' (make sure JAVA_HOME is set first). About 10 minutes later you should have the packages in build/output.
Also, here's my output from listdlls:
Command line: "d:\apps\jdk1.5.0_06\bin\java" -Dprogram.name=run.bat -server -Xm
| s128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcIn
| terval=3600000 "-Djava.endorsed.dirs=d:\apps\jboss-4.0.5.GA\bin\\..\lib\endorsed
| " -classpath "d:\apps\jdk1.5.0_06\lib\tools.jar;d:\apps\jboss-4.0.5.GA\bin\\run.
| jar" org.jboss.Main -c servlets
|
| Base Size Version Path
| 0x00400000 0xc000 5.00.0060.0005 d:\apps\jdk1.5.0_06\bin\java.exe
| 0x7c900000 0xb0000 5.01.2600.2180 C:\WINDOWS\system32\ntdll.dll
| 0x7c800000 0xf4000 5.01.2600.2945 C:\WINDOWS\system32\kernel32.dll
| 0x77dd0000 0x9b000 5.01.2600.2180 C:\WINDOWS\system32\ADVAPI32.dll
| 0x77e70000 0x91000 5.01.2600.2794 C:\WINDOWS\system32\RPCRT4.dll
| 0x77c10000 0x58000 7.00.2600.2180 C:\WINDOWS\system32\MSVCRT.dll
| 0x6d880000 0x3b1000 5.00.0060.0005 d:\apps\jdk1.5.0_06\jre\bin\server\jvm.dll
| 0x77d40000 0x90000 5.01.2600.2622 C:\WINDOWS\system32\USER32.dll
| 0x77f10000 0x47000 5.01.2600.2818 C:\WINDOWS\system32\GDI32.dll
| 0x76b40000 0x2d000 5.01.2600.2180 C:\WINDOWS\system32\WINMM.dll
| 0x6d2f0000 0x8000 5.00.0060.0005 d:\apps\jdk1.5.0_06\jre\bin\hpi.dll
| 0x76bf0000 0xb000 5.01.2600.2180 C:\WINDOWS\system32\PSAPI.DLL
| 0x6d6b0000 0xc000 5.00.0060.0005 d:\apps\jdk1.5.0_06\jre\bin\verify.dll
| 0x6d370000 0x1d000 5.00.0060.0005 d:\apps\jdk1.5.0_06\jre\bin\java.dll
| 0x6d6d0000 0xf000 5.00.0060.0005 d:\apps\jdk1.5.0_06\jre\bin\zip.dll
| 0x6d530000 0x13000 5.00.0060.0005 D:\apps\jdk1.5.0_06\jre\bin\net.dll
| 0x71ab0000 0x17000 5.01.2600.2180 C:\WINDOWS\system32\WS2_32.dll
| 0x71aa0000 0x8000 5.01.2600.2180 C:\WINDOWS\system32\WS2HELP.dll
| 0x71a50000 0x3f000 5.01.2600.2180 C:\WINDOWS\System32\mswsock.dll
| 0x76f20000 0x27000 5.01.2600.2938 C:\WINDOWS\system32\DNSAPI.dll
| 0x76fb0000 0x8000 5.01.2600.2180 C:\WINDOWS\System32\winrnr.dll
| 0x76f60000 0x2c000 5.01.2600.2180 C:\WINDOWS\system32\WLDAP32.dll
| 0x76fc0000 0x6000 5.01.2600.2938 C:\WINDOWS\system32\rasadhlp.dll
| 0x6d520000 0x8000 5.00.0060.0005 D:\apps\jdk1.5.0_06\jre\bin\management.dll
| 0x662b0000 0x58000 5.01.2600.2180 C:\WINDOWS\system32\hnetcfg.dll
| 0x71a90000 0x8000 5.01.2600.2180 C:\WINDOWS\System32\wshtcpip.dll
| 0x27f00000 0x28000 5.01.2600.2161 C:\WINDOWS\system32\rsaenh.dll
| 0x769c0000 0xb3000 5.01.2600.2180 C:\WINDOWS\system32\USERENV.dll
| 0x5b860000 0x54000 5.01.2600.2952 C:\WINDOWS\system32\netapi32.dll
| 0x6d550000 0x9000 5.00.0060.0005 D:\apps\jdk1.5.0_06\jre\bin\nio.dll
There are quite a few differences. These are the files I would question:
* C:\Program Files\Spyware Doctor\tools\swpg.dat
* C:\WINDOWS\system32\myokent.dll
I especially question strange files in system32 (I don't have myokent.dll).
I run ZoneAlarm at home (I'm at work where another firewall is dictated), and if I remember will see if I see the same ZoneAlarm-related DLLs at home.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982443#3982443
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982443
19Â years, 6Â months