(JE 3.2.44) Couldn't open file

Hello!
We recently upgraded to newer version of BDB JE, and failed with random, but weird issue:
17/Oct/2007 04:49:38 ERROR [pool-97-thread-2] - com.sleepycat.je.DatabaseException: (JE 3.2.44) Database r
elations_database14269 id=26 rootLsn=0xffffffff/0xffffffff  IN type=DBIN/2 id=29976291 not expected on INL
ist
com.sleepycat.je.DatabaseException: (JE 3.2.44) Database relations_database14269 id=26 rootLsn=0xffffffff/
0xffffffff  IN type=DBIN/2 id=29976291 not expected on INList
        at com.sleepycat.je.evictor.Evictor.selectIN(Evictor.java:511)
        at com.sleepycat.je.evictor.Evictor.evictBatch(Evictor.java:354)
        at com.sleepycat.je.evictor.Evictor.doEvict(Evictor.java:249)
        at com.sleepycat.je.evictor.Evictor.doCriticalEviction(Evictor.java:274)
        at com.sleepycat.je.dbi.CursorImpl.close(CursorImpl.java:684)
        at com.sleepycat.je.Cursor.close(Cursor.java:262)
        at com.sleepycat.je.Cursor.close(Cursor.java:250)
        at com.sleepycat.je.Database.putInternal(Database.java:667)
        at com.sleepycat.je.Database.put(Database.java:609)
        at com.redwerk.webcrawler.storage.url.bdbje.BDBJEStorage.saveRelations(BDBJEStorage.java:361)
        at com.redwerk.webcrawler.storage.url.bdbje.BDBJEStorage.update(BDBJEStorage.java:396)
        at com.redwerk.webcrawler.storage.url.RetryHandlingStorageDecorator.update(RetryHandlingStorageDec
orator.java:159)
        at com.redwerk.webcrawler.storage.url.CountHandlingStorageDecorator.update(CountHandlingStorageDec
orator.java:86)
        at com.redwerk.webcrawler.filter.record.UrlProcessedFilter._accept(UrlProcessedFilter.java:34)
        at com.redwerk.webcrawler.filter.record.ChainedFilter.accept(ChainedFilter.java:23)
        at com.redwerk.webcrawler.filter.record.ChainedFilter.accept(ChainedFilter.java:25)
        at com.redwerk.webcrawler.Crawler.addRecord(Crawler.java:731)
        at com.redwerk.webcrawler.ConsumerThread.run(ConsumerThread.java:301)
        at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:44
2)
        at edu.emory.mathcs.backport.java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
        at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:135)
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:990)
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:531)
        at java.lang.Thread.run(Thread.java:595)
