CGI directory conflicts with DOC root directory

Hello.
I have the following problem with Sun ONE Application Server 7 Update 3:
I have to execute some CGI exe files on SOLARIS server. Exe files uses js and other files, and searches them in the predefined directory "/SOMEDIR/".
So, in the App Server web admin console (http://...:4848) I set the DOCUMENT ROOT to the directory on the server the level upper than "/SOMEDIR/". And I add "/SOMEDIR/" as the CGI directory.
After that the following happening:
Then I enter the docroot: http://myserver/
I can enter into all subdirectories of it BUT "/SOMEDIR/"!
Then I execute CGI exe: http://myserver/SOMEDIR/my.exe
than that my.exe doesn't have the access to the files in http://myserver/SOMEDIR/.
Then I disallow CGI in admin console, than I gain access to the subdirectory SOMEDIR from the docrrot!
Can anybody tell me what the problem could be?

Right /cgi must reference a cgi and /servlet is for legacy servlets that arent deployed as applications.
I dont think you are going to make it work like that, maybe do a redirect from /cgi/cginame to /servlet/servletname . That's the only thing that may work.

Similar Messages

  • With iPlanet6.0 how can I include servlets in the cgi directory?

    I have created a cgi directory ex. http://hostname/cgi-bin to refer to the cgi.exe's. However.. I have developed a new servlet that replaces one of the cgi programs. The servlet context must fit in with our existing architecture so the servlets context must map to the cgi URL we have in place. This works fine with every web app server under the sun .. even Sun One7... but not on iPlanet 6.0. This is because it seems that every resource mapped by a CGI directory must be a CGI program - the web server doesn't have the intelligence to know that a servlet with the same context is available and so when the CGI directory is enabled... the servlet is not found, yet when it is removed the servlet is referenced just fine.
    Has anyone any ideas? Unfortunately I can't change the context of the servlet as our existing systems depend on the original cgi structure.
    Many thanks,
    Mark

    Right /cgi must reference a cgi and /servlet is for legacy servlets that arent deployed as applications.
    I dont think you are going to make it work like that, maybe do a redirect from /cgi/cginame to /servlet/servletname . That's the only thing that may work.

  • I have had a trial version of Acrobat X1 Pro - I have decided not to buy at this stage - for some time it has been conflicting with opening PDF docs after saving as from word 2007 - I uninstalled Pro X1 and now when I save as from word 2007 to PDF it will

    Can anyone help with this - do I have to uninstall Reader and then reinstall?

    I have had a trial version of Acrobat X1 Pro - I have decided not to buy at this stage - for some time it has been conflicting with opening PDF docs after "saving as" from word 2007 - I uninstalled Pro X1 and now when I "save as" PDF from word 2007 to PDF it will save the document as a PDF but will not open the document to display after publishing - I have to got to where the file has been saved to view the new PDF document - this is really annoying - do I have to delete adobe reader and reinstall it - adobe needs to look at this conflict with acrobat pro as I have even gone it to properties and tried to have adobe reader as the default PDF program - the main issue is that I cannot view the PDF after publishing it from word 2007

  • Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome

    Problem with jquery slide show conflict with vertical navigation menu in Firefox & Chrome. Works in IE. This is my first time trying to post a question - so please be kind. I am also not good with code and am finding css a real challenge after learning to design based on tables. I'm using CS5.
    The "test" page with the slide show is: http://www.reardanwa.com/index-slides.html   The same page without the slide show is http://www.reardanwa.com/
    I realize the images are not ideally sized - I'll fix those once I get the pages to function.  Maybe I need a different slide show? I would prefer a widget that I can modify to required size & postition. Again - I'm not good at building with code from scratch.
    The problem is the naviagation links that are directly next to the slide show do not work in Firefox of Chrome. They do work in IE.
    I've read about using jQuery.noConflict(); code but can't figure out the correct way to use it in my case or whether that's even part of the solution. I know my code is not well organized as I have cobbled together from various sources in an attempt to format the page the way the client wants it. Also, FYI, I will eventually try to make the page work in Surreal CMS.
    I've spent sevaral days over the last several weeks trying to solve sth slide show/navigation conflict - so any specific light you can shed will be much appreciated.
    Thanks in advance.
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Reardan Area Chamber of Commerce</title>
    <meta name="description" content="home page for Reardan Area Chamber of Commerce" />
    <meta name="keywords" content="Reardan WA, chamber of commerce" </>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript">  </script>
    <script type="text/xml">
    </script>
    <style type="text/css">
                                  #slideshow { 
                                      padding: 10px;
                                            margin:0; 
                                  #slideshow-caption{
                                            padding:0;
                                            margin:0;
                                  #slideshow img, #slideshow div { 
                                      padding: 10px;
                                      background-color: #EEE;
                                      margin: 0;
    body {
              font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
              background: #004B8D;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
               /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    .left
    position:absolute;
    left:0px;
    .center
    margin:auto;
    width:95%;
    .box
              position:relative;
              left:-90px;
              width:950px;
              height:350px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              z-index:1000;
    .slide{
        position:absolute;
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color: #42413C;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #6E6C64;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~this fixed width container surrounds the other divs~~ */
    .container {
              width: 960px;
              min-height:900px;
              padding:5px 0px 0px 0px;
              background: #E8F8FF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
              background: #E8F8FF;
              padding:10px 5px 0px 5px;
    .sidebar1 {
              float: left;
              width: 225px;
              margin: 60px;
              color: #FFFF0D;
              background: #595FFF;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
              padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
        z-index:-1;
    .sidebar2 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:2;
    .sidebar3 {
              float: left;
              width: 275px;
              color: #FFFF0D;
              text-align: left;
              background: #595FFF;
              padding-bottom: 10px;
              border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        border: 3px solid #F7F723;
        z-index:3;
    .content {
              padding: 0px 0px 0px 0px;
              width: 780px;
              float: left;
              background: #E8F8FF;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0px 15px 5px 10px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
              list-style: none; /* this removes the list marker */
              border-top: 0px solid #FFFF66; /* this creates the top border for the links - all others are placed using a bottom border on the LI */
              margin-bottom: 50px; /* this creates the space between the navigation on the content below */
              font: Arial Black, Verdana, , Helvetica, sans-serif;
              font-size:1.3em;
              font-weight:bold;
              z-index:2;
    ul.nav li {
              border-bottom: 0px solid #FFFF66; /* this creates the button separation */
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
              padding: 3px 0px 5px 0px;
              display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
              width: 185px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
              text-decoration: none;
              color: #FFFF0D;
              background: #595FFF;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
              background: #595FFF;
              font: 120%/1.4 Arial Black, Verdana, , Helvetica, sans-serif;
              color: #FFFFFF;
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background:  #595FFF;
              color: #FFFF0D;
              position: relative;/* this gives IE6 hasLayout to properly clear */
              clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
      <a href="#"><img src="images/Chamber-Logo-2.gif" alt="Reardan Chamber Logo" width="187" height="163" hspace="10" vspace="5" align="top" /></a><img src="images/Reardan-Chamber-Title.gif" width="476" height="204" alt="Reardan Area Chamber of Commerce, Dedicated to Preserving and Enhancing Area Businesses" /><p></p>
      <p style="color: #F00">This Site is under construction! Please pardon our dust as we create!</p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="about.html">About Us</a></li>
          <li><a href="history.html">Reardan History</a></li>
          <li><a href="activities.html">Activities</a></li>
          <li><a href="business.html">Business<br />
            Directory</a></li>
          <li><a href="about.html">Join the<br />
            Chamber</a></li>
           <li><a href="links.html">Links<br />
      <span style="font-size: 85%">Tourism</span><br />
          </a></li>
        </ul>
         <!-- end .sidebar1 --></div>
    <br />
    <br />
    <br />
    <br />
    <div class="box" +"slide">
      <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
                               slideshowAddCaption=true;
    $(window).load(function() {
      $('#slideshow').cycle({
                        after:                              slideshowOnCycleAfter, //the function that is triggered after each transition
                        autostop:                              false,     // true to end slideshow after X transitions (where X == slide count)
                        fx:                                        'blindX',// name of transition effect
                        pause:                              false,     // true to enable pause on hover
                        randomizeEffects:          true,  // valid when multiple effects are used; true to make the effect sequence random
                        speed:                              100,  // speed of the transition (any valid fx speed value)
                        sync:                              true,     // true if in/out transitions should occur simultaneously
                        timeout:                    5000,  // milliseconds between slide transitions (0 to disable auto advance)
                        fit:                              true,
                        height:                       '300px',
                        width:         '525px'   // container width (if the 'fit' option is true, the slides will be set to this width as well)
    function slideshowOnCycleAfter() {
              if (slideshowAddCaption==true){
                                  $('#slideshow-caption').html(this.title);
    // EndOAWidget_Instance_2559022
      </script>
      <div id="slideshow">
        <!--All elements inside this will become slides-->
        <img src="images/100_1537.jpeg" width="600" height="450" title="caption for image1" /> <img src="images/Parade-2011-2.jpg" width="300" height="225" title="caption for image2" /> <img src="images/100_1495.jpeg" width="600" height="450" title="caption for image3" />
        <div title="sample title"> Images for slide show will need to be re-sized to fit box to avoid distortion</div>
        <img src="images/beach4.jpg" width="200" height="200" title="caption for image4" /> <img src="images/beach5.jpg" width="200" height="200" title="caption for image5" /> </div>
      <!--It is safe to delete this if captions are disabled-->
      <div id="slideshow-caption"></div></div>
    <div class="sidebar2" "anotherClass editable"><p align="center"><strong>Chamber News</strong><br />
    Local News item
    <br />
    Another New item</p>
      <p align="center">lots of news this week<br />
        <br />
        <br />
        <br />
      </p>
    </div>
    <div class="sidebar3" "anotherClass editable"><p align="center"><strong>Upcoming Events</strong></p>
      <div align="center">    <a href="activities.html" style="color: #FFFF0D">Community wide yard sales</a><br />
        <br />
        <br />
        <br />
        <br />
      </div>
    </div>
    <div class="content"><br />
    <br />
    </div>
    <div class="footer">
            <p align="center"><span style="font-size: small">Reardan Area Chamber of Commerce</span><br />
              <span style="font-size: x-small">[email protected]  - 509.796.2102</span><br />
            </p>
            <!-- end .footer -->
    </div></body>
    </html>

    If you DO want the slideshow overlaping the navigation try the below css:
    .sidebar1 {
        float: left;
        width: 225px;
        margin: 60px 0px 60px 60px;
        color: #FFFF0D;
        background: #595FFF;
        border-radius: 13px;
        -moz-border-radius: 13px;
        -webkit-border-radius: 13px;
        padding: 5px 5px 0px 5px;
        border: 3px solid #F7F723;
    .box {
    float: left;
    margin-left:-60px;
    width:700px;
    height:350px;
    border-radius: 13px;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;

  • Windows 2008 R2 Folder assign permission "Read and Write" problem with *.doc file

    Hello All,
    I am a new one here,
    I am sorry for any mistakes and also my english is so poor.
    M Brother company runing Windows 2008 R2 as Active Directory...
    We have folder Name: Admin
    and in this folder, there are alot documents files as : *.doc, *.dwg, *.txt etc.....
    All user accesing to these files and they can open to edit and save...
    One day my brother want me to set Admin folder for all users just"Read and Write.." mean they still can open files to edit and save... but can't delete..
    I did success with this..
    But only one thing happen.. when they open *.doc file to edit and attempting to save, the message alert" access denide " and they can only "SAVE AS"...We don't want "Save as"
    Could you show me how can we fix error with *.doc file while they trying to save? because it allow only save as.. but other files as *.text file or *.dwg they can save without problem..
    Could expert here ever face this issues and fix by yourself, please share me with this..
    Please help me..
    Best regards,

    Hi,
    Office programs are specific. They will create a temp file when edit, then the temp file will be deleted when close. So Delete permission is needed for users to saving Office files like Excel/Word.
    For more detaile information, please refer to the thread below:
    Special Permissions - User cannot save files
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/721fb2f1-205b-46e5-a3dc-3029e5df9b5b/special-permissions-user-cannot-save-files
    Best Regards,
    Mandy 
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Text editing bug: conflict with Facebook widget

    And just when I thought this program couldn't be MORE frustrating. The simplest of text editing features flatly refused to cooperate. Double click, triple click, with the direct selection tool selected. Nope won't select a goddam thing. Turned out to be a conflict with a Facebook widget I had applied on a master page.
    ATTN: bug department!

    Thank you so much for replying.
    Yes I have removed and reinstalled WMP.
    I had good results with the PD6 application installed on the default path onto the C: drive with the one exception that if the application was launched by accident and the user data path was not available, the PD6 application would blow away my custom user path registry settings. Now that I know what they are I have made a .reg file to repair my registry to my desired user data paths.
    Installing the application on the removable drive appeared to help prevent me from launching the application by accident and overwriting my registry with default user paths.
    So which is the less of the two evils?
    If the application directory is not available, windows media player still tries to launch the .msi for installing PD6.
    If I install the application to the C: drive but the user data to the removable drive, launching the PD6 application without the user data drive will still corrupt my registry settings for a user data path.
    Both these issues seem like a logical (if not easy) fix that should be done in the PD6 application and installation package. I mean really, cannot anyone tell me why windows media player is checking the PD6 application directory? Why in PD4 did we have an option control for setting the user data path from the PD4 application? Why is this option not in the PD6 application, just the installer?
    I am given a choice during installation to move the user data to another non default location. Why else would this be provided if not to accommodate my kind of request to store the user data into an alternate location other than “My Document”. Certainly Palm is not trying to force the users on how to protect and store their personal data?
    Post relates to: Centro (Verizon)

  • Distiller Error / Conflict with MainType

    Hello!
    I am getting an error window from Acrobat Distiller while using a font management program called MainType (www.High-Logic.com)
    I have attached a screen shot.
    Before the error window pops up, everything slows down to a crawl. It's just really annoying to have the error message pop up about every 5 minutes or so.  Is there a way to turn off or disable Distiller while I'm using MainType? If not, is there a setting I can change to fix this?
    Here is my system info:
    OS Name      Microsoft Windows XP Professional
    Version          5.1.2600 Service Pack 3 Build 2600
    OS Manufacturer     Microsoft Corporation
    Activation Status      Activation Pending (30 days remaining)
    System Name           84A-105-21740
    System Manufacturer         Hewlett-Packard
    System Model           HP Compaq dc7600 Convertible Minitower
    System Type X86-based PC
    Processor      x86 Family 15 Model 4 Stepping 7 GenuineIntel ~2791 Mhz
    BIOS Version/Date  Hewlett-Packard 786D1 v01.54, 11/14/2005
    SMBIOS Version      2.4
    Windows Directory  C:\WINDOWS
    System Directory      C:\WINDOWS\system32
    Boot Device  \Device\HarddiskVolume1
    Locale            United States
    Hardware Abstraction Layer          Version = "5.1.2600.5512 (xpsp.080413-2111)"
    User Name    CSUMB\ehle3854
    Time Zone     Pacific Daylight Time
    Total Physical Memory       1,025.00 MB
    Available Physical Memory           353.93 MB
    Total Virtual Memory           2.00 GB
    Available Virtual Memory   1.96 GB
    Page File Space      2.39 GB
    Page File       C:\pagefile.sys
    My computer is on a university system so I'm assuming Acrobat Distiller is ran from a server.
    Acrobat Distiller 9.1 2/27/09
    Any and all help is appreciated - thanks!
    Diane

    Hi Dilek,
    Thank you very much  for the reply.
    I went to the path which you mentioned upto below.
    Personnel Management - EMployee self-service - Service-Specific Settings - Working time - Leave Request - Processing Processes - Configure output of messages -
    We did nt maintain any rule group for customizing tab.Sap standard is showing as rule group.No details has been maintained.
    Alot of employees are having substitutions,most of the  approvers are able to approve leaves of the employees who are having substitutions.This is a peculiar case,where the approver is getting an error with conflict with substitutions.
    In R/3 we are getting a warning message and able to save the leave for this employee.
    Even i tried with other employees who are having the substitutions,system is behaving the same.
    Please advice me to resolve the problem.
    Regards,
    Sairam.

  • RMAN-05001 auxiliary .... conflicts with a file used by the target database

    I can´t recreate my physical standby.
    It worked in the past.
    Now I reinstalled the 3 standbyclients.
    Copied the spfile from the primary - modified the entries and did a rman backup.
    But when issuing the duplicate database command - it comes up with the error above
    SPFILE standyby db:
    *.db_file_name_convert='+DATA/prim/','+DATA/stdy/','+RECOVERY/prim','+RECOVERY/stdy'
    *.log_file_name_convert='+DATA/prim/','+DATA/stdy/','+RECOVERY/prim','+RECOVERY/stdy'
    Starting restore at 15-APR-10
    using channel ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: starting datafile backupset restore
    channel ORA_AUX_DISK_1: restoring control file
    channel ORA_AUX_DISK_1: reading from backup piece /oracle/stage/33lb65n2_1_1
    channel ORA_AUX_DISK_1: restored backup piece 1
    piece handle=/oracle/stage/33lb65n2_1_1 tag=TAG20100415T102434
    channel ORA_AUX_DISK_1: restore complete, elapsed time: 00:00:11
    output filename=+REDO1/stdy/controlfile/current.262.716293055
    output filename=+REDO2/stdy/controlfile/backup.262.716293055
    Finished restore at 15-APR-10
    sql statement: alter database mount standby database
    released channel: ORA_AUX_DISK_1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 04/15/2010 10:31:46
    RMAN-05501: aborting duplication of target database
    RMAN-05001: auxiliary filename DATA/prim/datafile/system.262.715097535 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/sysaux.263.715097499 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/undotbs3.269.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/undotbs2.270.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/example.272.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/users.268.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/sysaux.273.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/undotbs1.271.710521021 conflicts with a file used by the target database+
    RMAN-05001: auxiliary filename DATA/prim/datafile/system.264.710521021 conflicts with a file used by the target database+

    Hi ,
    I feel you are using ASM but still check the below details:
    Cause
    Production and Auxiliary have same directory structure and are running on two different machines. RMAN must be told not check that the target datafiles are sharing the same names as the duplicated files being created. Otherwise, the following errors will be returned:
    RMAN-05001: auxiliary filename /qmaxnt/u04/qmaxntorafiles/table/QMAXAD08_03.dbf
    conflicts with a file used by the target database
    RMAN-05001: auxiliary filename /qmaxnt/u04/qmaxntorafiles/table/QMAXAD08_02.dbf
    Solution
    To implement the solution, please use nofilenamecheck in syntax as follows:
    1. Connect to Target, auxiliary, and rman catalog and
    2. use script as
    run{
    set until time "to_date('2005/09/17 14:00:00','yyyy/mm/dd HH24:MI:SS')";
    allocate auxiliary channel aux1 type 'sbt_tape';
    allocate auxiliary channel aux2 type 'sbt_tape';
    duplicate target database for standby dorecover nofilenamecheck;
    Make sure to use auxiliary type of channel so RMAN restore take place at auxiliary database.
    Thanks,
    Rafi.
    http://rafioracledba.blogspot.com/

  • Sync not work (exim conflicts with exim)

    Hi,
    i have change the default MTA exim with "Postfix".
    first:
    #pacman -R exim
    after:
    #pacman -S postfix
    and work fine but now:
    # pacman -Syu
    :: Synchronizing package databases...
    current.db.tar.gz        [#################################] 100% |     29K
    unofficial.db.tar.gz     [#################################] 100% |     45K
    :: libidl-0.6.8-2: local version is newer
    error: exim conflicts with exim
    :: Above packages will be skipped.  To manually upgrade use 'pacman -S <pkg>'
    Any idea.

    apeiro wrote:I followed your steps but could not reproduce the problem.  Do you have an exim-* directory in /var/lib/pacman/local?  Perhaps the remove process did not finish properly.
    I have remove all file of exim but the error it continues.

  • Error: mozilla-firefox conflicts with nss-nspr

    I get this message when I try:
    #>pacman -S gnome
    i get:
    error:  mozilla-firefox conflicts with nss-nspr
    i tried upgraded all installed packages, and still got this error.  I'm still not used to pacman, so I could have missed a step or something.  The only other packages I had installed besides the base system at this point was hwd and xorg.
    I removed hwd and still got the same message.

    I've got the same problem with one exception - I've got no "nss-nspr" installed on my system :shock:
    [root@localhost evgeny]# pacman -S gnome
    :: group gnome:
    control-center gnome-applets gnome-backgrounds gnome-common gnome-desktop
    gnome-icon-theme gnome-media gnome-mime-data gnome-panel gnome-session
    gnome-themes gnome2-user-docs metacity nautilus vte yelp
    Install whole content? [Y/n] y
    :: gnome-common-2.8.0-9: is up to date. Upgrade anyway? [Y/n] n
    :: gnome-icon-theme-2.10.1-1: is up to date. Upgrade anyway? [Y/n] n
    :: gnome-mime-data-2.4.2-1: is up to date. Upgrade anyway? [Y/n] n
    :: vte-0.11.13-1: is up to date. Upgrade anyway? [Y/n] n
    error: mozilla-firefox conflicts with nss-nspr
    [root@localhost evgeny]# pacman -R nss-nspr
    error: could not find nss-nspr in database
    Did I missed something ?
    Thnks.

  • Openldap conflict with DS5.2 on rh linux

    I have installed DS5.2 on rh linux 7.3. But I am having some sort of conflict with the openldap 2.0.27 that is installed. Everytime I run ldapsearch I get this:
    SASL/DIGEST-M5 authentication started
    Please enter your password:
    I cant figure out how to stop this and refer to the ldapsearch of the DS5.2. Any ideas? Do I try to uninstall openldap?

    You can probably turn off or turn on ldap.conf(5) properties set by default. I guess you can also set things in an .ldaprc file per user. Maybe the man page for ldap.conf will help if you want to use that route.
    An alternative is to use the ldap* tools installed with Directory Server.
    $ cd ServerRoot/shared/bin
    $ ./ldapsearch options...

  • Import mode FULL conflicts with export mode TRANSPORTABLE

    Hi,
    We are trying to import transportable tablespaces and are getting an error "import mode FULL conflicts with export mode TRANSPORTABLE. This is the second time we've seen it, the common thread seems to be that it only shows up with the remap_schema qualifier (the example below is with ASM, but we have seen it also without ASM). Does anyone have any suggestions as to how this can be resolved?
    Thanks,
    Dan
    impdp SYSTEM/xxxxx@DEVSUP DIRECTORY=CSF_DIR DUMPFILE=csf_au_q412_b1.dmp logfile=dev_imp.log TRANSPORT_DATAFILES='+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.1130.804322725','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.631.804322681','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.798.804322635','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.968.804322581','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.1261.804322791','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.1727.804322951','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.309.804322865','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.684.804323047','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.752.804323141','+DATA/PMDEVSUP/DATAFILE/CSF_AU_Q412_B1.843.804323247' remap_schema=CSF_AU_Q412_B1:CSF
    ORA-39002: invalid operation
    ORA-39061: import mode FULL conflicts with export mode TRANSPORTABLE

    We are trying to import transportable tablespaces and are getting an error "import mode FULL conflicts with export mode TRANSPORTABLE
    impdp SYSTEM/****@ESUST DIRECTORY=CSF_DIR DUMPFILE=csf_na_q212_b1.dmp
    TRANSPORT_DATAFILES='+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1907.805396709','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1908.805396709','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1909.805396653','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1910.805396647','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1911.805396591','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1912.805396591','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1913.805396535','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1914.805396535','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1915.805396479','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1916.805396479','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1917.805396425','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1918.805396425','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1919.805396369','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1920.805396365','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1921.805396321','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1932.805396319','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1933.805396263','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1934.805396261','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1935.805396205','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1936.805396201','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1937.805396137,+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1938.805396137,+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1939.805396081','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1954.805396079','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1958.805396013,+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1959.805396013,+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1960.805395937,+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1961.805395923','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1962.805395867','+DATA/PMESUST/DATAFILE/CSF_NA_Q212_B1.1963.805395867' remap_schema=CSF_NA_Q212_B1:CSF
    ORA-39002: invalid operation
    ORA-39061: import mode FULL conflicts with export mode TRANSPORTABLE

  • How to get web application to use Tuscany without conflicting with SAP SDO

    Hi,
    We are attempting to run a web application on SAP NetWeaver CE 7.1 SP1 which uses Tuscany SDO.  As it now stands We must use Tuscany because the web application will not run with the SAP SDO implementation provided by Netweaver. To ensure that Tuscany is loaded with priority, we have packaged the Tuscany JAR files and their dependencies as a heavy resource, as described here:
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60642a88-95fe-2b10-d387-a245d48fc257?overridelayout=true
    The final check showed that Tuscany was correctly deployed as a heavy resource and included the following JAR files:
    common-2.2.3.jar
    ecore-2.2.3.jar
    ecore-change-2.2.3.jar
    ecore-xmi-2.2.3.jar
    tuscany-sdo-impl-1.1.1.jar
    tuscany-sdo-lib-1.1.1.jar
    tuscany-sdo-tools-1.1.1.jar
    xsd-2.2.3.jar
    We also verified that the web application using Tuscany has a hard reference to the Tuscany heavy resource.
    However, when we try to run the web application, the following error is logged:  java.lang.LinkageError: Class commonj/sdo/DataGraph violates loader constraints
    The issue is definitely due to some kind of classloading conflict with the SAP SDO library, as the application runs normally when SAP SDO is manually removed from the classpath. Doing this on a production system is unfortunately not an option, though.
    So the question is: how to get web application to use Tuscany without conflicting with SAP SDO?

    I took a look at the "printerReady" example.  Looks like I may be able to use the InetPing (...) function to ping through a range of IP addresses looking for a response.
    Any ideas on how to find the MAC address associated with the IP addresses that respond?
    We may have multiple units responding and the MAC address will allow the operator to determing which unit to connect to.
    I'll try the InetPing to see how it works,
    Kirk

  • Conflicts with Lulu

    With the original release of 'Pages', there is a known conflict with www.lulu.com ( a book publishing site). Apparently .pdf files created from within 'Pages' do not embed Fonts correctly and a 'work around' is published at http://www.anvilwerks.com/pages_workaround/
    Does anyone know, whether the new updated version of Pages has corrected this problem?
    Regards... Chas

    Magnus, I appreciate your support of Apple. I'm a raving fan myself. But this isn't my problem. Consult the web. There isn't a single professional commercial ripping software (the software that printers use to parse PDFs and prepare them for their printers) that can parse these PDFs. Not one. And this problem began with the introduction of OS X. The only reason that you may not have heard about this is that most high end graphic designers on Apple platforms use Adobe products, like Pagemaker or InDesign now. And--of course--Adobe products can create PDFs that can be read. So those people don't ever encounter this problem. Because of course Adobe PDFs are compliant with Adobe's standards. (Unfortunately you can't even use the "print to" option to use the Acrobat Distiller from the Pages print dialogue. Somehow Pages overrides the settings and forces the distiller to create multiple redundant subsets.)
    Where the problem got magnified is with the advent of Pages. Here's why. People see Pages as a layout and design software "for the rest of us." And rightly so. This, I believe, is Apple's intent. So a lot of people have started using it in the past two years.
    Some of those people switched from Microsoft Publisher--which, while not a professional layout program--is a ton easier to navigate than InDesign. Some of these people expect to be able to print with a commercial service. So when they go to try, they use the native OS X PDF creation tool, and then discover to their horror that not all PDFs are created equal.
    Now professionals know this, but your average user does not. They're just told that PDFs are a universal format. Everyone can open it and read it. They send of the doc to be printed and it won't work. I tell ya, Magnus, this problem is out there on the web a thousand times and thousand times.
    Subsetting is a useful tool. It reduced PDF file sizes. That was critical when we were all using dial-up connections. It's still helpful today on large documents. But all I'm asking for, all these people need, is a switch somewhere that allows it to be turned off. That's all. Nothing more. Just a switch that allows it to be turned off. You need three basic options: (1) Embed the entire font whole, should the permission bit allow it. (2) Subset the fonts to save space. or (3) Neither embed nor subset, forcing the document to use a Multiple Master font (Arial, Times NR, etc.)
    I've decided that I will have to re-layout my booklets in InDesign. I know the file will be accepted just fine. That solution works for me, but it isn't a good one. Adobe CS2 costs nearly $700.00. I own it, but most desk-top publishers do not. The people that Apple is targetting with iWork generally do not. I can invest the several hours necessary for this task. But it's too bad that I have to.
    After a lot of research I learned that Apple switched to forced subsetting after they had a problem in their PDF generator with embedded graphics. Somehow this change fixed that problem. But it created--in my opinion--an even larger one. If you can't get your PDF to print with a commercial printer, what's the point?
    While I've already started on my InDesign revision, I'd still like to see or hear a solution to the problem. There are a lot of people who love Pages (and I hope it will continue to grow and evolve to the point where I never have to use a Microsoft product again...) and want to use it for all their layout needs. Right now this is a roadblock that will keep this from happening.

  • GL Wand conflict with the Smart View add-in

    Hello,
    Has anyone else come across a conflict with Smart View and a tool called GL Wand?
    When our users run the two Excel add-ins at the same time, on exiting Excel they get a prompt for a login to GL Wand several times. The user will then have to press the Esc key several times (or hold it down for a few seconds) to get rid of the prompt. Bot Oracle Support and Excel4Apps have come back with a suggestion to disable the other add-in, which would make for tricky navigating of the month-end reporting process.
    Would one of you gurus have a better suggestion for a workaround please?
    thanks
    Riikka

    Yes. Take a look at the link here: http://download.oracle.com/docs/cd/E12825_01/epm.111/sv_user_help/ch08s05s04.html
    Cheers,
    Mehmet

Maybe you are looking for

  • PO creation for a deleted PR

    Hi all, 1.How can u restrict the creation of PO for a deleted PR? I have made the two system messages  06 076 and 06 400 to 'E'. Still it is allowing me to create PO?......... 2.I created  one  PO with PR,I deleted the reference PR from PO,still PR s

  • Songs do not show up in Match? Baffled...??

    I joined Match and ran through the upload process, only to have my purchased music (2500 songs) be the only thing that shows up. None of my other music- some 70 gigs- apears. No idea what to do. Every time i hit UPDATE MATCH it says it's up to date. 

  • How do you reset Admin password (when not logged in as Admin)??

    Here's my predicament. I set up 3 accounts on our laptop - one for me and my wife (Standard accounts) and a House Account as the only Admin. Now, I don't remember the password for the House Account, which serves as the Admin. I am trying to load new

  • Scanner Preview is perfect but actual scan is static. MX922 on a MAC

    Up until the past couple days my scanner has worked perfectly, it's less than a year old.  Now, in Canon IJ Scan Utility the preview comes up perfect, but when I try to save it, the saved file is a black and white static field, like old TVs without r

  • Uploading the Legacy AUC in Infrastructure

    Hi All, I have to upload the AUC assets from Legacy system to SAP this is Infrastructure project and we are using PI. Please tell me  the steps with T.Codes and i have checked in this forum but i didn't get the proper resolution. Thanks and Regards,