Uploading file with Java: Java won't release the file.

I'm trying to upload .log files to a webbsite using a form. It uploads fine, that's not the problem. The problem is that I want it to delete the file afterwards to save disk space, but the application doesn't release it. I thought I might just be doing something wrong with the delete function, but even deleting it manually through Windows doesn't work. Any ideas?
import java.io.*;
import java.net.URL;
import java.net.URLConnection;
import java.util.*;
public class ClientHttpRequest
    protected void connect()
        throws IOException
        if(os == null)
            os = connection.getOutputStream();
    protected void write(char c)
        throws IOException
        connect();
        os.write(c);
    protected void write(String s)
        throws IOException
        connect();
        os.write(s.getBytes());
    protected void newline()
        throws IOException
        connect();
        write("\r\n");
    protected void writeln(String s)
        throws IOException
        connect();
        write(s);
        newline();
    protected static String randomString()
        return Long.toString(random.nextLong(), 36);
    private final void boundary()
        throws IOException
        write("--");
        write(boundary);
    private final void postCookies()
        StringBuffer stringbuffer = new StringBuffer();
        for(Iterator iterator = cookies.entrySet().iterator(); iterator.hasNext();)
            java.util.Map.Entry entry = (java.util.Map.Entry)iterator.next();
            stringbuffer.append(entry.getKey().toString() + '=' + entry.getValue());
            if(iterator.hasNext())
                stringbuffer.append("; ");
        if(stringbuffer.length() > 0)
            connection.setRequestProperty("Cookie", stringbuffer.toString());
    public void setCookie(String s, String s1)
        throws IOException
        cookies.put(s, s1);
    public void setCookies(Map map)
        throws IOException
        if(map == null)
            return;
        } else
            cookies.putAll(map);
            return;
    public void setCookies(String as[])
        throws IOException
        if(as == null)
            return;
        for(int i = 0; i < as.length - 1; i += 2)
            setCookie(as, as[i + 1]);
private final void writeName(String s)
throws IOException
newline();
write("Content-Disposition: form-data; name=\"");
write(s);
write('"');
public void setParameter(String s, String s1)
throws IOException
boundary();
writeName(s);
newline();
newline();
writeln(s1);
private static final void pipe(InputStream inputstream, OutputStream outputstream)
throws IOException
byte abyte0[] = new byte[0x7a120];
int j = 0;
int i;
synchronized(inputstream)
while((i = inputstream.read(abyte0, 0, abyte0.length)) >= 0)
outputstream.write(abyte0, 0, i);
j += i;
outputstream.flush();
abyte0 = null;
public void setParameter(String s, String s1, InputStream inputstream)
throws IOException
boundary();
writeName(s);
write("; filename=\"");
write(s1);
write('"');
newline();
write("Content-Type: ");
URLConnection _tmp = connection;
String s2 = URLConnection.guessContentTypeFromName(s1);
if(s2 == null)
s2 = "application/octet-stream";
writeln(s2);
newline();
pipe(inputstream, os);
newline();
public void setParameter(String s, File file)
throws IOException
setParameter(s, file.getPath(), ((InputStream) (new FileInputStream(file))));
public void setParameter(String s, Object obj)
throws IOException
if(obj instanceof File)
setParameter(s, (File)obj);
else
setParameter(s, obj.toString());
public void setParameters(Map map)
throws IOException
if(map == null)
return;
java.util.Map.Entry entry;
for(Iterator iterator = map.entrySet().iterator(); iterator.hasNext(); setParameter(entry.getKey().toString(), entry.getValue()))
entry = (java.util.Map.Entry)iterator.next();
public void setParameters(Object aobj[])
throws IOException
if(aobj == null)
return;
for(int i = 0; i < aobj.length - 1; i += 2)
setParameter(aobj[i].toString(), aobj[i + 1]);
public InputStream post()
throws IOException
boundary();
writeln("--");
os.close();
return connection.getInputStream();
public InputStream post(Map map)
throws IOException
setParameters(map);
return post();
public InputStream post(Object aobj[])
throws IOException
setParameters(aobj);
return post();
public InputStream post(Map map, Map map1)
throws IOException
setCookies(map);
setParameters(map1);
return post();
public InputStream post(String as[], Object aobj[])
throws IOException
setCookies(as);
setParameters(aobj);
return post();
public InputStream post(String s, Object obj)
throws IOException
setParameter(s, obj);
return post();
public InputStream post(String s, Object obj, String s1, Object obj1)
throws IOException
setParameter(s, obj);
return post(s1, obj1);
public InputStream post(String s, Object obj, String s1, Object obj1, String s2, Object obj2)
throws IOException
setParameter(s, obj);
return post(s1, obj1, s2, obj2);
public InputStream post(String s, Object obj, String s1, Object obj1, String s2, Object obj2, String s3,
Object obj3)
throws IOException
setParameter(s, obj);
return post(s1, obj1, s2, obj2, s3, obj3);
private final void _mththis()
os = null;
cookies = new HashMap();
boundary = "---------------------------" + randomString() + randomString() + randomString();
public ClientHttpRequest(URLConnection urlconnection, String s)
throws IOException
_mththis();
connection = urlconnection;
urlconnection.setDoOutput(true);
urlconnection.setRequestProperty("User-Agent", s);
urlconnection.setRequestProperty("Content-Type", "multipart/form-data; boundary=" + boundary);
public ClientHttpRequest(URL url, String s)
throws IOException
this(url.openConnection(), s);
public ClientHttpRequest(String s, String s1)
throws IOException
this(new URL(s), s1);
private static Random random = new Random();
URLConnection connection;
OutputStream os;
Map cookies;
String boundary;

