Jump to content
Changes to the Jaspersoft community edition download ×

First Report on visualize.js give 2126 error


jcook_2

Recommended Posts

Hi folks,

I'm trying my first web report using visualize.js on jaspersoft 6.2.

It's erroring at the following function in visualise.js:
    function p(e) {
        var t = e.toLowerCase().match(D)
          , n = t[2]
          , r = t[3]
          , o = t[4] || "";
        return ("http:" == n && ":80" == o || "https:" == n && ":443" == o) && (o = ""),
        n + "//" + r + o
    }
 
Presumably e.toLowerCase().match(D) isn't returning a value. any htoughts?

 

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...