Note that there are some explanatory texts on larger screens.

plurals
  1. USSpanky Quigman
    primarykey
    data
    text
    plurals
    1. COThanks for chiming in, @YaroslavHalchenko! I was going to send you and Michael a message to follow up with you guys on this very issue. We also have the requirement to configure the data archive directories as well, so the issue really extends into permissions and Tomcat user and so on as well.
      singulars
    2. COThat's brutal, @Cerber :) I'll give that a try later on. I ended up recreating the full browser stack (minus the JSObject) in the IntelliJ applet debug configuration. Total pain in the neck, but it's working. In the course of trying to work around this issue, I've now completely bricked Java in the browser on my Windows machine and can only run applets in Firefox on OS X! I can debug there (it's 7u17) but the JVM crashes right at the point where I want to step through my code :/
      singulars
    3. CO@Cerber, I'm debugging an applet that we use for uploading medical imaging data. We're forced to use applets for two reasons: sandbox data restrictions with most client technologies and application of some high-level technical libraries (dcm4che, our own data-anonymization libraries) on the data before it's uploaded into our system. For the signature issues, try running jarsigner -verbose -verify on all of the jars in the applet. We haven't seen any signing issues on the recent JVM versions, just this debug problem.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload