
'' Token Parsing Error: Lexical error at line 13, column 44. JMeterException: Error invoking bsh method: eval Sourced file: inline evaluation of:import java.io.File import java.io.FileReader import java.io.LineNumberReader. For example, select Allow for Read for a Read-only option. Set permissions for MSSQLSERVER on the Permissions window and click OK. Click OK on the Select Users and Groups window. Click Check Names, select MSSQLSERVER and click OK. 16:29:21,614 WARN o.a.j.p.j.s.BeanShellSampler: Exception executing script. Right-click the certificate file and select All Tasks > Manage Private Keys.


16:29:21,614 ERROR o.a.j.u.BeanShellInterpreter: Error invoking bsh method: eval Sourced file: inline evaluation of: import java.io.File import java.io.FileReader import java.io.LineNumberReader. Here's the error from trying line.split("\\|") If I use line.split("\\|") in a jdk like eclipse, it works, but I can't find how to make it work for beanshell. Now, I have tried using line.split("|"), line.split("\\|"), line.split("\|"), line.split(Pattern.quote("|"), and none have worked properly.

Earlier, it was comma delimited, and using line.split(",") worked fine. I'm trying to write a beanshell sampler in JMeter that splits a | delimited file.
