Configurator Accessing Remote Server Issues

If you think that something doesn't work in Aware IM post your message here
Post Reply
PointsWell
Posts: 1457
Joined: Tue Jan 24, 2017 5:51 am
Location: 'Stralya

Configurator Accessing Remote Server Issues

Post by PointsWell »

Not sure that I have described this appropriately so:

Setup is:
Remote AIM server (Linux)
Local Configurator (Mac 10.14.4)

To run the Configurator like this you have to get into the .app bundle and navigate to Contents/Resources/Java/ConfigTool/Contents/MacOS/ and then run './ConfigTool'

This leaves the config tool running a terminal window.

Every now and then the terminal window will throw up errors
eg

Code: Select all

objc[49976]: Class FIFinderSyncExtensionHost is implemented in both /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit (0x7fff969033c8) and /System/Library/PrivateFrameworks/FileProvider.framework/OverrideBundles/FinderSyncCollaborationFileProviderOverride.bundle/Contents/MacOS/FinderSyncCollaborationFileProviderOverride (0x131f2ef50). One of the two will be used. Which one is undefined.
more recently it has started throwing up

Code: Select all

2019-04-10 12:14:47.824 ConfigTool[64523:5235107] INFO: fetch-response is unable to open the file /Users/[username-dir]/Library/Caches/ConfigTool/fsCachedData/87AE7388-A97D-4FCF-8A89-89DB1D893CBE. Errno: 2
2019-04-10 12:14:49.974 ConfigTool[64523:5239065] INFO: fetch-response is unable to open the file /Users/[username-dir]/Library/Caches/ConfigTool/fsCachedData/87AE7388-A97D-4FCF-8A89-89DB1D893CBE. Errno: 2
2019-04-10 12:15:03.044 ConfigTool[64523:5243251] INFO: fetch-response is unable to open the file /Users/[username-dir]/Library/Caches/ConfigTool/fsCachedData/0789124B-3BEE-4D23-9B39-BBA5FD76B1D4. Errno: 2
2019-04-10 12:15:21.289 ConfigTool[64523:5243251] INFO: fetch-response is unable to open the file /Users/[username-dir]/Library/Caches/ConfigTool/fsCachedData/122C4917-29BF-44F2-8F0A-966683A603DD. Errno: 2
2019-04-10 12:52:02.995 ConfigTool[64523:5421447] INFO: fetch-response is unable to open the file /Users/[username-dir]/Library/Caches/ConfigTool/fsCachedData/87AE7388-A97D-4FCF-8A89-89DB1D893CBE. Errno: 2
2019-04-10 12:52:07.934 ConfigTool[64523:5423999] INFO: fetch-response is unable to open the file /Users/[username-dir]/Library/Caches/ConfigTool/fsCachedData/87AE7388-A97D-4FCF-8A89-89DB1D893CBE. Errno: 2
2019-04-10 12:52:30.017 ConfigTool[64523:5428117] INFO: fetch-response is unable to open the file /Users/[username-dir]/Library/Caches/ConfigTool/fsCachedData/87AE7388-A97D-4FCF-8A89-89DB1D893CBE. Errno: 2
Where [username-dir] is my home directory name.
[EDIT - These appear to be generated when using the internal browser and every time I run a process]

There seems to be some correlation with me then getting these errors on my queries
Query Error
Query Error
Screen Shot 2019-04-11 at 09.34.29.png (8.44 KiB) Viewed 4139 times
There is not an error with the query. If I close everything and restart then this query error goes away.

I am not sure that the error in the terminal window is the cause, but there definitely seems to be some correlation
Post Reply