[jboss-user] [JBoss Seam] - Trouble with embedded server running

kasim do-not-reply at jboss.com
Fri Nov 10 01:13:32 EST 2006


I know this error might not be very self explanatory .... but figured i'd ask anyway

anonymous wrote : 
  | 1:10:00,890 INFO  [Component] Component: person, scope: EVENT, type: JAVA_BEAN, class: com.integrallis.ec.domain.Person
  | 01:10:00,895 INFO  [Component] Component: helloWorld, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.integrallis.ec.business.HelloWorldAction, JNDI: helloWorld
  | 01:10:00,900 INFO  [Lifecycle] starting up: org.jboss.seam.core.ejb
  | 01:10:00,900 INFO  [Ejb] starting the embedded EJB container
  | 01:10:00,943 ERROR [[/chapter9_ec]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
  | java.lang.RuntimeException: java.lang.RuntimeException: Unable to create a KernelInitializer based on the specified KernelConfig
  |         at org.jboss.ejb3.embedded.EJB3StandaloneBootstrap.boot(EJB3StandaloneBootstrap.java:391)
  |         at org.jboss.seam.core.Ejb.startup(Ejb.java:39)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:585)
  |         at org.jboss.seam.util.Reflections.invoke(Reflections.java:17)
  | 
  | 
  | ...
  | 
  | Caused by: java.lang.InstantiationException: org.jboss.aop.microcontainer.prototype.AOPClassAdapterFactory
  |         at java.lang.Class.newInstance0(Class.java:335)
  |         at java.lang.Class.newInstance(Class.java:303)
  |         at org.jboss.config.plugins.AbstractConfiguration.createDef
  | 

I have the seam.properties in the jar.

I am using the Alpha5 version of the JBoss Embeddable

the 1.1beta1 seam

any ideas on the top of anyones head?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984799#3984799

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984799



More information about the jboss-user mailing list