Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
Description:
Connection to metaspace failed when the TIBCO BusinessWorks Process includes some Java and TIBCO ActiveSpaces activities to connect to the same metaspace.
Symptoms:
Exception thrown :
com.tibco.as.space.ASException: SYS_ERROR (metaspace_already_exists - name=<metaspacename>)
at com.tibco.plugin.as.ASPutActivity.eval(ASPutActivity.java:125)
at com.tibco.pe.plugin.Activity.eval(Unknown Source)
at com.tibco.pe.core.TaskImpl.eval(Unknown Source)
at com.tibco.pe.core.Job.a(Unknown Source)
at com.tibco.pe.core.Job.k(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.a(Unknown Source)
at com.tibco.pe.core.JobDispatcher$JobCourier.run(Unknown Source)
Cause:
A process can only connect once to the same metaspace. When you try to connect a second time, the exception "TIBAS_SYS_ERROR metaspace_already_exists" is thrown.