wlstを使用してデータソースを作成しようとしています。jythonスクリプトを使用して、createDataSource.pyという名前のファイルを作成しました。antスクリプトからこのファイルを実行しようとすると、以下のエラーが発生します。
[wlst] Creating JDBCSystemResource with name MyDataSource
[wlst] Traceback (innermost last):
[wlst] File "<iostream>", line 528, in create
[wlst] at weblogic.management.scripting.EditHandler.create(EditHandler.java:531)
[wlst] at weblogic.management.scripting.WLScriptContext.create(WLScriptContext.java:332)
[wlst] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[wlst] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[wlst] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[wlst] at java.lang.reflect.Method.invoke(Unknown Source)
[wlst] java.lang.ClassCastException: java.lang.ClassCastException: java.lang.reflect.InvocationTargetException cannot be cast to weblogic.management.scripting.ScriptException