In memory replication problems when I bring up a new server

          I've got in memory replication set up for 6.1. It works fine if I have 2 servers
          up and 1 goes down.
          However, if I have 1 server up and a bring a second server up, the sessions blow
          out.
          E.g. I've got server A and server B.
          Both are up, both have sessions. As new sessions come in, they are replicated over
          to the other server.
          now I bring server B down. All sessions on B fail over to A.
          so far so good.
          However when I bring server A back up some of the sessions fail as soon as the server
          is back up.
          Is this a configuration issue, is this a know problem?
          This worked fine in weblogic 5.1. In 5.1 when I brought an instance back up, everything
          worked fine.
          

          It turns out the problem was caused by using an old version of the Apache Plugin.
          This problem occurred while using the 5.1 apache plugin with WLS 6.1.
          Once we realized we were using the wrong plugin and swithced to the 6.1 plugin, the
          problem went away.
          

Similar Messages

  • Dear Mr./Mrs.,  I had an iPhone 4 , then I bought iPhone 5s , I faced a problem when I started installing any new application other than I already had on my iCloud , I was asked to enter my password of my apple account and I entered it correctly , then I

    Dear Mr./Mrs.,
    I had an iPhone 4 , then I bought iPhone 5s , I faced a problem when I started installing any new application other than I already had on my iCloud , I was asked to enter my password of my apple account and I entered it correctly , then I was asked to answer two questions , but I forgot the answers !! I click on forgot the answers , they send me check your email , I check my email and they send me the password that I have already entered not the answers of the questions ! How can this problem be solved ?! Hope to take my message into consideration.
    Yours sincerely,
                             Hesham.

    Welcome to the user to User Technical Support Forum provided by Apple.
    For your issue...
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
         Or Email Here  >  Apple  Support  iTunes Store  Contact

  • Problem publishing my iWeb site to new server

    I have a problem publishing my site to a new server HostGator.
    I click publish, everything continues normally, then I get an ERROR notice:
    Publish Error
    There was an error communicating with the FTP server.
    Try again later, or check with your service provider                  
    Since I changed the settings for the new server all the iWeb pages symbols go pink every time I close and reopen iWeb.  Once I have tried to publish and get the ERROR notice I see that most of the pages have turned blue (suggesting they have been correctly published) and the same 5 pages remain pink (suggesting they have not been published)   I have used the HostGator link
    http://gator694.hostgator.com/~carouge1/carouge-art/Welcome.html
    to look at the uploaded pages.
    All the pages are on their server file BUT the pages which remain pink on iWeb have problems. These problems (missing photos etc.) don't seem to affect the pages when the site is called up normally. The site is apparently still being uploaded to people’s computers through MobileMe eventhough I have changed the server settings! So I’m assuming the page problems will show up after MobileMe stops at the end of this month?  I cannot find an explanation for the failed pages from HostGator or from the Apple online answers.
    Grateful for any advice.

    I am having a similar problem trying to upload from iWeb through FTP to MacHighway web hosting.
    I am using iWeb 3.0.4, the latest version.
    I have followed the instructions on the MacHighway site: https://customers.machighway.com/knowledgebase.php?action=displayarticle&id=10
    When I type "public_html" into Directory/Path window in iWeb I get the following message:
    Testing failed.
    The directory/path couldn't be found.  Verify your settings and try again.  
    When I type "/public_html" or /public_html/" into Directory/Path window in iWeb I get the following message:
    Testing failed.
    A connection to mel.machighway.com couldn't be established.  Verify your settings and try again.
    Unlike carougeart, however, nothing gets uploaded.

  • I switched email servers and when I synced to the new server, all my old emails erased... HELP

    I previously had 1&1.com hosting my email addresses ([email protected] & [email protected]) and I recently switched to Weebly/Gmail to host these email addresses...
    I enabled IMAP forwarding in gmail (which in hinesight I think I should have selected POP) and when I updated my server settings in Thunderbird - all of my old emails disappeared. Theses emails are for business and I may have dramatically hurt our business by doing this.
    Are emails backed up anywhere where I can restore from? I do have the option selected to store all emails on my local computer - please help :)

    With IMAP all mail is managed on the server. By simply changing the server of an existing account you virtually start from scratch. I.e. the new server knows nothing about the mail on the old server.<br>
    What you see in Thunderbird is basically a mirror of what's on the server.
    What you should have done is moving messages off of the old server to your Local Folders account.<br>
    Alternatively you could have created a new account with the same email address on the new server.
    The Thunderbird IMAP synchronization option basically is a local offline copy of what's on the server. The offline copy got wiped out when you connected to the new server. It isn't an equivalent for a proper backup of your messages.
    I don't know if you still have access to the old server. If not, then you can only restore a backup of your profile folder, assuming you've created one at some point.
    It is grossly negligent not to backup your business email.

  • Session in-memory replication problem

    Hi,
              I am running into some cluster HttpSession replication problems. Here is
              the scenario where replication fails (all servers mentioned here are a
              part of a cluster).
              1a - 2 Weblogic servers (A&B) are running - no users logged in,
              2a - user logs in and a new session in server A is created.
              3a - after several interactions, server A is killed.
              4a - after user makes susequent request, Weblogic correctly fails over
              to server B
              Problem: Not entire session data is replicated. The authentication info
              seems to
              be replicated correctly but there are some collections in the session of
              server A
              that did not make it to the session in server B.
              The interesting part is this: If there is only one server A running to
              begin with and a user
              interacts with it for a while and only then server B is started, when
              after server B starts up
              server A dies - the entire session (which is exactly the same as in the
              failing scenario) is
              corretly replicated in B, including collections that were missing in the
              failing scenario.
              How can this be possible ????
              Thanks for any info on this one - it really puzzles me.
              Andrew
              

    Yes, you are on the right track. Everytime you modify the object you should call
              putValue. We will make it more clear in the docs.
              - Prasad
              Andrzej Porebski wrote:
              > Everything is Serilizable. I get no exceptions. I did however read some old
              > posts regarding
              > session replication and I hope I found an answer. It basically seems to boil
              > down to what
              > triggers session sync-up between servers. In my case , I store an object into
              > session and
              > later on manipulate that object directly wihotu session involvment and the
              > results of those manipulations
              > are not replicated - no wonder if HttpSession's putValue method is the only
              > trigger.
              > Am i on the right track here?
              >
              > -Andrew
              >
              > Prasad Peddada wrote:
              >
              > > Do you have non serializable data by any chance?
              > >
              > > - Prasad
              > >
              > > Andrzej Porebski wrote:
              > >
              > > > Hi,
              > > > I am running into some cluster HttpSession replication problems. Here is
              > > > the scenario where replication fails (all servers mentioned here are a
              > > > part of a cluster).
              > > > 1a - 2 Weblogic servers (A&B) are running - no users logged in,
              > > > 2a - user logs in and a new session in server A is created.
              > > > 3a - after several interactions, server A is killed.
              > > > 4a - after user makes susequent request, Weblogic correctly fails over
              > > > to server B
              > > >
              > > > Problem: Not entire session data is replicated. The authentication info
              > > > seems to
              > > > be replicated correctly but there are some collections in the session of
              > > > server A
              > > > that did not make it to the session in server B.
              > > >
              > > > The interesting part is this: If there is only one server A running to
              > > > begin with and a user
              > > > interacts with it for a while and only then server B is started, when
              > > > after server B starts up
              > > > server A dies - the entire session (which is exactly the same as in the
              > > > failing scenario) is
              > > > corretly replicated in B, including collections that were missing in the
              > > > failing scenario.
              > > >
              > > > How can this be possible ????
              > > >
              > > > Thanks for any info on this one - it really puzzles me.
              > > >
              > > > Andrew
              > >
              > > --
              > > Cheers
              > >
              > > - Prasad
              >
              > --
              > -------------------------------------------------------------
              > Andrzej Porebski
              > Sailfish Systems, Ltd. Phone 1 + (212) 607-3061
              > 44 Wall Street, 17th floor Fax: 1 + (212) 607-3075
              > New York, NY 10005
              > -------------------------------------------------------------
              

  • I have Problem when installing ADF Runime for Application Server

    Hi All,
    I have Application Server 10.1.2.0.2 and Jdeveloper 10.1.3.2
    I followed the next steps
    1 - in Application Server I created OC4J instance named app1
    2- I Stoped all infrastucure and middle-tier of Application Server
    3- in Jdeveloper I installed ADF Runime for Application Server
    by the next steps :-
    Application server home directory : OraHome_2
    oc4j instane name : app1
    and I selected: install a new version of ADF Runtime 10.1.3.40.66
    after that I got a jdeveloper sussceeful install ADF Runtime message
    5- when entering this command below to start Application server
    it gives me an error message
    C:\OraHome_2\opmn\bin>opmnctl startall
    opmnctl: starting opmn and all managed processes...
    ======================================
    opmn id=royal:6201
    0 of 1 processes started.
    ias-instance id=midd_admin.royal
    +++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    OC4J/apptest1/default_island
    Error
    --> Process (pid=3808)
    failed to start a managed process after the maximum retry limit
    Log:
    C:\OraHome_2\opmn\logs\OC4J~apptest1~default_island~1
    any soluation to solve this error when starting Appliction server ?
    thanks

    This is the error message in log file
    07/06/14 05:51:55 Start process
    07/06/14 05:51:59 Error starting ORMI-Server. Unable to bind socket: Address already in use: JVM_Bind
    07/06/14 05:52:01 Auto-deploying file:/C:/OraHome_2/j2ee/home/default-web-app/ (New server version detected)...
    07/06/14 05:52:01 Auto-deploying file:/C:/OraHome_2/j2ee/home/applications/dms/ (New server version detected)...
    07/06/14 05:52:03 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2) initialized
    07/06/14 05:52:03 java.lang.NullPointerException
    07/06/14 05:52:03      at com.evermind.server.rmi.RMIServer.run(RMIServer.java:464)
    07/06/14 05:52:03      at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    07/06/14 05:52:03      at java.lang.Thread.run(Thread.java:534)
    07/06/14 05:53:13 Notification ==> Application Deployer for Test8 STARTS [ 2007-06-14T05:53:13.593PDT ]
    thanks for your care

  • Restore database Error when restoring database to a new server

    Hi folks,
    I am oracle 10g on an AIX server (5.3).
    I created an rman backup of a database. I then copied it over to a new server where I am trying to restore it (I just created the backup today). However, I am getting the error below.
    Essentially, I used an initdb.ora file to create an instance of the database, and mounted it, on the new server. And then I ran a simple "restore database" command, the end of which is displayed below, with a "Restore complete. ..."
    I have looked up this error (ora-01152) online and I cannot find a scenario which best provides me with a fix to my problem, about the file not being restored from a sufficiently old backup. Could any one help please?
    piece handle=/ora_backup/prev_0/qconfig/dbf/QCONFIG_18_1_721669501_2010_06_14_15:44_Mon_full tag=2010_06_14_15:44_MON_FULL
    channel ORA_DISK_4: restore complete, elapsed time: 00:03:30
    channel ORA_DISK_2: restored backup piece 1
    piece handle=/ora_backup/prev_0/qconfig/dbf/QCONFIG_15_1_721669501_2010_06_14_15:44_Mon_full tag=2010_06_14_15:44_MON_FULL
    channel ORA_DISK_2: restore complete, elapsed time: 00:05:00
    Finished restore at 14-JUN-10
    RMAN> alter database open resetlogs;
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of alter db command at 06/14/2010 17:48:12
    ORA-01152: file 1 was not restored from a sufficiently old backup
    ORA-01110: data file 1: '+DGROUP1/testdb/datafile/system.751.721679898'Edited by: efachim2 on Jun 15, 2010 2:19 AM

    I ran only as below because I copied over the backup right after it finished, when there were no archivelogs.
    RMAN> restore database;
    Starting restore at 14-JUN-10
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=651 devtype=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: sid=650 devtype=DISK
    allocated channel: ORA_DISK_3
    channel ORA_DISK_3: sid=649 devtype=DISK
    allocated channel: ORA_DISK_4
    channel ORA_DISK_4: sid=648 devtype=DISK
    channel ORA_DISK_1: starting datafile backupset restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    restoring datafile 00002 to +DGROUP1/testdb/datafile/undots1.667.721227421
    channel ORA_DISK_1: reading from backup piece /ora_backup/prev_0/testdb/db/testdb_16_1_721669501_2010_06_14_15:44_Mon_full
    channel ORA_DISK_2: starting datafile backupset restore
    channel ORA_DISK_2: specifying datafile(s) to restore from backup set
    restoring datafile 00007 to +DGROUP1/testdb/datafile/a1_x.641.721227553
    restoring datafile 00009 to +DGROUP1/testdb/datafile/ent_sm01_x.659.721227557
    restoring datafile 00013 to +DGROUP1/testdb/datafile/in01_x.657.721227569
    restoring datafile 00015 to +DGROUP1/testdb/datafile/cs01_x.656.721227571
    restoring datafile 00016 to +DGROUP1/testdb/datafile/cs01_d.650.721227559
    restoring datafile 00021 to +DGROUP1/testdb/datafile/h01_x.644.721227575
    restoring datafile 00023 to +DGROUP1/testdb/datafile/doc01_x.647.721227575
    restoring datafile 00025 to +DGROUP1/testdb/datafile/og01_x.645.721227577
    channel ORA_DISK_2: reading from backup piece /ora_backup/prev_0/testdb/db/testdb_19_1_721669509_2010_06_14_15:44_Mon_full
    channel ORA_DISK_3: starting datafile backupset restore
    channel ORA_DISK_3: specifying datafile(s) to restore from backup set
    restoring datafile 00003 to +DGROUP1/testdb/datafile/sysaux.662.721227423
    restoring datafile 00006 to +DGROUP1/testdb/datafile/a01_d.639.721227549
    restoring datafile 00010 to +DGROUP1/testdb/datafile/ent_lg01_d.666.721227423
    restoring datafile 00012 to +DGROUP1/testdb/datafile/in01_d.658.721227511
    restoring datafile 00014 to +DGROUP1/testdb/datafile/cs01_d.661.721227521
    restoring datafile 00019 to +DGROUP1/testdb/datafile/ndata_x.654.721227423
    restoring datafile 00022 to +DGROUP1/testdb/datafile/doc_01_d.660.721227531
    restoring datafile 00029 to +DGROUP1/testdb/datafile/in01_x.642.721227471
    channel ORA_DISK_3: reading from backup piece /ora_backup/prev_0/testdb/db/testdb_17_1_721669501_2010_06_14_15:44_Mon_full
    channel ORA_DISK_4: starting datafile backupset restore
    channel ORA_DISK_4: specifying datafile(s) to restore from backup set
    restoring datafile 00001 to +DGROUP1/testdb/datafile/system.655.721227423
    restoring datafile 00004 to +DGROUP1/testdb/datafile/users.653.721227453
    restoring datafile 00005 to +DGROUP1/testdb/datafile/tools.663.721227423
    restoring datafile 00008 to +DGROUP1/testdb/datafile/en_sm01_d.665.721227473
    restoring datafile 00018 to +DGROUP1/testdb/datafile/n_data_d.664.721227423
    restoring datafile 00020 to +DGROUP1/testdb/datafile/hfig01_d.652.721227527
    restoring datafile 00024 to +DGROUP1/testdb/datafile/og01_d.651.721227535
    restoring datafile 00028 to +DGROUP1/testdb/datafile/in1_d.646.721227469
    channel ORA_DISK_4: reading from backup piece /ora_backup/prev_0/testdb/db/testdb_18_1_721669501_2010_06_14_15:44_Mon_full
    channel ORA_DISK_2: restored backup piece 1
    piece handle=/ora_backup/prev_0/testdb/db/testdb_19_1_721669509_2010_06_14_15:44_Mon_full tag=2010_06_14_15:44_MON_FULL
    channel ORA_DISK_2: restore complete, elapsed time: 00:00:27
    channel ORA_DISK_2: starting datafile backupset restore
    channel ORA_DISK_2: specifying datafile(s) to restore from backup set
    restoring datafile 00017 to +DGROUP1/testdb/datafile/cs_lg01_x.640.721227579
    restoring datafile 00026 to +DGROUP1/testdb/datafile/am1_d.643.721227581
    restoring datafile 00027 to +DGROUP1/testdb/datafile/am1_x.671.721227581
    channel ORA_DISK_2: reading from backup piece /ora_backup/prev_0/testdb/db/testdb_20_1_721669624_2010_06_14_15:44_Mon_full
    channel ORA_DISK_2: restored backup piece 1
    piece handle=/ora_backup/prev_0/testdb/db/testdb_20_1_721669624_2010_06_14_15:44_Mon_full tag=2010_06_14_15:44_MON_FULL
    channel ORA_DISK_2: restore complete, elapsed time: 00:00:07
    channel ORA_DISK_2: starting datafile backupset restore
    channel ORA_DISK_2: specifying datafile(s) to restore from backup set
    restoring datafile 00011 to +DGROUP1/testdb/datafile/ent_lg01_x.648.721227421
    channel ORA_DISK_2: reading from backup piece /ora_backup/prev_0/testdb/db/testdb_15_1_721669501_2010_06_14_15:44_Mon_full
    channel ORA_DISK_1: restored backup piece 1
    piece handle=/ora_backup/prev_0/testdb/db/testdb_16_1_721669501_2010_06_14_15:44_Mon_full tag=2010_06_14_15:44_MON_FULL
    channel ORA_DISK_1: restore complete, elapsed time: 00:02:30
    channel ORA_DISK_3: restored backup piece 1
    piece handle=/ora_backup/prev_0/testdb/db/testdb_17_1_721669501_2010_06_14_15:44_Mon_full tag=2010_06_14_15:44_MON_FULL
    channel ORA_DISK_3: restore complete, elapsed time: 00:03:15
    channel ORA_DISK_4: restored backup piece 1
    piece handle=/ora_backup/prev_0/testdb/db/testdb_18_1_721669501_2010_06_14_15:44_Mon_full tag=2010_06_14_15:44_MON_FULL
    channel ORA_DISK_4: restore complete, elapsed time: 00:03:30
    channel ORA_DISK_2: restored backup piece 1
    piece handle=/ora_backup/prev_0/testdb/db/testdb_15_1_721669501_2010_06_14_15:44_Mon_full tag=2010_06_14_15:44_MON_FULL
    channel ORA_DISK_2: restore complete, elapsed time: 00:05:00
    Finished restore at 14-JUN-10
    RMAN>  alter database open resetlogs;

  • Redefinition of locations when move Warehouse Builder to new server

    Hi
    We have 4 DW/OWB environment, but only one design repository (development)
    We have defined 4 configurations with 4 "sets" of locations.
    The locatiosn are defined as host:port:servicename, because of bug, when defined as tns.
    Now we are moving our DW to a new server and must redefine all locations.
    After the movement we have to
    1) unregister all locations
    2) change all locations
    3) register all locations
    4) redeploy all mappings, process flows and procedures
    This is a huge task, even if it can be automated via a OMBPlus script.
    Does any one know about a script (SQL or OMBPlus), that can be used for redefinition of the locations in the design repository and the 4 runtime repositories, so we don't have to perform the above tasks ?
    Best Regards
    Klaus

    Hi
    Re: NTP... you can have multiple NTP servers assigned, and only the primary NTP server is used for license MAC generation. As such, I would:
    1) set the primary NTP server to be the real NTP address you want to use. This will not be accessible when you build the server with the old servers' IP.
    2) set the secondary NTP server to an accessible NTP server. I do this by setting up NTP on the server you serve the SFTP backup file from. I use Meinberg NTP if this is a Windows box, it's free.
    That way you can build the server (primary NTP not accessible, but secondary is so it's fine). Then after the restore, change IP address and it will start using the primary NTP server.
    I presume deployment type refers to product and role .e.g. a CUCM Publisher, not a CUC server or CUCMBE publisher.
    Aaron HarrisonPrincipal Engineer at Logicalis UK
    Please rate helpful posts...

  • Memory overflow problems when processing huge XML files

    Hi All,
    We are in need of processing very large XML file.(more than 100MB)..
    We ran this job in background and it resulted in runtime errors.
    Is there any way of processing this file as a whole?
    Edited by: Thomas Zloch on Nov 17, 2010 4:16 PM - subject adjusted

    Normally such memory problems can be avoided by using block processing and clearing tempory data inbetween the blocks. However all XML techniques that I know (DOM, XSLT, ST) require all data to reside in an internal table at once. I will be facing a similar problem soon, so I'm quite interested in a solution.
    One way would be to upgrade the hardware and allow more memory to be allocated to the workprocess (system administration). Some background information:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/49/32eb1fe92e3504e10000000a421937/frameset.htm
    I wonder if there are other workarounds, let's see if there will be additional replies.
    Thomas

  • Memory Allocation problem when using JNI

    For a Project we need to interface Labwindows-CVI/ Teststand with an application written in Java. we are using JNI. The code uses JNI_CreateJavaVM to start a JVM to run the Java interface code. The code did run for some time , but now ( without any obvious change nor on the CVI side neither on the Java side) JNI_CreateJavaVM fails with -4 error code, that means that the start of the JVM failed due to memory allocation failure. First investigation showed, that even if Windows Task Manager shows about 600M free physical memory, you can allocate in CVI only about 250M as a single block at the time we are calling  JNI_CreateJavaVM. That might be a little bit to less as we need to pass -Xmx192m to the JVM to run our code. Unfortunately just increasing the physical memory of that machine from 1.5G to 2G doesn't change anything. The free memory showed by Task Manager increases, but the allocatable memory block size does not. Are the any trick to optimize CVI/Teststand for that use case ?  Or maybe known problems with JNI ?
    Solved!
    Go to Solution.

    hi,
    have you tried other functions to allocate memory?
    the -Xmx command only sets the maximum heap size. You can try to use -Xms. This command sets the initial Java heap size. 

  • Problem when updating af:table with new records

    Hi,
    I have a page that shows two tables from the same DB table but with different VOs.
    Table1 displays records where date_column is within the current month, table2 displays all records.
    The problem is that when I add new record and return to the page, I find out that the new record has been added to both tables, it’s shown in table1 even though its date is not within this month.
    When I run the page again the problem is solved and everything is in the right place !!
    How can I fix this?

    Hi,
    you will have to re-query the iterators because you add the new row to a VO - which is an iterator - that wont filter your input (instead you add to a filtered iterator). However, its strange that both tables show that value because if these are different VO they should be independent. Only if they are instances of the same VO tehy are expected to show the same data
    Frank

  • Problems when starting applications on my new iBook. Please help!

    I have just bought myself a nice shiny new iBook G4 running 10.4.4. My problem is this -
    When I start Firefox or Entourage it comes up all the time saying "would you like to make this your default browser/mail application"??
    Has anyone got an idea as to why my iBook is doing this? My prefs are set in Safari for the default browser to be Firerfox and I haven't even loaded up Apple Mail on this new iBook so I cannot understand why it is doing it!
    Any info appreciated, I'm sure it is just an oversight on my part.
    Thanks!!
    iMac G5   Mac OS X (10.4.2)  

    Hi Gilford,
    Welcome to Apple Discussions.
    Apple Mail and Safari are the default mail/browser programs in Tiger.
    In case you install any 3rd party software of same kind, Firefox and Entourage in your case, the predefined preferences are usually set to prompt the user if one's going to accept them as default programs of their functionality.
    To eliminate this effect, please try to locate the preferences settings in Firefox and Entourage and uncheck the relevant feature asking such dialog, or check any feature that makes the program default. However, the simplest action that makes both programs default is answering 'yes' to their dialogs:)
    Anyway, this is perfectly normal when you start off with your new accounts.
    Best wishes, Michael

  • Problem when file is downloaded on application server(Very Urgent Issue)

    Hi Abap Guru's,
    Request you to consider this has high priority issue..
    I made some changes changes to the report and this report does the job to pick up the data and put on the application server..after the changes to the code i have tested in development and quality it is working fine...when i move it to production it is giving the problem..the problem is with the dta..
    this is how the data is in the file..
    ä?_ø/>`€ä?ÀÁš ñ葐Ž&%/>Ț ñ萑Œñè Œñ萓ŽßÁ/ʀ €(?>Èǚ  –‘ €è?€ –‘ Žè`øÁ€?Àë/%Á˚ à?_ÁËÈÑÄ^ã?ÊÁÑÅ>€ë/%Áˎè?È/%€>Í_ÂÁʀ?ÀÊÁÄ?ÊÀˀÀ?Ï>%?/ÀÁÀš”••Žñ葐!㠀 – ”™‘”“‘ –‘ ‘™™•“™  ñ뀕˜ –•€€€€€€€€€€€€á €€€€€€€€€€€‘ Œ‹& ê<|åñë€áç €€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€.ê|.ç <ëñ€‘”€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€€
    Please guys help me out what could be the problem.....
    awaiting for all your replies..
    Regards,
    Ravi Ganji

    Hi,
       Which language they are execut in production & what is the text file type in application server?

  • Problems when trying to admin 10.4 server from Leopard client

    This seems to be a growing issue now with people updating to Leopard on their Client computers and then trying to continue administering their Tiger Servers.
    Here's my story to add to this whole thing:
    Updated my MacBook Pro to 10.5. I have 2 Xserves, one is a G5 and the other is an Intel. Both are running 10.4.10. The 10.4 Admin Tools were left intact after the upgrade, but I was quite excited to use the 10.5 Admin Tools, as the UI looks like such a huge improvement, and I updated those apps asap. Yes, without checking to make sure you could even admin 10.4 servers with 10.5 admin tools! Silly me!
    So I tried to connect to my servers using the 10.5 tools, and it wouldn't connect. I didn't even get the message saying my servers didn't have Server 10.4.11, but I knew something was wrong, so I searched to find the requirements for using 10.5 tools. Lo and behold I stumbled upon the tech doc stating 10.5 Admin Tools requires 10.4.11 if you want to admin Tiger servers. Bummer.
    So then I had to reinstall the 10.4.7 Admin Tools, and yes, you can't install these tools in Leopard. I did find out that you can just bring these apps from a computer that already has them installed and just use them, so I grabbed the apps out of the /Applications/Server folder on the 10.4 servers themselves using ARD.
    Everything seemed to be working ok, until I tried to edit an account in Workgroup Manager. All aspects of an account's information is grayed out and un-editable. I made sure it was authenticated to the LDAP as the directory administrator and it was. I tried repairing permissions and while Disk Utility did fix a whole bunch of permissions in the Admin Tools apps, it still did not solve this issue.
    Has anyone else seen this? I really hope I don't have to wait until the release of 10.4.11 to edit user accounts. If so Apple better release it soon!!
    Thanks in advance.
    Message was edited by: DanIsHere

    I think the problem is that typically in Apache if you don't have an index.html file then the server will display a listing of files in its directory. This is controlled by having an "Options Indexes" directive in the configuration file httpd.conf.
    If your permissions on the folder in question don't allow you to read the folder contents, then if your index.html is missing this error may come up.
    Also, if you don't have an index.html file, and you have "Options -Indexes" then you will not be allowed to browse the folder.
    Your best bet is to create a new index file.

  • How do i save a copy of my emails on the server on a macook pro? I am having a problem when using hotmail on my new macbook, they say it is set pop3? i have not idea what this means!

    I am not very good on computers and need help, I have lost past history emails when i have used hotmail on my new macbook, they say it is not set right but i do not understand! they say I need to ensure the box 'save a copy to the server' is ticked but they can not help me locate this and I have no idea what to do, can anyone talk me through this please?

    Check your mail preferences. The example below is from the mail app that comes with mac. In my case I'm using yahoo mail which is a POP3 account. POP stands for post office protocol which is the set of rules used by a POP mail account to transfer mail. You can learn more about it here if interested. If the box below is checked, all the mail will be downloaded to your computer when you check your mail using the built in mail app and removed from the mail server. Here is another page to help you set up your hotmail account for use the the mac mail application. Hope this clears things up.

