Webtop 6.5SP2 on 64bit environment

Options
nbajaj
edited March 28, 2013 in Documentum #1

Hi,

I have webtop 6.5SP2 working well in 32 bit enviornment but when I deploy the webtop on 64bit machine I get the below error

SEVERE: Exception sending context initialized event to listener instance of class com.documentum.web.env.NotificationManager

java.lang.NoClassDefFoundError: org/eclipse/emf/ecore/xmi/impl/XMIResourceFactoryImpl

    at com.documentum.services.preset.impl.ResourceWrapper.<init>(ResourceWrapper.java:37)

    at com.documentum.services.preset.impl.ResourceWrapper.getInstance(ResourceWrapper.java:27)

    at com.documentum.services.preset.impl.PackageDefinitionLoader.loadPackageDefinitionFromFile(PackageDefinitionLoader.java:117)

    at com.documentum.services.preset.impl.PackageDefinitionLoader.getPackageDefinitions(PackageDefinitionLoader.java:88)

    at com.documentum.services.preset.impl.PackageDefinitionLoader.getPackageDefinitions(PackageDefinitionLoader.java:49)

    at com.documentum.services.preset.impl.PresetSyncServiceImpl.loadPresetPackageDefinitions(PresetSyncServiceImpl.java:279)

    at com.documentum.services.preset.impl.PresetSyncServiceImpl.setContext(PresetSyncServiceImpl.java:77)

    at com.documentum.web.preset.WDKPresetContext.getSyncService(WDKPresetContext.java:221)

    at com.documentum.web.preset.WDKPresetServiceFactory.getPresetSyncService(WDKPresetServiceFactory.java:104)

    at com.documentum.web.preset.PresetListener.startPresetSyncService(PresetListener.java:376)

    at com.documentum.web.preset.PresetListener.enablePresets(PresetListener.java:212)

    at com.documentum.web.preset.PresetListener.notifyApplicationStart(PresetListener.java:163)

    at com.documentum.web.env.NotificationManager$ApplicationEventNotificationSender.notifyStartEventForListener(NotificationManager.java:452)

    at com.documentum.web.env.NotificationManager$EventNotificationSender.notifyStartEvent(NotificationManager.java:414)

    at com.documentum.web.env.NotificationManager.doApplicationStart(NotificationManager.java:215)

    at com.documentum.web.env.NotificationManager.contextInitialized(NotificationManager.java:113)

    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3843)

    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4342)

    at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)

    at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)

    at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:525)

    at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:926)

    at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:889)

    at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:492)

    at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1149)

    at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:311)

    at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)

    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)

    at org.apache.catalina.core.StandardHost.start(StandardHost.java:719)

    at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)

    at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)

    at org.apache.catalina.core.StandardService.start(StandardService.java:516)

    at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)

    at org.apache.catalina.startup.Catalina.start(Catalina.java:578)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)

    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)

Please note that i have no connection with eclipse I am deploying the war file downloaded from powerlink(changing dfc.properties). Also I am using the 64bit JDK 1.7 update 15 and 64bit Tomcat 6.0.36

Tagged:

Best Answer

  • nbajaj
    edited March 28, 2013 #2 Answer ✓
    Options

    Issue is resolved, this issue was because all the presets jars were not getting downloaded in the bof cache.

Answers

  • Alvaro_de_Andres
    edited March 26, 2013 #3
    Options

    I'm pretty sure netiher JDK 1.7 not tomcat x64 are supported in 6.5...

  • nbajaj
    edited March 26, 2013 #4
    Options

    I have also tried with jdk5 32bit and jdk6 32 bit on tomcat 32 bit environment.

    I get the same error.

    Please note that though I am using 32 bit softwares, my OS is Windows 64bit. I hope that shouldn't be a problem.

    Why do i see eclipse classes in error stack trace, does tomcat/webtop internally uses any eclipse related jar.

    Thanks

    Nitin

  • nbajaj
    edited March 28, 2013 #5 Answer ✓
    Options

    Issue is resolved, this issue was because all the presets jars were not getting downloaded in the bof cache.