• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Groovy classloader exception when using template engine

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm new to Groovy and tried to use the GStringTemplateEngine to execute some groovy scripts on JBoss 5.1

Everything works fine in my local development environment, but fails when moved to the dev server managed by a different team.

I found that the exception is thrown specifically at



on GStringTemplateEngine.class, line 190

The exception message is



I'm not sure why its throwing a URI not hierarchical error. I'm assuming it has something to do with permissions and GroovyClassLoader is not able to parse the generated class.

Has anyone seen this error before? It would be helpful if someone can provide some suggestions on debugging/fixing the issue.
reply
    Bookmark Topic Watch Topic
  • New Topic