- This topic has 2 replies, 2 voices, and was last updated 19 years, 7 months ago by alashoofi.
-
AuthorPosts
-
alashoofiMemberI have been banging my head over this problem for some time and I do need help.
Anytime my app has been left for sometime, the session bean gets passivated. When I start it again I get the error that the bean could not be activated.
Below you will notice that the app went to sleep at about 15:30:24 and at 16:19:30 the app was initiated again. The contained tried to wake up the session bean but returned an error:
RemoteException: Could not activate; failed to restore state; CausedByException is:
/opt/jboss3/server/default/tmp/sessions/SessionCart-e8ncdbme-3/e8ncht8u-9.ser (No such file or directory)How do I win this war? I will be most grateful
I am running JBoss, postgres, struts2005-05-12 15:30:24,319 INFO [STDOUT] Container removed this session(sessionDestroyed) EE8B74673C00F28F7DCFE412F08A3122
2005-05-12 15:30:24,328 INFO [STDOUT] removeLoggedInUser called
2005-05-12 17:19:05,969 INFO [STDOUT] Container created this session(sessionCreated) 9ECE1DF1C0EFEC0BB001F2DC1F0C94CA
2005-05-12 17:19:05,969 INFO [STDOUT] In customIndex
2005-05-12 17:19:05,971 INFO [STDOUT] The container created this SessionCartBean instance 1.
2005-05-12 17:19:05,971 INFO [STDOUT] The container created this SessionCartBean instance 2.
2005-05-12 17:19:05,971 INFO [STDOUT] The container created this SessionCartBean setSessionContext instance 7.
2005-05-12 17:19:05,971 INFO [STDOUT] The container created this SessionCartBean setSessionContext instance 7-1.
2005-05-12 17:19:05,974 INFO [STDOUT] RemoteException: Could not activate; failed to restore state; CausedByException is:
/opt/jboss3/server/default/tmp/sessions/SessionCart-e8ncdbme-3/e8ncht8u-9.ser (No such file or directory)2005-05-12 17:19:09,377 INFO [STDOUT] ShirtDispatchAction 10– System Setup ——————————-
Operating System and version: XP
Eclipse version: 3.8
Eclipse build id:
Fresh Eclipse install (y/n): no
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*:
MyEclipse version: 3
Eclipse JDK version:
Application Server JDK version:
Are there any exceptions in the Eclipse log file?If this is a DB related question please answer the following:
RDBMS vendor and version:
JDBC driver vendor and version, and access type (thin, type-2, etc):
Connection URL:
Eclipse error logs related to com.genuitec.eclipse.sqlexplorer packages:– Message Body ——————————-
Riyad KallaMemberMoving to OT > Soft Dev, posted to the wrong place.
2005-05-12 17:19:05,974 INFO [STDOUT] RemoteException: Could not activate; failed to restore state; CausedByException is:
/opt/jboss3/server/default/tmp/sessions/SessionCart-e8ncdbme-3/e8ncht8u-9.ser (No such file or directory)As far as this is concerned, your serialized file is getting erased for some reason OR Is not being created, are you running JBoss as root or are you running it as another user? Does that user have full permissions to the /opt/jboss3/server/default/tmp/sessions directory?
I think a fast way to trouble shoot what is going on is to run JBoss as root, start it up and let it passivate an EJB, then see if it can restore the EJB, if it cannot then there is a configuration or disk storage issue, if it can then you just have a permission problem.
alashoofiMember1) How do run JBoss as root? Since I am the only user on my computer and I have admin rights. I just deploy using MyEclipse and run JBoss from MyEclipse menu bar.
2) I have set timeout in web.xml to 2 mins. I also set <max-bean-life> in standardJboss.xml to 2mins(120 sec).
I ran the app, did some processing. After waiting doing nothing for about 2 mins, struts timed me out(22:14:33) which was ok. I was able to get back on with a new session and because the bean has not passivated yet.
I later left the app for a longer period.At 22:22:13, I got passivated and this time the EJB could not be restored. Below is the server output:22:02:30,015 INFO [Server] Starting JBoss (MX MicroKernel)…
22:02:30,015 INFO [Server] Release ID: JBoss [WonderLand] 3.2.7 (build: CVSTag=JBoss_3_2_7 date=200501280217)
22:02:30,015 INFO [Server] Home Dir: C:\jboss-3.2.7
22:02:30,015 INFO [Server] Home URL: file:/C:/jboss-3.2.7/
22:02:30,015 INFO [Server] Library URL: file:/C:/jboss-3.2.7/lib/
22:02:30,031 INFO [Server] Patch URL: null
22:02:30,031 INFO [Server] Server Name: default
22:02:30,031 INFO [Server] Server Home Dir: C:\jboss-3.2.7\server\default
22:02:30,031 INFO [Server] Server Home URL: file:/C:/jboss-3.2.7/server/default/
22:02:30,031 INFO [Server] Server Data Dir: C:\jboss-3.2.7\server\default\data
22:02:30,031 INFO [Server] Server Temp Dir: C:\jboss-3.2.7\server\default\tmp
22:02:30,046 INFO [Server] Server Config URL: file:/C:/jboss-3.2.7/server/default/conf/
22:02:30,046 INFO [Server] Server Library URL: file:/C:/jboss-3.2.7/server/default/lib/
22:02:30,046 INFO [Server] Root Deployment Filename: jboss-service.xml
22:02:30,046 INFO [Server] Starting General Purpose Architecture (GPA)…
22:02:30,375 INFO [ServerInfo] Java version: 1.4.2_05,Sun Microsystems Inc.
22:02:30,375 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.4.2_05-b04,Sun Microsystems Inc.
22:02:30,375 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
22:02:30,656 INFO [Server] Core system initialized
22:02:33,546 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
22:02:33,687 INFO [WebService] Using RMI server codebase: http://Princeton:8083/
22:02:33,937 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
22:02:43,390 INFO [Embedded] Catalina naming disabled
22:02:44,406 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8443
22:02:44,468 INFO [Catalina] Initialization processed in 968 ms
22:02:44,468 INFO [StandardService] Starting service jboss.web
22:02:44,484 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.0.30
22:02:44,531 INFO [StandardHost] XML validation disabled
22:02:44,578 INFO [Catalina] Server startup in 110 ms
22:02:44,734 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=file:/C:/jboss-3.2.7/server/default/deploy/http-invoker.sar/invoker.war/
22:02:46,328 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=file:/C:/jboss-3.2.7/server/default/deploy/jbossweb-tomcat50.sar/ROOT.war/
22:02:46,812 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=file:/C:/jboss-3.2.7/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
22:02:49,890 INFO [RARMetaData] Loading JBoss Resource Adapter for JDBC 2 XA drivers
22:02:49,890 INFO [RARMetaData] Required license terms present. See deployment descriptor.
22:02:54,062 INFO [MailService] Mail Service bound to java:/java/Mail
22:02:54,812 INFO [DefaultDS] Bound connection factory for resource adapter for ConnectionManager ‘jboss.jca:service=LocalTxCM,name=DefaultDS to JNDI name ‘java:/DefaultDS’
22:02:55,171 INFO [OrderVerifierTopic] Bound to JNDI name: topic/OrderVerifierTopic
22:02:55,203 INFO [A] Bound to JNDI name: queue/A
22:02:55,203 INFO [B] Bound to JNDI name: queue/B
22:02:55,203 INFO [C] Bound to JNDI name: queue/C
22:02:55,203 INFO [D] Bound to JNDI name: queue/D
22:02:55,218 INFO [ex] Bound to JNDI name: queue/ex
22:02:55,250 INFO [testTopic] Bound to JNDI name: topic/testTopic
22:02:55,250 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
22:02:55,250 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
22:02:55,250 INFO [testQueue] Bound to JNDI name: queue/testQueue
22:02:55,390 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
22:02:55,484 INFO [DLQ] Bound to JNDI name: queue/DLQ
22:02:55,515 INFO [JmsXA] Bound connection factory for resource adapter for ConnectionManager ‘jboss.jca:service=TxCM,name=JmsXA to JNDI name ‘java:/JmsXA’
22:02:55,531 INFO [MyDS] Bound connection factory for resource adapter for ConnectionManager ‘jboss.jca:service=LocalTxCM,name=MyDS to JNDI name ‘java:/MyDS’
22:02:55,671 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=file:/C:/jboss-3.2.7/server/default/deploy/jmx-console.war/
22:02:56,078 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=file:/C:/jboss-3.2.7/server/default/deploy/management/web-console.war/
22:02:57,671 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-3.2.7/server/default/deploy/Matilda.ear/
22:02:58,531 INFO [EjbModule] Deploying CategoryBean
22:02:58,828 INFO [EjbModule] Deploying LineItemBean
22:02:58,843 INFO [EjbModule] Deploying MeasurementBean
22:02:58,875 INFO [EjbModule] Deploying OrdBean
22:02:58,890 INFO [EjbModule] Deploying SupplierBean
22:02:58,906 INFO [EjbModule] Deploying UsersBean
22:02:58,937 INFO [EjbModule] Deploying DiscountsBean
22:02:58,953 INFO [EjbModule] Deploying Inventory2ItemBean
22:02:58,968 INFO [EjbModule] Deploying CustomerBean
22:02:58,984 INFO [EjbModule] Deploying CarrierBean
22:02:58,984 INFO [EjbModule] Deploying ItemImageBean
22:02:59,000 INFO [EjbModule] Deploying SessionCart
22:02:59,078 INFO [EjbModule] Deploying MailerEJB
22:02:59,109 INFO [EjbModule] Deploying Cart
22:02:59,140 INFO [EjbModule] Deploying SignOn
22:02:59,140 INFO [EjbModule] Deploying OrderVerif
22:03:05,328 INFO [EJBDeployer] Deployed: file:/C:/jboss-3.2.7/server/default/deploy/Matilda.ear/MatildaOrig.jar/
22:03:05,562 INFO [TomcatDeployer] deploy, ctxPath=/MatildaOrigWeb, warUrl=file:/C:/jboss-3.2.7/server/default/deploy/Matilda.ear/MatildaOrigWeb.war/
22:03:06,500 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.util.LocalStrings’, returnNull=true
22:03:06,500 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.action.ActionResources’, returnNull=true
22:03:06,875 INFO [PropertyMessageResources] Initializing, config=’com.alashoofi.taylor.view.ApplicationResources’, returnNull=true
22:03:07,171 INFO [TilesPlugin] Tiles definition factory loaded for module ”.
22:03:07,187 INFO [ValidatorPlugIn] Loading validation rules file from ‘/WEB-INF/validator-rules.xml’
22:03:07,296 INFO [ValidatorPlugIn] Loading validation rules file from ‘/WEB-INF/validation.xml’
22:03:07,500 INFO [EARDeployer] Started J2EE application: file:/C:/jboss-3.2.7/server/default/deploy/Matilda.ear/
22:03:07,875 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8443
22:03:08,203 INFO [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
22:03:08,218 INFO [JkMain] Jk running ID=0 time=0/78 config=null
22:03:08,265 INFO [Server] JBoss (MX MicroKernel) [3.2.7 (build: CVSTag=JBoss_3_2_7 date=200501280217)] Started in 37s:735ms
22:03:32,000 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
22:03:32,000 INFO [STDOUT] In customIndex
22:03:32,046 INFO [TilesRequestProcessor] Tiles definition factory found for request processor ”.
22:03:32,093 INFO [STDOUT] Before InitialContext
22:03:32,109 INFO [STDOUT] After InitialContext
22:03:32,109 INFO [STDOUT] Lookup successful
22:03:32,234 INFO [STDOUT] The container created this SessionCartBean instance 1.
22:03:32,234 INFO [STDOUT] The container created this SessionCartBean instance 2.
22:03:32,250 INFO [STDOUT] The container created this SessionCartBean setSessionContext instance 7.
22:03:32,250 INFO [STDOUT] The container created this SessionCartBean setSessionContext instance 7-1.
22:03:32,265 INFO [STDOUT] The container created this SessionCartBean ejbCreate instance 3.
22:03:38,078 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.logic.LocalStrings’, returnNull=true
22:03:38,078 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.bean.LocalStrings’, returnNull=true
22:03:38,093 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.util.LocalStrings’, returnNull=true
22:03:38,093 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.bean.LocalStrings’, returnNull=true
22:03:38,093 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.logic.LocalStrings’, returnNull=true
22:03:38,093 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.logic.LocalStrings’, returnNull=true
22:03:40,484 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
22:03:42,921 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
22:03:42,921 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
22:03:51,546 INFO [STDOUT] ShirtDispatchAction 10
22:03:51,546 INFO [STDOUT] ShirtDispatchAction 11
22:03:51,546 INFO [STDOUT] ShirtDispatchAction 1
22:03:51,546 INFO [STDOUT] ShirtDispatchAction 2
22:03:51,546 INFO [STDOUT] ShirtDispatchAction, sessionEJB is not null
22:03:51,546 INFO [STDOUT] style is shirt
22:03:51,562 INFO [STDOUT] selectShirtByCategory 1, made it here
22:03:51,562 INFO [STDOUT] The container created this instance 8.
22:03:51,562 INFO [STDOUT] The container created this instance 9.
22:03:51,562 INFO [STDOUT] selectShirtByCategory 2, made it here
22:03:51,796 INFO [STDOUT] selectShirtByCategory 3, made it here
22:03:51,796 INFO [STDOUT] ShirtDispatchAction 3 4
22:03:53,687 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.html.LocalStrings’, returnNull=true
22:03:53,687 INFO [PropertyMessageResources] Initializing, config=’org.apache.struts.taglib.bean.LocalStrings’, returnNull=true
22:03:54,000 INFO [STDOUT] Init called
22:03:54,000 INFO [STDOUT] doGet called
22:03:54,000 INFO [STDOUT] doPost called
22:03:54,000 INFO [STDOUT] Inside ImageServlet
22:03:54,000 INFO [STDOUT] Inside ImageServlet , filename is C:\jboss-3.2.7\server\default\deploy\Matilda.ear\MatildaOrigWeb.war\shirtImages\mat391_391_small1.jpg
22:03:54,031 INFO [STDOUT] doGet called
22:03:54,031 INFO [STDOUT] doPost called
22:03:54,031 INFO [STDOUT] Inside ImageServlet
22:03:54,031 INFO [STDOUT] Inside ImageServlet , filename is C:\jboss-3.2.7\server\default\deploy\Matilda.ear\MatildaOrigWeb.war\shirtImages\hummus391_391_small1.jpg
22:03:54,093 INFO [STDOUT] doGet called
22:03:54,093 INFO [STDOUT] doPost called
22:03:54,093 INFO [STDOUT] Inside ImageServlet
22:03:54,093 INFO [STDOUT] Inside ImageServlet , filename is C:\jboss-3.2.7\server\default\deploy\Matilda.ear\MatildaOrigWeb.war\shirtImages\Blue hills391_391_small.jpg
22:03:54,125 INFO [STDOUT] doGet called
22:03:54,125 INFO [STDOUT] doPost called
22:03:54,125 INFO [STDOUT] Inside ImageServlet
22:03:54,125 INFO [STDOUT] Inside ImageServlet , filename is C:\jboss-3.2.7\server\default\deploy\Matilda.ear\MatildaOrigWeb.war\shirtImages\Sunset391_391_small.jpg
22:03:59,109 INFO [STDOUT] str :Cart
22:03:59,109 INFO [STDOUT] In execute, name is null
22:03:59,109 INFO [STDOUT] yyypageName: catalog and ID is 16
22:03:59,109 INFO [STDOUT] ID is — 16
22:03:59,109 INFO [STDOUT] In processCatalog 0
22:03:59,109 INFO [STDOUT] itemId value is 16
22:03:59,109 INFO [STDOUT] In 11
22:03:59,109 INFO [STDOUT] In 12
22:03:59,109 INFO [STDOUT] In 13
22:03:59,109 INFO [STDOUT] In 14
22:03:59,109 INFO [STDOUT] In 15
22:03:59,109 INFO [STDOUT] In 16
22:03:59,109 INFO [STDOUT] The container called addItem method.
22:03:59,109 INFO [STDOUT] In getCart. 1
22:03:59,109 INFO [STDOUT] Cart Looup successful
22:03:59,109 INFO [STDOUT] The container created this instance.
22:03:59,109 INFO [STDOUT] The container called the ejbCreate method.
22:03:59,109 INFO [STDOUT] The container called addItems method.
22:03:59,125 INFO [STDOUT] Item added into cart
22:03:59,125 INFO [STDOUT] In 1
22:03:59,125 INFO [STDOUT] In getCart. 0
22:03:59,125 INFO [STDOUT] The container called getItems method.
22:03:59,125 INFO [STDOUT] Item 16 has this many qty 1
22:03:59,125 INFO [STDOUT] In 2
22:03:59,125 INFO [STDOUT] In 3
22:03:59,125 INFO [STDOUT] cartItemList length in Cart.do is 1
22:03:59,125 INFO [STDOUT] In 5
22:03:59,125 INFO [STDOUT] style is shirt
22:03:59,140 INFO [STDOUT] ShirtDispatchAction 10
22:03:59,140 INFO [STDOUT] ShirtDispatchAction 11
22:03:59,140 INFO [STDOUT] ShirtDispatchAction 1
22:03:59,140 INFO [STDOUT] ShirtDispatchAction 2
22:03:59,140 INFO [STDOUT] ShirtDispatchAction, sessionEJB is not null
22:03:59,140 INFO [STDOUT] style is shirt
22:03:59,140 INFO [STDOUT] selectShirtByCategory 1, made it here
22:03:59,140 INFO [STDOUT] The container created this instance 8.
22:03:59,140 INFO [STDOUT] The container created this instance 9.
22:03:59,140 INFO [STDOUT] selectShirtByCategory 2, made it here
22:03:59,140 INFO [STDOUT] selectShirtByCategory 3, made it here
22:03:59,140 INFO [STDOUT] ShirtDispatchAction 3 4
22:03:59,187 INFO [STDOUT] smallcart, ittttt is not null—-
22:03:59,187 INFO [STDOUT] cartItemList length in smallcart is 1
22:03:59,187 INFO [STDOUT] smallcart, inside while
22:03:59,187 INFO [STDOUT] smallcart, before quantity 1
22:03:59,187 INFO [STDOUT] smallcart, before quantity 2
22:03:59,187 INFO [STDOUT] smallcart, quantity is —- 1
22:03:59,187 INFO [STDOUT] getInventoryItemDetails 0
22:03:59,187 INFO [STDOUT] getInventoryItemDetails 1
22:03:59,187 INFO [STDOUT] Item id is (correct?)****16****
22:03:59,296 INFO [STDOUT] getInventory2ItemDetails 2
22:03:59,328 INFO [STDOUT] getInventory2ItemDetails 3
22:03:59,328 INFO [STDOUT] ItemId is —– 16 —Gotton
22:03:59,328 INFO [STDOUT] request.getParameter is :null
22:03:59,328 INFO [STDOUT] 1
22:03:59,328 INFO [STDOUT] 2
22:03:59,328 INFO [STDOUT] 3
22:03:59,328 INFO [STDOUT] HHHHHHHHHHHHH 1.0
22:03:59,546 INFO [STDOUT] doGet called
22:03:59,546 INFO [STDOUT] doPost called
22:03:59,546 INFO [STDOUT] Inside ImageServlet
22:03:59,546 INFO [STDOUT] Inside ImageServlet , filename is C:\jboss-3.2.7\server\default\deploy\Matilda.ear\MatildaOrigWeb.war\shirtImages\mat391_391_small1.jpg
22:03:59,562 INFO [STDOUT] doGet called
22:03:59,562 INFO [STDOUT] doPost called
22:03:59,562 INFO [STDOUT] Inside ImageServlet
22:03:59,562 INFO [STDOUT] Inside ImageServlet , filename is C:\jboss-3.2.7\server\default\deploy\Matilda.ear\MatildaOrigWeb.war\shirtImages\hummus391_391_small1.jpg
22:03:59,562 INFO [STDOUT] doGet called
22:03:59,562 INFO [STDOUT] doPost called
22:03:59,562 INFO [STDOUT] Inside ImageServlet
22:03:59,578 INFO [STDOUT] Inside ImageServlet , filename is C:\jboss-3.2.7\server\default\deploy\Matilda.ear\MatildaOrigWeb.war\shirtImages\Sunset391_391_small.jpg
22:03:59,578 INFO [STDOUT] doGet called
22:03:59,578 INFO [STDOUT] doPost called
22:03:59,578 INFO [STDOUT] Inside ImageServlet
22:03:59,578 INFO [STDOUT] Inside ImageServlet , filename is C:\jboss-3.2.7\server\default\deploy\Matilda.ear\MatildaOrigWeb.war\shirtImages\Blue hills391_391_small.jpg
22:13:40,734 INFO [STDOUT] This is shirtViewDetail action 1.
22:14:33,000 INFO [STDOUT] In customIndex
22:14:33,000 INFO [STDOUT] The container created this SessionCartBean ejbRemove instance 6.
22:14:33,000 INFO [STDOUT] Before InitialContext
22:14:33,000 INFO [STDOUT] After InitialContext
22:14:33,000 INFO [STDOUT] Lookup successful
22:14:33,000 INFO [STDOUT] The container created this SessionCartBean instance 1.
22:14:33,000 INFO [STDOUT] The container created this SessionCartBean instance 2.
22:14:33,000 INFO [STDOUT] The container created this SessionCartBean setSessionContext instance 7.
22:14:33,000 INFO [STDOUT] The container created this SessionCartBean setSessionContext instance 7-1.
22:14:33,015 INFO [STDOUT] The container created this SessionCartBean ejbCreate instance 3.
22:22:03,265 INFO [STDOUT] The container created this SessionCartBean ejbPassivate instance 5.
22:24:13,218 INFO [STDOUT] ShirtDispatchAction 10
22:24:13,218 INFO [STDOUT] ShirtDispatchAction 11
22:24:13,218 INFO [STDOUT] ShirtDispatchAction 12
22:24:27,828 INFO [STDOUT] In customIndex
22:24:27,828 INFO [STDOUT] The container created this SessionCartBean instance 1.
22:24:27,828 INFO [STDOUT] The container created this SessionCartBean instance 2.
22:24:27,828 INFO [STDOUT] The container created this SessionCartBean setSessionContext instance 7.
22:24:27,828 INFO [STDOUT] The container created this SessionCartBean setSessionContext instance 7-1.
22:24:27,843 INFO [STDOUT] RemoteException: Could not activate; failed to restore state; CausedByException is:
C:\jboss-3.2.7\server\default\tmp\sessions\SessionCart-e8nttuiz-3\e8nu8pm0-7.ser (The system cannot find the file specified)What do I do to configure this right?
-
AuthorPosts