GithubHelp home page GithubHelp logo

leaningtech / cheerpj-meta Goto Github PK

View Code? Open in Web Editor NEW
413.0 23.0 20.0 6.79 MB

Run Java 8 applications, libraries, applets, Java Web Start, and Oracle Forms on the web without legacy plugins.

Home Page: https://labs.leaningtech.com/cheerpj

compiler java java-8 javascript jit jvm webassembly java-applet jnlp oracle-forms

cheerpj-meta's Introduction

layout
readme

Welcome to Leaning Technologies's docs

Information for helping you move to Web-based solution projects in C++ / Java / x86 or Flash can be found here.

More general informations about our expertise and products can also be found on our main website at https://leaningtech.com.

Try our (client side) search tool:

cheerpj-meta's People

Contributors

alexp-sssup avatar bates64 avatar carlopi avatar gabrielareyna avatar marsicplusplus avatar sderossi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cheerpj-meta's Issues

ProGuard

Hi

I'm trying to use the cheerpj.pro file I generated using cjGetProguardConfiguration() with ProGuard. It generates thousands of notes about duplicate classes.

I'm also getting one error:

Unexpected error while performing partial evaluation:
  Class       = [eu/europa/esig/dss/DSSASN1Utils]
  Method      = [getAccessLocations(Leu/europa/esig/dss/x509/CertificateToken;Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;)Ljava/util/List;]
  Exception   = [java.lang.IllegalArgumentException] (Can't find common super class of [org/bouncycastle/asn1/ASN1Sequence] (with 3 known super classes) and [java/lang/Exception] (with 1 known super classes))
Error: Can't find common super class of [org/bouncycastle/asn1/ASN1Sequence] (with 3 known super classes) and [java/lang/Exception] (with 1 known super classes)

I'm trying to run proguard like this:

java -jar ~/path/to/proguard.jar -injars ~/app/app.jar -include /path/to/cheerpj.pro -libraryjars /home/user/.m2/repository -outjars ~/app/out.jar -dontwarn

I know this is not a support forum for ProGuard. I'm just trying to figure out whether I'm doing something wrong here, or the generated .pro config should be enough to run proguard successfully.

I'm also new to proguard. What am I doing wrong?

Single javascript file?

I see there is a loader.js that loads all the required modules. Would it be possible to merge all into one single Javascript file removing the methods and classes that are not used from the merged modules?

Java 9 / JigSaw?

Does cheerpj support Java 9 especially JigSaw? Would be nice to reduce the needed runtime.

Generic Field Types not supported

In Minimal-J I rely much on reflection. One thing that seems not to work are the generic Types of Fields:

public class ListContainer {

	public List<String> strings;
}

public class FieldTypes {

	public static void main(String[] args) throws Exception {
		Field field = ListContainer.class.getField("strings");

		System.out.println("Field.genericType should be implementation of " + ParameterizedType.class.getSimpleName());
		Type type = field.getGenericType();
		System.out.println("Actual value: " + type);
	}

}

This returns java.util.List with CheerpJ but java.util.List<java.lang.String> with JDK 8.

regards

Bruno

files missing cjrtnc.leaningtech.com ?

it apears im getting a 404 when i run my app

cjrtnc.leaningtech.com/cheerpj/lib/accessibility.properties Failed to load resource: the server responded with a status of 404 ()
cjrtnc.leaningtech.com/cheerpj/lib/swing.properties Failed to load resource: the server responded with a status of 404 ()
cjrtnc.leaningtech.com/cheerpj/lib/net.properties Failed to load resource: the server responded with a status of 404 ()
cjrtnc.leaningtech.com/cheerpj/lib/fonts/LucidaSansRegular.ttf Failed to load resource: the server responded with a status of 404 ()
2cjrtnc.leaningtech.com/cheerpj/lib/fonts/badfonts.txt Failed to load resource: the server responded with a status of 404 ()
2cjrtnc.leaningtech.com/cheerpj/lib/fonts/fallback Failed to load resource: the server responded with a status of 404 ()

Bad class file: version 52.0 not supported

I am experiencing issue with classes in rt.jar being versioned artificially higher than enough for them. Community version of jvm2ada does not handle this. It can only handle 50.0 (found in JDK 1.6). There are other tools suffering from this rush toward artificial incompatibility.

cheerpj-strip is known to throw out the real bytecode. If bytecode is omitted, then most new features are omitted as well, and class format version can be set to the least compatible one which is likely to be in 1.4 .. 1.6 range.

getting started help

I created the file.jar.js, and I'm trying to follow the simple the Getting Started instructions for the Basic HTML. I'm at the line: cheerpjRunMain("AppClass", "/app/my_application_archive.jar:/app/my_dependency_archive.jar");
but I don't think I implemented the 'AppClass' correctly or the second parameter. I only have 1 .jar file.
Do I use the .class from my app? or use 'AppClass'. What about for the second parameter. Do I use the .jar or the .jar.js? If not, when do I call the .jar.js file?

Support for Node.js

I have a large Java server application that I would love to port to NodeJS but it’s just too big to start that project - assuming that I replaced Tomcat with ExpressJS, are there any restrictions that would prevent NodeJS development?

Although CheerpJ is billed as "on the fly", is it possible to save the generated Javascript and then ditch the Java altogether - making the Javascript code the main repo that is edited and developed going forward?

Example program will not work

The example program will not progress beyond the spinner. I tried it in MS Edge browser and also Android Chrome browser. I successfully converted the .jar file to .js and copied it into the root directory of my web server along with the example HTML, so I don't know why it doesn't work.

Error: Could not find or load main class AppClass

I managed to create the file my_aplication. jar. js, in my case it is called GP-Multiplexer-master. jar. js.

Then I have created a simple server with python to serve it, but when I try to view the content I get an error. The error is as follows:"Error: Could not find or load main class AppClass".

My python server code is as follows:

`
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer
import SocketServer

class S(BaseHTTPRequestHandler):
def _set_headers(self):
self.send_response(200)
self.send_header('Content-type', 'text/html')
self.end_headers()

def do_GET(self):
    self._set_headers()
    self.wfile.write("<!DOCTYPE html><html><head><meta  charset = \"utf-8\" ><title > CheerpJ test </title ><script  src = \" https://cjrtnc.leaningtech.com/loader.js \" > </script></head><body><script>cheerpjInit (); cheerpjCreateDisplay ( 800 , 600 );console.log(\"PASA\");cheerpjRunMain(\"AppClass\", \"/app/GP-Multiplexer-master.jar\");</script> </body></html>")

def do_HEAD(self):
    self._set_headers()
    
def do_POST(self):
    # Doesn't do anything with posted data
    self._set_headers()
    self.wfile.write("<html><body><h1>POST!</h1></body></html>")

def run(server_class=HTTPServer, handler_class=S, port=80):
server_address = ('', port)
httpd = server_class(server_address, handler_class)
print 'Starting httpd...'
httpd.serve_forever()

if name == "main":
from sys import argv

if len(argv) == 2:
    run(port=int(argv[1]))
else:
    run()

`
I do the following to pass you the jar list: cheerpjRunMain ("AppClass","/app/GP-GP-Multiplexer-master.jar")

I was wondering if you could point me out where I'm making the mistake.

Greetings,

Which libraries and OS are required to use CheerpJ under Ubuntu?

When I compile my jar I get losts of error messages (below). It feels like I need to install something, but I'm not sure what it is. I'm running ubuntu 14.04.01.
XX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideSwingUtilities$TraceDebugBorder.class ...
Failure compiling com/jidesoft/swing/JideSwingUtilities$TraceDebugBorder.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideSwingUtilities$TraceDebugBorder.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideSwingUtilities$viewportSynchronizationChangeListener.class ...
Failure compiling com/jidesoft/swing/JideSwingUtilities$viewportSynchronizationChangeListener.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideSwingUtilities$viewportSynchronizationChangeListener.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideSwingUtilities.class ...
Failure compiling com/jidesoft/swing/JideSwingUtilities.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideSwingUtilities.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideTabbedPane$1.class ...
Failure compiling com/jidesoft/swing/JideTabbedPane$1.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideTabbedPane$1.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideTabbedPane$2.class ...
Failure compiling com/jidesoft/swing/JideTabbedPane$2.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideTabbedPane$2.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideTabbedPane$3.class ...
Failure compiling com/jidesoft/swing/JideTabbedPane$3.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideTabbedPane$3.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideTabbedPane$4.class ...
Failure compiling com/jidesoft/swing/JideTabbedPane$4.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideTabbedPane$4.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideTabbedPane$5.class ...
Failure compiling com/jidesoft/swing/JideTabbedPane$5.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideTabbedPane$5.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

compiling com/jidesoft/swing/JideTabbedPane$6$1.class ...
^CFailure compiling com/jidesoft/swing/JideTabbedPane$6$1.class
command: /tmp/cheerpj_preview/bin/cheerpj "" -llvm -llvm-exceptions -cp /tmp/tmpf35mcke1/rt.jar.dir/ com/jidesoft/swing/JideTabbedPane$6$1.class
/tmp/cheerpj_preview/bin/cheerpj: /lib/x86_64-linux-gnu/libtinfo.so.5: no version information available (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version GLIBCXX_3.4.20' not found (required by /tmp/cheerpj_preview/bin/cheerpj) /tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version CXXABI_1.3.9' not found (required by /tmp/cheerpj_preview/bin/cheerpj)
/tmp/cheerpj_preview/bin/cheerpj: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by /tmp/cheerpj_preview/bin/cheerpj)

Error when using Cheerpj with Saxon

I am trying to see if I can get Cheerpj to work for the Saxon-HE XSLT processor. I was able to recompile the Jar to a .jar.js and upload it to my webserver. However when I try and use Saxon I get an error from Cheerpj like this on the console in Chrome:

Reporting error: Unhandled exception N4java4lang20NullPointerException/TypeError: d.v0 is not a function
    at _c4pbQ3qZcqeYCallHelpdG1a_ISGIwKHKN2c9BCo3cGKetrqSoAqYahjS3m (https://cheerpjdeploy.leaningtech.com/runtime/rt.jar.com.js:2950:2130)
    at _c4pbQ3qZcqK0CallHelper6createEt0_c8pmAqYahfSytLy0e (https://cheerpjdeploy.leaningtech.com/runtime/rt.jar.com.js:2950:3020)
    at Object.func (https://cheerpjdeploy.leaningtech.com/loader.js:468:16)
    at runContinuationStack (https://cheerpjdeploy.leaningtech.com/loader.js:287:10)
    at cheerpjSchedule (https://cheerpjdeploy.leaningtech.com/loader.js:709:4)
    at HTMLScriptElement.classLoadComplete (https://cheerpjdeploy.leaningtech.com/loader.js:177:3)
loader.js:1605

Unhandled exception N4java4lang20NullPointerException/TypeError: d.v0 is not a function
    at _c4pbQ3qZcqeYCallHelpdG1a_ISGIwKHKN2c9BCo3cGKetrqSoAqYahjS3m (https://cheerpjdeploy.leaningtech.com/runtime/rt.jar.com.js:2950:2130)
    at _c4pbQ3qZcqK0CallHelper6createEt0_c8pmAqYahfSytLy0e (https://cheerpjdeploy.leaningtech.com/runtime/rt.jar.com.js:2950:3020)
    at Object.func (https://cheerpjdeploy.leaningtech.com/loader.js:468:16)
    at runContinuationStack (https://cheerpjdeploy.leaningtech.com/loader.js:287:10)
    at cheerpjSchedule (https://cheerpjdeploy.leaningtech.com/loader.js:709:4)
    at HTMLScriptElement.classLoadComplete (https://cheerpjdeploy.leaningtech.com/loader.js:177:3)

test-saxon.html?xmlFile=&xsltFile=:1 Failed to load https://docs.google.com/forms/d/e/1FAIpQLScErDRKZvSy1JAdiRSZfAsjf711VWdSdkczuSYHfIHQbtyFXA/formResponse: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://static.adamretter.org.uk' is therefore not allowed access.

Can you tell me if I am doing something wrong in the use of Cheerpj or if this is a bug in Cheerpj?
My code is here - http://static.adamretter.org.uk/test-saxon.html

Thanks

getFields() on primitive type crashes

To ask for the fields of a primitive Type doesn't make sense but should not crash the system

public class FieldsOfPrimitive {

	public static void main(String[] args) throws Exception {
		System.out.println(Integer.TYPE.getFields());
		System.out.println("Still alive");
	}
}

This returns works with with JDK 8 but CheerpJ produces:
Unhandled exception N4java4lang20NullPointerException/TypeError: Cannot read property 'length' of null

regards

Bruno / minimalj.org

Local file usage

The program I'm intending to use with CheerpJ uses Swing file choosers for input in the form of XML files and other things. It doesn't appear to me that CheerpJ includes functionality for selecting a file from the user's computer outside of the sandboxed virtual filesystem outlined in the documents. That is, when opening a file chooser within the program, the virtual filesystem is displayed and only files within that can be selected.

How would one go about allowing users to select files from their local machine, such as from their Downloads or Documents folder? Would additional javascript need to be written to allow for this type of interaction with CheerpJ?

Support for ImageIO

Doing a simple test program that loads a JPEG image and displays image. Java application works. Get the following error message in javascript console. I suspect it is an JNI problem and found one other post with similar issue. I placed the file in the /app/ directory and using that path to load the file.

Will try PNG and see if that finds a non-JNI path to loading image. Would be good to have a working example either using ImageIO or some other third party pure Java library.

loader.js:409 Uncaught ReferenceError: afp is not defined
at aft (icu.js:1)
at afz (icu.js:1)
at a0E (icu.js:1)
at cheerpjJNIBridge (loader.js:1901)
at _c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrD$yQhOirzm8kbGbzjKbf9GYEIJABIAIAIgbGWANgKTvhfmnrhzSAlqWcHxOeSorWDCivrbdqdDUiuJdp7nd (rt.jar.com.sun.imageio.plugins.jpeg.js:29)
at _c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrD$yQhOirz08kbWaruTDebWG4bloSN4PbzJepoM0khNcebWm7zq_fFdynLxeyhRVcinreb (rt.jar.com.sun.imageio.plugins.jpeg.js:63)
at N3com3sun7imageio7plugins4jpeg15JPEGImageReader._c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrD$yQhOirz48kbWareEebWGN4PbzJ0moMKigNcebW4zq_fFdynLxKvnI8gvrbreXqrlb [as v37] (rt.jar.com.sun.imageio.plugins.jpeg.js:63)
at Object.eval [as func] (eval at buildContinuations (loader.js:135), :3:300)
at runContinuationStack (loader.js:395)
at cheerpjSchedule (loader.js:961)
aft @ icu.js:1
afz @ icu.js:1
a0E @ icu.js:1
cheerpjJNIBridge @ loader.js:1901
_c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrD$yQhOirzm8kbGbzjKbf9GYEIJABIAIAIgbGWANgKTvhfmnrhzSAlqWcHxOeSorWDCivrbdqdDUiuJdp7nd @ rt.jar.com.sun.imageio.plugins.jpeg.js:29
_c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrD$yQhOirz08kbWaruTDebWG4bloSN4PbzJepoM0khNcebWm7zq_fFdynLxeyhRVcinreb @ rt.jar.com.sun.imageio.plugins.jpeg.js:63
_c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrD$yQhOirz48kbWareEebWGN4PbzJ0moMKigNcebW4zq_fFdynLxKvnI8gvrbreXqrlb @ rt.jar.com.sun.imageio.plugins.jpeg.js:63
(anonymous) @ VM3447:3
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
cheerpjFileLoaded @ loader.js:1047
load (async)
webReadAsync @ cheerpOS.js:298
cheerpjReadAsync @ cheerpOS.js:1379
_read @ icu.js:1
_readFully @ icu.js:1
_readFullyAt @ icu.js:1
_ZIP_GetEntryDataOffset @ icu.js:1
_ZIP_Read @ icu.js:1
_InflateFully @ icu.js:1
_ZIP_ReadEntry @ icu.js:1
__ZN9ZipFileJS15getDataForEntryERKN6client6StringE @ icu.js:1
ZipFileJS.getDataForEntry @ icu.js:1
cheerpjClassLoadFile @ rt.jar.js:240
cheerpjResolveVirtualIndex @ loader.js:2477
_Z17JNIEnvGetMethodIDPP18JNINativeInterfaceP16cheerp_clientptrPKcS5 @ icu.js:1
_Java_com_sun_imageio_plugins_jpeg_JPEGImageReader_initReaderIDs @ icu.js:1
_c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrD$yQhOirzW8kbWaru9nsdYKrlqSyNK3c9BCo3cGKKyqiS3l @ rt.jar.com.sun.imageio.plugins.jpeg.js:29
_c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrD$yQhOirzW8kbWaruCS3R3l @ rt.jar.com.sun.imageio.plugins.jpeg.js:63
N3com3sun7imageio7plugins4jpeg15JPEGImageReaderX @ rt.jar.com.sun.imageio.plugins.jpeg.js:32
cjG @ loader.js:2236
_c4pcQZ9ocdGbbIZ$ZcLbsJeEYdHrn_yQhOirza9kbWare7dInTqebW0rqKSyJ0eqJaHhd9JmAqcHWK3PbzJuwc08sib @ rt.jar.com.sun.imageio.plugins.jpeg.js:78
_c4Vbz_8ocdGbbIZT0dsnUirma9kbWare7dInTqebW0rqSSyJ0eqJaH3R3t7iqZlDd @ rt.jar.javax.imageio.js:13
_c4VbzV8ocdGbbIJ9UirimSiQFrhy9kbWarK4ereWKteEdX1K3R3tZiqZlTc @ rt.jar.javax.imageio.js:438
_c4VbzV8ocdGbbIJ9UirimSiQFrhy9kbWarK4ereWKteEdX1K3Rhd9BmAqcHWe @ rt.jar.javax.imageio.js:438
_c4VbzR8ocdGbbIZUirhGSikEebWG3tCiWlcaVakpmtTUrKuCZd1eBrriekfWFX3awt5fHuJiVrvuqermu0t @ rt.jar.javax.imageio.js:368
(anonymous) @ VM3440:3
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
xhr.onload @ cheerpOS.js:222
load (async)
webGetAsyncImpl @ cheerpOS.js:156
webLoadAsync @ cheerpOS.js:233
cheerpjOpenAsync @ cheerpOS.js:1348
_h4p32io16RandomAccessFile5open0Es0_WIEV @ rt.jar.java.io.js:467
_h4_22io16RandomAccessFile4openEs0_WIEV @ rt.jar.java.io.js:473
_h4p22io16RandomAccessFileC2Ej1rW4ebHe9lS3l @ rt.jar.java.io.js:473
_c4VbzB9ocdGbbIJU0uebaJn9hYcHirtySyZd1eBrviGab7zq_eBJ4Gteic79c @ rt.jar.javax.imageio.js:310
_c4pcQp9ocdGbbIZT0dI99hYcHirquTyZd1e7uebad7dIDUqebWetvieihlnb0iq4Xq_gJgKqimDG_eBJ4Gt0tcfIbzJuAc8srwbjuOb @ rt.jar.com.sun.imageio.js:200
_c4VbzR8ocdGbbIZUirhOSiQTTqebWeHroSCZd1e7uebaJhd9FmAqcHWK3tcjWlfLcKqTd @ rt.jar.javax.imageio.js:368
(anonymous) @ VM3438:3
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
xhr.onload @ cheerpOS.js:222
load (async)
webGetAsyncImpl @ cheerpOS.js:156
webStatAsync @ cheerpOS.js:246
cheerpjStatFileAsync @ cheerpOS.js:1300
_h4F42io14UnixFileSystem11checkAccessEjzsW4efYWIEZ @ rt.jar.js:191
_h4p12io4File7canReadEVEZ @ rt.jar.js:84
_c4VbzR8ocdGbbIZUirhGSikEebWGNb9JSnId$hYcXrou8nG1uErU0iYBufferedfvd @ rt.jar.javax.imageio.js:368
(anonymous) @ VM3364:3
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
cheerpjFileLoaded @ loader.js:1047
load (async)
webReadAsync @ cheerpOS.js:298
cheerpjReadAsync @ cheerpOS.js:1379
_read @ icu.js:1
_readFully @ icu.js:1
_readFullyAt @ icu.js:1
_ZIP_GetEntryDataOffset @ icu.js:1
_ZIP_Read @ icu.js:1
_InflateFully @ icu.js:1
_ZIP_ReadEntry @ icu.js:1
__ZN9ZipFileJS15getDataForEntryERKN6client6StringE @ icu.js:1
ZipFileJS.getDataForEntry @ icu.js:1
cheerpjClassLoadFile @ rt.jar.js:240
_m4_35Class19getDeclaredMethods0EZEAl0pcmfSUrFa @ rt.jar.js:240
_m4F55Class25privateGetDeclaredMethodsEZEAl0pcmfSUrEa @ rt.jar.js:282
_m4F25Class25privateGetMethodReaEXsiveEs0FWAr9dd$hzrsfSVrhvSwueagtdHatbRB0z @ rt.jar.js:282
_m4_05Class10getMethod0Es0FWArbtWZmvccmfSUrbb @ rt.jar.js:282
_m4F05Class9getMethodEs0FWAr5ctKGatbRB0p @ rt.jar.js:282
(anonymous) @ VM3366:3
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
classLoadComplete @ loader.js:188
error (async)
loadScript @ loader.js:313
cheerpjLoadJarPackage @ loader.js:336
_m4VanRn3cGKuPdWarunFbsZWMJZK0ueWtrzeSNe9ZKebNxKp @ rt.jar.js:297
_m4VanRn3cGKuPdWarKnEbsZWMJZK0ueWtrzCmA0j1YINe9ZKebNxer @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_c4pbMxWAxsDjavJWbrKV2Zd3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:1777
loadWeakClass @ loader.js:361
cjG @ loader.js:2232
(anonymous) @ VM3369:3
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
classLoadComplete @ loader.js:188
error (async)
loadScript @ loader.js:313
cheerpjLoadJarPackage @ loader.js:336
_m4VanRn3cGKuPdWarunFbsZWMJZK0ueWtrzeSNe9ZKebNxKp @ rt.jar.js:297
_m4VanRn3cGKuPdWarKnEbsZWMJZK0ueWtrzCmA0j1YINe9ZKebNxer @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_c4pbMxWAxsDjavJWbrKV2Zd3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:1777
loadWeakClass @ loader.js:361
cjG @ loader.js:2232
_c4VbzZ9ocdGbbIZT0dsDTOi6kHbI0ueMnDurjiaVceVa1Z8aq0a7dIK3R3l @ rt.jar.javax.imageio.js:253
_c4Vbz_9ocdGbbIZT0dsDTOi6kHbI0uegNT3R3l @ rt.jar.javax.imageio.js:253
_c4Vbzd_ocdGbbIZT0dsDTOi6kHbI0uewnVbXuhrba1YKyJ0eqJaH3Rhy2a @ rt.jar.javax.imageio.js:253
_c4VbzR8ocdGbbIZUirhGSiACS3R3l @ rt.jar.javax.imageio.js:368
N5javax7imageio7ImageIOX @ rt.jar.javax.imageio.js:358
cjG @ loader.js:2236
(anonymous) @ VM3358:3
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
classLoadComplete @ loader.js:188
error (async)
loadScript @ loader.js:313
cheerpjLoadJarPackage @ loader.js:336
_m4VanRn3cGKuPdWarunFbsZWMJZK0ueWtrzeSNe9ZKebNxKp @ rt.jar.js:297
_m4VanRn3cGKuPdWarKnEbsZWMJZK0ueWtrzCmA0j1YINe9ZKebNxer @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_c4pbMxWAxsDjavJWbrKV2Zd3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:1777
loadWeakClass @ loader.js:361
cjG @ loader.js:2232
(anonymous) @ VM3347:3
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
cheerpjParkTimeoutHandler @ rt.jar.js:1875
setTimeout (async)
_c4pbMBWAq72ibuqG_aeP4np69c @ rt.jar.js:1875
_i4pbNkarcKUa2iG3cuLal6D$IJGIuDDPJGcl1ZJt0u_dqKYjqJJKhd9NmAqcHW0O3l @ rt.jar.java.util.concurrent.locks.js:17
_i4pbNkarcKUa2iG3cuLalIE$IJGIeUTwG0ueGWKkfbfXalwJWrKtdsgrKpNtZacb8mmAqIbh1SfaY0jqJJK3O3i @ rt.jar.java.util.concurrent.locks.js:86
_i4pbNkarcKUa2iG3cuLalkars3rSaGPsrqrGpbOq496DLkbVxukc4b @ rt.jar.java.util.concurrent.js:946
(anonymous) @ VM3219:4
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
cheerpjParkTimeoutHandler @ rt.jar.js:1875
setTimeout (async)
_c4pbMBWAq72ibuqG_aeP4np69c @ rt.jar.js:1875
_i4pbNkarcKUa2iG3cuLal6D$IJGIuDDPJGcl1ZJt0u_dqKYjqJJKhd9NmAqcHW0O3l @ rt.jar.java.util.concurrent.locks.js:17
_i4pbNkarcKUa2iG3cuLalIE$IJGIeUTwG0ueGWKkfbfXalwJWrKtdsgrKpNtZacb8mmAqIbh1SfaY0jqJJK3O3i @ rt.jar.java.util.concurrent.locks.js:86
_i4pbNkarcKUa2iG3cuLalkars3rSaGPsrqrGpbOq496DLkbVxukc4b @ rt.jar.java.util.concurrent.js:946
(anonymous) @ VM3129:4
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
cheerpjParkTimeoutHandler @ rt.jar.js:1875
setTimeout (async)
_c4pbMBWAq72ibuqG_aeP4np69c @ rt.jar.js:1875
_i4pbNkarcKUa2iG3cuLal6D$IJGIuDDPJGcl1ZJt0u_dqKYjqJJKhd9NmAqcHW0O3l @ rt.jar.java.util.concurrent.locks.js:17
_i4pbNkarcKUa2iG3cuLalIE$IJGIeUTwG0ueGWKkfbfXalwJWrKtdsgrKpNtZacb8mmAqIbh1SfaY0jqJJK3O3i @ rt.jar.java.util.concurrent.locks.js:86
(anonymous) @ VM3130:4
runContinuationStack @ loader.js:395
cheerpjSchedule @ loader.js:961
CheerpJToolkitQueueEvent @ rt.jar.com.js:391
CheerpJHandleMouseEvent @ rt.jar.com.js:682
AnnotateROI.html:1 Failed to load https://docs.google.com/forms/d/e/1FAIpQLScErDRKZvSy1JAdiRSZfAsjf711VWdSdkczuSYHfIHQbtyFXA/formResponse: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://127.0.0.1:8888' is therefore not allowed access.

Problems in Firefox Quantum (61.0.2, Mac)

Hi

Should CheerpJ runtime support the latest Firefox browser?

My code works fine in Chrome, but under FF the following exception occurs:

ReferenceError: cheerpjAdaptLegacyArgs is not defined      rt.jar.sun.java2d.js:212:1562

stack trace:

_c4pbMhSob7BU9WTadd$IaJeEjNjB9$IdWqAKtbYcXjWesfHN2gd9JmAqcHWK3i
https://cjrtnc.leaningtech.com/latest/runtime/rt.jar.sun.java2d.js:212:1562
_c4pbMhSob7hU9WTadd$IaJeEjNjBD9IdWqAKtbYcHN2MhuQe8$rBa
https://cjrtnc.leaningtech.com/latest/runtime/rt.jar.sun.java2d.js:220:245
anonymous
https://cjrtnc.leaningtech.com/latest/loader.js line 112 > Function:3:1045
runContinuationStack
https://cjrtnc.leaningtech.com/latest/loader.js:374:8
cheerpjSchedule
https://cjrtnc.leaningtech.com/latest/loader.js:1024:5
webGetAsyncImpl/dl.onload
https://cjrtnc.leaningtech.com/latest/cheerpOS.js:267:3
ipfMessage
https://cjrtnc.leaningtech.com/latest/loader.js:3125:3

Oracle Forms conversion

Couldn't find any info about support for conversion of Oracle Forms using Cheerpj.
As Oracle Forms are basically applets, then as I understand it should be possible to convert them?

High CPU usage at idle

Running a Swing app compiled with cheerpj and get high cpu usage with nothing happening in the app. Basically when I run the app and leave it open in chrome my laptop fan turns on. This idle app is taking up 16% of CPU and not doing anything waiting for a swing event.

Anything that I should test to see what is busy in javascript code?

image

Race condition when using custom cheerpj- prefixed tags

Hello,

I recently converted an applet to an application and let it run successfully in several browsers using cheerpj. Thanks a lot, a very cool invention!!

But somehow I cannot run applets using the same mechanism as described in the doc. The same applet runs with the appletviewer, it runs with the cheerpj-applet-runner, it runs under safari, but not with the cheerpj-applet tags and the loader.js library.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>CheerpJ test</title>
    <script src="https://cjrtnc.leaningtech.com/latest/loader.js"></script>
    <script>cheerpjInit();</script>
  </head>
  <body>
  </body>
  <script>cheerpjCreateDisplay(700,400);</script>
  <cheerpj-applet code="Smapplet.class" archive="Smapplet.jar" width=700 height=400>
  </cheerpj-applet>
</html>

It drives me crazy, what am I doing wrong? Thank you.

Problem running a compiled app

Hi

I have successfully compiled this app (it's open source)
app.jar
and run it with the corresponding web page.

Initially, it looked gorgeous
image

But, when creating a diagram (right click in the top left tree) and then opening the diagram (double click in the top left tree in the new entry) and creating an entry (in the right side, press any of the toolbar buttons) it returned many mistakes.

I checked in gitter and I was told it maybe problem of the cheerpj. Here is the attached log.

localhost-1521804526088.log

I am running on a Chrome Version 65.0.3325.146 (Official Build) (64-bit) under linux.

Thanks in advance

Regards

empty char array

An empty char array cannot be printed:

package charArray;

public class EmptyCharArray {

	public static void main(String[] args) throws Exception {
		char[] emptyCharArray = new char[0];

		System.out.println("Print char[0]");
		System.out.println("Empty Char Array: " + emptyCharArray);
		System.out.println("Done");
	}
}

As of latest on 27.3.2018.

regards

Bruno / minimalj.org

OS.js as screen

Swing windows are nice, but their control elements are ugly. Title is barely enough to be read, close buttons look misplaced.

I would like to use OS.js as screen, but there are no hooks to achieve it correctly. com.leaningtech.cheerpj.CheerpJDisplay is opaque. It probably should better be an implementation of customizable interface or abstract class.

Collectors.toList throws exception

To following code doesn't work:

package toList;

import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;

public class ToList {

	public static void main(String[] args) throws Exception {
		List<String> list = Arrays.asList("a", "b");

		System.out.println("Collect a filtered stream");

		List<String> filteredList = list.stream().filter(s -> s.equals("b")).collect(Collectors.toList());
		
		System.out.println("Still alive, filteredList contains " + filteredList.size() + " element");
	}

}

This prints 'Still alive, filteredList contains 1 element' with JDK 8. Console output in chrome browser:

Reporting error: Unhandled exception N4java4lang18IllegalAccessError member is private to package: java.util.ArrayList.<init>()void/newInvokeSpecial, from java.util.stream.Collectors
(loader.js:2459)
Unhandled exception N4java4lang18IllegalAccessError member is private to package: java.util.ArrayList.<init>()void/newInvokeSpecial, from java.util.stream.Collectors
(loader.js:1870)

regards

Bruno / minimalj.org

How to convert an applet?

I have this code:

<applet code="CabriJava.class" width="200" height="250" align="top" archive="CabriJava.jar" border="0" alt="seno">
        <param name="lang" value="it">
        <param name="file" value="sen.fig.class">
        <param name="bgcolor" value="#FFFFFF">
      </applet> 

How can I convert it to javascript?

I tried the following command:
~/cheerpj_preview/cheerpjfy.py CabriJava.jar

Traceback (most recent call last):
  File "/home/francesco/cheerpj_preview/cheerpjfy.py", line 384, in <module>
    runOnDir(tempDir);
  File "/home/francesco/cheerpj_preview/cheerpjfy.py", line 311, in runOnDir
    classPath = getManifestProperty(jarFile, "Class-Path");
  File "/home/francesco/cheerpj_preview/cheerpjfy.py", line 288, in getManifestProperty
    m = jarFile.open("META-INF/MANIFEST.MF")
  File "/usr/lib/python3.5/zipfile.py", line 1255, in open
    zinfo = self.getinfo(name)
  File "/usr/lib/python3.5/zipfile.py", line 1199, in getinfo
    'There is no item named %r in the archive' % name)
KeyError: "There is no item named 'META-INF/MANIFEST.MF' in the archive"

The applet java is published inside this simple page:
https://www.storia-matematica.net/interattivo_09.htm

This is the link to the jar:
https://www.storia-matematica.net/CabriJava.jar

HttpURLConnection errors

Working on a solution to get REST functionality so that the cheerpj application can communicate with the web server. The following code can be used for testing where substitute a URL of your choice. The Java application version works as expected. When I run this code get the following errors. I am assuming that HttpURLConnection was not mapped to the corresponding api in Javascript.

At this point, I can not move forward with cheerpj as it does not appear you can communicate with a web server. Having an implementation that has a read-only file system from web server and a local file system as a browser database does not lend itself to software that can do anything useful.

Would appreciate some guidance/pointers on other options to explore. At a minimum would expect HttpURLConnection to work and assume it wasn't tested.

java.net.SocketException
cheerpOS.js:1370

cheerpOS.js:1370 at java.net.Socket.createImpl(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at java.net.Socket.connect(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.NetworkClient.doConnect(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.www.http.HttpClient.openServer(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.www.http.HttpClient.openServer(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.www.http.HttpClient.New(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
cheerpOS.js:1370

cheerpOS.js:1370 at annotateroi.client.GetTest.getAnnotations(Unknown Source)
cheerpOS.js:1370

public static void getAnnotations() {
HttpURLConnection connection = null;
BufferedReader reader = null;
String retVal = null;
try {
URL resetEndpoint = new URL("http://localhost:8084/AnnotateROIServer/webresources/image/getAnnotations?id=452&zip=1234");
connection = (HttpURLConnection) resetEndpoint.openConnection();
//Set request method to GET as required from the API
connection.setRequestMethod("GET");

        // Read the response
        reader = new BufferedReader(new InputStreamReader(connection.getInputStream()));
        StringBuilder jsonSb = new StringBuilder();
        String line = null;
        while ((line = reader.readLine()) != null) {
            jsonSb.append(line);
        }
        retVal = jsonSb.toString();

        // print out the json response
        System.out.println(retVal);

    } catch (Exception e) {
        e.printStackTrace();
    } finally {
        // Clean up
        if (reader != null) {
            try {
                reader.close();
            } catch (IOException e) {
                e.printStackTrace();
            }
        }
        if (connection != null) {
            connection.disconnect();
        }
    }

}

Java RMI

Testing to see if RMI works error message below.

The Java application works as expected with a simple RMI call to pass a string and return that string with a message. Using port 5555 for the RMI server to listen for remote connection. Not sure what javascript library is being used for socket connections that would allow RMI to work. From the error message not sure where to look. Will attach the server code and code fragment to make remote connection. If you want me to testing something please respond.
AnnotateROIServersrc.zip

For the Java project that is converted to Javascript the following code works in Java when clicking a button. You would need to pull AnnotateRMIInterface from the attached source for the server.

    try{
              Registry reg = LocateRegistry.getRegistry("127.0.0.1", 5555);
              AnnotateRMIInterface annotationRMI = (AnnotateRMIInterface) reg.lookup("AnnotateRMI");
              System.out.println("Message:" + annotationRMI.getMessage("Hello"));
    }catch(Exception e){
        e.printStackTrace();
    } 

CheerpJ is initializing
cheerpOS.js:1264 java.rmi.ConnectIOException: Exception creating connection to: 127.0.0.1; nested exception is:
java.net.SocketException
cheerpOS.js:1264

cheerpOS.js:1264 at java.rmi.RemoteException(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at sun.rmi.server.UnicastRef.newCall(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at annotateroi.ROIPanel.jButtonRMITestActionPerformed(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.Component.processMouseEvent(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.Component.processEvent(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.Container.processEvent(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.Component.dispatchEventImpl(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.Container.dispatchEventImpl(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.Container.dispatchEventImpl(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.EventQueue$3.run(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.EventQueue$4.run(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.EventQueue.dispatchEvent(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.awt.EventDispatchThread.run(Unknown Source)
cheerpOS.js:1264

cheerpj.js:1 assertion "
cheerpj.js:1 false
cheerpj.js:1 " failed: file "
cheerpj.js:1 CheerpJCompression.cpp
cheerpj.js:1 ", line
cheerpj.js:1 354
cheerpj.js:1 static uint8_t CheerpJCompiler::CompressedState::getIdentifierBase64Value(char)
cheerpj.js:1
cheerpOS.js:1264 Caused by: java.net.SocketException
cheerpOS.js:1264

cheerpOS.js:1264 at java.net.Socket.createImpl(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at java.net.Socket(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source)
cheerpOS.js:1264

cheerpOS.js:1264 ... 26 more
cheerpOS.js:1264

LWJGL library requires porting of JNI component

The system seems to get stuck on the screen that says β€œ Graphic system is initializing”

I am running it via a chrome web browser

My html file is specified below

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Hello World</title>
    <script src="https://cjrtnc.leaningtech.com/latest/loader.js"></script>
  </head>
  <body>
  </body>
  <script>
      cheerpjInit();
      cheerpjCreateDisplay(800,600);
      cheerpjRunJar("/app/test.jar");
  </script>
</html>

In chrome I opened Inspector > Network Manager and was able to find this exception was being thrown

loader.js:390 Uncaught ReferenceError: _c4pbAOD$IvIXInEhrba1YelMKiZZcbdrJb$0y0getJNIVersionEVEI is not defined
at N3org5lwjgl24DefaultSysImplementationX (test.jar.js:137292)
at cjG (loader.js:2245)
at N3org5lwjgl21J2SESysImplementationX (test.jar.js:137296)
at cjG (loader.js:2245)
at N3org5lwjgl22LinuxSysImplementationX (test.jar.js:137341)
at cjG (loader.js:2245)
at _c4pbAOD$IvIXYnlMKnTqebWeHiZZcbdrJb$mS3R3sNe5qO4ei (test.jar.js:137416)
at _c4pbAaD$IvIXYnlMuCS3R3l (test.jar.js:137416)
at N3org5lwjgl3SysX (test.jar.js:137414)
at cjG (loader.js:2245)

I read over this thread #30 and realized I didn’t add my main class. I subsequently added my main class to the html and produced what you see below

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Hello World</title>
    <script src="https://cjrtnc.leaningtech.com/latest/loader.js"></script>
  </head>
  <body>
  </body>
  <script>
      cheerpjInit();
      cheerpjCreateDisplay(800,600);
      cheerpjRunJar("/com/helloword/test/desktop/test”, "/app/test.jar");
  </script>
</html>

And now its throwing this exception and it does not even get past the β€œCheerpJ runtime ready page”

loader.js:390 Uncaught ReferenceError: VQ is not defined
at _Java_java_util_zip_ZipFile_open (icu.js:1)
at cheerpjJNILongRetWrapper (loader.js:1764)
at _i4pbNk9DgYZ$mYZhYcbUZdrJNe9xS44S3i (rt.jar.js:1673)
at _i4pbN$8DgYZ$mYZhYcbNTNb9tSnIdorqeSOb9laRcSZaalGiceUa0fmNrhiS3l (rt.jar.js:1680)
at _i4pbN$8DgYZ$mYZhYcbNTNb9tSnIdorqmSO3l (rt.jar.js:1680)
at _i4pbNsajlVpce9HSqWz7zq_eBJ4Gteeepl69c (rt.jar.js:1514)
at _i4pbNsajlVpce9HSqWz7jr_c79c (rt.jar.js:1514)
at _c4FbMlG9cq$a_sCunE5rjWDiXYdruDVbXKjasd3cGK0xKdZiqKNe9pLe (rt.jar.js:1707)
at _c4FbMlG9cq$a_sCunE5rjSDiXYdruTUWbHGIwZqPdWGjasJ3SOe9hS3c9BCo3cGKe (rt.jar.js:1707)
at Object.func (loader.js:535)

[SparkJava/Jetty] Could not find or load main class

Hello,

I am trying to use CheerpJ following the Getting Started Tutorial.

I am generating the jar using IntelliJ, I can perfectly run the jar via command line using java -jar myjar.jar

But for some reason I can't run using CheerpJ, I always get: Could not find or load main class AppClass

P.S.: I am using my own class name instead of AppClass.

lib being added to path

Trying to resolve a 404 error when cheerpj is loading files. In prior testing I had to put the files in the path specified in the cheerpjRunMain which was "AnnotateROIServer/AnnotateROI.jar" and would get a 404 error looking for it at AnnotateROIServer/lib/AnnotateROI.jar. In the below example I put the files in a lib directory and changed the cherrpjRunMain to include lib in the path. Now I get 404 errors looking in HEAD http://localhost:8084/AnnotateROIServer/lib/lib/javax.ws.rs-api-2.0.jar 404 (Not Found)

 cheerpjRunMain("annotateroi.ROIPanel","AnnotateROIServer/lib/AnnotateROI.jar:AnnotateROIServer/lib/asm-all-repackaged-2.2.0-b21.jar:AnnotateROIServer/lib/cglib-2.2.0-b21.jar:AnnotateROIServer/lib/eclipselink.jar:AnnotateROIServer/lib/guava-14.0.1.jar:AnnotateROIServer/lib/hk2-api-2.2.0-b21.jar:AnnotateROIServer/lib/hk2-locator-2.2.0-b21.jar:AnnotateROIServer/lib/hk2-utils-2.2.0-b21.jar:AnnotateROIServer/lib/javax.annotation-api-1.2.jar:AnnotateROIServer/lib/javax.inject-2.2.0-b21.jar:AnnotateROIServer/lib/javax.servlet-api-3.0.1.jar:AnnotateROIServer/lib/javax.ws.rs-api-2.0.jar:AnnotateROIServer/lib/jaxb-api-2.2.7.jar:AnnotateROIServer/lib/jersey-client.jar:AnnotateROIServer/lib/jersey-common.jar:AnnotateROIServer/lib/jersey-container-servlet-core.jar:AnnotateROIServer/lib/jersey-container-servlet.jar:AnnotateROIServer/lib/jersey-entity-filtering-2.5.1.jar:AnnotateROIServer/lib/jersey-media-moxy-2.5.1.jar:AnnotateROIServer/lib/jersey-server.jar:AnnotateROIServer/lib/org.osgi.core-4.2.0.jar:AnnotateROIServer/lib/osgi-resource-locator-1.0.1.jar:AnnotateROIServer/lib/persistence-api-1.0.jar:AnnotateROIServer/lib/validation-api-1.1.0.Final.jar"); 

cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/javax.ws.rs-api-2.0.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/asm-all-repackaged-2.2.0-b21.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/cglib-2.2.0-b21.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/guava-14.0.1.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/hk2-api-2.2.0-b21.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/hk2-locator-2.2.0-b21.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5323:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/hk2-utils-2.2.0-b21.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5336:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5323:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/javax.annotation-api-1.2.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5350:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5336:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5323:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/javax.inject-2.2.0-b21.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5364:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5350:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5336:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5323:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/javax.servlet-api-3.0.1.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5378:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5364:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5350:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5336:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5323:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/jaxb-api-2.2.7.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5391:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5378:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5364:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5350:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5336:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5323:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/jersey-entity-filtering-2.5.1.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5406:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5391:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5378:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5364:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5350:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5336:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5323:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/jersey-media-moxy-2.5.1.jar 404 (Not Found)
ddlSend @ cheerpOS.js:220
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5419:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5406:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5391:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5378:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5364:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5350:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5336:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5323:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5308:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5293:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5278:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
(anonymous) @ VM5266:4
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
dl.onload @ cheerpOS.js:265
ddlOnLoad @ cheerpOS.js:196
load (async)
ddlSend @ cheerpOS.js:218
webGetAsyncImpl @ cheerpOS.js:267
webStatAsync @ cheerpOS.js:288
cheerpjStatFileAsync @ cheerpOS.js:1406
_h4_22io14UnixFileSystem21getBooeSmZAttributes0EjbtW4eTIWEI @ rt.jar.js:191
_h4_22io14UnixFileSystem20getBooeS8YAttributesEj9sW4ePIWEI @ rt.jar.js:195
_h4_02io4File6existsEVEZ @ rt.jar.js:84
_c4pbMxWAnI9hYcH7APjWZdrKoXfI0KK3R3m @ rt.jar.js:1735
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunTbX0iq0hYcHNb9taReF7UwEKdfGkbKe8$rMa @ rt.jar.js:1863
_c4pbMxWAwoU7Aj3cGKukW0H_iquPdWarunnGGaHKKppnTNyUyq_eWAX3URLEh0pbNsajiVpce9HSqa @ rt.jar.js:1863
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3R3c9xm$RdYa @ rt.jar.js:1866
_c4pbMxWAy$T7Aj3cGKukW0H_iquPdWarKF9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1866
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAwAU7Aj3cGKukW0H_iquPdWarunnrJeveb6drJ3R3l @ rt.jar.js:1863
_c4pbMxWAwMT7Aj3cGKukW0H_iquPdWareNTNb9taReF7UwQudqoKmdeVakJmtiqZWcr0b9tWPiVhciDyc8yq_jioLnRjiqijX50mf5SqKbdyNWEV @ rt.jar.js:1863
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3R3sGeCFtGyCPdWare @ rt.jar.js:1856
_c4pbMxWAowT7Aj3cGKukW0H_9DevJ3Rhd9BmAqcHWe @ rt.jar.js:1856
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_c4pbMxWAmET7Aj3cGKukW0rVbXuPdWarKNb9taRfF7Uw6Tumb3Zumb7BKl @ rt.jar.js:1851
_c4pbMxWAmMT7Aj3cGKukW0rVbXuPdWarKNO3sKeCptKeSVrHa @ rt.jar.js:1851
_c4pbMxWAmcU7Aj3cGKukW0r9TbX0jX1uPdWarKNMOO3sReCptReSVrJa @ rt.jar.js:1851
_c4pbMxWAmkT7Aj3cGKukW0rDTbX06bufSNe9l8SNs5empsNa @ rt.jar.js:1851
_h4pbSc51URLClassLoader$13runEVEl0FW5f9b @ rt.jar.js:674
_h4pbSc51URLClassLoader$13runEVEm0VXObject @ rt.jar.js:674
_h4FcId53AccessController12doPrivilegedEp9sMlTbXxcepeWJqcrapqLsW0nLfrGnGDh9Kb3BmAqcHWe @ rt.jar.js:815
_h4pbS64YURLClassLoaeKfXfindf9qWEs0ptseCEr0a @ rt.jar.js:671
(anonymous) @ VM5251:3
runContinuationStack @ loader.js:378
cheerpjSchedule @ loader.js:1028
CheerpJToolkitQueueEvent @ rt.jar.com.js:55
CheerpJHandleMouseEvent @ rt.jar.com.js:641
cheerpOS.js:220 HEAD http://localhost:8084/AnnotateROIServer/lib/lib/org.osgi.core-4.2.0.jar 404

Applet Parameter tags

My applet uses a few parameters so that the names of various XML input files can be passed to the applet. Once the names of these files are passed to the applet, the applet reads the files in.

In the HTML document where my applet is called, I have various Param tags as follows:

    <PARAM NAME=template VALUE="mytemplate.xml" />
    <PARAM NAME=properties VALUE="properties.xml" />

How do I pass these parameters to CheerpJ?

For the record, I am trying to port the applet version of my project over as I believe this is primarily what CheerpJ is for. However, I also have a version which is a standalone application. The standalone application does not require the PARAM tag to get the names of the input files.

JCE / PBKDF2WithHmacSHA1

PBKDF2WithHmacSHA1 is not available.

package jceHash;

import java.math.BigInteger;

import javax.crypto.SecretKeyFactory;
import javax.crypto.spec.PBEKeySpec;

public class Pbkdf2Demo {
	private static final int ITERATIONS = 1000;
	private static final int KEY_LENGTH = 192; // bits

	public static String hashPassword(String password, String salt) throws Exception {
		char[] passwordChars = password.toCharArray();
		byte[] saltBytes = salt.getBytes();

		PBEKeySpec spec = new PBEKeySpec(passwordChars, saltBytes, ITERATIONS, KEY_LENGTH);
		SecretKeyFactory key = SecretKeyFactory.getInstance("PBKDF2WithHmacSHA1");
		byte[] hashedPassword = key.generateSecret(spec).getEncoded();
		return String.format("%x", new BigInteger(hashedPassword));
	}

	public static void main(String[] args) throws Exception {
		System.out.println(hashPassword("password", "salt"));
	}
}

(class based on https://adambard.com/blog/3-wrong-ways-to-store-a-password/ )

regards

Bruno / minimalj.org

caching cjCall

Is there a way to cache the method called with cjCall for performance?

Error while compiling jar

jdk1.8.0_181
Windows 7 Ultimate 64 bit
jar created in Eclipse Mars 2

C:\Users\User\workspace\cheerpj_1.1\football>cheerpjfy.py football.jar
Compiling jar football.jar
compiling com/alfa/zero/footballMain.class ...
Failure compiling com/alfa/zero/footballMain.class
command: C:\Users\User\workspace\cheerpj_1.1\football\bin\cheerpj "" -llv
m -llvm-exceptions -cp C:\Users\User\AppData\Local\Temp\tmpugbz9vjp\rt.jar.dir
com/alfa/zero/footballMain.class
Loading class com/alfa/zero/footballMain and dependencies
Unsupported LLVM generation for opcode c4
In function main

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
Assertion failed!

Program: C:\Users\User\workspace\cheerpj_1.1\football\bin\cheerpj
File: CheerpJCompilerMethod.cpp, Line 611

Expression: !wide

C:\Users\Music\workspace\cheerpj_1.1\alpha\football>

package annotations

To ask for annotation on package level should produce null if no package annotation exists (and not crash or throw exception)

public class PackageInfoAnnotations {

	public static void main(String[] args) throws Exception {
		System.out.println("Annotation on package info should be null if no package annotation exists (and not crash or throw exception)");		
		System.out.println(PackageInfoAnnotations.class.getPackage().getAnnotation(MXBean.class));		
	}
}

This prints 'null' with JDK 8 but CheerpJ says 'Uncaught Abort called'

regards

Bruno / minimalj.org

REST Jax-RS Jersey 2.5

Put together a test case to see if it is possible to get REST client working using Jac-RS and Jersey. Unfortunately, it pulls in lots of external jar files. Worked to eliminate extra jar files. Attempting to process the required Jar files causes numerous failures and suspect the cheerpj transputing process is missing jar files needed to compile classes that are needed.

The error messages during the crash are not descriptive so providing the output with the goal of understanding the problem or giving better details. Lots of failures but seems to fail on classes with the name Emitter in them so suspect a common problem.

(base) C:\cheerpj_tutorial\AnnotateROI\lib>python c:/cheerpj_1.0/cheerpjfy.py --deps AnnotateROI.jar:cglib-2.2.0-b21.jar:guava-14.0.1.jar:hk2-api-2.2.0-b21.jar:hk2-locator-2.2.0-b21.jar:hk2-utils-2.2.0-b21.jar:javax.inject-2.2.0-b21.jar:javax.ws.rs-api-2.0.jar:jersey-client.jar:jersey-common.jar C:\cheerpj_tutorial\AnnotateROI\lib\cglib-2.2.0-b21.jar
Compiling jar C:\cheerpj_tutorial\AnnotateROI\lib\cglib-2.2.0-b21.jar
compiling net/sf/cglib/util/ParallelSorter$ShortComparer.class ...
compiling net/sf/cglib/util/ParallelSorter$FloatComparer.class ...
compiling net/sf/cglib/util/ParallelSorter$ObjectComparer.class ...
compiling net/sf/cglib/util/ParallelSorter$ByteComparer.class ...
compiling net/sf/cglib/util/ParallelSorter$Generator.class ...
compiling net/sf/cglib/util/ParallelSorter$DoubleComparer.class ...
compiling net/sf/cglib/util/ParallelSorter$IntComparer.class ...
compiling net/sf/cglib/util/ParallelSorterEmitter.class ...
Failure compiling net/sf/cglib/util/ParallelSorterEmitter.class
command: c:\cheerpj_1.0\bin\cheerpj "" -llvm -llvm-exceptions -cp C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\rt.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\AnnotateROI.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\cglib-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\guava-14.0.1.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-api-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-locator-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-utils-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.inject-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.ws.rs-api-2.0.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\jersey-client.jar.dir:C:\Users\SCOOTE~1\AppData\Local\Temp\tmps6jog_zr\jersey-common.jar.dir\ net/sf/cglib/util/ParallelSorterEmitter.class

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

compiling net/sf/cglib/util/StringSwitcher.class ...
compiling net/sf/cglib/util/ParallelSorter$LongComparer.class ...
compiling net/sf/cglib/util/StringSwitcher$StringSwitcherKey.class ...
compiling net/sf/cglib/util/SorterTemplate.class ...
compiling net/sf/cglib/util/StringSwitcher$Generator.class ...
compiling net/sf/cglib/util/StringSwitcher$Generator$1.class ...
compiling net/sf/cglib/util/ParallelSorter.class ...
compiling net/sf/cglib/util/ParallelSorter$Comparer.class ...
compiling net/sf/cglib/util/ParallelSorter$ComparatorComparer.class ...
compiling net/sf/cglib/proxy/MethodInterceptorGenerator.class ...
compiling net/sf/cglib/proxy/Factory.class ...
compiling net/sf/cglib/proxy/InvocationHandler.class ...
compiling net/sf/cglib/proxy/MethodInterceptor.class ...
compiling net/sf/cglib/proxy/Mixin$Route.class ...
compiling net/sf/cglib/proxy/InterfaceMaker.class ...
compiling net/sf/cglib/proxy/Enhancer$2.class ...
compiling net/sf/cglib/proxy/LazyLoaderGenerator.class ...
compiling net/sf/cglib/proxy/MethodProxy$1.class ...
compiling net/sf/cglib/proxy/Enhancer$EnhancerKey.class ...
compiling net/sf/cglib/proxy/CallbackGenerator.class ...
compiling net/sf/cglib/proxy/NoOp$1.class ...
compiling net/sf/cglib/proxy/Mixin.class ...
compiling net/sf/cglib/proxy/Enhancer$3.class ...
compiling net/sf/cglib/proxy/Proxy$1.class ...
compiling net/sf/cglib/proxy/Enhancer.class ...
compiling net/sf/cglib/proxy/MixinEmitter.class ...
Failure compiling net/sf/cglib/proxy/MixinEmitter.class
command: c:\cheerpj_1.0\bin\cheerpj "" -llvm -llvm-exceptions -cp C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\rt.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\AnnotateROI.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\cglib-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\guava-14.0.1.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-api-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-locator-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-utils-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.inject-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.ws.rs-api-2.0.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\jersey-client.jar.dir:C:\Users\SCOOTE~1\AppData\Local\Temp\tmps6jog_zr\jersey-common.jar.dir\ net/sf/cglib/proxy/MixinEmitter.class

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

compiling net/sf/cglib/proxy/MethodProxy$FastClassInfo.class ...
compiling net/sf/cglib/proxy/Mixin$Generator.class ...
compiling net/sf/cglib/proxy/Enhancer$1.class ...
compiling net/sf/cglib/proxy/MethodProxy.class ...
compiling net/sf/cglib/proxy/Enhancer$6.class ...
compiling net/sf/cglib/proxy/CallbackFilter.class ...
compiling net/sf/cglib/proxy/MethodProxy$CreateInfo.class ...
compiling net/sf/cglib/proxy/DispatcherGenerator.class ...
compiling net/sf/cglib/proxy/FixedValue.class ...
compiling net/sf/cglib/proxy/MixinEverythingEmitter.class ...
Failure compiling net/sf/cglib/proxy/MixinEverythingEmitter.class
command: c:\cheerpj_1.0\bin\cheerpj "" -llvm -llvm-exceptions -cp C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\rt.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\AnnotateROI.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\cglib-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\guava-14.0.1.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-api-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-locator-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-utils-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.inject-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.ws.rs-api-2.0.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\jersey-client.jar.dir:C:\Users\SCOOTE~1\AppData\Local\Temp\tmps6jog_zr\jersey-common.jar.dir\ net/sf/cglib/proxy/MixinEverythingEmitter.class

compiling net/sf/cglib/proxy/NoOp.class ...
compiling net/sf/cglib/proxy/CallbackHelper.class ...
compiling net/sf/cglib/proxy/MethodInterceptorGenerator$1.class ...
compiling net/sf/cglib/proxy/MixinBeanEmitter.class ...
Failure compiling net/sf/cglib/proxy/MixinBeanEmitter.class
command: c:\cheerpj_1.0\bin\cheerpj "" -llvm -llvm-exceptions -cp C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\rt.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\AnnotateROI.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\cglib-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\guava-14.0.1.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-api-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-locator-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-utils-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.inject-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.ws.rs-api-2.0.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\jersey-client.jar.dir:C:\Users\SCOOTE~1\AppData\Local\Temp\tmps6jog_zr\jersey-common.jar.dir\ net/sf/cglib/proxy/MixinBeanEmitter.class

compiling net/sf/cglib/proxy/UndeclaredThrowableException.class ...
compiling net/sf/cglib/proxy/Dispatcher.class ...
compiling net/sf/cglib/proxy/Proxy$ProxyImpl.class ...
compiling net/sf/cglib/proxy/FixedValueGenerator.class ...
compiling net/sf/cglib/proxy/ProxyRefDispatcher.class ...
compiling net/sf/cglib/proxy/Enhancer$4.class ...
compiling net/sf/cglib/proxy/InvocationHandlerGenerator.class ...
compiling net/sf/cglib/proxy/Mixin$MixinKey.class ...
compiling net/sf/cglib/proxy/MethodInterceptorGenerator$2.class ...
compiling net/sf/cglib/proxy/CallbackGenerator$Context.class ...
compiling net/sf/cglib/proxy/NoOpGenerator.class ...
compiling net/sf/cglib/proxy/Proxy.class ...
compiling net/sf/cglib/proxy/CallbackInfo.class ...
compiling net/sf/cglib/proxy/Enhancer$5.class ...
compiling net/sf/cglib/proxy/LazyLoader.class ...
compiling net/sf/cglib/proxy/Callback.class ...
compiling net/sf/cglib/core/KeyFactory$2.class ...
compiling net/sf/cglib/core/EmitUtils$8.class ...
compiling net/sf/cglib/core/ReflectUtils$4.class ...
compiling net/sf/cglib/core/Signature.class ...
compiling net/sf/cglib/core/ClassesKey$Key.class ...
compiling net/sf/cglib/core/EmitUtils$4.class ...
compiling net/sf/cglib/core/EmitUtils$10.class ...
compiling net/sf/cglib/core/ClassNameReader$1.class ...
Failure compiling net/sf/cglib/core/ClassNameReader$1.class
command: c:\cheerpj_1.0\bin\cheerpj "" -llvm -llvm-exceptions -cp C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\rt.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\AnnotateROI.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\cglib-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\guava-14.0.1.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-api-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-locator-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\hk2-utils-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.inject-2.2.0-b21.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\javax.ws.rs-api-2.0.jar.dir:C:\Users\SCOOTE1\AppData\Local\Temp\tmps6jog_zr\jersey-client.jar.dir:C:\Users\SCOOTE~1\AppData\Local\Temp\tmps6jog_zr\jersey-common.jar.dir\ net/sf/cglib/core/ClassNameReader$1.class

Not able to compile example jar

I just downloaded cheerpj and following steps mentioned with example jar TextDemo.jar and getting below error. Don't know which file it is not able to find. I created sample Applet too and tried to compile jar but same error. The applet and TextDemo.jar is running file if launch idependently.

D:\CheerpJ\cheerpj_1.0>py cheerpjfy.py TextDemo.jar
Compiling jar TextDemo.jar
compiling components/TextDemo$1.class ...
compiling components/TextDemo.class ...
Traceback (most recent call last):
File "cheerpjfy.py", line 414, in
runOnDir(tempDir);
File "cheerpjfy.py", line 388, in runOnDir
compileClassFiles(cheerpjCompiler, cheerpjClassPath, tempDir, jarFile, jarPath, jsOutput, option.isSplit);
File "cheerpjfy.py", line 177, in compileClassFiles
for f, compiled in executor.map(do_compile, jarFile.namelist()):
File "C:\Users\alpesh.shah\AppData\Local\Programs\Python\Python36\lib\concurrent\futures_base.py", line 586, in result_iterator
yield fs.pop().result()
File "C:\Users\alpesh.shah\AppData\Local\Programs\Python\Python36\lib\concurrent\futures_base.py", line 432, in result
return self.__get_result()
File "C:\Users\alpesh.shah\AppData\Local\Programs\Python\Python36\lib\concurrent\futures_base.py", line 384, in __get_result
raise self._exception
File "C:\Users\alpesh.shah\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "cheerpjfy.py", line 143, in do_compile
p = subprocess.Popen([cheerpj, "-precise-floats" if option.preciseFloats else "", "-llvm", "-llvm-exceptions", "-cp", cheerpjClassPath, f], cwd=jarUnpackPath,stdout=PIPE, stderr=STDOUT);
File "C:\Users\alpesh.shah\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 709, in init
restore_signals, start_new_session)
File "C:\Users\alpesh.shah\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 997, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

Can not handle exception from cjCall

Even if I put cjCall in a try section I still get errors in console and no error reporting.

try {
  cjCall(...).then(function(resp) {
   // never called if there is internal java exception
   // function call just disappears forever, there is no way to get this promise resolved if there is an exception
    ...
  });
} catch (err) {
  // also never called
  console.error(err);
}

How can I hande errors from CheerpJPromise? Will there be addede something like a 'catch' callback in regular Promise? Also, wiil you consider using regular Promisses instead of custom ones?

Also, how can I turn off cjReportError since it generates XHR error and I obviously don't want to allow cross-domain requests from my domain?

application.jar file is missing

It is the first time I tried.
In Mac
I just downloaded the cheerpj_maxosx_preview_beta_1_20170925.tar.gz. and installed python3.
There is no applicartion.jar file.

In Window.
py cheerjfy.py application.jar or rt.jar
or
cheerjfy.py application.jar or rt.jar
The resullt is "usage cheerjpy.py file.jar"

Chang Shin

405 Method Not Allowed Error should be PUT but giving POST error

Java code works to do a JSON PUT to a web service. Get the error message below with a single call where the POST in the error message is suspect as it should be PUT. In the Java code if I change to a POST I get a 405 error that POST not allowed. Suspecting that the Javascript code to set to PUT isn't working. The following is the Java code where confirmed that connection.setRequestMethod(request.method.name()); in the Javascript code is passing "PUT".

        URL apiUrl = new URL(uri);
        connection = (HttpURLConnection) apiUrl.openConnection();

        prepareSslConnection(connection);
        System.out.println("prepareSslConnection complete");
        System.out.println("Using connection.setRequestMethod(" + request.method.name() + ")");
        connection.setRequestMethod(request.method.name());
        System.out.println("connection.setRequest complete");
        if (request.followRedirects != null) {
            connection.setInstanceFollowRedirects(request.followRedirects);
        }
        connection.setUseCaches(request.useCaches);
        System.out.println("connection.setUseCaches complete");
        setTimeouts(request, connection);
        System.out.println("setTimeouts complete");
        if (request.ifModifiedSince != null) {
            connection.setIfModifiedSince(request.ifModifiedSince);
        }

        WebbUtils.addRequestProperties(connection, mergeHeaders(request.headers));
        System.out.println("WebbUtils.addRequestProperties complete");
        if (clazz == JSONObject.class || clazz == JSONArray.class) {
            WebbUtils.ensureRequestProperty(connection, HDR_ACCEPT, APP_JSON);
            System.out.println("WebbUtils.ensureRequestProperty complete");
        }

        if (request.method != Request.Method.GET && request.method != Request.Method.DELETE) {
            if (request.streamPayload) {
                WebbUtils.setContentTypeAndLengthForStreaming(connection, request, request.compress);
                connection.setDoOutput(true);
                streamBody(connection, request.payload, request.compress);
            } else {
                byte[] requestBody = WebbUtils.getPayloadAsBytesAndSetContentType(
                        connection, request, request.compress, jsonIndentFactor);
                System.out.println("WebbUtils.getPayloadAsBytesAndSetContentType complete");        
                if (requestBody != null) {
                    connection.setDoOutput(true);
                    System.out.println("connection.setDoOutput complete");
                    writeBody(connection, requestBody);
                    System.out.println("writeBody complete");
                }
            }
        } else {
            connection.connect();
        }

        response.connection = connection;
        response.statusCode = connection.getResponseCode();
        response.responseMessage = connection.getResponseMessage();

rt.jar.com.js:512 POST http://localhost:8084/AnnotateROIServer/webresources/ImageAnnotation 405 (Method Not Allowed)
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqapsoTbX0g2eHwuea2NtK7APNe9xS2MN2g @ rt.jar.com.js:512
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqapogTbXKyZd1e7uebaJ3RNb9xSnItD9sya @ rt.jar.com.js:242
_h4pbSgzZHttpURLConneceWZJtBqmTsi940irW5mq496jc @ rt.jar.java.net.js:442
(anonymous) @ VM57723:4
runContinuationStack @ loader.js:374
cheerpjSchedule @ loader.js:1024
classLoadComplete @ loader.js:164
error (async)
loadScript @ loader.js:291
cheerpjLoadJarPackage @ loader.js:313
_m4VanRn3cGKuPdWarunFbsZWMJZK0ueWtrzeSNe9ZKebNxKp @ rt.jar.js:297
_m4VanRn3cGKuPdWarKnEbsZWMJZK0ueWtrzCmA0j1YINe9ZKebNxer @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_c4pbMxWAxsDjavJWbrKV2Zd3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:1776
loadWeakClass @ loader.js:339
cjG @ loader.js:2191
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqappkTbXek10d1e7uebaJ3RNb9xSnItTntza @ rt.jar.com.js:242
_c4pbQZDUHdrWs$aqfYaomrqqVveYeXMZaMNb9taRr2C400J7AjNttdHab8qS2M3l @ AnnotateModelJSON.jar.js:55
_c4pbQVDUHdrWs$aqfYaomrqa_pXfHa1eHxuFG8$kbefH00c9BCo3cGKKuQKm_kH0JtJeb @ AnnotateModelJSON.jar.js:55
_c4pbQRDUHdrWs$aqfYaomrqWoXfHa1eHxuEG8$kbefH00c9BCo3cGKKuQKm_kH0JtJeb @ AnnotateModelJSON.jar.js:55
_c4pbQFDUHdrWs$aqfYW$kbefH0epGKbXpS3RxuKKm_kH0JtJeb @ AnnotateModelJSON.jar.js:27
(anonymous) @ VM57637:3
runContinuationStack @ loader.js:374
cheerpjSchedule @ loader.js:1024
rt.jar.com.js:512 POST http://localhost:8084/AnnotateROIServer/webresources/ImageAnnotation 405 (Method Not Allowed)
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqapsoTbX0g2eHwuea2NtK7APNe9xS2MN2g @ rt.jar.com.js:512
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqapogTbXKyZd1e7uebaJ3RNb9xSnItD9sya @ rt.jar.com.js:242
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqapogTbXuibWar0hcXYGNONe9d @ rt.jar.com.js:242
(anonymous) @ VM57735:3
runContinuationStack @ loader.js:374
cheerpjSchedule @ loader.js:1024
xhr.onload @ rt.jar.com.js:512
load (async)
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqapsoTbX0g2eHwuea2NtK7APNe9xS2MN2g @ rt.jar.com.js:512
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqapogTbXKyZd1e7uebaJ3RNb9xSnItD9sya @ rt.jar.com.js:242
_h4pbSgzZHttpURLConneceWZJtBqmTsi940irW5mq496jc @ rt.jar.java.net.js:442
(anonymous) @ VM57723:4
runContinuationStack @ loader.js:374
cheerpjSchedule @ loader.js:1024
classLoadComplete @ loader.js:164
error (async)
loadScript @ loader.js:291
cheerpjLoadJarPackage @ loader.js:313
_m4VanRn3cGKuPdWarunFbsZWMJZK0ueWtrzeSNe9ZKebNxKp @ rt.jar.js:297
_m4VanRn3cGKuPdWarKnEbsZWMJZK0ueWtrzCmA0j1YINe9ZKebNxer @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_m4VanJm3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:324
_c4pbMxWAxsDjavJWbrKV2Zd3cGKuPdabzjaMczqrpeSNe9h8mtteCEr1a @ rt.jar.js:1776
loadWeakClass @ loader.js:339
cjG @ loader.js:2191
_c4pbQ3qZrZFa0mSqejHFmn9yxZvGVlpgon9W500qiqappkTbXek10d1e7uebaJ3RNb9xSnItTntza @ rt.jar.com.js:242
_c4pbQZDUHdrWs$aqfYaomrqqVveYeXMZaMNb9taRr2C400J7AjNttdHab8qS2M3l @ AnnotateModelJSON.jar.js:55
_c4pbQVDUHdrWs$aqfYaomrqa_pXfHa1eHxuFG8$kbefH00c9BCo3cGKKuQKm_kH0JtJeb @ AnnotateModelJSON.jar.js:55
_c4pbQRDUHdrWs$aqfYaomrqWoXfHa1eHxuEG8$kbefH00c9BCo3cGKKuQKm_kH0JtJeb @ AnnotateModelJSON.jar.js:55
_c4pbQFDUHdrWs$aqfYW$kbefH0epGKbXpS3RxuKKm_kH0JtJeb @ AnnotateModelJSON.jar.js:27
(anonymous) @ VM57637:3
runContinuationStack @ loader.js:374
cheerpjSchedule @ loader.js:1024
rt.jar.com.js:512 POST http://localhost:8084/AnnotateROIServer/webresources/ImageAnnotation 405 (Method Not Allowed)

Java Applets

Is it possible for embedded cheerpj runtime to run java Applets in a webpage without the use of the Chrome extension?

Writing /files/ fails

For some reason, the Java program can't write any data to /files/ FS.

Everything seems to work fine up to the point where I call this Java method:

  public void postsign(byte[] signature) throws IOException {
    OutputStream signedStream = new FileOutputStream("/files/signed.pdf");
    SignatureAlgorithm signatureAlgorithm = SignatureAlgorithm.getAlgorithm(this.padesParams.getEncryptionAlgorithm(),
      this.padesParams.getDigestAlgorithm());
    SignatureValue signatureValue = new SignatureValue(signatureAlgorithm, signature);
    DSSDocument signedDocument = this.service.signDocument(this.doc, this.padesParams, signatureValue);

    signedDocument.writeTo(signedStream);
  }

I'm calling this from JS using:

const sig = cjTypedArrayToJava(signature);
cjCall(someClassInstance, 'postsign',sig);

There is no error. The promise reports success. Even the output file "/signed.pdf" appears in IndexedDB, but its empty. This is what I get:

{type: file, contents: null, inodeId: someNumber}

What could be wrong?

All other operations before this one return with success, I see no errors.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.