And you're closing the inputstream to the file?Thanks, I knew it was something simple like that but I'd been staring at it so long I couldn't see it. I guess a fresh pair of eyes helps.

Similar Messages

  • Drag and drop, it won't release the file.

    Upon booting up my 15"MBP with osx Lion, when I drag and drop a file, it won't release the file.  This happens across files, other programs, etc. The only fix is to put the computer to "sleep", then when it turns back on drag and drop works fine.
    Is there a fix for this issue?  It happens on every boot up.

    To clarify, it's not just Air DIsplay but any third-party video driver. When any of these is installed (not even necessarily active) on a MBP5,1, MBP5,2, or MBP5,3, you'll have this issue. The workaround is detailed here: Air Display on Lion with NVIDIA 9400/9600
    Dave at Avatron

  • I would like to use my deactiveted iPhone 3G for apps and music.  How do I add music?  When I synch with iTunes it won't add the selected playlists.

    I would like to use my deactiveted iPhone 3G for apps and music.  How do I add music?  When I synch with iTunes it won't add the selected playlists.

    See if this link offers any insight,
    Use iPhone as an iPod
    http://support.apple.com/kb/HT3406

  • Create the dbf file with java, but cannot display the data with VF

    Dear all,
    i create a dbf file with some java packages, this file can be opened and display all of the data with excel, but just can show the data structure and no any data when i open it with VF, how to solve it?

    Hi, I have got same problem as you. My application generates a DBF file from a resultset. In MS Excel it looks pretty good - all data, but when I try to open same DBF file with Fox or MS Access, I always see ONLY header(column names), but NO data! I don't know why?! The application generates this file using JDBF classes (version 1.0). I guess, maybe it is caused by the size of this file. The DBF file had 18 columns and over 32000 rows.
    Did you find the cause? I'll be grateful for help.

  • Windows 8.1 Storage Spaces... won't release the space

    So I have a Storage Space in Windows 8.1, it a 7 drive Pool in Parity mode with 3x 4TB drives and 4x 3TB drives. Things had been working well until I had a 3 TB drive fail, and had it RMA'd by Seagate. One of those 4TB drives was added just now also as
    an upgrade.
    The actual drive sizes add up to 24TB with a Formatted size of 21.77TB (3.63TB and 2.72TB respectively for 4TB and 3TB drives).
    When I added the 2 new drives into the array, I thought things would work well. Since Storage Spaces doesn't have anything built in yet to redistribute the data after adding a new drive, I did a copy and then a delete of the data. This is the best recommendation
    that I've currently been able to find to redistribute the data.
    However, I ran out of space. Weird, since I have ample free space.
    So I started moving the data off the array/space. I've now cleared the array down to just 2.62TB, with the Windows Properties reading 13.3 TB free (Parity Capacity is 15.9 TB, roughly 2/3 or the total space, which was expected). However, in the Storage Spaces
    listing, my drives are listed as 90% full. This is true EVEN NOW that I've move everything but 2.72TB left.
    Quick math: 2.72TB / 15.9 TB is 17.1% used, leaving 82.9% free.
    However, I can't seem to "release" the space. Again, copying the data over did NOT work. and Deleting the data from the array/space DID NOT work. I can't fathom how when I delete the data from the array, it still lists it as 90% full.
    Any help or ideas?

    Hi,
    Which method did you use to create Storage pool, simple spaces, mirror spaces, or parity spaces?
    Would you please capture a screenshot of your Storeage pool?
    Kate Li
    TechNet Community Support

  • IPad connects with Photoshop, but Won't Move the Selected Tool.

    I am able to connect my iPad to Photoshop, open a picture from my iPad in Photoshop, select a tool, but I can't use the tool.
    I also can't restore the small picture on my iPad in Nav to full screen.
    Randy

    Hi Randy,
    Its not possible to use tools from the iPad with Nav, its only possible to select them. You should be able to view open documents on the iPad in Nav in either full screen or thumbnail mode. To go from thumbnail mode to full screen mode, just use zoom in/out gestures (place two fingers together on the thumbnail and then move your fingers apart or together). Double tap the screen to exit full screen and then zoom out to return to the original thumbnail view.
    Adobe Nav is often used for setting up a commonly used tool set on the iPad and then being able to quickly select any tools there versus within the application itself. Also, if you work with a lot of open documents, the open document view
    allows you an easy way to bring certain ones to the front.
    I found this overview video from the designer that talk about the app. It might be helpful.
    http://tv.adobe.com/watch/adobe-photoshop-touch-for-photoshop-cs5/adobe-nav-for-photoshop- cs5-in-action/
    Hope that helps,
    -Dave

  • Zipped files created with Java won't unzip with Java

    Hello there,
    I have written a class for unzipping a zip file using the 'ZipFile' class. It works perfectly fine when I extract zip files that have been created with XP, Winzip, or Winrar.
    I am now experimenting with creating zip files using the ZipOutputStream (http://forum.java.sun.com/thread.jspa?forumID=256&threadID=366550 by author smeee). The code works great for creating the zip file, but when I try and unzip it with the zipfile class mentioned above it throws an exception.
    The error that the following code gives me when it tries to convert an element from the enumeration to a ZipEntry is this: java.io.FileNotFoundException: C:\testfiles\out\high\BAUMAN\00001.jpg (The system cannot find the path specified)
    NOTE: The file is there by the way!!! :-)
    See the code for extracting here:
    try {
                 zippy = new ZipFile(fileName);
                 Enumeration all = zippy.entries();
                 while (all.hasMoreElements()) {//loop through all zip entries
                              getFile((ZipEntry)all.nextElement()); <<<=====FAILS HERE
    } catch (IOException err) {
                 System.err.println(err.toString());
                 return;
    }Now if I extract the zip file with winzip, then rezip it with winzip and run the above method again it works with no errors. Any thoughts. Any help would be greatly appreciated.
    Jared

    Hello All,
    For anyone else who use the forum posting by smeee as a guide to create a zipper (http://forum.java.sun.com/thread.jspa?forumID=256&threadID=366550 by author smeee).
    I was tracing through the code and found that there is a statement that adds 1 character (strSource.length()+1) to the source path. This was causing the following bug:
    In windows it was placing objects like this \myfolder\myfile.txt
    In unix it was placing objects like this yfolder\myfile.txt
    Naturally a path like \myfolder... in the zip index was causing problems. I have added a case statement that tests the OS and then adds two chars if windows to compensate for the 'C:' and does nothing if Unix. The code now runs perfectly on either OS.
    Thanks for your response guys!
    Jared

  • Problem with Java cache which makes the computer very slow.

    Hello!
    I think that Java has installed som code that creats problems to my processor when I am working with the computer.
    I have got the following wrong code: 0x805 8023 and the containerfile & file below:
    1) Containerfile C:\Users\Oskar\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\11\37a4040b-62415be5
    2) File C:\Users\Oskar\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\11\37a4040b-62415be5->cuumfrsmeyghklbvetb/bljwt
    hwbhkkbsywmtwjeqk.class
    Could you please help me to get rid of the problem?
    You can do it directly or give me the instructions by e-mail : [email protected]
    Thank you in advance
    Best regards

    Check for malware infection. The names of these files really indicate the system is infected.
    Which version of Java client is installed? Especially older versions are very vulnerable against website or email based attacks.
    Since malware infections are very different, detailed support can hardly be given via forums.
    Best greetings from Germany
    Olaf

  • "Uploaded" songs with iTunes match won't play

    In an effort to conserve disk space on my Mac, I decided to delete most of the songs in my iTunes library. When I went to play a song that was uploaded (instead of matched or purchased) it would stall then skip it. I am running the latest build of Lion (10.7.3) with the latest version of iTunes. I have found that the songs will play on my iOS devices but I can't figure out why they won't stream on my Mac.

    Mayer you like to follow this discussion: https://discussions.apple.com/message/17484854#17484854

  • Safari shuts down when uploading photos with iphoto on facebook i get the following error msg.

    Process:         Safari [205]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.2 (6534.52.7)
    Build Info:      WebBrowser-75345207~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [87]
    Date/Time:       2012-01-05 15:00:21.593 +1000
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          5590 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  5470 sec
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      2D1BFF4B-04A9-4860-9F0B-B04E619D390F
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Application Specific Information:
    objc_msgSend() selector name: _restoreLevelAfterRunningModal
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x00007fff845c5f10 objc_msgSend + 44
    1   com.apple.Foundation                    0x00007fff863fd24c __NSFireDelayedPerform + 404
    2   com.apple.CoreFoundation                0x00007fff80309bb8 __CFRunLoopRun + 6488
    3   com.apple.CoreFoundation                0x00007fff80307d8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff870457ee RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff870455f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff870454ac BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff82ff4eb2 _DPSNextEvent + 708
    8   com.apple.AppKit                        0x00007fff82ff4801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.Safari.framework              0x00007fff83c8a2be -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    10  com.apple.AppKit                        0x00007fff82fba68f -[NSApplication run] + 395
    11  com.apple.AppKit                        0x00007fff82fb33b0 NSApplicationMain + 364
    12  com.apple.Safari.framework              0x00007fff83e48924 SafariMain + 200
    13  com.apple.Safari                        0x0000000100000f1c 0x100000000 + 3868
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff84c93136 select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff84c68bc7 _dispatch_mgr_invoke + 388
    2   libSystem.B.dylib                       0x00007fff84c687b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff84c682de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff84c67c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff84c67aa5 start_wqthread + 13
    Thread 2:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff84c88a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff84c8c881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff88b5e529 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore                       0x00007fff88b5bb28 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff84c4dd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff84c4e3ed mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff805a0396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff805a02d6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 4:  Safari: CertRevocationChecker
    0   libSystem.B.dylib                       0x00007fff84c4dd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff84c4e3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff80308902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff80307d8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework              0x00007fff83e00aa5 Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework              0x00007fff83e00adf Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 5:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff84c88a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff84c8c881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff84fff1c0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff88b786d1 WebCore::LocalStorageThread::threadEntryPoint() + 177
    4   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff84c4dd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff84c4e3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff80308902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff80307d8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff8646514f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff863e6114 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 7:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff84c4dd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff84c4e3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff80308902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff80307d8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework              0x00007fff83e00aa5 Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework              0x00007fff83e00adf Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 8:  WebCore: LocalStorage
    0   libSystem.B.dylib                       0x00007fff84c88a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff84c8c881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff84fff1c0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.WebCore                       0x00007fff88b786d1 WebCore::LocalStorageThread::threadEntryPoint() + 177
    4   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 9:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff84c88a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff84c8c881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff84fff1c0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari.framework              0x00007fff83e7b685 Safari::MessageQueueWaitResult Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessageFilteredWithTimeout<bool ()(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari: :SnapshotStore::DiskAccessMessage>&, bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&), double) + 149
    4   com.apple.Safari.framework              0x00007fff83e79a85 Safari::SnapshotStore::diskAccessThreadBody() + 379
    5   com.apple.Safari.framework              0x00007fff83e7a23f Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 10:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff84c91932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff8032a468 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff84c67a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff84c67e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff84c67aa5 start_wqthread + 13
    Thread 12:
    0   libSystem.B.dylib                       0x00007fff84c4ddda semaphore_timedwait_signal_trap + 10
    1   libSystem.B.dylib                       0x00007fff84c8c772 _pthread_cond_wait + 1015
    2   com.apple.CoreVideo                     0x00007fff8482bde6 CVDisplayLink::waitUntil(unsigned long long) + 252
    3   com.apple.CoreVideo                     0x00007fff8482b2a2 CVDisplayLink::runIOThread() + 644
    4   com.apple.CoreVideo                     0x00007fff8482afe3 startIOThread(void*) + 139
    5   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    6   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 13:  Safari: SpotlightCacheController
    0   libSystem.B.dylib                       0x00007fff84c5843e open + 10
    1   com.apple.Foundation                    0x00007fff8641271b _NSWriteBytesToFileWithExtendedAttributes + 472
    2   com.apple.Safari.framework              0x00007fff83e82b93 -[SpotlightHistoryWriter(FileInternal) _writeCacheFileForItem:] + 133
    3   com.apple.Safari.framework              0x00007fff83e830a8 -[SpotlightHistoryWriter addSpotlightCacheFilesForItems:ofDataType:inDirectory:] + 89
    4   com.apple.Safari.framework              0x00007fff83e13f4c -[OldSpotlightCacheController(FileInternal) updateCacheFilesForType:] + 203
    5   com.apple.Safari.framework              0x00007fff83e14905 -[OldSpotlightCacheController(FileInternal) updaterThreadBody:] + 267
    6   com.apple.Foundation                    0x00007fff863e6114 __NSThread__main__ + 1429
    7   libSystem.B.dylib                       0x00007fff84c86fd6 _pthread_start + 331
    8   libSystem.B.dylib                       0x00007fff84c86e89 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff70044370  rcx: 0x00007fffffe001a0  rdx: 0x0000000000000000
      rdi: 0x0000000116ef84f0  rsi: 0x00007fff8373b6ad  rbp: 0x00007fff5fbfe8f0  rsp: 0x00007fff5fbfe858
       r8: 0x0000000000000000   r9: 0x00000001177455b0  r10: 0x0000000000000001  r11: 0x0000000116e1d06b
      r12: 0xffffffffffffffff  r13: 0x00000000ffffffff  r14: 0x00007fff70044370  r15: 0x00007fff70044370
      rip: 0x00007fff845c5f10  rfl: 0x0000000000010206  cr2: 0x0000000000000000
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.2 (6534.52.7) <5BABE0D3-3AE2-90EF-B89B-32BE68862F48> /Applications/Safari.app/Contents/MacOS/Safari
           0x101aee000 -        0x101b14fff  GLRendererFloat ??? (???) <490221DD-53D9-178E-3F31-3A4974D34DCD> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x1037e9000 -        0x1037e9fff +com.conduit.ct_scripting.osax 1.7.0.2 (1702) <06327E04-F443-D4B5-DF9B-6D492484F985> /Library/ScriptingAdditions/ct_scripting.osax/Contents/MacOS/ct_scripting
           0x1037ed000 -        0x1037eefff +com.yourcompany.ct_loader 1.7.0.2 (1702) <33FFB851-2427-6A31-2FC0-72432C1D3E75> /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
           0x118e89000 -        0x118f99fef  libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <E321EA43-4F4C-6561-3E87-4081904D53F3> /usr/lib/libmecab.1.0.0.dylib
           0x119b0c000 -        0x119c9ffe7  GLEngine ??? (???) <53A8A7E8-4846-D236-F3D9-DA3F2AF686D8> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x119cd0000 -        0x11a0f3fef  libclh.dylib 3.1.1 C  (3.1.1) <90454388-462D-DFC4-7AF5-54C86BF6C162> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x11a222000 -        0x11b293ff7  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.40 (6.4.0) <B24F98A8-CD17-6F59-C081-880E81966CF1> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
           0x200000000 -        0x200787fe7  com.apple.GeForceGLDriver 1.6.40 (6.4.0) <D5F5AE82-1F1F-A4B7-5CA7-0678F63188BD> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <63B47435-46CF-3D2D-F7F4-7FE77DEEFE06> /usr/lib/dyld
        0x7fff80033000 -     0x7fff802bbfef  com.apple.security 6.1.2 (55002) <015C9A08-3D07-9462-8E91-DB1924349621> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff802bc000 -     0x7fff80433fe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff80434000 -     0x7fff8043ffff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff80440000 -     0x7fff804a2fe7  com.apple.datadetectorscore 2.0 (80.7) <5F0F865C-A80F-FE7F-7DF8-894A4A99EACA> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff804a3000 -     0x7fff804aefff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff80501000 -     0x7fff80548ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff80549000 -     0x7fff8054cff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8054d000 -     0x7fff808eafe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff809b7000 -     0x7fff80ad6fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff80ad7000 -     0x7fff80ad7ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff80d1b000 -     0x7fff80d65ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff80ec7000 -     0x7fff80f01fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff80f02000 -     0x7fff80fc3fff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff81b07000 -     0x7fff81b09fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff81b0a000 -     0x7fff81b0bff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff81b0c000 -     0x7fff81cc9fe7  com.apple.WebKit2 6534.52 (6534.52.7) <EF04B551-3612-DA0D-B7F3-48781234DCCE> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff81d05000 -     0x7fff81d65fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff81db2000 -     0x7fff81dc1fef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff81dc2000 -     0x7fff81dc8ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff81de5000 -     0x7fff81e28ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff81f50000 -     0x7fff81f57fff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff821c2000 -     0x7fff821cffe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff821d6000 -     0x7fff82217fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff82218000 -     0x7fff82294ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff82295000 -     0x7fff82991ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff82992000 -     0x7fff829c3fff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff829d3000 -     0x7fff829dffff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9> /usr/lib/libbz2.1.0.dylib
        0x7fff82a06000 -     0x7fff82a1afff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fff82a1b000 -     0x7fff82a20fff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff82a51000 -     0x7fff82b25fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff82b26000 -     0x7fff82bc6fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff82bc7000 -     0x7fff82efbfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff82efc000 -     0x7fff82f02fff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff82f46000 -     0x7fff82f5cfef  libbsm.0.dylib ??? (???) <83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
        0x7fff82f5d000 -     0x7fff82facff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff82fad000 -     0x7fff82fadff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82fae000 -     0x7fff82fb0fff  libRadiance.dylib ??? (???) <A9DB4D5D-4072-971B-DEF6-DDE645F415EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff82fb1000 -     0x7fff839abff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff839ac000 -     0x7fff83ab0ff7  com.apple.PubSub 1.0.5 (65.28) <0C94CB22-B6B6-F37A-A4FD-A33BB2A29996> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff83ab1000 -     0x7fff83afafef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff83afb000 -     0x7fff83afcff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff83b35000 -     0x7fff83b5cff7  libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff83b5d000 -     0x7fff83c1afff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff83c29000 -     0x7fff8445afe7  com.apple.Safari.framework 6534 (6534.52.7) <CE2D4B77-63EA-81C6-B04C-7E1F9D6C80BB> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8445b000 -     0x7fff84553ff7  libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <44AADE50-15BC-BC6B-BEF0-5029A30766AC> /usr/lib/libiconv.2.dylib
        0x7fff845bd000 -     0x7fff845c0fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff845c1000 -     0x7fff84677ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff84678000 -     0x7fff846b5ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff846b6000 -     0x7fff846b7fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
        0x7fff84829000 -     0x7fff8484eff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8484f000 -     0x7fff84877fff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff84878000 -     0x7fff849b6fff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff849b7000 -     0x7fff84a94fff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff84c4d000 -     0x7fff84e0efef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff84e10000 -     0x7fff84e10ff7  com.apple.Carbon 150 (152) <B72D29DB-3787-26D1-E842-7AF12F179A83> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff84e35000 -     0x7fff84e55ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff84e56000 -     0x7fff84ff3fef  com.apple.WebKit 6534.52 (6534.52.7) <CE3B2C17-67CD-E5DA-1580-B08B10A8FFBB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff84ff4000 -     0x7fff8527ffef  com.apple.JavaScriptCore 6534.52 (6534.52.7) <C8340CAE-B6AC-BCBB-24AB-A6B8B1276C23> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff8543b000 -     0x7fff8543fff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff85440000 -     0x7fff85452fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
        0x7fff8556b000 -     0x7fff8561bfff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff856d4000 -     0x7fff85892ff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <0A4F51A1-4502-767B-8A4E-F14C6214EF88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff85893000 -     0x7fff8589eff7  com.apple.HelpData 2.0.5 (34.1.1) <24DC6CD3-02B7-9332-FF6D-F0C545857B55> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff858b1000 -     0x7fff858dcff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff858dd000 -     0x7fff859c2fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff859c3000 -     0x7fff85a41ff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff85a42000 -     0x7fff85a8aff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff85a8b000 -     0x7fff85aa1fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff85aa2000 -     0x7fff85c60fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff85c61000 -     0x7fff85c9cfff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff85cc2000 -     0x7fff85cddff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff85ce1000 -     0x7fff86125fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <E14EC4C6-B055-A4AC-B971-42AB644E4A7C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff86181000 -     0x7fff861ebfe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff861ec000 -     0x7fff862adfef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff862c4000 -     0x7fff862f4fef  com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff863d5000 -     0x7fff86657fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff86658000 -     0x7fff8666cff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <63C87CF7-56B3-4038-8136-8C26E96AD42F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff8666d000 -     0x7fff86671ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff86672000 -     0x7fff86681fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8668a000 -     0x7fff8669bfff  SyndicationUI ??? (???) <D0B68148-DB2E-D613-B507-EA95311B5045> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff866b2000 -     0x7fff86ebcfe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff86efb000 -     0x7fff86f4eff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff86f4f000 -     0x7fff86f98ff7  com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff87017000 -     0x7fff87315fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff8747c000 -     0x7fff8747cff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff8747d000 -     0x7fff874ccfef  libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff875a4000 -     0x7fff875bdfff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff877c7000 -     0x7fff877caff7  com.apple.securityhi 4.0 (36638) <0CCEB8E0-8D7E-5046-F4E2-5F66D24B6600> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff877cb000 -     0x7fff87880fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff878b1000 -     0x7fff8793dfef  SecurityFoundation ??? (???) <84778E7D-B73C-781A-CD71-7EF5E7EA8EF5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8793e000 -     0x7fff87a55fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
        0x7fff87a56000 -     0x7fff87b70fef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff87b71000 -     0x7fff87b77ff7  IOSurface ??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff87b78000 -     0x7fff87bc4fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
        0x7fff87c26000 -     0x7fff87c31ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff87c32000 -     0x7fff87d67fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff87d68000 -     0x7fff87da9fff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff87e3f000 -     0x7fff87e4dff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff87e4e000 -     0x7fff87e71fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff87e72000 -     0x7fff87e72ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff87e73000 -     0x7fff87f2cfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
        0x7fff881f4000 -     0x7fff8820bfff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff8820c000 -     0x7fff8821bfff  libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF> /usr/lib/libxar.1.dylib
        0x7fff882a3000 -     0x7fff8833dfff  com.apple.ApplicationServices.ATS 275.19 (???) <FBC907AF-C3EF-CAF1-3705-13DC91B29114> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff8833e000 -     0x7fff88785fef  com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff8886b000 -     0x7fff888a1ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff888a2000 -     0x7fff888a7fff  libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff888d8000 -     0x7fff8890bff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff8890c000 -     0x7fff88989fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff8898a000 -     0x7fff88990ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff88991000 -     0x7fff88991ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff88992000 -     0x7fff889a7ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff889a8000 -     0x7fff889c5ff7  libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff889c6000 -     0x7fff889e7fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
        0x7fff889f0000 -     0x7fff88a45ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff88a46000 -     0x7fff88a46ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff88a47000 -     0x7fff88a4cff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff88a98000 -     0x7fff88ad5ff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff88ad6000 -     0x7fff88b55fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff88b56000 -     0x7fff89b88fef  com.apple.WebCore 6534.52 (6534.52.11) <78740DDE-7B9C-92EC-9CF6-C8DD1815B609> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff89c0d000 -     0x7fff89c92ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff89cdc000 -     0x7fff89d1ffef  libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23> /usr/lib/libtidy.A.dylib
        0x7fff8a5c2000 -     0x7fff8a652fff  com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff8a6c0000 -     0x7fff8a6d1ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro6,2, BootROM MBP61.0057.B0C, 2 processors, Intel Core i5, 2.53 GHz, 4 GB, SMC 1.58f15
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: TOSHIBA MK5055GSXF, 465.76 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: Internal Memory Card Reader, 0x05ac  (Apple Inc.), 0x8403, 0xfa130000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8218, 0xfa113000 / 6
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0xfa120000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0xfd110000 / 4
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd120000 / 3

    /Library/InputManagers/CTLoader/ct_loader.bundle/Contents/MacOS/ct_loader
    /Library/ScriptingAdditions/ct_scripting.osax/Contents/MacOS/ct_scripting
    Open a Finder window. Select MacintoshHD in the Sidebar on the left.
    Now open the Library folder then the InputManagers folder. Move the files you see above in bold to the Trash.
    Now from the same Library folder open the ScriptingAdditions folder. Move the files you see above in bold to the Trash.
    Restart your Mac, launch Safari. See if you can upload photos to Facebook now.
    Those files are components of the Community Toolbar software that is not compatible with Safari.

  • Open files with java

    Hi I'd like to know if there's a way that you can open a file that's been associated with your java app. I know how to read from a file and I know how to pass command line arguments but what I don't know is how to open my app with a file just by clicking it in my file browser. If needed i could settle for a Mac-specific and a Windows-specific method.

    This is nothing to do with Java, and specific to the OS you're installing to. This question comes up quite regularly, from people who are under the impression it's the responsibility of their app to enforce the file association. It isn't. Your installation should ask users if they want the association made. Remember how annoying it is when something you've just installed takes over the file associations of another app, without asking? Don't do it, your users won't like it

  • XML Publisher report failing with java.lang.outofmemoryerror.

    Hi,
    We have developed a custom Oracle report that produces an XML output file that is about 13M in size (about 18K rows from the database). When running report as concurrent request, post processing fails with java.lang.outofmemoryerror. The failure occurs when specifying output format as Excel, RTF or HTML. However, the process completes successfully when specifying output format as PDF. We have also noticed that Excel, RTF and HTML will complete successfully if the XML data file is smaller (around 3M).
    Is anyone aware of a restriction on the size of the XML data file when specifying output formats Excel, RTF or HTML? We have tried setting temp directory but that has not helped.
    Thanks.

    Hi
    I found this at metalink [Note:390968.1].. hope it helps =)
    Symptoms: When attempting to run an XML Publisher concurrent program the following error occurs:
    ERROR: Warning!!! Got out of memory exception, retrying with scalable option..
    Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
    Oracle.apps.xdo.oa.cp.JCP4XDODataEngine
    Program exited with status 1
    Solution: To implement the solution, please execute the following steps:
    1. Login select the responsibility: System Administrator.
    2. Navigate to Concurrent > Program > Define.
    3. Query for concurrent program that is receiving the error.
    4. In the 'Options' field please enter -Xmx512M.
    5. Save the change and retest the issue.
    6. If the report still fails with the option set to -Xmx512M change the value to -Xmx1024M, save and try again
    7. Migrate the solution as appropriate to other environments.

  • Cert issue with Java 1.7 vs Java 1.6?

    As part of our Java Update process, I’ve been updating the Java version that our ColdFusion servers (9.0.1 Cumulative Hotfix 4) use from Java 1.6_xx to 1.7_17. Overall, no issues, except… when trying to connect to a couple of internal servers via cfhttp (https).
    I have imported the existing certs, (that we have been using successfully with Java 1.6_xx) into the 1.7_17 keystore, and yet I get an  “I/O Exception: peer not authenticated” error. This in most cases, implies that the certificate is not valid. However, if I point ColdFusion back to Java 1.6_xx , it the cfhttp call works fine.
    My theory is that, for some reason, the certs are not “quite right” and whereas Java 1.6 accepted them, Java 1.7 is more strict in regards to certs.
    Has anyone else experienced this, or have some advice?
    Thanks in advance...

    We had the same issue, albeit with CF10 with Java 1.7. The local_policy and US_export_policy JAR files need replacing. You can get them from Oracle (http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html). Our JARs are installed at C:\ColdFusion10\jre\lib\security - yours will be different, but the \lib\security folder is where they'll reside.  We stopped ColdFusion, backed up the security folder, and then overwrote the files in that folder with the ones from Oracle, and restarted. CFHTTP with https:// then started to work. Is your certificate a 2048 bit variety btw?
    If you can't get it to work try the CFX_HTTP custom tag as a workaround. This worked for us too until we changed the JARs. I'd actually stick with CFX_HTTP if I had the issue again - great custom tag with lots of features and works straight away.

  • Compliation issue with Java 1.5

    Following Compilation warning is seen only with Java 1.5 for the code using JNI -
    /sw/CRFS/solaris2.8-sunpro5.3/THIRDPARTY_SUNSTUDIO9/0_0_3/bin/SUNWspro/prod/bin/stdlibfilt -stderr </tmp/c++filt.27205.1.err
    ld: warning: file /share/prime/JDK/jdk1.5.0_06/jre/lib/sparc/libjvm.so: section .SUNW_dof has invalid type 0x6ffffff4
    rm /tmp/c++filt.27205.1.err
    sgs36a-0032 [share/prime/JDK/jdk1.5.0_06/jre/lib/sparc]#dump -Cv libjvm.so | egrep SUNW_dof
    [8037] 0x535f50 54756 OBJT LOCL 2 15 __SUNW_dof
    Whereas no such warning with Java 1.4.2. Can anyone help me in getting rid of this or any thoughts.

    I've just run into this same issue. Did you find a solution?

  • BC4J and OAS with Java Application Client

    Could you show me an example about using the BC4J and OAS with Java Application client.
    The JDeveloper Help is not enough to solve this kind of problem.
    Configuration:
    Jdeveloper 3.1
    OAS 4.0.8.1
    Database 7.3.4
    null

    if you can logon with client tools then that should be an indication that the service account running the CMS IS working! Good news.
    So the problem is likely with the java portion (krb5/bsclogin or java options)
    If the files are in c:\winnt\ (if not copy them there) and perform c:\program files\business objects\javasdk\bin\kinit username
    then enter and password/enter again
    Probably get the same message. To note in your krb5.ini all domain info must be in CAPS (the .com appears to be in lower case)
    kinit works with just the krb5.ini, java SDK and AD (removing BO config and the service account from the picture). Once that works if your java options are specified properly you should be able to login to CMC/infoview.
    also 1 last point. Add udp_preference_limit = 1 to the krb5 lib defaults section
    libdefaults
    default_realm = BD.com
    dns_lookup_kdc = true
    dns_lookup_realm = true
    udp_preference_limit = 1
    Regards,
    Tim

