Jar File Does Not Overwrite?

Hi Guys,
I created an application which can be downloaded from a url let's say - http://www.abc.com/downloads/midler.jar
I am using Nokia 2630.
When I have previously installed midlet.jar into my phone and when I download new application with the same file name it allow another application to be saved without asking "Midlet.jar already exists , Replace existing?"
When I try to download commercial games from Nokia.com and redownload the same game it display a message "Replace existing file with ....".
Is there something I forgot upon building / packaging the application?
Or should I adjust in the phone settings?
Please I need your help... Thanks in advance.

Hi ccheneson,
Thanks for the reply... Actually I saved the same file on the same directory on the default directory "Games".
I was expecting that the device would prompt me to "Replace the existing file with my downloaded application"
since downloading a commercialized jar while would prompt me the message.
I don't know if the problem occurs because of the phone settings or do I missed out with the code / packaging in WTK.
Thanks

Similar Messages

  • JAR file does not get uploaded to client for my SERVLET generated APPLET

    Some help please...
    I have a servlet that generates the HTML code that contains an APPLET. This APPLET needs a JAR file that is listed under its ARCHIVE property. The SERVLET is in a JAR file that is in the same directory as the other needed JAR file. If I create a static HTML with the output of the SERVLET it works fine. But if go through Weblogic the needed JAR file does not get uploaded to the client so I get a java.lang.NoClassDefFoundError:and my APPLET does not load.
    Q1: I am not sure what to put under the CODEBASE tag. I tried "." and I also tried "http://mymachine" but both did not work. I also tried without the CODEBASE tag. No luck. The SERVLET is bound to http://mymachine/servlet.
    Q2: Does anyone have any suggestions on how to do this? Is there a way to force the browser to upload a certain JAR file?
    Thanks...

    It works!!
    This is what I did:
    The jar file in question was the weblogic.jar. I tried putting it under the lib directory of my war file but I had problems because the weblogic.jar contains other war files inside so when I tried to deploy my war file it also tried to deploy the inner war files which for some reason did not work. So I tried removing the war files from the weblogic.jar and this time I had no problems deploying my war file but I still could not find the classes I needed. So I tried moving the weblogic.jar to the root dir of my war file and it worked!! Now the trick here was: I did not set the CODEBASE AND I had the ARCHIVE paramenter set in TWO places like below:
    <APPLET CODE = "marketmap.client.MarketMapApplet"
    ARCHIVE = "weblogic.jar"
    WIDTH = "657"
    HEIGHT = "382"
    ALIGN = "BOTTOM"
    ALT = "APPLET tag not recognized">
    </XMP>
    <PARAM NAME = CODE VALUE = "MyApplet" >
    <PARAM NAME = "type" VALUE="application/x-java-applet;version=1.2.2">
    <PARAM NAME = "scriptable" VALUE="false">
    <PARAM NAME = ARCHIVE VALUE="weblogic.jar">
    </APPLET>
    Actually if you do not place a parameter named ARCHIVE (at the end) it wil NOT work. I tried with multiple jar files listed and it works great too.
    Anyway I figure I'd share. Thanks for the help too.
    Lastly for people who choose not to upload the jar files to clients, you should look at the bea documentation on applets. It lists a classpath servlet that allows you to provide classes to the clients without having to force them to download the jar file.

  • Executing jar file does not work

    i am using net beans 4.1, jdk 1.4.2_09 and jre 5.0 update 4.
    i create a jar in netbeans, exit netbeans, go to the directory where the jar has been placed and double click the jar file to run it. when i do so i get an hour glass momentarily and then nothing. the program does not execute. i hope i am not missing something very basic here. i assume i can run the program by double clicking the jar file ....
    i have checked in netbeans to insure that all classes are in the jar, the manifest looks good, etc, etc. it looks like all the pieces of the jar are in place but the program will not run. please help.
    thanks,
    dave ...

    Directory of C:\JAVA\PROJECTS\DIST
    10/04/2005 10:09 AM <DIR> .
    10/04/2005 10:09 AM <DIR> ..
    10/04/2005 10:09 AM 25,203 gift_email.jar
    1 File(s) 25,203 bytes
    2 Dir(s) 124,456,144,896 bytes free
    C:\JAVA\PROJECTS\DIST>echo %CLASSPATH%
    c:\java\projects\dist;c:\Program Files\netbeans-4.1\ide5\modules\ext
    C:\JAVA\PROJECTS\DIST>java -jar gift_email.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: org/netbeans/lib/awtextra/AbsoluteLayout
    at giftrecpt.email.gift_email_gui.initComponents(gift_email_gui.java:38)
    at giftrecpt.email.gift_email_gui.<init>(gift_email_gui.java:24)
    at giftrecpt.email.gift_email_gui.main(gift_email_gui.java:142)
    C:\JAVA\PROJECTS\DIST>
    i added the location of the absolutelayout method to the classpath but still get the error. i also included this same reference in netbeans to the project under run-time libraries. so it seems that i have added the necesary references but still no luck. what could i be missing? the manifest makes no mention of class path. here it is below:
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.6.2
    Created-By: 1.4.2_09-b05 (Sun Microsystems Inc.)
    Main-Class: giftrecpt.email.gift_email_gui
    X-COMMENT: Main-Class will be added automatically by build
    thanks,
    dave ...

  • Jms.jar file  does not exist

    hi dear
    can anybody help me..
    I m using CMD. I have problem in using jms.jar file, i have jms.jar file in my ...\lib\jms.jar. But i m not able to use that jar file. i set the class path from system property and that showing in class path of CMD but my program is not ruuning Error is...
    CSV2XML1.java:13: package javax.jms does not exist
    import javax.jms.Connection;
    ^
    CSV2XML1.java:14: package javax.jms does not exist
    import javax.jms.ConnectionFactory;
    ^
    CSV2XML1.java:15: package javax.jms does not exist
    import javax.jms.Destination;
    ^
    CSV2XML1.java:16: package javax.jms does not exist
    import javax.jms.MessageProducer;
    ^
    CSV2XML1.java:17: package javax.jms does not exist
    import javax.jms.Session;
    ^
    CSV2XML1.java:18: package javax.jms does not exist
    import javax.jms.TextMessage;
    ^
    CSV2XML1.java:255: cannot find symbol
    symbol : class ConnectionFactory
    location: class com.firm58.getCo.CSV2XML1
    ConnectionFactory connectionFactory = (ConnectionFactory
    ) initialContext.lookup("weblogic.jms.XAConnectionFactory");
    ^
    CSV2XML1.java:255: cannot find symbol
    symbol : class ConnectionFactory
    location: class com.firm58.getCo.CSV2XML1
    ConnectionFactory connectionFactory = (ConnectionFactory
    ) initialContext.lookup("weblogic.jms.XAConnectionFactory");
    ^
    CSV2XML1.java:256: cannot find symbol
    symbol : class Connection
    location: class com.firm58.getCo.CSV2XML1
    Connection connection = connectionFactory.createConnecti
    on();
    ^
    CSV2XML1.java:257: cannot find symbol
    symbol : class Session
    location: class com.firm58.getCo.CSV2XML1
    Session session = connection.createSession(false, Sessio
    n.AUTO_ACKNOWLEDGE);
    ^
    CSV2XML1.java:257: cannot find symbol
    symbol : variable Session
    location: class com.firm58.getCo.CSV2XML1
    Session session = connection.createSession(false, Sessio
    n.AUTO_ACKNOWLEDGE);
    ^
    CSV2XML1.java:260: cannot find symbol
    symbol : class Destination
    location: class com.firm58.getCo.CSV2XML1
    Destination queue = (Destination) initialContext.lookup(
    "jms/customerInputQ");
    ^
    CSV2XML1.java:260: cannot find symbol
    symbol : class Destination
    location: class com.firm58.getCo.CSV2XML1
    Destination queue = (Destination) initialContext.lookup(
    "jms/customerInputQ");
    ^
    CSV2XML1.java:261: cannot find symbol
    symbol : class MessageProducer
    location: class com.firm58.getCo.CSV2XML1
    MessageProducer producer = session.createProducer(queue)
    ^
    CSV2XML1.java:262: cannot find symbol
    symbol : class TextMessage
    location: class com.firm58.getCo.CSV2XML1
    TextMessage messageJMS = session.createTextMessage();
    ^
    Thanks for help
    bimlesh

    To me it looks like CLASSPATH is not set in your environment. When type echo %CLASSPATH% you should see something like /opt/sun/mq/share/lib/jms.jar:/opt/sun/mq/share/lib/jaxm-api.jar:/opt/sun/mq/share/lib/imqxm.jar:/opt/sun/mq/share/lib/imqservlet.jar:/opt/sun/mq/share/lib/imq.jar:/opt/sun/mq/share/lib/fscontext.jar
    (sorry but I don't have windows machine) and not %CLASSPATH%. Adding your jar files to PATH variable won't help. When you start your cmd type "set" you should see if CLASSPATH is set when your environment is printed. If it's not set try setting it byt typing set CLASSPATH=your_path_to\jms.jar;your_path_to\imq.jar;. .Then run your application.

  • Executable Jar file - Does not open

    Hi,
    I have an executable jar file. The icon of that executable jar is that of an unknown file instead of the normal java icon. So when I try to run that executable jar it shows 'open with'. What is the reason for this? What should be done in order that I can run this executable jar?
    Anees

    Associate .jar files with java -jar in your OS. I didnt get you.
    Normally it should open with these softwares installed, rt?

  • JAR FILE IS NOT DETECTING IN WINDOW

    hi
    I am facing some problems during package creation
    My current J2SDK is 1.5.0_02-b09
    I create one packge called as p1.jar
    It consist of one class & one interface
    sa.java
    package p1;
    public class sa
         private int a,b;
         public sa(int a,int b)
              this.a=a;
              this.b=b;
         public void showval()
              System.out.println(" a="+a+" b="+b);
    sb.java
    package p1;
    public interface sb
       public int s1=34;
       public int s2=43;
       public void  takeme(int a,int b);
    /code]
    I create a jar file and set its path in
    MY COMPUTER ---->advanced --------->Environment & variables ----->classpath
    if i specify  import p1.* in  the following manner import p1.*;
    public class demopack implements sb
         int a,b;
         public demopack(int a,int b)
              this.a=a;
              this.b=b;
         public void takeme(int x,int y)
              a=s1+x;
              b=s2+y;
              System.out.println("a="+a+" b="+b);
         public static void main(String[] args)
                   demopack d=new demopack(10,20);
                   d.takeme(12,23);
                   sa s=new sa(12,23);
                   s.showval();
    Following Error is executing
    Z:\javademo>javac demopack.java
    demopack.java:4: cannot access sb
    bad class file: .\sb.java
    file does not contain class sb
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
    public class demopack implements sb
                                     ^
    1 error----------------------------------------------------------------------------------------
    but if i mention import statement in following way there are no error
    import p1.sa;
    import p1.sb;
    public class demopack implements sb
         int a,b;
         public demopack(int a,int b)
              this.a=a;
              this.b=b;
         public void takeme(int x,int y)
              a=s1+x;
              b=s2+y;
              System.out.println("a="+a+" b="+b);
         public static void main(String[] args)
                   demopack d=new demopack(10,20);
                   d.takeme(12,23);
                   sa s=new sa(12,23);
                   s.showval();
    Is above mention problem is version problem
    For user defined package Every time I have to import individual class ?
    Is any alternative Solution (excluding -classpath option of javac)

    Well
    I follow your instruction
    I am pasting the command prompt operation
    Coding is same above
    My all three files (.java )is resides in javath folder
    command prompt code
    Z:\javath>javac -d . sa.java
    Z:\javath>javac -d . sb.java
    Z:\javath>jar -cvf p1.jar p1/*.class
    added manifest
    adding: p1/sa.class(in = 687) (out= 423)(deflated 38%)
    adding: p1/sb.class(in = 185) (out= 153)(deflated 17%)
    Z:\javath>javac demopack.java
    demopack.java:4: cannot access sb
    bad class file: .\sb.java
    file does not contain class sb
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
    public class demopack implements sb
                                     ^
    1 error
    Z:\javath>------------------------------------------------------------
    in demopack.java file i want to access class files which are resides in
    jar files
    Actually when we are writing import java.io.*;
    we can access all the class file from that io package
    Same thing i am trying to implement for user defined package
    I hope you understand my question
    regards

  • "Open In" functionality with .ibooks file does not work

    I am using the latest iBooksAuthor v2.2 and exporting an iBook to the .ibooks file format.  I have tried with and without a version number.  When I import the .ibooks file using the "Open In" functionality on the iPad it opens in the iBooks app.  However, if the book is already in iBooks it does not overwrite the existing iBook with the new file that has the changes I have made.  Am I missing a setting somewhere to ensure this works?

    Hello kbbean,
    The resource below will explain how to publish and update to your previously published book in the iBooks Store:
    iBooks Author: How to update your published book in the iBooks Store - Apple Support
    http://support.apple.com/en-us/HT202443
    Learn how to update a book that you published to the iBooks Store.
    Before you can publish an update to your book:
    You must have a Paid Books Account or Free Books Account.
    You must have submitted your book to the iBooks Store at least one time.
    You must install iTunes Producer on your Mac.
    You must install iBooks Author 2.0 or later. We recommend the latest version of iBooks Author.
    Your book’s file size can't be larger than 2 GB.
    If you want to update your screenshots, use Contact Us in iTunes Connect. You can't update the screenshots that appear with your book in the iBooks Store via a redelivery. You can add screenshots to iTunes Producer only the first time you publish your book. 
    When you're ready to publish an update to your book:
    Open the book (.iba file) that you'd like to update in iBooks Author.
    Make the desired changes to your book.
    Click Publish in the iBooks Author toolbar, or choose it in the File menu.
    Follow the prompts until you reach the Add Version Info screen.
    Select "This is an update to a previously submitted book."
    Click Continue.
    Choose which of your previously published books you'd like to update.
    Enter a new version number. The new version number must be higher than the version number that currently appears on the iBooks Store.
    Click Continue and follow the prompts.
    iBooks Author will export your updated book to iTunes Producer. Follow the onscreen instructions in iTunes Producer to publish your updated book to the iBooks Store. Most of the required fields will be filled in for you, but you'll need to include text in the What's New field to update your book.
    Last Modified: Nov 8, 2014
    Have a great weekend!
    - Judy

  • ClassNotFoundException if ejb jar file is not placed in the server's classpath

    Hi,
    My ejb jar file contains some non-weblogic generated files and is placed in
    the applications directory. When client is executed, I get the ClassNotFoundException
    on the server when my bean makes a reference to the generated class. The problem
    gets resolved if I put the ejb jar in the server's classpath.
    This problem happens in weblogic server version 6.1. It was not happening in
    the previous releases of weblogic server(6.0).

    Well
    I follow your instruction
    I am pasting the command prompt operation
    Coding is same above
    My all three files (.java )is resides in javath folder
    command prompt code
    Z:\javath>javac -d . sa.java
    Z:\javath>javac -d . sb.java
    Z:\javath>jar -cvf p1.jar p1/*.class
    added manifest
    adding: p1/sa.class(in = 687) (out= 423)(deflated 38%)
    adding: p1/sb.class(in = 185) (out= 153)(deflated 17%)
    Z:\javath>javac demopack.java
    demopack.java:4: cannot access sb
    bad class file: .\sb.java
    file does not contain class sb
    Please remove or make sure it appears in the correct subdirectory of the classpa
    th.
    public class demopack implements sb
                                     ^
    1 error
    Z:\javath>------------------------------------------------------------
    in demopack.java file i want to access class files which are resides in
    jar files
    Actually when we are writing import java.io.*;
    we can access all the class file from that io package
    Same thing i am trying to implement for user defined package
    I hope you understand my question
    regards

  • Dfsr files does not replicate

    Hi,
    We're running dfsr on 2008R2 servers to replicate files, and I discovered that some files are just not replicated.
    These files are not temporary files (checked using fsutil), and not filtered by file mask define on replicated folder properties (ususally ~*, *.bak, *.tmp).
    It looks like a dfsr db corruption, but I don't know how to solve this. I don't know how to reset the db as some members are domain controllers.
    Here's the configuration:
    server1 and server2 are 2008R2 domain controllers. The replication group is ks2share-idcl.
    - on server 1: file REPL-ERROR.pdf is modified
    - on server 2: file not present
    below is the dfsr.log output for each server.
    Server1:
    20150127 10:59:39.696 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\D: volumeId:{1BD6E157-5026-40DF-A729-E50F34543118}
    20150127 10:59:39.696 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\D:\System Volume Information\DFSR newPath:\\.\D:\System Volume Information\DFSR
    20150127 10:59:39.696 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\C: volumeId:{EC121DFF-7160-11E3-9ABE-806E6F6E6963}
    20150127 10:59:39.696 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\C:\System Volume Information\DFSR newPath:\\.\C:\System Volume Information\DFSR
    20150127 10:59:39.696 1300 USNC  2450 UsnConsumer::UpdateIdRecord LDB Updating ID Record:
    + fid                             0x10000000012E4F
    + usn                             0x3fe335830
    + uidVisible                      1
    + filtered                        0
    + journalWrapped                  0
    + slowRecoverCheck                0
    + pendingTombstone                0
    + internalUpdate                  0
    + dirtyShutdownMismatch           0
    + meetInstallUpdate               0
    + meetReanimated                  0
    + recUpdateTime                   20150127 09:57:37.837 GMT
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.696 1300 USNC  2453 UsnConsumer::UpdateIdRecord ID record updated from USN_RECORD:
    + USN_RECORD:
    + RecordLength:        88
    + MajorVersion:        2
    + MinorVersion:        0
    + FileRefNumber:       0x10000000012E4F
    + ParentFileRefNumber: 0xA000000026679
    + USN:                 0x3fe335830
    + TimeStamp:           20150127 10:59:39.665 Romance Standard Time
    + Reason:              Close Rename New Name
    + SourceInfo:          0x0
    + SecurityId:          0x0
    + FileAttributes:      0x20
    + FileNameLength:      28
    + FileNameOffset:      60
    + FileName:            REPL-ERROR.pdf

    20150127 10:59:39.696 3076 WMIC  3066 FrsConnectionConfig::ExecQuery Executing query:select * from DfsrConnectionConfig where ReplicationGroupGUID = "957F3E93-931B-433B-941B-611352F52ED4" client:svc-zabbix
    20150127 10:59:39.696 3076 FCFG   278 Configuration::ReadReplicaSetConfig Reading replica configuration file. rgId:{957F3E93-931B-433B-941B-611352F52ED4}
    20150127 10:59:39.696 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Replica Set Configuration File is location:\\?\D:\System Volume Information\DFSR\Config\Replica_957F3E93-931B-433B-941B-611352F52ED4.XML
    20150127 10:59:39.696 3076 CXML  3308 Config::XmlReader::PostProcessReplicaSetConfig Setting default schedule for connection. connId:AEC330AF-25F3-4155-A857-33CAACE1E938
    20150127 10:59:39.696 3076 CXML  3308 Config::XmlReader::PostProcessReplicaSetConfig Setting default schedule for connection. connId:5195A6EB-B8F8-44B6-971D-30C35C960659
    20150127 10:59:39.696 2900 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl  ptr:00000000060F9F20
    20150127 10:59:39.696 2900 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.696 2204 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    20150127 10:59:39.696 2204 SRTR  1099 SERVER_RequestUpdates Processing RequestUpdates call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} credits:32 requestType:all
    20150127 10:59:39.696 2204 OUTC  2817 OutConnectionContentSetContext::TransportRequestUpdates Received request for updates csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl 
    ptr:00000000060F9F20
    20150127 10:59:39.696 2204 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    20150127 10:59:39.696 1488 JOIN  1201 Join::SubmitUpdate LDB Updating ID Record:
    + fid                             0x10000000012E4F
    + usn                             0x3fe335830
    + uidVisible                      1
    + filtered                        0
    + journalWrapped                  0
    + slowRecoverCheck                0
    + pendingTombstone                0
    + internalUpdate                  0
    + dirtyShutdownMismatch           0
    + meetInstallUpdate               0
    + meetReanimated                  0
    + recUpdateTime                   20150127 09:59:39.696 GMT
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.712 1488 JOIN  1246 Join::SubmitUpdate Sent: uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 name:REPL-ERROR.pdf connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM
    20150127 10:59:39.712 3076 WMIC  1663 FrsContentSetConfig::ExecQuery Executing query:select * from DfsrReplicatedFolderConfig where ReplicationGroupGUID = "9A106F41-8D9E-470D-8A9C-1B417A9D98D8" client:svc-zabbix
    20150127 10:59:39.712 3076 FCFG   177 Configuration::ReadVolumeConfig Reading all volume configuration files.
    20150127 10:59:39.712 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Volume Configuration File is location:\\.\D:\System Volume Information\DFSR\Config\Volume_1BD6E157-5026-40DF-A729-E50F34543118.XML
    20150127 10:59:39.712 2204 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} rgName:ks2share-idcl  ptr:00000000060F9F20
    20150127 10:59:39.712 2204 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.712 1128 IINC   311 IInConnectionCreditManager::GetCredits [CREDIT] Credits Granted. totalConnectionCreditsGranted:32 totalGlobalCreditsGranted:32 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    sessionTaskPtr:000000000628C6D0
    20150127 10:59:39.712 1128 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:all
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000017F8B960
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:00000000060D5CA0
    20150127 10:59:39.712 3612 INCO  3621 InConnection::ReceiveVvUp Received VvUp connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvUp:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC} |-> { 494221..1973654}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.712 3612 INCO  3628 InConnection::ReceiveVvUp Creating new session:4 requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvDown:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}
    |-> { 494221..1973654}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000017F8B960
    20150127 10:59:39.712 1888 INCO  8561 InConnection::InConnectionContentSetContext::Hibernate Hibernating: connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.712 1888 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:32 totalConnectionCreditsGranted:0 totalGlobalCreditsGranted:0 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{47D55555-7518-439E-9A31-C2E9A5B74399} sessionTaskPtr:000000000628C6D0
    20150127 10:59:39.712 1888 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:00000000060D5CA0 connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:notify
    20150127 10:59:39.712 3612 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:00000000060D5CA0
    20150127 10:59:39.712 3076 CREG   740 Config::RegConfig::ReadConfigFilePath Location of valueName:Volume Configuration File is location:\\.\C:\System Volume Information\DFSR\Config\Volume_EC121DFF-7160-11E3-9ABE-806E6F6E6963.XML
    20150127 10:59:39.712 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\D: volumeId:{1BD6E157-5026-40DF-A729-E50F34543118}
    20150127 10:59:39.712 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\D:\System Volume Information\DFSR newPath:\\.\D:\System Volume Information\DFSR
    20150127 10:59:39.712 3076 CXML  2869 Config::XmlReader::PostProcessVolumeConfig Found volume. path:\\.\C: volumeId:{EC121DFF-7160-11E3-9ABE-806E6F6E6963}
    20150127 10:59:39.712 3076 CXML  2878 Config::XmlReader::PostProcessVolumeConfig Overwriting dbPath. oldPath:\\.\C:\System Volume Information\DFSR newPath:\\.\C:\System Volume Information\DFSR
    Server2:
    20150127 10:59:39.689 2532 INCO  3628 InConnection::ReceiveVvUp Creating new session:4 requestState:00000000188193E0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM vvDown:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}
    |-> { 494221..1973653}
    + {F3E1FA1B-B2B9-4960-8FD6-A63A2935299E} |-> { 458202..888205}
    + {11DBD3CA-0B16-44E2-A4BC-1E86F590109E} |-> { 43..185837}

    20150127 10:59:39.689 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:0000000002818980
    20150127 10:59:39.689 8108 INCO  7225 InConnection::RequestUpdates Updates have been requested. creditsObtained:32 totalConnectionCreditsGranted:32 totalGlobalCreditsGranted:32 outstandingCredits:32 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM sessionTaskPtr:00000000026D3240 requestType:all cursor:{00000000-0000-0000-0000-000000000000}-v0 delta:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC} |-> { 1973654}

    20150127 10:59:39.697 2532 INCO  3248 InConnection::ReceiveUpdates Upstream credits:32 creditsAvailable:32 creditsUsed:1 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 INCO  3322 InConnection::ReceiveUpdates Received: uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 fileName:REPL-ERROR.pdf session:4 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13}
    csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 INCO  3386 InConnection::ReceiveUpdates Session has been closed. sessionId:4 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    20150127 10:59:39.697 2532 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:31 totalConnectionCreditsGranted:1 totalGlobalCreditsGranted:1 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} sessionTaskPtr:00000000026D3240
    20150127 10:59:39.697 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:UpdateRequest reqState:Completed status:0 ptr:00000000188193E0
    20150127 10:59:39.697 6860 MEET  1339 Meet::Install Retries:0 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM updateType:remote
    20150127 10:59:39.697 6740 INCO  7343 InConnection::RequestVvUp Requested upstream version vector. requestState:000000001889E5A0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM changeType:notify
    20150127 10:59:39.698 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} reqType:VvUpRequest reqState:Completed status:0 ptr:000000001889E5A0
    20150127 10:59:39.698 6860 MEET  4274 Meet::ProcessUid Uid related found uidRelatedGvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM
    20150127 10:59:39.698 6860 MEET  6282 Meet::LocalDominates Local version dominates localgvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM
    20150127 10:59:39.698 6860 MEET  4406 Meet::ProcessUid -> DONE Local version dominates localGvsn:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20835 updateName:REPL-ERROR.pdf uid:{11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834 gvsn:{D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.698 6860 INCO  4825 InConnection::UpdateProcessed Received Update. updatesLeft:0 processed:1 failures:0 sessionId:4 open:0 updateType:0 processStatus:0 connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    csName:IDCLIM update:
    + present                         1
    + nameConflict                    0
    + attributes                      0x20
    + ghostedHeader                   0
    + data                            0
    + gvsn                            {D821A515-A484-4D82-AC3E-7DBDDEDB89BC}-v1973654
    + uid                             {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20834
    + parent                          {11DBD3CA-0B16-44E2-A4BC-1E86F590109E}-v20785
    + fence                           Default (3)
    + clockDecrementedInDirtyShutdown 0
    + clock                           20150127 09:59:39.665 GMT (0x1d03a17f70434f2)
    + createTime                      20140521 06:39:38.735 GMT
    + csId                            {124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    + hash                            BB31D3D3-30267455-710BF62F-53AECE59
    + similarity                      00000000-00000000-00000000-00000000
    + name                            REPL-ERROR.pdf

    20150127 10:59:39.700 6860 INCO  5551 InConnection::CommitSession Connection in sync connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM commitedSessionsWithUpdateFailures:0
    20150127 10:59:39.700 6860 IINC   392 IInConnectionCreditManager::ReturnCredits [CREDIT] Credits have been returned. creditsToReturn:1 totalConnectionCreditsGranted:0 totalGlobalCreditsGranted:0 csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM
    connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} sessionTaskPtr:00000000026D3240
    20150127 10:59:39.700 8108 INCO  8561 InConnection::InConnectionContentSetContext::Hibernate Hibernating: connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.700 8108 UPMG   580 UpdateManager::FinalizeUpdateManager Finalizing UpdateManager connId:{1865D780-A257-4E1C-BC02-756A1C5E6C13} csName:IDCLIM csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187}
    20150127 10:59:39.702 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399} rgName:ks2share-idcl  ptr:0000000002782C20
    20150127 10:59:39.702 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.702 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    20150127 10:59:39.703 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{47D55555-7518-439E-9A31-C2E9A5B74399} rgName:ks2share-idcl  ptr:0000000002782C20
    20150127 10:59:39.703 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{47D55555-7518-439E-9A31-C2E9A5B74399} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.703 7732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{47D55555-7518-439E-9A31-C2E9A5B74399}
    20150127 10:59:39.747 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE}
    20150127 10:59:39.751 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl  ptr:00000000027833A0
    20150127 10:59:39.751 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:8 requestType:REQUEST_NORMAL_SYNC changeType:all
    20150127 10:59:39.798 5732 SRTR  2331 SERVER_AsyncPoll Processing AsyncPoll call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE}
    20150127 10:59:39.801 5732 SRTR  1099 SERVER_RequestUpdates Processing RequestUpdates call. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} credits:32 requestType:all
    20150127 10:59:39.801 5732 OUTC  2817 OutConnectionContentSetContext::TransportRequestUpdates Received request for updates csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl 
    ptr:00000000027833A0
    20150127 10:59:39.853 5732 OUTC  2885 OutConnectionContentSetContext::TransportRequestVvUp Received request for VvUp csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} csName:IDCLIM connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} rgName:ks2share-idcl  ptr:00000000027833A0
    20150127 10:59:39.853 5732 SRTR  2242 SERVER_RequestVersionVector Sent requested version vector. connId:{C7839F24-8090-4FD0-A10A-FB93FC4871AE} csId:{124A6993-D8D9-4CEE-8D68-408E2DFCD187} seqNumber:9 requestType:REQUEST_NORMAL_SYNC changeType:notify
    20150127 10:59:39.856 2532 DOWN  2833 AsyncRpcHandler::ProcessReceive Completion. connId:{2285E492-D4CC-40F5-A120-5A0205655A90} csId:{00000000-0000-0000-0000-000000000000} reqType:AsyncPollRequest reqState:Completed status:0 ptr:00000000028187F0
    We can see on server the message "LocalDominates Local version dominates localgvsn", but file does not exists....
    Please help.
    Vincent

    Hi,
    Though you tried to delete, have you tried rename, or move them into a different folder?
    And you mentioned fsutil so I assume you have already know the following article. But still incase some steps were missed:
    DFSR Does Not Replicate Temporary Files
    http://blogs.technet.com/askds/archive/2008/11/11/dfsr-does-not-replicate-temporary-files.aspx 
    Meanwhile, I don't think reset DFSR database will affect AD replication. NTDS.dit is stored in a different location. If it will not work with a rename (and change path), you can test to reset DFSR database.
    1.       Stop and ALSO disable the DFSR service on <ServerA> server (don't just simply stop it)
    2.       In Windows Explorer open the specific drive
    3.       Right click on the "System Volume Information" directory and select Properties\Security
    Note: You might need to select the option for "Show hidden files, folders or drives" and also uncheck "Hide protected operating system files" in the folders view options to be able to even see the "System Volume Information" directory.
    4.       Grant your user account that you're logged in with (if a member of Administrators group this will also suffice) "Full Control" to the "System Volume Information" directory.
    Note: You may get an error on setting security on some files - this is expected.
    5.       Open an elevated/Administrative command prompt. Switch to the "<drive letter>:\System Volume Information" directory
    6.       Type the command "rmdir DFSR /s"
    7.       Enable and re-start the DFSR service on <ServerA> server
    8.       We will then set the <ServerA> server as the Primary member with dfsradmin.exe utility –
    Dfsradmin Membership Set /RGName:<RG Name> /RFName:<RF Name> /MemName:<Member Name> /IsPrimary:True
    Note: Files will be replicated from ServerA to all other targets. So if there is any newer file on other target servers, backup before starting replication.
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected].

  • Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only. However opening a CSS file does not prompt that it is alr

    Generally when creating a Word file from either a Mac or Win7 pc and opening it on two different machines (either one first) it always prompts that the file is open and will be opened as read only.
    However opening a CSS file does not prompt that it is already open on or from any machine which is causing code edits to be lost.
    What we found from out testing:
    - The file can be saved from one user to the server and WILL NOT PROMPT on other machines until the saving machine has the Dreamweaver program closed completely
    - The file can be closed and  Dreamweaver minimised to the launch bar but it still will not register on other machines that it has been changed.
    - Also, until the  Dreamweaver program is closed on the machines, it will continue to open it's saved version of the file. 
    Example Scenario:
    - User 1 opens test.css (which is 2000 lines) and adds some code to the end of the file to bring it up to 2500 lines
    - Meanwhile User 2 opens test.css as well (opens as 2000 lines as User 1’s edits have not yet been saved) and adds in code to bring it to 2300 lines
    - User 1 saves his file and closes it - but  Dreamweaver is still open.
    - User 2 also saves his file and leaves  Dreamweaver  open.
    - The server will report the size and last edit of the file the same as User 2 as he was the last person to save it (and if you open from the Win7 Machine it will show as User 2’s 2300 line version)
    - If User 1 then open's the file again (from either the 'recent' in Dreamweaver OR clicking on the file directly in Finder...which version opens.... The version that User 1 saved! Not the true version on the server, but the version that User 1 edited and saved with 2500 lines in it.
    - Same for User 2, he will open 'his' version with 2300 lines in.
    Other information:
    - Files are opened directly from the server
    - Sometimes the users will save incrementally and re-open
    - Most of the time users will save incrementally and keep the files open
    - The users will never not save incrementally and just save when closing the file once finished
    - The users are usually working on the files all day
    - It is always the bottom lines of code that are lost. It could be a case of the two versions being mixed up and cutting off the newly added lines based on the line count (possibly).
    It is as if Dreamweaver is holding a cache of the version locally and then only properly looking back to the server when it has been completely closed. It is very difficult to see how the server is causing such an impact on these files, there are very few logs which are giving any indication to the root cause of the problems.
    Anyone know if this is a known issue?
    Is there a way that there can be a featured implemented on the server that doesn't allow another user to open a file if it is already open on another machine?
    Thanks

    Your server file handling has nothing, and really nothing to do with Adobe software. If files don't get locked for (over-)writing and/or lose connection to the program opening them, then your server is misconfigured. It's as plain and simple and that. Anything from "known file types"/ file associations not being set correctly, MIME types being botched, crooked user privileges and file permissions, missing Mac server extensions, delayed file writing on the server, generic network timeout issues and what have you. Either way, you have written a longwinded post with no real value since you haven't bothered to provide any proper technical info, most notably about the alleged server. Either way, the only way you can "fix" it is by straightening out your server and network configuration, not some magic switch in Adobe's software.
    Mylenium

  • File does not exist: /oa_servlets/AppsLogin-Urgent plz

    Hi;
    I have r11.5.9 on AIX 5.2 i create one new AIX 5.3 server give same IP and copy all folder from 5.2 to 5.3 wiht exact path.
    With same user i can open db+lsnr+apache on new 5.3 server But when i try to login EBS i can see login page also Ebuniess enter link but when i click it it thoruh 404 page can not found
    In apache log file i have File does not exist: /oa_servlets/AppsLogin, i can not find pages under $COMMONTOP on 5.2 and my new 5.3 server. But on 5.2 i canlogin system wihtout any issue
    All services start wihtout problem also db, i run autoconfig on appstier but when i try to run on dbtier it thotugh error:( I am not sure i need to run autoconfig on dbtier for upper erro)
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /xxx/xxdb/9.2.0
    /xxx/xxdb/9.2.0/jdk/bin/jre and /xxx/xxdb/9.2.0/jdk/9.2.0/jdk/bin/java not found Pass option 'java' on command line
    and yes there is no such a file like that. How i can solve those problem
    thanks

    Hussein i cant run autoconfig also preclone on dbtier but apps tier i could run autoconfig and its end wihtout error
    http://xx:8001/OA_HTML/jsp/fnd/aoljtest.jsp http://xxx:8001/pls/TEST2/FND_WEB.PING - too
    http://xx:8001/aplogon.html
    I cant open those too
    Fri Sep 17 19:49:00 2010] [error] [ File does not exist: /oa_servlets/AppsLogin
    [Fri Sep 17 20:00:01 2010] [error] OPM: EW: Fail to start process with mod=JServ and grp=DiscoGroup, it's possible that your configuration file is not correct.
    [Fri Sep 17 20:00:01 2010] [error] OPM: EW: Fail to start process with mod=JServ and grp=OACoreGroup, it's possible that your configuration file is not correct.
    [Fri Sep 17 20:00:01 2010] [error] OPM: EW: Fail to start process with mod=JServ and grp=XmlSvcsGrp, it's possible that your configuration file is not correct.
    [Fri Sep 17 20:14:39 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:14:39 2010] [error] [] File does not exist:
    [Fri Sep 17 20:14:51 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:14:51 2010] [error] [] File does not exist:
    [Fri Sep 17 20:14:55 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:14:55 2010] [error] [] File does not exist:
    [Fri Sep 17 20:15:06 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:15:06 2010] [error] [ File does not exist: /servlets/Hello -
    [Fri Sep 17 20:15:11 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:15:11 2010] [error] [ File does not exist: /servlets/Hello
    [Fri Sep 17 20:15:14 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:15:14 2010] [error] [] File does not exist: /servlets/
    [Fri Sep 17 20:15:50 2010] [error] [] File does not exist: /xxxx/portal/oracle/_servlets/Hello
    [Fri Sep 17 20:15:59 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:15:59 2010] [error File does not exist: /oa_servlets/Hello
    [Fri Sep 17 20:16:15 2010] [error] OPM:Can not find one alive process
    [Fri Sep 17 20:16:15 2010] [error] [] File does not exist:
    [Fri Sep 17 20:18:04 2010] [error] script not found or unable to stat: /xx\xxora/8.0.6/tools/web60/cgi/ifcgi60

  • Getting this error while opening a folder : This file does not have a program associated with it for performing this action. Please install a program or, if one is already installed, create an association in the Default Programs control panel

    Hi,
    While trying to open a folder on my Windows 7 Home Premium, an error comes "This file does not have a program associated with it for performing this
    action.  Please install a program or, if one is already installed, create an association in the Default Programs control panel." I tried searching on the net but did not get great support for the issue when it happens with folder opening.

    Hi Nikunj Shah,
    First, I suggest you download
    Microsoft Safety Scanner or
    Malicious Software Removal Tool to run a full scan.
    The error messages here seems to be caused by the corrupted registries, which related with the folder association.
    You may take a try to merge the following registry settings to reset the folder association, before that, remember to backup your registry settings first:
    How to back up and restore the registry in Windows
    Copy and paste the following commands into Notepad, and save it to a .reg file:
    =================
    Windows Registry Editor Version 5.00
    [HKEY_CLASSES_ROOT\Folder]
    "ContentViewModeLayoutPatternForBrowse"="delta"
    "ContentViewModeForBrowse"="prop:~System.ItemNameDisplay;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;~System.LayoutPattern.PlaceHolder;System.DateModified"
    "ContentViewModeLayoutPatternForSearch"="alpha"
    "ContentViewModeForSearch"="prop:~System.ItemNameDisplay;System.DateModified;~System.ItemFolderPathDisplay"
    @="Folder"
    "EditFlags"=hex:d2,03,00,00
    "FullDetails"="prop:System.PropGroup.Description;System.ItemNameDisplay;System.ItemTypeText;System.Size"
    "NoRecentDocs"=""
    "ThumbnailCutoff"=dword:00000000
    "TileInfo"="prop:System.Title;System.ItemTypeText"
    [HKEY_CLASSES_ROOT\Folder\DefaultIcon]
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,53,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,00,68,00,\
      65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\explore]
    "MultiSelectModel"="Document"
    "ProgrammaticAccessOnly"=""
    "LaunchExplorerFlags"=dword:00000018
    [HKEY_CLASSES_ROOT\Folder\shell\explore\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\open]
    "MultiSelectModel"="Document"
    [HKEY_CLASSES_ROOT\Folder\shell\open\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    @=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,74,00,25,\
      00,5c,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,\
      65,00,00,00
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess]
    "MUIVerb"="@shell32.dll,-8518"
    "MultiSelectModel"="Document"
    "Extended"=""
    "LaunchExplorerFlags"=dword:00000003
    "ExplorerHost"="{ceff45ee-c862-41de-aee2-a022c81eda92}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewprocess\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow]
    "MUIVerb"="@shell32.dll,-8517"
    "MultiSelectModel"="Document"
    "OnlyInBrowserWindow"=""
    "LaunchExplorerFlags"=dword:00000001
    [HKEY_CLASSES_ROOT\Folder\shell\opennewwindow\command]
    "DelegateExecute"="{11dbb47c-a525-400b-9e80-a54615a090c0}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\BriefcaseMenu]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Library Location]
    @="{3dad6c5d-2167-4cae-9914-f99e41c12cfa}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\ContextMenuHandlers\Offline Files]
    @="{474C98EE-CF3D-41f5-80E3-4AAB0AB04301}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\DragDropHandlers\{BD472F60-27FA-11cf-B8B4-444553540000}]
    @=""
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\BriefcasePage]
    @="{85BBD920-42A0-1069-A2E4-08002B30309D}"
    [HKEY_CLASSES_ROOT\Folder\ShellEx\PropertySheetHandlers\Offline Files]
    @="{7EFA68C6-086B-43e1-A2D2-55A113531240}"
    [-HKEY_CLASSES_ROOT\Folder\ShellNew]
    [HKEY_CLASSES_ROOT\Folder\ShellNew]
    "Directory"=""
    "IconPath"=hex(2):25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,6f,00,\
      74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,00,73,\
      00,68,00,65,00,6c,00,6c,00,33,00,32,00,2e,00,64,00,6c,00,6c,00,2c,00,33,00,\
      00,00
    "ItemName"="@shell32.dll,-30396"
    "MenuText"="@shell32.dll,-30317"
    "NonLFNFileSpec"="@shell32.dll,-30319"
    [HKEY_CLASSES_ROOT\Folder\ShellNew\Config]
    "AllDrives"=""
    "IsFolder"=""
    "NoExtension"=""
    ==================
    Once done, right-click the REG file and choose Merge. Alternately, you can open the Registry Editor and then using the
    Import option from the File menu, to merge the REG file contents.
    Let me know if you need any further help.
    Best regards
    Michael Shao
    TechNet Community Support

  • File does not exist: /www/public_html/null, referer:  - error in log file from IE8 and IE9

    I just updated an existing slide show that was created several months back. Since loading my new set of files to our web server, we keep getting the following error in our server log files when someone loads our page in IE8 and IE9:
    File does not exist: /www/public_html/null, referer:
    One of our programmers tracked the error to this line of code, but we're not sure what's causing it:
    Muse.Utils.addSelectorFn('#slideshowu70', function(elem) { new WebPro.Widget.ContentSlideShow(elem, {autoPlay:true,displayInterval:6000,slideLinkStopsSlideShow:false,transitionStyle:'horizo ntal',lightboxEnabled_runtime:false,shuffle:false}); });/* #slideshowu70 */
    Any suggestions?
    Thanks!

    The errors aren't showing up on the client side, only in the server access logs. Every time the page is loaded with IE8 or IE9 and the Muse.Utils.addSelectorFn with the #slideshowu70 line is hit, it generates four errors in the server access logs.
    Our admin guy pulled the errors from where it was clicked on from the Adobe forum. He said it also appeared that you tested it with www added to the url (if this was when you were testing it)...
    [Mon Feb 04 13:58:57 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:00 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:08 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://stingrayboats.com/
    [Mon Feb 04 13:59:33 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://www.stingrayboats.com/
    [Mon Feb 04 13:59:43 2013] [error] [client 121.242.198.2] File does not exist: /www/public_html/null, referer:http://www.stingrayboats.com/
    The reason we find it strange is because it did not result in errors with the previous version of the slideshow. The only thing that changed this time around is that I removed some slides and added additional ones, but I noticed that there is a lot of difference in the code and even the scripts that are used. And I did copy over all of the scripts, css files, etc., so it's using all of the new source files.
    I was hoping it was something that you guys had noticed if you review the access logs when you're testing. While it works perfectly on the client side, the IT guys do go through our access logs, so it would be nice to eliminate the errors.
    Thanks for looking at it!

  • Error from reports from ZAM(Graph or PDF) - File does not begin with '%PDF-'.

    I just noticed today that any Graph or PDF report I try to view I get the
    following error - Error from reports from ZAM - File does not begin with
    '%PDF-'. I tried to just save the file and then open it, but get the same
    error. I can open other pdf files I have downloaded from other sites ok.
    Anyone have any idea? I haven't done anything to that server that I am
    aware of in quite a while.
    Thanks
    Bill

    I took a closer look at the files it downloaded, opened them with notepad,
    haer is what it says:
    XSL Transform or subsequent processing failedThe document has no pages.
    "Bill" <[email protected]> wrote in message
    news:2bBtk.2164$[email protected]..
    >I just noticed today that any Graph or PDF report I try to view I get the
    >following error - Error from reports from ZAM - File does not begin with
    >'%PDF-'. I tried to just save the file and then open it, but get the same
    >error. I can open other pdf files I have downloaded from other sites ok.
    >Anyone have any idea? I haven't done anything to that server that I am
    >aware of in quite a while.
    >
    > Thanks
    >
    > Bill
    >

  • Every time I update or repair in the control panel it comes up with a error message like, this file does not have a program associated with it for performing this action, please install a program if it is installed create an association to the default pro

    EVERYTIME I UPDATE SOFTWARE OR GO INTO THE CONTROL PANEL TO ITUNES TO REPAIR OR CHANGE IT GIVES ME AN ERROR MESSAGE
    THIS FILE DOES NOT HAVE A PROGRAM ASSOCIATED WITH IT FOR PERFORMING THIS ACTION. PLEASE INSTALL A PROGRAM, IF IT IS INSTALLED CREATE AN ASSOCIATION TO THE DEFAULT PROGRAMS CONTROL PANEL

    STOP SHOUTING!  Or at the very least, get the CAPS lock key fixed.
    Remove iTunes.
    Download and install the current version of iTunes from http://www.apple.com/itunes/download

Maybe you are looking for