Huijun Yang wrote:
> Hello,
> 
> During my testing on Polycom plugin, I ran into the error that I could
> not login to the web UI. From the sipXconfig.log, I saw the following
> exeption ( complete log file is attached):
> 
> Does anyone have an idea what is the problem?
> 
> Thanks,
> Huijun
> <<sipxconfig.log.gz>>
> "2008-12-08 13:21:16,275":ERROR:Digester:1224:End event threw exception
> java.lang.ClassCastException:
> org.sipfoundry.sipxconfig.setting.type.StringSetting cannot be cast to
> org.sipfoundry.sipxconfig.setting.Setting
> 

StringSetting is *not* a subclass Setting (IOW: if you were to try to cast
it explicitly you'll get a compilation error.)

In this case it's the result of digester taking the object from the stack
and trying to cast it in SettingTypeIdRule.end method:


 Setting rootSetting = (Setting) getDigester().peek();

If I had to guess I would go with invalid setting file. Try running

 ant test-models

in neoconf and every plugin module that you changed.
It should catch the error.

D.

_______________________________________________
sipx-dev mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-dev
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev

Reply via email to