If you look at the startup levels, Things are not initialized until start level 80. Both of these errors come from rules attempting to use an Action from a Thing that hasn’t been initialized yet. It’s not enough that the bundle be loaded, the Thing needs to be initialized and ONLINE too.
If these rules are triggered with a system started change to a system runlevel of 80 or greater. If these rules are not triggered with a system started or system runlevel trigger, you can use Delay Start [4.0.0.0;4.9.9.9] to disable those rules until a configured amount of time after runlevel 100 is reached, or Thing Status Reporting [4.0.0.0;4.9.9.9] to disable/enable the rules until the Things become ONLINE.