|
|
Rank: Advanced Member
Joined: 6/10/2011 Posts: 37 Points: 111 Location: Belgrade
|
Hi, I have problem that is cause by mobile entree. Here is the error page Quote: Server Error in '/' Application.
Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.] EntreeServer.Installation.EntreeUtility.get_HivePath() +123 EntreeServer.Installation.ᜁ..cctor() +9
[TypeInitializationException: The type initializer for 'ᜁ' threw an exception.] EntreeServer.Installation.Licensing.ᜀ.ᜃ() +22 EntreeServer.Installation.Licensing.ᜀ.ᜀ(HttpApplicationState A_0) +62 EntreeServer.Module.HttpModules.EntreeHttpModule.Init(HttpApplication context) +26 System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) +480 System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) +336 System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) +350 System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext) +382
[HttpException (0x80004005): The type initializer for 'ᜁ' threw an exception.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +11305670 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +88 System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) +4342340
Version Information: Microsoft .NET Framework Version:2.0.50727.4952; ASP.NET Version:2.0.50727.4955
From novere every site on every Farm where is mobile entree instaled stoped working. Please help. Alex
|
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 279 Points: 408 Location: VA
|
Hi Alex,
What is the path to your 14 hive? Also what version of ME are you running?
-joe
|
|
Rank: Advanced Member
Joined: 6/10/2011 Posts: 37 Points: 111 Location: Belgrade
|
joe wrote:Hi Alex,
What is the path to your 14 hive? Also what version of ME are you running?
-joe It is same as before when all site works fine :) C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14 I have actually 3 farm in farm with one sql server and everything stop work. My version of ME is 3.0.0.53 Thanks in advance
|
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 279 Points: 408 Location: VA
|
Have you recently deleted any Farm Features?
The root cause of this error may be the way we resolve the 14 hive. We use the install directory of existing Farm Features, which if a folder is deleted without removing the feature from the farm, this could potentially happen.
|
|
Rank: Advanced Member
Joined: 6/10/2011 Posts: 37 Points: 111 Location: Belgrade
|
joe wrote:Have you recently deleted any Farm Features?
The root cause of this error may be the way we resolve the 14 hive. We use the install directory of existing Farm Features, which if a folder is deleted without removing the feature from the farm, this could potentially happen. I am working with deployment from VS 2010 of custom web part solution that is farm solution but I am working with that every day and there is no such problem. What is the exactly folder name that Mobile entree feature work with to check if exist. We have similar issue about 3 months ago and after some time portal start to work. Very weird. Alex
|
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 279 Points: 408 Location: VA
|
A small console app should be able to tell you what the issue is.
Develop an app the enumerates all Farm Features. Loop through them and try to access the RootFolder property of each feature. If one throws an error trying to access that property, you will likely have found the issue.
-joe
|
|
Rank: Advanced Member
Joined: 6/10/2011 Posts: 37 Points: 111 Location: Belgrade
|
And If I found that feature I just need to retract it and delete it. Correct me if I am wrong?
|
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 279 Points: 408 Location: VA
|
Yes, that should fix it.
|
|
Rank: Advanced Member
Joined: 6/10/2011 Posts: 37 Points: 111 Location: Belgrade
|
Hi,
After restarting sql server that is in farm with all other share point server that stop working everything is work fine. I don't know what solve this problem but I do nothing then restart SQL. Anyway thanks for help but you should put this on bug list(which is very hard to reproduce) and try to see what happen.
Alex
|
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 279 Points: 408 Location: VA
|
We will continue to investigate the cause. If restarting SQL fixed it, that does make it a bit more complicated.
|
|
|
Guest |