iFolder debug logs - HowTo
1 Logs 1.1 Client 1.2 Server 2 StoreBrowser 2.1 To view DB on Server 2.2 To view DB on clients 3 Nautilus Extension 4 Simias Data Directory 1 Logs ~~~~~~~ Simias and iFolder uses log4net for logging. log4net provides various levels : + Off. + Fatal. + Error. + Warn. + Info. + Debug. + All. [ [http://logging.apache.org/log4net/release/sdk/log4net.Core.Level.html] ] Level of logging can be controlled by modifying the Simias.log4net configuration file. 1.1 Client
Logs on server is available at the location <data_path>/simias/log/ Simias.log4net file on server is available at the location <data_path>/simias/ Web admin and Web access apache logs are available at /var/log/apache2 access_log and admin_log 2 StoreBrowser ~~~~~~~~~~~~~~~ iFolder stores the metadata in Flaim store . Store Browser can be used to view the contents of the store. Forms Store Browser can be used to view the contents of iFolder store and modify some of them [ on all 3 platforms ]. Code available at : [https://simias.svn.sourceforge.net/svnroot/simias/branches/ifolder3.6-prerelease/simias/tools/FormsStoreBrowser/] Executable of FormsStoreBrowser : [https://forgesvn1.novell.com/svn/simias/branches/ifolder3.6-prerelease/simias/tools/FormsStoreBrowser/bin] Copy SimiasBrowser.asmx from simias/src/core/Simias.Web/ to /opt/novell/ifolder3/{lib,lib64}/simias/web on the server and <install_path>/{lib,lib64}/simias/web on client Warning : Using the storebrowser to change the db can leave the simias server in a unstable state. 2.1 To view DB on Server
0. Client should be running before you login to store browser 1. Go to the location where storebrowser.exe is. Launch Store Browser by executing mono StoreBrowser.exe 2. File -> Open Store (or Ctrl + s) 3. http/s:<ip>:<port>/simias10 port is available in the file "xspport.cfg" User name and password to login is available in the file ".local.if" separated by ':" Above mentioned files are available at the location ~/.local/share/simias/ and %USERPROFILE%\Local Settings\Application Data\simias on Linux/Mac and Windows respectively. 3 Nautilus Extension ~~~~~~~~~~~~~~~~~~~~~ Enable the Debug macro #define DEBUG_IFOLDER(args) (g_print("nautilus-ifolder: "), g_printf args) in src/nautilus-ifolder.c [ line 63 ] . Start nautilus from terminal and all messages are logged to terminal. 4 Simias Data Directory ~~~~~~~~~~~~~~~~~~~~~~~~ TODO.
|
the url's above are dead
i cannot find the browsers or the aspx file anywhere