Discussions
Categories
- 197.1K All Categories
- 2.5K Data
- 546 Big Data Appliance
- 1.9K Data Science
- 450.7K Databases
- 221.9K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 552 MySQL Community Space
- 479 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.1K ORDS, SODA & JSON in the Database
- 555 SQLcl
- 4K SQL Developer Data Modeler
- 187.2K SQL & PL/SQL
- 21.3K SQL Developer
- 296.3K Development
- 17 Developer Projects
- 139 Programming Languages
- 293K Development Tools
- 110 DevOps
- 3.1K QA/Testing
- 646.1K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 158 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.2K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 19 Java Essentials
- 162 Java 8 Questions
- 86K Java Programming
- 81 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 466 LiveLabs
- 39 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 175 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 233 Portuguese
ADF Mobile Preview error!

Hi,
I am facing the same issue reported in ADF Mobile Preview error!
I have Windows 8.1 64 bit with the following Jdev version and components. I was able to obtain the stacktrace error and attached a link to the screenshot (since the app got frozen, i was not able to obtain the text).
Java(TM) Platform | 1.6.0_24 |
Oracle IDE | 11.1.2.4.39.64.36.1 |
ADF Mobile Client Page Flow Design Time | oracle.adf.pageflow.nmc.dt | 11.1.2.4.39.64.36.1 | |
ADF Mobile Framework | oracle.adf.mobile | 11.1.2.4.39.64.62 | |
ADF Mobile Help | oracle.adf.mobile.doc | 11.1.2.4.39.64.62 | |
ADF Mobile Page Flow Design Time | oracle.adf.pageflow.mobile.dt | 11.1.2.4.39.64.36.1 |
I did try installing and used 64bit JDK 1.6.0_24 version.
Someone please help me in getting this resolved ASAP.
http://imageshack.com/a/img706/1600/7gdi.png
Regards
Karthik
Answers
-
Further analysis looks like there is a reference to an internal address used for bundleresource..
java.lang.RuntimeException: java.lang.UnsatisfiedLinkError: Invalid URL for class: bundleresource://407.fwk416420011:1/com/sun/glass/utils/NativeLibLoader.class
-
Hi,
actually this seems to be a bug with OSGI that has been fixed fro Windows 8 in bug 16304456. Apparently the same issue came back with Windows 8.1. Background is that the OSGI layer doesn't understand the Windows 8.1 returned identifier (if I am right on this) and thus sets it to unknown, which then leads to a wrong bundle to be queried. Unfortunately I don't have Windows 8.1 to test so there are two options
1. Someone else on this forum verifies that the preview doesn't work on Windows 8.1 so I can file a bug without testing it myself
2. If you have a customer support license, you contact them and file a service request for them to verify that what has been the cause in Windows 8 (which is fixed) now also is a problem on Windows 8.1.
All, anyone to verify the behavior on Windows 8.1 ?
Frank
Ps.: I checked the bug database and there is no report for the preview to fail in Windows 8.1, which is why I need verification
-
I don't have a support license to raise any SRs. Is there anything else I can do to help get this resolved sooner ?
Regards