Multiple login pages

I need to display a different login page when I use logins in. It doesn't necessarily needs to be a new page let me correct that. I just want to be able to change the logo that is displayed based on the user that is logged in. Is there any way to pass a value of some kind to the login page to do this? The answer is probably no, but I was just curious if anyone has run into a similar situation like this. Any help would be greatly appreciated.

Its possible. Our portal is not a VPP (hosted mode). Each web-application is now requiring its own single signon page with URLS for "contact us" and "terms of use".
We achieved this using a virtual host on the OHS associated with the SSO (refer to it as a virtual SSO service). Write your own login-redirector page to detect this virtual SSO service: this redirects to the primary SSO service with a parameter indicating the page you need displayed. Before doing that each of the partner applications that were registered with the primary SSO have to be registered with the new virtual SSO too.
hope this helps
_Sudhir ([email protected])                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • J_security_check and multiple login pages

    We have a web app which uses form-based authentication. We want the user to be able to cruise around the non-secure pages and then, when they're ready, to log in using the username/password boxes already present on whatever page they're on.
    This kind of flies in the face of standard use of j_security_check in that we're not redirecting to a login page, but already have the login information. We are therefore POSTing directly to j_security_check. We are also assuming that the j_security_check will redirect the user to one of the files in the welcome file list upon authentication.
    This makes me a bit uneasy. There seems like there should be a better way, and I don't know what it is. Furthermore, we seem to be having some problems, and I feel this might be the cause of it.
    What's the proper way of having multiple points of login, with different login pages, and still use form-based authentication?

    Thanks Frank!
    I am now a little further, I have made a small examlple which runs fine in Eclipse, but when I try to implement on JDeveloper I get two Exceptions:
    java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied.
    There's is probably something wrong with my paths,
    but do you by any chance have some examles, that can help med along?
    Regards Newbe

  • Multiple Branded Login Pages

    Hi
    I followed the plumtree enterprise dev tutorial on the plumtree site on multiple branding using different url host headers, using custom activity spaces and PEI, making calls when login action events are triggered. It works for the most part, except for one case:
    I have url "X" which uses the default guest account, and url "Y", which uses a custom guest account "guest2". Both urls point to the same plumtree portal.
    I can go from Y to X and back to Y. Each time a login action fires and my custom classes swap the guest accounts being used.
    Where it doesn't work is if I go from X to Y. I think its because X logs in as the default "guest" account, and once its logged in, even if I go to Y, no login events are fired and my classes don't get a chance to swap the guest account.
    Looking at PTSpy, none of the login activity events get triggered so there's no way I can get my code to swap the guest accounts.
    Is there another way to force the guest accounts to swap?
    We are using Plumtree Portal 5.0.2
    Regards
    Polan Fong

    Hi Eric,
    We will be adding a Quick Start for a similar customization to the Developer Center soon. Our approach uses the Login PEI to login the user as a custom guest user based upon the url they use to hit the portal (http://www.mycompany.portal.plumtree.com). The custom guest user allows you to use subportal branding to make the login page match the portal after the user logs in. This is not a perfect solution in the 5.0.2 timeframe, but it works for the login page (guest user browsing has some issues). You could also use the Login PEI to do something similar to what you did in 4.5 with custom login pages.
    -- Don

  • Multiple custom login pages

    I have two WebApps. In central admin i set one different custom login page for each.
    now the problem: the second WebApp redirects to the login page of the first one.
    Known problem?

    Hi,
    According to your post, my understanding is that you wanted to set different login pages for different web applications.
    Please check whether you choose the zone that you want to configure and enter the Sign In Page URL correctly.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • OAM SSO login page language

    Hi,
    I have an application that is authenticated using the SSO component of OAM 11.1.1.3. The application uses mod_osso for authentication and redirection to the SSO login page.
    My application is available in multiple languages, the end user selects the required language using a drop-down list on the landing page. However, when he/she is redirected to the SSO login page, it is always in english. From what i can see, the SSO page uses the browser settings to determine which language to display. Is there something i can do on the application side to force the SSO page to use the same language that the user selected from my application.
    I have read the "Internationalization and Multibyte Data Support for OAM 10g WebGates" chapter of the Identity Management documentation, it lists the available languages, but doesnt specify any way of over-riding the browser settings.
    Thanks a lot,
    Edited by: noshea on Apr 27, 2011 2:09 PM

    Joe wrote:
    Hello,
    I have configured OAM with OID as the datastore. I have a password policy in OID such that if the user enters a wrong password more than 3 times then > the account is locked for a specific interval.
    OAM has its own password management feature, it is not smart enough to understand that the policy is in OID. You can write custom plugins to help solve that problem or you can use OAM's LPM. http://download.oracle.com/docs/cd/E15217_01/doc.1014/e12489/whatsnew.htm#CHDCFDEH

  • Multiple logins - can they access the same iTunes library?

    I have multiple logins on my Mac with Leopard. Our families iTunes library resides on my account. I set up separate accounts for them to protect my documents and such. However, when they launch iTunes, the library is blank. Can I point them to the library on the main account somehow so we don't have duplicate files.

    Have a look at this page: iTunes: How to share music between different accounts on a single computer

  • How do you create a login page using dashcode for the iPhone's mobile safari that will transfer you to the next page?

         Hey I have created a login page in Dashcode for a mobile safari app (aka iphone web app) and I am having trouble since I can not find any useful info about multiple pages. I don't want to use a stack layout view because it is only a login page and I need to check with a database to make sure the user's login info is correct. Right now I have it set up so that it loads another iphone web app project once it validates the info.
         The only problem with this is I am having a good bit of trouble trying to pass values from my php code to javascript or html. For some reason calling the javascript inside the php code makes the actual code inside the app not be called and same with the echo statment for the html.
    So I would like to be able to create the app in this way:
    Login page > PHP > MS SQL > PHP > UNKNOWN (if I can't get the javascript or html to output both) > Secure info on the next page
         I believe It would be a lot easier if I had the option for a multiple page but instead I am having to load up an entirely new dashcode project. If anyone knows a better way please let me know. Or if anyone knows a link to good information on passing values from php to javascript, because I couldn't get any of the code I tried to work, I would really appreciate it.

    Addendum to previous reply:
    OK.  This is weird--but I should be used to that, and just grateful that it seems to work (for now).
    What I had done is FTPd some image files to my site using Filezilla, but when I had tried to access them, I was unsuccessful.  I am almost sure that I used the same url (and variations of it) as you suggested, namely,  http://mysite.verizon.net/username/filename , and it either did not work, or gave me the "Page under construction", or, in some cases asked me for my username and password.
    But, when I did it this time, it worked.  So I probably had something off, but I can now do what I want.
    By the way, if you'll permit another question, while on the site-builder site, it said that there was a "Web Photo Manager", and said that "To download the Web Photo Manager: Open the Site Builder application and go to the All My Sites page. Click on the Web Photo Manager link (listed under Advanced Building Tools )."  I can't find it--would you happen to know where it is?
    In any case, thanks a lot for all your help--it solved my problem. 

  • Windows 7-8.1 Can not change the MAC Address on wifi and cannot load login page in public HotSpot.

    Windows 7-8.1 Can not change the MAC Address on wifi and cannot load login page in public HotSpot.
    Adapter: Ralink RT3070 Chipset wifi adapter
    Tested: os Windows 8.1 Professional
    Hot Spot: 802.11b
    The first problem windows 7-8.1 got IP adress and connect he public HotSpot  but  cannot load login page or any other page. It does not work with it.
    The second problem Wifi canrd/configure/Advandes (No network adress change function).Tested with the default windows driver and the ralink rt 3070 driver the same problem.On windows XP the same function the same driver works perfectly.
    multiple users to have expressed interest in the problem But Microsoft not corrected the problem window7-8.1 10?
    lizardsystems.com/wiki/change_mac_address/faq/change_mac_address_in_windows_7
    blog.technitium.com/2011/05/tmac-issue-with-wireless-network.html
    superuser.com/questions/519189/how-to-change-the-mac-address-in-win-8-to-spoof-a-roku-player-through-a-wifi-spl
    social.technet.microsoft.com/Forums/windows/en-US/59e07df3-471c-499e-ad5f-e7cb507595df/cannot-change-mac-address-in-windows-7-driver-has-option-doesnt-work-neither-does-regedit-ms?forum=w7itpronetworking
    networksteve.com/windows/topic.php/CANNOT_CHANGE_WIRELESS_%28SPOOF%29_MAC_ADDRESS_ON_WINDOWS_7/?TopicId=16810&Posts=1
    On windows XP or linux have a MAC adress Change function  allow 00 mac adress and another normal mac adress range.On windows 8.1 all Mac changer program dont work.This 2,6,A,E on second adress are not vaild Mac adress. You simply can not use normal MAC
    addresses on windows 8.1.When i connect the usb the Pc windows 8.1 recognizes the adapter but the default  driver and the downloaded ralink driver the same problem.On windows xp the current driver works perfectly have (Local Mac Network Adress) funktion
    and works with the 802.11b hot spot.I got the internet my PC and laptop too public HotSpots and another wifi HotSpots if wont work correctly i can not use neither the windows 7,8,8.1 or 10. Many users have expressed interest in the problem more forums.
    The 3. problem im tested in virtualbox the windows 7 and 8.1 on 8.1 (on the blue wifi platform) not show correctly the signal strengh. On windows 7 show this correctly.The windows 7-8.1 Configure/advanced the advanced options on Ralink 3070 the default (windows
    driver) somehow downgraded function is less than for Xp. Configure/advanced the advanced options (needs to be upgraded in the future) because it does not advance but rather regressed.
    Today it is very common these wi-fi technology increasingly used (hotels,Public Hots Spots,Internet coffe,) growing free bublic wifi projects. The wifi funktions on windows  need debugging and modernize.The quality of Wi-Fi is now the operating system
    is now a thing order which is not good then the operating system is unusable.

    Hi,
    For changing the MAC address for Windows 7 is designed with some limitation, we cannot get over it. Thanks for your understanding.
    Under Windows 7, the possible range of spoofed addresses for wireless adapters that can be set is limited.  To be used by Windows 7, a spoofed MAC address should have 0 as a least significant bit (unicast) and 1 as a second least significant
    bit (locally administered) in the second nibble.  Thus possible values for the second nibble are limited to 2, 6, A and E.
    In other words 
    MAC address:  “XY-XX-XX-XX-XX-XX” “X” can be anything hexadecimal.  The hexadecimal “Y”, written in binary format, is  Y:  “kmnp”,  where “p” is the least significant bit; 
    p=0 --> unicast;
    p=1 --> multicast;
    n=0 --> globally assigned MAC;
    n=1 --> locally administered;
    So, actually MAC can be changed  to any combination in which p=0 and n=1;
    “Y” can be 2, 6, A or E.
    So the possible MAC addresses in Windows 7 for wireless adapters:
    X2-XX-XX-XX-XX-XX
    X6-XX-XX-XX-XX-XX
    XA-XX-XX-XX-XX-XX
    XE-XX-XX-XX-XX-XX
    For the wifi hotspot issue, please check this blog to see if it can be helpful.
    Windows 7 Connectivity Problems in Public Hotspots
    http://blogs.technet.com/b/patrickr/archive/2010/07/28/windows-7-connectivity-problems-in-public-hotspots.aspx
    Kate Li
    TechNet Community Support

  • Creating login page - direct users to a unique file based on unique id?

    Hello - I am in the process of creating a login page that will direct users to a unique page based on their unique id.  I would normally go to Server Behaviors>User Auth>Log In User, but that gives me the option of browsing only one file for all usernames and that's not what I need.  So basically, if the user logs in with the Caterpillars username, it takes them directly to the Caterpillars page and if they log in with the Butterflies username, it takes them to the Butterflies page (yes, it's a preschool with goofy classroom names!).  If it matters, I'm using MySql and the page is .php.  I tried to upload the php, but it gave me an error "the content type of this attachment is not allowed" - not sure what that's all about - sorry.
    Thanks in advance!!

    I was trying to do the latter - store the path for each individual file (catepillars.html, butterflies.html, etc) in the database with the login info.
    My problem is that I can't get it to direct to that page in the code.  My understanding is that I have to tell it in within this code <?php echo $row_MM_Username['login']; ?> that if username is caterpillars then they go directly to caterpillars.html...
    For your desire you don't need extra database fields, recordsets, session variables or anything else if you want to direct username to a static username.html file
    Instead use a dynamic META redirect in <head> of success.php page based on session variable for Username and append .html to the username.
    <META http-equiv="refresh" content="0;URL=http://example.com/<?php echo $SESSION['MM_Username']; ?>.html">
    You could add the show if users is logged in server behavior to success.php and wrap the meta redirect in it so that if the user is logged in then you are redirected to username.html or just add a restrict access SB so that you can not visit success.php (and be redirected to username.html) unless you are logged in.
    Does that solve your problem?
    It may have been easier to explain if your original inquiry mentioned that you wanted logged in users to go to a static .html page based on their username like username.html (sighs). FWIW I would still follow my original recommendation of using one dynamic file to display different users info on one page because as mentioned you only have to maintain one file vs. multiple static files.

  • Problem Opening SOA Login Page.

    Hello,
    I have Configured managed server in my weblogic server. Every thing works fine, I am able to see the default page of
    SOA i.e.. http://localhost:7001/, but when I tried to open login page http://localhost:7001/em it encounters following error.
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    Also I am providing the log for managedserver below.
    ath weblogic.Server
    <Oct 30, 2009 5:56:51 PM IST> <Notice> <WebLogicServer> <BEA-000395> <Following
    extensions directory contents added to the end of the classpath:
    E:\Oracle\Middleware\user_projects\domains\Fmw_domain\lib\mbeantypes\csp-id-asse
    rter.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\beehive_ja.jar;E:\Oracle\Middle
    ware\wlserver_10.3\L10N\beehive_ko.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\b
    eehive_zh_CN.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\beehive_zh_TW.jar;E:\Or
    acle\Middleware\wlserver_10.3\L10N\p13n_wls_ja.jar;E:\Oracle\Middleware\wlserver
    _10.3\L10N\p13n_wls_ko.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_C
    N.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\p13n_wls_zh_TW.jar;E:\Oracle\Middl
    eware\wlserver_10.3\L10N\testclient_ja.jar;E:\Oracle\Middleware\wlserver_10.3\L1
    0N\testclient_ko.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\testclient_zh_CN.ja
    r;E:\Oracle\Middleware\wlserver_10.3\L10N\testclient_zh_TW.jar;E:\Oracle\Middlew
    are\wlserver_10.3\L10N\tuxedocontrol_ja.jar;E:\Oracle\Middleware\wlserver_10.3\L
    10N\tuxedocontrol_ko.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_z
    h_CN.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\tuxedocontrol_zh_TW.jar;E:\Orac
    le\Middleware\wlserver_10.3\L10N\workshop_ja.jar;E:\Oracle\Middleware\wlserver_1
    0.3\L10N\workshop_ko.jar;E:\Oracle\Middleware\wlserver_10.3\L10N\workshop_zh_CN.
    jar;E:\Oracle\Middleware\wlserver_10.3\L10N\workshop_zh_TW.jar>
    <Oct 30, 2009 5:56:51 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting Web
    Logic Server with Java HotSpot(TM) Client VM Version 11.0-b16 from Sun Microsyst
    ems Inc.>
    <Oct 30, 2009 5:56:52 PM IST> <Info> <Security> <BEA-090065> <Getting boot ident
    ity from user.>
    Enter username to boot WebLogic server:weblogic
    Enter password to boot WebLogic server:
    <Oct 30, 2009 5:57:21 PM IST> <Info> <Management> <BEA-141107> <Version: WebLogi
    c Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385 >
    <Oct 30, 2009 5:57:23 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <Oct 30, 2009 5:57:23 PM IST> <Info> <WorkManager> <BEA-002900> <Initializing se
    lf-tuning thread pool>
    <Oct 30, 2009 5:57:23 PM IST> <Notice> <LoggingService> <BEA-320400> <The log fi
    le E:\Oracle\Middleware\user_projects\domains\Fmw_domain\servers\soa_server1\log
    s\soa_server1.log will be rotated. Reopen the log file if tailing has stopped. T
    his can happen on some platforms like Windows.>
    <Oct 30, 2009 5:57:23 PM IST> <Notice> <LoggingService> <BEA-320401> <The log fi
    le has been rotated to E:\Oracle\Middleware\user_projects\domains\Fmw_domain\ser
    vers\soa_server1\logs\soa_server1.log00007. Log messages will continue to be log
    ged in E:\Oracle\Middleware\user_projects\domains\Fmw_domain\servers\soa_server1
    \logs\soa_server1.log.>
    <Oct 30, 2009 5:57:23 PM IST> <Notice> <Log Management> <BEA-170019> <The server
    log file E:\Oracle\Middleware\user_projects\domains\Fmw_domain\servers\soa_serv
    er1\logs\soa_server1.log is opened. All server side log events will be written t
    o this file.>
    <Oct 30, 2009 5:57:27 PM IST> <Notice> <Security> <BEA-090082> <Security initial
    izing using security realm myrealm.>
    <Oct 30, 2009 5:57:33 PM IST> <Warning> <Deployer> <BEA-149617> <Non-critical in
    ternal application uddi was not deployed. Error: [Deployer:149158]No application
    files exist at 'E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Oct 30, 2009 5:57:33 PM IST> <Warning> <Deployer> <BEA-149617> <Non-critical in
    ternal application uddiexplorer was not deployed. Error: [Deployer:149158]No app
    lication files exist at 'E:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.w
    ar'.>
    <Oct 30, 2009 5:57:33 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STANDBY>
    <Oct 30, 2009 5:57:33 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to STARTING>
    <Oct 30, 2009 5:57:56 PM IST> <Warning> <Connector> <BEA-190110> <Resource Adapt
    er is calling BootstrapContext.createTimer() and allocating a Timer Thread that
    is not managed by WebLogic Server. This may adversely impact the performance/ope
    ration of WebLogic Server.>
    <Oct 30, 2009 5:58:02 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'FacadeFinderBean', class oracle.soa.management.internal.ejb.FacadeFinderBean wa
    s loaded from the system classpath. As a result, this class cannot be reloaded w
    hile the server is running. To prevent this behavior in the future, make sure th
    e class is not located in the server classpath.>
    <Oct 30, 2009 5:58:02 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'SOATestBean', class oracle.soa.management.internal.ejb.SOATestBean was loaded f
    rom the system classpath. As a result, this class cannot be reloaded while the s
    erver is running. To prevent this behavior in the future, make sure the class is
    not located in the server classpath.>
    <Oct 30, 2009 5:58:03 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.SOASer
    viceInvokerEJB was loaded from the system classpath. As a result, this class can
    not be reloaded while the server is running. To prevent this behavior in the fut
    ure, make sure the class is not located in the server classpath.>
    <Oct 30, 2009 5:58:03 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'SOAServiceInvokerEJB', class oracle.integration.platform.blocks.sdox.ejb.api.SO
    AServiceInvokerBean was loaded from the system classpath. As a result, this clas
    s cannot be reloaded while the server is running. To prevent this behavior in th
    e future, make sure the class is not located in the server classpath.>
    <Oct 30, 2009 5:58:03 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'ContextAwareBean', class oracle.integration.platform.ejb.ContextAware was loade
    d from the system classpath. As a result, this class cannot be reloaded while th
    e server is running. To prevent this behavior in the future, make sure the class
    is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterHome wa
    s loaded from the system classpath. As a result, this class cannot be reloaded w
    hile the server is running. To prevent this behavior in the future, make sure th
    e class is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarter was lo
    aded from the system classpath. As a result, this class cannot be reloaded while
    the server is running. To prevent this behavior in the future, make sure the cl
    ass is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterLocalHo
    me was loaded from the system classpath. As a result, this class cannot be reloa
    ded while the server is running. To prevent this behavior in the future, make su
    re the class is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'B2BStarterBeanWLS', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BStarterLocal w
    as loaded from the system classpath. As a result, this class cannot be reloaded
    while the server is running. To prevent this behavior in the future, make sure t
    he class is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.
    ServerTestBean was loaded from the system classpath. As a result, this class can
    not be reloaded while the server is running. To prevent this behavior in the fut
    ure, make sure the class is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.
    ServerTestHome was loaded from the system classpath. As a result, this class can
    not be reloaded while the server is running. To prevent this behavior in the fut
    ure, make sure the class is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'oracle.tip.b2b.test.runtime.ServerTestBean', class oracle.tip.b2b.test.runtime.
    ServerTest was loaded from the system classpath. As a result, this class cannot
    be reloaded while the server is running. To prevent this behavior in the future,
    make sure the class is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityHome was l
    oaded from the system classpath. As a result, this class cannot be reloaded whil
    e the server is running. To prevent this behavior in the future, make sure the c
    lass is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtility was loade
    d from the system classpath. As a result, this class cannot be reloaded while th
    e server is running. To prevent this behavior in the future, make sure the class
    is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityLocalHome
    was loaded from the system classpath. As a result, this class cannot be reloaded
    while the server is running. To prevent this behavior in the future, make sure
    the class is not located in the server classpath.>
    <Oct 30, 2009 5:58:06 PM IST> <Warning> <EJB> <BEA-010001> <While deploying EJB
    'B2BUtilityBean', class oracle.tip.b2b.j2ee.ejb.interfaces.IB2BUtilityLocal was
    loaded from the system classpath. As a result, this class cannot be reloaded whi
    le the server is running. To prevent this behavior in the future, make sure the
    class is not located in the server classpath.>
    Oct 30, 2009 5:58:11 PM oracle.sdpinternal.messaging.driver.DriverHelper$Registr
    ationWorker warnOnPastThreshold
    WARNING: Registration of driver Email-Driver did not complete; will retry period
    ically until messaging server responds.
    <Oct 30, 2009 5:58:19 PM IST> <Warning> <HTTP> <BEA-101299> <The servlet-mapping
    for servlet-name "jsp" will override the default mapping for *.jsp. This can le
    ad to a show code vulnerability.>
    <Oct 30, 2009 5:59:04 PM IST> <Warning> <WorkManager> <BEA-002919> <Unable to fi
    nd a WorkManager with name wm/B2BWorkManager. Dispatch policy wm/B2BWorkManager
    will map to the default WorkManager for the application soa-infra>
    <Oct 30, 2009 5:59:04 PM IST> <Warning> <WorkManager> <BEA-002919> <Unable to fi
    nd a WorkManager with name wm/B2BWorkManager. Dispatch policy wm/B2BWorkManager
    will map to the default WorkManager for the application soa-infra>
    INFO: FabricConfigManager.init ***> serverURL: http://sandeep-628.milletech.com
    :8001
    INFO: FabricConfigManager.init ***> callbackServerURL: http://sandeep-628.mille
    tech.com:8001
    INFO: FaultPoliciesParser.<init> ------->Constructed Policy parser
    [TopLink Info]: 2009.10.30 17:59:20.343--ServerSession(13595004)--TopLink, versi
    on: Oracle TopLink - 11g Release 1 (11.1.1.1.0) (Build 090527)
    [TopLink Info]: 2009.10.30 17:59:20.343--ServerSession(13595004)--Server: WebLog
    ic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385
    [TopLink Info]: 2009.10.30 17:59:20.375--ServerSession(13595004)--tracking_sessi
    on login successful
    [TopLink Info]: 2009.10.30 17:59:20.453--ServerSession(13786879)--TopLink, versi
    on: Oracle TopLink - 11g Release 1 (11.1.1.1.0) (Build 090527)
    [TopLink Info]: 2009.10.30 17:59:20.453--ServerSession(13786879)--Server: WebLog
    ic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385
    [TopLink Info]: 2009.10.30 17:59:20.828--ServerSession(13786879)--deferred_sessi
    on login successful
    initializeToplinkServerSession
    Running inside WLS
    DbAccess: setDocumentManager
    INFO: FabricConfigManager.init ***> serverURL: http://sandeep-628.milletech.com
    :8001
    INFO: FabricConfigManager.init ***> callbackServerURL: http://sandeep-628.mille
    tech.com:8001
    XEngine may not be installed properly. If you plan to use EDI/HL7 that requires
    XEngine, please unzip the XEngine bundle to install XEngine manually in $ORACLE_
    HOME/soa/thirdparty/edifecs directory.
    XEngine may not be installed properly. If you plan to use EDI/HL7 that requires
    XEngine, please unzip the XEngine bundle to install XEngine manually in $ORACLE_
    HOME/soa/thirdparty/edifecs directory.
    TransportLogger Init....
    Transport java logger init
    TransportLogger 1 ==>oracle.core.ojdl.logging.ODLLogger@174ac84
    TransportLogger finish
    init B2BTransport App
    init B2BTransport App exit
    TransportLogger Init....
    initAppSideB2BTransport App
    Endpoint = aq://IP_OUT_QUEUE@jdbc/SOADataSource
    URL = aq://IP_OUT_QUEUE@jdbc/SOADataSource
    URL2 = aq://IP_OUT_QUEUE@jdbc/SOADataSource
    in URL = aq://IP_OUT_QUEUE@jdbc/SOADataSource
    B2B initialized
    INFO: SSLSocketFactoryManagerImpl.getKeystoreLocation SOA Keystore location: E:/
    Oracle/MIDDLE~1/USER_P~1/domains/FMW_DO~1/config/fmwconfig/default-keystore.jks
    INFO: SSLSocketFactoryManagerImpl.getKeystorePassword Obtained null or empty key
    store password
    INFO: SSLSocketFactoryManagerImpl.getKeyPassword Obtained null or empty key pass
    word
    INFO: SSLSocketFactoryManagerImpl.getSSLSocketFactory SOA-20160
    INFO: WLSFabricKernelInitializer.init Initializing DMS...
    Oct 30, 2009 6:00:12 PM oracle.bpel.services.common.ServicesLogger __log
    WARNING: <.> Notification via email, voice, SMS or IM will not be sent. If you w
    ould like to enable them, please configure corresponding sdpmessaging driver. Th
    en modify the accounts and set NotificationMode attribute to either NONE, EMAIL
    or ALL in workflow-notification-config.xml
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    JmsConnectionFactory: Unable to set connection parameters for OracleConnectionMa
    nager
    <Oct 30, 2009 6:02:48 PM IST> <Notice> <Log Management> <BEA-170027> <The Server
    has established connection with the Domain level Diagnostic Service successfull
    y.>
    <Oct 30, 2009 6:03:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Oct 30, 2009 6:03:10 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Oct 30, 2009 6:03:17 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 192.168.1.16:8001 for protocols iiop, t3, ldap, snmp, htt
    p.>
    <Oct 30, 2009 6:03:17 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 5.182.89.193:8001 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 30, 2009 6:03:17 PM IST> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on 127.0.0.1:8001 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 30, 2009 6:03:17 PM IST> <Notice> <WebLogicServer> <BEA-000332> <Started We
    bLogic Managed Server "soa_server1" for domain "Fmw_domain" running in Developme
    nt Mode>
    <Oct 30, 2009 6:03:18 PM IST> <Warning> <Server> <BEA-002611> <Hostname "sandeep
    -628.milletech.com", maps to multiple IP addresses: 192.168.1.16, 5.182.89.193>
    <Oct 30, 2009 6:03:18 PM IST> <Warning> <Server> <BEA-002611> <Hostname "SANDEEP
    -628", maps to multiple IP addresses: 192.168.1.16, 5.182.89.193>
    <WSEE:42>Warning: JMS queue 'weblogic.wsee.DefaultQueue' is not found, as a resu
    lt, Web Service async responses via jms transport is not supported. If the targe
    t service uses JMS transport, the responses will not be able to come back.<JmsQu
    eueListener.connect:287>
    <WSEE:42>Warning: JMS queue 'weblogic.wsee.DefaultQueue' is not found, as a resu
    lt, Web Service async responses via jms transport is not supported. If the targe
    t service uses JMS transport, the responses will not be able to come back.<JmsQu
    eueListener.connect:287>
    <WSEE:42>Warning: JMS queue 'weblogic.wsee.DefaultQueue' is not found, as a resu
    lt, Web Service async responses via jms transport is not supported. If the targe
    t service uses JMS transport, the responses will not be able to come back.<JmsQu
    eueListener.connect:287>
    <WSEE:42>Warning: JMS queue 'weblogic.wsee.DefaultQueue' is not found, as a resu
    lt, Web Service async responses via jms transport is not supported. If the targe
    t service uses JMS transport, the responses will not be able to come back.<JmsQu
    eueListener.connect:287>
    <WSEE:42>Warning: JMS queue 'weblogic.wsee.DefaultQueue' is not found, as a resu
    lt, Web Service async responses via jms transport is not supported. If the targe
    t service uses JMS transport, the responses will not be able to come back.<JmsQu
    eueListener.connect:287>
    <WSEE:42>Warning: JMS queue 'weblogic.wsee.DefaultQueue' is not found, as a resu
    lt, Web Service async responses via jms transport is not supported. If the targe
    t service uses JMS transport, the responses will not be able to come back.<JmsQu
    eueListener.connect:287>
    <Oct 30, 2009 6:03:39 PM IST> <Warning> <Socket> <BEA-000449> <Closing socket as
    no data read from it during the configured idle timeout of 5 secs>
    INFO: WLSFabricKernelInitializer$1.handleNotification ......received server runn
    ing notification. proceeding with composite deployments
    INFO: WLSFabricKernelInitializer$2.run -------> Done deploying composites. took
    0 seconds.
    <Oct 30, 2009 6:05:57 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Oct 30, 2009 6:05:57 PM IST> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    INFO: FabricProviderServlet.stateChanged SOA Platform is running and accepting r
    equests
    Please help me out if any thing I missed.
    Thank you,
    Sandeep.

    You are getting 404 error because, you might have not configured EM in your domain. While creating the SOA domain, you should also choose Enterprise Manager template.
    To add EM to your existing domain do the following steps.
    1. Stop all the servers.
    2. Invoke the config wizard.
    3. Choose Extend Domain option. Select your domain.
    4. Choose EM template.
    5. Complete the wizard.
    6. Start the servers.
    Now EM url will be accessible.
    Hope this helps!!!

  • Multiple Login in ATG on multiple server instances.

    Hi,
    I'm facing a issue with multiple logins in my web application. The scenario is explained below:
    1. I login from one browser (IE) and add an item to cart. Then I navigate to cart page. I logout.
    2. I login from another browser (Chrome) and add another item to cart. Now I have two items in my cart. I'm still logged in.
    3. I login to IE again and it throws error saying ConcurrentUpadteException.
    This is very obvious.
    1. In first step the profile's order is picked up from repository and updates it version to '2' (suppose). This change is there still in the cache and not persisted in the DB. I logout. The order will get persisted only after 5 minutes, due to cache configuration.
    2. Next in step 2 we get the same order from the repository and makes its version number to '2' also. I'm still logged in.
    3. Now in step 3 when the order is again picked up from repository and updates the order version to '2'. Hence the ConcurrentUpdateException.
    This is happening because I have multiple sever instances and the request can be handled by any of the server instance. Had there been only one server instance it would have only one cache, and order will be picked up from the same cache every time.
    If I can invalidate the sessions across all the server instances I can resolve this issue. The problem is how can I do this. Is this possible by a making changes in the program or by changing any configuration.
    Please give me suggestions on how to take it up from here.

    Not sure what is the real issue you are facing. For resolving the concurrentUpdateException in order, ATG is suggesting some steps to follow while updating the order.
    Check the below solution, you need to have a support id to access this article.
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&id=1362812.1
    Regarding your second question, for invalidating the cache for multiple instances, ATG provides different Caching Modes, you may check the documentation.
    http://docs.oracle.com/cd/E23095_01/Platform.93/RepositoryGuide/html/s1003cachingmodes01.html
    Cheers
    R

  • New Login Page

    Hi,
    I have created a new login page so that when the users enter they are presented with all the available application they have access to. When they click on an application Say the timesheet i am storing there user name in an item on the timesheet page. If there are multiple users the system can not keep track of what user it has and displays someone elses user name to the user.
    Any Ideas?
    Thanks
    Kevin

    Kevin - If your application requires authentication and you don't use the built-in authentication and session management mechanisms provided by wizard-created authentication schemes (and their associated login pages), then you'll have to debug your own code as we have no idea what the design and implementation details are. However, if you are having trouble with some of the built-in mechanisms, please provide more details, preferably an example on htmldb.oracle.com.
    Scott

  • How to modify login page

    Hello,
    I am using Oracle Applications 11.5.10 and I need to modify the login page by adding a custom message.
    How can I do that?
    I have also tried to personalize the FND_SSO_SARBANES OXLEYTEXT, but my message is too long and if I put it there the message don't wrap in multiple lines (is it possibile to wrap this message?).
    Thanks in advance.
    Bye
    Raffaella

    there is a profile option FND_SSO_LOGIN_MASK that u can use. U can set this value:
    Bitmap values for optional Login Page attributes
    To show these attributes, just add the numeric values of all desired
    attributes. So, for example to show PASSWORD_HINT and FORGOT_PASSWORD_URL
    set the profile option, FND_SSO_LOGIN_MASK to 18 (2 + 16)
    Converting decimal 512 to hexadecimal
    512 / 16 = 32, 0 (remainder in hex)
    32 / 16 = 2, 0
    2 / 16 = 0, 2
    So decimal 512 is 0X200 in hexadecimal
    128 = 0X80, 256 = 0X100
    final int USERNAME_HINT = 0x01; // 1
    final int PASSWORD_HINT = 0x02; // 2
    final int CANCEL_BUTTON = 0x04; // 4
    final int FORGOT_PASSWORD_URL = 0x08; // 08
    final int REGISTER_URL = 0x10; // 16
    final int LANGUAGE_IMAGES = 0x20; // 32
    final int SARBANES_OXLEY_TEXT = 0x40; // 64
    Also u can use the Framework to change some picture
    Mike

  • Diallow multiple logins

    Is it possible to stop a user from multiple logins at the same time? I am using built-in cookie based authenitcation scheme.
    A user logs in once and he/she opens another browser on the same or another machine, I want to stop them from logging in again.
    Thanks
    Salman

    Salman,
    There is one technique that I've used before to address the "stolen session cookie" problem. Essentially I wanted to guard against the possibility of two users on separate browsers from using the same active session simultaneously, as might be the case if user B steals (discovers) the session cookie of user A who already has an authenticated session. In this model, the application (its authentication components) sends a cookie with a random key with each response and saves the value in a table also. The next page request from that browser will send the cookie back to the application. The application first checks to see if the cookie matches the key in the table. If not, raise an exception, presuming that another request with the correct key has already been received suggesting that at least one of the sessions has been hijacked, although we don't know which. If the received cookie matches the key in the table, that's fine and the application will send a new random key with the next response and save it in the table.
    Again, depending on your exact requirements, you could build something like this into your authentication scheme's session verification function, much like the examples we've posted for how to use a cookie to manage session expiration. For your needs, you might want to make the checking a little more general than what I described so that the random keys would be maintained for each named user instead of for each session.
    Scott

  • Secure login page won't load

    I have a problem that is driving me crazy involving my MacBook's (older Core Duo) wireless connectivity. I'm trying to connect to a corporate server (https://loginpage.aspx) using my home wireless network, Netgear router (WGT624). It starts as a browser based connection for login, successful login launches the Citrix client, but I can't even get the login page to load, and here's the crazy part (to me).
    If I turn off the Airport card and connect an ethernet cable I can load the login page. If I hop onto another open wireless network the login page loads. On my iMac (older Core Duo) I can load the login page using ethernet cable or Airport card. Both computers have the same updates and network settings. I have tried both Safari and Firefox, even IE, in multiple users. I reset the router. I reinstalled the Citrix client, not that the process gets that far.
    So I'm left with two thoughts, the Airport cards MAC address has been blocked by the corporate firewall (even possible??), or there's some file deep in a (.)hidden folder that is causing a problem.
    Hopefully someone reading this can give me another approach, short of trying a complete reinstall.

    Updated router firmware

Maybe you are looking for

  • After upgrade my keyboard is not recognized by Bluetooth

    I just saw an upgrade notice come up on my computer so I hit install etc. Now my iMac 15" is updated to OS X 10.9.3 but the keyboard is no longer recognized by Bluetooth. The green light on keyboard keeps blinking green but it never connects. Any sug

  • T400 - Won't Power On, No Lights

    Hi all, I have a T400 from early '09. It's been a fantastic laptop, though I now only use it for when I travel. Over the last year it's been running very hot, especially when playing games. I've been using a portable fan to cool it down, didn't think

  • How to print or email a filled out form?

    I have opened a form in adobe reader and filled out the form fields.  But when I email or print the form it does not contain any of the data I filled in. How do I get the form and the data I filled in to print or be included in the email?

  • Export to Excel Problem - Page server Error

    Post Author: Preethig CA Forum: Exporting Crystal Reports were designed using the Seagate Crystal Reports Developer Version 8.5.3.975.The reports does designed are published in the Seagate Crystal Enterprise 8.0.2.6725  across the web. When we try to

  • Error displayed

    Hello Experts, I get the follwoing error, please help. E:The data object "TRAN_STRUCTURE" has no component called "AG_CGEND1", but there is a component called "/BIC/AG_CGEND1". And this I get when I am trying to write a routine in update rule of an O