Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
I sign in as admin to the system and that has no problem, but when i select launch workflow designer I get a pop up notice to allow to open/download a file in witch i select to open the file and when the file has ended downloading, I get a Java Error, the error has 3 tabs that i put below:
Running File
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="http://localhost:80/wflow-designerweb/webstart">
<information>
<title>wflow-designerweb</title>
<vendor>joget.org</vendor>
<homepage href="http://www.joget.org/"/>
<description>joget.org wfdesigner</description>
<offline-allowed/>
<shortcut online="true">
<desktop/>
</shortcut>
</information>
<security>
<all-permissions/>
</security>
<update check="background" policy="prompt-update"/>
<resources>
<j2se version="1.5+"/>
<jar href="wflow-designer.jar" version="2.0.0" main="true"/>
<jar href="jped.jar" version="2.0"/>
<jar href="jped-shark-historyRelated.jar" version="2.0"/>
<jar href="jped-shark-forms.jar" version="2.0"/>
<jar href="jped-highlight.jar" version="2.0"/>
<jar href="jgraph.jar" version="5.10.2.0"/>
<jar href="javahelp.jar" version="2.0.02"/>
<jar href="xercesImpl.jar" version="2.8.1"/>
<jar href="xml-apis.jar" version="1.3.04"/>
<jar href="batik-svggen.jar" version="1.7"/>
<jar href="batik-dom.jar" version="1.7"/>
<jar href="itext.jar" version="2.0.6"/>
<jar href="jedit-syntax.jar" version="2.2.2"/>
<jar href="commons-codec.jar" version="1.2"/>
<jar href="commons-discovery.jar" version="0.2"/>
<jar href="commons-logging.jar" version="1.0.4"/>
<jar href="officelnfs.jar" version="2.7"/>
<jar href="batik-awt-util.jar" version="1.7"/>
<jar href="batik-util.jar" version="1.7"/>
<jar href="batik-css.jar" version="1.7"/>
<jar href="batik-ext.jar" version="1.7"/>
<jar href="xml-apis-ext.jar" version="1.3.04"/>
<jar href="batik-xml.jar" version="1.7"/>
<jar href="xalan.jar" version="2.6.0"/>
<jar href="log4j.jar" version="1.2.15"/>
<jar href="commons-httpclient.jar" version="3.1"/>
</resources>
<application-desc main-class="org.joget.designer.Designer">
<argument>path:http://localhost:8080/wflow-wfweb</argument>
<argument>deploy:deploy</argument>
<argument>locale:en</argument>
</application-desc>
</jnlp>
Exception
com.sun.deploy.net.FailedDownloadException: No se puede cargar el recurso: (http://localhost:80/wflow-designerweb/webstart/wflow-designer.jar?version-id=2.0.0, 2.0.0)
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$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
PD No se puede cargar el recurso means Cant load the resource
Exception with wrap
java.io.FileNotFoundException: http://localhost:80/wflow-designerweb/webstart/wflow-designer.jar?version-id=2.0.0
at sun.reflect.GeneratedConstructorAccessor2.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$6.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.net.www.protocol.http.HttpURLConnection.getChainedException(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doRequest(Unknown Source)
at com.sun.deploy.net.BasicHttpRequest.doGetRequest(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$DownloadTask.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.FileNotFoundException: http://localhost:80/wflow-designerweb/webstart/wflow-designer.jar?version-id=2.0.0
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.HttpURLConnection.getResponseCode(Unknown Source)
... 15 more
Thanks in advance for your advice
16 Comments
Tiensoon
Hi Eduardo, could you please check whether this file exists?
{joget-workflow-installation-directory}/apache-tomcat-6.0.18/webapps/wflow-designerweb/webstart/wflow-designer-2.0.0.jar
Eduardo Apellaniz
Tienesoon, thank you for your fast reply, and yes the file exists, I would really aprecciate more advice
Eduardo Apellaniz
If you wan`t you could connect to my cpu via teamviewer to check the proble directly on my cpu.
Eduardo Apellaniz
Maybe the error comes when it tries to reach port 80 because in the error it says it happens in http://localhost:80/ when the system is running in port 8080
Tiensoon
Hi Eduardo,
You mean, you actually access the Workflow Management Console at http://localhost:8080?
If your Joget Workflow is running at port 8080, could you try to directly access this URL in the browser? http://localhost:8080/wflow-designerweb/webstart
Eduardo Apellaniz
Tiensoon:
I followed your instructions and the same error appears, What else should i do?
Thanks in advance
Eduardo Apellaniz
I found the problem, I had a download accelerator installed on the machine, and that program didn´t allowed the system to start.
I appreciated the promt advice.
Thx
Tiensoon
Glad to hear that you have found the root cause of the stumbling stone :)
Edwin Tampubolon
Hi, I have same problem with 2.0.1 version. I have not any download accelerator. could anybody help?
Tiensoon
Do you have Oracle Express installed in the same machine? Take a look at this forum thread to see if it helps.
Edwin Tampubolon
Yes, I Have. After stop the service, workflow designer run smoothly. Thanks
lim yee kit
I have a problem with mine, I do not have oracle 10g installed, running on win 7 64 bit. It just stays like this
Hugo
Hi Yee Kit,
This has nothing to do with having Oracle 10g Database installed or not actually. Maybe you can have your JRE/JDK updated to the latest version and try to launch it again. It might also help by clearing your cache at Windows -> Control Panel -> Java -> Temporary Internet Files -> Settings -> Delete Files.
You can also try to turn on the debug console at Windows -> Control Panel -> Java -> Advanced -> Java Console -> Show Console/Debugging.
Hope this will get you somewhere.
Cheers
lim yee kit
Hi hugo,
the console still does not show itself when I double click the webstart.jnlp. , my JRE is the latest JRE 7, no jdk installed
additional info
http://pastebin.com/9Pi211QJ
ahza
Hi guys,
I am facing the same problem. I can't launch workflow editor.
and after check, I can't open http://localhost:8080/wflow-designerweb/webstart
and
I don't have wflow-designerweb/webstart/wflow-designer-2.0.0.jar (the file flow-designer-2.0.0.jar is not exist. 0.0)
I can install the joget smoothly, but can't launch the workflow.
Anybody can help me?
Thanks, many thanks.
Bastiana
wflow-designerweb is the context path for v2. v3 is using jwdesigner.
You are posting in the wrong forum.