GetEntryAssembly() returned null; not logging assembly name

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
bswanson27
Posts: 7
Joined: Sat Jul 29, 2006 5:37 am
Contact:

GetEntryAssembly() returned null; not logging assembly name

Post by bswanson27 » Thu Aug 03, 2006 7:41 am

GetEntryAssembly() returned null; not logging assembly name
Is this a soft error or is it a config issue?

Thanks,
Bill

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Fri Aug 04, 2006 1:49 pm

In order to better answer, can you tell me when exactly is this being called or what log file are you reading this from?

bswanson27
Posts: 7
Joined: Sat Jul 29, 2006 5:37 am
Contact:

more information

Post by bswanson27 » Fri Aug 04, 2006 8:09 pm

Beth,
I have been struggling with getting vb 6 set up. "Procedure declaration does not match decription of event or procedure
having the same name." Got that one solved, now onto vault!

The msg is from the sgvault.log up checking in and out.

8/1/2006 3:30:23 PM <generic>: [<No Name>:3764] VaultGUIClient, Version=3.5.0.4741, Culture=neutral, PublicKeyToken=null
8/1/2006 4:22:30 PM <generic>: [<No Name>:236] VaultGUIClient, Version=3.5.0.4741, Culture=neutral, PublicKeyToken=null
8/1/2006 5:18:15 PM <generic>: [<No Name>:3892] GetEntryAssembly() returned null; not logging assembly name
8/1/2006 5:31:42 PM <generic>: [<No Name>:2924] GetEntryAssembly() returned null; not logging assembly name
8/2/2006 7:59:16 AM <generic>: [<No Name>:4092] GetEntryAssembly() returned null; not logging assembly name
8/2/2006 8:55:07 AM <generic>: [<No Name>:4060] VaultGUIClient, Version=3.5.0.4741, Culture=neutral, PublicKeyToken=null
8/2/2006 9:12:24 AM <generic>: [<No Name>:268] SimpleLogger finalized
8/2/2006 9:29:53 AM <generic>: [<No Name>:1200] GetEntryAssembly() returned null; not logging assembly name
8/2/2006 9:52:50 AM <generic>: [<No Name>:3084] GetEntryAssembly() returned null; not logging assembly name
8/2/2006 11:51:30 AM <generic>: [<No Name>:1732] GetEntryAssembly() returned null; not logging assembly name
8/2/2006 11:53:13 AM <generic>: [<No Name>:1500] VaultGUIClient, Version=3.5.0.4741, Culture=neutral, PublicKeyToken=null
8/2/2006 11:56:21 AM <generic>: [<No Name>:1720] SimpleLogger finalized
8/2/2006 2:02:09 PM <generic>: [<No Name>:1772] VaultGUIClient, Version=3.5.0.4741, Culture=neutral, PublicKeyToken=null
8/2/2006 2:05:57 PM <generic>: [<No Name>:1376] SimpleLogger finalized
8/3/2006 9:04:13 AM <generic>: [<No Name>:3304] GetEntryAssembly() returned null; not logging assembly name
8/3/2006 2:29:36 PM <generic>: [<No Name>:972] GetEntryAssembly() returned null; not logging assembly name
8/3/2006 6:52:02 PM <generic>: [<No Name>:1176] GetEntryAssembly() returned null; not logging assembly name
8/3/2006 7:12:21 PM <generic>: [<No Name>:2360] GetEntryAssembly() returned null; not logging assembly name
8/3/2006 7:15:00 PM <generic>: [<No Name>:3816] GetEntryAssembly() returned null; not logging assembly name
8/3/2006 7:18:12 PM <generic>: [<No Name>:3804] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 8:49:28 AM <generic>: [<No Name>:3324] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 9:37:50 AM <generic>: [<No Name>:2580] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 10:17:36 AM <generic>: [<No Name>:3224] VaultGUIClient, Version=3.5.0.4741, Culture=neutral, PublicKeyToken=null
8/4/2006 10:34:01 AM <generic>: [<No Name>:2136] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 10:42:36 AM <generic>: [<No Name>:1880] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 11:06:50 AM <generic>: [<No Name>:3224] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 11:08:32 AM <generic>: [<No Name>:3884] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 11:09:52 AM <generic>: [<No Name>:3260] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 1:43:56 PM <generic>: [<No Name>:392] GetEntryAssembly() returned null; not logging assembly name
8/4/2006 4:26:01 PM <generic>: [<No Name>:1192] GetEntryAssembly() returned null; not logging assembly name


Hope this gives you enough information.

Bill

sterwill
Posts: 256
Joined: Thu Nov 06, 2003 10:01 am
Location: SourceGear

Post by sterwill » Mon Aug 07, 2006 9:05 am

This is a mostly harmless warning. Vault's logging code tries to determine the "top-level" application it's running in via the GetEntryAssembly() method, but sometimes this doesn't return an assembly (perhaps because of the way the .NET runtime is embedded in Visual Basic). In this case it logs the warning, so humans reading the logs know not to expect to see the name of the application writing the logs. The presence of the message indicates this condition and doesn't indicate any other kind of configuration or program error.
Shaw Terwilliger
SourceGear LLC
`echo sterwill5sourcegear6com | tr 56 @.`

bswanson27
Posts: 7
Joined: Sat Jul 29, 2006 5:37 am
Contact:

Thanks for the reply. I can live with that.

Post by bswanson27 » Mon Aug 07, 2006 1:29 pm

Shaw,

We have downloaded version 3.5 and trying to get setup to use it.
The biggest issue that I face now is that the only Vault Client that I can get to work fully is the one on the server. I have been sending in many log files but still have been able to get it to work.

Thanks for the reply, I will ignor that one as no show stopper.

Bill

Post Reply