Product: Aqua Data Studio
Version: 12.0.0-dev-21
Build #: 26894
Build Date: 2012-May-13 08:09:05 AM
Operating Environment: Linux (2.6.38-13-server, amd64) / UTF-8 / en / US / Sun Microsystems Inc. 1.6.0_27-b07
Memory: Max=1,908,932,608; Total=348,520,448; Free=218,376,968; CPUs=8
In-Window Graphics Capabilities
Graphics Vendor: NVIDIA Corporation
OpenGL Renderer: Quadro FX 3500/PCI/SSE2
OpenGL Version: 2.1.2 NVIDIA 173.14.30
Double-Buffering: Enabled
Anti-Aliasing: Enabled
Anti-Aliasing Sample Count: 16
Hardware Acceleration: Enabled
Color Bits: Red: 8 Green: 8 Blue: 8 Alpha: 0
Depth Bits: 24
Accumulation Buffer Bits: Red: 16 Green: 16 Blue: 16
Initialization Time: 503 ms
Offscreen Graphics Capabilities
Graphics Vendor: Brian Paul
OpenGL Renderer: Mesa OffScreen
OpenGL Version: 2.1 Mesa 7.8.2
Double-Buffering: Disabled
Anti-Aliasing: Disabled
Anti-Aliasing Sample Count: 0
Hardware Acceleration: Disabled
Color Bits: Red: 8 Green: 8 Blue: 8 Alpha: 8
Depth Bits: 16
Accumulation Buffer Bits: Red: 0 Green: 0 Blue: 0
Initialization Time: 482 ms
Hardware PBuffer Available: No
Using PBuffer: No
Using Ram Buffer: Yes
Offscreen Rendering: Enabled
Offscreen Buffer Size: 800x600
1. Execute below aquascript and you get an exception in 12.0. I dont get any error in 11.0
var chart = aqua.chart.newChart();
var model = chart.getModel();
var ds = aqua.data.newDataSet(["country","freight"]);
ds.addRowWithValues("US", 100);
ds.addRowWithValues("UK", 10);
ds.addRowWithValues("Japan", 200);
ds.addRowWithValues("Canada", 20);
ds.addRowWithValues("France", 300);
ds.addRowWithValues("Germany", 30);
model.setDataSource(ds);
chart.getModel().addCategoryField("country");
chart.getModel().addSeriesField("freight");
var propertiesString = "Chart=\"{area}\", View2D=true";
chart.getProperties().parsePropertiesString(propertiesString);
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 Generated is
java.lang.UnsatisfiedLinkError: com.aquafold.aquacore.open.chart.mesa.GLImpl.glAccum(IF)V
at com.aquafold.aquacore.open.chart.mesa.GLImpl.glAccum(Native Method)
at \\...\\ .\\हिñçêČάй語简�?한\\.V⡊ꎝꍗᛯ new this.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.V⡊ꎝꍗᛯ new this.render(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.bᚧꎸ⣉ꂴ case.refresh(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.bᚧꎸ⣉ꂴ case.CI(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.V⡊ꎝꍗᛯ new this.c(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Xꃔꆯꐣꄺ int continue.c(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Tꃋꂣᠨꆛ extends return.a(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Nꍗꐞꑭ̲ import.cache(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.mozilla.javascript.MemberBox.invoke(Unknown Source)
at org.mozilla.javascript.NativeJavaMethod.call(Unknown Source)
at org.mozilla.javascript.optimizer.OptRuntime.call1(Unknown Source)
at org.mozilla.javascript.gen.c_1._c_script_0(:90)
at org.mozilla.javascript.gen.c_1.call()
at org.mozilla.javascript.ContextFactory.doTopCall(Unknown Source)
at org.mozilla.javascript.ScriptRuntime.doTopCall(Unknown Source)
at org.mozilla.javascript.gen.c_1.call()
at org.mozilla.javascript.gen.c_1.exec()
at org.mozilla.javascript.Context.evaluateString(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.fꁸꍰ⣔ᚼ short.jS(Unknown Source)
at \\...\\ .\\हिñçêČάй語简�?한\\.Dꐳꆀᝄᢈ volatile 9.run(Unknown Source)
at java.lang.Thread.run(Thread.java:662)
|
80 KB
checked in new mesa uni binaries into the trunk branch
Issue #6967 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build 12.0.0-dev-24 |
No time estimate |
checked in new mesa uni binaries into the trunk branch