Desinger won't allow saving the project and errors are reported.

Desinger won't allow saving the project and errors are reported.

book

Article ID: KB0085420

calendar_today

Updated On:

Products Versions
TIBCO Designer -
Not Applicable -

Description

Resolution:
Description:
==========
When using Designer to open a project, if we choose to not open it using the "Multi-User System" option,  it throws the following error once  the “Save” button is clicked:

==>
There was an error during save, please try again. If the problem persist, try save as. If that doesn't work, create a new project and try copying your work. If the problem persists, create a new project or contact support.
==>

The error is thrown when you use ClearCase as source control system and the full error console stack is the following:

==>
Exception in DesignerResourceStore.loadResourceFrom() uri:.designtimelibs.keep using unknown file type resource.
Trying to save readonly resource SearchPackage
Trampoline error: com.tibco.ae.tools.vfileresourcestore.FileSystemVFileFactoryResourceStore@1a014e1 reallySave
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at com.tibco.util.Trampoline.invoke(Trampoline.java:166)
at com.tibco.ui.BusyWait.run(BusyWait.java:424)
at java.lang.Thread.run(Thread.java:595)
Caused by: com.tibco.objectrepo.RepoSecurityException: Can not update a read only object
==>


Environment:
============
TIBCO Designer 5.x.x
OS: All


Cause:
======
This is due to the project files being in read-only mode in the file-system.

Resolution:
=========
There is no way to disable the error because the files are read only in the file system. If all files are made readable then reopening the project again with the RCS tool, the error will not be seen. It is then possible to use the native RCS tools to rivert unchanged files and commit changes.

Issue/Introduction

Desinger won't allow saving the project and errors are reported.