Hi, I had this Exception once as I created a small app which would check through a database and send some emails. First try I multithreaded it too much, and indeed, the main method would be long finished and closed, shutting down the IOC Registry with it, before all the emailing was done (which needed some values from the database through some service). I made sure the main-method would wait till all threads were done using the service, before i let it end.
Hope it helps. Michael Oliver Lee wrote: > > hi,all good day! > > i get the following exception when startup my application, > > Caused by: java.lang.IllegalStateException: Proxy for service > InternalRequestGlobals is no longer active because the IOC Registry has > been > shut down. > at > org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:59) > > > Any help?thanks!! > > -- View this message in context: http://www.nabble.com/-T5-Need-help%2Cwhy-cant-found-the-class--tp18523479p18570048.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]