Products | Versions |
---|---|
TIBCO ActiveSpaces | - |
Not Applicable | - |
Resolution:
Description:
===========
memberDef.setDataStore(datastore) - Exception on Windows " Exception in processing SYS_ERROR (data_store_creation_failed - datastore = <...>")
Environment:
===========
TIBCO ActiveSpaces 2.0.1
Windows Systems
Symptoms:
=========
Exception when inititalize metaspace/space:
"Exception in processing SYS_ERROR (data_store_creation_failed - datastore = <...>"
Cause:
======
Format of data_store directory incorrect (forward slash in path, e.g. c:/temp).
Resolution:
========
Update data_start and use "\\"
e.g.
"c://temp"
String datastore="c:\\temp";
memberDef.setDataStore(datastore);