[JBoss Seam] - Getting Started Seam
by jjsoft
Hi, I've been using JBoss AS (ebj) for a while, now I am trying to investigate JSF, so I tried to follow the Seam getting started guide.
Did a fresh install of everything
I am getting the error
08:42:13,550 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
org.jboss.seam.InstantiationException: Could not instantiate Seam component: register
Caused by: javax.naming.NameNotFoundException: RegisterAction not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
Now this is a fresh install AS404 EJB clustered and I think I did everything correctly, does anyone have any ideas on why I am getting the about error. I can usually figure things out once I can get an example or two working. But I've got to be able to get one working!
thanks in advance
jim
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963186#3963186
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963186
19 years, 9 months
[EJB 3.0] - Embeddable RC8: Warn Traces at shutdown when MDB are deploye
by jc7442
With embeddable EJB3, when deploying MDB, there is a uggly warning when server is shutdown:
WARN 04-08 15:36:56,109 (ServiceMBeanSupport.java:stop:210) -Error in stop jboss.mq:service=StateManager
| javax.management.InstanceNotFoundException: jboss.system:service=ServiceController
| at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(Unknown Source)
| at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source)
| at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source)
| at org.jboss.system.ServiceMBeanSupport.stop(ServiceMBeanSupport.java:204)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| at java.lang.reflect.Method.invoke(Unknown Source)
| at org.jboss.reflect.plugins.introspection.ReflectionUtils.invoke(ReflectionUtils.java:55)
| at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.invoke(ReflectMethodInfoImpl.java:107)
| at org.jboss.joinpoint.plugins.BasicMethodJoinPoint.dispatch(BasicMethodJoinPoint.java:66)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions.dispatchJoinPoint(KernelControllerContextActions.java:100)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions$LifecycleAction.uninstallAction(KernelControllerContextActions.java:604)
| at org.jboss.kernel.plugins.dependency.KernelControllerContextActions$KernelControllerContextAction.uninstall(KernelControllerContextActions.java:219)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.uninstall(AbstractControllerContextActions.java:58)
| at org.jboss.dependency.plugins.AbstractControllerContext.uninstall(AbstractControllerContext.java:236)
| at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:605)
| at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:575)
| at org.jboss.dependency.plugins.AbstractController.uninstallContext(AbstractController.java:510)
| at org.jboss.dependency.plugins.AbstractController.uninstall(AbstractController.java:194)
| at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.undeployBean(AbstractKernelDeployer.java:367)
| at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.undeployBeans(AbstractKernelDeployer.java:346)
| at org.jboss.kernel.plugins.deployment.AbstractKernelDeployer.undeploy(AbstractKernelDeployer.java:149)
| at org.jboss.ejb3.embedded.EJB3StandaloneBootstrap.shutdown(EJB3StandaloneBootstrap.java:332)
This can be reproduce with the MDBstandalone tutorial !
Is it a known issue ?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963184#3963184
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963184
19 years, 9 months