17/Oct/2007 04:49:38 ERROR [pool-97-thread-4] - com.sleepycat.je.DatabaseException: (JE 3.2.44) fetchTarge
t of 0x1d3/0x472b30 parent IN=32738188 lastFullVersion=0x1d3/0x479cdc parent.getDirty()=true state=2 com.s
leepycat.je.log.LogFileNotFoundException: (JE 3.2.44) 0x1d3/0x472b30 (JE 3.2.44) Couldn't open file db/000
001d3.jdb: db/000001d3.jdb (No such file or directory)
com.sleepycat.je.DatabaseException: (JE 3.2.44) fetchTarget of 0x1d3/0x472b30 parent IN=32738188 lastFullV
ersion=0x1d3/0x479cdc parent.getDirty()=true state=2 com.sleepycat.je.log.LogFileNotFoundException: (JE 3.
2.44) 0x1d3/0x472b30 (JE 3.2.44) Couldn't open file db/000001d3.jdb: db/000001d3.jdb (No such file or dire
ctory)
        at com.sleepycat.je.tree.ChildReference.fetchTarget(ChildReference.java:143)
        at com.sleepycat.je.tree.DIN.getDupCountLN(DIN.java:147)
        at com.sleepycat.je.dbi.CursorImpl.lockDupCountLN(CursorImpl.java:2409)
        at com.sleepycat.je.tree.Tree.insertDuplicate(Tree.java:2703)
        at com.sleepycat.je.tree.Tree.insert(Tree.java:2652)
        at com.sleepycat.je.dbi.CursorImpl.putLN(CursorImpl.java:1004)
        at com.sleepycat.je.dbi.CursorImpl.put(CursorImpl.java:1027)
        at com.sleepycat.je.Cursor.putAllowPhantoms(Cursor.java:871)
        at com.sleepycat.je.Cursor.putNoNotify(Cursor.java:808)
        at com.sleepycat.je.Cursor.putInternal(Cursor.java:762)
        at com.sleepycat.je.Database.putInternal(Database.java:663)
        at com.sleepycat.je.Database.put(Database.java:609)
        at com.redwerk.webcrawler.storage.url.bdbje.BDBJEStorage.saveRelations(BDBJEStorage.java:361)
        at com.redwerk.webcrawler.storage.url.bdbje.BDBJEStorage.update(BDBJEStorage.java:396)
        at com.redwerk.webcrawler.storage.url.RetryHandlingStorageDecorator.update(RetryHandlingStorageDec
orator.java:159)
        at com.redwerk.webcrawler.storage.url.CountHandlingStorageDecorator.update(CountHandlingStorageDec
orator.java:86)
        at com.redwerk.webcrawler.filter.record.UrlProcessedFilter._accept(UrlProcessedFilter.java:34)
        at com.redwerk.webcrawler.filter.record.ChainedFilter.accept(ChainedFilter.java:23)
        at com.redwerk.webcrawler.filter.record.ChainedFilter.accept(ChainedFilter.java:25)
        at com.redwerk.webcrawler.filter.record.ChainedFilter.accept(ChainedFilter.java:25)
        at com.redwerk.webcrawler.Crawler.addRecord(Crawler.java:731)
        at com.redwerk.webcrawler.ConsumerThread.run(ConsumerThread.java:301)
        at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:44
2)
        at edu.emory.mathcs.backport.java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:305)
        at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:135)
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.
java:990)
        at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor
.java:531)
        at java.lang.Thread.run(Thread.java:595)
