Bin folder of local development DC is empty!!

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

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

Similar Messages

  • No option to import configuration in local development (DC perspective)

    Hi All,
    I had deleted the local development folder and also deleted the.metadata folder  from my workspace to start configuring NWDS again to import new configurations .But now when i open my NWDS ,in Development Configurations perspective >>Local DCS  is coming empty .There is no option to import the configuration now.
    I am not authorize to uninstall NWDS and reinstall again .But can access the NWDS folders specific to me like workspace etc .
    i teied creating local development folder manually with default files but no success.
    Kindly guide me in solving this problem.
    Regards,
    Madhvika

    Hi Madhvika,
    You might not have deleted configurations in that way. There is an option in NWDS to delete the configurations. Let it be.   Now at least try to restore the files from Recycle Bin if possible.  If not possible, don't be panic. There are some ways.
    .metadata   you can get back if you can create new workspace.
    Open NWDS -> Preferences->Workbench -> Workspace
    Click on "Browse" button and  create  new folder e.g workspace1.
    Close the NWDS and open it.  You will  get the .metadata
    If you want to get the .dtc folder you can reinstall NWDS or you can log in as different user into the system and open the NWDS. Then you can get  .dtc folder and  .metadata    as well. If you have administrative privileges on your system, create a new user as administrator and log in with that user Id. Try as I said. Later copy and paste those folders into your user folder. 
    Regards,
    Siva

  • Video plays on Root folder but not in Cgi-bin folder...Help!

    Hello-
    I just transfered my entire website content form one domain to another and for some reson my videos will not play on the new domain whereas they played correctly in the cg-bin folder of the old domain.  I do not understand why and need your help to figure it out since I am not a flash guy.
    Here is the link to the videos that are not working correctly.  http://www.healthywaterlife.com/cgi-bin/d.cgi/phil/videos.html
    My cgi guy says that all of the cgi is working correctly and he has stated that the problem lies within the code of the html.  So here is the html code for one of the videos...
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="605" height="350" id="FLVPlayer1">
               <param name="movie" value="FLVPlayer_Progressive.swf" />
               <param name="salign" value="lt" />
               <param name="quality" value="high" />
               <param name="scale" value="noscale" />
               <param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=http://www.healthywaterlife.com/videos/historyofkangenwater&autoPlay=false&autoRewind=fals e" />
               <embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=http://www.healthywaterlife.com/videos/historyofkangenwater&autoPlay=false&autoRewind=fals e" quality="high" scale="noscale" width="605" height="350" name="FLVPlayer1" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" />        
    </object>
    And yes, my server, codero, supports all of the cgi as the old domain worked well and was operating on the codero server.
    Thanks for your help!

    Are you sure that all the files have been uploaded?
    The player.swf, the skin.swf, the actual .flv video file, and what about any javascript files used for Flash detection? So that could be as many as 4 files.
    To test, paste the entire absolute address to each of those files directly into your browser address bar, like this:
    http://www.healthywaterlife.com/videos/FLVPlayer_Progressive.swf
    You should not see ANY file not found messages.
    After verifying that each file exists on the server, then it's only a matter of correctly pathing all the Flash assets, and pathing includes correctly spelling file names (upper or lower case.. must be exact) as well using correct folder names.
    To review Flash pathing:
    Pathing issues
    Almost always when it works on the local machine and not the server, it's a pathing problem.
    You can put your Flash related files in whatever folders you want, they do NOT have to be in the root, they do NOT all have to be in the same folder. But if you have a problem and if sticking them all in the root folder works, then you know that the issue was a pathing problem.
    Just remember that paths used in the .swf become relative to the Web page on which the .swf is placed, NOT it’s physical location.  So for example, if your .swf is in the flash/data folder and you use that .swf on a Web page in the root folder, you are in effect, removing that .swf from flash/data and putting it in root. So if the .swf is loading any related files (xml, images, video, etc), the path used inside the .swf to load the .xml file has to be relative to it's new location in root and then back down into flash/data. This is true even though when testing the .swf by itself, it can be inside flash/data and work just fine, since relative to it's location, the path is just fine, they are in the same folder. But if that same path is used when the .swf is placed on a page two folder levels up, the relative path has changed, the old "same folder" path will not work.
    In fact if you are placing the .swf on a web page in a different folder than the .swf is stored in, and that .swf calls external assets, then direct clicking and opening of the .swf in it’s folder should NOT work! That’s because the paths to the external assets should be relative to the Web page and not the physical location of the .swf.
    So just be sure that you use addresses relative to the final Web page locations (not physical file locations) and you can put the Flash related files in what ever folders you want.
    Best wishes,
    Eye for Video
    www.cidigitalmedia.com
    If that doesn't fix it, post a link. That really give us the best chance to help you.
    Best of luck!
    Adninjastrator

  • SWF File not running in Bin folder

    I developed flex program using flex builder 2.0. While click
    to run button, it works fine. But when i run the swf file (placed
    in bin folder) it shows the following error,
    [RPC Fault faultString="HTTP request error"
    faultCode="Server.Error.Request" faultDetail="Unable to load WSDL.
    If currently online, please verify the URI and/or format of the
    WSDL (
    http://weblogs.macromedia.com/mxna/webservices/mxna2.cfc?wsdl)"
    at mx.rpc.soap::WSDLParser/::dispatchFault()
    at mx.rpc.soap::WSDLParser/
    http://www.adobe.com/2006/flex/mx/internal::httpFaultHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler()
    at mx.rpc::Responder/fault()
    at mx.rpc::AsyncRequest/fault()
    at ::DirectHTTPMessageResponder/errorHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
    Please tell me how can i fix this issue?

    I developed flex program using flex builder 2.0. While click
    to run button, it works fine. But when i run the swf file (placed
    in bin folder) it shows the following error,
    [RPC Fault faultString="HTTP request error"
    faultCode="Server.Error.Request" faultDetail="Unable to load WSDL.
    If currently online, please verify the URI and/or format of the
    WSDL (
    http://weblogs.macromedia.com/mxna/webservices/mxna2.cfc?wsdl)"
    at mx.rpc.soap::WSDLParser/::dispatchFault()
    at mx.rpc.soap::WSDLParser/
    http://www.adobe.com/2006/flex/mx/internal::httpFaultHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()
    at mx.rpc::AbstractInvoker/
    http://www.adobe.com/2006/flex/mx/internal::faultHandler()
    at mx.rpc::Responder/fault()
    at mx.rpc::AsyncRequest/fault()
    at ::DirectHTTPMessageResponder/errorHandler()
    at
    flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/flash.net:URLLoader::redirectEvent()
    Please tell me how can i fix this issue?

  • Import/Export Local Development Component

    Hello,
    we developed a Portal service that we want to expose as Webservice.
    According to
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/cb213e578c0262e10000000a11466f/frameset.htm we created a local DC in our NWDS containing our
    Portal Service. We also generated the Webservice.
    We have have SAP NETWEAVER 7.0 (SP10) and no NWDI.
    Now we want to export the whole local DC project from our NWDS to the
    NWDS of a colleague.
    How can we do this? There is no "Local Development Component Export
    option" in our NWDS neither any "Import" possibility.
    Does anyone know something about that?
    Kind regards,
    Torsten Hoffmann

    Hi Torsten,
    1) Close NWDs.
    2) Take project of your colleague, delete .project & . classpath files, copy it in your ../Local Development/ ... folder (you should have the same folder structure as your colleague).
    3) Then edit your .syncdb file and add entry for this project (copy it from the file of your colleague).
    4) Launch NWDS.
    I've made such thing a lots of time and it works for sure.
    Regards,
    Andrei

  • "wdp" folder missing under the bin folder

    Hi All,
    I have no clue whats going on.
    I have been successfully developing my WD application and deploying it on the server.But recenetly i added a few Value Nodes and value attributes to the Component Controller and tried to deploy the application but the deployment terminated in between without any messages.
    I the rebuild the project and saw a lot of errors pertaining to my Import Statements in my java files which i am using for writing my business logic.
    The unresolved import is the Interface file of my component controller.On checking further inside the bin folder in the navigator view I found that the "wdp" folder itself is missing.
    I even deleted all the Value nodes and attributes that i had created but it didnt solve the problem.The "wdp" folder is created internally by the system.
    I even created a new WD project and pasted the contents from the previous project but the same wdp folder went missing again.
    Can someone tell me whats happening. Why is the "wdp" folder missing and how i can regenrate it so that my application may work again.
    i am not being able to slove it at all.
    Warm Regards
    Krishna

    Hi,
    Remove the project from workspace. Import it fresh, check component controller for errors.
    If there are errors,
    a) Go to the location of project in folder strcture
    b) Check properties of files : .project and .classpath
    c) If they are read only, change them explicitly to - read only false
    d) reload & rebuild the project
    regards,
    ganga

  • /usr/local/bin OR /opt/local/bin

    I recently installed osxvnc and the install program put it into /opt/local/bin. I already had /usr/local/bin etc.
    Is there a standard way of doing this - that is using /opt/local or /usr/local or is opt for optional programs and /usr/local for locally developed programs?
    TIA

    Fink uses /sw and darwinports uses /opt/local specifically so that what you have in /usr/local doesn't interfere with fink, or with darwinports, and that their installs don't interfere with what you install manually into /usr/local.
    Use /usr/local for software you compile by hand that installs in there by default. Keep fink and darwinports separate from this, and separate from each other. The best way to do this is to leave everything as it is.
    If you want to, you can configure fink (and I assume darwinports) to install everything into /usr/local. Again, I suggest you not do it for the same reasons as just given. More details of how and why this was done are available on the fink and on the darwinports documentation sites.

  • Error while importing sca file in local development

    Hi,
    I am trying to import a sca file (MDMJ71006_0-10006189.SCA) into the local development of my NWDS.
    I right click on local development--> Import SC --> Gave path of SC --> Next (All DCs gets displayed) --> Finish.
    After clicking finish I am getting error like:
    UI job failed with exception: Updating DC model for com.sap.mdm.tech.connector java.lang.NullPointerException
    After this i can see this SC in my local development list but when I update it, the SC gets deleted.
    Can anyone help me import this sca file.
    Thanks
    Arjun

    Hi,
    I am trying to import a sca file (MDMJ71006_0-10006189.SCA) into the local development of my NWDS.
    I right click on local development--> Import SC --> Gave path of SC --> Next (All DCs gets displayed) --> Finish.
    After clicking finish I am getting error like:
    UI job failed with exception: Updating DC model for com.sap.mdm.tech.connector java.lang.NullPointerException
    After this i can see this SC in my local development list but when I update it, the SC gets deleted.
    Can anyone help me import this sca file.
    Thanks
    Arjun

  • Oradv10.dll file is not placed in ORACLE_HOME\bin folder in windows

    Hello,
    I want to apply patch on my Oracle database 10g release 2 (10.2.0.1) and upgrade to 10.2.0.5.
    but i could not find database vault file in bin folder.
    can anyone guide what is the issue behind this !!??
    Please help me to sove this issue.
    Thanks in advance.
    Pradip Patel

    Hello,
    I have installed fresh Oracle 10g R2 (10.2.0.1) on my windows server 2003 platform.
    after this i want to apply patch (10.2.0.5) on this.
    before apply the patch we have to disable database vault but when i fire below query in my database to check my vault is enable or disable:
    SQL> SELECT * FROM V$OPTION WHERE PARAMETER = 'Oracle Database Vault';
    no rows selected
    i got this result.
    and even database vault file named oradv10.dll is also not in ORACLE_HOME\bin folder.
    so i want to know that when i installed my fresh oracle database at that time database vault utility install or i have to install manually after this.
    Guide me.
    Pradip Patel

  • Is it necessary to put .java file in 'bin' folder

    when ever i am creating a .java file i have to put that in bin folder then only javac compiling the file.
    otherwise its not compiling the file.
    how can i compile my java file by putting in any folder of mine?
    even if i am creating any folder inside the bin folder then also its not compiling my .java file.

    when ever i am creating a .java file i have to put
    that in bin folder then only javac compiling the
    file.That's a huge mistake. You should never do that.
    otherwise its not compiling the file.
    how can i compile my java file by putting in any
    folder of mine?Add the Java /bin directory to your PATH so the operating system can find the javac.exe and java.exe apps.
    even if i am creating any folder inside the bin
    folder then also its not compiling my .java file.Then you've got a bigger problem. You must have compiler errors that you need to read and fix in your source code.
    %

  • [SOLVED] Recommendations needed - Arch + Apache for local development

    Hello,
    I'm a new Arch user, and relatively new with Linux. I'm getting to like Arch very much.
    I do web development, and I do most of my programming in PERL.
    I have already installed perl and some tools, and I'm about to install apache. The Idea is to have the apache server just for local development and testing.
    So the question is: Do you recommend me to install some firewall?
    What security measurements should I take?
    Is there any easy way to enable and disable Internet access to the apache server?
    Thank you!
    Last edited by iopo (2009-10-28 19:24:14)

    Thank you friends.
    Yes, my Internet is via router. I like the Idea to set the server to listen at local address, I will try that.
    Now, as I'm new to Linux and Arch, I will like to know if I should take any extra security measurements. In windows I used anti-virus + firewall all the time, and I blocked apache to access the Internet with the firewall.
    I have set a strong root password, but the "normal user" has sudo. Is that secure enough?
    Is there any "must have" security tools or measurements to set is a box like mine (Desktop usage + local network (3 machines) + apache for local usage and testing only)?
    Is it common to get some malware, worm, trojan, spyware or some kind of phishing just by surfing the web without user "action" to install it?
    I know Linux is much safer because users and permissions. I like that very much, It feels a lot safer.
    Now, I have used Arch for a week or so with no firewall (router firewall is disabled also) and no anti-virus. Absolutely no special security measurements and there seems to be no log-in attempts in logfiles .. and no problems at all. Windows without firewall and anti-virus will die in a few hours just by leaving it connected to Internet....
    I just wanted to ask you all (Arch users) if you normally use Firewall, and if you take some special measurement to stay free of  trojans, spyware, etc...
    I will appreciate your comments.
    Thank you!

  • No "javac" file in the "BIN" folder when I install v1.4 under XP

    I downloaded and installed the latest version of Java SDK 1.4, and in the "BIN" folder I see "java" and "javaw", but not "javac". I am sure it is suppoesed to be in the "BIN" folder but it is not. HELP!

    Did you maybe install the JRE instead of the JDK?
    Monika.

  • Eventing between 2 Local Development components possible ?

    Hello,
      I have 2 Local DCs named 'Main' and 'Search'. As the name suggests, Main embeds Search in the "Used Web Dynpro components" and passes (via context mapping) a search parameter to Search. Search will appear as a popup window and display the table results if a match or several matches are found. User then have the option of selecting the one of the result from the table or cancel the search.
      Everything works fine till I am trying to fire an event from Search to call the handler in Main. It seems that Search is not able to 'see' the handler that i have created in Main and is not able to close the popup search window.
      The tutorial "Dialog Boxes in Web Dynpro Applications" demonstrates how to do eventing within the same component but I will like to know how can I do the above between 2 different Local Development components. Does anyone have a solution or idea to this ? Thank you very much.
    from
    Kwok Wei

    Hi,
    I think with that search parameter you can also pass on an extra parameter say <b>win</b> of type <b>IWDWindow</b> containing the reference of the window created in the main view.
    In the popup window on action close of the window, instead of calling the handler you can directly give
    win.close();
    win.destroy();
    regards,
    Mahesh K.

  • Upgrading Local Development From OC4J 10.1.2 to 10.1.3

    We are in the middle of upgrading our local development environments to 10.1.3.
    Previously, to deploy an application to my 10.1.2 environment, I would use Maven (and a war:webapp target) to deploy to a setup as specified by application.xml:
    <web-module id="acap" path="file://C:/svn/acap 1.3.3/target/acap" />
    and http-web-site.xml:
    <web-app application="default" name="acap" root="/acap" />
    Unfortunately, I need to 10.1.3 upgrade to support Java 5.0 development. I don't know how to configure 10.1.3 manually, and don't want to compile a WAR each time and deploy via 10.1.3's enterprise manager, which is much more time-consuming.
    Can anyone give me any pointers on handling the upgrade? Otherwise, I'm going to have to switch servlet containers from OC4J, which would be bad since the app is ultimately going to be deployed to Oracle Application Server...
    Jason

    Hello,
    You should be able to use the same mechanism to deploy in 10.1.3.x, except that you will use the default-web-site.xml file (instead of http-web-site.xml)
    In the same time it is probably better to use the command line (admin_client.jar) or ant task to deploy your war.
    Regards
    Tugdual Grall

  • DLL in "\Program Files\...\Web Server Extensions\15\BIN\" folder

    Hi!
    Anyone, please, tell me
    1. Why some assembly are in this folder - "\Program Files\...\Web Server Extensions\15\BIN\"?
    2. What kind of assembly must be there?
    About year ago I have a problem with my custom solution, it can't found one of my dll, although it was in GAC. After I put it in BIN folder, it worked. Now I have a similar problem - I have dll in GAC, but page through error "assembly not found".
    This error repeated through time, I can't understand why...

    Hi
    If your DLL are in bin folder of web application then your solution is sandbox solution and if its in GAC then its Farm solution.
    so if you deployee any custom solution as sandbox then your DLL should be in BIN folder of web application
    Check below link which can help to more understanding about dll deployment
    http://www.learningsharepoint.com/2013/03/24/deploy-sharepoint-2010-solutions-in-sharepoint-2013/
    please let me know if u get your answer then mark me as Answer and Vote

Maybe you are looking for