Expand my Community achievements bar.

BIG Problem with resource folder disappearing

Avatar

Level 4

I was just trying to copy a top level folder down from the resource repository to my desktop.  The first attempt at the drop did not appear to be successful(the folder did not appear on my desktop), so when I tried again, workbench hung up for a second, and then an error appeared on the screen.  No big deal, except, the folder in our dev environment completely disappeared!

I'm checking my local workspace log, and there are several relevant entries.

ENTRY org.eclipse.ui 4 0 2010-03-19 16:06:35.839
!MESSAGE Failed to execute runnable (java.lang.StackOverflowError)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.StackOverflowError)
at org.eclipse.swt.SWT.error(SWT.java:3374)
at org.eclipse.swt.SWT.error(SWT.java:3297)

.....

!ENTRY com.adobe.common.client 2 0 2010-03-19 16:07:23.089
!MESSAGE Livecycle Workbench has consumed 83% of available memory (411,517,080 of 495,583,232) and is running out of memory. Save your work and restart LiveCycle Workbench.

!ENTRY com.adobe.synchronizer 1 0 2010-03-19 16:07:23.370
!MESSAGE ResourceSynchronizer removing externally deleted resource:/ourproject/file.xdp

<appears for each file in the folder>

....

!ENTRY com.adobe.common.client 4 0 2010-03-19 16:07:23.714
!MESSAGE Exception processing tree event
!STACK 0
java.lang.IllegalStateException: decrementing non existent reference for:/ourproject/file.xdp

Does anyone know what "externally deleted resource" means?  I know what it implies, but who, or what deleted the files?   Where are the resource repository files stored(DB or OS), and how do I get them back?  This is weeks worth of dev stored in the folder by multiple developers.

We have DB and file system backups, but which one would I need to restore in this case?

3 Replies

Avatar

Level 10

The files from the repository are stored in the database.

Jasmin

Avatar

Level 4

I see the files listed in the TB_REP_RESOURCE table. It appears they've been logically deleted.  How can I "restore" them?

Avatar

Level 10

If it's possible, I think the safest thing would be to restore the DB to a working state.

If not, you can check with support to see if they can help.

Sorry.

Jasmin