Getting Multiple Error on Edge Webview in Windows with Version 18.x with pollyfill Core-js - webview

Edge version : Mozilla/5.0 (Windows NT 10.0; WOW64; MSAppHost/3.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.17763
System:
Node : v14.19.1
npm : 6.14.16
npm i core-js#3.27.0
Usage : polyfill.ts
import 'core-js/actual';
When I launch the app I am seeing below errors and app is not loading. I am using core-js within an Angular 14 project.
Exception was thrown at line 1, column 78939 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a15fb - JavaScript runtime error: 'newTarget' is not a constructor
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Array.prototype.every: 'this' is null or undefined
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Array.prototype.forEach: 'this' is null or undefined
Exception was thrown at line 1, column 56073 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a139e - JavaScript runtime error: 2
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Array.prototype.indexOf: 'this' is null or undefined
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Unable to get property 'length' of undefined or null reference
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Array.prototype.lastIndexOf: 'this' is null or undefined
Exception was thrown at line 1, column 49792 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a13b5 - JavaScript runtime error: Assignment to read-only properties is not allowed in strict mode
Exception was thrown at line 1, column 122312 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01bd - JavaScript runtime error: Object doesn't support this action
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Array.prototype.reduce: 'this' is null or undefined
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Array.prototype.reduceRight: 'this' is null or undefined
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Array.prototype.some: 'this' is null or undefined
Exception was thrown at line 1, column 124310 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138a - JavaScript runtime error: Array.prototype.sort: argument is not a Function object
Exception was thrown at line 1, column 49225 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Array.prototype.sort: 'this' is null or undefined
Exception was thrown at line 1, column 126005 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01bd - JavaScript runtime error: Object doesn't support this action
Exception was thrown at line 1, column 42355 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1600 - JavaScript runtime error: ArrayBuffer: cannot be called without the new keyword
Exception was thrown at line 1, column 42376 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a13a5 - JavaScript runtime error: Array length must be a finite positive integer
Exception was thrown at line 1, column 62757 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1389 - JavaScript runtime error: Number expected
Exception was thrown at line 1, column 136893 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a13a2 - JavaScript runtime error: The number of fractional digits is out of range
Exception was thrown at line 1, column 136918 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a13a2 - JavaScript runtime error: The number of fractional digits is out of range
Exception was thrown at line 1, column 138988 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1389 - JavaScript runtime error: Number.prototype.toPrecision: 'this' is not a Number object
Exception was thrown at line 1, column 92478 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Object.prototype.defineSetter: 'this' is null or undefined
Exception was thrown at line 1, column 150367 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1624 - JavaScript runtime error: Reflect.apply: argument is not an array or array-like object
Exception was thrown at line 1, column 150711 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1624 - JavaScript runtime error: Reflect.construct: argument is not an array or array-like object
Exception was thrown at line 1, column 97538 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1399 - JavaScript runtime error: Syntax error in regular expression
Exception was thrown at line 1, column 97677 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a139a - JavaScript runtime error: Unexpected quantifier
Exception was thrown at line 1, column 154388 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1399 - JavaScript runtime error: Syntax error in regular expression
Exception was thrown at line 1, column 156372 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Unable to get property 'get' of undefined or null reference
Exception was thrown at line 1, column 157301 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1398 - JavaScript runtime error: RegExp.prototype.toString: 'this' is not a RegExp object
Exception was thrown at line 1, column 157947 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'at'
Exception was thrown at line 1, column 61488 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1608 - JavaScript runtime error: String.prototype.endsWith: first argument cannot be a RegExp
Exception was thrown at line 1, column 61513 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1608 - JavaScript runtime error: String.prototype.endsWith: first argument cannot be a RegExp
Exception was thrown at line 1, column 61488 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1608 - JavaScript runtime error: String.prototype.includes: first argument cannot be a RegExp
Exception was thrown at line 1, column 61513 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1608 - JavaScript runtime error: String.prototype.includes: first argument cannot be a RegExp
Exception was thrown at line 1, column 61488 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1608 - JavaScript runtime error: String.prototype.startsWith: first argument cannot be a RegExp
Exception was thrown at line 1, column 61513 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1608 - JavaScript runtime error: String.prototype.startsWith: first argument cannot be a RegExp
Exception was thrown at line 1, column 104719 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'trimEnd'
Exception was thrown at line 1, column 104719 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'trimStart'
Exception was thrown at line 1, column 111712 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a1600 - JavaScript runtime error: [TypedArray]: cannot be called without the new keyword
Exception was thrown at line 1, column 111734 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a13dc - JavaScript runtime error: Invalid offset/length when creating typed array
Exception was thrown at line 1, column 178462 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a13db - JavaScript runtime error: 'this' is not a typed array object
Exception was thrown at line 1, column 181476 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138a - JavaScript runtime error: [TypedArray].prototype.sort: argument is not a Function object
Exception was thrown at line 1, column 181509 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138a - JavaScript runtime error: [TypedArray].prototype.sort: argument is not a Function object
Exception was thrown at line 1, column 201309 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a139e - JavaScript runtime error: InvalidCharacterError
Exception was thrown at line 1, column 201342 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x8000ffff - JavaScript runtime error: Argument not optional
Exception was thrown at line 1, column 201919 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x8000ffff - JavaScript runtime error: Argument not optional
Exception was thrown at line 1, column 204170 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138a - JavaScript runtime error: Function expected
Exception was thrown at line 1, column 207703 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Object expected
Exception was thrown at line 1, column 208014 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138a - JavaScript runtime error: Function expected
Exception was thrown at line 1, column 207571 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a138f - JavaScript runtime error: Object expected
Exception was thrown at line 1, column 112871 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x8000ffff - JavaScript runtime error: Invalid argument
Exception was thrown at line 1, column 200598 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'toSpliced'
Exception was thrown at line 1, column 200942 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'with'
Exception was thrown at line 1, column 100245 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'difference'
Exception was thrown at line 1, column 100245 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'intersection'
Exception was thrown at line 1, column 100245 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'isDisjointFrom'
Exception was thrown at line 1, column 100245 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'isSubsetOf'
Exception was thrown at line 1, column 100245 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'isSupersetOf'
Exception was thrown at line 1, column 100245 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'union'
Exception was thrown at line 1, column 100245 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x800a01b6 - JavaScript runtime error: Object doesn't support property or method 'symmetricDifference'
Exception was thrown at line 1, column 181795 in ms-appx-web://com.xxx.xxx/www/main.68c918428a7870f0.js
0x80004005 - JavaScript runtime error: unknown exception
Exception was thrown at line 1, column 195391 in ms-appx-web://com.xxx.xxx/www/main.68c918428a7870f0.js
0x80004005 - JavaScript runtime error: unknown exception
Exception was thrown at line 1, column 17847 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x80004005 - JavaScript runtime error: unknown exception
Exception was thrown at line 1, column 17847 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x80004005 - JavaScript runtime error: unknown exception
Exception was thrown at line 1, column 16336 in ms-appx-web://com.xxx.xxx/www/polyfills.05dd23503fa72111.js
0x80004005 - JavaScript runtime error: unknown exception
Please help here fixing these pollyfill issue only on Edge browser.

What I think you need is the correct core-js imports (other than the core-js/actual that you already seem to have - for reference: I'm not using that import in my project) to make this work. I'm currently using the following imports in my polyfills.ts to support Edge >= 15.
/** required for Edge 15 and up */
import 'core-js/es/array';
import 'core-js/es/object';
import 'core-js/es/promise'; // edge 15 does not have `finally`
I hope this fixes your problem!

Related

How can I include code in a scaffolding view template in Grails 5?

I need to import one of my classes in one of my scaffolding views, this used to work in Grails 2 but now appears broken under 5.
I've tried both the GSP and JSP way of importing and both result with the same exception.
The error is as follows..
Message
Request processing failed; nested exception is groovy.lang.GroovyRuntimeException: Failed to parse template script (your template may contain an error or be trying to use expressions not currently supported): startup failed: GStringTemplateScript3.groovy: 3: Unexpected input: '# page import' # line 3, column 13. """; # page import="tst.Customer" ; ^ 1 error
Caused by
Failed to parse template script (your template may contain an error or be trying to use expressions not currently supported): startup failed: GStringTemplateScript3.groovy: 3: Unexpected input: '# page import' # line 3, column 13. """; # page import="tst.Customer" ; ^ 1 error
Thank you,

error in processmaker login page after installation

I installed processmaker 3.5.7 on debian stable and there is an error in login page after installtion :
Fatal error: Uncaught TypeError: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct() must be an instance of Illuminate\Http\Request, null given, called in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php on line 62 and defined in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:120 Stack trace: #0 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php(62): Illuminate\Routing\UrlGenerator->__construct(Object(Illuminate\Routing\RouteCollection), NULL, NULL) #1 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(776): Illuminate\Routing\RoutingServiceProvider->Illuminate\Routing\{closure}(Object(App\Foundation\Application), Array) #2 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(658): Illuminate\Container\Container->build(Object(Closure)) #3 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(609): Il in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php on line 120
Fatal error: Uncaught TypeError: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct() must be an instance of Illuminate\Http\Request, null given, called in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php on line 62 and defined in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:120 Stack trace: #0 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php(62): Illuminate\Routing\UrlGenerator->__construct(Object(Illuminate\Routing\RouteCollection), NULL, NULL) #1 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(776): Illuminate\Routing\RoutingServiceProvider->Illuminate\Routing\{closure}(Object(App\Foundation\Application), Array) #2 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(658): Illuminate\Container\Container->build(Object(Closure)) #3 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(609): Il in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php on line 120
apache2 2.4.38
php 7.3
mariadb 10.3.27
processmaker logs :
<400> Apr 27 01:33:12 production ERROR: Call to undefined method Monolog\Logger::singleton() {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalThrowableError(code: 0): Call to undefined method Monolog\\Logger::singleton() at /opt/processmaker/vendor/laravel/framework/src/Illuminate/Log/Logger.php:273)"}
<400> Apr 27 01:33:12 production ERROR: Uncaught TypeError: Argument 2 passed to Illuminate\Routing\UrlGenerator::__construct() must be an instance of Illuminate\Http\Request, null given, called in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php on line 62 and defined in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:120
Stack trace:
#0 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php(62): Illuminate\Routing\UrlGenerator->__construct(Object(Illuminate\Routing\RouteCollection), NULL, NULL)
#1 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(776): Illuminate\Routing\RoutingServiceProvider->Illuminate\Routing\{closure}(Object(App\Foundation\Application), Array)
#2 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(658): Illuminate\Container\Container->build(Object(Closure))
#3 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(609): Il {"exception":"[object] (Symfony\\Component\\Debug\\Exception\\FatalErrorException(code: 1): Uncaught TypeError: Argument 2 passed to Illuminate\\Routing\\UrlGenerator::__construct() must be an instance of Illuminate\\Http\\Request, null given, called in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php on line 62 and defined in /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:120\nStack trace:\n#0 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/RoutingServiceProvider.php(62): Illuminate\\Routing\\UrlGenerator->__construct(Object(Illuminate\\Routing\\RouteCollection), NULL, NULL)\n#1 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(776): Illuminate\\Routing\\RoutingServiceProvider->Illuminate\\Routing\\{closure}(Object(App\\Foundation\\Application), Array)\n#2 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(658): Illuminate\\Container\\Container->build(Object(Closure))\n#3 /opt/processmaker/vendor/laravel/framework/src/Illuminate/Container/Container.php(609): Il at /opt/processmaker/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:120)"}
To make better use of ProcessMaker, it is better to use the Windows version as well
this is what you said about your simulator

TFS2013 Fails to Deserialize Parameters containing "$/"

I'm using the TFS 2013 XAML Build Process Template and have some parameters that contain TFS paths (i.e. start with $/) and the build immediately fails when deserializing the parameters.
The only workaround I have is to use $\/ but this gets pushed through as it is literally, breaking things that expect $/. Is there any way I can escape the strings properly?
e.g.
Post-build script arguments: -Path1 "$/MyProject/MySolution.sln" -Path2 $/MyProject/NuGet"
MSBuild arguments: /p:PackageOutputDir="$/MyProject/NuGet"
This is causing the following type of exception when I try to run a build:
Exception Message: TF401070: Could not deserialize the JSON string provided. Details:
After parsing a value an unexpected character was encountered: \. Path 'PostActionScriptArguments', line 1, position 449. (type BuildParameterSerializationException)
Exception Stack Trace: at Microsoft.TeamFoundation.Build.Common.BuildParameter.set_Json(String value)
Inner Exception Details:
Exception Message: After parsing a value an unexpected character was encountered: \. Path 'PostActionScriptArguments', line 1, position 449. (type JsonReaderException)
Exception Stack Trace: at Newtonsoft.Json.JsonTextReader.ParsePostValue()

NServiceBus RavenDB exception

From times to times I receive an exception that looks to be appearing when my NServiceBus console shows the following message:
NServiceBus.Timeout.Hosting.Windows.TimeoutPersisterReceiver [(null)] <(null)> - Polling next retrieval is at 11/19/2015 11:20:49.
.
Exception:
A first chance exception of type 'System.Net.WebException' occurred in System.dll
Additional information: The remote server returned an error: (404) Not Found.
Callstack:
[External Code]
Raven.Client.Lightweight!Raven.Client.Connection.HttpJsonRequest.ReadJsonInternal(System.Func<System.Net.WebResponse> getResponse) Line 332 C#
Raven.Client.Lightweight!Raven.Client.Connection.HttpJsonRequest.ReadResponseJson() Line 225 C#
Raven.Client.Lightweight!Raven.Client.Connection.ServerClient.DirectGet(string serverUrl, string key) Line 203 C#
Raven.Client.Lightweight!Raven.Client.Connection.ReplicationInformer.RefreshReplicationInformation(Raven.Client.Connection.ServerClient commands) Line 351 C#
Raven.Client.Lightweight!Raven.Client.Connection.ReplicationInformer.UpdateReplicationInformationIfNeeded.AnonymousMethod__6() Line 134 C#
[External Code]
It's an exception that it's thrown and caught inside RavenDB code it self, so I suspect this doesn't interfere with my own code. But I might be hiding a problem.
So I'm wondering why is this exception happening and how can I avoid it?
That is fine, 404 error is raised when you are trying to load a non existant document.
This is expected and part of how this works.

Struts2 debug tag thinks toString() is udefined

Debug tag in Struts2 keeps getting this error. Any ideas what could cause this?
FreeMarker template error!
Expression stackObject.value.get(propertyName).toString() is undefined on line 58, column 122 in template/simple/debug.ftl.
The problematic instruction:
----------
==> ${stackObject.value.get(propertyName).toString()?html} [on line 58, column 120 in template/simple/debug.ftl]
in include "/${parameters.templateDir}/simple/debug.ftl" [on line 23, column 1 in template/xhtml/debug.ftl]
----------
Never mind. Value stack had an object with overridden toString method that returned null.

Resources