× Heads up!

Aqua Data Studio / nhilam

Follow
IDE for Relational Databases
×
tariqrahiman reported 2015-09-11T03:55:10Z  · nareshnasha(*) last modified 2017-01-04T09:17:16Z

Unable to generate Map Chart: gives java.lang.UnsatisfiedLinkError


Dev mattbrumley(*)
QA nishtha(*)
Priority Low
Complexity Unknown
Component Open API - Chart
Version 18.0

Unable to generate Map Chart: gives java.lang.UnsatisfiedLinkError

Steps to reproduce the issue :

1. Execute below map AquaScript in ADS v16. ADS v17 and you get java.lang.UnsatisfiedLinkError: com.aquafold.aquacore.open.chart.mesa.GLImpl.isExtensionAvailable(Ljava/lang/String;)Z

 

Reference:

1.  Open Package com.aquafold.openapi.chart.

2.  Open Interface AQChart and and Method getModel()

3. Open Interface AQChartProperties and Methods :

 

 

Script

----------

 

var chart = aqua.chart.newChart();
var model = chart.getModel();
 
model.addSeries("a");
model.addSeries("b");
 
model.addCategory("US");
model.addCategory("UK");
model.addCategory("France");
 
model.setValue(0, 0, 100);
model.setValue(0, 1, 200);
model.setValue(0, 2, 300);
model.setValue(1, 0, 10);
model.setValue(1, 1, 20);
model.setValue(1, 2, 30);
 
chart.getProperties().setChartTypeMap(0);
//chart.getProperties().setMergeAxis(true);
 
var type = chart.getProperties().getChartTypeString(1);
aqua.response.write('Chart Type: ').write(type).write("<p>");
 
chart.getProperties().setImageWidth(640);
chart.getProperties().setImageHeight(480);
 
// image will be available for 5 seconds
var url = chart.cache(5);
aqua.response.write('<img src=').write(url).write('>');
aqua.response.write('<p>');
 
========================================
Exception is 
=========================================
 
java.lang.UnsatisfiedLinkError: com.aquafold.aquacore.open.chart.mesa.GLImpl.isExtensionAvailable(Ljava/lang/String;)Z
at com.aquafold.aquacore.open.chart.mesa.GLImpl.isExtensionAvailable(Native Method)
at com.aquafold.aquacore.open.chart.mesa.Bꒇ͢⡣ꍵ.isExtensionAvailable(Unknown Source)
at com.jogamp.opengl.util.texture.Texture.updateImage(Texture.java:489)
at com.jogamp.opengl.util.texture.Texture.updateImage(Texture.java:441)
at \\...\\ .\\हिñçêČάй語简�?한\\.B᠜ᠬꉳꍇ try.aU(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.B᠜ᠬꉳꍇ try.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.y̻͙ꈯ̸.drV(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.y̻͙ꈯ̸.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.y̻͙ꈯ̸.b(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.y̻͙ꈯ̸.render(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.vꄚ⠻ꁺꎍ package package.refresh(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.vꄚ⠻ꁺꎍ package package.ahW(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.y̻͙ꈯ̸.c(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.d᡽ꆷꋰꏈ Object.c(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.D᜶ꀊꈲᜦ extends boolean.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.qꆚꅷ⣹̍ break new.cache(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.mozilla.javascript.MemberBox.invoke(Unknown Source)
at org.mozilla.javascript.NativeJavaMethod.call(Unknown Source)
at org.mozilla.javascript.Interpreter.interpretLoop(Unknown Source)
at org.mozilla.javascript.Interpreter.interpret(Unknown Source)
at org.mozilla.javascript.InterpretedFunction.call(Unknown Source)
at org.mozilla.javascript.ContextFactory.doTopCall(Unknown Source)
at org.mozilla.javascript.ScriptRuntime.doTopCall(Unknown Source)
at org.mozilla.javascript.InterpretedFunction.exec(Unknown Source)
at org.mozilla.javascript.Context.evaluateString(Unknown Source)
at org.mozilla.javascript.tools.debugger.Dim$DimIProxy.run(Unknown Source)
at org.mozilla.javascript.Context.call(Unknown Source)
at org.mozilla.javascript.ContextFactory.call(Unknown Source)
at org.mozilla.javascript.tools.debugger.Dim$DimIProxy.withContext(Unknown Source)
at org.mozilla.javascript.tools.debugger.Dim$DimIProxy.access$700(Unknown Source)
at org.mozilla.javascript.tools.debugger.Dim.evalScript(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.gꍪꎦ⡎ᡮ int.ul(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.cᡆꌢ6⠏ 6 this.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
 
 

 

4 attachments

Issue #13725

Closed
Fixed
Resolved 2016-03-14T18:29:08Z
 
 
Completion
No due date
Fixed Build 18.0.0-dev-64
No time estimate

About AquaClusters Privacy Policy Support Version - 19.0.2-4 AquaFold, Inc Copyright © 2007-2017