Deploy version-based with proxy

Hello everyone,
I try to use version-based/patching concept to deploy my application to client (approximately +3000 machines) . Now I can deploy jar file to clients by enable JnlpDownloadServlet at Tomcat server that help client to be able to use incremental update(around 12 MByte). But only incremental still consume much bandwitdh when I have many client in one branch so I desire to setup Squid proxy server in each branch to cache that incremental update. I found that my proxy didn't work well, it doesn't cache the incremental update file. When I observe in Java cache directory on client machine I see some file downloaded from web server for patch my application to a new version, it has some random number in filename eg. java-XMEpsonPOS_1.0.0.jar.24352tmp, the 24352 will change to other number in other client machine.
Does my proxy cannot cache patch file because that random number in filename? I also found some resource in http://weblogs.java.net/blog/2005/06/29/javaone-desktop-report-big-web-started-deployment-big-banking-app that similar to my case but this website didn't describe much detail about proxy so I know only they use "Download proxy servers (a single Java process)". If someone know about which proxy work with version-based/patching concept,plese guide me.
Best Regards,
Chaloempone
PS. My squid config for cache jar file like this
refresh_pattern -i \.jar(\?.*) 0     100%     4320 override-lastmod override-expire reload-into-ims ignore-reload

Hello everyone,
I try to use version-based/patching concept to deploy my application to client (approximately +3000 machines) . Now I can deploy jar file to clients by enable JnlpDownloadServlet at Tomcat server that help client to be able to use incremental update(around 12 MByte). But only incremental still consume much bandwitdh when I have many client in one branch so I desire to setup Squid proxy server in each branch to cache that incremental update. I found that my proxy didn't work well, it doesn't cache the incremental update file. When I observe in Java cache directory on client machine I see some file downloaded from web server for patch my application to a new version, it has some random number in filename eg. java-XMEpsonPOS_1.0.0.jar.24352tmp, the 24352 will change to other number in other client machine.
Does my proxy cannot cache patch file because that random number in filename? I also found some resource in http://weblogs.java.net/blog/2005/06/29/javaone-desktop-report-big-web-started-deployment-big-banking-app that similar to my case but this website didn't describe much detail about proxy so I know only they use "Download proxy servers (a single Java process)". If someone know about which proxy work with version-based/patching concept,plese guide me.
Best Regards,
Chaloempone
PS. My squid config for cache jar file like this
refresh_pattern -i \.jar(\?.*) 0     100%     4320 override-lastmod override-expire reload-into-ims ignore-reload

