Upload content Issue

  • 1 Replies
  • 5911 Views

0 Members and 1 Guest are viewing this topic.

*

Offline sj2as

  • Newbie
  • *
  • 2
  • 0
Upload content Issue
« on: August 15, 2013, 05:44:44 PM »
I have a single screen magicinfo setup, using a dedicated windows pc as the server.

I am trying to use another PC on the same network to actually manage the content and schedules, but am having a problem uploading content.

Whenever I try and upload, the java applet fails to launch and I get the following error messages.

Unable to launch the application
Name:ContentUploader
Publisher:MagicInfo
From:http://serverIP:7001

Details
Error: java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM

Launch File
<jnlp spec="1.0" codebase="http://192.168.1.93:7001/MagicInfo/uploader/jnlp/" href="uploader_CMCUser_20130815151202.jnlp">
  <information>
    <title>ContentUploader</title>
    <vendor>MagicInfo</vendor>
  </information>
  <security>
    <all-permissions/>
  </security>
  <resources os="Windows">
    <j2se version="1.6+" initial-heap-size="64m" max-heap-size="1024m"/>
    <jar href="../uploader.jar" main="true"/>
    <jar href="../lib/jnlp.jar" download="eager"/>
    <jar href="../lib/transform.jar" download="eager"/>
    <jar href="../lib/commons-httpclient-3.1.jar" download="eager"/>
    <jar href="../lib/commons-codec-1.3.jar" download="eager"/>
    <jar href="../lib/commons-logging-1.1.1.jar" download="eager"/>
    <jar href="../lib/commons-net-2.0.jar" download="eager"/>
    <jar href="../lib/swt.jar" download="eager"/>
    <jar href="../lib/commons-ssl.jar" download="eager"/>
  </resources>
  <application-desc main-class="com.samsung.magicinfo.uploader.UploaderApplication">
    <argument>en_US</argument>
    <argument>21</argument>
    <argument>2DBED64A6DB2AF889116CD78A3CE1142</argument>
    <argument>CMCUser</argument>
    <argument>claphammethodist1</argument>
    <argument>uploader_CMCUser_20130815151202.jnlp</argument>
  </application-desc>
</jnlp>


Exception
java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
   at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
   at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
   at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
   at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
   at com.samsung.magicinfo.uploader.UploaderApplication.<init>(UploaderApplication.java:26)
   at com.samsung.magicinfo.uploader.UploaderApplication.main(UploaderApplication.java:105)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
   at java.lang.reflect.Method.invoke(Unknown Source)
   at com.sun.javaws.Launcher.executeApplication(Unknown Source)
   at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
   at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
   at com.sun.javaws.Launcher.run(Unknown Source)
   at java.lang.Thread.run(Unknown Source)

*

Offline samwieda

  • Mega Guru
  • ****
  • 32
  • 3
Re: Upload content Issue
« Reply #1 on: August 16, 2013, 01:57:49 PM »
please update to the newest version of MIIP.
then it will work with your java version.

Version 2002.1 supports 64bit JAVA

Cheers