cancel
Showing results for 
Search instead for 
Did you mean: 

bin folder of local development DC is empty!!

Former Member
0 Kudos

Hi experts !!

I am facing a big issue!!

Yesterday many of my WDJava applications could not be deployed. For some of them after adding the external jars to LIB folder of the DC i was able to deploy them.

But for some of them even though i followed the same procedure i cannot deploy them at all.

I noticed that the bin folder of the DC is empty which is really weird..

Could this be the problem?

Any ideas??

Thank you in advance!!!

Edited by: Grigoria Koutsogianni on Nov 5, 2008 2:45 PM

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi Ayyapparaj!!

This is all so new for me..

You are right it is a DC project..

How do i add dependecy??

Former Member
0 Kudos

Hi,

Which version of NWDS are you using?

Can you post the entire stack error stack trace.

Go to Window-> Show view->Other ->PDE Runtime->Error Log and check any errors are there or not with respect to your problem.

Regards

Ayyapparaj

Former Member
0 Kudos

Hi

Refer to this blog:

Regards,

Apurva

Former Member
0 Kudos

Now i am getting an other error "Cannot find the class file com.sap.security.api " Classpath incomplete.

But i have already added the external jars in the LIB folder.

I really don't get it..

Former Member
0 Kudos

Hi,

If its a DC project instead of adding jars to the java build path you can make dependencies to DC

Add Dependency to ENGINEAPI->security_api.

Regards

Ayyapparaj

Former Member
0 Kudos

When u say delete the project, u mean to delete the .project file??

I how do i recreate it??

Once again thank u!!!

Former Member
0 Kudos

HI,

First 3 options are not working?

Generally , project repair works.

No, not .project file.

1. First take backup of thr project(zip the project)

2. Right click on project and click on delete

3. Popup will appear with two radio buttons: Delete the content , do not delete the content. Select 2nd option

4. Project will be deleted from NWDS. Now go to development perspective. Select DC, Right click, and click on create project.

Regards,

Apurva

Former Member
0 Kudos

Hi Matthias & Apurva and thank u both for your replies!!

I already checked the logs and the error message i get is the following:

"Ploblems encountered while deleting resources".

I 've never seen again and i do not know how to fix it..

Do u have any ideas??

Thank u in advance!!!

Former Member
0 Kudos

HI,

I had the same problem once.

Try this in the same order

1. Rebuild

2. Repair

3. Close the project & Open it again

4. Delete the project (DONT delete content just the project) and create it from DC again.

I dont remember exactly which step solved problem in my case.

Regards,

Apurva

Former Member
0 Kudos

Hi Apurva & thank u for your reply!

The message i am getting is the following:

"are u sure yoy want to build an archive?

The Dc contains generation or built error. The requested archive will fail or contain outdated files"

I 've checked my code and it is ok.

Frankly i did not know what else should i check, and that is why i noticed that the bon folder is empty.

Any other ideas???

Former Member
0 Kudos

Hello Grigoria,

you obviously have build problems rather than deployment problems.

The Build errors are displayed in the general user output view of your studio. If you don't have it in your perspective go to Window-> show view -> general user output

Just doubleclick the rows with yellow/red icons to see a more complete log.

Kind regards

Matthias

Former Member
0 Kudos

Hi,

Matthias is right. This is build problem and check for detailed error in 'Tasks' tab. Sort first column with red/yellow icons by clicking on header. Check any errors (red icons).

Regards,

Apurva

Former Member
0 Kudos

Hi,

Are you getting any error message while deploying application? In case of DC , for adding jar files use procedure in blog:

Regards,

Apurva