0

こんにちは、みんな、

私はJavaスイングアプリを使用してバグジラスローj2bugzillaをカスタマイズしています.バグ例外を更新しようとしている間.以下はコードと例外です.

UpdateBug update = new UpdateBug(currentBug); con.executeMethod(update);


com.j2bugzilla.base.BugzillaException: An unknown error was encountered
    at com.j2bugzilla.base.XmlExceptionHandler.handleFault(XmlExceptionHandler.java:56)
    at com.j2bugzilla.base.BugzillaConnector.executeMethod(BugzillaConnector.java:154)
    at bugzilla.ui.Bugzilla.updateBug(Bugzilla.java:351)
****
****
Caused by: org.apache.xmlrpc.common.XmlRpcExtensionException: Null values aren't supported, if isEnabledForExtensions() == false
    at org.apache.xmlrpc.common.TypeFactoryImpl.getSerializer(TypeFactoryImpl.java:118)
    at org.apache.xmlrpc.serializer.MapSerializer.writeValue(MapSerializer.java:73)
    at org.apache.xmlrpc.serializer.MapSerializer.writeEntry(MapSerializer.java:67)

jar ファイルを bugzilla 2.0 から xmlrpc-common-3.1.3 をサポートする bugzilla 2.1.1 に更新した後にクリアされました。

4

1 に答える 1