Skip to Content
0
Jan 16, 2009 at 04:10 PM

Error in starting new process in GP

18 Views

Hi All

I am facing a problem is starting a new GP process dynamically.

On the following step I get a GP InvocationException

IGPUserContext userContext =GPContextFactory.getContextManager()

.createUserContext(processUser);.

Message:

ERROR_ALREADY_STOPPED

com.sap.caf.eu.gp.base.exception.InvocationException: ERROR_ALREADY_STOPPED

at com.sap.caf.eu.gp.base.caching.MemoryCache.checkActive(MemoryCache.java:231)

at com.sap.caf.eu.gp.base.caching.MemoryCache.getEntry(MemoryCache.java:282)

at com.sap.caf.eu.gp.model.context.impl.UserContextFactory.getUserContext(UserContextFactory.java:195)

at com.sap.caf.eu.gp.model.context.impl.UserContextFactory.getUserContext(UserContextFactory.java:181)

at com.sap.caf.eu.gp.context.impl.GPUserContext.<init>(GPUserContext.java:85)

I tried to restart the Server, even that does not help.

Please help

Deepu