Hi,
We recently migrated our applications from xMII 12.0 SP02 to MII 14.0 SP03 (14.0.3 Build(24)) in Development which is done by Basis team.
In xMII 12.0, we used two custom login applications as war files (Each war contains one servelet, few jsp files and one CSS file). They were deployed in Netweaver through DeployTool available d:\usr\sap\XMI\JCO0\J2EE\Deploying.
1) After migration, the DeployTool version is still 7.40. Is it correct?
2) If I run DeployTool, it throws the following exception
F:\usr\sap\XD1\J00\j2ee\deploying>deploytool
ConfigurationManager: found jar for secure store F:\usr\sap\XD1\J00\j2ee\deployi
ng\..\..\..\SYS\global\security\lib\tools\iaik_jce.jar
ConfigurationManager: found jar for secure store F:\usr\sap\XD1\J00\j2ee\deployi
ng\..\..\..\SYS\global\security\lib\tools\iaik_jsse.jar
ConfigurationManager: found jar for secure store F:\usr\sap\XD1\J00\j2ee\deployi
ng\..\..\..\SYS\global\security\lib\tools\iaik_smime.jar
ConfigurationManager: found jar for secure store F:\usr\sap\XD1\J00\j2ee\deployi
ng\..\..\..\SYS\global\security\lib\tools\iaik_ssl.jar
ConfigurationManager: found jar for secure store F:\usr\sap\XD1\J00\j2ee\deployi
ng\..\..\..\SYS\global\security\lib\tools\w3c_http.jar
java.lang.NoClassDefFoundError: com/sap/engine/services/log_configurator/admin/L
ogConfiguratorManagementInterface
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2475)
at java.lang.Class.getDeclaredMethod(Class.java:1962)
at java.awt.Component.isCoalesceEventsOverriden(Component.java:6014)
at java.awt.Component.isCoalesceEventsOverriden(Component.java:6003)
at java.awt.Component.access$500(Component.java:169)
at java.awt.Component$3.run(Component.java:5968)
at java.awt.Component$3.run(Component.java:5966)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Component.checkCoalescing(Component.java:5965)
at java.awt.Component.<init>(Component.java:5934)
at java.awt.Container.<init>(Container.java:249)
at javax.swing.JComponent.<init>(JComponent.java:578)
at javax.swing.JPanel.<init>(JPanel.java:65)
at javax.swing.JPanel.<init>(JPanel.java:92)
at javax.swing.JPanel.<init>(JPanel.java:100)
at com.sap.engine.services.log_configurator.admin.gui.LogControllerPanelLogical.<init>(LogControllerPanelLogical.java:80)
at com.sap.engine.services.log_configurator.admin.gui.LocationsPanel.<init>(LocationsPanel.java:26)
at com.sap.engine.services.log_configurator.admin.gui.GeneralLogControllerPanel.<init>(GeneralLogControllerPanel.java:51)
at com.sap.engine.services.log_configurator.admin.gui.GeneralLogControllerPanel.<init>(GeneralLogControllerPanel.java:63)
at com.sap.engine.services.deploy.gui.ear.EARDescriptorTabPanel.<init>(EARDescriptorTabPanel.java:62)
at com.sap.engine.services.deploy.gui.ear.EARDescriptorPanel.<init>(EARDescriptorPanel.java:53)
at com.sap.engine.deploy.tool.MainTabPanel.initAllPanels(MainTabPanel.java:1236)
at com.sap.engine.deploy.tool.DeployFrame.initDefaultPanels(DeployFrame.java:455)
at com.sap.engine.deploy.tool.DeployFrame.init(DeployFrame.java:216)
at com.sap.engine.deploy.tool.DeployFrame.<init>(DeployFrame.java:136)
at com.sap.engine.deploy.tool.DeployFrame.main(DeployFrame.java:1658)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
Caused by: java.lang.ClassNotFoundException: com.sap.engine.services.log_configurator.admin.LogConfiguratorManagementInterface
at com.sap.engine.offline.FileClassLoader.findClass(FileClassLoader.java:691)
at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:600)
at com.sap.engine.offline.FileClassLoader.loadClass(FileClassLoader.java:578)
... 32 more
3) Is DeployTool correct tool to deploy custom login war files into netweaver 7.3?
4) Is any other method available to deploy the war file?
5) Whether do I need to rebuild custom login files for Netweaver 7.3?
Thanks,
Raman N