| Author |
Message |
miltonkelsey
Joined: 16 Jan 2010
Posts: 2

|
|
Xinco works logged in as the system Admin, (not the Xinco Admin) but not as a typical user on the same machine. It worked fine before today. A Java update to 6.17 was installed, but this affected all users on the system.
The system is running Windows XP SP3 with IE7, and had Java 6.13 loaded before this problem happened. I have compared Java and IE settings between the Administrator account and the user account and nothing seems to be different.
The error seems to be a Java error, which states that Java is missing The shortcut to XincoExplorer.jnlp is the same for both users. When attempting to run with the users credentials, the download screens appear, basically doing a re-install, so I know it's hitting the server.
Any known tweaks to fix this issue? |
|
|
|
|
|
|
    |
 |
javydreamercsw
Moderator

Age: 31
Joined: 14 Jun 2006
Posts: 398
Location: Texas

|
|
 |
     |
 |
alex
Administrator


Age: 29
Joined: 19 Sep 2004
Posts: 535
Location: Remseck, Germany

|
|
Java Web Starts keeps XincoExplorer it a cache and reinstalls it, when either there's a new version on the server or when it is removed from the cache. This has nothing to do with the installation on your server, it's just local caching.
If you get an error after Java updates, I suggest that you empty that Java Web Start application cache (Windows: Control Panel > Java settings), load it again and it should be just like an initial installation. |
|
|
|
|
|
 |
     |
 |
miltonkelsey
Joined: 16 Jan 2010
Posts: 2

|
|
I don't have the Java "Temporary Files Settings" turned on. I don't think there is a cache to flush. I've tried running the update again and, no change.
Here's the text of the error, "Unable to launch the application":
<?xml version="1.0" encoding="UTF-8"?>
<!--
###############################################################################
#
# @(#)XincoExplorer.jnlp 2.00.03 2008/03/15
#
# JNLP File for XincoExplorer
#
###############################################################################
-->
<!-- ### IMPORTANT: Change codebase to where your client will be deployed to! ### -->
<!-- ### e.g. http://your_domain:8080/xinco/client or http://192.168.0.1:8080/xinco/client ### -->
<jnlp codebase="http://anl-svr-00:8080/xinco/client" href="XincoExplorer.jnlp" spec="0.2 1.0">
<information>
<title>XincoExplorer</title>
<vendor>blueCubs.com</vendor>
<homepage href="http://www.xinco.org"/>
<description>XincoExplorer - Client of xinco, the Core of Information and Document Management</description>
<description kind="short">XincoExplorer - Client of xinco, the Core of Information and Document Management</description>
<icon href="blueCubsIcon.gif"/>
<offline-allowed/>
<shortcut online="true">
</shortcut>
</information>
<resources locale="" os="">
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.5.0+" java-vm-args="-Xmx512m"/>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.6.0+" java-vm-args="-Xmx512m"/>
<!-- required libraries, ALL SIGNED -->
<jar download="eager" href="XincoExplorer.jar" main="true"/>
<jar href="activation.jar"/>
<jar href="axis.jar"/>
<jar href="commons-discovery-0.2.jar"/>
<jar href="commons-logging-1.0.4.jar"/>
<jar href="jaxrpc.jar"/>
<jar href="mail.jar"/>
<jar href="saaj.jar"/>
<jar href="swing-layout-1.0.3.jar"/>
<jar href="wsdl4j-1.5.1.jar"/>
<jar href="xercesImpl.jar"/>
<jar href="Xinco.jar"/>
<jar href="xmlParserAPIs.jar"/>
<jar href="napkinlaf.jar"/>
<jar href="substance.jar"/>
</resources>
<security>
<!-- all permissions required on Client-Computer -->
<all-permissions/>
</security>
<application-desc main-class="com.bluecubs.xinco.client.XincoExplorer"/>
</jnlp>
STILL STUCK - thanks for the suggestions, anything else I could try? |
|
|
|
|
|
|
    |
 |
javydreamercsw
Moderator

Age: 31
Joined: 14 Jun 2006
Posts: 398
Location: Texas

|
|
 |
     |
 |
heronfisher
Age: 30
Joined: 12 Mar 2010
Posts: 4
Location: london

|
|
| The code is quite long here, these many number of lines would be executed first before getting started. Is there any other process to start-up this software ? Or else one has to execute these many processes. |
|
|
|
_________________ m3i zero |
|
 |
     |
 |
javydreamercsw
Moderator

Age: 31
Joined: 14 Jun 2006
Posts: 398
Location: Texas

|
|
 |
     |
 |
|
|