Maybe you are looking for

  • Multiple Digital Optical Solution for Apple tv Gen 3

    Since Apple tv generation 3 only connects w/digital optical and my Bose sound system has one digital output. I'm forced to choose between cable sat & aux for dolby digital sound. Is there a solution for this?

  • Export and import parameter

    Hello friends, DB: oracle 10 G O/S: Sun soalris 10. I have two sun system system both are having oracle 10 g 1 is prod database and another is test database both the systems having same schema ,I want to make my test database upto date with productio

  • CUA - Printouts

    We use CUA from our SOLMAN in a R/3 4.7 environment. During a workday we get printouts of a 2 page report. The reports are printet automatically (more than 50 a day..). 1. page: User, Host, Class 2. page:IDOC nr, USERCLONE, Serie-Info, ST, Descriptio

  • Error propagating through HTTP

    Hi I'm trying to propagate messages using HTTP. I'm getting in the alert.log the following message: ORA-29266: end-of-body reached ORA-06512: at "SYS.UTL_HTTP", line 1321 ORA-06512: at "SYS.DBMS_AQADM_SYS", line 1076 ORA-06512: at "SYS.DBMS_AQADM_SYS

  • How many TFTP servers should I have turned on in UCM?

      I have a 7 server cluster on UCM running version 8.5x with over 3,500 devices.   My question is should I have TFTP turned on on all my subscribers and if not where should it be turned on? Maybe just a server and a subscriber?  Thanks in advance for