Error in JAR downloading

I create one test.jar file using Jdeveloper then i subclass one ITEM of that class.Then i make entry in configuration file to refer that JAR .When i run that form standalone in formbuilder then at jinitiator throws following error
Loading http://kamlesh-170:8888/forms90/java/test.jar from JAR cache
connectMode=HTTP, native.
Forms Applet version is : 90290
java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
     at sun.applet.AppletClassLoader.getBytes(Unknown Source)
     at sun.applet.AppletClassLoader.access$100(Unknown Source)
     at sun.applet.AppletClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.applet.AppletClassLoader.findClass(Unknown Source)
     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at sun.applet.AppletClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClassInternal(Unknown Source)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Unknown Source)
     at oracle.forms.handler.UICommon.instantiate(Unknown Source)
     at oracle.forms.handler.UICommon.onCreate(Unknown Source)
     at oracle.forms.handler.TextFieldItem.onCreate(Unknown Source)
     at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
     at oracle.forms.engine.Runform.processMessage(Unknown Source)
     at oracle.forms.engine.Runform.processSet(Unknown Source)
     at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
     at oracle.forms.engine.Runform.onMessage(Unknown Source)
     at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
     at oracle.forms.engine.Runform.startRunform(Unknown Source)
     at oracle.forms.engine.Main.createRunform(Unknown Source)
     at oracle.forms.engine.Main.start(Unknown Source)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
class name and package name also correct . is it certificate issue coz doesn't create certicate for that JAR.what it is issue??

Mangesh,
what does the error message say ? It says
java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
It obviously cannot find the class you are referring to. Since you preferred to not give us an idea of what your configuration file entrty is, all I can do is to ask you to double check your configuration.
Frank