Caused by: com.sleepycat.je.log.LogFileNotFoundException: (JE 3.2.44) 0x1d3/0x472b30 (JE 3.2.44) Couldn't
open file db/000001d3.jdb: db/000001d3.jdb (No such file or directory)
        at com.sleepycat.je.log.LogManager.getLogSource(LogManager.java:760)
        at com.sleepycat.je.log.LogManager.getLogEntry(LogManager.java:594)
        at com.sleepycat.je.log.LogManager.get(LogManager.java:735)
        at com.sleepycat.je.tree.ChildReference.fetchTarget(ChildReference.java:135)
        ... 27 moreWe checked our code and found we are not doing any removal of JE files at this stage (we had to implement removal of JE files BEFORE thread start to avoid cases when corrupted environment causes current task to not start, probably there's a better way? However this is definitely not a cause of the error, because removal is performed before environment is created)
The je.properties we're using is:
je.cleaner.threads=7
je.maxMemoryPercent=40
je.cleaner.deadlockRetry=7
#je.cleaner.minFileUtilization=20
je.cleaner.readSize=1048576
je.cleaner.lookAheadCacheSize=262144
#je.evictor.lruOnly=false
#je.evictor.nodesPerScan=100
je.log.faultReadSize=102400So the question is - is this is some bug in BDB JE, or we just missed things?

Hi Eugene,
We recently upgraded to newer version of BDB JE, and
failed with random, but weird issue:Were any of the log files for this environment created with an earlier version of JE? If so, what version?
Are you using DeferredWrite? There were bugs in earlier JE releases involving DeferredWrite and database removal/truncation and duplicates. I see from the information in your post that you are using database removal/truncation and duplicates.
We checked our code and found we are not doing any removal
of JE files at this stage (we had to implement
removal of JE files BEFORE thread start to avoid
cases when corrupted environment causes current task
to not start, probably there's a better way? However
this is definitely not a cause of the error, because
removal is performed before environment is created)I'm not sure I understand. Before opening an environment, if you wish to clear out all data in the environment directory and start from scratch, then the right thing to do is delete all the log files. If that's what you're doing, that's fine.
--mark                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Similar Messages

  • Error: the document could not be open. Couldn't open file. It may becorrupt

    Have a MacBook Pro/ OSX ver 10.4.11/Tiger/Use Entorage for my email which is imap and get an error everytime i open or save an attachment in my email.
    Couldn't open file. It may be corrupt or a file format that preview doesn't recognize"

    I am unable to open attachments now that I am receiving my email on an
    IMAP server. The same attachments can be opened if I email to an
    account using a POP server.

  • Premiere Elements - Error 2048 couldn't open file......Question

    Windows 8.1
    6 gigs of ram
    I get the following error when I attempt to open a created file for viewing.
    "Error- 2048: Couldn't open file.....not a file Quicktime understands.
    I am creating the file in the default NTSC 720 format. I get the same message with trying to wide screen format.
    This error seems new as it did not use to happen.
    Can someone explain how to correct this error. In researching the problem I came across:
    1. trying third party repair software (which doesn't seem to solve the problem.)
    2. that the error refers to an error with the movie rendering (as opposed to the audio.)
    Been working on this for four hours. Any help is certainly appreciated. Thanks.
    - Craig

    Craig
    What version of Premiere Elements on your Windows 8.1 (assumed 64 bit)? For now I will assume 11, 12, or 13.NT
    Please confirm that your export setting from Premiere Elements were
    Publish+Share
    Computer
    QuickTime
    with Presets = NTSC DV 16:9
    and that you did not customize the settings, just hit save to get your widescreen DV.mov export.
    That export should be fully playable with the latest version of QuickTime.
    If you confirm that QuickTime player is rejecting it with your error 2048, then uninstall and install QuickTime
    with the antivirus and firewall(s) disabled.
    a. Try to open the existing DV.mov again in QuickTime
    and
    b. Create a new DV.mov in Premiere Elements and try to open it in QuickTime.
    What are the results from a and b?
    We will be watching for your progress.
    Thank you.
    ATR

  • [SOLVED]Couldn't open file for 'Log debug file /var/log/tor/debug.log'

    Hello,
    I'm trying to run a tor relay on my arch linux box. Trying to launch the tor daemon, here's the log via
    $ systemctl status tor.service
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.877 [notice] Tor v0.2.4.21 (git-505962724c05445f) running on Linux with Libevent 2.0.21-stable and OpenSSL 1.0.1g.
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.877 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.877 [notice] Read configuration file "/etc/tor/torrc".
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.909 [notice] Opening Socks listener on 127.0.0.1:9050
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.909 [notice] Opening OR listener on 0.0.0.0:9798
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [warn] Couldn't open file for 'Log debug file /var/log/tor/debug.log': Permission denied
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [notice] Closing partially-constructed Socks listener on 127.0.0.1:9050
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [notice] Closing partially-constructed OR listener on 0.0.0.0:9798
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [warn] Failed to parse/validate config: Failed to init Log options. See logs for details.
    May 20 11:53:10 arch tor[21726]: May 20 11:53:10.000 [err] Reading config failed--see warnings above.
    May 20 11:53:10 arch systemd[1]: tor.service: main process exited, code=exited, status=255/n/a
    May 20 11:53:10 arch systemd[1]: Unit tor.service entered failed state.
    Why the tor daemon cannot write into /var/log/tor/debug.log ?
    Here's my /etc/group
    root:x:0:root
    bin:x:1:root,bin,daemon
    daemon:x:2:root,bin,daemon
    sys:x:3:root,bin
    adm:x:4:root,daemon,nue
    tty:x:5:
    disk:x:6:root
    lp:x:7:daemon
    mem:x:8:
    kmem:x:9:
    wheel:x:10:root,nue
    ftp:x:11:
    mail:x:12:
    uucp:x:14:
    log:x:19:root
    utmp:x:20:
    locate:x:21:
    rfkill:x:24:
    smmsp:x:25:
    http:x:33:
    games:x:50:
    lock:x:54:
    uuidd:x:68:
    dbus:x:81:
    network:x:90:
    video:x:91:
    audio:x:92:
    optical:x:93:
    floppy:x:94:
    storage:x:95:
    scanner:x:96:
    power:x:98:
    nobody:x:99:
    users:x:100:
    systemd-journal:x:190:
    nue:x:1000:
    avahi:x:84:
    lxdm:x:121:
    polkitd:x:102:
    git:x:999:
    transmission:x:169:
    vboxusers:x:108:
    tor:x:43:
    mysql:x:89:
    Last edited by giuscri (2014-05-20 12:18:56)

    SidK wrote:You must have modified your torrc to print to that log file. systemd starts the service as the tor user (see /usr/lib/systemd/system/tor.service). So if if you want to log to a file the tor user must have write access to it. By default however tor it set to log to the journal, which doesn't require any special permissions.
    Yes. I did edit the torrc file since I wanted the log to be store in that file. Indeed
    ## Logs go to stdout at level "notice" unless redirected by something
    ## else, like one of the below lines. You can have as many Log lines as
    ## you want.
    ## We advise using "notice" in most cases, since anything more verbose
    ## may provide sensitive information to an attacker who obtains the logs.
    ## Send all messages of level 'notice' or higher to /var/log/tor/notices.log
    #Log notice file /var/log/tor/notices.log
    ## Send every possible message to /var/log/tor/debug.log
    Log debug file /var/log/tor/debug.log
    ## Use the system log instead of Tor's logfiles
    Log notice syslog
    ## To send all messages to stderr:
    #Log debug stderr
    I missed the file systemd uses to choose who's the process owner.
    Course, I could edit /usr/lib/systemd/system/tor.service such that root will become the process owner; or, I could add the user I use everyday in the root group, then change the permission of /var/log/tor/debug.log such that it will be writable also for the folks in the root group.
    Yet they both seems to be a bit unsafe ...
    What is the best choice, to you guys?
    Thanks,

  • PDF Generation Error Message:Couldn't open File while generating PDF from a Frame (7.2 Version) book

    Hi,
    I'm trying to convert a book into PDF and I get the error message Couldn't open a file (... <filename>.fm) and the unavailable Fonts dialog box also appears. The tricky thing is I've converted the same book into PDF just a couple of days ago. Now when I tried to do it again, I get the above mentioned error message. I tried unselecting the File > Prefrences > General > Remember Missing Fonts checkbox too. However, it didn't help in generating the PDF. I will be thankful if anyone suggests a suitable workaround for this issue. Thanks in advance.

    Usually, deselecting Remember missing fonts works.
    The missing fonts message displays when you or FrameMaker opens the file. The workaround is to open all the files in the book, or at least those with the "missing" font, clearing the message for each file. Now print the book to PDF, while keeping the files open. This usually works because you have already cleared any missing fonts messages.

  • Couldn't open files

    Have reinstalled latest GB after migrating from TM after HD damage. Everytime attempt create .band voice file create attempted, get message "the file couldn't be opened", although it is created. When I try to open that or any previously created .band file in choosing "open an existing file" I get the message "(file name)" could not be opened. Any help more than appreciated.

    Same story here. Only I haven't recovered from TM, but my GB suddenly lost its ability to open files. Also it will not create a new file. I have repaired permissions (several times), and even erased GB, to install it from the Appstore again.. Still doesn't work..!
    I'm beginning to wonder if I should migrate to the Evil Empire, to get Cubase..?

  • Preview File error - couldn't open File

    I have started getting a number of error messages when I try to open some PDF files with Preview. I've received all the troublesome files by email (Mail). I get the message:
    File error. Couldn't open the file.
    I've tried repairing permissions etc., but the problem seems recurrent, affecting about 1/4 of the PDF files I receive.
    I've just tried downloading Acrobat Reader, and that can't open the files, either. However, PC users say they can open their copies.

    The only solution to corrupted files is to restore from your back up.
    Regards
    TD

  • Scanned a doc and got message "couldn't open file because you don't have permission to view it. what should I do?

    I scanned a doc into my mac air and I got a message: file couldn't not be opened because you don't have permission to view it.  I have done this many times before and never had a problem.  What should I do?

    cashewnut12 wrote:
    Please help.   I need to get this work done.
    the problem is not solved.  I need help
    Now that you have marked your question as solved there will be little interest in it and little chance of a solution for you.
    Start a new thread, don't mark it as solved until it is.

  • Ibook G4 using iPhoto 5. Some photos in library cannot be opened.               An error -couldn't open file. it may be corrupt or a file format that preview does not recognize.  HELP!!

    I have an ibook G4 using iphoto5.  Some photos in my library cannot be opened.  It hasn't always been this way.  I have tried to click and drag to a folder in finder and when i do i get an error !Coundn't open the file. It may be corrupt or a file format that Preview doesn't recognize.  Can anyone help in solving this problem?

    The only solution to corrupted files is to restore from your back up.
    Regards
    TD

  • After brrestore: Couldn't open verify PSE file /oracle/ sid /LASVerify.pse

    After a brrestore on same server and <SID> each time that we run cleanup logs from DB13  we see:
    BR0801I BRCONNECT 7.00 (32)
    BR1301W Error message from likeywlib: likey_init: Couldn't open verify PSE file ("/oracle/<sid>/LASVerify.pse") for writing, errno = 13 (Permission denied).
    BR1302W Initialization of license key library likeywlib failed, return code 1
    BR1304W Checking SAP license failed at location BrLicCheck-104
    BR0602W No valid SAP license found - please contact SAP
    BR0805I Start of BRCONNECT processing: cdzkodpr.cln 2008-12-06 22.46.27
    BR0484I BRCONNECT log file: /oracle/<sid>/sapcheck/cdzkodpr.cln
    It is on a Linux SuSE X64 - Oracle 10.2.0.4 box
    Regards.
    Ganimede Dignan.

    > After a brrestore on same server and <SID> each time that we run cleanup logs from DB13  we see:
    >
    > BR0801I BRCONNECT 7.00 (32)
    > BR1301W Error message from likeywlib: likey_init: Couldn't open verify PSE file ("/oracle/<sid>/LASVerify.pse") for writing, errno = 13 (Permission denied).
    you <SID>adm user has no permissions to write this file.
    Markus

  • Sorry, we couldn't open your file using this feature. Visio Web Access is not available on this site.

    Recently installed Service Pack 1 in SharePoint Server 2013 Farm, post upgrade we are experiencing issue when opening visio documents:
    I am trying to open .vsdx (visio 2013) file but encounter following issue:
    Sorry, we couldn't open your file using this feature. Visio Web Access is not available on this site.
    Under Document library-->Library settings-->Advanced Settings
    Still I cant open file in browser as we always used to. Unfortunately we don't have Visio services in Farm.
    can you share your experiences regarding this issue post Sp1 SharePoint Server 2013.
    Thank You

    Hi Octopus,
    Based on the error message, it seems that the Visio Graphics Service is not started or the Enterprise feature is not enabled.
    I recommend to check the things below:
    Go to Central Administration > System Settings > Manage service on server > check if the Visio Graphics Service is started > then click Application Management > Manage service applications > check if the Visio Graphics Service application
    is created.
    Go to the root site settings page of the site where you got this error, click Site collection features to check if the SharePoint Server Enterprise Site Collection Features is enabled.
    Go to the site settings page of the site where you got this error, click Manage site feature to check if the SharePoint Server Enterprise Site Features is enabled.
    More information about the Visio Graphics Service:
    http://tutorial.programming4.us/windows_server/microsoft-sharepoint-2013---looking-at-visio-services-(part-3)---visio-graphics-service-service-application.aspx
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Received a pdf by email, when i attempt to open it, I get the message "File Error-couldn't open the file", is there some way I can open it? Thanks, Graham

    Hi,
    Received a pdf by email. When I attempt to open it, I receive the message, "File Error- Couldn't open the file", is there any way I can open it?
    Thanks,
    Graham

    Are you using Adobe Reader or Preview to view the file? Can you get the sender to resend the file?
     Cheers, Tom

  • I couldn't open swf files

    Flash Player is installed but I couldn't open swf files

    Hi Susana,  I thought I couldn't open swf files too until I got one with sound.  I minimized my windows on top and found it playing on the bottom window.  This happens with both videos and Jpegs sent to me from a Mac;  I am using a PC with Windows Live Mail.  Therefore I think this problem is due to Shock Wave Format files (swf).
    I haven't found the solution to this yet, but I have isolated it. 
    Sam

  • Illustrator CC couldn't open a file

    Hi All,
    I was trying to open a illustrator file but i couldn't open up. The illustrator file size is around 270 mb. I am getting the below error message as in the image.
    I am using Mac OS X 2.9 GHz Intel Core i5, Memory 8 GB 1600 MHz DDR3. The software is Adobe Illustrator CC.
    Steps i have taken is, First i have tried to place this illustrator document into new document but half of the artwork only visible (Try changed the import options as well)
    Second Changed the scratch disk secondary memory. But still i am getting the same error message as above. Kindly help me to provide the solution to open up this file.
    Thanks,
    Joe

    Have you closed all other apps?
    Restarted Illustrator to free memory?
    How many fonts are installed? Can you reduce the number?

  • HT200250 I couldn't open the files from a Canon XF 300 so I downloade the plugin from Apple but still can't open the files. I opened and clicked on the installer icon. I'm not sure the plugin was actually installed. can anyone help?

    I couldn't open the files from a Canon XF 300 into Final Cut Pro 7, so I downloade the plugin from Apple but still can't open the files. I opened and clicked on the installer icon. I'm not sure the plugin was actually installed. C
    an anyone help?
    Message was edited by: BigDealCam123

    As you probably know the Canon plug-in enables Log & Transfer in FCP7. I'm not sure whether it works with Final Cut Express or not.
    Look in Applications>Canon Utilities. I'm running 10.6 as well and that is where it's located on my machine.
    Good luck.
    Russ

Maybe you are looking for

  • How to download video files with realplayer ?

    - Hello, i need some help with downloading video from this website: http://www.un.org/webcast/2009.html To see the video files require the realplayer, which i have installed. I have also Flip4Mac and Perian installed. When i click on the links, the r

  • What should I name my virtual machine?

    I'm planning to build a virtual SQL Server in Azure.  Given that we'll likely want to build a new/replacement in 3-5 years (with whatever new OS and SQL Server version exist then), what should I name the server? Before Azure, when we had everything i

  • Unable to concatenete String with Variable in MaxL

    Hello, can you help me please to concatenate a string with a variable in MaxL Maxl statement is: alter application 'APPL_NAME' set variable 'VARIABLE_NAME' 'Q1'$CurrYear; $CurrYear is a variable in Maxl with value '_2010', so that the result should b

  • How to delete incorrect entries Mavericks

    DH accidentally typed an incorrect username on a webpage.  Now everytime I start to type the correct username the incorrect one (with the same first two letters) pops up in a box underneath, along with the correct one. How can I delete the incorrect

  • Duplicate Photos Won't Export

    Hi all, I'm trying to export photos to a file and they are "unable to create/users/laurieleewalsh . . ." I went to my package contents to try to find the originals and the package contents looks way different than the last time I've gone in there. I