I'm not quite sure what is happening, but on our site there are several problems that are supported by Tridion 2011 SP1, which I only think is caused by the db broker
1, loading the website results in an error using the environment data module:
[NullReferenceException: the reference to the object is not set to the instance of the object.] Tridion.ContentDelivery.AmbientData.HttpModule.OnRequestStart (sender of the object, EventArgs e) +292 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.ExecutionStep.ExecuteStep.ExecuteStep.Execution +79 System.Web.HttpApplication.ExecuteStep (step IExecutionStep, Boolean, and completed synchronously) +269
2, the audience manager profile is not synchronized between the broker and the subscription management databases, receiving the following errors from the logs:
Error getting synchronization package from view system with URL: [URL] Profilesync.aspx. Message class java.sql.SQLException No data access object for AudienceManagerProfile java.sql.SQLException: no data access object for AudienceManagerProfile
3, Publishing the publication of the website repeatedly fails during the transportation phase, returning: Transport error: failed to transfer tcm_0-10689-66560.Content.zip using HTTPS
I know that this sounds like several problems at once, but my site works until another web publication is added to the project. Since then, we get these errors and would like to think that all this is connected with the problem with brokerage db.
Does anyone come across something like this?
UPDATE: I should also add the fact that dynamic linking also stopped working, which strengthens my faith in the problem of connecting to the broker database or with it.
source share