Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
error when deployed on tomcat
tonkadawg
I got my report working in my eclipse environment, but when I deploy to a local instance of tomcat and test, I get the following error (in catalina log):
A BIRT exception occurred: Error evaluating Javascript expression. Script engine error: TypeError: [JavaPackage com.tayloredwebsites.common.UserScriptedDataSource] is not a function, it is org.mozilla.javascript.NativeJavaPackage. (DataSet[DecryptUsers].__bm_OPEN#2)
The report I'm running uses the UserScriptedDataSource class in the open function:
decryptedUsers = new Packages.com.tayloredwebsites.common.UserScriptedDataSource
I'm guessing that my syntax is off, but I'm not sure what it should be.
Any help would be greatly appreciated!
TIA!
Find more posts tagged with
Comments
mwilliams
Hi tonkadawg,
So, it works in the designer, just not deployed? Where are you putting your class file? Do you jar it?