However when I go to create a translation job i get the following.
Ive one master site (English) one french site. One translation set.
The french site was made by copying the english site.
Unhandled controller exception occurred System.NullReferenceException: Object reference not set to an instance of an object. at Jumoo.TranslatePlus.Core.Controllers.TranslationNodeApiController.Create(IContent item, CreateOptions options) at Jumoo.TranslatePlus.Core.Controllers.TranslationNodeApiController.Create(Int32 id, CreateOptions options) at lambda_method(Closure , Object , Object[] ) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass10.9(Object instance, Object[] methodParameters) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ApiControllerActionInvoker.
Does this happen when you are translating any page? can you try translating a single page (with as simple as possible set of properties?) - It might be something inside a bit of content but it's a bit hard to track down on its own.
if this doesn't work, it might also be worth looking at the log files (/app_data/logs) as they might have a bit more information about what is going on in them.
Error when I try to send for translation
Hi
Ive tried to set up the translation manager.
However when I go to create a translation job i get the following. Ive one master site (English) one french site. One translation set. The french site was made by copying the english site.
Unhandled controller exception occurred System.NullReferenceException: Object reference not set to an instance of an object. at Jumoo.TranslatePlus.Core.Controllers.TranslationNodeApiController.Create(IContent item, CreateOptions options) at Jumoo.TranslatePlus.Core.Controllers.TranslationNodeApiController.Create(Int32 id, CreateOptions options) at lambda_method(Closure , Object , Object[] ) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>cDisplayClass10.9(Object instance, Object[] methodParameters) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments) at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken) --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Web.Http.Controllers.ApiControllerActionInvoker.
Hi Lori,
Does this happen when you are translating any page? can you try translating a single page (with as simple as possible set of properties?) - It might be something inside a bit of content but it's a bit hard to track down on its own.
if this doesn't work, it might also be worth looking at the log files (/app_data/logs) as they might have a bit more information about what is going on in them.
Kevin
is working on a reply...