使用WLST创建数据源时出错

时间:2012-10-01 06:05:20

标签: java weblogic weblogic11g wlst

我正在尝试使用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

1 个答案:

答案 0 :(得分:1)

感谢@Mani的有用评论。我错了,我提供了错误的密码。