Skip to Content
0
Former Member
Mar 05, 2009 at 08:13 PM

Problem deploying XCTemplateUploader templates

17 Views

BOE XI 3.1

Java Infoview

-


I need to install the Pie Chart & Radar analytics for use in Dashboard Builder so I followed the Dashboard Analytics Setup Admin guide instructions and placed the XCTemplateUploader.war in the Tomcat webapps folder. It deployed no problem and I can now get to http://servername:port/XCTemplateUploader/ and log into it without a problem.

Now I need to manually deploy the templates.zip, samples.zip, and data_exploration_templates.zip from the ...\Business Objects\Dashboard and Analytics 12.0\setup folder.

So, in command line I'm doing this:

D:\Program Files\Business Objects\Dashboard and Analytics 12.0\setup>java -jar XCTemplateUploaderBatch.jar -fmkdir -overwrite -user Administrator -cms boserver templates.zip

However, when attempting to do so I get the following:

Exception in thread "main" java.lang.UnsupportedClassVersionError: com/businesso

bjects/xctemplate/batch/XCTemplateUploaderBatch (Unsupported major.minor version

48.0)

at java.lang.ClassLoader.defineClass0(Native Method)

at java.lang.ClassLoader.defineClass(Unknown Source)

at java.security.SecureClassLoader.defineClass(Unknown Source)

at java.net.URLClassLoader.defineClass(Unknown Source)

at java.net.URLClassLoader.access$100(Unknown Source)

at java.net.URLClassLoader$1.run(Unknown Source)

at java.security.AccessController.doPrivileged(Native Method)

at java.net.URLClassLoader.findClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClass(Unknown Source)

at java.lang.ClassLoader.loadClassInternal(Unknown Source)

Therefore, since I was able to do this in another environment without a problem I suspect the System Environment Variables. Therefore, I tried removing any other instances of java from the "Path" variable and adding the variable "JAVA_HOME" to have a variable type of "D:\Program Files\Business Objects\javasdk\jre6\bin" and ensuring the first variable under "Path" is also "D:\Program Files\Business Objects\javasdk\jre6\bin"

Still no luck. Any thoughts on next steps?