Hi,
Could you post your tc-config file and version information?
Thanks,
Alex
----- Original Message -----
From: "Shigemoto FUJIKURA" <
fujikura@...>
To:
tc-users@...
Sent: Wednesday, February 6, 2008 6:48:28 PM (GMT-0600) America/Chicago
Subject: [tc-users] Exception in post process
hi,
i'm using terracotta to make a framework clustered.
i encountered an unexpected exception during (probably, i guess)
injected post process.
the exception says:
Attempt to access a shared object outside the scope of a shared lock.
All access to shared objects must be within the scope of one or more
shared locks defined in your Terracotta configuration.
Please alter the locks section of your Terracotta configuration so that
this access is auto-locked or protected by a named lock.
Caused by Thread: connector.scheduler.1 in VM(18)
******************************************************************************
at
com.tc.object.tx.ClientTransactionManagerImpl.getTransaction(ClientTransactionManagerImpl.java:256)
at
com.tc.object.tx.ClientTransactionManagerImpl.getTransaction(ClientTransactionManagerImpl.java:241)
at
com.tc.object.tx.ClientTransactionManagerImpl.commit(ClientTransactionManagerImpl.java:292)
at com.tc.object.bytecode.ManagerImpl.monitorExit(ManagerImpl.java:470)
at com.tc.object.bytecode.ManagerUtil.monitorExit(ManagerUtil.java:214)
at org.a.framework.file.FileProcessor.processFile(FileProcessor.java)
...
when i try to debug by eclipse, i can see FileProcessor.__tc_processFile
method finished without any exception. after that, i guess something is
done by injected code and the exception occurs.
what is happening inside?
Regards,
--
Shigemoto FUJIKURA
fujikura@...
_______________________________________________
tc-users mailing list
tc-users@...
http://lists.terracotta.org/mailman/listinfo/tc-users_______________________________________________
tc-users mailing list
tc-users@...
http://lists.terracotta.org/mailman/listinfo/tc-users