afPodBuilderExt icon

afPodBuilderExt

Transform your Axon functions, Views, and Apps, into custom SkySpark extensions
afPodBuilderExtForum
< All topics

Registered StackHub users may elect to receive email notifications whenever a new package version is released or a comment is posted on the forum.

There are 7 watchers.


Error after upgrading to SkySpark 3.0.29
Carlos Garcia11th Jun 2021

I'm getting the error below on activating afPodBuilder in SkySpark 3.0.29. I thought it could be caused by a wrong installation/upgrade of SkySpark, so I tried a fresh setup of SkySpark 3.0.29 and I've made myself sure of installing all published patches, but error remains.

sys::Err: java.lang.NoSuchMethodError: 'fan.folio.Folio fan.skyarcd.Proj.folio()'
  afPodBuilderExt::PodBuilderExt.make$ (PodBuilderExt.fan:32)
  afPodBuilderExt::PodBuilderExt.make (PodBuilderExt.fan:28)
  jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (NativeMethodAccessorImpl.java)
  jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  java.lang.reflect.Method.invoke (Method.java:566)
  fan.sys.Method.invoke (Method.java:573)
  fan.sys.Method$MethodFunc.callList (Method.java:212)
  fan.sys.Type.make (Type.java:246)
  fan.sys.ClassType.make (ClassType.java:110)
  fan.sys.Type.make (Type.java:236)
  projMod::ExtMgr.instantiateExt (ExtMgr.fan:346)
  projMod::ExtMgr.instantiateEntry (ExtMgr.fan:322)
  projMod::ExtMgr.make (ExtMgr.fan:36)
  fan.sys.List.each (List.java:604)
  projMod::ExtMgr.make$ (ExtMgr.fan:32)
  projMod::ExtMgr.make (ExtMgr.fan:25)
  projMod::LocalProj.make$ (LocalProj.fan:41)
  projMod::LocalProj.make (LocalProj.fan:24)
  projMod::ProjBoot.startLocal (ProjBoot.fan:145)
  projMod::ProjBoot.start (ProjBoot.fan:75)
  projMod::Manifest.loadLocals (Manifest.fan:272)
  fan.sys.List.each (List.java:604)
  projMod::Manifest.loadLocals (Manifest.fan:265)
  projMod::Manifest.onOpenAll (Manifest.fan:237)

Could you take a look on it? Thanks

Steve Eynon11th Jun 2021

Hi Carlos,

Thanks for letting us know - we'll take a look.

I know a lot of internals changed in SkySpark 3.0.29 to accommodate the splitting out of Haxall, so I imagine that's the cause.

Regards,

Steve.

Steve Eynon10th Jul 2021

Hi Carlos,

We've just released PodBuilder v1.1.12 which should work with SkySpark 3.0.29.

The new SkySpark 3.0.29 had backwards (binary) compatibility issues, causing the error you saw.

After some investigation we were able to work around the issue and believe we've created a version of PodBuilder that works on both the latest (3.0.29) version of SkySpark, and also works on older versions too!

Try it out and let us know how you get on.

Regards,

Steve.


Log in or Sign up to post a reply.