Similar Messages

  • Version based download problems on commercial deployment

    Hi,
    Now I'm no IT donkey but this is really annoying. We're a small startup company specialising in Java development for mapping applications (GIS). We've chosen Java Web Start as a means of deploying our product (yes a commercial implementation). When we first used Web Start our test deployments worked great, so we shelved things until later. Now we're about to hit the streets we need to use the version based download, we assumed this would just be a simple addition to the jnlp file plus the addition of version.xml ... wrong, I've now had 3 consecutive days trying to find a solution, no luck, even after reading over 400 forum pages with 'version' in them!!! If I take the version tag off its works!! I've also tried using viewer__V1.0.jar still the same.
    We we're due to send out beta version to a number of select customers yesterday, but unfortunately we cannot get the Web Start working with version based download, so we can't. As we're a small company we have a lot resting on this deployment and we really need some help. Here's all the details if anybody can help I'd be very very grateful.
    Thanks in advance
    Ian
    =======================
    Snowflake Software Ltd
    tel : +44 (0) 23 8030 2036
    http://www.snowflakesoft.co.uk
    =======================
    Our application, if both obsfucated and digitally signed
    My development machine runs Windows 2000 sp2, sdk1.3, and Tomcat 3.3 (I've tried 3.2* same results)
    Directory structure on Tomcat
    our webapp is called viewer this contains
    index.htm
    /app/version.xml
    /app/viewer.jnlp
    /app/viewer.jar
    /WEB-INF/web.xml
    /WEB-INF/lib/jnlp-servlet
    /WEB-INF/lib/jaxp.jar
    /WEB-INF/lib/parser.jar
    viewer.jnlp is
    TS: 2001-11-22 12:28:05
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp spec="1.0+" codebase="$$codebase" href="$$name">
    <information>
    <title>Snowflake Map Viewer</title>
    <vendor>Snowflake Software Ltd.</vendor>
    <description>A Java based map viewer</description>
    <homepage href="http://www.snowflakesoft.co.uk"/>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.3+" />
    <jar href="viewer.jar" version="1.0"/>
    </resources>
    <application-desc main-class="uk.co.snowflakesoft.jme.application.Viewer"/>
    </jnlp>
    version.xml is
    <jnlp-versions>
    <resource>
    <pattern>
    <name>viewer.jar</name>
    <version-id>1.0</version-id>
    </pattern>
    <file>viewer.jar</file>
    </resource>
    </jnlp-versions>
    web.xml is
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
    <web-app>
    <servlet>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <servlet-class>com.sun.javaws.servlet.JnlpDownloadServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>/app/*</url-pattern>
    </servlet-mapping>
    <mime-mapping>
    <extension>jnlp</extension>
    <mime-type>application/x-java-jnlp-file</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>jardiff</extension>
    <mime-type>application/x-java-archive-diff</mime-type>
    </mime-mapping>
    </web-app>
    If you've got this far ... thanks ... any ideas?

    Apologies,
    Its been a long week ... thanks Mathias, the error message / exception would help. Basically if I add the version tag I get the following error and exception. Unfortunately its an 'unknown' error which make things difficult. If I take off the version tag it works
    Error from the General Tab of the Java Web Start -> An error occurred while launching/running the application.
    Title: Snowflake Map Viewer
    Vendor: Snowflake Software Ltd.
    Category: Download Error
    Error Code 99 (Unknown error) returned from server when accessing resource: (http://localhost:8080/viewer/app/viewer.jar, 1.0)
    ExceptionJNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(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(Thread.java:484)

  • Update prompt not working with version based download

    Hello All,
    I have a JWS application and it is deployed on my local server. I want my users to get the Update prompt ( There is an optional update, Do you download it ) when ever there is an update and I am using the version based download(version.xml) while updating my application(Jardiff). The problem here is when i change the version number from 1.1 to 1.2 in the jnlp on the server. (EX: <jar href="application.jar" version="1.2" main="true"/> ) . When the user starts the application from desktop shortcut the Jardiff gets downloaded and patched but there is no update prompt.
    The problem here is the JNLP gets refreshed and even though i have the policy = "prompt-update" in update tag( <update check="timeout" policy="prompt-update"> ), i am not getting the update prompt. The update prompt works fine in basic download.
    I am facing this problem from quite a long time. I hope some one has got an answer for this.
    Thanks and regards,
    Anjali

    Hello Andrew,
    Thanks for ur reply.
    This is the JNLP file and version.xml, which i am using: ( I am using the JNLPDownloadServlet)
    launch.jnlp:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE jnlp PUBLIC "-//Sun Microsystems, Inc//DTD JNLP Descriptor 6.0//EN">
    <jnlp spec="6.0+" codebase="$$codebase" href="$$name">
    <information>
            <title>Dummy Product </title>
            <vendor>Dummy Product</vendor>
         <icon kind="shortcut" href="images/image.gif"/>
         <icon kind="splash" href="images/splash.png"/>
            <homepage href="$$context"/>
            <description kind="one-line">Dummy Product</description>
            <offline-allowed/>
         <shortcut online="true">
              <!-- create desktop shortcut -->
              <desktop/>
              <menu submenu="Dummy -product"/>
         </shortcut>
    </information>
    <update check="background" policy="prompt-update"/>
       <security>
        <all-permissions/>
       </security>
       <resources>     
            <java version="1.6+" />
         <java href="http://java.sun.com/products/autodl/javase" version="1.6+"/>
            <jar href="applicationV.jar"  main="true" download="eager" version="1.1"/>
         <jar href="abc.jar"  download="eager"/>
         <jar href="cab.jar"  download="eager"/>
         <jar href="app.jar" download="eager"/>
         <jar href="app1.jar"  download="eager"/>
         <jar href="app2.jar"  download="eager"/>
         <nativelib href="app3.jar" download="eager"/>     
       </resources>
       <application-desc main-class="Mainfile">
         <argument>arg1</argument>
         <argument>arg2</argument>
       </application-desc>
    </jnlp>
    version.xml:
    <jnlp-versions>  
             <resource>
                 <pattern>
                    <name>applicationV.jar</name>
                    <version-id>1.1</version-id>
                 </pattern>
                 <file>application-01_00-us.jar</file>
             </resource>
         <resource>
                  <pattern>
                    <name>applicationV.jar</name>
                    <version-id>1.2</version-id>
                 </pattern>
                 <file>application-02_00-us.jar</file>
             </resource>
    </jnlp-versions>
             Thanks for the support.
    Anjlai

  • Can not deploy Adobe CC with deployment Manager

    Hi,
    we are trying to deploy Adobe CC with SCCM 2012 R2. While the installation we are getting errors in the PDApp.log:
    01/07/15 14:59:30:028 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Build Version - 1.7.0.43
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Logging Level verbosity Set  to 4
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Executing immediate custom action for install mode.
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | The CustomActionData string is : mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Successfully executed the immediate custom action for install mode .
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Executing the deferred custom action.
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Obtained the following as CustomActionData
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Original database path is : C:\WINDOWS\ccmcache\1d\Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:472 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | OptionXML saved at location :: C:\WINDOWS\TEMP\{C1921A81-A734-45BA-BE0B-E4440C3E2259}\\{CF57953C-5FB8-414D-AF1D-C555914C 4B73}
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Initializing Custom Action Data from parameters
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 3796 | Folder does not exist
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Provisioning Tool path is (C:\WINDOWS\TEMP\{C1921A81-A734-45BA-BE0B-E4440C3E2259}\\{FF74F6C4-0D5C-43E0-98F2-5A9B0B3 FED97}).
    01/07/15 14:59:32:498 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to run the custom action for install mode
    01/07/15 14:59:32:498 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | STEP 1: Starting to parse Option XML.
    01/07/15 14:59:32:503 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Self-Update BootStrapper Relative Path doesn't exist.
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | No of updates found (1).
    01/07/15 14:59:32:504 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find Royalty Bearing attribute info.
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Number of Medias found = 1
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Deployment Manager is running in Install Mode.
    01/07/15 14:59:32:508 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Deployment XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{DE6BF6FD-0D94-4F7D-86B5-6804037C B0D7}
    01/07/15 14:59:32:513 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Override XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{0B4F1D68-9714-494B-BF52-CCB490BD 2AF4}
    01/07/15 14:59:32:517 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find the pdb database.
    01/07/15 14:59:32:517 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to get the local payload database handle.
    01/07/15 14:59:32:517 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | STEP 2: Starting to launch ASU AAM.
    01/07/15 14:59:32:517 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Bootstrapper launch location is :: C:\WINDOWS\ccmcache\1d\ASU\Set-up.dat
    01/07/15 14:59:32:681 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Build Version - 8.0.1.12
    01/07/15 14:59:32:681 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:711 | [WARN] |  | ASU | OPM | OPM |  |  | 4388 | Failed in key1 generation
    01/07/15 14:59:32:711 | [WARN] |  | ASU | OPM | CryptEngine |  |  | 4388 | Failed in key1 generation
    01/07/15 14:59:32:747 | [WARN] |  | ASU | OPM | OPM |  |  | 4388 | Failed in key3List generation
    01/07/15 14:59:32:747 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4388 | Failed in key3List generation
    01/07/15 14:59:32:749 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Schema version and schema compatibility version are same or greater than current
    01/07/15 14:59:32:773 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    01/07/15 14:59:32:773 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | No Record found for the input fields in opm_getValueForKey
    01/07/15 14:59:32:774 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Released OPM refrence successfully in opm_freeLibRef
    01/07/15 14:59:32:840 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:840 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:849 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:850 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:850 | [WARN] |  | ASU | PIM | PIM |  |  | 4160 | Detected db journal file trying to repair it...
    01/07/15 14:59:32:850 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | trying to createOrUpdatePIMDbSchema.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Current db schema version on machine 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Current db schema version to install 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIM DB Schema is up to date. Current schema version is 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIM Database is Up To Date.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Sqlite 'Successfully' recovered from journal file.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIMSqlite closeDB status 0
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Creating PIM instance for path: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp
    01/07/15 14:59:32:852 | [FATAL] |  | ASU | PIM | PIM |  |  | 4160 | Detected db journal file, Application is in corrupted state: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | sqlite(pim.db) at path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp is already closed
    01/07/15 14:59:32:852 | [ERROR] |  | ASU | PIM | PIM |  |  | 4160 | Failed to create the pimLibraryRef
    01/07/15 14:59:32:852 | [ERROR] |  | ASU | PIM | PIM |  |  | 4160 | Successfully freed PIM object Array
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:869 | [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The Bootstrapper Process is (62).Stopping the installation process.
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to clean the partially installed payloads.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Undeployment XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{FEBD9916-0002-4AFE-9DE5-08A59CA0 479A}
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to launch the Adobe Installer for uninstall mode.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Obtained Adobe Common Folder Path.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    01/07/15 14:59:32:993 | [INFO] |  | ASU | DeploymentManager | AAMEEUtilities |  |  | 3796 | Process creation completed.
    01/07/15 14:59:32:994 | [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The return code from the Adobe Installer Process is (33).Stopping the uninstallation process.
    01/07/15 14:59:32:994 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find the pdb database.
    01/07/15 14:59:32:994 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to get the local payload database handle.
    01/07/15 14:59:32:994 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 3796 | Folder does not exist
    01/07/15 14:59:33:001 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Build Version - 8.0.0.143
    01/07/15 14:59:33:001 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:33:015 | [WARN] |  | ASU | OPM | OPM |  |  | 3796 | Failed in key1 generation
    01/07/15 14:59:33:015 | [WARN] |  | ASU | OPM | CryptEngine |  |  | 3796 | Failed in key1 generation
    01/07/15 14:59:33:046 | [WARN] |  | ASU | OPM | OPM |  |  | 3796 | Failed in key3List generation
    01/07/15 14:59:33:046 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3796 | Failed in key3List generation
    01/07/15 14:59:33:048 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Schema version and schema compatibility version are same or greater than current
    01/07/15 14:59:33:077 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    01/07/15 14:59:33:078 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | No Record found for the input fields in opm_getValueForKey
    01/07/15 14:59:33:078 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Released OPM refrence successfully in opm_freeLibRef
    01/07/15 14:59:33:100 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | Event Guid generated is: 'af2ccd85-1900-4b4e-b396-c2d165eb28df'
    01/07/15 14:59:33:103 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - No default proxy present on the user machine
    01/07/15 14:59:33:104 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - Failed to get proxy for the url, error:12006
    01/07/15 14:59:33:104 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - proxy Url is
    01/07/15 14:59:33:561 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3240 | HTTP Request Status code 200.
    01/07/15 14:59:33:574 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    01/07/15 14:59:33:574 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | Waiting for the async thread to get the task completed
    01/07/15 14:59:33:581 | [INFO] |  | ASU | DeploymentManager |  |  |  | 4664 | Async thread is completed. Now exiting from function.
    01/07/15 14:59:33:625 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The install workflow is terminating.
    Can anybody please help us?
    Thank you.
    Stefan

    Stefan,
    Possibly dumb question but are your installers built for the appropriate architecture (32-, 64-bit)? Adobe is pretty picky about that with CC.

  • Administration of APEX in SQL Developer with Proxy Authentication impossibl

    Hello!
    We are using latest version of SQL Developer to administer APEX. We are connecting to the database with proxy authentication. The syntax is:
    personal_user[apex_ws_owner]
    e.g.: mdecker[apex_demo]
    When trying to deploy APEX application I go to "Database Object" -> Application Express -> Application1 [100] -> right mouse click: "Deploy Application". Then I select the appropriate database identifier and next, I am presented with a screen showing import options. In second line, it says: "Parsing Schema: MDECKER".
    This is wrong: it has to be Parsing Schema: APEX_DEMO. It seems that managing APEX with SQL Developer does not support Proxy Authentication.
    Could you please confirm?
    Is there a way to formally ask for this enhancement?
    Best regards,
    Martin
    Update:
    I found out that if I check the flag "Proxy Authentication" in the connect details and provide both passwords, the deploy application parsing schema is set to the correct APEX_DEMO account. However, we are using Proxy Authentication in order to avoid having to know the application password.
    Edited by: mdecker on Jan 28, 2013 4:48 PM

    There is a write-up about connecting to APEX here: <a href ="http://www.oracle.com/technology/products/database/application_express/html/sql_dev_integration.html" >SQL Dev Oracle APEX Integration</a>
    <p>You do need to have updated to Oracle APEX 3.0.1.
    <p>Regards <br>
    Sue

  • Version Based Downloading w/JBoss Missing Version Field....

    Here we go again, version based downloading difficulties.
    I cannot get version based downloading to work using the version.xml file or using file based versioning.
    My environment is
    JBoss 4.0.3 SP1 (whatever version of tomcat container this contains)
    JRE 1.5.0_06
    I have a .ear file which contains a .war file which contains the appropriate folder format and loose application jars, html, jnlp, etc., as described in the "Packaging JNLP Applications in a Web Archive" document.
    My web.xml file looks like this:
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
        version="2.4">
      <display-name>TotalZilla</display-name>
      <description> TotalVU application </description>
       <servlet>
          <servlet-name>JnlpDownloadServlet</servlet-name>
          <servlet-class>jnlp.sample.servlet.JnlpDownloadServlet</servlet-class>
               <init-param>
                  <param-name>logLevel</param-name>
                  <param-value>DEBUG</param-value>
               </init-param>
               <init-param>
                  <param-name>logPath</param-name>
                  <param-value>jnlpdownloadservlet.log</param-value>
               </init-param>     
       </servlet>
          <servlet-mapping>
         <servlet-name>JnlpDownloadServlet</servlet-name>
         <url-pattern>*.jnlp</url-pattern>
       </servlet-mapping>
      </web-app>
    ]NOTE: changing the <url-pattern> value to anything but *.jnlp causes JBoss to throw an exception during application deployment[i]
    My version.xml file looks like this:
    I believe this to be the culprit but I am at a loss as to why.
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp-versions>
          <resource>
             <pattern>
               <name>utilities.jar</name>
                <version-id>1.0</version-id>
             </pattern>
             <file>utilities.jar</file>
          </resource>
          <resource>
             <pattern>
               <name>totalvu.jar</name>
                <version-id>2.0</version-id>
             </pattern>
             <file>totalvu.jar</file>
          </resource>     
          <resource>
             <pattern>
               <name>images.jar</name>
                <version-id>1.0</version-id>
             </pattern>
             <file>images.jar</file>
          </resource>      
          <resource>
             <pattern>
               <name>common.jar</name>
                <version-id>1.0</version-id>
             </pattern>
             <file>common.jar</file>
          </resource>     
       </jnlp-versions>
    My jnlp file looks like this:
    <?xml version="1.0" encoding="utf-8"?>
    <jnlp
      spec="1.0+"
      codebase="$$codebase"
      href="$$name" context="$$context">
      <information>
        <title>Total VU Application</title>
        <vendor>Perimeter Aquisition Corp.</vendor>
        <homepage href="docs/totalvu.html"/>
        <description>TotalVU application from Perimeter</description>
        <description kind="short">The perfect application.</description>
        <offline-allowed/>
         <shortcut online="false">
          <desktop/>
          <menu submenu="Perimeter - TotalVU"/>
        </shortcut>
      </information>
       <security>
          <all-permissions/>
      </security>
      <resources>
         <j2se version="1.5.0+"/>
        <jar href="totalvu.jar" version="1.0+"/>
        <jar href="utilities.jar" version="1.0"/>
        <jar href="common.jar" version="1.0"/>
        <jar href="images.jar" version="1.0"/>
        <jar href="jlfgr-1_0.jar"/>
        <jar href="jboss-j2ee.jar"/>  
        <jar href="jnpserver.jar"/>
        <jar href="jboss-common-client.jar"/>
        <jar href="jbossmq.jar"/>
        <jar href="concurrent.jar"/>
        <jar href="swing-worker.jar"/>
        <jar href="log4j.jar"/>   
        <extension name="Sun Signed Jars" href="sunsignedjars.jnlp"/>
      </resources>
      <application-desc main-class="com.perimeter.totalvu.framework.TotalVU"/>
    </jnlp>
    The other jnlp file (temporary) which contains a version of activation.jar signed by sun looks like this:
    <?xml version="1.0" encoding="utf-8"?>
        <jnlp spec="1.0+"
          codebase="$$codebase"
          href="$$name"
          context="$$context">
        <information>
            <title>SunSignedJars</title>
            <vendor>Sun Microsystems, Inc.</vendor>
            <description>Jars signed by Sun Microsystems</description>
        </information>
        <security>
          <all-permissions/>
        </security>
        <resources>
            <jar href="activation.jar"/>
        </resources>
       <component-desc>
       </component-desc>
    </jnlp>
    My war file (which is in an ear file) has this format:
    META-INF\MANIFEST.MF
    WEB-INF\lib\jnlp-servlet.jar
    WEB-INF\lib\jardiff.jar
    WEB-INF\lib\jnlp.jar
    version.xml
    *.jar
    *.jnlp
    *.html
    This configuration spits out the famous "Missing version field from server....." that I have seen many times in this forum. The download servlet is getting executed because I am getting a log file generated every time. Debug is the only value that will put out a log. The log output looks like this:
    JnlpDownloadServlet(3): Request: /totalvu/totalvu.jnlp
    JnlpDownloadServlet(3): User-Agent: JNLP/1.5 javaws/1.5.0_06 (b05) J2SE/1.5.0_06
    JnlpDownloadServlet(4): DownloadRequest[path=/totalvu.jnlp isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /totalvu.jnlp lastModified=Mon Dec 05 11:17:46 EST 2005]]
    JnlpDownloadServlet(3): Resource returned: /totalvu.jnlp
    JnlpDownloadServlet(4): SupportQuery in Href: true
    JnlpDownloadServlet(4): lastModified: 1133799466000 Mon Dec 05 11:17:46 EST 2005
    JnlpDownloadServlet(3): Request: /totalvu/sunsignedjars.jnlp
    JnlpDownloadServlet(3): User-Agent: JNLP/1.5 javaws/1.5.0_06 (b05) J2SE/1.5.0_06
    JnlpDownloadServlet(4): DownloadRequest[path=/sunsignedjars.jnlp isPlatformRequest=false]
    JnlpDownloadServlet(4): Basic Protocol lookup
    JnlpDownloadServlet(4): JnlpResource: JnlpResource[WAR Path: /sunsignedjars.jnlp lastModified=Mon Dec 05 10:00:20 EST 2005]]
    JnlpDownloadServlet(3): Resource returned: /sunsignedjars.jnlp
    JnlpDownloadServlet(4): SupportQuery in Href: true
    JnlpDownloadServlet(4): lastModified: 1133794820000 Mon Dec 05 10:00:20 EST 2005If I remove the version= tag from the main jnlp file, everything loads fine, but there is no versioning. I have also tried to remove the version.xml file from the package and change my jar files to use file based versioning, but that didn't work either. I rebuilt my jar files with the __V1.0 extension and the complaint was that it couldn't load the resource totalvu.jar. Well, ya, it is now named totalvu__V1.0.jar! Again, versioning is being ignored. The double underscore and V was not recognized as anything special.
    The servlet is running long enough to spit out a log file, no errors. It looks like it succesfully processed the jnlp files, but there is no indication of any versioning.
    Doe the jnlp.jar and jardiff.jar files need to be included in the lib folder in the .war file? I am only including the jnlp-servlet.jar. They were not referenced in the example war file in the documentation, but I have seen them referenced in older doc for other app servers. I did try including them, but it made no difference of course. Guess this question is just a housekeeping question.
    Does anyone have any insight on this problem?
    I am at the point where I think I would like to get the source and debug through it to see what is going on, but that should be unecessary.

    Thanks. I had the same problem.
    As danrak suggests, just add this to your web.xml file to parse .jar and/or .zip file extensions:
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.zip</url-pattern>
    </servlet-mapping>          
    <servlet-mapping>
    <servlet-name>JnlpDownloadServlet</servlet-name>
    <url-pattern>*.jar</url-pattern>
    </servlet-mapping>

  • Anyonme got version-based download working ?

    I've scanned all the messages here as well as on vamp, but nowhere do I see an anwser on how to get versioning working.
    My test app is a straight forward one.
    Below are the jnlp and version.xml.
    As long as the attribute [version="1.1"] is included I get the;
    Missing version field in response from server when accessing resource: (http://localhost/Webstart/app/uitrij.jar, 1.1)
    error. When I strip only that attribute the app loads just fine.
    The excpetion that results in the above mentioned error is also listed below.
    Anyone got any ideas ?
    Anne.
    launch.jnlp:
    <?xml version="1.0" encoding="UTF-8"?>
    <jnlp codebase="http://localhost/Webstart/app/" href="launch.jnlp">
    <information>
    <title>VSP Uitrij Example 1</title>
    <vendor>Finalist IT</vendor>
    <description>Example of Webstart uitrij app in war</description>
    </information>
    <resources>
    <j2se version="1.2+"/>
    <jar href="uitrij.jar" version="1.1"/>
    </resources>
    <application-desc/>
    </jnlp>
    version.xml:
    <jnlp-versions>
    <resource>
    <pattern>
    <name>uitrij.jar</name>
    <version-id>1.1</version-id>
    </pattern>
    <file>uitrij.jar</file>
    </resource>
    </jnlp-versions>
    Java Webstart Download Error -Exception tab:
    JNLPException[category: Download Error : Exception: null : LaunchDesc: null ]
    at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
    at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(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(Thread.java:479)

    Hi Marc,
    My impression was that the JnlpDownloadServlet wasOh sorry. I did not recognize that you already used
    the download servlet.Well, you were partially right I think :)
    Problem is that I've been combining two test at the same time.
    In one test I have all the files in a directory(-structure) on a (local) webserver.
    This allows me to do the simple tests.
    And then I create a .war and deploy that to a (local) application server (HP's Bluestone 7.3 in this case).
    The versioning would only work when doing the app server test, as the 'standalone' test has no back-end to interpret the request for a version-specific file (jar), as you pointed out.
    As the deployment using a .war file (still) doesn't seem to work because of the .getRealPath() problem (see http://developer.java.sun.com/developer/bugParade/bugs/4474021.html) I don't even get to versioning in that test.
    So if I want versioning I have a couple of options I guess;
    - Try the jar as provided by BEA as mentioned in
    http://forum.java.sun.com/thread.jsp?forum=38&thread=176243
    If this indeed works (haven't tried it yet), my guess is they 'fixed' the getRealPath() problem(s) themselves. (It doesn't seem like it's fixed in the current jnlpDownloadServlet )
    - Set up the app server as a straight-forward servlet-runner to run the jnlpDownloadServlet without using the std deployment.
    I'd prefer the 1st option to work, as I'd like to be able to deploy using a .WAR.
    The latter would basically come down to what you called 'installing a helper'.
    As far as I understand, you switch from basic to
    version-based
    download by adding the version="x.y" attribute to the
    jar element.And add the version.xml which links the versions to actual files (jars), IIRC.
    What happens next, complete download of the new
    version or the download of a difference jar is up to the jnlpI'm not quite clear on when the diff is done and when a complete file/jar is downloaded, but that at the moment is a moot point for me :)
    My guess is that you did not setup the servlet
    properly or that it doesn't work for some other reason.Several reasons, as mentioned above :)
    The only way to find out is to have a look at the HTTP
    communication between jnlp client and servlet that happens during
    your test.
    Do you know how to do that?Well, one thing I've been trying to get to work is the logging of the jnlpDownloadServlet.
    But even in DEBUG mode it doesn't really give me much information.
    I've also got Webstart's logging on, but again the information in it's logfile is not really informative.
    I've also used Sam Spade to see what responses I get from specific requests.
    Hmm, just thought of something; I haven't looked at the logfile of the web-server yet.
    Not that I think it'll help me much, but might be of interest to look at it all the same.
    <aside>
    Interestingly enough SamSpade gave me two different results when requesting the .jnlp file from the .WAR.
    Using a HTTP 1.0 it gave me a 404
    Using HTTP 1.1 it gave me the jnlp file.
    </aside>
    FWIW; I'm currently leaning towards phasing the implementation of Webstart.
    1st as webserver based solution with only Basic versioning. (This works, that I know for sure :)
    Later on as versioned-download using .WAR deployment.
    Dave,
    I don't have my web.xml here, but yes both .jnlp as /app/ are mapped to the jnlpDownloadServlet. That part of it works. (When doing the app server test that is; no servlet is used in the standalone test).
    Anyway, thanks again for your comments.
    If nothing else they at least made me get my thoughts a bit more straight :)
    Anne.

  • Javawebstart: Version based download.

    Hi,
    Anyone has idea about implementing the jnlp version based download.
    We are developing a webstart application, it has around 30 jar files in the jnlp. so every time when we deploy a new version of application, for the first time when we launch the application the time taken is around 30 mins, the further access to jnlp is not a problem coz the applicaiton is getting launched from the local cache.
    Size of the total jar files is around 50MB.
    So for increasing the download speed we are now using the pack200 compression. So now the download time is decreased a bit its around 10-15 mins.
    But i feel if we use version based download, the jar files that were changed in the new version of the application will only be downloaded when we launch the application, the download time will be very less coz it will be downloading only the changed jars.
    as the application is been accessed from remote locations we need to go for the version based download.
    I once tried the the version based download by manually creating the jnlp file and versioning the jar files manually. it worked fine, but this cannot be done everytime. We deploy a new version of the application every week.
    Is there any way that we can automatically build the jnlp file and all the jar files with version, so that we can use version based download.
    Please let me know if any one (ANT task or maven or any properatory tasks .) providing support for building the webstart project automatically with version based download.
    Thanks
    Thiru.

    Hi Roland,
    I think version-based download has nothing to
    do with WAR-files.
    Your servlet container (e.g. Tomcat) only extracts
    Your war file on startup.
    Regards,
    Mathias

  • Communication problem with proxy server

    We have establish the configuration of an iPad to access the enterprise net, but when trying to access any webpage we get the next message: Safari can not open the page. Error:"There is a communication problem with proxy web server (HTTP)"
    The access has no problems with other movile devices.
    Ahy help?

    Hi,
    I am not sure whether you have already solved the problem or not....
    Do the following to deploy MobileBIService.war file on tomcat
    1.Stop Tomcat Web application server.
    2.Copy the file, MobileBIService.war from [Install directory]\Mobile 14\Client to the Tomcat's "Webapps" directory.
    In my case, I copied the MobileBIService.war from C:\Program Files (x86)\SAP BusinessObjects\Mobile14\Client to C:\Program Files (x86)\SAP BusinessObjects\Tomcat6\webapps. ( I used BO 4.0 SP02)
    3.     Start Tomcat.
    Restarting Tomcat would automatically deploy war file as a Web App
    One folder u201CMobileBiServiceu201D will appear in webapps folder when MobileBIService.war is deployed successfully.
    Hope it helps.
    Regards,
    Ankur

  • How can i deploy a servlet with eclispe

    Hello,
    will any one of u give me the steps to deploy a servlet with eclipse on portal server(J2EE Engine),
    in help of eclipse they given as, whole webapplication deployement, but that is also giving me a error, the procedure they given is, once we created a .war file for our servlet project we need to refer this to a .Ear file, and then this Ear can be deployed in to the server. Is it the same and only procedure to deploy a servlet with eclipse, or if there is any other method,please give me the steps also.
    when i am deploying with the .Ear file, it is giving the error as,
    Jun 4, 2005 11:34:31 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Deployment exception : Cannot determine sdm host (is empty). Please configure your engine/sdm correctly !
    but the sdm is working on the server with the same host, and local deployement is also done successfully, but from my system im not able to deploy!
    Thanks&Regards,
    Sireesha.

    Yeah, i am able to see the J2EE engine clusters, there the message server port is given as 3601. becoz scs instance number is 1 here. so it is not the problem,
    the error it is giving as,
    Jun 6, 2005 11:37:28 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : obtdev9
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/sireesha.b/LOCALS1/Temp/temp56446MyServletEAR.ear
    Deployment exception : Server obtdev9 did not accept login request as apiadmin on port 50018 - CmdXmlFactory could not find Top Element within String: "null".
    Inner exception was :
    Server obtdev9 did not accept login request as apiadmin on port 50018 - CmdXmlFactory could not find Top Element within String: "null".
    is this may be the problem with port number?
    i am not knowing what is happening here...
    if you know the exact error based on the error messgae please help me,
    thanks to u for helping in this problem,
    Regards,
    sireesha.

  • Have iTunes version 10 .3 but do not understand cloud in iTunes 11.03 can someone explain it and also how do you find duplicates in new version and will the new version sync with my iPod Classic which I have had for 4 years

    I have iTunes version 10.03 which I love but my iPad Apple mini has iOS 7 but I don't understand the new iTunes what is the cloud shown next to the music and how can I find duplicates can anyone help me navigate the new iTunes and will the new version sync with my iPod Classic which is 4 years old

    The main differences between iTunes 11 and earlier versions are the loss of coverflow and ability to have multiple windows open.
    In Windows, you can restore much of the look & feel of iTunes 10.7 with these shortcuts:
    ALT to temporarily display the menu bar
    CTRL+B to show or hide the menu bar
    CTRL+S to show or hide the sidebar
    CTRL+/ to show or hide the status bar (won't hide for me on Win XP)
    Click the magnifying glass top right and untick Search Entire Library to restore the old search behaviour
    Use View > Hide <Media Kind> in the cloud or Edit > Preferences > Store and untick Show iTunes in the cloud purchases to hide the cloud items. The second method eliminates the cloud status column (and may let iTunes start up more quickly)
    If you don't like having different coloured background & text in the Album (Grid) view use Edit > Preferences > General and untick Use custom colours for open albums, movies, etc.
    With iTunes 11.0.3 and later you can enable artwork in the Songs view from View > Show View Options (CTRL+J) making it more like the old Album List view
    View > Show View Options (CTRL+J) also contains options to change the sorting of grid based views
    The cloud icons give you access to stream or download any qualifying past purchases that you don't currently have downloaded to the library.
    Regarding duplicates, things haven't really changed. Apple's official advice is here... HT2905 - How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin. Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background and please take note of the warning to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed)
    Yes, iTunes 11 will support your iPod classic.
    tt2

  • Failed to deploy web application with same name twice

    Hello-
    On Oracle 10g Application server I deployed an WAR file called "anbadmin", then undeployed it. The undepoloyment failed from the OEM so I undeployed it manually via removing its entries from server.xml.
    When I tried to deploy it again with the same name I got this:
    Failed to deploy web application "anbadmin". Failed to deploy web application "anbadmin". . The evaluate phase failed. The Adapter used in the evaluate may have thrown an exception.
    Resolution:
    Please call Oracle support.
    Base Exception:
    java.lang.NoSuchMethodError
    null. java.lang.NoSuchMethodError
    Is there a solution for this?
    Regards

    I think I know the solution. We encountered exactly same message and no further deployment could be made. It appeared message in "dcmctl" utility was much more helpfull than the one in EM (though you still have to use "getError" command...)
    If you are using file-based repository, you have to issue command in dcmctl utility "resetFileTransaction". This closes repository and opens it again.
    Myrra

  • Deploying Forms 6i with Forms Server 6i

    Hi there.
    I am trying to deploy a application with Forms 6i using Forms Server 6i, with 8.1.7 DB.
    The forms are linked to a library, and when i try to run them over the browser, i get error messages saying that the pl/sql procedures in the library are not found.
    Can anyone help me, please?
    Paulo Duarte

    Paulo,
    With Forms on the web, you should set environment variables in the default.env file (or create your own .env file). Don't use the Windows Registry.
    As Grant said, you need to follow the steps in the Listener Servlet deployment guide. (You didn't say which patchset you are using or which architecture you are using, so I will assume you are using the Forms Listener Servlet architecture.)
    The URL that Grant gave does work. So you either need to upgrade your version of Adobe Acrobat Reader, or something is wrong with your machine.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • CD-Install and version based download protocol

    I am trying to create a cd-install for an app. using the -import -codebase features
    of javaws. This works as long as I do not have any version information within the
    cd based jnlp and the resources.
    If a specify a version with a resource (e.g. a jar) I get the following exception from
    javaws:
    java.io.FileNotFoundException: c:\cd\spirit_core_client.jar?version-id=0.4.5.0 (Die Syntax f�r den Dateinamen, Verzeichnisnamen oder die Datentr�gerbezeichnung ist falsch)
         at java.io.FileInputStream.open(Native Method)
         at java.io.FileInputStream.<init>(Unknown Source)
         at java.io.FileInputStream.<init>(Unknown Source)
         at sun.net.www.protocol.file.FileURLConnection.connect(Unknown Source)
         at com.sun.javaws.net.BasicNetworkLayer.doRequest(Unknown Source)
         at com.sun.javaws.net.BasicNetworkLayer.doHeadRequest(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.doDownload(Unknown Source)
         at com.sun.javaws.cache.DownloadProtocol.getDownloadSize(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)
    It seems that javaws tries to do a file request with a url query string for the version.
    This will work with the JnlpDownloadServlet but not for a file request.
    What do I have to do?
    If I can not specify version information wouldn�t that make the differential (JarDiff)
    download impossible? Or can I than only use a timestamp (last-modified) based
    download?

    I filed a bug ion this. The CD install is implemented by substituting codebases, if the new codebase dosn't implement the version based download protocol, import won't work. The file protocol used when importing from CD cannot implement this. There should be a simple convension to allow versioned requests from file protocols to assume the response-version is equal to the request version (assuming no wildcarding is uded in the request-version).
    /Andy

  • Version-based download without WAR file?

    Hi,
    is it possible to make a version-based download without using WAR files?
    Thanks in advance
    Roland

    Hi Roland,
    I think version-based download has nothing to
    do with WAR-files.
    Your servlet container (e.g. Tomcat) only extracts
    Your war file on startup.
    Regards,
    Mathias

Maybe you are looking for

  • Remote client copy - scc9

    Hi All am performing remote client copy through scc9, created RFC & tested connection, this server is not in the transport landscape. when i execute scc9 and select profile SAP_ALL from target system (Production server) it runs for 5-7 mins and ends

  • HP LaserJet 2840 not working with Leopard (Wireless Printing)

    I just upgraded to Leopard and my HP 2840 LaserJet Printer will no work. There is no Leopard driver and I have re-installed the software many times from the internet and from a CD. Im printing wirelesly with a Airport Extreme Base station (Last gener

  • How to resize a window with out a mouse

    Hello There are times that I rather not use a mouse, my question is How do I resize a window or drag it to make it larger not using a mouse but using the touch-pad and keyboard. I usually put the mouse pointer in the bottom right hand conner of the w

  • Insert Edit when copy/pasting

    Hey everyone, I've been using FCP for years now, so I feel silly that I don't know the answer to this.... I am copy/pasting clips from one sequence to another, but want to insert clips into the edit points, rather than overwriting. Is there any short

  • T60 overheatin​g: about 160 degrees

    Hi - I have a T60 2623 that is a few years old.  I have noticed the keyboard has been getting much warmer by the day.  I can't keep the laptop on my lap, or near papers, as it is just too hot.  A quick check with a meat thermometer showed the vent on