- category: ARIS Express
- description of problem I Clicked on download aris express link and got the following error
- Unable to launch application
- java log:
- <jnlp spec="1.0+" codebase="http://download.ariscommunity.com/" href="express.jnlp">
- <information>
<title>ARIS Express 1.0 BETA 1</title>
<vendor>IDS-Scheer AG</vendor>
<homepage href="http://www.ids-scheer.com"/>
<description>Model your business by using ARIS Express.</description>
<description kind="short">Model your business by using ARIS Express. This is a BETA version.</description>
<icon href="alogo.gif"/>
<icon kind="splash" href="splash.jpg"/>
<offline-allowed/>
<shortcut online="false">
<desktop/><!-- create desktop shortcut -->
<menu submenu="ARIS Express"/> <!-- create menu item for this app -->
</shortcut>
<association extensions="adf" mime-type="x-application/adf">
<description kind="short">ARIS Document File</description>
<icon href="adf.ico"/>
</association>
</information>
<security>
<all-permissions/>
</security> - <resources>
<property name="jnlp.packEnabled" value="true"/>
<j2se version="1.6+" initial-heap-size="64m" max-heap-size="512m" java-vm-args="-Dsun.java2d.d3d=false -XX:MaxPermSize=96m"/>
<jar href="antlr.jar" download="eager" />
<jar href="aris71db2.jar" download="eager" />
<jar href="aris_loader.jar" download="eager" />
<jar href="arismethod.jar" download="eager" />
<jar href="cl_locale.jar" download="eager" />
<jar href="cl_locale_de.jar" download="eager" />
<jar href="cl_locale_en.jar" download="eager" />
<jar href="client.jar" download="eager" />
<jar href="cltech.jar" download="eager" />
<jar href="common.jar" download="eager" />
<jar href="commons-beanutils.jar" download="eager" />
<jar href="commons-codec-1.3.jar" download="eager" />
<jar href="commons-collections-3.2.1.jar" download="eager" />
<jar href="commons-configuration-1.5.jar" download="eager" />
<jar href="commons-dbcp-1.2.1.jar" download="eager" />
<jar href="commons-digester-1.8.jar" download="eager" />
<jar href="commons-discovery.jar" download="eager" />
<jar href="commons-jxpath-1.2.jar" download="eager" />
<jar href="commons-lang-2.4.jar" download="eager" />
<jar href="commons-logging-1.1.1.jar" download="eager" />
<jar href="commons-pool-1.3.jar" download="eager" />
<jar href="components.jar" download="eager" />
<jar href="components2.jar" download="eager" />
<jar href="express_embedded_de_help.jar" download="eager" />
<jar href="express_embedded_en_help.jar" download="eager" />
<jar href="expresslauncher.jar" main="true" download="eager" />
<jar href="hsqldb.jar" download="eager" />
<jar href="iText-2.0.7.jar" download="eager" />
<jar href="iTextAsian.jar" download="eager" />
<jar href="jdom.jar" download="eager" />
<jar href="jh.jar" download="eager" />
<jar href="jide.jar" download="eager" />
<jar href="js.jar" download="eager" />
<jar href="qname.jar" download="eager" />
<jar href="serializer.jar" download="eager" />
<jar href="server.jar" download="eager" />
<jar href="server_locale.jar" download="eager" />
<jar href="server_locale_de.jar" download="eager" />
<jar href="server_locale_en.jar" download="eager" />
<jar href="server_method_oem04.jar" download="eager" />
<jar href="ws-commons-util-1.0.2.jar" download="eager" />
<jar href="wsdl4j.jar" download="eager" />
<jar href="xalan.jar" download="eager" />
<jar href="xercesImpl.jar" download="eager" />
<jar href="xml-apis.jar" download="eager" />
<jar href="xmlrpc-client-3.1.1.jar" download="eager" />
<jar href="xmlrpc-common-3.1.1.jar" download="eager" />
<jar href="y-annotations-1.jar" download="eager" />
<jar href="y-dl-core-3.jar" download="eager" />
<jar href="y-dl-mapping-asa-3.jar" download="eager" />
<jar href="y-dl-mapping-db2-3.jar" download="eager" />
<jar href="y-dl-mapping-derby-3.jar" download="eager" />
<jar href="y-dl-mapping-hsqldb-3.jar" download="eager" />
<jar href="y-dl-mapping-lidl-3.jar" download="eager" />
<jar href="y-dl-mapping-mssql-3.jar" download="eager" />
<jar href="y-dl-mapping-olite-3.jar" download="eager" />
<jar href="y-dl-mapping-oracle-3.jar" download="eager" />
<jar href="y-dl-mapping-pg-3.jar" download="eager" />
<jar href="y-domhelper-1.jar" download="eager" />
<jar href="y-graphics-3.jar" download="eager" />
<jar href="y-graphlayout-2.jar" download="eager" />
<jar href="y-guiframework.jar" download="eager" />
<jar href="y-lipo-1.jar" download="eager" />
<jar href="y-reportexecution-2.jar" download="eager" />
<jar href="y-reportoutput-2.jar" download="eager" />
<jar href="y-utils-2.jar" download="eager" />
<jar href="y.jar" download="eager" /> - </resources>
<update check="background" policy="prompt-update"/>
<!-- application class with main method -->
<application-desc main-class="com.idsscheer.aris.expresslauncher.AExpressLauncher">
<argument>helpurl</argument>
<argument>http://www.ariscommunity.com/help/aris-express</argument>
<argument>banner</argument>
<argument>http://banner.ariscommunity.com</argument>
</application-desc>
</jnlp>
- Exception:
- com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://download.ariscommunity.com/antlr.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
- step-by-step instruction
- operating system Windows XP Service Pack 2
- language of your operating system English
- Java version used Java 6 update 11
- browser and browser version used (in case download doesn’t work) IE 6 SP 3
Hi,
are you accessing the Internet through a proxy server? In that case you have to set the proxy settings for Java. Please review the FAQ document how to do that.
Regards,
Sebastian
Hi,
one suggestion from my side. Please try to insert the proxy directly to your JAVA control panel contained in your systems control panel.
In the tab "General" you will find the "Network-Settings".
Please select "use proxy server" and then open the advanced settings.
You have to insert the proxy for HTTP and HTTPS(Secure).
I hope that this will solve your problem.
Regards,
Markus
I have the same error. I am on a direct connection to the internet without a proxy. if i put the url http://download.ariscommunity.com/antlr.jar into the browser i get a 404 error, object not found.
Hi Oliver,
that this link doesn't work is ok. Can you download the express.jnlp file? If downloading the jnlp file works (your browser should start the Java download manager), but afterwards you are unable to download, this means Java is unable to access the Internet. Please review the Internet connection settings in the Java control panel as described in the FAQ.
Regards,
Sebastian
Yes, I downloaded the express.jnlp file and the ARIS-Download manger startet, but then the same error message of mr. sharma appears.
my connection settings in the java-console are correct. in the meanwhile i tested a different java web start application from the internet and this app start is ok
Ah ok, 1.6.5 is not supported. The system requirements document says that you at least need 1.6.10. Much better is 1.6.14, which you got now.
Do you plan to provide a solution for JRE 1.5.05 users? It's not easy to upgrade to a higher version, if it's not approved by the responsible person in the company.
(but I could try it at home ;-)
If just the web-loading tool is the problem: Could you send the installation file zipped to my email adress?
Thanks & best wishes, M.B.
Thanks Sabastian, Markus changing the proxy worked .. but to get another error while download:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://download.ariscommunity.com/client.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
java.io.IOException: Not in GZIP format
at java.util.zip.GZIPInputStream.readHeader(Unknown Source)
at java.util.zip.GZIPInputStream.<init>(Unknown Source)
at java.util.zip.GZIPInputStream.<init>(Unknown Source)
at com.sun.deploy.net.HttpDownloadHelper.download(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToTempFile(Unknown Source)
at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
at com.sun.javaws.Launcher.downloadResources(Unknown Source)
at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
at com.sun.javaws.Launcher.launch(Unknown Source)
at com.sun.javaws.Main.launchApp(Unknown Source)
at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
at com.sun.javaws.Main$1.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)