Hello,

I already tried 3.0.7 with the same problem. I resolved my issue by
switching back to Dubbo 2.7.15.
The problem may be the fact that in 3.0.7 i was using fastjson and
imported dubbo-serialization-fastjson  2.7.15 (maybee a conflict).
When switching back to dubbo 2.7.15 i removed this import of
dubbo-serialization-fastjson and all worked well...

Le ven. 8 avr. 2022 à 03:55, Albumen Kevin <[email protected]> a écrit :

> Hi Daniel SAWAN,
>
> Which Dubbo version do you use?
> Would you please try using the 3.0.7 version.
>
> On Mon, Apr 4, 2022 at 2:01 AM Daniel SAWAN <[email protected]> wrote:
>
> > Hello,
> >
> > I initiate my dubbo remote call with this code :
> >
> > "ReferenceConfig<T> reference = new ReferenceConfig<>();"
> >
> > and i randomly get error :
> >
> > Stack Trace
> > java.lang.NullPointerException
> > at
> >
> >
> org.apache.dubbo.config.ReferenceConfig.postProcessAfterScopeModelChanged(ReferenceConfig.java:164)
> > at
> >
> >
> org.apache.dubbo.config.AbstractConfig.setScopeModel(AbstractConfig.java:396)
> > at org.apache.dubbo.config.AbstractConfig.<init>(AbstractConfig.java:117)
> > at
> >
> >
> org.apache.dubbo.config.AbstractMethodConfig.<init>(AbstractMethodConfig.java:103)
> > at
> >
> >
> org.apache.dubbo.config.AbstractInterfaceConfig.<init>(AbstractInterfaceConfig.java:193)
> > at
> >
> >
> org.apache.dubbo.config.AbstractReferenceConfig.<init>(AbstractReferenceConfig.java:93)
> > at
> >
> >
> org.apache.dubbo.config.ReferenceConfigBase.<init>(ReferenceConfigBase.java:77)
> > at
> org.apache.dubbo.config.ReferenceConfig.<init>(ReferenceConfig.java:145)
> >
> > Did i miss something ?
> >
> > Any help would be appreciated !
> >
> > Thanks !
> >
>

Reply via email to