Skip to main content

Getting bellow error in Error in Admin server log. most of deployments are failed due to this .

 

<Warning> <FndOracleLoginModule> <IFSTEST10> <AdminServer> <tACTIVE] ExecuteThread: '26' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <00jSeOSntwyFw00Fzzw0w00005wg0000jT> <1710908078922> <tseverity-value: 16] ]rid: 0:1] ]partition-id: 0] ]partition-name: DOMAIN] > <BEA-000000> <LoginModule is not correctly initialized.> 
####<Mar 20, 2024, 4:14:39,79 AM GMT> <Error> <FndOracleLoginModule> <> <AdminServer> <lACTIVE] ExecuteThread: '26' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <00jSeOSoW6WFw00Fzzw0w00005wg0000jV> <1710908079079> <lseverity-value: 8] 8rid: 0:1] 1partition-id: 0] 0partition-name: DOMAIN] > <BEA-000000> <Datasource not found.
javax.naming.NameNotFoundException: While trying to lookup 'jdbc.fndbas' didn't find subcontext 'jdbc'. Resolved ''; remaining name 'jdbc/fndbas'

It is saying Datasource not found.  This usually has to do with your database connection.  Did the website happen to come up?  If so can you get into the IFS Middleware Server Admin Console?  If so then go to Common and then Database.

Check to make sure the Database URL is correct.  There is a button named Validate Connection you can use to test if you think everything is ok.


@mwilson  thank you for response. I checked that but Database URL is empty  . Validate Connection button is not enabled 


Well, then you found the problem.  You are missing the database connection.  You can make sure the connection data is filled in the installer config file and try a reconfiguration.  Or you can enter the data for the database connection yourself.

 

Usually something like this:

jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=DatabaseHostName)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=DatabaseServiceName)))

 

You need to change the bold items to the correct values for your system.  You can find these values by going to a pc that has an oracle client, open up a command window and issue a tnsping command followed by the database name.


@mwilson Thank you for the answer.  but We have received this issue again values in config file are all correct . Last time we had delete to IFSHOME and had recreate it 


Note that  this issue comes after Database clone 


The database is cloned?  If that is the case then something about the connection has changed.  Did you do a tnsping to verify you have the correct settings?

If not a database clone but instead an Application server clone then that would suggest your procedure to restore the clone has a flaw.

Can you confirm which of these this is?


its Database clone DB is up and running 


@NuwanK Did you manage to resolve the empty Database URL in the IFS Middleware Admin Console?  If yes?  What did you have to do to resolve it?  

My issue was related to an incorrect password.


@RutJWhalen We had to reinstall Middle-ware server to overcome this . but this could be due password mismatches IFS related passwords 


Reply