UWC Login Problem

Hi All,
I am having a problem with UWC. Users can log into Calendar Express just fine, but Messenger Express and UWC fail. When I run start-msg I get the following:
Connecting to watcher ...
Launching watcher ...
Starting store server .... 1433
checking store server status ... ready
Starting http server .... failed
Starting mmp server ... 1435
I'm not that familiar with these products, so I am not sure if this is the problem or not. But I don't know where to go to start the http server.
Any help would be appreciated.
Thanks!

Hi,
awell wrote:
It is entirely possible. When I reran the configure script, it configured pop and imap, which were not configured before.
I also don't think there was supposed to be an MTA on this box. So how is this system supposed to be able to receive new emails? No MTA means its just a mail-store only.
So these extra services may be using ports set up for something else. You would have seen more errors if that was the case.
By default port 80 is enabled for messaging server http access. If you have another webserver installed on the same system - perhaps hosting UWC - then it will also be using port 80.
You can change the port number for messaging server http access by running the following and restarting messaging server:
./configutil -o service.http.port -v <new port number>
You will have to reconfigure UWC to use the new port.
Do pop and imap have to be configured for uwc to work?POP no. You can disable it by running "./configutil -o service.pop.enable -v 0" and restart messaging server.
IMAP yes. The http process talks IMAP to the backend-store. So it goes:
UWC -> mshttpd -> imapd -> store data.
Regards,
Shane.

