Removal of failed lookup

Hello Forum,

Please help me in clarifying the UVM_CONFIG_DB_TRACE outputs.
Suppose i have to verify very simple design like small alu or arbiter or adder using the uvm environment. Now i have created all the components alongwith uvm_subscriber, agent, monitor, scoreboard etc. And created the transaction class using manually writing the do_* methods with recording details. When i run the environment, it works perfectly without any warning or errors. But if i use the UVM_CONFIG_DB_TRACE, it gives so many failed lookup. Please help me to know how to remove all these failed lookup.

Thanks and Regards
Sunil Sharma.

In reply to sunils:

Could you please show your reeor messages?
I guess you have a lot of sets to the config_db without gets.

In reply to chr_sue:

No it doesn’t have any floating uvm_config_db::set. All uvm_config_db::set have corresponding uvm_config_db::get().

In reply to sunils:

Again, could you please show your error messages.