How to setup client-server PillarOne.RiskAnalytics?
Up to Software
Hello,
I just checked out the PillarOne.RiskAnalytics code and have my project configured in IDEA. I can perfectly launch the standalone version of PillarOne.RiskAnalytics and play with the available models.
If I launch the dev version of PillarOne.RiskAnalytics, I see all models being imported and the Gui opens. How do I access the index-page through my browser?
I tried http://localhost:8080/RiskAnalytics, but this does not work. I see no logging with the Url of my application.
Is the jnlp-file somewhere available with the correct substitution of $$context?
Thanks for your help,
John
Hi John,
I am happy to hear that you successfully checked-out the code and could setup the IDEA project.
To answer your question I wrote a new how-to document. Please give me any feedback, if it is not precise enough.
Regards,
Stefan
Hi Stefan,
This is a great start as my server now starts and I get a webpage with a jnlp and an applet-link.
When I try the jnlp-link, I get an exception when webstart tries to download RiskAnalytics-jnlp-client.jar, as it cannot be found.
This is the exception:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://localhost:8080/RiskAnalytics/lib/RiskAnalytics-jnlp-client.jar
at com.sun.deploy.net.DownloadEngine.actionDownload(DownloadEngine.java:973)
at com.sun.deploy.net.DownloadEngine.getCacheEntry(DownloadEngine.java:1071)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1146)
at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(DownloadEngine.java:1080)
at com.sun.deploy.net.DownloadEngine.getResource(DownloadEngine.java:146)
at com.sun.javaws.LaunchDownload.downloadJarFiles(LaunchDownload.java:844)
at com.sun.javaws.LaunchDownload.downloadEagerorAll(LaunchDownload.java:760)
at com.sun.javaws.Launcher.downloadResources(Launcher.java:1216)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:558)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:175)
at com.sun.javaws.Launcher.launch(Launcher.java:95)
at com.sun.javaws.Main.launchApp(Main.java:305)
at com.sun.javaws.Main.continueInSecureThread(Main.java:213)
at com.sun.javaws.Main$1.run(Main.java:108)
at java.lang.Thread.run(Thread.java:637)
Unfortunately my recipe was missing one step:
Execute the jar-client ant target available in the Ant Build panel (right side of IDEA).
Hi Stefan,
I just checked out the latest trunk with IJ following your good how-to.
After opening the project, I get this message:
"Configure path variables: Undefined variable: TEMPLATE."
Any idea, how to solve this?
Screenshot attached.
Thanks
Ralf
Hi Ralf,
Click on the Edit button and select any directory. This should resolve the problem. Nevertheless I will try to modify the project files in the repository in order to avoid this dialog.
Stefan
Select Project Structure in the File menu. Click on Project in the first column of the dialog. Select an available JDK in the Project SDK combobox or add a new one by clicking on the new button.
Most users have no problem with the expired certificate. We plan to fix it for version 0.5 (PMO-279).
Document Actions
- History
-
Action Performed by Date and Time Comment Activate Johnny Vanhentenryk 26.05.2009 21:36 No comments.

