cancel
Showing results for 
Search instead for 
Did you mean: 

Opening htm file in workbench MII v 14 SP5

Former Member
0 Kudos

when I open a htm file in workbench I get a popup that says Error - NULL


java.lang.StackOverflowError

at java.lang.Character.codePointAt(Unknown Source)

at java.util.regex.Pattern$CharProperty.match(Unknown Source)

at java.util.regex.Pattern$Branch.match(Unknown Source)

at java.util.regex.Pattern$GroupHead.match(Unknown Source)

at java.util.regex.Pattern$Loop.match(Unknown Source)

at java.util.regex.Pattern$GroupTail.match(Unknown Source)

I deleted some of the 1000+ rows... but you get the idea...

at java.util.regex.Pattern$BranchConn.match(Unknown Source)

at java.util.regex.Pattern$CharProperty.match(Unknown Source)

at java.util.regex.Pattern$Branch.match(Unknown Source)

at java.util.regex.Pattern$GroupHead.match(Unknown Source)

at java.util.regex.Pattern$Loop.match(Unknown Source)

at java.util.regex.Pattern$GroupTail.match(Unknown Source)

at java.util.regex.Pattern$BranchConn.match(Unknown Source)

at java.util.regex.Pattern$CharProperty.match(Unknown Source)

at java.util.regex.Pattern$Branch.match(Unknown Source)

at java.util.regex.Pattern$GroupHead.match(Unknown Source)

And it then shows a blank page

I can right click on the file in the tree and choose open and will be able to see the text on the page.

Unfortunately then the file will not save...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I'm also noticing that the htm page is formatted/colorized down to a parameter in the included applet.

this param seems ok but guessing that the line might be too long it is 4791 characters long as it contains a bunch of tag names for and IP21 query looks something like:

<param name="param.1" value="'$PC-5000CO','5-COA-6','5FT-230','5PIC-230PV','CALC_WGC_HYCO_CONC' ..... 'calc_value'" />

so that might be throwing off the reading and saving...