cancel
Showing results for 
Search instead for 
Did you mean: 

java.lang.Exception: Could not get name for DC project

Former Member
0 Kudos

HI,

I am importing a local development Component into NWDS. I do not have a NWDI configured. When i tried creating Archive/deploy the DC its throws me a error stating

java.lang.Exception: Could not get name for DC project

I tried rebuilding, reloading, repair, closing NWDS, opening closing project, everyhting. Nothing ... kindly help. I need to deliver the changes as soon as possible.

Thanks,

Shruti

Accepted Solutions (1)

Accepted Solutions (1)

former_member185879
Active Contributor
0 Kudos

Hello Shruti,

Please refer the following thread.

Or you can try this, Copy the SRC folder from _Comp and paste it in your desktop. delete the DC and create a new DC with the same name, now go to _Comp folder and replace the new SRC folder with the copied SRC folder. Now try to import the same in NWDS and check.

Regards

Nizamudeen SM

Answers (2)

Answers (2)

Former Member
0 Kudos

The solution to this problem is:

Change your workspace, create a new DC with same name. Copy the _comp folder of your old DC from filesystem and copy into new DC in new workspace. Referesh your workspace and deploy. It will work. Thanks

chinna_babu2
Active Participant
0 Kudos

Hi Shruti

Add your DC details in C:\Documents and Settings\Administrator\.dtc\LocalDevelopment\.syncdb file.

<entry>
	<key>MyComponents:*your dc name*:*vendor name*</key>
	<data>
	<dirty/>
	<state>UPTODATE</state>
	          <mode>LOCAL_ONLY</mode>
	</data>
</entry>

Regards