Solved

Error while Starting Local Server in IFS Developer Studio

  • 4 October 2021
  • 2 replies
  • 489 views

Badge

Dear Member, I am getting error while Starting Local Server in IFS Developer Studio. I am pasting here output. Please help me out.

 

 29 INFO [Gateway]{ifsapp} ifs.fnd.gateway.IfsAbstractGateway.setCompressionLevel(): Setting compression level to 'BEST'
<Oct 4, 2021 2:47:04,941 PM PKT> <Warning> <HTTP> <BEA-101403> <For security constraint with url-pattern /* in web application /webservices, only the http methods "POST " are covered.> 
<Oct 4, 2021 2:47:06,082 PM PKT> <Notice> <WebLogicServer> <BEA-000331> <Started the WebLogic Server Administration Server "MovieManager10-server" for domain "MovieManager10" running in development mode.> 
<Oct 4, 2021 2:47:06,082 PM PKT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 0.0.0.0:8080 for protocols iiop, t3, ldap, snmp, http.> 
<Oct 4, 2021 2:47:06,082 PM PKT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 0.0.0.0:8080 for protocols iiop, t3, ldap, snmp, http.> 
<Oct 4, 2021 2:47:06,082 PM PKT> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.> 
<Oct 4, 2021 2:47:06,097 PM PKT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.> 
 63 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

<Oct 4, 2021 2:47:07,599 PM PKT> <Warning> <EJB> <BEA-010061> <The Message-Driven EJB FndAdminForwarder is unable to connect to the JMS destination FndAdminQueue. The Error was:
javax.naming.NamingException: Cannot resolve name:Queues/IFSAPP.FND_ADMIN_MAIN_QUEUE [Root exception is oracle.jms.AQjmsException: JMS-190: Queue IFSAPP.FND_ADMIN_MAIN_QUEUE not found]
    at oracle.jms.AQjmsContext.lookup(AQjmsContext.java:172)
    at javax.naming.InitialContext.lookup(InitialContext.java:417)
    at weblogic.deployment.jms.ForeignOpaqueReference.getReferent(ForeignOpaqueReference.java:247)
    at weblogic.jndi.internal.WLNamingManager.getObjectInstance(WLNamingManager.java:106)
    at weblogic.jndi.internal.BasicNamingNode.resolveObject(BasicNamingNode.java:1037)
    at weblogic.jndi.internal.BasicNamingNode.resolveObject(BasicNamingNode.java:1009)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:223)
    at weblogic.jndi.internal.ServerNamingNode.lookup(ServerNamingNode.java:532)
    at weblogic.jndi.internal.RootNamingNode.lookup(RootNamingNode.java:84)
    at weblogic.jndi.internal.WLEventContextImpl.lookup(WLEventContextImpl.java:307)
    at weblogic.jndi.internal.WLContextImpl.lookup(WLContextImpl.java:435)
    at javax.naming.InitialContext.lookup(InitialContext.java:417)
    at weblogic.jms.common.CDS$2.run(CDS.java:646)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:386)
    at weblogic.jms.common.CrossDomainSecurityManager.runAs(CrossDomainSecurityManager.java:132)
    at weblogic.jms.common.CDS.getDestinationFromContext(CDS.java:641)
    at weblogic.jms.common.CDS.lookupDestination(CDS.java:596)
    at weblogic.jms.common.CDS.lookupDDAndCalloutListenerSingle(CDS.java:437)
    at weblogic.jms.common.CDS.lookupDDAndCalloutListener(CDS.java:415)
    at weblogic.jms.common.CDS.ddRegistrationLookup(CDS.java:1678)
    at weblogic.jms.common.CDS.access$300(CDS.java:52)
    at weblogic.jms.common.CDS$DDListenerRegistrationTimerListener.timerExpired(CDS.java:260)
    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:301)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:677)
    at weblogic.invocation.ComponentInvocationContextManager._runAs(ComponentInvocationContextManager.java:352)
    at weblogic.invocation.ComponentInvocationContextManager.runAs(ComponentInvocationContextManager.java:337)
    at weblogic.work.LivePartitionUtility.doRunWorkUnderContext(LivePartitionUtility.java:57)
    at weblogic.work.PartitionUtility.runWorkUnderContext(PartitionUtility.java:41)
    at weblogic.work.SelfTuningWorkManagerImpl.runWorkUnderContext(SelfTuningWorkManagerImpl.java:651)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:420)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:360)
Caused by: oracle.jms.AQjmsException: JMS-190: Queue IFSAPP.FND_ADMIN_MAIN_QUEUE not found
    at oracle.jms.AQjmsError.throwEx(AQjmsError.java:375)
    at oracle.jms.AQjmsSession.createQueue(AQjmsSession.java:1909)
    at oracle.jms.AQjmsContext.initQ(AQjmsContext.java:846)
    at oracle.jms.AQjmsContext.lookup(AQjmsContext.java:154)
    ... 30 more
Caused by: oracle.jms.AQjmsException: JMS-190: Queue IFSAPP.FND_ADMIN_MAIN_QUEUE not found

    at oracle.jms.AQjmsSession.getQueue(AQjmsSession.java:6053)
    at oracle.jms.AQjmsSession.createQueue(AQjmsSession.java:1902)
    ... 32 more
Caused by: oracle.AQ.AQException: JMS-190: Queue IFSAPP.FND_ADMIN_MAIN_QUEUE not found

    at oracle.AQ.AQUtil.throwAQEx(AQUtil.java:196)
    at oracle.AQ.AQOracleSession.getQueue(AQOracleSession.java:777)
    at oracle.jms.AQjmsSession.getQueue(AQjmsSession.java:6024)
    ... 33 more

 63 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 49 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 66 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 50 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 66 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 29 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 68 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 62 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 49 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 62 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 62 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 29 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 49 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

 66 ??? [Framework] WARNING! Invalid license detected:
(1) Database view [FND_LICENSED_USER] used for license validation has been modified.
(2) Content of technical role(s) has been modified

icon

Best answer by Manoj Ruwanhewa 4 October 2021, 23:13

View original

2 replies

Badge +15

Hi @milMuhamA ,

 

Can you try to reinstall the weblogic and recreate the project root again and check the behaviour.

 

Regards

Manoj

Badge +15

Hi @milMuhamA  ,

 

Also try below actions

1.Regenerate FndLicense.plsql from developer studio and redeploy the generated fndLicense.api and fndLicense.apy.

2. Refresh Dictionary Cache
3. Login as AppOwner and apply the License key and check

https://wit.ifsworld.com/f1docs/apps10/foundation1/040_administration/330_licensing/default.htm

If this didn’t work, then try below steps as well.

1. launch command prompt
2. Login as SYS
3. SQL> EXEC Prepare_SYS.Dbagrant('&[APPOWNER]', 'YES');

4. Log in as APP Owner
5. SQL> EXEC Installation_SYS.Grant_Ifssys(TRUE);

6. Redeploying the fndLicense.api and fndLicense.apy.
7. Refresh Dictionary Cache

8. Login as AppOwner and applythe License key again

 

Regards

Manoj

Reply