Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Could not find a part of the path ...

web-app

I have few questions.

1) I installed the software under f:\IssueTracker\ but some of the pages shows error indicating the page was "suppose" to be at c:\itracker\ instead.  My current solution is I have 2 copies, one at f:\ and another at c:.  I am thinking path is being set in SQL.

2) Also, if I installed the sample SQL, is it recommended to somehow start from scratch? or am I safe to modify the sample to suite my need?  I thought my first problems may have something to do with installing sample database.

3) Lastly, and most importantly.  I been getting this one error in the log, and would like to fix it somehow.
Error Message:
Could not find a part of the path 'C:\ITracker\Gemini Web Application\bin\plugins'.

Stack Trace:
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) at System.IO.DirectoryInfo.GetFiles(String searchPattern, SearchOption searchOption) at System.IO.DirectoryInfo.GetFiles(String searchPattern) at CounterSoft.Gemini.Business.Events.GeminiEventDispatcher.LoadPlugins(String strPath)

Additional Information:
mscorlib

Any help would be appreciated.

hsiao421
· 1
hsiao421
Replies (7)
helpful
0
not helpful

  1. Can you please send the exact error? Did you set the full Gemini url correctly?
  2. Yes, it is better to start using the sample database.
  3. Please check to see if you have a plugins directory under the bin folder. If not please create it.

 


Saar Cohen
· 5000
Saar Cohen
helpful
0
not helpful

Could you please explain to me meaning of these 2 options? (both in Administration -> General)
1) Full Gemini URL
2) Enforce Gemini URL


hsiao421
· 1
hsiao421
helpful
0
not helpful

Full Gemini URL: This setting is mainly used to embed links to Gemini within an email alerts sent to recipients.

Enforce Gemini URL: This setting pertains to image paths. If you enforce the URL, every image path will use the Gemini URL. Usually image paths are relative to where Gemini is installed. Under normal circumstances this setting can be ignored.


Bikram
· 1
Bikram
helpful
0
not helpful

I too am receiving this error:

" Normal 0 false false false EN-GB X-NONE X-NONE MicrosoftInternetExplorer4 /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;} LoadPlugins Could not find a part of the path 'C:\Inetpub\vhosts\removeddomain.co.uk\httpdocs\bin\plugins'. mscorlib"

That is the full error message.

Mscorlib does not exist in this location.  Should it?  As it is not being published to this directory by Visual Studio..


Cheers!


denzil
· 1
denzil
helpful
0
not helpful

Which version of Gemini are you running? When do you get this error?
Does the plugins directory exist under the bin folder?


Mark Wing
· 9108
Mark Wing
helpful
0
not helpful

Hi mark,

We are running version 3.6.5.  The plugins directory does exist under the bin folder, but only contains a donotdelete.txt file.

I cannot confirm the exact scenarios on which this occurs, I will keep an eye out for any patterns!


denzil
· 1
denzil
helpful
0
not helpful

If you are not using any plugins then it fine.
The error suggests that Gemini can't read the contents of the folder which might be a permission issue.
But it shouldn't cause any issues with Gemini's functionality.


Mark Wing
· 9108
Mark Wing