I am getting an error trying to use cbmarkdown on ...
# box-products
d
I am getting an error trying to use cbmarkdown on a live server (CF2016). I think the server in question has enabled sandbox security and other restrictions. I don’t get an error running the same code via commandbox locally Error: Could not initialize class com.vladsch.flexmark.ext.tables.TablesExtension The error is coming from
private function createOptions( required struct options ){
var staticTableExtension = javaloader.create( "com.vladsch.flexmark.ext.tables.TablesExtension" );
I am assuming it is something in javaloader that is not working properly. But I am unsure as I have limited ability to debug in live and have no ability to change any settings.