System Level deployment.properties on https Server

We want to use the system level deployment.properties (
http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html#location )
which is placed on our https server.
For Java Webstart applications this works perfect.
But applets wont start.
Applet console output when deployment.properties is placed on https server:
Java Plug-in 1.5.0_06
Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\xxxFinalizer, called close()
Finalizer, called closeInternal(true)
network: Loading user-defined proxy configuration ...
network: Done.
network: Loading proxy configuration from Internet Explorer ...
network:     Auto config URL: http://proxy.xxx.com/pac/proxy.pac
network: Done.
network: Loading auto proxy configuration ...
network: Downloading auto proxy file from http://proxy.xxx.com/pac/proxy.pac
network: Done.
network: Proxy Configuration: Automatic Proxy Configuration
     URL: http://proxy.xxx.com/pac/proxy.pac
basic: Registered modality listener
liveconnect: Invoking JS method: document
liveconnect: Invoking JS method: URL
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@1efb836, refcount=1
Exception in thread "Thread-2" java.lang.ClassCastException: sun.net.ProgressMonitor
     at sun.plugin.util.GrayBoxPainter.beginPainting(Unknown Source)
     at sun.plugin.AppletViewer.initApplet(Unknown Source)
     at sun.plugin.AppletViewer.appletInit(Unknown Source)
     at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
     at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source)
Applet console output when deployment.properties is placed on http server:
Java Plug-in 1.5.0_06
Using JRE version 1.5.0_06 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\xxx
network: Loading user-defined proxy configuration ...
network: Done.
network: Loading proxy configuration from Internet Explorer ...
network:     Auto config URL: http://proxy.xxx.com/pac/proxy.pac
network: Done.
network: Loading auto proxy configuration ...
network: Downloading auto proxy file from http://proxy.xxx.com/pac/proxy.pac
network: Done.
network: Proxy Configuration: Automatic Proxy Configuration
     URL: http://proxy.xxx.com/pac/proxy.pac
basic: Cache is enabled
basic: Location: C:\Documents and Settings\xxx\Application Data\Sun\Java\Deployment\cache\javapi\v1.0
basic: Maximum size: unlimited
basic: Compression level: 0
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
p:   reload proxy configuration
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
basic: Registered modality listener
liveconnect: Invoking JS method: document
liveconnect: Invoking JS method: URL
trustStore is: C:\PROGRA~1\Java\JRE15~1.0_0\lib\security\jssecacerts
trustStore type is : jks
trustStore provider is :
init truststore
adding as trusted cert:
X509KeyManager passed to SSLContext.init():  need an X509ExtendedKeyManager for SSLEngine use
trigger seeding of SecureRandom
done seeding SecureRandom
basic: Referencing classloader: sun.plugin.ClassLoaderInfo@fc9944, refcount=1
basic: Added progress listener: sun.plugin.util.GrayBoxPainter@1256ea2
basic: Loading applet ...
basic: Initializing applet ...
basic: Starting applet ...
# and so on ...I guess that the trusted jssecerts is not regarded until the system level deployment.properties has been downloaded.
Whereas the deployment.properties can not be downloaded from my https server when the trusted certs are not known at this time.
Or any other presumptions?
Maybe it helped you ;-)

I did something very similar. I am using jre 1.5.0_01.
And it seems to work!
The deployment.config is:
deployment.system.config=file:/c:/jws/deployment.properties
deployment.system.config.mandatory=true
and the deployment.properties is (at the location above):
deployment.system.cachedir=cache
To load the cache I start javaws as follows:
javaws -import -system -codebase file:/c:/cd file:/c:/cd/notepad.jnlp
This results in creating the cache in
file:/c:/jws//cache
To start the app I did:
javaws -system http://java.sun.com/products/javawebstart/apps/notepad.jnlp
The -system seems to be neccessary but I am not quite sure. If it is omitted
the app also starts, but javaws stores just the jnlp in the default user cache!

