Thursday, July 6, 2017

Circular placeholder reference 'ACCOUNT_SID' in property defini ions

Jul 6, 2017 9:14:45 PM GMT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment
equest with ID '1499375648175' for task '3'. Error is: 'weblogic.application.ModuleException: '
eblogic.application.ModuleException:
       at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
       at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
       at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
       at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
       at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
       Truncated. see log file for complete stacktrace
aused By: java.lang.IllegalArgumentException: Circular placeholder reference 'ACCOUNT_SID' in property definiions
       at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:
41)


2 comments:

  1. It can happen if the key and property place holders have the same names. I was able to fix it by changing the property place holder names in the resource bundle. e.g.

    ${ACCOUNT_SID}

    Was changed to something like

    ${account.sid}

    ReplyDelete
  2. Nice Article Bro

    Visit Tech News to get tips and tricks of Technology, Android, Websites and others.

    ReplyDelete