Hello folks:
I am working for J2EE and J2ee patterns. But the more
I learn, the more I feel confused.I am not sure if
J2EE is convinent and robust enough or just make
things more complicated. I tried the jboss online
petStore. It seems a traditional web applicatioin
though I think it is so easy. But when I what to try
sign in a new user, it seems has a lot of exception.
Looks like following:
Internal Servlet Error:

com.sun.j2ee.blueprints.petstore.control.GeneralFailureException:
Could not activate; nested exception is: 
        java.io.FileNotFoundException:
/home/petstore/jboss/dist/db/sessions/TheShoppingClientController/988941019417.ser
(No such file or directory); nested exception is: 
        java.rmi.NoSuchObjectException: Could not activate;
nested exception is: 
        java.io.FileNotFoundException:
/home/petstore/jboss/dist/db/sessions/TheShoppingClientController/988941019417.ser
(No such file or directory)
        at
com.sun.j2ee.blueprints.petstore.control.web.ShoppingClientControllerWebImpl.handleEvent(ShoppingClientControllerWebImpl.java:160)
        at
com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor.checkForWebServerLogin(RequestProcessor.java:147)
        at
com.sun.j2ee.blueprints.petstore.control.web.RequestProcessor.processRequest(RequestProcessor.java:99)
        at
com.sun.j2ee.blueprints.petstore.control.web.MainServlet.doGet(MainServlet.java:61)
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
        at
javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
        at
org.apache.tomcat.core.ServletWrapper.doService(ServletWrapper.java:404)
        at
org.apache.tomcat.core.Handler.service(Handler.java:286)
        at
org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372)
        at
org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:797)
        at
org.apache.tomcat.core.ContextManager.service(ContextManager.java:743)
        at
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java:166)
        at
org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:416)
        at
org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498)
        at java.lang.Thread.run(Thread.java:484)

I just want to sign in my username as ?* then it
happened...
When I want to change my sign in name again it seems
never work..


_________________________________________________________
Do You Yahoo!? 登录免费雅虎电邮! http://mail.yahoo.com.cn
创建雅虎俱乐部,真我个性尽施展!http://cn.clubs.yahoo.com

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to