OrientDB error when trying to browse a class via console OrientDB error when trying to browse a class via console database database

OrientDB error when trying to browse a class via console


Found the cause of the error...

When I was parsing my source data for the column names, they were in the form integer name; and I had forgotten to strip off the ; from the name. So when I created the field in the document the name had the ; on the end and this was causing the error when trying to browse the class in OrientDB console.