Hi,
Am getting below error, while running NWDI template.
_Template Name:_ Change Management service configuration
step 20: Import build plug-ins
Error message
20 Import Build Plugins Import not successful Element 'SAPConfigLib.JDI.Unclassified.configureCms':!BrokerImport.import_of_element_failed!!BrokerImport.Fehler!com.sap.tc.lm.ctc.cul.cpi.exceptions.CPIBaseException: <Localization failed: ResourceBundle='com.sap.tc.lm.ctc.cul.cpi.CPIResourceBundle', ID='com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key com.sap.tc.lm.ctc.cul.cpi.BaseException_BASE_EXCEPTION:com.sap.tc.lm.ctc.provider.javaServiceProvider.JavaServiceWriter.writeElement!BrokerImport.LINE!157-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.86
-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
-:com.sap.tc.lm.ctc.cul.broker.BrokerImport.importElement.128
-:com.sap.tc.lm.ctc.cul.serviceimpl.importservice.CULConfigurationImport.importConfiguration.96
-:com.sap.tc.lm.ctc.ccl.templateinstaller.StepExecuter.run.41
Element 'SAPConfigLib.JDI.Unclassified.configureCms':Error during executing Java Reflection:null
Thanks,
Aravind.
Hello
Can you please make sure the files SAP_BUILDT.SCA,
SAPJEE.SCA and SAPJTECHS.SCA files exist in the folder:
/usr/sap/trans/CMS/inbox . If not, pls put these files there.
Please make sure that this folder has all access rights.
Without this the files can't be imported. This can be done by using the
following:
Give 'Execute' permission to ALL the SCAs in the inbox directory.
You can use the command "chmod 777 SAPBUILDT.sca"
You can upload them manually.
See Note 868867.
Thanks
Kenny
Thanks Kenny, now am able to run template successfully. But am getting some other error.
I Created a new Track and i successfully imported the component in development TAB of Transport Studio.
Now am trying in NWDS but am getting error in BUILT Variants level. correct me where am doing wrong
com.sap.tc.devconf.SyncException: Unable to remove local file or folder. Error when asking for folder item "C:\Documents and Settings\Administrator\.dtc\3\SCs\itelo.com\ARAVIND_SC\_comp\": Accessing server root property (XCM_CLIENT:minVersion) failed: Forbidden [(pre||post)-condition failed: DAV:access-denied]
at com.sap.tc.devconf.impl.DTRClientErrorMapper.toSyncException(DTRClientErrorMapper.java:73)
at com.sap.tc.devconf.impl.VFSHandler.removeLocalPath(VFSHandler.java:385)
at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:1009)
at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:921)
at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:902)
at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:865)
at com.sap.ide.eclipse.component.wizard.DevConfWizard.performFinish(DevConfWizard.java:275)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at com.sap.ide.eclipse.component.provider.actions.DevConfNewAction.run(DevConfNewAction.java:46)
at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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:324)
at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
Caused by: com.tssap.dtr.client.lib.vfs.VfsException: Accessing server root property (XCM_CLIENT:minVersion) failed: Forbidden [(pre||post)-condition failed: DAV:access-denied]
at com.tssap.dtr.client.lib.vfs.config.impl.VfsContext.getServerProperty(VfsContext.java:280)
at com.tssap.dtr.client.lib.vfs.impl.VersionedFileSystemManager.clientVersionCheck(VersionedFileSystemManager.java:335)
at com.tssap.dtr.client.lib.vfs.impl.VersionedFileSystemManager.getVersionedFileSystemManager(VersionedFileSystemManager.java:246)
at com.tssap.dtr.client.lib.vfs.VersionedFileSystemFactory.getVersionedFileSystemManager(VersionedFileSystemFactory.java:45)
at com.sap.tc.devconf.impl.VFSHandler.removeLocalPath(VFSHandler.java:377)
... 42 more
Caused by: com.tssap.dtr.client.lib.vfs.config.ConfigurationException: Forbidden [(pre||post)-condition failed: DAV:access-denied]
at com.tssap.dtr.client.lib.vfs.config.impl.Server.initializeProperties(Server.java:451)
at com.tssap.dtr.client.lib.vfs.config.impl.Server.getProperty(Server.java:290)
at com.tssap.dtr.client.lib.vfs.config.impl.VfsContext.getServerProperty(VfsContext.java:278)
... 46 more
Caused by: com.tssap.dtr.client.lib.deltavlib.DeltavException: Forbidden [(pre||post)-condition failed: DAV:access-denied]
at com.tssap.dtr.client.lib.deltavlib.impl.DeltavCommand.checkResponseStatus(DeltavCommand.java:107)
at com.tssap.dtr.client.lib.deltavlib.impl.DeltavCommand.execute(DeltavCommand.java:68)
at com.tssap.dtr.client.lib.deltavlib.impl.AbstractResource$PropFinder.load(AbstractResource.java:1085)
at com.tssap.dtr.client.lib.deltavlib.impl.cache.HashmapPropCache.refresh(HashmapPropCache.java:244)
at com.tssap.dtr.client.lib.deltavlib.impl.cache.HashmapPropCache.getPropertyObjects(HashmapPropCache.java:348)
at com.tssap.dtr.client.lib.deltavlib.impl.AbstractResource.getPropertyObjects(AbstractResource.java:893)
at com.tssap.dtr.client.lib.deltavlib.impl.BaseResource.getPropertySet(BaseResource.java:811)
at com.tssap.dtr.client.lib.vfs.config.impl.Server.initializeProperties(Server.java:449)
... 48 more
Caused by:
[VFS version: 7.00 645_VAL_REL 0010 (2007-01-06 16:21:22 CET)] com.tssap.dtr.client.lib.vfs.VfsException: Accessing server root property (XCM_CLIENT:minVersion) failed: Forbidden [(pre||post)-condition failed: DAV:access-denied]
at com.tssap.dtr.client.lib.vfs.config.impl.VfsContext.getServerProperty(VfsContext.java:280)
at com.tssap.dtr.client.lib.vfs.impl.VersionedFileSystemManager.clientVersionCheck(VersionedFileSystemManager.java:335)
at com.tssap.dtr.client.lib.vfs.impl.VersionedFileSystemManager.getVersionedFileSystemManager(VersionedFileSystemManager.java:246)
at com.tssap.dtr.client.lib.vfs.VersionedFileSystemFactory.getVersionedFileSystemManager(VersionedFileSystemFactory.java:45)
at com.sap.tc.devconf.impl.VFSHandler.removeLocalPath(VFSHandler.java:377)
at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:1009)
at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:921)
at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:902)
at com.sap.tc.devconf.DevelopmentConfigurationFactory.removeConfiguration(DevelopmentConfigurationFactory.java:865)
at com.sap.ide.eclipse.component.wizard.DevConfWizard.performFinish(DevConfWizard.java:275)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
at org.eclipse.jface.window.Window.open(Window.java:563)
at com.sap.ide.eclipse.component.provider.actions.DevConfNewAction.run(DevConfNewAction.java:46)
at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:229)
at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1391)
at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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:324)
at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
+++ Nested exception part 1/1
com.tssap.dtr.client.lib.vfs.config.ConfigurationException: Forbidden [(pre||post)-condition failed: DAV:access-denied]
at com.tssap.dtr.client.lib.vfs.config.impl.Server.initializeProperties(Server.java:451)
at com.tssap.dtr.client.lib.vfs.config.impl.Server.getProperty(Server.java:290)
at com.tssap.dtr.client.lib.vfs.config.impl.VfsContext.getServerProperty(VfsContext.java:278)
at com.tssap.dtr.client.lib.vfs.impl.VersionedFileSystemManager.clientVersionCheck(VersionedFileSystemManager.java:335)
... 45 more
+++ Nested exception part 1/1
com.tssap.dtr.client.lib.deltavlib.DeltavException: Forbidden [(pre||post)-condition failed: DAV:access-denied]
at com.tssap.dtr.client.lib.deltavlib.impl.DeltavCommand.checkResponseStatus(DeltavCommand.java:107)
at com.tssap.dtr.client.lib.deltavlib.impl.DeltavCommand.execute(DeltavCommand.java:68)
at com.tssap.dtr.client.lib.deltavlib.impl.AbstractResource$PropFinder.load(AbstractResource.java:1085)
at com.tssap.dtr.client.lib.deltavlib.impl.cache.HashmapPropCache.refresh(HashmapPropCache.java:244)
at com.tssap.dtr.client.lib.deltavlib.impl.cache.HashmapPropCache.getPropertyObjects(HashmapPropCache.java:348)
at com.tssap.dtr.client.lib.deltavlib.impl.AbstractResource.getPropertyObjects(AbstractResource.java:893)
at com.tssap.dtr.client.lib.deltavlib.impl.BaseResource.getPropertySet(BaseResource.java:811)
at com.tssap.dtr.client.lib.vfs.config.impl.Server.initializeProperties(Server.java:449)
at com.tssap.dtr.client.lib.vfs.config.impl.Server.getProperty(Server.java:290)
at com.tssap.dtr.client.lib.vfs.config.impl.VfsContext.getServerProperty(VfsContext.java:278)
at com.tssap.dtr.client.lib.vfs.impl.VersionedFileSystemManager.clientVersionCheck(VersionedFileSystemManager.java:335)
... 45 more