Similar Messages

  • Setting system level deployment.user.cachedir in deployment.config

    G'day,
    I've been experimenting with JRE 1.5.0_04 on Windows XP.
    By default deployment.user.cachedir is set to <user home>\Application Data\Sun\Java\Deployment\cache. However, I want it to be <user home>\Local Settings\Application Data\Sun\Java\Deployment\cache.
    I have managed this as follows.
    C:\Windows\Sun\Java\Deployment\deployment.config contains:
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.propertiesand C:\Windows\Sun\Java\Deployment\deployment.properties contains:
    deployment.user.cachedir=$USER_HOME\\..\\..\\..\\..\\Local Settings\\Application Data\\Sun\\Java\\Deployment\\cacheThis works but is ugly. The problem is that $USER_HOME=<user home>\Application Data\Sun\Java\Deployment. It seems that $USER_HOME and $JRE_HOME are the only two variables for use in deployment properties. Are there any others, in particular, one that mirrors the user's actual home directory?
    Thanks,
    Chris.

    G'day,
    Open the Java Console and execute "dump system and
    deployment properties" which shows property values,
    and see if what you want is there.Thanks, but I don't think I can use these at the system level, can I?
    I did try using ${user.home} but that doesn't work.
    So, are there any variables other than $USER_HOME and $JRE_HOME that can be used when setting system level properties?
    More info, http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html
    Thanks,
    Chris.

  • Can anyone tell me how to do a system level deployment using JNLP ?

    Hi All,
    Can anyone tell me how to do a system level deployment using JNLP ?
    Any example or link will be very useful.
    Thanks in advance..

    Thanks for the link. I can now able do configure on system level.
    Uniform for all users.
    However, I have three different environment running ( e.g : production, uat and dev )
    And I want to deploy all of them on system or enterprise configuration.
    I create the file "deployment.config" on jre/lib directory and put the entry as below :
    deployment.system.config=file:/E:/Deployment/XXXX/production/deployment.properties
    deployment.system.config.mandatory=trueNow, when I run other environment it will look on the production deployment. I have different
    version of jars for production , uat and dev.
    How can I archive that ? I want different universal "cache" of jars for all the three different environment.
    e.g ( production - in one loaction for all the users , C:\Documents and Settings\All Users\Application Data\prod\cache
    uat - in one loaction for all the users , C:\Documents and Settings\All Users\Application Data\uat\cache
    dev - in one loaction for all the users, C:\Documents and Settings\All Users\Application Data\dev\cache )
    Is that possible ??
    Thanks in advance,

  • Setting "javaplugin.maxHeapSize" at System level deployment

    Hi all,
    I'm trying to change the default value for the "javaplugin.maxHeapSize" parameter. By default it is always 96m, but I need to configure it to 256m.:
    ....java.vm.version = 1.5.0_06-b05
    javaplugin.maxHeapSize = 96m
    javaplugin.nodotversion = 150_06
    javaplugin.proxy.config.type = auto
    javaplugin.version = 1.5.0_06....
    At user level configuration it runs ok, but at System level configuation it doesn't.
    I tried the following changes in the deployment.properties (located by the deployment.config file) :
    deployment.javapi.jre.1.5.0.args=-Xmx256m -Djavaplugin.maxHeapSize\=256m
    javaplugin.maxHeapSize=256m
    but these changes don't work.
    Can you help me?
    Thanks.
    Regards.

    G'day,
    Did you ever find a solution to this problem?
    I'm in a similar boat...
    http://forum.java.sun.com/thread.jspa?threadID=5185445
    Thanks,
    Chris.

  • User level deployment.properties, setting args

    hi guys
    i am updating the user's deployment.properties as i need to customise runtime behaviour for my applet. this is an internal work thing so dont worry about security etc..
    i am running applet jre1.5.0_06 and have the line below in my deployment.properties :
    deployment.javapi.jre.1.5.0_06.args=-Xmx128m
    but my colleage's file is totally different :
    javaplugin.jre.params=-Xmx128m
    would the second one be more universal across jre versions? or would it even work on some jres?
    thanks!

    I did something very similar. I am using jre 1.5.0_01.
    And it seems to work!
    The deployment.config is:
    deployment.system.config=file:/c:/jws/deployment.properties
    deployment.system.config.mandatory=true
    and the deployment.properties is (at the location above):
    deployment.system.cachedir=cache
    To load the cache I start javaws as follows:
    javaws -import -system -codebase file:/c:/cd file:/c:/cd/notepad.jnlp
    This results in creating the cache in
    file:/c:/jws//cache
    To start the app I did:
    javaws -system http://java.sun.com/products/javawebstart/apps/notepad.jnlp
    The -system seems to be neccessary but I am not quite sure. If it is omitted
    the app also starts, but javaws stores just the jnlp in the default user cache!

  • Privilege Level to view flash (https server)

    Hello community,
    I've been digging around and I don't think I'm asking the right question, so I thought I'd ask it here. I've been working a little bit with Cisco native IOS HTTP/HTTPS server.
    I've put together a SSI (.shtml) page to pull data from my router, and display it in an easy to read format for quick and simple troubleshooting. The thing is, is that I must be a lvl 15 user to access this file when it's loaded onto flash.
    To get around this, I felt it would be easier to grant users lvl 1 SSH access and have them authenticate against a RADIUS server. Although that gets around the issue, I'd still really like to try and figure this out. I'd like to know what I need to do to make it so that a lvl 1-14 user can log into the IOS https server, and open my .shtml page without it prompting for lvl 15 authentication.
    (I can login with my test user (privilege lvl 1) to the HTTPS server without issue. It's when I try and browse to: https://router/level/01/file.shtml , that's when I'm prompted to login as lvl 15.)
    Thanks in advance everyone. Your assistance / insight into this would be very much appreciated!

    this is what fixed the issuefor me:
    Be sure to try this on a test machine and back it up if needed.
    In the system registry
    For each of the following registry keys:
    HKEY_CLASSES_ROOT\CLSID\{D27CDB6E-AE6D-11cf-96B8-444553540000}
    HKEY_CLASSES_ROOT\CLSID\{D27CDB70-AE6D-11cf-96B8-444553540000}
    HKEY_CLASSES_ROOT\CLSID\{1171A62F-05D2-11D1-83FC-00A0C9089C5A}
    HKEY_CLASSES_ROOT\TypeLib\{D27CDB6B-AE6D-11CF-96B8-444553540000}
    Right-click the key, select "Permissions"
    In the Permissions Dialog click the "Advanced" button Click "Add"
    Enter "Everyone" and click "OK" to accept Select "Allow" for the "Query Value", "Enumerate Subkeys", "Notify" and "Read Control" permissions. Do not change any existing permissions.
    Source -  http://www.adobe.com/go/624850b5

  • Deployment '2700002' to target 'tar152' encountered a system level deployment error during data transfer.

    Hi All,
    I got this error in atg bcc on UI and console as well when i doing full deployment.
    I triyed through snap-shot id but i think this is different issue.
    So please tell me where is problem happend.
    Thanks in Advance.
    --Kakasaheb.

    Are you working with a customer with a support contract?
    Cause
    One potential cause is corrupted data in the epub_file_folder table in the versioned schema and examining the table contents is necessary.  This data may be the result of a deployment containing VFS assets that did not complete successfully
    The BCC application assumes that the virtual folder structure contained in epub_file_folder is built upon a single root folder.  This folder has the name 'root' and has a NULL parent_folder.  If another folder in this table has a NULL parent_folder, then the application does not know which is the true root folder.  As a result, based purely on chance, the BCC will choose one of them as the root folder of the VersionFileStore (VFS).  Depending on which assets are contained beneath that folder, some file assets may not appear correctly in the BCC UI.  Another symptom is the inability to deploy any project, including a full deployment.
    To check for this particular corruption, perform the following SQL query.
    select * from epub_file_folder order by parent_folder;
    Putting the table data in a spreadsheet makes it easier to sort the data on various columns for analysis.
    If you sort by parent_folder check for data similar to that shown in the following table.  Note that there are two folders whose parent_folder is NULL. Here are the relevant columns from epub_file_folder:
    folder_id
    folder_name
    parent_folder
    asset_version
    is_head
    version_deleted
    version_editable
    ff102063
    CorruptFolder
    NULL
    1
    1
    0
    0
    root
    root
    NULL
    1
    1
    0
    0
    Solution
    Note:  Exercise caution when directly modifying the versioned database schema.  For assistance identifying this problem and implementing the solution, please open an SR with Oracle Support.
    1. Analyze Versioned Folder Data
    How you resolve this corruption will depend on whether or not you need to retain the corrupt folder.  Examine whether the folder has an asset version that is checked in, marked as deleted, or marked as the head version.  If there is no checked-in version with is_head=true, then this indicates the folder may have been part of a failed deployment.
    Trace through the hierarchy of folders underneath the corrupt folder.  Determine whether there are any folders or files within that hierarchy that you need to retain.  In some cases, it may be a single folder created unintentionally by a BCC user.  In other cases, there may be more significant folder structure underneath it that is needed by the front-end application.
    2a. Corrupt Folder Not Needed
    If you do not need the corrupt folder, set its version_deleted=1.
    This will mark the folder as Deleted in the versioned repository.  As far as the BCC is concerned, neither it nor anything under it will exist and will not appear in the BCC UI.  The data will still be retained in the database, though.
    2b. Corrupt Folder Needs Correct Parent
    If you do need the corrupt folder, determine the true parent folder.  Set its parent_folder to the ID of the actual parent.
    See the folder_id column for the correct parent folder and substitute that ID for NULL in BadFolder's parent_folder.
    3. Restart BCC and Re-Test
    After modifying the data for the corrupt folder, restart the BCC so that the repository picks up all the changes.
    ++++
    Thanks
    Gareth
    Please mark any update as "Correct Answer" or "Helpful Answer" if that update helps/answers your question, so that others can identify the Correct/helpful update between many updates.

  • BC4J Deployment in Oracle HTTP server

    Hai,
    I created several Business Components and Several JSP
    Applications to run over it. It works fine as for as JDeveloper
    3.2.3 is concerned. But I am confused of the errors such as
    NullPointerException. I get these errors even I configure as per
    the steps provided in OTN. And also I tried out Note : 133682.1,
    132992.1 of Metalink. Yet I have not deployed correctly. When I
    deployed using EJB, the exception comes with JDK version.
    I will be thankful, if any one replies as soon as possible.
    Thanks,
    Johnson

    This was due to the Configurations and it works fine
    JOhnson

  • JRE System-level settings does not work - JRE1.6.30

    Good day,
    I need to set deployment.security.mixcode parameter to "DISABLE" within of deployment.properties configuration file.
    Also I wish to place the deployment.properties configuration file is not user-specific path. The default location is
    <User Application Data Folder>\Sun\Java\Deployment\deployment.properties.
    TO change the default location I read about possibility to use the deployment.config for specifying the System-Level
    deployment.properties in the infrastructure.
    Unfortunatelly seems does not work. Someone have got experience about system level settings of deployment.properties?
    This is the configuration I have used.
    deployment.config:
    deployment.system.config.mandatory=FALSE
    deployment.system.config=file/:C:\Program Files\Java\jre6\lib\deployment.properties
    deployment.properties:
    #deployment.properties
    #Fri Feb 17 15:54:57 CET 2012
    deployment.version=6.0
    deployment.capture.mime.types=true
    deployment.browser.path=C\:\\Program Files\\Internet Explorer\\iexplore.exe
    #Java Deployment jre's
    #Fri Feb 17 15:54:57 CET 2012
    deployment.javaws.jre.0.product=1.6.0_31
    deployment.javaws.jre.0.registered=true
    deployment.javaws.jre.0.osname=Windows
    deployment.javaws.jre.0.platform=1.6
    deployment.javaws.jre.0.path=C\:\\Program Files\\Java\\jre6\\bin\\javaw.exe
    deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.0.enabled=true
    deployment.javaws.jre.0.osarch=x86
    deployment.security.mixcode=DISABLE <<====
    Thank you in advance
    Adriano C.
    Edited by: user12025469 on Feb 20, 2012 6:23 AM
    Edited by: user12025469 on Feb 20, 2012 7:48 AM

    user12025469 wrote:
    This is the configuration I have used.
    deployment.config:
    deployment.system.config.mandatory=FALSE
    deployment.system.config=file/:C:\Program Files\Java\jre6\lib\deployment.propertiesHm, try using a file URL like this:
    file\:C:/Program Files/Java/jre6/lib/deployment.propertiesI believe that the file is interpreted as a properties file, which means the colon and slashes need to be escaped. This would be it if you want to use a proper Windows path:
    file\:C:\\Program Files\\Java\\jre6\\lib\\deployment.properties

  • Linux: /etc/.java/deployment/deployment.properties being ignored (JRE 7_17)

    I'm trying to create a mandatory policy to roll out to users however I can't get the Control Panel to read the System Level deployment.properties in the location given by the documentation -
    /etc/.java/deployment/deployment.properties
    containing - deployment.system.config=/path/to/deployment.properties (world readable)
    deployment.system.config.mandatory=true
    To test I've set the contents of
    /path/to/deployment.properties
    to include - deployment.trace.locked=true
    deployment.log.locked=true
    as well as the defaults.
    However if I fire up ControlPanel as a standard user I don't see either of the log checkboxes ticked - even if I removed the local user's ~/.java
    Can anyone point me in the right direction?
    I've also tried deployment.trace=true / deployment.trace.locked etc but that doesn't work either.
    It's the standard Oracle JRE I'm using,
    Any comments appreciated!
    Thank you.
    C

    These is a problem with 7u17 and 7u21 for all users on all platforms. You can read more about it here (http://www.labareweb.com/java-1-7-auto-update-deployment-with-sccmmdt/) and here (https://blogs.oracle.com/security/entry/maintaining_the_security_worthiness_of) is the lead developer of Oracle admitted (at the end) that the enterprise tools for JRE is broken. It seems we're at their mercy at the moment.

  • JRE7Update25 Deployment Properties File Not Working And Cant Disable Next Gen Plugin

    Good Day
    Our organisation needs to deploy JRE7U25 to over 4000 workstations. Our desktops are running the following Windows and IE combinations:
    WinXP 32 Bit/IE7
    WinXP 32 Bit/IE8
    Win7 32 Bit/IE8
    Win7 32 Bit/IE9
    Win7 64 Bit/IE8
    Win7 64 Bit/IE8
    We use the 32bit JRE installer across all environments and all IE browsers use 32Bit IE. On all of our environments the Deployment.properties and config files no longer work due to what appears to be a bug in the JRE7U25 installer. Our deployment files are as follows:
    Deployment.config
    deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
    deployment.system.config.mandatory=true
    Deployment.properties
    deployment.security.level=MEDIUM
    deployment.security.level.locked=
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    deployment.security.mixcode=HIDE_RUN
    deployment.security.mixcode.locked=
    deployment.console.startup.mode=HIDE
    deployment.console.startup.mode.locked=
    Both files are being copied to the following location:
    C:\Windows\Sun\Java\Deployment
    After the installer runs and deployment files are copied to the workstation the deployment.properties and config files look like this:
    Deployment.config
    deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
    deployment.system.config.mandatory=true
    Deployment.properties
    #System Deployment Properties
    #Mon Jul 01 12:29:20 CAT 2013
    deployment.security.level=MEDIUM
    I have tried changing the deployment.config file as follows in an attempt to fix this to no avail:
    1. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=true
    2. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=false
    3. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=true
    4. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=false
    5. deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    None of the above mentioned works. So all our required settings in the deployment.properties file are being overwritten when opening the Java console? Our other major problem is that Changing the registry key to 0 in order to disable the next generation plugin does not disable the next generation plugin in Jre at the usual location as it worked for us machine wide (across multiple profiles for JRE6U29):
    [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\10.25.2]
    "UseNewJavaPlugin"=dword:00000000
    ^^I have observed on a fresh install of JRE7U25 that the above mentioned registry key no longer exists in this version so a computer wide disablement of this option is no longer possible via the registry.
    On our 32Bit and 64bit machines running the 32 bit JRE 7U25 client when we disable the next generation plugin it keeps enabling itself again. Even when we run the javacpl.exe to run as administrator by changing the compatibility settings and disabling the next generation plugin it enables itself again. This is a huge problem for us because our company Oracle web based applications need this plugin to be disabled in order to run the apps properly.
    These are major obstacles for our deployment as we desperately require assistance or any advice in addressing these issues as there appear to be numerous bugs with the JRE7U25 release. Thank you in advance.
    Update 7 July 2013:
    I have observed that if you have the following options in your Deployment.config file it doesn't allow our java webstart apps which use jnlp extensions to run.
    1. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=true
    2. deployment.system.config=C:\\WINDOWS\\Sun\\Java\\Deployment\\deployment.properties
        deployment.system.config.mandatory=false
    3. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=true
    4. deployment.system.config=C:\WINDOWS\Sun\Java\Deployment\deployment.properties
        deployment.system.config.mandatory=false
    The jnlp file association is also broken on Windows XP workstations with JRE7U25. We are having to manually associate the .jnlp file extension with javaws.exe on workstation for Web start apps or else users cannot lauch JRE whn clicking on .jnlp links.
    The only Deployment.config syntax which allows our Webstart applications to run is as follows:
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    What a mess!

    I don't have an answer to the problem, but I am having problems with the system level deployment.properties file and IE9 on Windows 7 32/64bit.
    Starting with version 13, the IE plugin seems to igonore the system level deployment.properties file in favor of the user level deployment.properties file. When I open the Java Control Panel, the settings are correct per the system deployment.properties file. Currently to get the Java Plugin to work reliably in IE9 I have to set the following:
    _JAVA_OPTIONS = -Djava.net.preferIPv4Stack=true
    Disable caching
    Set the proxy to Direct Connection.
    If I set the _JAVA_OPTIONS as an environment variable and the other two in the system deployment.properties file, Firefox works fine, but IE wont load either of the Java tests. If I removed the system deployment.properties files and configure the user deployment.properties file, both IE and Firefox work fine.
    I find it interesting that if I set the configuration through the control panel, then apply the system deployment.propteries file, the user deployment.properties file reverts to defaults when the system file is removed.

  • $USER_HOME variable not working in Java7u55 deployment.properties file.

    I'm trying to setup a separate cache directory for an AppV Java 7u55 package. In the deployment.properties file I created the following entry:
    deployment.user.cachedir=$USER_HOME\\AppData\\LocalLow\\Sun\\Java\\Deployment\\Java7cache
    But upon initiating an application I do not see the folder created and populated with cache data. This is what I see in the Java7 control panel for the cache path after my edit:
    My question, is $USER_HOME still a valid variable for use in the deployment.properties file and if so what is the path that it points to?
    UPDATE: So I did find where at least for me this path led to on my desktop a directory called $USER_HOME was created with the rest of the above location following it. Is this correct?
    How can I my current setup deployment.user.cachedir=$USER_HOME to go to this location: C:\users\<user account>\AppData\LocalLow\Sun\Java\Deployment\Java7cache\ ???

    I don't have an answer to the problem, but I am having problems with the system level deployment.properties file and IE9 on Windows 7 32/64bit.
    Starting with version 13, the IE plugin seems to igonore the system level deployment.properties file in favor of the user level deployment.properties file. When I open the Java Control Panel, the settings are correct per the system deployment.properties file. Currently to get the Java Plugin to work reliably in IE9 I have to set the following:
    _JAVA_OPTIONS = -Djava.net.preferIPv4Stack=true
    Disable caching
    Set the proxy to Direct Connection.
    If I set the _JAVA_OPTIONS as an environment variable and the other two in the system deployment.properties file, Firefox works fine, but IE wont load either of the Java tests. If I removed the system deployment.properties files and configure the user deployment.properties file, both IE and Firefox work fine.
    I find it interesting that if I set the configuration through the control panel, then apply the system deployment.propteries file, the user deployment.properties file reverts to defaults when the system file is removed.

  • System level location of deployment.config

    According to http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/properties.html, the system level deployment.config can be found in one of two locations on windows:
    (1) <Windows Directory>\Sun\Java\Deployment\deployment.config
    (2) ${deployment.java.home}\lib\deployment.config
    The documentation is a bit sketchy as to what determines which location it checks. From my testing, it seems that if you have a JDK installed, it looks for it in (1). If you only have a JRE installed, it looks for it in (2). Can someone confirm this? Secondly, why does WebStart via a JDK install look in one location while WebStart via a JRE look in another? Why can't it simply search in one location?

    JRE/JDK makes no difference. Java Web Start is in the JRE, so you actually need a JRE to run javaws.
    Webstart will always look first in (1) , and if no deployment.config is found, it will look in the lib directory of the jre that javaws is in. (2)
    However, updating a JRE will (until after 6u4) put the new JRE in a new directory, so you would loose any customization done to the old JRE (such as putting a deployment.config in in) so (1) is preferred, unless you want the config to only apply to a specific update version.
    /Andy

  • Deployment '18600003' to target 'Production' encountered a system level dep

    Hi Experts,
    Please help me in resolving the error while i am doing full deployment from BCC to staging / production server instances , i am getting below error.
    It would be great if u help me resolving this error.
    <Dec 5, 2012 1:48:26 AM PST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    **** Warning Wed Dec 05 01:52:33 PST 2012 1354701153339 /atg/epub/PublishingRepository Using default JDBC type for: project:tar1557 could not find this column in the table's meta data
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163290 /atg/epub/DeploymentServer Run first apply phase: true
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163292 /atg/epub/DeploymentServer Target not configured for switch. Skipping switchable datasource verification.
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163407 /atg/epub/DeploymentServer DistributedDeploymentAdapter:DAF Deployment with ID: 18600003 previously deployed.
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163410 /atg/epub/DeploymentServer DistributedDeploymentAdapter:Deploy Data
    **** debug Wed Dec 05 01:52:43 PST 2012 1354701163410 /atg/epub/DeploymentServer DistributedDeploymentAdapter:Resuming DAF deployment with ID: 18600003
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer --- CONTAINER:atg.deployment.common.DeploymentException: Deployment '18600003' to target 'Production' encountered a system level deployment error during data transfer.; SOURCE:atg.deployment.DistributedDeploymentException: Cannot resume deployment 18600003 because it was cancelled before the deployment data and markers were saved.
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.common.ResourceUtil.exception(ResourceUtil.java:414)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.deployData(DistributedDeploymentAdapter.java:1399)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.transferData(DistributedDeploymentAdapter.java:278)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.server.Deployment.run(Deployment.java:1951)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at java.lang.Thread.run(Thread.java:662)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer Caused by :atg.deployment.DistributedDeploymentException: Cannot resume deployment 18600003 because it was cancelled before the deployment data and markers were saved.
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.DeploymentManager.deploy(DeploymentManager.java:1069)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.resumeDafDeployment(DistributedDeploymentAdapter.java:1944)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.deployData(DistributedDeploymentAdapter.java:1307)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.adapter.DistributedDeploymentAdapter.transferData(DistributedDeploymentAdapter.java:278)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at atg.deployment.server.Deployment.run(Deployment.java:1951)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer at java.lang.Thread.run(Thread.java:662)
    **** Error Wed Dec 05 01:52:43 PST 2012 1354701163792 /atg/epub/DeploymentServer
    **** Warning Wed Dec 05 02:03:14 PST 2012 1354701794489 /atg/dynamo/service/ClientLockManager The useLockServer property of: /atg/dynamo/service/ClientLockManager is false and so global locking is disabled
    **** Warning Wed Dec 05 02:04:43 PST 2012 1354701883454 /atg/epub/PublishingRepository Using default JDBC type for: project:tar1552 could not find this column in the table's meta data
    **** Warning Wed Dec 05 02:05:41 PST 2012 1354701941339 /atg/epub/PublishingRepository Using default JDBC type for: project:tar1557 could not find this column in the table's meta data
    Thanks ,
    Sharif.

    Hi,
    I faced the same issue while opening the merchandiser tab in the BCC(after providing the credentials error dialog appearing the UI side and log showing the error whatever you mentioned). But issue resolved after initiating a full deployment and the restarting the publishing server.:)))))

  • Deployment '124500010' to target 'tar12462' encountered a system level dep

    Hi Experts,
    I'm trying to do initial deployment in Agent BCC. I'm getting below error while deploying
    ' Deployment '124500010' to target 'tar12462' encountered a system level deployment error during data transfer. '
    and Details
    Message Detail:
    CONTAINER:atg.repository.RepositoryException; SOURCE:java.sql.SQLException: ORA-00942: table or view does not exist at atg.adapter.gsa.Utils.deleteAllItems(Utils.java:1384) at atg.adapter.gsa.Utils.deleteAllItems(Utils.java:1524) at atg.adapter.gsa.Utils.deleteAllItems(Utils.java:1674) at atg.deployment.repository.RepositoryWorkerThread.prepareFullDeployment(RepositoryWorkerThread.java:636) at atg.deployment.repository.RepositoryWorkerThread.preDeploymentPhase(RepositoryWorkerThread.java:525) at atg.deployment.DeploymentWorkerThread.run(DeploymentWorkerThread.java:310)
    It's saying that Table doesn't exist, but I went through log, I didn't found any table name(Which table it's trying to search).
    Can you help me to fix this issue.
    Thanks & Regards,
    Murali.Ch

    Hi,
    It seems that your DB is not upto date with the deployed code. It has some missing table as evident from the error. If you can try some DB comparison tool and compare the DB with other environments on which BCC deployments are running fine.
    1. Do a full deployment
    2. If it fails with same error it means DB isnt in sync.
    3. Copy that from other environment or do by a DB checker tool/ comparison tool.
    4. Resume deployments.
    Thanks

Maybe you are looking for

  • HP all in one J4550-won't print blue

    I have a 5 month old printer, HP all in one J4550.  Last month we put in a new color cartridge (from Rapid Refill, a very reputable place for re-manufactured ink cartridges) & now we are totally missing one color, blue. I have gotten a replacement th

  • How to store images in the File Object????

    Clearly saying i wrote a jsp program which contains an input tag as follows <form action="filename.jsp"> <input type="file" name="path"> <input type="submit" value="submit">In the above input tag i entered a file path looks like c:\Sunset.jpg .But af

  • Can I insert a powerpoint presentation in Keynote

    Can I insert a small powerpoint presentation on one of my keynote slides - I'd like to be able to keep the keynote presentation running, but click and bring up the powerpoint slides and when done - I need it to go back to my keynote slides. When I tr

  • How do I connect my Bose Cinemate GS Series ii speakers to Airport Express?

    How do I connect my Bose Cinemate GS Series ii speakers to Airport Express?

  • IPhone now only vibrating a few times?

    When I got a phone call, my iPhone 5 would vibrate until the call went to voicemail, or until I hit the lock button. Now it seems it is vibrating only a few times (I want to say four times) until it just stops vibrating - but the call is still going.