Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

id to load is required for loading #2641

dstallard ·
For a couple of our newly created build configurations, we are getting the error below from the master step before we even trigger anything. I searched on the error string and could only find a reference to it in a bug which was reported and fixed back in the days of Quickbuild 3. Any idea why this might be happening?

Error allocating node for step 'master': java.lang.IllegalArgumentException: id to load is required for loading
at org.hibernate.event.LoadEvent.<init>(LoadEvent.java:89)
at org.hibernate.event.LoadEvent.<init>(LoadEvent.java:61)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:982)
at org.hibernate.impl.SessionImpl.load(SessionImpl.java:978)
at com.pmease.quickbuild.entitymanager.impl.AbstractEntityManager.load(AbstractEntityManager.java:73)
at com.pmease.quickbuild.persistence.SessionInterceptor.invoke(SessionInterceptor.java:91)
at com.pmease.quickbuild.entitymanager.EntityManager$load.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at com.pmease.quickbuild.entitymanager.EntityManager$load.call(Unknown Source)
at script138903719988177425431.run(script138903719988177425431.groovy:20)
at com.pmease.quickbuild.plugin.basis.BasisPlugin$25.evaluate(BasisPlugin.java:322)
at com.pmease.quickbuild.DefaultScriptEngine.evaluate(DefaultScriptEngine.ja...
  • replies 1
  • views 3593
  • stars 0
robinshen ADMIN ·
Seems that you have some scripts in master step (or step condition of its children) calling load method of certain manager with a null value.