Component binding tag not created on page

We installed tridion for publishing on two servers, designed for publishing in two places.

  • The license is installed on both servers
  • All configuration files and lib are in place.

When we tried to publish to servers using a second test CME server, it publishes and generates a component binding tag on the page. When publishing envirnment-dev from the first CME server, the component binding tag is not generated on the page. error below is logged

WARN Admin - WAI: Could not find a presentation for SiteIdentifier[Protocol=http; Domain=*.*.*.*; Port=****; Path=/HTTPUpload.aspx] 2012-12-18 05:19:28,351 ERROR UserManager - No Data Access Object for Personalization com.tridion.broker.StorageException: No Data Access Object for Personalization at com.tridion.storage.filesystem.FSDAOFactory.getDAOForTypeMapping(FSDAOFactory.java:177) ~[cd_datalayer.jar:na] at com.tridion.storage.StorageManagerFactory.getOriginalDAO(StorageManagerFactory.java:450) ~[cd_datalayer.jar:na] at com.tridion.storage.StorageManagerFactory.getDAO(StorageManagerFactory.java:271) ~[cd_datalayer.jar:na] at com.tridion.storage.StorageManagerFactory.getDefaultDAO(StorageManagerFactory.java:178) ~[cd_datalayer.jar:na] at com.tridion.user.UserManager.checkUser(UserManager.java:56) ~[cd_wai.jar:na] 

The event viewer also shows

 Can't initialize application heartbeat monitoring: 0x80040154 Source: SetupThreadHeartbeat 
  • what is the configuration required for the CME server for dynamic linking
+4
source share
1 answer

The CME does not need any configuration for Dynamic Linking, as this is what you configure and use on the presentation side (your application web server).

The error message that you post indicates that your WAI (profiling and personalization) setting is incorrect and possibly more. I suggest you start with a basic setup and do this job, which should have a link to the job before adding things like WAI that you don't even need.

The error message with the error message indicates a problem with the monitoring configuration, which again indicates that you have a lot of configuration problems. It might be better to start from the beginning and follow the documentation (login required) from step to step to configure the content delivery server.

Another option is always to call SDl Tridion Professional Services and hire an infrastructure consultant to customize your environment.

+5
source

All Articles