Maybe you are looking for

  • App-V 5 Adobe Creative Cloud (CC) Enterprise Licensing Error 213:19

    Hello, I've posted this on Adobe forums but also posting here to see if anyone else has experienced/overcome this issue. I'm attempting to create an App-V 5 sequence for Adobe Creative Cloud Enterprise software, but I appear to be getting licensing e

  • Win 8.1 pro 64bit desktop blank screen after logon

    Hi all I have an ASUS P7H55M/USB 3 MB with i5 CPU 4Gig RAM NVIDEA 210 graphics card with latest drivers. My OS as above being an upgrade from 7 pro to win 8 pro then downloading win 8.1 from the store in the last three months. In the last few days I

  • Why does my computer turn black when I wake it up from Sleep Mode

    When I need to go somewhere or just eat lunch, I put my iMac to sleep. After that, when I come back to wake it back up, it stays black, I called Apple Support and they said I need to pay 20 dollars just to see if they can resolve the issue. So, if th

  • Illustrator CS4 in Snow Leopard Issues

    I have a logo file that I created in Illustrator CS4 on an iMac running Snow Leopard and it does not display some of the text layers when saving for the web or saving as an Illustrator CS3 file or copying and pasting into Photoshop CS4. Basically the

  • IPod connected, however, it does not function properly

    The iPod I have is the 60gb. I have had problems with my iPod previously since the 2006-3-23 update but fixed it. -Delete all files manually from iPod -Uninstall iTunes, iPod, and all applications associated with the programs within the installation