cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding DC in SAP Netweaver 7.1 CE SP01

former_member185086
Active Contributor
0 Kudos

Hi All

As I developed a Web-Dynpro Project , CE 7.1 give facility to make it same WD project to a DC .Problum here is that Once I deployed this DC it give some error

these are

Jul 27, 2007 4:40:30 PM /userOut/daView_category (eclipse.UserOutLocation) [Thread[Deploy Thread,5,main]] INFO: deployment trace

16:40:26.937 [info #300] [#4]: DC API is trying to connect to 'incblr26:50504'

16:40:26.937 [debug #100] [#4]: SessionImpl::getContext():[ B E G I N ].timerId=24

16:40:27.718 [debug #100] [#4]: SessionImpl::getContext():[ E N D ].timerId=[id:#24, elapsed: 781 ms.]

16:40:27.734 [info #300] [#4]: DC API has Connected to 'incblr26:50504'

16:40:27.734 [debug #100] [#4]: DeployProcessor::ctor:New deploy processor created[ deployerId=5 ]

16:40:28.828 [debug #200] [#4]: DeployProcessor::Constructor:get deployer from server.[ deployerId=5 ]

16:40:28.984 [debug #200] [#4]: DeployProcessor::Constructor:deployer get successfully:[id:#25, elapsed: 156 ms.]. [ deployerId=5 ]

16:40:29.000 [info #200] [#4]: +++++ Starting D E P L O Y action +++++ [ deployerId=5 ] [ timerId=26]

16:40:29.015 [info #200] [#4]: Selected archives for deployment. [ deployerId=5 ]

16:40:29.046 [info #200] [#4]: C:\Documents and Settings\j2eadm.SYS\workspace.jdi\LocalDevelopment\DCs\incture.sap.com\comdep\_comp\gen\default\deploy\incture.sap.com~comdep.ear

16:40:29.046 [debug #300] [#4]: DeployProcessor::deploy:going to generate Session id.[ deployerId=5 ]

16:40:29.312 [debug #300] [#4]: DeployProcessor::deploy:DC API got Session id='1051',time:[id:#26, elapsed: 328 ms.].[ deployerId=5 ]

16:40:29.593 [debug #300] [#4]: DeployProcessor::uploadItemsToServer:timerId=27. [ deployerId=5 ], transactionId=1051::Upload archives to the server.Remote upload path is 'G:\usr\sap\CE2\J05\j2ee\cluster\server0\temp\tcbldeploy_controller\archives\1051'

16:40:29.593 [debug #300] [#4]: DeployProcessor::uploadItemsToServer:Going to upload 'C:\Documents and Settings\j2eadm.SYS\workspace.jdi\LocalDevelopment\DCs\incture.sap.com\comdep\_comp\gen\default\deploy\incture.sap.com~comdep.ear' on the server.[ deployerId=5 ]

16:40:30.109 [debug #300] [#4]: DeployProcessor::uploadItemsToServer:[ deployerId=5 ], transactionId=1051::File 'C:\Documents and Settings\j2eadm.SYS\workspace.jdi\LocalDevelopment\DCs\incture.sap.com\comdep\_comp\gen\default\deploy\incture.sap.comcomdep.ear' uploaded successfully as 'G:/usr/sap/CE2/J05/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/1051/incture.sap.comcomdep.ear'. Time:[id:#27, elapsed: 516 ms.]

16:40:30.109 [debug #300] [#4]: DeployProcessor::uploadItemsToServer:[ deployerId=5 ]::Archives uploaded.time:[#27: 0.516 sec]

16:40:30.109 [debug #100] [#4]: DeployProcessor::deployItems:enter.timerId=28.[ deployerId=5 ]

16:40:30.125 [info #200] [#4]: component version handling rule is UpdateAllVersions.[ deployerId=5 ]

16:40:30.312 [info #200] [#4]: Error strategies[ deployerId=5 ]:

16:40:30.328 [info #100] [#4]: deployer initialized successfully:[id:#29, elapsed: 203 ms.].[ deployerId=5 ]

16:40:30.343 [info #100] [#4]: Total time:[#29: 0.219 sec].[ deployerId=5 ]

16:40:30.375 [info #200] [#4]: Starting deployment.[ deployerId=5 ]

16:40:30.437 [info #500] [#4]: Deployment Exception during deployment phase 'SduLoadingException',cause=A reading error occurred while loading the SDU 'G:/usr/sap/CE2/J05/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/1051/incture.sap.com~comdep.ear'.; nested exception is:

java.rmi.RemoteException: class com.sap.engine.services.dc.util.readers.sdu_reader.SduReaderException:

The specified file G:/usr/sap/CE2/J05/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/1051/incture.sap.com~comdep.ear is not a valid SAP deployable unit. In case it is Java Enterprise application, please use import feature of Deploy View.

<b>Additional information: 'The information about the development component found in the manifest is either missing or incomplete!

Manifest attributes are missing or have badly formatted value:

attribute keylocation is missing

attribute keyname is missing

attribute keyvendor is missing

attribute keycounter is missing

</b> (G:/usr/sap/CE2/J05/j2ee/cluster/server0/temp/tcbldeploy_controller/archives/1051/incture.sap.com~comdep.ear)'.; nested exception is:

java.rmi.RemoteException: class com.sap.sl.util.sduread.api.IllFormattedSduFileException: The information about the development component found in the manifest is either missing or incomplete!

Manifest attributes are missing or have badly formatted value:

attribute keylocation is missing

attribute keyname is missing

attribute keyvendor is missing

attribute keycounter is missing

I also checked <b>Clusterwide exception</b>

and SAP Notes 784677

according to this I gave unique name to application and Component But no success.

I also copy the <b>src</b> from WD project and paste it in new DC this time again i got same error.

<b>Any clue on this</b>

please send me some link

Thanks and regards

````Satish````

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Satish,

can you check if the ear file contains a META-INF/SAP_MANIFEST.MF ? That is the file where those missing values should be.

Does the DC build log show any warnings, especially during execution of the [cda] task? That is the part responsible for writing that data.

Regards,

Marc

Answers (0)