Similar Messages

  • Dialup jar download error

    Hi,
    We are seeing an odd occurence. Our dialup users using Java Web Start are unable to download certain jar files if they are a certain size. For example when we deploy our code we need to verify that it will work over a dialup connection. If it does not work we add an additional file to the jar until we get to a size that works???? We can consistently recreate this. We have expirienced it at two different jar sizes so far (255-265 Kb + 320-330 Kb). We have a work around by adding files until it works but this is a hit or miss type of fix. We use signed jar files. The error is a download error. Any help would be appreciated.
    Thanks

    The ISP that we recreated the error on was ATT World Net. The error message that we are seeing is:
    Category Download Error: Corrupted JAR fiel at <our URL>
    ZipException: Error in opening zip file.
    We are using version 1.4.2_03 of the JRE. We download 4 separate jar files during the launch of the jnlp. If any of these jars are at the odd sizes previously mentioned it will appear to hang, then after a while we will see the error messages above.
    Thanks

  • Jar download not working over dial up

    Hey,
    Our webstart application works just fine while connected to the lan at work. The various jars required by the application are downloaded without any problems.
    However, when I try to access the same application over dial up (I have tried netzero and aol), the jar download fails in a rather weird fashion.
    On clicking on the link for the application, the main jar e.g. main-application.jar downloads just fine, but the next jar in line fails with the following message
    Unable to load resource: https://server.com:443/application/lib/axis.jar
    Exception
    JNLPException[category: Download Error : Exception: java.net.SocketException: Unexpected end of file from server : LaunchDesc: null ]
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.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.handleApplicationDesc(Unknown Source)
         at com.sun.javaws.Launcher.handleLaunchFile(Unknown Source)
         at com.sun.javaws.Launcher.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Wrapped Exception
    java.net.SocketException: Unexpected end of file from server
         at sun.net.www.http.HttpClient.parseHTTPHeader(Unknown Source)
         at sun.net.www.http.HttpClient.parseHTTP(Unknown Source)
         at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
         at java.net.HttpURLConnection.getResponseCode(Unknown Source)
         at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(Unknown Source)
         at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unknown Source)
         at com.sun.javaws.net.BasicNetworkLayer.doGetRequest(Unknown Source)
    Now, when i click on the application launch again, it proceeds to download the next jar e.g axis.jar in this case without a problem, but it will fail on the next jar
    snippet from my jnlp file
    <jar href="application.jar"/>
    <jar href="lib/axis.jar"/>
    <jar href="lib/castor-0.9.5.2-xml.jar"/>
    <jar href="lib/commons-beanutils-1.5.jar"/>
    <jar href="lib/commons-collections-2.1.jar"/>     
    Note : All of this works fine when im not using dial up to connect.
    Does anyone have any ideas ?
    Any help is greatly appreciated

    pboeykens,
    It may definitely be something with my network and/or firewall configuration. I'm just not sure where to look yet.
    I have tried modifying apache settings to no avail.
    I've tried turning KeepAlives off, changing the keep alive timeout and the max number of keep alives allowed on apache, but none of these setting changes had any effect on the jar download.
    If you have any suggestions for what I might look at as far as my firewall settings, then I can take that to my security department.
    My next step is to try and enable the debug logging with webstart to maybe get a better idea of why it thinks that no jar is available.
    Thanks

  • Error with JAR Signing

    Folk'ses,
    I have just done my first JNLP stuff, and I am experiencing a very strange problem:
    my application launch works just fine but only every 2nd time!
    I alternatingly get the following error: {color:#ff0000}Unable to launch the application.{color}
    {noformat}And the details state: {color:#ff0000}JAR resources in JNLP file are not signed by same certificate{color}{noformat}
    I perform the exact same operation again without changing anything in between, and hey presto, my application is launched.
    Following is my JNLP file:
    <?xml version="1.0" encoding="utf-8"?>
    <!-- JNLP File for Session Client -->
    <jnlp spec="1.0+" codebase="http://oneclickserver9/CONTINUITY" href="/CONTINUITY
    /licensing.jnlp">
      <information>
        <title>CONTINUITY Licensing</title>
        <vendor>ICS GmbH</vendor>
        <homepage href="index.jsp"/>
        <description>CONTINUITY License View</description>
        <description kind="short">CONTINUITY</description>
        <icon href="continuity.log.gif"/>
      </information>
      <security>
        <all-permissions/>
      </security>
      <resources>
        <property name="sun.awt.noerasebackground" value="true"/>
        <j2se version="1.6.0_07" href="http://java.sun.com/products/autodl/j2se"
              initial-heap-size="64m" max-heap-size="256m" java-vm-args="-Duser.name
    =kloeber"/>
        <jar href="lib/IcsLicenseView.jar" main="true"/>
        <jar href="lib/global90.jar" download="lazy"/>
        <jar href="lib/ssorb90.jar" download="lazy"/>
        <jar href="lib/ssorbutil90.jar" download="lazy"/>
        <jar href="lib/utilapp90.jar" download="lazy"/>
        <jar href="lib/util90.jar" download="lazy"/>
        <jar href="lib/utilsrv90.jar" download="lazy"/>
        <jar href="lib/utilnet90.jar" download="lazy"/>
        <jar href="lib/vbhelper90.jar" download="lazy"/>
        <jar href="lib/vbjorb.jar" download="lazy"/>
        <jar href="lib/lm.jar" download="lazy"/>
        <jar href="lib/jsafeJCEFIPS.jar" download="lazy"/>
      </resources>
      <a... [Show more]

    BS,
    thanx for your reply:
    You might want to check how the referenced resources/JARs are signed on the serverI do the signing "manually" in a for loop over all jar files:
    for f in *.jar; do echo $f; jarsigner -keystore G:/Keystore/continuityKeystore -storepass XXXX -keypass +YYYYY+ $f +ZZZZ+; done
    are they getting generated/signed dynamically every time you access the JNLP?no, see above
    Could it be possible that different requests be served by different web servers (may be in a cluster)?no, I only have one tomcat server running

  • Error: Unable to download document : "xml/motd.xml"

    Hi,
    I got the following error messages when downloading patches on my sunUC clients:
    # smpatch download -i 118833-36
    Error: Unable to download document : "xml/motd.xml"
    Cannot connect to retrieve xml/motd.xml: Bad Request
    Unable to display any message of the day notices from Sun Microsystems. Refer to the log file for additional information.
    118833-36 has been validated.
    I looked at all the log files in /var/sadm/spool and couldn't find anything related to the error messages.
    The patch 118833-36 was downloaded and installed fine.

    Moderador,
    Based on your request, I run 4 test scenarios that might provide some useful information.
    Content of /var/sadm/spool/patchsvr
    root@b3osdsun01:/root# ls -laR /var/sadm/spool/patchsvr
    /var/sadm/spool/patchsvr:
    total 36
    drwxr-xr-x 6 root sys 512 Sep 9 05:36 .
    drwxr-xr-x 8 root sys 7168 Feb 24 12:39 ..
    drwxr-xr-x 2 root root 3072 Feb 24 09:52 Database
    drwxr-xr-x 2 root sys 1024 Feb 24 06:11 Misc
    drwxr-xr-x 2 root sys 3072 Feb 24 00:03 Patches
    drwxr-xr-x 2 root root 2560 Feb 24 09:52 entitlement
    /var/sadm/spool/patchsvr/Database:
    total 1208
    drwxr-xr-x 2 root root 3072 Feb 24 09:52 .
    drwxr-xr-x 6 root sys 512 Sep 9 05:36 ..
    -rw-r--r-- 1 root root 291567 Oct 14 07:18 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2FDatabase%2Fcurrent.zip
    -rw-r--r-- 1 root root 0 Oct 1 12:29 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2FDatabase%2Fcurrent.zip32460
    -rw-r--r-- 1 root root 0 Oct 1 12:30 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2FDatabase%2Fcurrent.zip32462
    -rw-r--r-- 1 root root 0 Oct 1 12:39 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2FDatabase%2Fcurrent.zip32464
    -rw-r--r-- 1 root root 0 Oct 1 12:48 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2FDatabase%2Fcurrent.zip32466
    -rw-r--r-- 1 root root 0 Oct 1 13:01 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2FDatabase%2Fcurrent.zip32468
    -rw-r--r-- 1 root root 0 Oct 1 13:08 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2FDatabase%2Fcurrent.zip32470
    -rw-r--r-- 1 root root 298728 Feb 23 17:11 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip
    -rw-r--r-- 1 root root 0 Feb 23 20:57 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip261
    -rw-r--r-- 1 root root 0 Feb 23 21:00 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip264
    -rw-r--r-- 1 root root 0 Feb 23 21:09 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip267
    -rw-r--r-- 1 root root 0 Feb 23 21:11 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip269
    -rw-r--r-- 1 root root 0 Feb 23 21:18 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip272
    -rw-r--r-- 1 root root 0 Feb 23 21:19 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip274
    -rw-r--r-- 1 root root 0 Feb 23 21:21 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip276
    -rw-r--r-- 1 root root 0 Feb 23 21:24 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip279
    -rw-r--r-- 1 root root 0 Feb 23 21:29 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip281
    -rw-r--r-- 1 root root 0 Feb 23 21:46 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip284
    -rw-r--r-- 1 root root 0 Feb 23 22:11 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip286
    -rw-r--r-- 1 root root 0 Feb 23 22:31 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip289
    -rw-r--r-- 1 root root 0 Feb 23 23:05 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip292
    -rw-r--r-- 1 root root 0 Feb 24 00:01 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip295
    -rw-r--r-- 1 root root 0 Feb 24 00:01 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip296
    -rw-r--r-- 1 root root 0 Feb 24 00:01 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip297
    -rw-r--r-- 1 root root 0 Feb 24 05:44 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip301
    -rw-r--r-- 1 root root 0 Feb 24 05:48 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip304
    -rw-r--r-- 1 root root 0 Feb 24 06:11 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip307
    -rw-r--r-- 1 root root 0 Feb 24 08:12 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip309
    -rw-r--r-- 1 root root 0 Feb 24 09:43 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip311
    -rw-r--r-- 1 root root 0 Feb 24 09:52 https%3A%2F%2Fgetupdates1.sun.com%2F%2FDatabase%2FDatabase%2Fcurrent.zip313
    /var/sadm/spool/patchsvr/Misc:
    total 14228
    drwxr-xr-x 2 root sys 1024 Feb 24 06:11 .
    drwxr-xr-x 6 root sys 512 Sep 9 05:36 ..
    -rw-r--r-- 1 root root 3611154 Oct 14 07:18 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2Fdetectors.jar
    -rw-r--r-- 1 root root 3646470 Feb 23 17:12 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar
    -rw-r--r-- 1 root root 0 Feb 23 20:57 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar262
    -rw-r--r-- 1 root root 0 Feb 23 21:09 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar266
    -rw-r--r-- 1 root root 0 Feb 23 21:18 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar271
    -rw-r--r-- 1 root root 0 Feb 23 21:21 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar277
    -rw-r--r-- 1 root root 0 Feb 23 21:46 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar283
    -rw-r--r-- 1 root root 0 Feb 23 22:11 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar287
    -rw-r--r-- 1 root root 0 Feb 23 23:05 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar291
    -rw-r--r-- 1 root root 0 Feb 24 00:01 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar294
    -rw-r--r-- 1 root root 0 Feb 24 05:44 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar302
    -rw-r--r-- 1 root root 0 Feb 24 06:11 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fdetectors.jar306
    /var/sadm/spool/patchsvr/Patches:
    total 1292618
    drwxr-xr-x 2 root sys 3072 Feb 24 00:03 .
    drwxr-xr-x 6 root sys 512 Sep 9 05:36 ..
    -rw-r--r-- 1 root root 46475761 Oct 1 10:50 113886-38.jar
    -rw-r--r-- 1 root root 43498410 Feb 23 21:01 113886-42.jar
    -rw-r--r-- 1 root root 42888423 Oct 1 10:52 113887-38.jar
    -rw-r--r-- 1 root root 40807581 Feb 23 21:02 113887-42.jar
    -rw-r--r-- 1 root root 151954 Oct 1 10:53 118557-06.jar
    -rw-r--r-- 1 root root 69163583 Feb 23 21:03 118666-11.jar
    -rw-r--r-- 1 root root 10514183 Feb 23 21:03 118667-11.jar
    -rw-r--r-- 1 root root 188662 Oct 1 10:48 118683-01.jar
    -rw-r--r-- 1 root root 236302 Oct 1 10:56 118706-01.jar
    -rw-r--r-- 1 root root 196150 Oct 1 10:56 118707-04.jar
    -rw-r--r-- 1 root root 419527 Oct 1 10:56 118708-13.jar
    -rw-r--r-- 1 root root 105696 Oct 1 10:56 118711-02.jar
    -rw-r--r-- 1 root root 295738 Oct 1 10:56 118712-10.jar
    -rw-r--r-- 1 root root 302061 Feb 23 21:02 118712-13.jar
    -rw-r--r-- 1 root root 496152 Oct 1 10:56 118777-06.jar
    -rw-r--r-- 1 root root 95092 Oct 1 10:53 118812-03.jar
    -rw-r--r-- 1 root root 166160 Feb 24 00:02 118815-05.jar
    -rw-r--r-- 1 root root 80428 Oct 1 10:56 118830-01.jar
    -rw-r--r-- 1 root root 34095003 Oct 8 09:41 118833-24.jar
    -rw-r--r-- 1 root root 54413206 Feb 24 00:03 118833-36.jar
    -rw-r--r-- 1 root root 1808265 Oct 1 10:53 118918-19.jar
    -rw-r--r-- 1 root root 1822253 Feb 24 00:02 118918-24.jar
    -rw-r--r-- 1 root root 96695 Oct 1 10:56 118945-01.jar
    -rw-r--r-- 1 root root 91763 Oct 1 10:56 118981-03.jar
    -rw-r--r-- 1 root root 5573200 Oct 8 09:42 119059-18.jar
    -rw-r--r-- 1 root root 5576430 Feb 23 21:03 119059-21.jar
    -rw-r--r-- 1 root root 114774 Oct 1 10:57 119063-01.jar
    -rw-r--r-- 1 root root 1189956 Feb 23 21:00 119081-25.jar
    -rw-r--r-- 1 root root 13288480 Oct 1 10:57 119115-18.jar
    -rw-r--r-- 1 root root 14743306 Feb 23 21:03 119115-22.jar
    -rw-r--r-- 1 root root 4273087 Oct 1 10:56 119117-22.jar
    -rw-r--r-- 1 root root 4617883 Feb 23 21:02 119117-29.jar
    -rw-r--r-- 1 root root 8607487 Oct 1 10:56 119213-09.jar
    -rw-r--r-- 1 root root 8618010 Oct 14 07:18 119213-10.jar
    -rw-r--r-- 1 root root 8660261 Feb 23 21:01 119213-11.jar
    -rw-r--r-- 1 root root 1356682 Oct 1 10:45 119254-27.jar
    -rw-r--r-- 1 root root 1361281 Feb 24 00:01 119254-34.jar
    -rw-r--r-- 1 root root 101596 Oct 1 10:56 119309-03.jar
    -rw-r--r-- 1 root root 1270965 Feb 23 21:04 119397-06.jar
    -rw-r--r-- 1 root root 494252 Oct 1 10:53 119470-08.jar
    -rw-r--r-- 1 root root 1827070 Oct 1 10:56 119546-07.jar
    -rw-r--r-- 1 root root 1160825 Oct 1 10:56 119548-05.jar
    -rw-r--r-- 1 root root 1939955 Oct 1 10:52 119578-29.jar
    -rw-r--r-- 1 root root 61172 Feb 23 21:02 119703-08.jar
    -rw-r--r-- 1 root root 39643171 Oct 1 10:56 119757-04.jar
    -rw-r--r-- 1 root root 751835 Oct 1 10:53 119850-20.jar
    -rw-r--r-- 1 root root 751901 Oct 8 09:42 119850-21.jar
    -rw-r--r-- 1 root root 541532 Oct 1 10:56 119900-02.jar
    -rw-r--r-- 1 root root 797869 Oct 1 10:57 119903-02.jar
    -rw-r--r-- 1 root root 1720037 Oct 1 10:48 119963-07.jar
    -rw-r--r-- 1 root root 1737070 Feb 23 21:03 119998-02.jar
    -rw-r--r-- 1 root root 91104 Oct 1 10:52 120056-02.jar
    -rw-r--r-- 1 root root 90969 Oct 1 10:53 120061-02.jar
    -rw-r--r-- 1 root root 51318 Feb 23 21:01 120068-02.jar
    -rw-r--r-- 1 root root 302460 Oct 1 10:56 120099-07.jar
    -rw-r--r-- 1 root root 54484 Oct 1 10:53 120294-01.jar
    -rw-r--r-- 1 root root 71490 Oct 1 10:53 120346-04.jar
    -rw-r--r-- 1 root root 999740 Oct 1 10:53 120467-05.jar
    -rw-r--r-- 1 root root 795638 Oct 1 10:53 120469-05.jar
    -rw-r--r-- 1 root root 16139832 Oct 1 10:52 120543-05.jar
    -rw-r--r-- 1 root root 16258980 Oct 8 09:42 120543-06.jar
    -rw-r--r-- 1 root root 16253320 Feb 23 21:03 120543-08.jar
    -rw-r--r-- 1 root root 493214 Feb 24 00:02 120719-02.jar
    -rw-r--r-- 1 root root 270675 Oct 1 10:48 120753-02.jar
    -rw-r--r-- 1 root root 84612 Oct 1 10:48 120780-02.jar
    -rw-r--r-- 1 root root 320258 Oct 14 07:18 120791-05.jar
    -rw-r--r-- 1 root root 58715 Oct 1 10:52 120887-06.jar
    -rw-r--r-- 1 root root 102087 Feb 24 00:02 121002-03.jar
    -rw-r--r-- 1 root root 1175840 Oct 1 10:52 121081-05.jar
    -rw-r--r-- 1 root root 1176987 Feb 23 23:05 121081-06.jar
    -rw-r--r-- 1 root root 61029 Oct 1 10:56 121095-01.jar
    -rw-r--r-- 1 root root 87618400 Oct 1 10:47 121104-01.jar
    -rw-r--r-- 1 root root 1604794 Oct 14 07:18 121118-08.jar
    -rw-r--r-- 1 root root 1756896 Feb 23 21:02 121118-11.jar
    -rw-r--r-- 1 root root 25377 Oct 1 10:48 121136-01.jar
    -rw-r--r-- 1 root root 43541 Oct 1 10:52 121302-01.jar
    -rw-r--r-- 1 root root 1349725 Oct 1 10:45 121308-07.jar
    -rw-r--r-- 1 root root 766128 Oct 1 10:45 121430-11.jar
    -rw-r--r-- 1 root root 33454 Oct 1 10:52 121474-01.jar
    -rw-r--r-- 1 root root 39156 Oct 1 10:53 121556-01.jar
    -rw-r--r-- 1 root root 54439 Oct 1 10:53 121557-01.jar
    -rw-r--r-- 1 root root 38531 Oct 1 10:53 121558-01.jar
    -rw-r--r-- 1 root root 64667 Oct 1 10:53 121559-01.jar
    -rw-r--r-- 1 root root 455467 Oct 1 10:56 121563-02.jar
    -rw-r--r-- 1 root root 73619 Oct 1 10:52 121693-03.jar
    -rw-r--r-- 1 root root 78784 Feb 23 21:04 121734-05.jar
    -rw-r--r-- 1 root root 26983 Feb 23 23:05 121901-01.jar
    -rw-r--r-- 1 root root 328956 Oct 8 09:42 122027-08.jar
    -rw-r--r-- 1 root root 334464 Feb 23 21:01 122032-04.jar
    -rw-r--r-- 1 root root 5622658 Oct 8 09:42 122212-10.jar
    -rw-r--r-- 1 root root 5712006 Oct 14 07:19 122212-12.jar
    -rw-r--r-- 1 root root 5724049 Feb 23 21:02 122212-17.jar
    -rw-r--r-- 1 root root 73018 Oct 1 10:53 122363-01.jar
    -rw-r--r-- 1 root root 39118 Oct 1 10:53 122515-01.jar
    -rw-r--r-- 1 root root 77359 Oct 1 10:53 122517-02.jar
    -rw-r--r-- 1 root root 81527 Oct 1 10:53 122523-03.jar
    -rw-r--r-- 1 root root 63877 Oct 1 10:53 122525-02.jar
    -rw-r--r-- 1 root root 195842 Oct 14 07:18 122669-01.jar
    -rw-r--r-- 1 root root 42365 Oct 14 07:18 122761-01.jar
    -rw-r--r-- 1 root root 197594 Oct 14 07:18 122860-01.jar
    -rw-r--r-- 1 root root 10965819 Oct 8 09:42 122911-02.jar
    -rw-r--r-- 1 root root 475616 Feb 23 21:01 123186-02.jar
    -rw-r--r-- 1 root root 108231 Oct 1 10:53 123304-02.jar
    -rw-r--r-- 1 root root 30541 Oct 1 10:53 123334-02.jar
    -rw-r--r-- 1 root root 34196 Oct 1 10:53 123360-01.jar
    -rw-r--r-- 1 root root 223934 Oct 14 07:18 124206-02.jar
    -rw-r--r-- 1 root root 51848 Feb 23 21:03 124244-01.jar
    -rw-r--r-- 1 root root 578669 Feb 23 21:12 124614-01.jar
    -rw-r--r-- 1 root root 437290 Feb 23 21:00 124630-03.jar
    -rw-r--r-- 1 root root 307636 Feb 23 21:03 124922-02.jar
    -rw-r--r-- 1 root root 41967 Feb 23 21:01 124943-01.jar
    -rw-r--r-- 1 root root 55028 Feb 23 21:03 124997-01.jar
    -rw-r--r-- 1 root root 657450 Feb 23 21:01 125011-01.jar
    /var/sadm/spool/patchsvr/entitlement:
    total 12
    drwxr-xr-x 2 root root 2560 Feb 24 09:52 .
    drwxr-xr-x 6 root sys 512 Sep 9 05:36 ..
    -rw-r--r-- 1 root root 121 Oct 14 07:18 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2Fentitlement_lps
    -rw-r--r-- 1 root root 0 Oct 1 12:29 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2Fentitlement_lps32461
    -rw-r--r-- 1 root root 0 Oct 1 12:30 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2Fentitlement_lps32463
    -rw-r--r-- 1 root root 0 Oct 1 12:39 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2Fentitlement_lps32465
    -rw-r--r-- 1 root root 0 Oct 1 12:48 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2Fentitlement_lps32467
    -rw-r--r-- 1 root root 0 Oct 1 13:01 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2Fentitlement_lps32469
    -rw-r--r-- 1 root root 0 Oct 1 13:08 https%3A%2F%2Fgetupdates.sun.com%2Fsolaris%2F%2Fentitlement_lps32471
    -rw-r--r-- 1 root root 187 Feb 23 17:12 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps
    -rw-r--r-- 1 root root 0 Feb 23 20:58 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps263
    -rw-r--r-- 1 root root 0 Feb 23 21:00 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps265
    -rw-r--r-- 1 root root 0 Feb 23 21:10 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps268
    -rw-r--r-- 1 root root 0 Feb 23 21:12 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps270
    -rw-r--r-- 1 root root 0 Feb 23 21:19 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps273
    -rw-r--r-- 1 root root 0 Feb 23 21:19 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps275
    -rw-r--r-- 1 root root 0 Feb 23 21:21 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps278
    -rw-r--r-- 1 root root 0 Feb 23 21:25 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps280
    -rw-r--r-- 1 root root 0 Feb 23 21:30 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps282
    -rw-r--r-- 1 root root 0 Feb 23 21:47 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps285
    -rw-r--r-- 1 root root 0 Feb 23 22:12 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps288
    -rw-r--r-- 1 root root 0 Feb 23 22:31 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps290
    -rw-r--r-- 1 root root 0 Feb 23 23:05 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps293
    -rw-r--r-- 1 root root 0 Feb 24 00:01 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps298
    -rw-r--r-- 1 root root 0 Feb 24 00:01 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps299
    -rw-r--r-- 1 root root 0 Feb 24 00:02 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps300
    -rw-r--r-- 1 root root 0 Feb 24 05:45 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps303
    -rw-r--r-- 1 root root 0 Feb 24 05:49 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps305
    -rw-r--r-- 1 root root 0 Feb 24 06:12 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps308
    -rw-r--r-- 1 root root 0 Feb 24 08:12 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps310
    -rw-r--r-- 1 root root 0 Feb 24 09:43 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps312
    -rw-r--r-- 1 root root 0 Feb 24 09:52 https%3A%2F%2Fgetupdates1.sun.com%2F%2Fentitlement_lps314
    root@b3osdsun01:/root#
    SCENARIO 1
    - Did NOT restart the sunUC proxy server
    - run smpatch analyze from two sunUC clients
    - source URL = http://solaris3.ny.frb.org:3816/
    Results of client B1STSUN02
    root@b1stsun02# patchadd -p | grep 121118
    Patch: 121118-06 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror SUNWpprou SUNWppro-plugin-sunos-base SUNWupdatemgru SUNWupdatemgrr
    Patch: 121118-08 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror SUNWpprou SUNWppro-plugin-sunos-base SUNWupdatemgru SUNWupdatemgrr
    Patch: 121118-11 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror SUNWpprou SUNWppro-plugin-sunos-base SUNWcsmauth SUNWupdatemgru SUNWupdatemgrr
    root@b1stsun02# smpatch get
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source http://solaris3.ny.frb.org:3816/ https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""
    root@b1stsun02# smpatch analyze -C patchpro.log.level=3 -C patchpro.debug=true
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 503
    ((HttpURLConnection)connection).getResponseMessage() : Servlet PatchServer is currently unavailable
    Error: Unable to download document : "xml/motd.xml"
    Cannot connect to retrieve xml/motd.xml: Servlet PatchServer is currently unavailable
    Unable to display any message of the day notices from Sun Microsystems. Refer to the log file for additional information.
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 503
    ((HttpURLConnection)connection).getResponseMessage() : Servlet PatchServer is currently unavailable
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 503
    ((HttpURLConnection)connection).getResponseMessage() : Servlet PatchServer is currently unavailable
    Failure: Cannot connect to retrieve detectors: Servlet PatchServer is currently unavailable
    root@b1stsun02#
    Results of client B1ISFSUN02
    root@b1isfsun02# patchadd -p | grep 121118
    Patch: 121118-06 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror SUNWpprou SUNWppro-plugin-sunos-base SUNWupdatemgru SUNWupdatemgrr
    Patch: 121118-10 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror SUNWpprou SUNWppro-plugin-sunos-base SUNWcsmauth SUNWupdatemgru SUNWupdatemgrr
    Patch: 121118-11 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror SUNWpprou SUNWppro-plugin-sunos-base SUNWcsmauth SUNWupdatemgru SUNWupdatemgrr
    root@b1isfsun02# smpatch get
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source http://solaris3.ny.frb.org:3816/ https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""
    root@b1isfsun02# smpatch analyze -C patchpro.log.level=3 -C patchpro.debug=true
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 503
    ((HttpURLConnection)connection).getResponseMessage() : Servlet PatchServer is currently unavailable
    Error: Unable to download document : "xml/motd.xml"
    Cannot connect to retrieve xml/motd.xml: Servlet PatchServer is currently unavailable
    Unable to display any message of the day notices from Sun Microsystems. Refer to the log file for additional information.
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 503
    ((HttpURLConnection)connection).getResponseMessage() : Servlet PatchServer is currently unavailable
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 503
    ((HttpURLConnection)connection).getResponseMessage() : Servlet PatchServer is currently unavailable
    Failure: Cannot connect to retrieve detectors: Servlet PatchServer is currently unavailable
    root@b1isfsun02#
    SCENARIO 2
    - same as scenario 1 except source URL = http://solaris3.ny.frb.org:3816/solaris/
    Results of client B1STSUN02
    root@b1stsun02# smpatch set patchpro.patch.source=http://solaris3.ny.frb.org:3816/solaris/
    root@b1stsun02# smpatch get
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source http://solaris3.ny.frb.org:3816/solaris/ https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""
    root@b1stsun02# smpatch analyze -C patchpro.log.level=3 -C patchpro.debug=true
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 400
    ((HttpURLConnection)connection).getResponseMessage() : Bad Request
    Error: Unable to download document : "xml/motd.xml"
    Cannot connect to retrieve xml/motd.xml: Bad Request
    Unable to display any message of the day notices from Sun Microsystems. Refer to the log file for additional information.
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    Key 1 : Content-Type = application/octet-stream
    Key 2 : Date = Sun, 25 Feb 2007 15:13:56 GMT
    Key 3 : Server = Apache Tomcat/4.0.5 (HTTP/1.1 Connector)
    Key 4 : Transfer-Encoding = chunked
    Key 5 : PatchProServletCompletionCode = 0
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    Key 1 : Content-Type = application/octet-stream
    Key 2 : Date = Sun, 25 Feb 2007 15:14:18 GMT
    Key 3 : Server = Apache Tomcat/4.0.5 (HTTP/1.1 Connector)
    Key 4 : Transfer-Encoding = chunked
    Key 5 : PatchProServletCompletionCode = 0
    119081-25 SunOS 5.10: CD-ROM Install Boot Image Patch
    124630-03 SunOS 5.10: System Administration Applications, Network and Core Libraries Patch
    119254-34 SunOS 5.10: Install and Patch Utilities Patch
    113886-42 OpenGL 1.3: OpenGL Patch for Solaris (32-bit)
    113887-42 OpenGL 1.3: OpenGL Patch for Solaris (64-bit)
    120543-08 SunOS 5.10: Apache 2 Patch
    124244-01 SunOS 5.10: /usr/bin/rm patch
    124997-01 SunOS 5.10: /usr/bin/tip patch
    124614-01 SunOS 5.10: sconadm proxy: UnknownHostException
    118371-08 SunOS 5.10: elfsign Patch
    120068-03 SunOS 5.10: in.telnetd patch
    119115-23 Mozilla 1.7 patch
    root@b1stsun02#
    [b]Results of client B1ISFSUN02
    root@b1isfsun02# smpatch set patchpro.patch.source=http://solaris3.ny.frb.org:3816/solaris/
    root@b1isfsun02# smpatch get
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source http://solaris3.ny.frb.org:3816/solaris/ https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user - ""
    root@b1isfsun02# smpatch analyze -C patchpro.log.level=3 -C patchpro.debug=true
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    ... Caught IO Exception.
    ((HttpURLConnection)connection).getResponseCode() : 400
    ((HttpURLConnection)connection).getResponseMessage() : Bad Request
    Error: Unable to download document : "xml/motd.xml"
    Cannot connect to retrieve xml/motd.xml: Bad Request
    Unable to display any message of the day notices from Sun Microsystems. Refer to the log file for additional information.
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    ... Submitting download request against a Non-GUUS server
    Key 1 : Content-Type = application/octet-stream
    Key 2 : Date = Sun, 25 Feb 2007 15:17:41 GMT
    Key 3 : Server = Apache Tomcat/4.0.5 (HTTP/1.1 Connector)
    Key 4 : Transfer-Encoding = chunked
    Key 5 : PatchProServletCompletionCode = 0
    Key 1 : Content-Type = application/octet-stream
    Key 2 : Date = Sun, 25 Feb 2007 15:17:42 GMT
    Key 3 : Server = Apache Tomcat/4.0.5 (HTTP/1.1 Connector)
    Key 4 : Transfer-Encoding = chunked
    Key 5 : PatchProServletCompletionCode = 0
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    Effective proxy host : ""
    Effective proxy port : "8080"
    Effective proxy user : ""
    ... Submitting download request against a Non-GUUS server
    Key 1 : Content-Type = application/octet-stream
    Key 2 : Date = Sun, 25 Feb 2007 15:18:27 GMT
    Key 3 : Server = Apache Tomcat/4.0.5 (HTTP/1.1 Connector)
    Key 4 : Transfer-Encoding = chunked
    Key 5 : PatchProServletCompletionCode = 0
    124614-01 SunOS 5.10: sconadm proxy: UnknownHostException
    118371-08 SunOS 5.10: elfsign Patch
    120068-03 SunOS 5.10: in.telnetd patch
    119115-23 Mozilla 1.7 patch
    root@b1isfsun02#
    SCENARIO 3
    - RESTART sunUC proxy server
    - same two sunUC clients
    - source URL = http://solaris3.ny.frb.org:3816/
    Results of restarting sunUC proxy
    root@b3osdsun01:/root# patchsvr stop
    Shutting down Local Patch Server
    root@b3osdsun01:/root# patchsvr start
    Starting Local Patch Server
    root@b3osdsun01:/root# patchsvr enable
    root@b3osdsun01:/root# patchsvr status
    enabled
    root@b3osdsun01:/root#
    Results of clientB1STSUN02
    root@b1stsun02# smpatch set patchpro.patch.source=http://solaris3.ny.frb.org:3816/
    root@b1stsun02# smpatch get
    patchpro.backout.directory - ""
    patchpro.baseline.directory - /var/sadm/spool
    patchpro.download.directory - /var/sadm/spool
    patchpro.install.types - rebootafter:reconfigafter:standard
    patchpro.patch.source http://solaris3.ny.frb.org:3816/ https://getupdates1.sun.com/
    patchpro.patchset - current
    patchpro.proxy.host - ""
    patchpro.proxy.passwd **** ****
    patchpro.proxy.port - 8080
    patchpro.proxy.user -

  • N96 wont accept Jar downloads

    For the past few days my n96 will not allow JAR downloads to reach more than 3/4's of the total download .It then says, "unable to download." I know it's not the apps or games i'm trying to download because a few of them were things I had downloaded successfully a few days earlier but deleted for one reason or another. Since I knew they had no problem being downloading I used them to see if the problem was the new downloads and it isn't. Sis files seem to have no problem but jar files won't download anymore. Any suggestions?   thanks JL2

    i have the same problem, i was trying to download from Ovi and i got an error Jar and jar file aren't the same size... like what does that mean???? i've requested help, so if i get an answer i'll pass it on to you.

  • When I download Itunes my computer tells me there was and error in the download and I have to downlooad again.  I have tried three times.  My computer in brand new. So what could the problem be

    When I download itunes my computer tells me there was an error in the download and I need to re-download.  It tried three times to re-download and got the same error.  Any help for this?  My computer is brand new.

    Go START/ALL PROGRAMS/APPLE SOFTWARE UPDATE"
    If it offers you a newer version of Apple Software Update, do it but "Deselect" any other software offered at the same time.
    Once done, try another iTunes download

  • Can't install HP Color LaserJet 2600n to my new macbook pro with Yosemite ? Message error : "Can't download the software because of a network problem."

    Hello,
    I'm trying to install my HP Color LaserJet 2600n (USB) to my new macbook pro with Yosemite ? It detects the printer but when I try to install it, I get the message error : "Can't download the software because of a network problem."
    I tried to install the software via the HP website. It's not working.
    Can someone help me with this one ?
    Thanks,

    HP Print Drivers

  • Please help error -9808 when downloading apps in itunes store anyone can help me out

    please help error -9808 when downloading apps in itunes store anyone can help me out

    Click here >  iTunes: Advanced iTunes Store troubleshooting
    Then "expand" Specific Conditions and Alert Messages
    Then click 9808

  • Hey all just trying to set up my ipad synced up with itunes but now if i try to download any apps i put my password in then comes up with unknown error and wont download any help would be great

    hey all just trying to set up my ipad synced up with itunes but now if i try to download any apps i put my password in then comes up with unknown error and wont download any help would be great

    Reset your iPad and see if that helps.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • Error Message while downloading apps

    i am getting error messages while downloading apps on my iPhone and iPAD.. using current 4S,5S and iPAD-4 with iOS7

    Rehan45786 wrote:
    After changing my password so many times, I m getting error message while downloading apps that my id has been disables.
    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • HT201210 How do I download iOS 6 on my iPhone? Keep getting error message saying "unable to download an error occurred while downloading iOS 6?

    How do I download iOS 6 on my iPhone? Keep getting error message saying "unable to download an error occurred while downloading iOS 6?

    How do I download iOS 6 on my iPhone? Keep getting error message saying "unable to download an error occurred while downloading iOS 6?

  • HT4623 I am trying to update to ios6, on my iPad 2 . I get a message saying "error occurred while downloading ios6" can anyone help.?

    I am trying to update to ios6, on my iPad 2 . I get a message saying "error occurred while downloading ios6" can anyone help.?

    Sorry to hear your Adobe experience has been less than stellar.  I'll try to help...
    1.  Photoshop 14.2.1 is now two releases out of date.  You might want to go to your Creative Cloud application and ask it to install Photoshop CC (2014).  Earlier this year Adobe released 2014.0 as a separate install that can live side by side with 14.2.1.  Then just a few days ago they released 2014.1 as an in-place upgrade to 2014.0.
    2.  You may be able to update Camera Raw directly to version 8.6 by a link from this page:
    Keeping Photoshop Up-To-Date
    Best of luck to you.  Please let us know here if these things help.
    -Noel

  • TS1702 i purchased an app from apple store, an error occurred whilst downloading. I tried to reinstall it on my comp. but it reverts me back to PURCHASES & commands me to tap on INSTALL, but nothing happens. How can I solve the problem please???

    I PURCHASED AN APPLICATION FROM APPLE STORE. AN ERROR OCCURRED WHILST DOWNLOADING IT. IT WANTS ME TO REVERT BACK TO PURCHASES IN ITUNES, AS SOON AS I TAP ON "INSTALL" IT SHOWS THE SAME MESSAGE AGAIN. HOW DO I SOLVE IT PLEASE? IT SHOWS ON MY STATEMENT THAT I PURCHASED THE APPLICATION?

    Try redownloading the app directly to the iPod by:
    ]Downloading past purchases from the App Store, iBookstore, and iTunes Store
    It may be that iTunes is not signed into the account that purchased the app or that the computer is not authorized for that account.
    iTunes Store: About authorization and deauthorization

  • Error updating adobe download assistant from version 1.0.6 to 1.2.9

    i am getting an error updated adobe download assistant from version 1.0.6 to 1.2.9.  "The application cannot be installed due to a certificate problem.  The certificate does not match the installed application certificate, does not support application upgrades, or is invalid.  Please contact the application author.

    Sammybobammy89 what Adobe software title are you trying to install?  To resolve your current error remove version 1.0.6 prior to installing version 1.2.9.

Maybe you are looking for