cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Choose Language Hide Translation Bar
bf
bf
Level I

New JMP Web Environment Issue

Recently, code I have used for quite some time has started having errors. When opening certain sites in jsl (either through "webbrowserbox" or "web" commands), several errors are thrown before the web page will open. The same URLs can open correctly in browsers, and will eventually open after escaping out of all the errors in jmp. In particular, bit bucket and confluence are two example websites which both demonstrate this issue while other websites load correctly. Any suggestions if I need to access these sites? Example code is below and error image is attached.

Window = NewWindow("Bit Bucket", <<Modal,
WebBrowserBox("https://bitbucket.org"),
ButtonBox("OK")
);

Web("https://www.atlassian.com/software/confluence", JMP Window);

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
bf
bf
Level I

Re: New JMP Web Environment Issue

Thanks Sam. I reached out to jmp support. They confirmed the issue exists on JMP 16, but should be fixed on JMP 17. My company has not upgraded to 17 yet so I cannot confirm, but will revisit when we move to the new version.

View solution in original post

2 REPLIES 2

Re: New JMP Web Environment Issue

I recommend you send this to JMP technical support at support@jmp.com, they are the best equipped to help investigate the issue and see if there is a solution.  

bf
bf
Level I

Re: New JMP Web Environment Issue

Thanks Sam. I reached out to jmp support. They confirmed the issue exists on JMP 16, but should be fixed on JMP 17. My company has not upgraded to 17 yet so I cannot confirm, but will revisit when we move to the new version.