[seasar-dotnet:1549] Re: エラーの対処法について

kubo [E-MAIL ADDRESS DELETED]
2010年 1月 19日 (火) 22:13:41 JST


久保(jflute)です。

こんばんは

申し訳ありませんが、ちょっと情報が少ないので
(恐らく誰も)なんとも言えないというところです。

何のツールを使ってるのか?(例えば、S2DaoなのかDBFluteなのか)
どのような環境で使ってるのか?(WindowsとかOracleとか)
どういう処理(プログラム)をしたら現象が発生したのか?
(現象が発生する条件は?)

などの情報も一緒に投稿して頂けると、
このMLをご覧の皆様が返事をしやすいと思います。

エラーの対処法の手順として、こちらの記事が参考に
なりますので、ぜひご覧になって手順を進めてみて下さい。
http://d.hatena.ne.jp/jflute/20090224/1235473382
その手順を進めていく中で、わかったこと、わからなかった
ことを明確にして、それを明記して投稿して頂ければ、
解決が早まると思います。

2010/1/19 Kaneko Seiji/MEDIO <[E-MAIL ADDRESS DELETED]>:
> はじめまして、こんにちは。
>
> プログラムの操作試験の際に以下のようなエラーが出てしまい、うまく動作しま
> せん。
>
> ************** 例外テキスト **************
> Seasar.Framework.Exceptions.SQLRuntimeException: [ESSR0071]SQLException
> occured, because System.Data.OleDb.OleDbException: 1 つ以上の必要なパラ
> メータの値が設定されていません。
> 場所
> System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult
> hr)
> 場所
> System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS
> dbParams, Object& executeResult)
> 場所 System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object&
> executeResult)
> 場所 System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior
> behavior, Object& executeResult)
> 場所
> System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior
> behavior, String method)
> 場所 System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
> 場所 System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader()
> 場所 Seasar.Framework.Util.CommandUtil.ExecuteReader(IDataSource
> dataSource, IDbCommand cmd) ---> System.Data.OleDb.OleDbException: 1 つ
> 以上の必要なパラメータの値が設定されていません。
> 場所
> System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandling(OleDbHResult
> hr)
> 場所
> System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleResult(tagDBPARAMS
> dbParams, Object& executeResult)
> 場所 System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object&
> executeResult)
> 場所 System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavior
> behavior, Object& executeResult)
> 場所
> System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(CommandBehavior
> behavior, String method)
> 場所 System.Data.OleDb.OleDbCommand.ExecuteReader(CommandBehavior behavior)
> 場所 System.Data.OleDb.OleDbCommand.System.Data.IDbCommand.ExecuteReader()
> 場所 Seasar.Framework.Util.CommandUtil.ExecuteReader(IDataSource
> dataSource, IDbCommand cmd)
> --- 内部例外スタック トレースの終わり ---
> 場所 Seasar.Framework.Util.CommandUtil.ExecuteReader(IDataSource
> dataSource, IDbCommand cmd)
> 場所
> Seasar.Extension.ADO.Impl.BasicCommandFactory.ExecuteReader(IDataSource
> dataSource, IDbCommand cmd)
> 場所
> Seasar.Extension.ADO.Impl.BasicDataReaderFactory.CreateDataReader(IDataSource
> dataSource, IDbCommand cmd)
> 場所
> Seasar.Extension.ADO.Impl.BasicSelectHandler.CreateDataReader(IDbCommand
> cmd)
> 場所 Seasar.Extension.ADO.Impl.BasicSelectHandler.Execute(IDbCommand cmd)
> 場所 Seasar.Extension.ADO.Impl.BasicSelectHandler.Execute(IDbConnection
> connection, Object[] args, Type[] argTypes)
> 場所 Seasar.Extension.ADO.Impl.BasicSelectHandler.Execute(Object[] args,
> Type[] argTypes)
> 場所 Seasar.Dao.Impl.SelectDynamicCommand.Execute(Object[] args)
> 場所 Seasar.Dao.Interceptors.S2DaoInterceptor.Invoke(IMethodInvocation
> invocation)
> 場所 Seasar.Framework.Aop.Proxy.AopProxy.Invoke(IMessage msg)
> 場所
> System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
> msgData, Int32 type)
> 場所 Nakano.Manage.Forms.Dao.ILedEstimateDao.GetListRange(String idS,
> String idE, String acceptS, String acceptE, String sendS, String sendE)
> 場所
> Nakano.Manage.Forms.Service.Impl.OrderListServiceImpl.OrderList_Est_GetRange(String
> idS, String idE, String acceptS, String acceptE, String sendS, String sendE)
> 場所 Nakano.Manage.Forms.Form.OrderListForm.Search_DataList()
> 場所 Nakano.Manage.Forms.Form.OrderListForm.OrderListForm_Load(Object
> sender, EventArgs e)
> 場所 System.EventHandler.Invoke(Object sender, EventArgs e)
> 場所 System.Windows.Forms.Form.OnLoad(EventArgs e)
> 場所 System.Windows.Forms.Form.OnCreateControl()
> 場所 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
> 場所 System.Windows.Forms.Control.CreateControl()
> 場所 System.Windows.Forms.Control.WmShowWindow(Message& m)
> 場所 System.Windows.Forms.Control.WndProc(Message& m)
> 場所 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
> 場所 System.Windows.Forms.ContainerControl.WndProc(Message& m)
> 場所 System.Windows.Forms.Form.WmShowWindow(Message& m)
> 場所 System.Windows.Forms.Form.WndProc(Message& m)
> 場所 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
> 場所 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
> 場所 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
> IntPtr wparam, IntPtr lparam)
>
>
>
>
> 対処法などがお分かりの方はご連絡をお願いします。
>
> 以上。
> _______________________________________________
> seasar-dotnet mailing list
> [E-MAIL ADDRESS DELETED]
> https://ml.seasar.org/mailman/listinfo/seasar-dotnet
>


seasar-dotnet メーリングリストの案内