WebDAV authentication error (SASL error -13)

Dear all,
I am having a problem on our Mac OS X 10.4 Server.
I setup OD master on the machine and setup WebDAV so that users can access this server easily. All users are using Mac OS X 10.4 Client. All users can easily mount the WebDAV folder via Finder just fine. However, from times to times, they will be asked to login again, especially when they are either writing files to the folder.
In ApplePasswordServer.Server.log, it has the following error message:
Apr 13 2006 14:24:42 AUTH2 (xxxxxxxx, xxx} WEBDAV-DIGEST authentication failed, SASL error -13 (password incorrect).
I did what the following URL asked but there is no effect. The error still comes up.
http://docs.info.apple.com/article.html?artnum=302942
If you know anything about this, please help.
Thanks in advance.

Finally found the error. Somehow a setting for Digest authentication had changed to
Calendar:Authentication:Digest:Qop = "auth"
after changing it back to
Calendar:Authentication:Digest:Qop = ""
everything works well again!

Similar Messages

  • Yosemite Server: Apache shm errors with proxy_balancer | SASL errors using user alias

    Dear OSX Server Ninjas,
    I recently upgraded my 10.9.5 Mac mini running Server 3.2.2 to Yosemite + Server v4, directly to v4.0.3. The box serves the whole Mail/Cal/Contacts/VPN palette as well as some websites, Git repos and some custom software. See below for network setup.
    After battling the most blatant issues (some easy to fix but hard to find, others hard on both), I'm almost back to a working server setup … but some things keep bugging me even after days of log-reading and OD tricks. In the last days, I have read countless discussions here as well as on stackoverflow/serverfault/apple.stackexchange and blogs, so I'll try to be as thorough and precise as possible to show what I have tried so far – sorry in advance for the long post
    … and since you might not read to the bottom: Thanks in advance for any help, especially with the Apache problem!
    My setup
    OSX Server v4.0.3 running on Yosemite 10.10.1 ➞ both latest official releases
    host + DNS
    Hostname configured for public domain mydomain.net, web traffic on selected ports comes in through router NAT
    Server has a static IP on the local subnet 192.168.178.0/24
    Server running local DNS and performing lookups for all clients in the local subnet, forwarding to the router at 192.168.178.1
    Primary zone for mydomain.net with records (A, NS, MX) pointing to said static IP
    changeip -checkhostname is successful
    Public IP is currently configured at the domain registrar through his name servers
    SSL
    Trusted third-party certificate installed for host.mydomain.net (Common Name + SAN for two subdomains)
    Used to secure all services
    Qualys SSL Test Grade B (capped due to OSX's openssl 0.9.x not being capable of TLS1.2 and Intermediate CA SHA-1 )
    TLS working both inbound and outbound according to CheckTLS.com
    OpenDirectory
    Recreated after upgrade (probably not necessary, since issue persists), re-imported groups + users from WGM backup files
    Only the server itself is bound to the directory, other devices just access services through network accounts (CRAM-MD5, MD5-Digest)
    Problems
    Apache shm errors: Apache fails to create slot memory when proxy module is enabled
    As soon as I start a service which requires the Apache proxy_balancer module (e.g. Cal/Contacts, ProfileManager), this starts filling up my Apache's error log:
    [Mon Jan 12 01:41:17.979882 2015] [proxy_balancer:emerg] [pid 2949] (28)No space left on device: AH01179: balancer slotmem_create failed for p26d9e669--1011640492
    [Mon Jan 12 01:41:17.979894 2015] [:emerg] [pid 2949] AH00020: Configuration Failed, exiting
    [Mon Jan 12 01:41:28.297127 2015] [slotmem_shm:error] [pid 3026] (28)No space left on device: AH02611: create: apr_shm_create(/private/var/run/slotmem-shm-p26d9e669--1001322955.shm) failed
    [Mon Jan 12 01:41:28.297347 2015] [proxy_balancer:emerg] [pid 3026] (28)No space left on device: AH01179: balancer slotmem_create failed for p26d9e669--1001322955
    [Mon Jan 12 01:41:28.297355 2015] [:emerg] [pid 3026] AH00020: Configuration Failed, exiting
    When I increase the Apache LogLevel to trace1, I get this as well:
    [Mon Jan 12 02:11:43.190303 2015] [slotmem_shm:debug] [pid 5501] mod_slotmem_shm.c(367): AH02602: create didn't find /private/var/run/slotmem-shm-p26d9e669-813569972.shm in global list
    This causes the Apache to crash constantly, which is … unnerving. After googling around for a while, I tried the following steps:
    Stop Services that use the Apache (Web, *DAV, ProfileManager)
    sudo apachectl stop
    Remove all orphan cache/slot files (.shm, ssl-cache, proxy.*) from /private/var/run
    Reboot the server
    Start up the Services again
    Curiously enough, this worked for a while! But I was getting several log messages about dropped proxy connections, and sometimes the ProfileManager page would time out. Then, the issue started to reappear and does not seem to be fixed again with the steps above. I looked through the Apache config files and config plists for the Services in question, as well as the default config files. The only thing I have so far is that as long as there are no active proxy connections, the Apache runs smoothly – but all goes awry when slotmem files are created (a lot of them). Sometimes, I am able to turn on the Calendar service, but switching on Contacts produces the error … one time, I even got Calendar + Contacts running, and all went well until I enabled Profile Manager.
    I found several error reports with similar or identical errors from other Apache 2.4.x users, but most of those were developer talk on mailing lists, or suggested steps that did not work for me (or were inapplicable on the OS X Server Apache environment).
    SASL errors using user alias for WebDAV-Digest authentication
    Short version: I am unable to authenticate through WebDAV-Digest with a user's alias (defined in Server Admin > Users > Context Menu > Advanced Options or WGM). Using the main short name of the same user works flawlessly. Password Server Error log just shows:
    AUTH2: {234023578237md5hash2384234, mainshortname} WEBDAV-DIGEST authentication failed, SASL error -13 (password incorrect).
    The password is 100% correct: When I set up a test CalDAV account and put in alias+PW, it did not work (OS X Dialog showed “could not be verified”, Server log as above). Leaving the password field filled and just switching the user to the main short name went through instantaneously, with the Server log showing
    AUTH2: {234023578237md5hash2384234, mainshortname} WEBDAV-DIGEST authentication succeeded.
    Notice the same MD5 hash and canonical short name, yet different results. I don't know if this is a new “feature”, a result of mail aliases being handled differently (at least I read that somewhere) …
    Additional Questions
    Should I configure the DNS for public use, instead of the Split-Brain configuration (local network gets local IP, outside traffic is directed by registrar NS)? I read several articles explaining that Split-Brain is common in large organizations, but might introduce weird networking issues. Entering the external IP as a Round Robin alternative for the internal does not seem sensible to me.
    I also have a question concerning LDAP log entries like this one below, but I'll put that in this already open discussion:
    => bdb_idl_delete_key: c_get failed: DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock (-30994)

    Today the same error occurred on a customers server.
    We don't use Calendar or Contacts.
    We only have some websites configured and want use NetInstall for deployments.
    As soon as I disable the Profilemanager the httpd starts over and other websites and NetInstall via HTTP are working fine.
    When I reenable Profilemanager the httpd processes are gone and I see the same stuff in Apache's error log...

  • How to fix this problem? Secure Connection Failed, SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)

    Secure Connection Failed
    SSL received a record with an incorrect Message Authentication Code. (Error code: ssl_error_bad_mac_read)
    I have been receiving this error message recently when I tried to access school elearning websites and other school related websites, I have also tried on internet explorer and it shows page cannot be displayed. I have been trying the available solutions to solve it but none of them work. Is there alternative solutions available? Please advise. Thanks.

    It works after I disabled IPv6 in Firefox. Thank you for your help :)

  • A certificate could not be found that can be used with this Extensible Authentication Protocol. (Error 798)

    Hi,
    I posted this on Azure forim with no luck maybe here is a better choise.
    When trying to connect a windows 8\8.1 client with a vpn connection for azure virtual network we get the fallowing error.
    "A certificate could not be found that can be used with this Extensible Authentication Protocol. (Error 798)"\
    I'm fallowing this msdn article about point to site vpn on azure. according to it the certificat is good for both win 7 and win 8.
    http://msdn.microsoft.com/en-us/library/azure/dn133792.aspx
    this is the commanf to build the client certificat:
    makecert.exe -n "CN=ClientCertificateName" -pe -sky exchange -m 96 -ss My -in "RootCertificateName" -is my -a sha1
    When runing the installtion of the certificat on the client the defult crtificate store is "Automatic", It does not metter if I leave it on Automatic or choose any of the other options (personal, trusted issuers ...) I always get the same error.
    Thanks

    Hi,
    Apologize to say that I am not familar with Azure and lack of the environment to investigate the issue here.
    Besides, please take a look at the below threads to see if it could help:
    Point-to-Site on Windows 8 Client
    connection Error 798
    Best regards
    Michael Shao
    TechNet Community Support

  • I have placed a different sim card in old iphone 3gs and now cannot send text nor make calls. I get the following error message "error in pdp authentication" I am in italy and old cip vas vodafone. new cip is tim

    As stated I live in italy, a year ago have purchased an iphone 3gs from vodafone company.  I now have purchased an Iphone 4 and have moved that cip in the new phone. 
    In the old Iphone 3gs I have placed another cip from a different company here in Italy TIM and now cannot make calls nor send text messages since I get the following error message "error in pdp authentication".  Can anyone help me in understanding what do I need to do??
    Thank you
    Marco

        Hello Notahappycamper1962
    Let's get that S5 up and running! I want you to love the S5! Is the old device powered off? What zip code are you in?
    I look forward to hearing from you and getting this addressed.
    JoeL_VZW
    Follow us on Twitter @VZWSupport

  • Re: ORA-28041: Authentication protocol internal error

    Hi,
    I am getting similar error,
    can anyone help on it
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04004: error from recovery catalog database: ORA-28041: Authentication protocol internal error
    Thanks in advance.

    abdo.89 wrote:
    Hi,
    I am getting similar error,
    can anyone help on it
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-04004: error from recovery catalog database: ORA-28041: Authentication protocol internal error
    Thanks in advance.
    And what did your research on ORA-28041 turn up?
    Let me google that for you

  • Getting error like "Error in portal_sso_redirect: missing application registration information" while trying to run application using Oracle SSO

    Hi All,
    I am trying to implement SSO authentication for my APEX application. I have registered the application as a SSO partner application.
    I have set the authentication scheme to Oracle Application server Single Sign On.
    When i run the application i am getting the below error.
    Error in portal_sso_redirect: missing application registration information: p_partner_app_name:g_listener_token:HTML_DB:ofss220104.in.oracle.com:5050Please register this application as described in the installation guide.
    Please help me to resolve this.
    Thanks and Regards,
    Suhas

    Suhas,
    After you registered your application as a SSO partner application did you use the information from Oracle SSO (home URL, success URL, Logout URL, app_name etc) and loaded it into the APEX_SSO schema using the regapp.sql script from the ssosdk?
    Step 4 of http://www.oracle.com/technetwork/testcontent/sso-partner-app-100552.html#INSTALL
    Ricker

  • Sharepoint FBA web application error: Server Error in '/' Application. when login to the web application

    Hello Team,
    I have configured FBA in SharePoint 2010. After the FBA i can get the SQL users using people picker and added users as a site collection admin.
    When i tried to access the site, it shows login page and i have given user name and password then pressed signin button, it's try to redirect the another page and showing below error,
    Server Error in '/' Application.
    Runtime Error 
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed. 
    Details: To enable the details of this specific error message to be viewable on the local server machine, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application.
    This <customErrors> tag should then have its "mode" attribute set to "RemoteOnly". To enable the details to be viewable on remote machines, please set "mode" to "Off".
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="RemoteOnly"/>
        </system.web>
    </configuration>
    Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File -->
    <configuration>
        <system.web>
            <customErrors mode="On" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
    "An exception occurred when trying to issue security token: The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (application/soap+msbin1). If using a custom encoder, be sure that the IsContentTypeSupported
    method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 
    <html xmlns="http://www.w3.org/1999/xhtml"> 
    <head> 
    <title>IIS 7.5 Detailed Error - 500.19 - Internal Server Error</title> 
    <style type="text/css"> 
    <!-- 
    body{margin:0;font-size:.7em;font-family:Verdana,Arial,Helvetica,sans-serif;background:#CBE1EF;} 
    code{margin:0;color:#006600;font-size:1.1em;font-weight:bold;} 
    .config_source code{font-size:.8em;color:#000000;} 
    pre{margin:0;font-size:1.4em;word-wrap:break-word;} 
    ul,ol{margin:10px 0 10px 40px;} 
    ul.first,ol.first{margin-top:5px;} 
    fieldset{padding:0 15px 10px 15px;} 
    .summary-container fieldset{padding-bottom:5px;margin-top:4px;} 
    legend.no-expand-all{padding:2px 15px 4px 10px;margin:0 0 0 -12px;} 
    legend{color:#333333;padding:4px 15px 4px 10px;margin:4px 0 8px -12px;_margin-top:0px; 
     border-top:1px solid #EDEDED;border-left:1px solid #EDEDED;border-right:1px solid #969696; 
     border-bottom:1px solid #969696;background:#E7ECF0;font-weight:bold;'..
    I checked sharepoint logs and didn't see any log. but i can see below error logged in  Event viewer application logs,
    I tried changing all customErrors mode and still same error.
    Kindly help me on this, how to resolve the issue.
    Thanks in advance.
    JP

    Hi,
    According to your description, my understanding is that the error occurred when you accessed SharePoint site through form based authentication.
    How did you configure the form based authentication?
    Here is a link about the steps required to configure FBA in SharePoint 2010 for your reference, and check the steps to see if there anything wrong in your configuration:
    http://www.codeproject.com/Articles/352841/How-to-Configure-Form-Based-Authentication-FBA-in
    Through the common error message, we cannot find what exactly caused the error.
    Here is a similar thread for you to take a look:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/120ab535-63d2-4205-a51f-1987e9c0cf79/sharepoint-fba-the-content-type-texthtml-charsetutf8-of-the-response-message-does-not-match-the?forum=sharepointgeneralprevious
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • "Error encountered: ERROR: Final installdb run unsuccessful" during firmware cop installation

    Hi all,
    Just a heads up to anyone else who encounters this error when installing device firmware cop files onto CUCM.
    We were upgrading the firmware on our CUCM cluster (small - consists of 1 x Publisher and 1 x Subscriber) - running 8.0.2.40000-1
    I was installing:
    cmterm-7936-sccp.3-3-21.cop.sgn
    cmterm-7937-1-4-4-SCCP.cop.sgn
    cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn
    cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn
    When doing so on the publisher server - it was throwing the following error output (note that the files actually ended up on the TFTP server but devices were not picking up the new firmware):
    Installation Status
    File           cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn
    Start Time           Thu Mar 06 19:34:24 WST 2014
    Status
    Error encountered: ERROR: Final installdb run unsuccessful
    03/06/2014 19:33:42 file_list.sh|Starting file_list.sh|<LVL::Info>
    03/06/2014 19:33:42 file_list.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument dest_file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Calling SFTP command with metering off|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|SFTP command complete (0)|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|List file (pre-filtered):|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) RSA|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) UC|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) WIRELESS|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) asa914-k8.bin|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|/usr/local/bin/base_scripts/filter.sh file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Parse argument file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|No patch type specified. Optional.|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|No upgrade mode specifed. Optional.|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Current version is 8.0.2.40000-1|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "RSA"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT RSA: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "UC"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT UC: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "WIRELESS"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT WIRELESS: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "asa914-k8.bin"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT asa914-k8.bin: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "cmterm-7936-sccp.3-3-21.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7936-sccp.3-3-21.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7937-1-4-4-SCCP.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7937-1-4-4-SCCP.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|List file (post-filtered):|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) RSA:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) UC:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) WIRELESS:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) asa914-k8.bin:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|List file (pre-structured):|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) RSA:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) UC:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) WIRELESS:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) asa914-k8.bin:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|List file (post-structured):|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE) <InstallList>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="RSA" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="UC" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="WIRELESS" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="asa914-k8.bin" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7936-sccp.3-3-21.cop.sgn" version="" file="cmterm-7936-sccp.3-3-21.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7937-1-4-4-SCCP.cop.sgn" version="" file="cmterm-7937-1-4-4-SCCP.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn" version="" file="cmterm-7941_7961-sccp.9-3-1SR2-1.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn" version="" file="cmterm-7945_7965-sccp.9-3-1SR2-1.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE) </InstallList>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|success|<LVL::Info>
    03/06/2014 19:33:46 file_list.sh|file_list.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Starting upgrade_validate_file.sh|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument file_name=cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Getting patch size via sftp for cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Size of patch file = 6018125|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Total space needs = 12036250|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|  Free space : 126461788160|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Space needed : 24072500|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|There is enough space on device to proceed.|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|success|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|upgrade_validate_file.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:19 upgrade_get_file.sh|Starting upgrade_get_file.sh|<LVL::Info>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument file_name=cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument dest_dir=/common/download/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:34:20 upgrade_get_file.sh|Starting SFTP of cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|SFTP command complete (0)|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|Download of iso file RTMTStart|<LVL::Notice>
    03/06/2014 19:34:21 upgrade_get_file.sh|Create md5 "/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn.md5"|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|MD5(/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn)= e3:02:d3:e1:89:ff:a1:eb:0a:71:52:03:ad:d7:e2:85|<LVL::Debug>
    03/06/2014 19:34:21 upgrade_get_file.sh|Create md5 complete|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|Authenticate file "/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|File authentication complete|<LVL::Debug>
    03/06/2014 19:34:21 upgrade_get_file.sh|Download of iso file RTMTFinish|<LVL::Notice>
    03/06/2014 19:34:22 upgrade_get_file.sh|success|<LVL::Info>
    03/06/2014 19:34:22 upgrade_get_file.sh|upgrade_get_file.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:24 Terminating active side processes
    03/06/2014 19:34:24 Terminating active side processes done
    03/06/2014 19:34:24 Terminating inactive side processes
    03/06/2014 19:34:24 Calling /usr/local/bin/base_scripts/sd_killPartitionB_PIDs.sh
    03/06/2014 19:34:24 Terminating inactive side processes done
    (13953) Thu Mar 6 19:34:30 WST 2014
    install option
    (13953) Thu Mar 6 19:34:30 WST 2014
    Successful untarring of option /common/download//cmterm-7945_7965-sccp.9-3-1SR2-1.cop.
    (13953) Thu Mar 6 19:34:36 WST 2014
    Publisher: Starting installdb... /bin/su -l informix -s /bin/sh -c "source /usr/local/cm/db/dblenv.bash /usr/local/cm ; source /usr/local/cm/db/informix/local/ids.env ; nice /usr/local/cm/bin/installdb -x /usr/local/cm/db/xml/xml"
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[1]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Failure [-x] 1
    (13953) Thu Mar 6 19:34:47 WST 2014
    ERROR: Final installdb run unsuccessful
    I'd read in various places to perform a CLI command "run loadxml" - which we did but it produced the following output:
    admin:run loadxml
    This command is processor intensive, and may take a few minutes to run.
    It should only be run on the publisher.
    Some services may require a restart afterwards.
    This is a CPU intensive command and will take a considerable amount of time to complete. Do you want to continue (y/n)?
    Starting loadxml
    disablenotify  dsn[DSN=ccm_super]
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[1]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Failure [-x] 1
    loadxml function complete
    Failure essentially.
    Note that the installation went ahead without issues on the Subscriber servers after we tried on the publisher. I believe this is due to it only copying the files to the TFTP server and not updating the database.
    I also noted that the following features vanished from the CUCM Administration GUI (the menus were there but the pages came up blank):
    "Enterprise Paramaters"
    "Enterprise Phone Configuration"
    "Service Parameters" (after selecting "server" & "service" drop down options, nothing was displayed)
    Within individual "Phone Configuration" - the entire "Product Specific Configuration Layout" was missing from all devices.
    I was also unable to export the 'Cisco Database Installation Service' logs from RTMT - it threw an error to the status bar at the bottom stating "Collection cancelled for node <publisher> due to the error" (and there was no error info output...joy!).
    I called in TAC and Roman Kramarski assisted me via WebEx to full resolution of the issue - thanks Roman
    After running "run loadxml"
    We ran the following command which showed us (after much wizzing by of entries) the list of log files, the 5th or so last file in the list being the log output from the "run loadxml" output -
    The command: "file list activelog /cm/trace/dbl/sdi detail date"
    Our file in question happened to be called "installdb20140306-230735.log" (like I said, was about 5th from the bottom of the list)
    Next we viewed the file:
    "file view activelog /cm/trace/dbl/sdi/installdb20140306-230735.log"
    In the file, fairly close to the top, it showed the following error message:
    "23:07:35.047 |   DOMErrorReporter::fatalError *ERROR* Fatal Error at file /usr/local/cm/db/xml/xml/366X_display_instance-fxo_port_gs.xml, line 56, column 22"
    This, along with the output of the run loadxml command, indicated that "/usr/local/cm/db/xml/xml/366X_display_instance-fxo_port_gs.xml" file was corrupted or incomplete.
    Roman (TAC) then used the Cisco access to root in order to look at the actual file.
    It was incomplete - it ended mid closure of a tag:
    "<name>OutputAttenuation</n#"
    (Instead of "<name>OutputAttenuation</name>" plus a whole bucketload more output.
    Luckily I had a fresh install of the exact same version of CUCM just installed on in a dev environment - so Roman was able to get into that one, TFTP the file out, and then TFTP the new file in.
    We moved the old corrupt file into another folder (as we renamed it initially and then ran "run loadxml" which produced the error again) - copied the new complete file into the folder - then "run loadxml" ran successfully.
    admin:run loadxml
    This command is processor intensive, and may take a few minutes to run.
    It should only be run on the publisher.
    Some services may require a restart afterwards.
    This is a CPU intensive command and will take a considerable amount of time to complete. Do you want to continue (y/n)?
    Starting loadxml
    disablenotify  dsn[DSN=ccm_super]
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[0]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Success[-x]
    loadxml function complete
    NOTE that the running of run loadxml did not take that long and didn't cause any outages to my system.
    After we did this - the installations went ahead successfully.
    After a restart of the TFTP service on each server - firmware upgrades went ahead successfully.
    Basically - you can do the initial troubleshooting of checking logs of run loadxml and then pass that detail to Cisco TAC to get them to use root access to copy a fresh version of the file across.
    Hope this helps.

    Hi Thanks for the information, this help me a lot, I have the same issue but with some differences, because when I search the error on the log file, I saw
    08/25/2014 06:14:49.911 installdb|   DOMErrorReporter::fatalError *ERROR* Fatal Error at file , line 0, column 0
     message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=/usr/local/cm/db/xml/xml/ICS77XX_MRP2XX_display_instance-bri.xml|
    08/25/2014 06:14:49.911 installdb|<--DOMErrorReporter::fatalError |
    When I search the file I couldn´t find it, so I think this could be because I made a booteable ISO from an upgrade from the Cisco Page, so I go to the production server version 6.1.2 and copied the file missing into my lab and run the command "run loadxml" sucessfully, after that everything works great!
    Thanks in advance for your time to post this.
    Regards!

  • E Filing GB out going process error HTTP error 500 internal server error

    Hi Gurus,
    I am getting the following error in the MONI of PI system.
    Its a synchonous scenario from SAP ECC6 PROXY to SAP PI 7 to HTTP Type G.
    Request Trace error : Internal Server Error
    RESPONCE Error Message : HTTP server code 500 reason Internal Server Error explanation
    Also I am  getting the the same error while testing connection test in SM59 RFC destination type G.
    Status HTTP Response     500
    Status Text                     Internal Server Error
    Duration Test Call                      8 ms
    Regards
    Sreeni

    Hi Kancham,
    Please check the RFC destination type G created in SM59 is correct or not .
    Logon procedure
    if you are using
    No logon. The server program does not require you to enter a user and password.
    Basic Authentication. The server program requires you to enter a user and password.
    Check user name ,password  is correct in RFC destination  if the external HTTP server requires user credentials.
    Without successfully running this RFC , you are not able communicate with the external HTTP server (Target system).
    Also check that your HTTP server is running fine bcoz if it's down that also could be the reason for your problem.
    regards
    Ashwin
    Edited by: ashwin dhakne on Mar 9, 2009 1:06 AM
    Edited by: ashwin dhakne on Mar 9, 2009 1:08 AM

  • REP-56071: Security check failed with error message: Error code30009 - Gene

    REP-56071: Security check failed with error message: Error code30009 - Generic access check failed..
    Hello,
    I am also receiving the above error - these reports are deployed on our Portal - to which all registered SSO users should have access to.
    one more thing...
    We obtain the error only when execute under some "load", example: 15 reports running simultaneously.
    Tx,
    Diego.

    I am also facing this problem - I've deployed the reports on the Portal and authenticated users can access the reports.
    The problem is that when any authenticated user tries to access the report, on his very first access this error is shown.
    REP-56071: Security check failed with error message: Error code30009 - Generic access check failed..
    But after the user click on the Personalize link of the portlet and specify the parameters values(which are empty initially) then report runs fine.
    Plz let me know the solution as no user will like to see this error message for the first time he opens the report.
    Regards.

  • HotSpot Virtual Machine Error : 11 Error ID : 4F530E43505002EF; RedHat ES3

    All
    we are using tomcat 4.1.30 with apache 2.0.49(and mod_jk 1.2.5)
    for our application.
    Our OS is as follows,
    Red Hat Enterprise Linux ES release 3 (Taroon)
    Kernel 2.4.21-4.0.1.EL on an i686
    We are experiencing JVM crashes wherein the VM crashes with the
    following information in the error id file
    Has anybody experienced this error before or has any information
    on this. please let me know
    takae3
    <><><><><>
    Unexpected Signal : 11 occurred at PC=0xB715B69C
    Function=(null)
    Library=/usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
         at com.hogehoge.testtool.common.JniConv.jniGetString(Native Method)
         at com.hogehoge.testtool.common.ConvUtil.decodeWord(ConvUtil.java:2203)
         at com.hogehoge.testtool.common.ConvUtil.getDecodeStringJNI(ConvUtil.java:1988)
         at com.hogehoge.testtool.common.ConvString.receiveString(ConvString.java:1968)
         at com.hogehoge.testtool.TTOOL.execute(TTOOL.java:67)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:480)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1420)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:502)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at com.hogehoge.testtool.util.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:57)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:213)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2422)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:163)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:457)
         at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:576)
         at java.lang.Thread.run(Thread.java:534)
    Dynamic libraries:
    08048000-0804e000 r-xp 00000000 03:02 1033766 /usr/java/j2sdk1.4.2_04/bin/java
    0804e000-0804f000 rw-p 00005000 03:02 1033766 /usr/java/j2sdk1.4.2_04/bin/java
    9cdad000-9cdbd000 r-xp 00000000 03:02 1099223 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libnet.so
    9cdbd000-9cdbe000 rw-p 0000f000 03:02 1099223 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libnet.so
    9ce4e000-9ce6d000 r--s 00000000 03:04 65479 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/xml-apis.jar
    9ce6d000-9cf50000 r--s 00000000 03:04 65478 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/xercesImpl.jar
    9cf50000-9cf66000 r--s 00000000 03:04 65477 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/velocity-tools-1.1-rc1.jar
    9cf66000-9cfe7000 r--s 00000000 03:04 65476 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/velocity-dep-1.4-rc1.jar
    9cfe7000-9d05f000 r--s 00000000 03:04 65475 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/struts.jar
    9d05f000-9d072000 r--s 00000000 03:04 65474 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-stores.jar
    9d072000-9d073000 r--s 00000000 03:04 65473 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-roles.jar
    9d073000-9d0e5000 r--s 00000000 03:04 65472 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/slide-kernel.jar
    9d0f9000-9d14f000 r--s 00000000 03:04 65480 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/testtoolapi-1.0.12.jar
    9d14f000-9d154000 r--s 00000000 03:04 65466 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jta.jar
    9d154000-9d16e000 r--s 00000000 03:04 65465 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jdom.jar
    9d16e000-9d170000 r--s 00000000 03:04 65464 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jdbc2_0-stdext.jar
    9d170000-9d17f000 r--s 00000000 03:04 65463 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jaxp-api.jar
    9d17f000-9d18f000 r--s 00000000 03:04 65462 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/jakarta-oro.jar
    9d18f000-9d19b000 r--s 00000000 03:04 65461 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-validator.jar
    9d19b000-9d1a4000 r--s 00000000 03:04 65460 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-resources.jar
    9d1a4000-9d1ae000 r--s 00000000 03:04 65459 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-pool-1.1.jar
    9d1ae000-9d1b6000 r--s 00000000 03:04 65458 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-logging.jar
    9d1b6000-9d1e6000 r--s 00000000 03:04 65457 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-lang.jar
    9d1e6000-9d1ea000 r--s 00000000 03:04 65456 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-fileupload.jar
    9d1ea000-9d205000 r--s 00000000 03:04 65455 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-digester.jar
    9d205000-9d21e000 r--s 00000000 03:04 65454 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-dbcp-1.1.jar
    9d233000-9d24b000 r-xp 00000000 03:02 1081550 /usr/lib/gconv/libJIS.so
    9d24b000-9d24c000 rw-p 00017000 03:02 1081550 /usr/lib/gconv/libJIS.so
    9d24c000-9d284000 r--s 00000000 03:04 65470 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/mysql-connector-java-3.0.9-stable-bin.jar
    9d284000-9d2cd000 r--s 00000000 03:04 65453 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-collections.jar
    9d2cd000-9d2eb000 r--s 00000000 03:04 65452 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/commons-beanutils.jar
    9d2ff000-9d34f000 r--s 00000000 03:04 65469 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/mail.jar
    9d353000-9d362000 r-xp 00000000 03:02 524390 /lib/libresolv-2.3.2.so
    9d362000-9d363000 rw-p 0000f000 03:02 524390 /lib/libresolv-2.3.2.so
    9d365000-9d369000 r-xp 00000000 03:02 524375 /lib/libnss_dns-2.3.2.so
    9d369000-9d36a000 rw-p 00003000 03:02 524375 /lib/libnss_dns-2.3.2.so
    9d3fc000-9d3ff000 r-xp 00000000 03:02 1081404 /usr/lib/gconv/EUC-JP.so
    9d3ff000-9d400000 rw-p 00002000 03:02 1081404 /usr/lib/gconv/EUC-JP.so
    9d400000-9d457000 r--s 00000000 03:04 65468 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/log4j-1.2.8.jar
    9d457000-9d475000 r--s 00000000 03:04 65467 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/junit.jar
    9d477000-9d47d000 r--s 00000000 03:02 1081553 /usr/lib/gconv/gconv-modules.cache
    9d47d000-9d52d000 r--s 00000000 03:04 65451 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/ant.jar
    9d52d000-9d539000 r--s 00000000 03:04 65450 /data/usr/local/jakarta-tomcat-4.1.30/webapps/Testtool/WEB-INF/lib/activation.jar
    9d539000-9d585000 r--s 00000000 03:04 2600002 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/testtoolapi-1.0.7.jar
    9d585000-9d598000 r--s 00000000 03:04 2600001 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-stores.jar
    9d598000-9d599000 r--s 00000000 03:04 2600000 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-roles.jar
    9d599000-9d60b000 r--s 00000000 03:04 2599999 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-kernel.jar
    9d60b000-9d60f000 r--s 00000000 03:04 2599998 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/slide-catalinawrapper.jar
    9d60f000-9d615000 r--s 00000000 03:04 2599997 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-warp.jar
    9d615000-9d643000 r--s 00000000 03:04 2599996 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-util.jar
    9d643000-9d65c000 r--s 00000000 03:04 2599995 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-jk2.jar
    9d65c000-9d66c000 r--s 00000000 03:04 2599994 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-jk.jar
    9d66c000-9d679000 r--s 00000000 03:04 2599993 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-http11.jar
    9d679000-9d68a000 r--s 00000000 03:04 2599992 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/tomcat-coyote.jar
    9d68a000-9d690000 r--s 00000000 03:04 2599991 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-webdav.jar
    9d690000-9d695000 r--s 00000000 03:04 2599989 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-manager.jar
    9d695000-9d697000 r--s 00000000 03:04 2599988 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-invoker.jar
    9d697000-9d69c000 r--s 00000000 03:04 2599987 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-default.jar
    9d69c000-9d69e000 r--s 00000000 03:04 2599986 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/servlets-common.jar
    9d69e000-9d6f2000 r--s 00000000 03:04 2599983 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/mx4j-jmx.jar
    9d6f2000-9d6f9000 r--s 00000000 03:04 2599982 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/jakarta-regexp-1.3.jar
    9d6f9000-9d713000 r--s 00000000 03:04 2599981 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/jaas.jar
    9d713000-9d72e000 r--s 00000000 03:04 2599980 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-modeler.jar
    9d72e000-9d736000 r--s 00000000 03:04 2599979 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-logging.jar
    9d736000-9d73c000 r--s 00000000 03:04 2599978 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-fileupload-1.0.jar
    9d73c000-9d757000 r--s 00000000 03:04 2599977 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-digester.jar
    9d757000-9d774000 r--s 00000000 03:04 2599976 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/commons-beanutils.jar
    9d774000-9d82c000 r--s 00000000 03:04 2599975 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/catalina.jar
    9d82c000-9d830000 r--s 00000000 03:04 2599974 /data/usr/local/jakarta-tomcat-4.1.30/server/lib/catalina-ant.jar
    9d830000-9d831000 r--s 00000000 03:04 670523 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/testtoolconv-0.0.1.jar
    9d831000-9d869000 r--s 00000000 03:04 670459 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/mysql-connector-java-3.0.9-stable-bin.jar
    9d869000-9d87d000 r--s 00000000 03:04 670458 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/servlet.jar
    9d87d000-9d887000 r--s 00000000 03:04 670457 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-resources.jar
    9d887000-9d88c000 r--s 00000000 03:04 670456 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-factory.jar
    9d88c000-9d893000 r--s 00000000 03:04 670455 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/naming-common.jar
    9d893000-9d896000 r--s 00000000 03:04 670453 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jta.jar
    9d896000-9d8af000 r--s 00000000 03:04 670452 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jndi.jar
    9d8af000-9d8b1000 r--s 00000000 03:04 670451 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jdbc2_0-stdext.jar
    9d8b1000-9d8c3000 r--s 00000000 03:04 670450 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jasper-runtime.jar
    9d8c3000-9d8f0000 r--s 00000000 03:04 670449 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/jasper-compiler.jar
    9d8f0000-9d8fa000 r--s 00000000 03:04 670448 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-pool-1.1.jar
    9d8fa000-9d900000 r--s 00000000 03:04 670447 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-logging-api.jar
    9d900000-9d919000 r--s 00000000 03:04 670446 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-dbcp-1.1.jar
    9d919000-9d942000 r--s 00000000 03:04 670445 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/commons-collections.jar
    9d942000-9da2b000 r--s 00000000 03:04 670444 /data/usr/local/jakarta-tomcat-4.1.30/common/lib/ant.jar
    9da2b000-9da2e000 r--s 00000000 03:04 441519 /data/usr/local/jakarta-tomcat-4.1.30/bin/commons-daemon.jar
    9da2e000-9da34000 r--s 00000000 03:04 441517 /data/usr/local/jakarta-tomcat-4.1.30/bin/bootstrap.jar
    9da34000-9df10000 r--s 00000000 03:02 328991 /usr/java/j2sdk1.4.2_04/lib/tools.jar
    9df10000-9df2c000 r--s 00000000 03:02 328980 /usr/java/j2sdk1.4.2_04/jre/lib/ext/sunjce_provider.jar
    9df2c000-9dfe8000 r--s 00000000 03:02 328989 /usr/java/j2sdk1.4.2_04/jre/lib/ext/localedata.jar
    9dfe8000-9dff5000 r--s 00000000 03:02 328978 /usr/java/j2sdk1.4.2_04/jre/lib/ext/ldapsec.jar
    9dff5000-9dff8000 r--s 00000000 03:02 328977 /usr/java/j2sdk1.4.2_04/jre/lib/ext/dnsns.jar
    9e6be000-9e799000 r--p 00e76000 03:02 688189 /usr/lib/locale/locale-archive
    9e799000-9e999000 r--p 00000000 03:02 688189 /usr/lib/locale/locale-archive
    b2bd4000-b2bd7000 r-xp 00000000 03:02 1033731 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libMiconv.so
    b2bd7000-b2bd8000 rw-p 00002000 03:02 1033731 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libMiconv.so
    b4c80000-b51d9000 r--s 00000000 03:02 1033867 /usr/java/j2sdk1.4.2_04/jre/lib/charsets.jar
    b51d9000-b51ea000 r--s 00000000 03:02 1033866 /usr/java/j2sdk1.4.2_04/jre/lib/jce.jar
    b51ea000-b52c5000 r--s 00000000 03:02 1033874 /usr/java/j2sdk1.4.2_04/jre/lib/jsse.jar
    b52c5000-b52db000 r--s 00000000 03:02 1033875 /usr/java/j2sdk1.4.2_04/jre/lib/sunrsasign.jar
    b5325000-b6cc5000 r--s 00000000 03:02 1033877 /usr/java/j2sdk1.4.2_04/jre/lib/rt.jar
    b6cc5000-b6ce4000 r--s 00000000 03:04 654087 /data/usr/local/jakarta-tomcat-4.1.30/common/endorsed/xmlParserAPIs.jar
    b6ce4000-b6dc7000 r--s 00000000 03:04 654086 /data/usr/local/jakarta-tomcat-4.1.30/common/endorsed/xercesImpl.jar
    b6dc7000-b6ddb000 r-xp 00000000 03:02 1099227 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libzip.so
    b6ddb000-b6dde000 rw-p 00013000 03:02 1099227 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libzip.so
    b6dde000-b6dfe000 r-xp 00000000 03:02 1099212 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libjava.so
    b6dfe000-b6e00000 rw-p 0001f000 03:02 1099212 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libjava.so
    b6e00000-b6e10000 r-xp 00000000 03:02 1099226 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libverify.so
    b6e10000-b6e12000 rw-p 0000f000 03:02 1099226 /usr/java/j2sdk1.4.2_04/jre/lib/i386/libverify.so
    b6e12000-b6e1d000 r-xp 00000000 03:02 524378 /lib/libnss_files-2.3.2.so
    b6e1d000-b6e1e000 rw-p 0000a000 03:02 524378 /lib/libnss_files-2.3.2.so
    b6e29000-b6e2d000 rw-s 00000000 03:02 836887 /tmp/hsperfdata_servlet/2490 (deleted)
    b6e2d000-b6e4e000 r-xp 00000000 03:02 1015865 /lib/tls/libm-2.3.2.so
    b6e4e000-b6e4f000 rw-p 00020000 03:02 1015865 /lib/tls/libm-2.3.2.so
    b6e4f000-b6e61000 r-xp 00000000 03:02 524362 /lib/libnsl-2.3.2.so
    b6e61000-b6e62000 rw-p 00011000 03:02 524362 /lib/libnsl-2.3.2.so
    b6e6a000-b6e72000 r-xp 00000000 03:02 214756 /usr/java/j2sdk1.4.2_04/jre/lib/i386/native_threads/libhpi.so
    b6e72000-b6e73000 rw-p 00007000 03:02 214756 /usr/java/j2sdk1.4.2_04/jre/lib/i386/native_threads/libhpi.so
    b6e73000-b7423000 r-xp 00000000 03:02 705976 /usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    b7423000-b747c000 rw-p 005af000 03:02 705976 /usr/java/j2sdk1.4.2_04/jre/lib/i386/server/libjvm.so
    b7491000-b75c2000 r-xp 00000000 03:02 1015863 /lib/tls/libc-2.3.2.so
    b75c2000-b75c5000 rw-p 00130000 03:02 1015863 /lib/tls/libc-2.3.2.so
    b75c8000-b75ca000 r-xp 00000000 03:02 524358 /lib/libdl-2.3.2.so
    b75ca000-b75cb000 rw-p 00001000 03:02 524358 /lib/libdl-2.3.2.so
    b75cb000-b75d8000 r-xp 00000000 03:02 1015867 /lib/tls/libpthread-0.60.so
    b75d8000-b75d9000 rw-p 0000c000 03:02 1015867 /lib/tls/libpthread-0.60.so
    b75eb000-b7600000 r-xp 00000000 03:02 524345 /lib/ld-2.3.2.so
    b7600000-b7601000 rw-p 00015000 03:02 524345 /lib/ld-2.3.2.so
    Heap at VM Abort:
    Heap
    def new generation total 26240K, used 5707K [0x9ebd0000, 0xa0840000, 0xa0840000)
    eden space 23360K, 18% used [0x9ebd0000, 0x9effb010, 0xa02a0000)
    from space 2880K, 49% used [0xa0570000, 0xa06d7db0, 0xa0840000)
    to space 2880K, 0% used [0xa02a0000, 0xa02a0000, 0xa0570000)
    tenured generation total 233024K, used 137618K [0xa0840000, 0xaebd0000, 0xaebd0000)
    the space 233024K, 59% used [0xa0840000, 0xa8ea4ac8, 0xa8ea4c00, 0xaebd0000)
    compacting perm gen total 16384K, used 13385K [0xaebd0000, 0xafbd0000, 0xb2bd0000)
    the space 16384K, 81% used [0xaebd0000, 0xaf8e2698, 0xaf8e2800, 0xafbd0000)
    Local Time = Tue Sep 14 18:37:28 2004
    Elapsed Time = 1034644
    # HotSpot Virtual Machine Error : 11
    # Error ID : 4F530E43505002EF
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Server VM (1.4.2_04-b05 mixed mode)

    We have seen numerous of these. Here are some hints. Hope this helps. -Dustin
    1) We see lots of OutOfMemory exceptions being thrown, so we believe this is the real root issue.
    2) We are using log4j 1.2.8. Stack dump almost ALWAYS shows that the unexpected signal occurred in a log4j method as shown in stack trace snippet below.
    Current Java thread:
    at java.lang.Throwable.getStackTraceDepth(Native Method)
    at java.lang.Throwable.getOurStackTrace(Throwable.java:588)
    - locked <0x4e5792d8> (a java.lang.Throwable)
    at java.lang.Throwable.printStackTrace(Throwable.java:510)
    - locked <0x511ad738> (a java.io.PrintWriter)
    at org.apache.log4j.spi.LocationInfo.<init>(LocationInfo.java:96)
    - locked <0x511ad708> (a java.io.StringWriter)
    at org.apache.log4j.spi.LoggingEvent.getLocationInformation(LoggingEvent
    .java:182)
    at org.apache.log4j.helpers.PatternParser$LocationPatternConverter.conve
    rt(PatternParser.java:475)
    at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.jav
    a:56)
    at org.apache.log4j.PatternLayout.format(PatternLayout.java:495)
    at org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:292)
    at org.apache.log4j.RollingFileAppender.subAppend(RollingFileAppender.ja
    va:225)
    at org.apache.log4j.WriterAppender.append(WriterAppender.java:150)
    at org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:221)
    - locked <0x511ba128> (a org.apache.log4j.RollingFileAppender)
    at org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders
    (AppenderAttachableImpl.java:57)
    at org.apache.log4j.Category.callAppenders(Category.java:187)
    - locked <0x51059af8> (a org.apache.log4j.Logger)
    at org.apache.log4j.Category.forcedLog(Category.java:372)
    at org.apache.log4j.Category.log(Category.java:864)
    at org.apache.commons.logging.impl.Log4JLogger.info(Log4JLogger.java:152
    at com.qwest.ccad.utils.SQLPreparedStatementWrapper.execute(SQLPreparedS
    tatementWrapper.java:97)

  • WebCenter Adapter for SharePoint - Transport error: 401 Error: Unauthorized

    Hi All,
    Hi,
    I am trying to integrate MS sharepoint with webcentr, In JDeveloper(11.1.1.4.0) i updated oracle.webcenter.content.jcr.sharepoint.ear bundle(11.1.1.4.0), After that I'm createing webcenter portal application. When i'm creating Content Repository Connection with fallowing parameters
    connection name:MySPConn
    Repository type:JCR SharePoint Adapter
    *SahrePoint URL :http://sharepoint.mycompanyname.com/SitePages/Home.aspx
    in Credentials section
    i used External application for this i used fallowing properties
    Application name :myMSSPExtApp
    App Display name: myMSSPExtApp
    login URL:ttp://sharepoint.mycompanyname.com/SitePages/Home.aspx
    UserName/ID field Name:Admin
    PasswordFied Name:Admin@123
    Authentication Method:Basic
    Additional fields:skip
    Sheared Credentials:skip
    Public credentials:skip
    finally finished.
    while testing connection its giving fallowing Errors
    plz give me some solution.where am doing mistake pl z correct me
    Jan 9, 2012 5:11:34 PM oracle.webcenter.concurrent.Submission run
    SEVERE: Submission[id=3, service=oracle.webcenter.content.jcr.login, resource=mpspconnection] caught exception running task
    javax.jcr.LoginException: Transport error: 401 Error: Unauthorized: Transport error: 401 Error: Unauthorized
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:359)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    at com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    at org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    at com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
    at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
    at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    ... 21 more
    org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    at com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    at com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    at com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    at org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    at com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
    at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
    at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    at java.lang.Thread.run(Thread.java:662)
    javax.jcr.LoginException: Transport error: 401 Error: Unauthorized: Transport error: 401 Error: Unauthorized
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:359)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    o.vcr.jam.LoginTask.call(LoginTask.java:68)
    o.vcr.jam.LoginTask.call(LoginTask.java:29)
    o.webcenter.concurrent.Submission$2.run(Submission.java:484)
    j.security.AccessController.doPrivileged(Native Method)
    o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    o.webcenter.concurrent.Submission.run(Submission.java:424)
    o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    j.util.concurrent.FutureTask.run(FutureTask.java:138)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    j.lang.Thread.run(Thread.java:662)
    Caused by:
    org.apache.axis2.AxisFault: Transport error: 401 Error: Unauthorized
    org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    com.microsoft.wss3.authentication.AuthenticationStub.Mode(AuthenticationStub.java:317)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory$SharepointConnectionImpl.verify(WindowsAuthenticationConnectionFactory.java:349)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.createConnection(WindowsAuthenticationConnectionFactory.java:253)
    com.day.crx.spi.sharepoint.security.WindowsAuthenticationConnectionFactory.create(WindowsAuthenticationConnectionFactory.java:62)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:218)
    com.day.crx.spi.sharepoint.SharepointSessionInfoImpl.login(SharepointSessionInfoImpl.java:82)
    com.day.crx.spi.sharepoint.SharepointRepositoryService.obtain(SharepointRepositoryService.java:253)
    org.apache.jackrabbit.jcr2spi.RepositoryImpl.login(RepositoryImpl.java:82)
    com.day.adf.sharepoint.SharePointRepository.login(SharePointRepository.java:142)
    o.vcr.jam.LoginTask.call(LoginTask.java:68)
    o.vcr.jam.LoginTask.call(LoginTask.java:29)
    o.webcenter.concurrent.Submission$2.run(Submission.java:484)
    j.security.AccessController.doPrivileged(Native Method)
    o.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    o.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    o.webcenter.concurrent.Submission.run(Submission.java:424)
    o.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    j.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    j.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    j.util.concurrent.FutureTask.run(FutureTask.java:138)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    o.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    j.lang.Thread.run(Thread.java:662)

    Hi,
    Have you tried going through this doc, about, pre-requisites on MSSharepoint :- http://docs.oracle.com/cd/E21764_01/webcenter.1111/e12405/wcadm_documents.htm#BABDFFDC
    Regards,
    Birender Singh

  • SSO with AD error:An error has occurred propagating the security context...

    Hi.
    On Windows 2003, I have installed BOXI Edge 3.1 with SAP Integration Kit. My primary and only use of the SAPIK will be for retrieving SAP data for BOXI reports. I DO NOT want to use SAP Authentication. For BOXI, I want to set up only AD Authentication, but because the web.xml files change with the installation of the SAPIK, I have not been successful at setting up AD Authentication. I have modified the web.xml files so that they look like the original web.xml files (without SAPIK).
    The AD groups are imported successfully into BOXI. The members of those groups are imported successfully, too. But when a user attempts to login, they get error: An error has occurred propagating the security context between the security server and the client.
    I have tried nearly everything to clear this error and there are no Kerberos errors in Wireshark logs on the BOXI server.
    Help!
    Thank you!
    Luis
    PS - I asked this question in the SAP Integration Kit forum, and they suggested I ask here, I guess because in the end it may have nothing to do with the SAPIK...

    Thanks, Tim, for your willingness to help.
    The problem is resolved.
    I noticed in the Local Security Policy that the right "Log on as a service" displayed only the service account user ID, without the domain identifier - where I expected it to show as "DOMAIN\svcaccount", it only showed "svaccount".
    I stopped the Tomcat and SIA services, I removed "svaccount" from the list in "Log on as a service", I reset the account information in the Tomcat and SIA services as "DOMAIN\svcaccount" and saw that change reflected in "Log on as a service" and now AD Authentication works beautifully.
    My guess is that it must have been using the local account and not the domain account for running the services.
    Next task: SSO...
    Wish me luck!
    Thanks!
    Luis

  • Publish Error - An error occurred while publishing file "/Web/Sites/iWeb/X"

    Hello everyone,
    I've been using mac for about 10 years now and have finally decided to try out this iWeb application. Spent several hours putting the site together... fun... but when I hit the publish button, the following error popped up.
    Publish Error
    An error occurred while publishing file "/Web/Sites/iWeb/X". (X being my site name which also happens to be my .mac account name.
    So I've spent another 3 hours trying it over and over again but still no luck. So I've searched this forum and see if there's any tips. Found a lot of solutions but none of them seem to help. I've deleted all the folders and file on my 'Sites' folder on the iDisk. Closed all running apps before hitting the 'Publish' button. And I've even deleted all my work and tried just to upload the 'welcome' page. Still doesn't work.
    I'm getting a bit annoyed... Are there any solutions for my problem??
    I'm using a PowerBook G4 12" 1.33GHz Mac OS X 10.4.9 with iWeb 1.1.2
    Any help will be greatly appreciated! Thanks in advance!!
     88kin 
     PowerBook G4 12" 1.33GHz   Mac OS X (10.4.9)  

    Probably not. No big deal, really. The important thing is we have been able to get your site on the .Mac server, albeit in the homepage directory.
    Ok here's your last assignment. This will also take awhile, but when you are finished your site will be up on .Mac and accessible using the web.mac.com/username/iWeb/sitename url.
    Since you have already initiated a publish to .Mac from iWeb, the root directory for iWeb should be on your iDisk. You should be able to navigate to the iWeb folder following this path:
    Go/iDisk/MyiDisk/Web/Sites/iWeb/SiteFolder
    "SiteFolder" should be a folder named for the site you are having trouble publishing.
    On your desktop, open the Site folder that iWeb delivered when you published the original site using the Publish to a Folder... command. You will see a number of folders in there and a number of page.html files. Drag each of these into the Site Folder mentioned earlier, on the iDisk. (The one named for the site). The root index.html file, (the one published outside of the Site folder) needs to be placed in the Web/Sites folder; you should see it in the column above the iWeb folder when done. Basically, you are "manually" uploading your site. It's cumbersome and a royal pita, but if successful, this exercise will confirm what I have suspected all along:
    The problem is a latency/time-out error. (The actual error message itself is misleading and somewhat immaterial--iWeb probably chose it randomly). Lots of things contribute to it, but basically, iWeb gets tired of waiting on the WebDav protocol and then generates an error message. I wish I could be more specific, but that's about as close as I can get to the core issue. Many folks publish successfully from your area of the world; just keep trying, and when all else fails, you can always swap out the changed files manually following the method outlined above.

Maybe you are looking for

  • Jabber voice mail failover

    Dear, I have publisher and subscriber for unity connection 9.1, whenever the UN PUB fails voice mail doesnt work in jabber for windows for subscriber, i telnet to  port    telnet <unity connection> 143 and i m able to telnet on IMAP and also on port

  • Can't copy files from iTunes to a folder on the desktop

    I posted this in the iTunes board and received no responses, so I'm wondering if it's more of an OS problem. I'm trying to clean up my iTunes library by taking out music I don't listen to that often. I created a folder on my desktop to store the musi

  • ITunes 10.6.3 memory leak

    Anyone else having issues with iTunes 10.6.3 running on OSX 10.7.4 leaking memory dry and then filling up ALL your disk partition?  I do - once a week now. I have a small boot SSD, but once iTunes fills up the memory it appears to be creating a 30+ G

  • Can't access file on Time Capsule hard drive after mavericks.

    I uploaded some files onto my time machine, after OSX Mavericks; i can see the files but cant open them.Any suggestions as to how i go about it?

  • Camera Raw not accessible in Ps -Br Trial

    When I click the iris button to start camera raw from Br, I get the following message- "Bridges parent application is not active_ Bridge requires that a qualifying product has been launched at leat once to enable this feature" I have launcched bridge