Problem with DigestPasswordHasher in ATG11 Migration

Hi all

I'm working on the migration of ATG11 with EAP6.1.0 of Jboss.

I created the ear file using runAssembler with the layer md5 option.

In ATG10.2 also used the same option as the layer of md5, it worked fine.

All by starting the server it gives the following error

10:31:59, 495 ERROR [nucleusNamespace] (ServerService Thread Pool - 68) could not set the configured property ' / atg/userprofiling/PropertyManager.passwordHasher ' to

g.nucleus.ConfigurationException: / atg/dynamo/security/DigestPasswordHasher: java.lang.NullPointerException

at atg.userprofiling.PropertyManager.setPasswordHasher(PropertyManager.java:286) [_DPS_slib_sclasses.jar:]

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) [rt.jar:1.7.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) [rt.jar:1.7.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.7.0_60]

at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_60]

at atg.nucleus.SimpleComponentState.setBeanProperty(SimpleComponentState.java:419) [_DAS_slib_sclasses.jar:]

at atg.nucleus.SimpleConfigurationState.saveToBean(SimpleConfigurationState.java:240) [_DAS_slib_sclasses.jar:]

at atg.nucleus.SimpleConfigurationState.configureBean(SimpleConfigurationState.java:263) [_DAS_slib_sclasses.jar:]

at atg.nucleus.BeanConfigurator.configureBean(BeanConfigurator.java:297) [_DAS_slib_sclasses.jar:]

at atg.nucleus.PropertyConfiguration.configureService(PropertyConfiguration.java:1026) [_DAS_slib_sclasses.jar:]

I am unable to connect to the application. Able to access all pages but not connected pages.

Please help on this.

Thank you

Françoise

Hi Francoise,.

Replacing the hash may invalidate the logins of users whose passwords have been encrypted with an algorithm earlier because encrypted passwords no longer match the values stored in the profile repository; That's why you have a problem with the connection.

In 11 ATG ihe current hash algorithm specified through the property passwordHasher of the component/atg/dynamo/security/PasswordHasherConfigurer.

By default, passwordHasher has the value/atg/dynamo/security/PBKDF2PasswordHasher-10000.

Configure this component to avoid the problem.

For more information please review the doc below.

http://docs.Oracle.com/CD/E41069_01/platform.11-0/ATGPersProgGuide/HTML/s0506passwordhashing01.html

Kind regards

Prateek Gupta

Tags: Oracle Applications

