question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Layout: Uncaught TypeError: v is undefined

See original GitHub issue

Environment:

  • PF Version: 8.0.14
  • PrimeFaces Extensions 8.0.5
  • JSF version: 2.3.9
  • OmniFaces version: 2.7.14
  • JavaEE vesion: 8.0.1
  • WebLogic 14.1.1.0.0
  • Affected browsers: Chrome, Firefox

Since the switch to JavaEE8, JSF 2.3 and WebLogic 14, I have been getting this message for constellations that I cannot explain and the ajaxStatus also stops and does not set it to complete, so that the application cannot continue to be executed, except via a refresh of the page.

Is it somehow known how it happens that the variable “v” suddenly no longer exists?

Firefox console error message:

Uncaught TypeError: v is undefined
    bindEvents http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:188
    jQuery 4
    N     http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:76
    va    http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:139
    each jQuery
    va    http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:139
    nb    http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:87
layout.js.xhtml:188:4
    bindEvents http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:188
    jQuery 4
    N      http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:76
    va     http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:139
    each   jQuery
    va     http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:139
    nb     http://localhost:7001/merlin/javax.faces.resource/layout/layout.js.xhtml?ln=primefaces-extensions&v=8.0.5:87

Steven

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
StevenHachelcommented, Jan 24, 2022
1reaction
mellowarecommented, Jan 23, 2022

I will leave open until you create the issue over at PF and then I will link this issue to it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

three.js: "TypeError: v is undefined" when defining my ...
I get the error "TypeError: v is undefined" from the function addSelf at line 714 in three.js. How do I find out what...
Read more >
How to Prevent the TypeError: Cannot Read Property Map of ...
A guide on the root cause of 'cannot read map of undefined' as well as techniques and tools to prevent this error.
Read more >
Editor.js:426 Uncaught TypeError: Cannot read prop...
I have layers defined and pointing to a hosted serviuce/map. ... Uncaught TypeError: Cannot read properties of undefined (reading 'layer').
Read more >
Cannot Read Property of Undefined in JavaScript - Rollbar
What Causes TypeError: Cannot Read Property of Undefined. Undefined means that a variable has been declared but has not been assigned a value....
Read more >
Uncaught TypeError: Cannot read property 'ɵcmp' of undefined
I encountered this error when I tried to load non AOT bundles without @angular/compiler being in the application. Are you trying to dynamically ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found