Hi I followed the EJB3 Tutorial on Authors and Articles and Deployed my 
application. Calling the Servlet under http://localhost:8080/authors/authors 
results in the following Exception.

Any idea? My guess is that I need to start the Hypersonic database and/or 
configure JBoss/EJB3 to work with a persistance layer  but the trailblazer 
doesn't contain any information on that. But maybe its a completely different 
problem here

Greetings,
Nima


type Exception report
  | 
  | message 
  | 
  | description The server encountered an internal error () that prevented it 
from fulfilling this request.
  | 
  | exception 
  | 
  | javax.ejb.EJBException: null; CausedByException is:
  |     null
  |     
org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:46)
  |     org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:70)
  |     
org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:134)
  |     
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  |     
org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:61)
  |     
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  |     
org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:39)
  |     
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  |     
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:63)
  |     
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  |     
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:32)
  |     
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  |     
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:91)
  |     
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  |     
org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:189)
  |     org.jboss.aop.Dispatcher.invoke(Dispatcher.java:107)
  |     
org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:37)
  |     
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  |     
org.jboss.ejb3.stateless.StatelessRemoteProxy.invoke(StatelessRemoteProxy.java:88)
  |     $Proxy69.getAllAuthors(Unknown Source)
  |     articles.web.AuthorServlet.showArticles(AuthorServlet.java:61)
  |     articles.web.AuthorServlet.doPost(AuthorServlet.java:43)
  |     articles.web.AuthorServlet.doGet(AuthorServlet.java:33)
  |     javax.servlet.http.HttpServlet.service(HttpServlet.java:697)
  |     javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  |     
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | 
  | 
  | note The full stack trace of the root cause is available in the Apache 
Tomcat/5.5 logs.



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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to