Similar Messages

  • UWC Login problem from explorer

    Dear All
    I am having funny problem with UWC, if I try to login to uwc via windows explorer with correct username and password repeatedly I receiving login page and uwc leave some errors in regards of SSO, but if I use the firefox, I can login to UWC with no problem and also UWC doesn't leave any error, I can't understand what is the problem,
    here is the error if I use the windows explorer,
    Dec 3, 2006 2:05:19 AM com.sun.uwc.common.auth.IdentitySSOAuthFilter doFilter
    WARNING: SSOException..Invalid session ID.
    Best regards
    Mo.
    Message was edited by:
    m-meskarian

    Hi Jay
    for some reasons as soon as I try to access the uwc from explorer even without login I get the below error and warnings inside the uwc log.
    Dec 5, 2006 2:09:59 PM com.sun.uwc.common.auth.IdentitySSOAuthFilter doFilter
    WARNING: SSOException..Invalid session ID.
    Dec 5, 2006 2:09:59 PM com.sun.uwc.common.util.UWCPreferences node
    SEVERE: Could not load the file: /var/opt/SUNWuwc/WEB-INF/domain/en-us/i18n.prop
    erties (No such file or directory)
    Dec 5, 2006 2:09:59 PM com.sun.uwc.common.util.UWCDomainCache loadUWCResourceBun
    dle
    WARNING: Unable to load default resource bundle for domain mycom-int.co.ukand lo
    caleen-us
    Dec 5, 2006 2:09:59 PM com.sun.uwc.common.util.UWCPreferences node
    SEVERE: Could not load the file: /var/opt/SUNWuwc/WEB-INF/domain/en-us/i18n.prop
    erties (No such file or directory)
    Dec 5, 2006 2:09:59 PM com.sun.uwc.common.util.UWCDomainCache loadUWCResourceBun
    dle
    WARNING: Unable to load default resource bundle for domain mycom-int.co.ukand lo
    caleen-us
    Dec 5, 2006 2:09:59 PM com.sun.uwc.common.util.UWCDomainCache loadUWCTheme
    WARNING: Theme for localeenandmycom-int.co.uk is not configured
    Dec 5, 2006 2:09:59 PM com.sun.uwc.common.util.UWCDomainCache loadUWCTheme
    WARNING: Theme for localeenandmycom-int.co.uk is not configured
    Best regards
    Mohammad

  • Oracle 10g express edition browser login problem

    Hi
    I installed oracle 10g express edition and after installing successfully logged in browser , unlocked hr login and also created one form then I shutdown the database and rebooted my pc and since then when I try to login to "go to Database Home page" after starting database , I get a cookie 127.0.0.1 with username and password, First of all I am not sure what username/password it is expecting, I believe it requires my Windows XP username and password , I tried to enter couple of times my pc login username which has administrator privileges, I also checked it has ora_dba group but after entering pc username , password browser opens saying "unauthorized". I created another os user and tried with that still same. I tried entering oracle password "SYSTEM" and password for it but still could not login, I tried HR username password still nothing.
    I tried disabling firewall but still same issue. I tried to re-install two time but still same .
    Start database dos prompt does show all the process are started successfully .
    I also did ping for 127.0.0.1 and it does ping.
    I tried everything what I knew.
    Can anyone please help me ..to resolve this issue .

    Hi
    This is how I resolved the browser login problem .
    I checked the listener log
    C:\OracleXE\app\oracle\product\10.2.0\server\NETWORK\log
    And found the error
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
    TNS-00512: Address already in use
    I have another version for oracle installed on my pc .
    I ended both the oracle process (Oracle.exe) through the Task Manager
    Then manually started “OracleServiceXe” service through Component Services
    Control Panel – Performance & Maintenance – Administrative – Component Services
    Then did following
    Programs – Oracle Database10g ExpressEdition – Start Database
    Programs – Oracle Databse10g ExpressEdition – Go to Database Homepage –
    Enter username SYSTEM
    Enter password xxxxxx … whatever given at the time of installing.
    And I did successfully login to the browser .
    Hope this will help to those of you who have run into similar problem which I faced
    Good Luck .
    A. Patil

  • Web Center app with ADF Security - login problem

    I have a custome Oracle Web Center app.
    I have a page.html with an embedded login form posting to j_security_check. I've configured the ADF security policies to redirect to a JSPX on successful login.
    When I try the correct username/password, I get redirected not to the page I defined in ADF, but to the root page http://127.0.0.1:7101/MyApp-ViewController-context-root/
    and i get
    Error 403--Forbidden
    I've checked the weblogic.xml as per http://andrejusb.blogspot.com/2009/12/solving-error-403-forbidden-in-adf.html, all the required entries are there.
    This works fine if i use a Login link with
    destination="#{'/adfAuthentication?login=true&amp;end_url=/faces/postLogin.jspx'} "
    which redirects to the default login.html and then to the right page. I've copied the form from the default login.html into my master HTML page.
    Hope my question is clear. Any suggestions why it is going to the wrong URL after login.
    Is there anything specific I should see in the jazn-data.xml or web.xml regarding the post-login URL since i cant see that in either.
    P.S. Have been advised to try here when I originally asked this in the WebCenter forum. Web Center app ADF Security - login problem
    Edited by: new_to_webcenter on 18-Jan-2011 05:25

    Thanks for your response Frank.
    The web.xml has
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>adfAuthentication</web-resource-name>
    <url-pattern>/adfAuthentication</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>valid-users</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>/login.html</form-login-page>
    <form-error-page>/error.html</form-error-page>
    </form-login-config>
    </login-config>
    When configuring ADF Security via JDev , I chose "Redirect upon successful authentication" to the Welcome Page
    "/faces/postLogin.jspx"
    this then adds into web.xml
    <servlet>
    <servlet-name>adfAuthentication</servlet-name>
    <servlet-class>oracle.adf.share.security.authentication.AuthenticationServlet</servlet-class>
    <init-param>
    <param-name>success_url</param-name>
    <param-value>/faces/postLogin.jspx</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    So the sequence which works is:
    Login via the '/adfAuthentication?login=true&end_url=/faces/postLogin.jspx' and this redirects to login.html (OOTB form which posts to j_security_check) and then to the postLogin.jspx
    I'm trying to do away with a Login link, and trying the simple login form embedded in my page alongwith other content.
    So should the form be posting to j_security_check directly or to the adfAuthentication ?

  • IMac login problems on any 10.6 update

    I have a 24" iMac that is 2 years old. After using snow leopard on my husband's new macbook I decided to get it for my imac. The base install of 10.6 works fine but of course it immediately wants to be updated to a new release. If I update it past the base install from the CD I get login problems.
    What happens is that the desktop appears and the finder menu is at the top but the date and network status etc - everything from the top right of the menu bar is missing. The computer will not move forward. No amount of waiting or button pushing will improve the situation.
    Sometimes I could log in to another account but then it would start happening on that acocunt too. I made myself a new account and it started happening on that too. Every time if I did a re-install of the base 10.6 from the CD it went back to working fine. I would have to say no to every update of 10.6 on software update. This has been going on for 6 months. I thought maybe with 10.6.4 they fixed it but it did it again.
    yesterday I did a fresh install. Thinking it was caused by my old quicken 2007 or parallels (though its v 5) or something else that has some bit that starts at login I formatted the HD , installed 10.6 fresh and installed nothing but ilife 9. I downloaded the 10.6.4 update and it still happens. I logged off my account and logged back in to test and it froze again. I am at my wits end. The only thing I saved from my old profile was my mail folder. I can find nothing else to fix. Any ideas?

    SamNS wrote:
    the desktop appears and the finder menu is at the top but the date and network status etc - everything from the top right of the menu bar is missing.
    Do things behave better if you boot into "safe mode" by holding down a shift key while your Mac is booting?
    http://support.apple.com/kb/HT1455

  • Simultaneous login problem

    Hi 
    I am having simultaneous login problems. In the past I have been able to sign into my skype account on both my Mac Book Pro and my Windows 7 desktop PC. However since I had to change my password I can only login into one machine at a time now. Also when I change my password on the desktop PC I can only sign into that skype / computer. Whenever I type the same account name and same exact password on my Mac Book Pro, it says it doesn't recognize my sign-in details but I am 100% sure that I typed it in exactly the same way as I did on my desktop. Another is that when I reset my password on my Mac Book those details won't work on the Desktop PC and vice-versa.
    I would like to know what is the problem in this situation, I am not sure if this is an application error or a networking error where the account details are not signing in from a different IP or MAC address.
    Please and thank you!

    "The load balancing was already functional:"
    Do you have a description how to do that?
    I Would like to know how.
    "so ALL traffic, not going to the LAN network and so over this interface, went out on the DMZ interface, with source IP from LAN."
    If you put the VPN servers behind 1-1 NAT instead they will use the firewall as GW and the VPN clients will get at your remote sites/LAN IF you add routing definitions in VPN config what networks are reachable through VPN.
    Or you keep servers as they are but also add add more routing definitions in VPN AND static routes to each server with the firewall as gw to those remote networks. Default gw will still be through the DMZ IPs though.
    The problem with more than one VPN client from behind same IP address is, with your current server settings, most likely because of the client side NAT router isn't coping with the task. Your public IP VPN server(s) should mean NAT VPN problem is at the other end (customer/client network router/firewall).
    If two VPN clients behind same NAT router connected to different servers at your end, "12.34.56.80" and "12.34.56.81" (both are public IPs?) respectively I believe at least two should be able to connect.
    3G/4G modems isn't an option?
    Maybe try bringing your own tested working portable router (ethernet/wifi maybe includes a VPN client that connect to your servers) to the customer and put it temporarily on their LAN? There are these small new 3G/WiFi routers too. Depends on wether you need to be connected to customer LAN or not.
    Try other VPN solution, SSL or OpenVPN?
    Use both PPTP and L2TP simultaneously (PPTP could be troubelsome if GRE/TCP 1723 passthrough is disabled)?

  • Skype login problem on Nokia E5

    I have login problem in Nokia E5 kindly help me to make successful login

    i tried your method but my web browser doesnt give me the option:  'yes,allow always'. it only gives "continue"and "certificate details. no "yes, allow always." :/
    how can i proceed pls?

  • Roaming profile login problem to the domain

    Hi all,
    Domain Environment, DC Server with Server OS of Microsoft Server 2008 R2 Standart SP1.
    Roaming profiles unable to login to the domain on couple of PC's. They just inserting the password, starting to wait to log in with "Welcome"
    on the screen, its thinking and looks like hes gona open the user's desktop but in this secong its just logging out back to the login screen.
    Thanks for your help.
    Best Regards,
    Vlad Dodin

    Hi Vlad Dodin,
    I want to get more information about this issue.
    Had you got any error messages during the login process?
    If no domain users can log into those PCs?
    If this is just a login problem in those PCs and there is no error Roaming profiles error during the login process, this article may be helpful for you:
    How To Fix Stopping, Freezing, and Reboot Issues During Windows Login:
    http://pcsupport.about.com/od/findbysymptom/ht/windows-freezes-reboots-during-login.htm
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information
    I hope this helps.

  • ICloud login problem on Apple Mail App

    So is Apple considering its own Mail App on the Mac to be a third part app? Been having login problems since they started requring two step verification on third party apps. Once I shut off my two step verification on my iCloud account it worked fine.

    You shouldn't need to turn off two-step verification or use an app-specific password for your Mac mail to work with iCloud (mine works fine).  Try turning tow-step verification back on.  If Mail doesn't work, go to System Preferences>iCloud, uncheck Mail, restart your Mac, then go back and check Mail again.

  • What's causing these power-up and login problems?

    I recently switched from Tiger to Leopard (installed by the repairers) and have encountered some power-up and login problems. Basically, my set up is that the computer automatically logs into a non-admin account, launches a Safari page, and then that's it - after checking the webpage, I logout of that account, into my main account, and work from there.
    In Tiger :
    A few times quite recently the computer would freeze, either while Safari was launching / opening the webpage, or when I tried to logout. Force Quit didn't work (total freeze) so I would force power-off and switch on again, and things would be fine.
    In Leopard, one of the following has begun to happen, about two weeks after I began using it:
    • The computer reaches the grey screen with an endlessly rotating gear wheel. (Power off / on again)
    • The computer logs in to the account; after selecting 'Log out...' I log out, but instead of giving me the login screen, it logs straight back into that account, and this happens every time I try 'Log out...'. (Use Fast User Switching instead to reach main account, where one or two software glitches prompt a Restart) This has happened twice.
    • This morning, the computer reached the blue screen where the pointer appeared - faded - appeared - faded etc endlessly (Power off / on again).
    Clearly it is not the System - experiencing problems in both Tiger and Leopard proves that. Nor is it my HD - I've had a new one installed. It must therefore be a setting in my login account, though it's hard to see what : I only use that account for login, and a single launch of Safari, and it's been ok for years.
    Should i create another login account and see if that solves the problem? By the way, the repairers did not give me any Leopard install disks, so please don't suggest that method of diagnosis. I only have the original Tiger disks.

    christopher rigby1 wrote:
    2. I don't know what Apple app(s) you refer to? As I said I've upgraded all the free ones, and iLife '06 is working (and I have the disks).
    Look in your Applications folder: Any Apple app there, except for the ones you've mentioned. And all the built-in parts of OSX.
    3. They told me that I CAN do a full restore from a Time Machine backup (via Disk Utility apparently).
    That should tell you something about the quality of their advice.
    See: [Mac OS X 10.6 Help Recovering your entire system|http://docs.info.apple.com/article.html?path=Mac/10.6/en/15638.html].
    Or the *Restoring your entire system from a backup* section, towards the bottom of [Mac 101: Time Machine|http://support.apple.com/kb/HT1427].
    Or look up +*Time Machine+* in Mac Help.
    Or #14 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of this forum).
    And if there's a problem with your installation of OSX (which seems likely), or the Apple apps, you can't reinstall them, either.
    4. Having spent hours and hours getting the machine to work properly (upgrading Mail and sorting out Mail problems, upgrading Safari, re-upgrading iTunes and sorting out problems), I'm not prepared to spend hours and hours doing the whole thing in reverse to restore Tiger, including learning HOW to do that.
    Correct; unless you have backups of the Tiger system, that's impractical at best.
    So unless anyone has a reasonably simple, straightforward answer as to what this problem might be, it looks like I must live with it.
    You have some sort of problem with your Mac and it's not going to get better on it's own. Most likely, it will get worse.
    If you haven't, try the things recommended by Dale.
    Also try running the +Apple Hardware Test.+ It's on one of the disc(s) that came with your Mac, and is tailored to it's particular hardware. The disk should have +Apple Hardware Test+ and instructions for running it printed in very tiny type.
    I sympathize with your situation, but the repair shop violated the Apple license, and put you in an untenable situation. If they won't correct it by supplying the Leopard disc, you really should report them to Apple.
    You need to purchase a retail copy of Leopard (not the gray discs that came with another Mac; they won't boot yours). They're not shown on the Apple Store website anymore, and eBay and other sellers get a premium for them, but AppleCare should have them for the original $129.

  • Keychain "login" Problems   Can't remember my Keychain password.  Admin Password also does not help. Mac Mini(Late 2012) OS 10.10.2

    Series of Keychain "Login" Problems.
    Hardware: Mac Mini (Late 2012)  2.5 GHz Intel COre i5,  4GB 1600 MHz DDR3
    OS X : 10.10.2 upgraded yesterday
    Mail wants to use "login" keychain.   I enter Password but no success.
    CalendarAgent wants to use "login" keychain.   I enter Password but no success.
    Com.apple.internetaccounts.xpc wants to you "login" keychain. Password, not successful.
    At some point in past days I was offered to rename Keychain, so I did.
    In Keychain Access, I deleted "Login"    and selected Delete references.
    Just now I went into ~/Library/Keychains and found Login.Keychain and Login_renamed.Keychain.
    I have renamed Login.keychain -> Login-old.keychain.
    I renamed Login_renamed.keychain-> Login.Keychain.
    In Keychain Access, I added "Login" back.  This should be the renamed keychain.
    Original problems still persist.  No noticeable changes.
    Keychain wants to use the "Login" keychain.   Can't remember my password or it is incorrect.
    Help?
    TITLprods

    I turned off and turned on the computer.  When restarting it said that it could not use the Login and did I want to create a new or use and alternate?  I created new and for the moment things seem to be working under the command of the "New Login"
    That still doesn't really alleviate the problem of the old login.

  • AOL email Login problem The requested resource (webmail/_cqr/LoginSuccess.apspx) is not available

    AOL email Login problem on Ipad 4, error message reads:
    The requested resource (webmail/_cqr/LoginSuccess.apspx) is not available.
    Apache Tomcat/7.2.27
    If I remove AOL app than re-add it. sometimes I get a day or so before the error message returns.
    My Aol email is accessable from my Iphone OK.
    Seaches for this error solution have been fuitless.
    Does anybody have any ideas?
    VOGO

    Add this statement to struts-config.xml
    <forward
    name="success2" path="/loginSuccess2.jsp"/>
    Before trying on tiles, you can add this statement in the method for handling the form in the class LoginAction
    return mapping.findForward("success2");

  • Login problems using safari5.1

    Hi there. I’m on a macbook pro, running safari. I just updated to safari 5.1, and since then all my automatic logins have gone. Ticking the ‘keep me logged in’ box isn’t working, and I have to re-enter all the details every time. Any ideas? Cheers.

    Hi asailor, Welcome to Apple's Users Help Users
    Forums.
    Were you in S 2.0.4 prior to 2 days ago when the prob
    started?
    Maybe the bank was doing maintenance. What bank is
    it? Maybe someone will chime in.
    I was using S 2.0.4 prior to the login problem. The bank rep said it
    was a Safari issue. I reported the bug to Apple. Yesterday, I was able to login and today I can't. ndbt.com is the bank's website.
    Thanks for you help!

  • [CS4] Post login problem

    Hi everybody,
    I’m facing a problem I can’t solve as I’m not an expert with php : I have created a site of which first page is a login. On the second page I would like to retrieve informations from a database based on the logged on user ID. Here is the problem : I don’t know how I can insert the user ID on the SQL request (on page 2). I’ve tried to put as Run-Time value of my Recordset template $_GET[‘MM_Username’] but it does not work. Creating a session value into the bindings panel allows me to display the correct ID value (therefore MM_Username) on the HTML page but still I can’t do anything with it into my SQL request… I’m lost !
    Thanks in advance for your help/advices
    Best regards

    Sure ! Here it is (code was generated using the server behaviors panel “Log InUser”)
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    ?>
    <?php
    // *** Validate request to login to this site.
    if (!isset($_SESSION)) {
      session_start();
    $loginFormAction = $_SERVER['PHP_SELF'];
    if (isset($_GET['accesscheck'])) {
      $_SESSION['PrevUrl'] = $_GET['accesscheck'];
    if (isset($_POST['Identifiant'])) {
      $loginUsername=$_POST['Identifiant'];
      $password=$_POST['Password'];
      $MM_fldUserAuthorization = "niveau";
      $MM_redirectLoginSuccess = "Menu.php";
      $MM_redirectLoginFailed = "erreur.htm";
      $MM_redirecttoReferrer = false;
      mysql_select_db($database_Main, $Main);
      $LoginRS__query=sprintf("SELECT identifiant, passe, niveau FROM repertoire WHERE identifiant=%s AND passe=%s",
      GetSQLValueString($loginUsername, "text"), GetSQLValueString($password, "text"));
      $LoginRS = mysql_query($LoginRS__query, $Main) or die(mysql_error());
      $loginFoundUser = mysql_num_rows($LoginRS);
      if ($loginFoundUser) {
        $loginStrGroup  = mysql_result($LoginRS,0,'niveau');
        //declare two session variables and assign them
        $_SESSION['MM_Username'] = $loginUsername;
        $_SESSION['MM_UserGroup'] = $loginStrGroup;            
        if (isset($_SESSION['PrevUrl']) && false) {
          $MM_redirectLoginSuccess = $_SESSION['PrevUrl'];             
        header("Location: " . $MM_redirectLoginSuccess );
      else {
        header("Location: ". $MM_redirectLoginFailed );
    ?>
    De : MurraySummers [email protected]
    Envoyé : vendredi 8 mars 2013 18:20
    À : Berurier75
    Objet : Post login problem
    Re: Post login problem
    created by MurraySummers <http://forums.adobe.com/people/MurraySummers>  in Dreamweaver - View the full discussion <http://forums.adobe.com/message/5132803#5132803

  • Login problems after update to Safari 3.1

    Hi, ever since I updated to Safari 3.1.0 I have been unable to login to any site that requests a login. I have checked if it has a problem with secure websites and I can load a secure page ie: https://www.verisign.com with no problem, also seems happy if I used any site that had been logged into before. The later no longer work after I cleared the cache and cookies to try to fix the login problem. I have run all updates so am on 3.1.2 with no change. Strange thing is, I can get to any site with login on Firefox and camino with out problems. Any ideas to help fix this as it's driving me nuts.

    I have the same problem. I enter username and password and I get dumped back to the login screen. It isn't the username/password error screen, it is the original login screen.
    I've reset/trashed everything I can think of but that hasn't helped.
    Anyone know where I can get a 3.0 version?

Maybe you are looking for