.NET interoperability - receiving 1205 error

For questions and postings not covered by the other forums
cartman
Posts: 1
Joined: Wed Jun 16, 2010 6:58 am

.NET interoperability - receiving 1205 error

Postby cartman » Thu Jun 17, 2010 5:52 am

I am receiving the following error trying to get a Jade DB Connection from my .NET code. When I open up the Jade Monitor, I can see that there is a connection created however I still receive the error. Thanks in advance for any help.

-----------------------------------------------------------------------------------------------------

A Jade call returned error status, status=1205 - Method aborted
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: JadeWorld.Jade.Interop.JadeJomException: A Jade call returned error status, status=1205 - Method aborted

Source Error:

Line 17:
Line 18: newConnection = new JadeDBConnection("Con1", "App1"); <-- failing here
Line 19: singleInst.setConnectionDetails(newConnection);
Line 20: }


Source File: C:\Documents and Settings\JadeDev\my documents\visual studio 2010\Projects\MvcApplication2\MvcApplication2\Controllers\JadeConnectionPool.cs Line: 18

Stack Trace:

[JadeJomException: A Jade call returned error status, status=1205 - Method aborted]
JadeWorld.Jade.Interop.JadeJomException.CheckJomResult(Int32 jomResult) in p:\cut\jade6306\language\jomDotNet\Exceptions.cs:174
JadeWorld.Jade.Interop.JadeProcess.SignOn(JadeApplicationParams appParams) in p:\cut\jade6306\language\jomDotNet\JadeProcess.cs:322
JadeWorld.Jade.Interop.JadeNode.MultiProcessJadeSignOn(JadeApplicationParams appParams) in p:\cut\jade6306\language\jomDotNet\JadeNode.cs:110
JadeWorld.Jade.Interop.JadeDBConnection.SignOn() in p:\cut\jade6306\language\jomDotNet\Connection\JadeDBConnection.cs:222
JadeWorld.Jade.Interop.JadeDBConnection..ctor(JadeConnectionParams connectionParams) in p:\cut\jade6306\language\jomDotNet\Connection\JadeDBConnection.cs:115
JadeWorld.Jade.Interop.JadeDBConnection..ctor(String connection, String application) in p:\cut\jade6306\language\jomDotNet\Connection\JadeDBConnection.cs:123
JadeConnectionPool.getInstance() in C:\Documents and Settings\CartlandC\my documents\visual studio 2010\Projects\MvcApplication2\MvcApplication2\Controllers\JadeConnectionPool.cs:18
JadeConnectionPool.getDBProcess() in C:\Documents and Settings\CartlandC\my documents\visual studio 2010\Projects\MvcApplication2\MvcApplication2\Controllers\JadeConnectionPool.cs:27
MvcApplication2.Controllers.HomeController.About() in C:\Documents and Settings\JadeDev\my documents\visual studio 2010\Projects\MvcApplication2\MvcApplication2\Controllers\HomeController.cs:22
lambda_method(Closure , ControllerBase , Object[] ) +96
System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters) +51
System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters) +409
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +52
System.Web.Mvc.<>c__DisplayClassd.<InvokeActionMethodWithFilters>b__a() +127
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation) +436
System.Web.Mvc.<>c__DisplayClassf.<InvokeActionMethodWithFilters>b__c() +61
System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters) +305
System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName) +830
System.Web.Mvc.Controller.ExecuteCore() +136
System.Web.Mvc.ControllerBase.Execute(RequestContext requestContext) +111
System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute(RequestContext requestContext) +39
System.Web.Mvc.<>c__DisplayClass8.<BeginProcessRequest>b__4() +65
System.Web.Mvc.Async.<>c__DisplayClass1.<MakeVoidDelegate>b__0() +44
System.Web.Mvc.Async.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _) +42
System.Web.Mvc.Async.WrappedAsyncResult`1.End() +141
System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +54
System.Web.Mvc.Async.AsyncResultWrapper.End(IAsyncResult asyncResult, Object tag) +40
System.Web.Mvc.MvcHandler.EndProcessRequest(IAsyncResult asyncResult) +52
System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest(IAsyncResult result) +38
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +8771193
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +184

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 23 guests

cron