Custom Logon Screen Problems

Hello, i am facing with such problem:
I have developed application "custom logon screen"
[https://cw.sdn.sap.com/cw/docs/DOC-101074]
after deploy i get this error:
[EXCEPTION]
java.lang.InstantiationException: ID018236: Cannot instantiate bean. java.lang.ClassNotFoundException: class com.sap.engine.applications.security.logon.beans.ResourceBean : java.lang.InstantiationException: com.sap.engine.applications.security.logon.beans.ResourceBean
at JEE_jsp_logonPage_7538450_1282116953062_1282116953515._jspService(JEE_jsp_logonPage_7538450_1282116953062_1282116953515.java:52)
I try to develop similar application at NW CE 7.20 (using documentation for 7.20 - [http://help.sap.com/saphelp_nwce72/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm]) and had the same problems.
There is at least one mistake in documentation:
"To avoid inconsistencies in class references, add the class folder of the logon logic application to the libraries of the Java build path of the imported logon UI application.
You can find the class folder of the default logon logic application
under the following path:
<ASJava_Installation>/j2ee/cluster/apps/sap.com/com.sap.security.core.logon/servlet_jsp/logon_app/root/WEB-INF/classes"
There are no such folder on server. I tried to add tcsecumelogonlogic_api.jar which can be found at similar location: <ASJava_Installation>/j2ee/cluster/apps/sap.com/com.sap.security.core.logon/servlet_jsp/logon_app/root/WEB-INF/lib After that my application compiling successfully (without that i have errors compiling/validating original file "logonPage.jsp" and others which are using beans from mentioned JAR). But after deployment i get NoClassDefFound/InstantiationException error. btw, all mentioned things in documentions was done exactly as written in documentantion and with different variations many times but without success.

Hi,
I have the same problem, please tell us how you solved this problem

Similar Messages

  • Custom Logon Screen (Branding)

    Hi All,
    We want to chagne the WebDynpro login screen to achieve the following:
    - Custom Logo
    - Change Password functionality.
    I've located the login war file.
    com.sap.security.core.logon.war that contains the logon screen and have changed the JSP accordingly and it has worked.
    Does anyone know of a better way to change this?
    Regards,
    Michael

    Hi,
    The actual way of doing the Branding is as follows
    1. get the com.sap.portal.runtime.logon.par.bak in the irj deployed folder.
    2. remove the .bak.
    3. import it in the NWDS, do the changes in the jsp pages of login, logout, etc.
    4. make the par
    5. upload the same
    6. if you change the par name and uploaded then u need to do the changes to the authscheme.xml in the configtool, configuration
    7. restart the server.
    8. your changes are done.
    PS: Please take the com.sap.portal.runtime.logon.par.bak backup, if you gone wrong., then do upload it
    Thanks & Regards,
    Ragahvendra Pothula

  • How to create the logon Screen in details ?

    Hi Experts,
    i have the problems in logon screen in portal but am trying to in change the rename of com.sap.portal.runtime.logon.par.bak
    but is not change  in the display in portal logon screeen
    User id :
    Password :
    Authendication Schema:
    Drop down Box is display
    How to change the Authendication schema.xml file, where is the file change in authendication schema.xml which file is change am not in any idea, plz send me any documents in details
    Regards,
    Chandu

    Refer my reply in this link
    Re: How to configare in Customizing logon screen in portal?
    Steps are as follows.
    Below are the steps to customise the portal login page:
    Step I:
    1. Copy PAR u201Ccom.sap.portal.runtime.logon.par.baku201D to local directory
    2. Rename the PAR file.
    3. Import the renamed PAR file into NWDS.
    4. Add the jar file into directory distPORTAL-INFPrivatelib by unzipping the contents of the PAR file.
    5. Make necessary modifications to the file u201CumLogonPage.JSPu201D, u201CumLogonBotArea.txtu201D.
    6. Save the file. Rebuild Project.
    7. Export the PAR file with the changed name.
    Step II: Modification of Authschemes.xml to reference the new PAR file containing the modified logon UIs
    http://Ensure that all dispatcher and server nodes in the cluster are shut down.
    1. Start the Config Tool by executing <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat.
    2.Choose the symbol for Switch to configuration editor mode.
    3.In the tree, navigate to cluster_data -> server -> persistent -> com.sap.security.core.ume.service.
    4. To switch to edit mode, choose(Switch between view and edit mode).
    5. In the tree, select authschemes.xml and choose (Show the details of the selected node).
    6.Choose Download and save the file to a local directory.
    7.Edit the file locally.
    8.Create a new node in the configuration tree for the edited file as follows:
    a. Select the node com.sap.security.core.ume.service.
    b. Choose the symbol for Create a node below the selected node ( )
    c. Select the type File-entry.
    d. Choose Upload and select the file from your local directory.
    e.Enter the name for the entry, for example, authschemes_productive.xml. By default, the name of the uploaded file is used.
    f.Choose Create.
    g. Choose Close window.
    The new node appears in the configuration tree.
    For UME to use the new file, you have to change the value of the property login.authschemes.definition.file to the name of the new authschemes file. http://Change the property as described in Editing UME Properties.
    9. Restart the nodes in the cluster for the changes to take effect.
    Step III: Editing UME Properties
    Procedure
    http://Ensure All cluster elements are shut down.
    1.Start the Config Tool by executing <SAPJ2EEEngine_installation>j2eeconfigtoolconfigtool.bat.
    2.Choose the symbol for Switch to configuration editor mode.
    3. In the tree, navigate to cluster_data->server ->cfg ->services
    4.To switch to edit mode, choose (Switch between view and edit mode).
    5.In the tree, double-click on Propertysheet com.sap.security.core.ume.service.
    6. Click on the property you want to change.
    To enter a custom value, enter it in Custom and choose Apply custom.
    To reset a value to its default, choose Restore default.
    7. To save the changed properties, choose OK in the property sheet view.
    8. Restart the nodes in the cluster for the changes to take effect.
    Cheers!!
    SJ

  • CL_ICF_BASIC_LOGIN - Custom logon class

    Hi, is there any way to change the logon parameters within this class?  Ideally  I'd like to redefine the 'SET_GLOBAL_PARAMS' method so as to disable the 3 time user id/password attempt rule to prevent unintentional user id lock-out.  I've already created the custom logon screen but I'd really like to remove the password attempt rule for this specific ICF service.
    Thanks in advance,
    Kevin

    Hi Raja, not really, I had already gone through the documentation before and I couldn't find a way to change the password attempts per a given service.  The problem stems out of the fact that when attempting to log on to the WAS there is no user feedback indicating entry errors.  It is only when the user is returned to the change password screen(if selected for use) where the messages are displayed to the user.  The only way to correct this is to go to either the SSO2 or SSL way and configure these properly.  I was hoping to go around this as in our company that is a somewhat bureaucratic process( thanks to SOX ) and create a specific service that would allow unlimited attempts for only that service as access to the service was already secure.  It wasn't as easy as I was hoping so I'm going to move on.  Thanks very much anway though for your help.  It was much appreciated.
    Kevin

  • How do you change the logon screen in 10.7.4

    A few months ago I changed my logon screen background to something more desirable for my tastes. Recently, I updated my software to vers. 10.7.4 and the update reverted my custom logon screen back to the original. I tried changing it back, but it seems as though the location of the image has been changed as when I navigated there, my original "Custom image" was still there, but my actual logon screen still displays the factory image. What gives? Where do I go to change back to my custom image?

    I love Apple and I love my MBP. Also, I understand where your coming from when you say I shouldn't be messing around with the OS resources. Normally, a person would not go through the trouble (and/or the possible catastrophic consequences) of changing things like this, but computers fascinate me and I love learning about them. I'm sure there are many others out there like me. It is just a personal preference of mine to want to change the logon background (and gain the learning experience that goes along with it). My preferred logon screen DOES pay homage to Apple and being a second year programming major (yes, I am thus far only in my second year) it is what I like to learn about. I would not have endeavored in something like this if I did not think I could fix it if something went wrong. Like I said before, it would be nice to be able to change it as easy as it is to change the desktop background, but the learning experience is valuable too.

  • Problem while deploying new logon screen par file via NWDS

    hi
    i have a problem with deploying .par files out of the NWDS.
    i want to change the look of the logon screen in our EP Portal (SAP NetWeaver 2004s).
    when i just import the (working one) par file into NWDS and deploy it without ANY changes i get then an error when trying to call the portal:
    instead of the logonscreen i get some IView error (like IView: N/A).
    if i just copy the par file, and put it back to the pcd, everything works fine.
    my problem seems to be the "compiling/deploying" via NWDS.
    any suggestions?
    i followed the guide:
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    i followed also the BLOG:
    Modifying The Logon Par(or customising the Logon Screen)
    and the help:
    http://help.sap.com/saphelp_nw04/helpdata/en/23/c0e240beb0702ae10000000a155106/content.htm
    thanks for your help.
    markus

    Markus,
    If you import the par file using NWDS, most likely you wouldn't import the associated jar files (I think 2 jars) that are originally part of the par file. So, when you make changes and update your custom jar, it would lack the two jars and your application would fail. Try downloading the par file using System Administration -> Support -> PCD Administration -> Browse Deployment..
    Save the jar file on desktop and then import it to NWDS.
    Hope this helps,
    Kiran

  • Customizing logon problems page

    Hi,
    I'm working on EP 7.0   ,my logon problems page is not enabled  ,plz help me  how to configure it

    HI
    authschemes.xml file change the com.sap.poratl.runtime.logon with your par file name
    This blog explains step by step procedure for Custumzing the Portal Logon Screen
    Modifying The Logon Par(or customising the Logon Screen)
    A fast and easy Portal logon page customizing
    Portal Customizations Intro - Login Part 2
    Portal Customizations Intro - Login Part 1
    http://help.sap.com/saphelp_nw2004s/helpdata/en/23/c0e240beb0702ae10000000a155106/frameset.htm
    Hope this helps,
    Regards,
    Arun

  • Problem - Logging to portal with Custom Logon iview

    Dear Experts,
    I have created a custom Logon page(Iview out of PAR) with simple JSP with fileds user id as j_user and password j_password. In the action of the form i submit it to "/irj/portal". When the user id&password is correct it loggs in to the portal Correctly. but when the password is wrong it goes to the default Logon screen with the message 'user authentication failed'. Now i want to handle this in my custom logon page itself and donot want to show to the default page.
    Now i need to validate the user id and password before submitting the form. how can i do this, has some one done this before. Can u please send me the sample project to [email protected]
    Its Urgenty and Points will be awarded.
    Thanks
    Md. Yusuf

    Hi All,
    The problem was solved using PortalComponent using JSPDynpage, where i do the validate the user in a bean through the code.
         public boolean checkuserid456 ( String sh1, String sh2 ) throws UMException
              boolean bolval=false;
              try {
              String ssh1 = sh1;
              String ssh2 = sh2;
              IUserAccount ua = UMFactory.getUserAccountFactory().getUserAccountByLogonId(j_user);
              final boolean passwordCorrect = ua.checkPassword(j_password);
              bolval = passwordCorrect;
              catch(Exception e){
    If the value returened is true from the dynpage i direct it to success JSP else i go back to the same first JSP page.
    Thanks
    Yusuf

  • 7.01 to 7.3 Upgrade - Logon Screen - "Logon Problems? Get Support" occuring

    Hi
    We have upgrade our ABAP and JAVA stacks from NW 7.01 to NW 7.3.
    After the upgrade is the "Logon Problems? Get Support" occuring on our portals logon screen. In 7.01 this was controlled with the parameter ume.logon.logon_help - however after the upgrade we do not see this parameter anymore.
    Screen dump (requires a couple of clicks)
    http://www.filefactory.com/file/c26d20b/n/Portal_Logon_Page_Issue.jpg
    Any idea about how we remove the "Logon Problems? Get Support" part?
    Thanks and kind regards,
    Torben

    Hi Torben,
    On my fresh 7.3 installation, everything is clean and ... fresh ...
    So, for example, the built in group AnonUsers only has the user Guest as it's solely relation (no parent, no child groups); the guest user has the Guest role, which has (via it's groups) roles Everyone and Guest; onbly the role Everyone as got UME actions.
    All together, this sounds much like an upgrade issue (on my fresh 7.3, there is no group "J2EE_GUEST" at all).
    Two possibilities to go:
    - Open an OSS message (should be done in any case probably, to report this issue to SAP, so that this can be fixed);
    - Check the UME consistenty by yourself (http://help.sap.com/saphelp_nw73/helpdata/en/44/aecb4253217037e10000000a422035/frameset.htm)
    Maybe the second point already will fix some things; would be great for you, anyhow, I still would advise to report this issue officially to SAP.
    Hope it helps
    Detlev

  • How do I modify the logon screen  & orcle dashboard  with custom images

    I want customize the logon page dashboard and also replace ORACLE Dashboard with custom icon. Also I want to remove powered by ORACLE con that appears on presentation/dashboard web pages. Please provide relevant information to achieve this.
    Thanks and Regards

    You can start here:
    http://oraclebizint.wordpress.com/2007/12/11/oracle-bi-ee-101332-customizing-login-screen/

  • I am trying to help a friend who`s imac is giving her trouble. when the user logon is typed the machine begins to load, then in about a minute, kicks back out into the logon screen. ANY insight to her problem will be greatly appreicated?

    I am trying to help a friend who`s imac is giving her trouble. when the user logon is typed the machine begins to load, then in about a minute, kicks back out into the logon screen. ANY insight to her problem will be greatly appreicated?

    Start up in Safe Mode.
    http://support.apple.com/kb/PH11212?viewlocale=en_US
    Repair Disk
    Steps 2 through 8
    http://support.apple.com/kb/PH5836
    http://support.apple.com/kb/ts1417

  • Text in after  logon screen when logging on with"customer reserve" language

    Hello
    I wander how could I set text in after  logon screen when logging on with"customer reserve" language. Namely instead:
    SAP user name             XURUZRJ
    Last system logon         27.03.2014
                     at       11:45:17
    Copyright(c) SAP AG 2002.
    All rights reserved.
    License w/o expiration
    This software product, marketed by SAP AG
    or its distributors, includes proprietary
    software components of Oracle Corporation.
    Copyright (c) Oracle Corporation 1979, 2004.
    All rights reserved.
    Oracle is a registered trademark of Oracle
    Corporation and/or its affiliates. Various
    product names referenced herein may be
    trademarks of Oracle Corporation
    I get:
    SAP user name             XURUZRJ
    Last system logon         27.03.2014
                     at       12:23:42
    Thank you a lot in advance
    Jan

    Hi Jan,
    Refer SAP note
    1149795 Translating English Customizing entries into German
    Process specified can be used to change the text from local language to English.
    Hope this helps.
    Regards,
    Deepak Kori

  • Problem with PNP customized selection screen

    Hi guys,
    I have done a report in R/3 system using logical database PNP with customized selection screen. i have 3 parameters as below:
    1. radiobutton1 group a for current period,
    2. radiobutton2 group a for other period.
    3. personnel number.
    my program works fine in R/3 but not in my portal. i think it couldn't recognize my radiobutton in my customized screen. whichever radiobutton i selected also it would return current month records.
    any idea how to fix this?
    any configuration that i can do?
    thanks.

    try testing it through ITS first.
    in order to do so . Go to sicf transaction and run webgui. Then run the application using the tcode. Check the results.
    Seems wrong paramter are getting passed to the SAP system.
    Your ITS server should be activated first in order to use webgui otherwise you will be getting dump.
    Regards
    Atul Shrivastava

  • Customizing portal logon screen

    Hi all
    We are working with SP16 EP6.0.
    Is the procedure the same as SP9 to customize the portal logon screen?
    Is there any configurations need to be done for SP16 specifically?
    Thanks in advance.
    Regards
    Yoga

    Hi Yoga,
    It's the same procedure, there are not changes in the procedure till portal 7.1
    Best Regards,
    Luis

  • Logon screen appears but hangs at 'Loading data...'

    Hello, I have a problem that I cannot logon to SAP R3. After typing my username and password in the logon screen, the hourglass shows and the message 'Loading data...' appears in the statusbar. Nothing else happens.
    When I try to logon for the second time, the popup appears: 'You are already lgoged on.' with the three options. Appearently SAP thinks i am in.
    I am logged on from anywhere via a VPN-connection. When I am on the location itself, logging on works fine.
    Does anybody recognise this symptom and know the solution?
    Thanks, Tim van Steenbergen

    Hi Tim:
    When you are using the VPN connection try the Low Speed Connection option, with this less traffic is sent back and forth.
    To enable LSC open your SAP Logon and select your system, then go to Change Item --> Advanced button and check the Low Speed Connection checkbox.
    Hope this fix your problem; this could be due to the fact you are using a custom logo in the initial screen of the SAP system.
    You can also try to by-pass the initial screen by entering a transaction directly in the command box.
    Best Regards,
    Federico

Maybe you are looking for