Similar Questions

  • Problem with password protected content Migration

    I just did a migration (11 hours after a lot of questions and problems - "transfer" is BS) I had to finally buy an external hard drive so that it can work because it failed several times with a network and a connection cable - regardless, I did it and now the new PC requires a password for the old account to access the protected file which includes Outlook and VERY important e-mail I have this.  Problem is it is a PC at home and had no password but who do not accept the new pc.  Can someone tell me what I'm missing here?

    Thanks in advance for any help

    Hi RHowe,

    • Do you have a password for the new account?
    • What version of easy transfer did you use to copy the content from the old computer?

    You try to transfer data from the migration file to the new account by following this link.

    Transfer of files with Windows Easy Transfer in Vista

    Note: This response contains a reference to third party World Wide Web site. Microsoft provides this information as a convenience to you. Microsoft does not control these sites and no has not tested any software or information found on these sites; Therefore, Microsoft cannot make any approach to quality, security or the ability of a software or information that are there.

    In addition, you can also move the Outlook.pst file to your new computer under Documents for easy backup. Open Outloook, choose Open > Outlook data file and follow the directions.
    Note: Do not IMPORT because it can damage your .pst files.

    Reference:transfer files and settings from another computer

    Hope the helps of information. Please post back and we do know.
    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • The problem with SQL after the migration of the database to another machine

    Having a SQL strange problem trying to extract a database being moved from one machine to the other.  Both machines are running SQL 2008 32-bit and are both Windows 2008 servers.  When I try to backup the database using the SQL tools and restore the. BAK file on the new SQL Server, I get the following error:

    Restore failed for server 'servername' (Microsoft.SqlServer.Smo)
    Additional information:
    System.Data.SqlClient.SqlError: RESTORE detected an error on the page (44:2097184) in database 'RestoreDBName' read from the backup set.

    Similarly, when I am trying to copy the. MDF and. LDF files to the new server and tie them, I get the following error:

    Attach the database failed for the server 'servername '.
    Additional information:
    An exception occurred during the execution of a Transact-SQL statement or batch.
    A system assertion failed.  An assertion failure is usually caused by a corruption of data or software bug.  To check the database, consider running DBCC CHECKDB.  If you have agreed to send images to Microsoft during installation, a mini dump will be sent to Microsoft.  An update can be an available from Microsoft in the latest Service Pack or a QFE from Technical Support.
    Could not open new database 'NewDatabaseName' create a DATABASE is dropped.
    "" Location: "logmgr.cpp": 3277
    Expression: lfh-> lfh_startOffset is startOffset
    SPID:55
    PID: 292876 (Microsoft SQL Server, error: 3624)

    Everything I've read, these errors usually indicate some sort of database corruption.  However when I run DBCC CHECKDB on the database on the source server, it is up to perfectly don't own... None detected corruption.  In fact, this server hosts 8 different databases.  Departure from all the correct DB on the source server, none of them will restore however to a new server using one of the methods above.  I'm having a hard time to believe that each of them could be corrupted when they show absolutely no indication of a problem.

    Anyone have any ideas?

    Try to make the backup and restore via SQLCMD (or via a query in SQL Server MS window).

    The backup will be the following (obviously, change "MaBase" and "D:\BACKUPS" to some database and the location you wish to save - just using for example):

    BACKUP DATABASE MyDatabase

    TO DISK = 'D:\BACKUPS\MyDatabase.bak. '

    WITH NOFORMAT, NOINIT,.

    NAME = 'Database MyDatabase - Full Backup',

    NOREWIND, NOUNLOAD, STATS = 10, SKIP

    Copy your backup to the other server and file make:

    RESTORE the DATABASE to MyDatabase

    FROM DISK = 'E:\Backups\MyDatabase.bak' WITH FILE = 1,

    GO to "MyDatabase_Data" to "E:\SQLDATA\MyDatabase_Data.mdf,"

    GO to "MyDatabase_Log" to "E:\SQLLOG\MyDatabase_Data.ldf,"

    NOUNLOAD, STATS = 10 REPLACE

    Again, change your names and locations in function.

    If this does not work, try to restore a database by third-party tools. You can find them in Google. If you don't want to spend the time to research, you can try a tool SQL Server Recovery Toolbox. All the details about this program on the link. http://www.oemailrecovery.com/sql_repair.html

  • Problem with a JavaBean when migrating Forms 10.1.2.0 to 10.1.2.3

    We have a Forms application that uses a JavaBean and it works well on the Forms 10.1.2.0 applet version. We are in the process of upgrading forms 10.1.2.3 and when we run the same application on this version, we get:

    java.lang.NullPointerException
    at oracle.forms.ui.VBean.isFocusTraversable (unknown Source)

    Any idea?
    Thank you

    I had this problem too and triggered a SR with oracle support. Unfortunately, they could not reproduce the problem, and I was not able to create a repcase (it occurred randomly in our application, but I could not reproduce it on a small repcase). I found myself with the substitution of isFocusTraversable() in my Java Beans;
    See what this method is supposed to do:
    http://download.Oracle.com/javase/1.4.2/docs/API/Java/AWT/component.html#isFocusTraversable%28%29

    Based on what should be the case, it might work if you return the value true or false.

    see you soon

  • Problem with SQL Server 2008 migration

    Hello

    I am having trouble capturing SQL Server (Express 2008) tables/views/data for Migration to Oracle 11. I was able to connect to the source (SQL Server 2008 Express) and databases of destination (Oracle 11) on the same server (Windows Vista 32 bit). However, when I select objects SQl server (tables or views) and click on "Capture Microsoft SQL Server" or "Table of Capture" etc, nothing happens... No message and the tool is just sitting there. The models 'captured' is empty... Could someone please help? Where can I find the error logs? I followed the instructions as described in the help text and also found that some other people were able to run on SQL Server. I wonder what might be different about my situation.

    Thank you!

    BK

    Hello

    SQL Developer Migration Workbench does not yet support the migration to SQL Server 2008.

    See http://www.oracle.com/technology/tech/migration/workbench/pdf/migrationdatasheet_15.pdf

    This data sheet lists only the versions of SQL Server 7.0, 2000 and 2005.

    Maybe the next Metalink note allows more:

    Note 393760.1: how to migrate databases non-Oracle, for which an Option of Migration Workbench is not available

    Kind regards
    Wolfgang

  • Problems with migration from LabVIEW 2012 VBAI 2012.

    Hello.

    Someone had problems with the migration of the VBAI 2012, 2012 to labview?
    I'm filing this disadvantage when use migration in VBAI everything works fine, when I use LabVIEW with 'Vision Acquisition Express' for example, everything works as it should.
     
    The solution I've done has been to work with the control VBAI API and it worked perfectly, but I wonder, if a bug or a known error on this process.

    Thank you.

    Finally, I solved it by installing the "Vision Development Module 2012 SP1". With this update worked correctly migration.

  • The OID of the Migration of OUD, hitting the problem with the attribute pwdhistory OUD

    The OID of the Migration of OUD, hitting the problem with the attribute pwdhistory OUD

    I use sync DIP at the end of migration of data from OID for target OUD. Everything seems great so far, I have found that pwdhistory being migrated is not being validated by OUD password policy

    I do import ldif for OUD and find this pwdhistory field is populated with the same OID value. When I reset password in OUD-DOHAD with the word in the history of password,.

    Expected Behavior: Error Message from the OUD "" LDAP: error code 20 - already the value of specified password exists in the user input " "

    Course Behavior: OUD is what allows to reset the password in the password history

    Also found that when I try again with the same password, then it throws the error 20 code. OUD replaces the old values in pwdhistory after the password resets and written new values with stamp of password.

    It is a Blocker for us for migration in the history of password, I would like to join the forum and check if someone had the same problem and how they managed it?

    Thank you

    Satya

    Support of Oracle confirmed that DIO history for the OUD password migration is not supported. The OID and OUD records and validates the pwdhistory differently

  • Problems with Creative Cloud Desktop on the migration of the old MacbookPro to new MacbookPro

    It is not a question but more my recent experiences with migrating from an old (mid-2010 MacbookPro 17 ") to a new MacbookPro (mid-2015) and the consequences regarding the CC Apps.

    I didn't know that he would have problems with creative cloud during the migration process (or I don't think there should be), but clearly there is something about how Adobe Connect all of the CC following your computer as part of the license agreement which means that you cannot migrate right and it will be honky dory (that's Aussie for you beauty or top notch or large if you) prefer) just like any other piece of software on my laptop that comes with a software "KEY" to the license.  Every other piece of software migrated perfectly and works perfectly without having to reenter the KEYS so he beat me that Adobe makes it so damned awkward... but anyway... it is what it is.  The fact that the license agreement allows you to have the software installed on 2 machines is another reason it intrigues me that you cannot migrate seamlessly.

    What alerted me on an issue after that migration was that Desktop CC crashed suddenly on a cold start.  So I looked at these forums and found a thread that explains how to remove Desktop CC and reinstall.  It worked but later in the day after a reboot it CC Desktop crashed again.  Put it back, once again failed.  Discovered that the preferences Office CC file has not been deleted by the CC Office uninstall App manually deleted, empty the trash, rebooted, reinstalled and it worked.  Next reboot, it crashed it again.  What the...

    Now I'm about to throw the laptop out the window, but it became clear that I had to remove every single application under the CC and then clearing debris NOT removed by uninstall of applications. It became a nightmare after nearly 6 hours of effort.

    From 23:00 last night I gave her one last shot.  Uninstalling, cleaning of CC tool, kill everything, throw it in the trash, reboot and reinstall.  Sam with my fingers crossed and poof, it just.  Winner winner chicken dinner.  Click on install both applications LI and PS, then set the computer laptop do not sleep and stop at the bed.  In the morning, she did, and after a reboot, everything is good.  SO FAR.

    Hope this might help someone else who is having similar levels of grief.

    Chris

    Thank you John, but I already figured that out as you would have assumed my post.  Also, I've marked as supposed message answer because I've sung on the first sentence was that it was more a comment for the benefit of others who experience the same issue.  Not sure how it has changed state is an unanswered question.

  • I upgraded to a new computer with Yosemite, after have migrated my settings on, Dreamweaver CS 5.5 will not launch. It says it cannot find the menus.xml file, then the problem is getting worse.

    I upgraded to a new computer with Yosemite, after have migrated my settings on. Adobe CS5.5 works very well except Dreamweaver CS 5.5, it says it cannot locate the menus.xml file and cannot rebuild from a backup. He suggested resettlement.

    But when I try to reinstall, I get an error that says "Installer failed to initialize. Please download adobe support advisor to detect the problem.

    Who produces the net problem of it being abandoned, and that brought me here. Help!

    This is a duplicate thread.

    DW CS5.5 and Yosemite [subject edited by Moderator]

    Ultimately, the problem has been resolved by running the cleanup CC tools then by reinstalling the software.

    Nancy O.

  • Problem with the 4.1 vsphere data migration tool.

    Hello

    I guess that's the problem with trying to be an early adopt.

    I'm trying to upgrade my environment to vSphere 4.1. My old VC was 32 bits with a local SQl 2005 express (it's a lab - I don't want the full SQL version blown).

    I re isntalled on a x 64 2008 R2. No, it's fine. But empty... no license or anything like that.

    The docs say you can use the data migration tool to move the DB and config.

    I followed the instructions and after backup.bat running I get the following error:

    DB logs: HResult 0 x 2, level 16, State 1

    Named channel provider: could not open a connection to SQL Server .

    Sqlcmd: Error: Microsoft SQL Native Client: an error has occurred while

    establishing a connection to the server. When connecting to SQL Server 2005, th

    rupture may be caused by the fact that under the default settings SQL Server

    does not allow remote connections...

    Sqlcmd: Error: Microsoft SQL Native Client: login timeout expired.

    Error: failure of vCenter Server DB backup

    Output of...

    FYI, yes connections allow, is named pipes, sql browser started. Former VC works very well. The ODBC test OK. Running local and connected system as a local administrator. Tried running SQL express under the same admin account. Still broken.

    Very well, I can connect with:

    sqlcmd - s. \SQLEXP_VIM

    and

    osql /Snp:
    .\pipe\MSSQL$SQLEXP_VIM\sql\query EI

    So he has set up the right and listen...

    Only thing I noticed is that the papers say:

    vCenter Server DB instance:

    so it's not 'list in fact an instance...

    So I'm stuck. Any ideas?

    Thanks in advance

    Found the solution in this article:'t-work-hresult-0x2-level-16-state-1/ http://digitalformula.net/technical/sqlcmdexe-on-sql-2008-doesn

  • Problem with the migration of the user to a workspace to the other to pass

    Hi Experts,

    I have a problem:
    (1) I exported the users of the DEV instance using the export_users procedure.
    (2) if I import the user to another instance, the user is created but the password does not match...
    The environments are the same versions of the DB and APEX.

    I need the password to be the same on both instances without inviting users.

    Is there a problem with it? Or a hash problem?

    Example:
    wwv_flow_fnd_user_api.create_fnd_user (
      p_user_id      => '123456789',
      p_user_name    => 'XXX',
      p_first_name   => 'XXX',
      p_last_name    => 'XXX',
      p_description  => '',
      p_email_address=> '[email protected]',
      p_web_password => '3307E4D6A8F8AE7503D0DCC1EA338A31',
      p_web_password_format => 'HEX_ENCODED_DIGEST_V2',
      p_group_ids    => '',
      p_developer_privs=> '',
      p_default_schema=> 'XXXX',
      p_account_locked=> 'N',
      p_account_expiry=> to_date('201210221106','YYYYMMDDHH24MI'),
      p_failed_access_attempts=> 0,
      p_change_password_on_first_use=> 'N',
      p_first_password_use_occurred=> 'N',
      p_allow_app_building_yn=> 'N',
      p_allow_sql_workshop_yn=> 'N',
      p_allow_websheet_dev_yn=> 'N',
      p_allow_team_development_yn=> 'N',
      p_allow_access_to_schemas => '');
    Data sheet: DB 11 g, APEX 4.1

    Kind regards.
    J :D

    Hi Jozef,

    I understand your dilemma, if it's any help, but I can't tell you how Apex crypt passwords, which would be a security problem.

    There is always the possibility to reset the passwords to the new random values and send the new password to the users.

    If these are end users and you need to keep 2 or more spaces to work in sync, maybe you should switch to a custom authentication scheme where you have more control. I just posted an example of an authentication plugin function in another thread:

    Re: Display of custom on the Login Page Messages

    Kind regards
    Christian

  • Problem with update of Forms 6i to Forms 10 g migration - Data

    Hello world.

    I have the following problem: I have a form that generates withdrawal slips. To do this, there is a button. When clicked, there is a slider with a query "SELECT" and "for update" that looks for the picking of sheets lines entered by the user. For each line, update the column "numberOfPickingSlip" with the appropriate number of picking slip (generated before the update loop).

    The strange thing is that the form works with Forms 6i, but it does not at all with 10g form, although I recompiled just the form (no need for Webutil run this form)... Only the last line of the form collection is updated. The code of the procedure is the same for BOTH versions... Nothing has changed. So, it isn't a problem of query. Even more interesting, if I run the form directly from Oracle Forms Builder and then clicking on the "Generate" button, it works but just once... And the worst case: after running the form directly from the Forms Builder, loading of another form (accessible from a menu above), of closing that form and then clicking on the "Generate" button, it doesn't work at all and only the last line is updated...

    I checked the contents of cursor and it contains all the lines that need to be updated, but for some reason, only the last is updated...

    How is that possible? Is there something special I need to do?

    Thanks for any help :)

    I had a similar problem with the help of update in a for loop. I know, it shouldn't be a problem, but you can try to use the rowid to update (at least to see if the problem goes away):

    procedure gen_pickingSlip is
    
      p_year VarChar2(4);
      p_numPickS number;
      p_line number := 0;
    
      cursor recup_maj is
        select ROWID,* from prepa
         where numPickingSlip is null
         for update of numPickingSlip nowait;
      recPickSlip prepa%rowtype;
    
    begin
    
      -- Retrieving the new picking slip number
      retrieve_num_pickingSlip(p_numPickS);
      -- Year of the picking slip
      p_year = to_char(sysdate,'YYYY')
    
      open recup_maj;
      loop
        fetch recup_maj into recPickSlip;
        exit when recup_maj%notfound;
    
        -- Position in the picking slip
        p_line := p_line + 1;
    
        --*This is the part where it seems only one update is done*
        update prepa
        set year=p_year, numPickingSlip=p_numPickS, line=p_line
        where ROWID=recPickSlip.ROWID;
      end loop;
    
      close recup_maj;
    
      if p_line > 0 then
        commit_form;
      end if;
    
      synchronize;
    
    end;
    
  • The response of the cmd + 0 does not work. Is a problem with Safari or Opera or Mac Mail :)

    Try harder. But don't feel put out. The Mac never falls down. I have used them for decades and prefer the Mac. But I fell it twice before last weekend. Try to load Imaging Neuroscience with Matlab Run Time software. At the Apple machine. Nice guy, Henry. Could not diagnose the problem. Did a clean install. Migrated to OS X10.10. Do not like. I always have problems with the machine. But I love the machine. I hate using my machine BACK. Next to neuroscience, software that I use is an open software and UNIX oriented that meets the very good command line. A large part of the software is not ready pour.10 big but worked sur.9. Well, that is until the breaks down. Of the accident, well is the lesson for me, if you crash, debugging and do not go on to the next task until you have solved. Work with Apple with the report of accident in front of you.

    You know, in the part of Oscar Wilde, the Importance of being consistent, he tells Lady Bracknell that he lost both his parents. "For losing a parent can be regarded as a misfortune." But lost both parents statement of negligence. "Yes, two accidents. Shame on me.

    Well, we have all learned, don't we?

    Great to have this forum, however. Yay! Snoop by clicking his heels in glee.

    Instead of a completely clean reinstall, consider trying a drink first. It will at least save your bookmarks and passwords that you may be saved. This article has more information: Refresh Firefox – reset settings and Add-ons.

    If you really want to divert your existing settings, you can use the Profile Manager to start a new settings file. This article has the info on it: use the Profile Manager to create and delete profiles Firefox. I suggest NOT to delete your old profile immediately in case you realize is there irreplaceable data.

  • problems with upgrade of mavericks in el capitan

    I've heard of problems with the migration of iphotos to pictures photo library, are there any problems with it?  It's the only thing that keeps me from upgrading to el capitan, all my photos are in iphoto on Mavericks. Thank you!!

    As long as you have an updated version of iPhoto, bought on the Mac App Store, there is no problem. As always, back first.

  • Web site look at a problem with Firefox 3.6 on Windows 7

    I use java script to the current titles of list on my website userfriendlypc.net as, "In The News". The site has always looked good under Firefox, IE, Safari, Opera and Google Chrome. Since migrating to Windows 7, Firefox, Firefox only makes the text of the link in this area as shit look after the first link. The text becomes a greenish color and the hovered link seems to lag makes really bad sound. This happens only in Firefox and only under Windows 7. I tested with a basic Firefox and XP installation under Windows 7. Any supplements or anything else has been added when it occurred on the test computer.

    Looks like a problem with the font smoothing (ClearType) that is not configured correctly.

    See http://www.microsoft.com/typography/ClearTypePowerToy.mspx Microsoft Typography - ClearType Tuner PowerToy

    Windows 7 users should use the ClearType tuner in Control Panel under appearance and personalization to set their ClearType settings.

Maybe you are looking for