Usage Note 42796: Using an insufficient level of the IBM Java Software Development Kit (SDK) causes the SAS® Web applications to fail
If you deploy the SAS
® Enterprise BI Server Web applications to an IBM WebSphere Application Server that uses an insufficient level of IBM Java SDK (JDK) 1.5, the SAS Web applications fail to initialize properly. The following exception appears in the WebSphere SystemOut.log file:
[3/25/11 9:29:57:156 EDT] 00000060 WebApp E [Servlet Error]-[Filter [LocaleFilter]: could not be initialized]:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sas.svcs.discoveryService'
defined in class path resource [META-INF/local-remote-jps.xml]: Invocation of init method failed; nested
exception is java.lang.VerifyError: class loading constraint violated (class: net/sf/saxon/style/StyleElement
method: getNamespaceResolver()Lnet/sf/saxon/om/NamespaceResolver;) at pc: 0
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1337)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(AccessController.java:214)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:423)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
at com.ibm.ws.wswebcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:652)
at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:354)
at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:292)
at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:92)
at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:671)
at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:624)
at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1305)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1138)
at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:817)
at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:951)
at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2157)
at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:342)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
Caused by: java.lang.VerifyError: class loading constraint violated (class: net/sf/saxon/style/StyleElement method: getNamespaceResolver()Lnet/sf/saxon/om/NamespaceResolver;) at pc: 0
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:59)
at java.lang.J9VMInternals.verify(J9VMInternals.java:57)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:120)
at net.sf.saxon.style.StyleNodeFactory.makeXSLElement(StyleNodeFactory.java:321)
at net.sf.saxon.style.StyleNodeFactory.makeElementNode(StyleNodeFactory.java:79)
at net.sf.saxon.tree.TreeBuilder.startContent(TreeBuilder.java:181)
at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:164)
at net.sf.saxon.style.UseWhenFilter.startContent(UseWhenFilter.java:153)
at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:164)
at net.sf.saxon.event.StartTagBuffer.startContent(StartTagBuffer.java:133)
at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:164)
at net.sf.saxon.event.ProxyReceiver.startContent(ProxyReceiver.java:164)
at net.sf.saxon.event.ReceivingContentHandler.startElement(ReceivingContentHandler.java:246)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at net.sf.saxon.event.Sender.sendSAXSource(Sender.java:274)
at net.sf.saxon.event.Sender.send(Sender.java:135)
at net.sf.saxon.event.Sender.send(Sender.java:46)
at net.sf.saxon.PreparedStylesheet.loadStylesheetModule(PreparedStylesheet.java:185)
at net.sf.saxon.PreparedStylesheet.prepare(PreparedStylesheet.java:116)
at net.sf.saxon.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:130)
at net.sf.saxon.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:85)
at com.sas.services.util.XMLUtil.applyXSL(XMLUtil.java:217)
at com.sas.services.util.XMLUtil.applyXSL(XMLUtil.java:166)
at com.sas.services.deployment.OMRServiceConfigFactory.transformGetMetadataObjects(OMRServiceConfigFactory.java:332)
at com.sas.services.deployment.OMRMetadataSource.getMetadata(OMRMetadataSource.java:1099)
at
com.sas.services.deployment.OMRMetadataSource.getMetadataToDeployServices(OMRMetadataSource.java:1018)
at com.sas.services.deployment.ServiceLoader.deployServices(ServiceLoader.java:846)
at com.sas.services.deployment.PlatformServices.startLocalServices(PlatformServices.java:524)
at com.sas.services.deployment.PlatformServices.startServices(PlatformServices.java:479)
at com.sas.services.deployment.CorePlatformServices.startServices(CorePlatformServices.java:153)
at com.sas.framework.services.PlatformDiscoveryServiceFactoryBean.afterPropertiesSet(PlatformDiscoveryServiceFactoryBean.java:100)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1368)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(
AbstractAutowireCapableBeanFactory.java:1334)
... 32 more
The Java SDK that is used with the IBM WebSphere Application Server is bundled with WebSphere, and it is ordinarily updated when WebSphere is updated. The versions of the Java SDK that are shipped with WebSphere Application Server Fix Packs are documented in
Verify Java SDK version shipped with IBM WebSphere Application Server Fix Packs.
To correct this problem, you must upgrade the Java SDK at least to the version that is shipped with the required baseline version of WebSphere.
Operating System and Release Information
| SAS System | SAS BI Dashboard | Microsoft® Windows® for x64 | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Standard Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 for x64 | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2008 for x64 | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows XP Professional | 4.2 | | 9.2 TS2M0 | |
| Windows Vista | 4.2 | | 9.2 TS2M0 | |
| Windows Vista for x64 | 4.2 | | 9.2 TS2M0 | |
| 64-bit Enabled AIX | 4.2 | | 9.2 TS2M0 | |
| 64-bit Enabled Solaris | 4.2 | | 9.2 TS2M0 | |
| Linux for x64 | 4.2 | | 9.2 TS2M0 | |
| Solaris for x64 | 4.2 | | 9.2 TS2M0 | |
| SAS System | SAS Web Report Studio | Microsoft® Windows® for x64 | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Standard Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 for x64 | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2008 for x64 | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows XP Professional | 4.2 | | 9.2 TS2M0 | |
| Windows Vista | 4.2 | | 9.2 TS2M0 | |
| Windows Vista for x64 | 4.2 | | 9.2 TS2M0 | |
| 64-bit Enabled AIX | 4.2 | | 9.2 TS2M0 | |
| 64-bit Enabled Solaris | 4.2 | | 9.2 TS2M0 | |
| Linux for x64 | 4.2 | | 9.2 TS2M0 | |
| Solaris for x64 | 4.2 | | 9.2 TS2M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Date Modified: | 2011-04-19 12:58:51 |
| Date Created: | 2011-03-28 12:04:17 |