DTR dependency problem

My problem is as follows:
1)I have created a java DC which contains several classes.
2)In that DC’s public part, I have created an assembly (by choosing “Can be packaged into other…”) which exposes all of the classes.
3)I have created a second DC which is a WebDynpro DC.
4)In the WebDynpro DC I have declared the 1st DC as a “used DC”.
5)I have built and deployed the Webdynpro DC – this part works fine. However, when we run the webdynpro I get an error that states that the classes from the JAVA DC are not known to the Webdynpro.
I think that the problem might be that the .jar files are not packaged into the webdynpro .ear file as a result of a bug in the ANT script that is generated in order to package this .ear file.
I have created a second scenario which uses a J2EE Enterprise Application instead of the WebDynpro. This project too results in an .ear file but this time the .ear DOES include the classes from the JAVA DC.
Furthermore, I have looked at the build.xml files of both the projects (the webdynpro DC and the Enterprise Application DC). While the Enterprise Application’s build.xml contains the line:
<copy todir="C:\Documents and Settings\I029211\.dtc\POCCAF\t\644CC03E11A2633C5526B12EC82461DB/jars">
                    <mapper type="flatten"/>
                    <fileset dir="C:\Documents and Settings\I029211\.dtc\POCCAF\DCs\sap.com\xapps\poc\common\_comp\gen\default\public\CommonDataObjects\">
                           <include name="lib/java/."/>
                    </fileset>
Which is responsible for bundling .jars into the .ear file, the WebDynpro’s script contains no such line (or anything similar).
That leads us to the conclusion that the problem might be in the generation of the ANT script of the WebDynpro project.

Did u try adding the referenced DC project name(in the format of <provider name>/<application name>) in the sharing references of the second webdynpro DC? I suppose this should solve the problem.
Regards
Shakeel

Similar Messages

  • Is this how pacman is supposed to work? (dependency "problem")[SOLVED]

    Hi
    Just did a fresh install of archlinux after buying a new computer.
    Installed some drivers.. kde (and some other stuff)
    Then.. just for the fun of it I removed qt3 with pacman -Rd.
    I was expecting that pacman -Syu would see that a dependency was missing and try to reinstall qt3.
    So I did a pacman -Syu, and what happened? Nothing.. pacman says all is okay, well all is not okay cus kde will not work without qt3.
    Is this how it should work or is this a bug? I checked the manpages for some kind of "install all missing dependencies" but found nothing..
    /Ivan
    Last edited by Fuel (2008-01-23 01:34:22)

    fwojciec wrote:
    That's not how Arch is supposed to work.  Arch is about giving power to the users.  With power comes responsibility, and this responsibility falls on the users in this case.  Remember -- this is a "do it yourself" kind of distribution and so if what I want to do is to screw up my system I should be able to do it in an easy, efficient and elegant way.  This is consistent with the mission statement of the Arch Linux project, this is how Arch works and this is why many of us love it.
    On a personal note, if Arch/pacman tried to hold my hand more, like you suggest it should, I'd be switching to another distro very, very quickly.
    It's not really about trying to get arch/pacman to hold your hand for you. It's more about giving the possibility to recover from a serious mistake. If you can tell me something wrong with adding an option wich checks for missing dependencies on your system and how that particular feature intervenes with "the arch way" - then please do.
    I'm not saying arch is bad, arch is actually the best linux distro I've used so far - but there is something common with almost all distros - you get dependency problems after a while, one way or another.
    Thats why I think there should be a way to resolve such issues.

  • CMS dependency problem

    Post Author: mplunkett
    CA Forum: Deployment
    I installed XI R2 on a Windows 2003 server, specifying an Oracle
    database as the database for the CMS.  This database resides on a
    separate Unix server.  Everything was fine initially, but eventually I
    started getting the following error message:The system WORKSTATION can be contacted, but there is no Central Management Server running at port 6400.   WORKSTATION is obviously not the real name.  It is a Windows XP desktop that was being used by development to test using the same database schema as I was given for the Windows 2003 server installation.  I want to remove this dependency, so that all that matters is my Windows 2003 server and the Unix server.  How is this possible, or do I have to rerun the installation?Thanks,Matthew

    John,
    Wish I could help you but I had the same problem. Not sure why.
    Erik

  • CSS render dependency problems

    We are using portal on a marketing site that has specific rendering requirements which are satisfied by extensive use of CSS. One such requirement is that themes can be used control the leading colour of the page i.e. changes the colour of heading text in page content and the logo in the header. The hope was to use the cascading nature of CSS to override styles so that the lowest level CSS definitions are applied to the page. The problem is that CSSs are being included on pages when they are not required:
    Consider a site with a top level of books each of which has a set of pages beneath, each book is required to have a different leading colour. In Portal a set of themes have been defined which consist of skin definitions containing a link render dependency that point to the CSS with the appropriate colour definitions for that theme. When the theme is applied to a book all of the pages are rendered with that theme. However, when one page within the book requires a different colour this is not achievable, as adding a different theme to one specific page in the book results in it being rendered in all of the pages in that book. When the HTML source is examined it shows that for all pages in the book, both CSSs are declared in the head, in the order in which the pages occur in the book.
    It seems that the render dependencies are being evaluated inside the book and added to all pages, but our expected behaviour is that only the render dependency associated with the active page will be rendered. Is there any way to control this behaviour?
    We are using Portal 10.0 MP1, the CSS files we are using are being served by apache so the render dependency definitions are absolute. As an aside whenever the page is rendered a number of error messages appear in the weblogic log indicating that 'The look and feel resource at base path ... could not be found', this occurs for all of the CSS and script files used on the page even though they appear correctly in the head. I do not know if this is at all related to the issue but we would also like to make sure these errors stop appearing in our logs.

    Hello,
    Set the UL margin so the browsers don't use their defaults.
    IE is less than FF's default.
    ul#navlist {margin: 10px;}
    Adjust as needed.
    Then just get rid of the margin-top:20; in the LI style.
    The menu text does overflow in my FF, as I probably have my
    text size set larger than yours.
    Such is the nature of AP Divs (aka Layers).
    More info at the link below. Scroll down to the section
    entitled "The trouble with Layers: Overflowing Text" to see
    screenshots and the fix.
    http://apptools.com/examples/pagelayout101.php
    Take care,
    Tim

  • Task dependency problem?

    Hi,
    I have an AD already provisioned to user. and on exchange Resource object , for depends on tab I have selected AD. Meaning saying that if user have not requested AD earlier it would raise request for both AD and Exchange.
    But the problem is, I have a user who AD is already provisioned. Now when I request for exchange , its also raising request for AD along side exchange which should not happen. Since, AD is already provisioned and account exists in the target system. Can any one Highlight on whats wrong with my approach.
    Thanks,
    sat

    Hi,
    What I could see that its not doing anything in AD , its simply provisioning Exchange.
    I have selected "AD" as the dependent resource object for Exchange. Also unchecked "Allow Multiple" for AD.
    Have created a user and assigned AD resource.Now when I request for exchange , its also raising request for AD along with exchange and triggering approval process for both AD and Exchange resource. But AD approval process is not affecting anything on Exchange provisioning.
    is this the default behaviour ? If so , is there any way I can avoid this? kindly assist.
    Thanks & Regards
    Inbaa

  • Cannot Update Circular Dependency problem

    Hi everyone,
    I wanted to update a few packages but ran into dependency cycle problem.I did pacman -Syu and then tried to update but all in vain.I searched the forum and found some solutions but I am still unable to solve the problem.This is the error message that I get:
    extra is up to date
    community is up to date
    :: The following packages should be upgraded first :
    pacman
    :: Do you want to cancel the current operation
    :: and upgrade these packages now? [Y/n] y
    resolving dependencies...
    warning: dependency cycle detected:
    warning: udev will be installed before its util-linux dependency
    looking for inter-conflicts...
    :: gnupg and gnupg2 are in conflict. Remove gnupg2? [y/N] y
    :: kmod and module-init-tools are in conflict. Remove module-init-tools? [y/N] y
    error: failed to prepare transaction (could not satisfy dependencies)
    :: gcc: requires gcc-libs=4.6.2-5
    I am not sure about the real approach to this problem.I cannot update pacman neither can I delete all the packages to resolve dependencies.
    Any help will be appreciated Thanks.
    Last edited by stp002 (2012-04-06 10:03:48)

    This is really handled in quite alot of threads on the forums already. Simply running:
    # pacman -S pacman
    should fix it for you.
    Additional info about the kmod/module-init-tools warning.

  • DTR Code Problem

    Hello Friends,
    I have some problem with my DTR.
    By mistake i have 'chekin'  .classpath file in to the DTR and activated. After this, who ever create this project, it is referring to my local class files, like library files.
    How can i resolve this?
    Another issue is, I have .java class in other DC, when i refer to the file, it is throwing an error ' cant be resolved', but i can see this generated .class file.
    Regards,
    Learner

    Hello Learner,
    Go to DTR perspective and find your .classpath file, than right click and delete.
    When you want refer one .java file in other DC do you need put this .java file in Public Part.
    See this link for more details.
    http://help.sap.com/saphelp_nw04s/helpdata/en/42/43973fade73c17e10000000a114084/frameset.htm
    Regards,
    Edson Thomaz

  • Stock Price Add-in - msnsq.exe dependability problem

    I've used msnsq.exe as an Excel add-in to obtain stock prices for years but it recently become "unstable."  Sometimes it works and sometimes it doesn't. I've tried the "USA" & "NSYE" changes
    that have been suggested but that is only a
    very temporary fix. I've  read a lot of "press" about the problem but haven't found a solution.  How do you make it work dependably in Excel 2010 and/or 2013?  Is another Add-in more appropriate now? 
    If so, how can I access it?

    Works OK with XP and Office 2010.
    Also with Win 7 and Office 2007.
    Win 7 and Office 2010 DON'T work together.
    As for 2013 or Windows 8 I would not hold your breath! Microsoft don't care about customers' needs, only selling new systems, like so many companies that only sell you what they want to sell, not what you want to buy!
    I will never buy Microsoft again!

  • [SOLVED]Installing steam in optimus and lib32-libgl dependency problem

    Hello everyone!
    I have a problem concerning the installation of steam under arch_64 on a laptop with Optimus. I have succesfully installed Bumblebee with Nvidia 319.17-2, everything works fine. I have also installed lib32-nvidia-utils which is version 319.17-1. Now I try to install steam:
    [root@VOSTRO onur]# pacman -S steam
    resolving dependencies...
    :: There are 3 providers available for lib32-libgl:
    :: Repository multilib
    1) lib32-mesa-libgl 2) lib32-nvidia-304xx-utils 3) lib32-nvidia-libgl
    Enter a number (default=1):
    The problem arises at this point:
    1) I am using nvidia, so I can't use mesa.
    2) I have installed driver 319.17 with the corresponding util package, so not this one.
    3) I guess this is the answer. But since I am using bumblebee, I checked the wiki page (https://wiki.archlinux.org/index.php/Bumblebee)  and under section 2.1 there is a note:
    Note: Do not install lib32-nvidia-libgl! Bumblebee will find the correct lib32 nvidia libs without it.
    This leaves me confused. What am I supposed to do at this point? Is it a problem on Bumblebee's part? Or since lib-32-nvidia-304xx-utils is legacy now, shouldn't the dependency be updated to include the latest nvidia-utils package 319.17-1? Or am I missing something?
    Any kind of insight will be deeply appreciated.
    NOTE: Just before submitting this post, I learned that there was Optimus support in the beta release of this driver, but in the release notes of the released version contains nothing about Optimus
    http://www.nvidia.com/object/linux-disp … river.html
    so I guess installing Bumblebee was not a mistake?
    Last edited by Pipix (2013-05-17 22:43:22)

    I have pretty much the same problem.
    I went for lib32-mesa-libgl and uninstalled lib32-nvidia-libgl.  Problem was that Steam did not find libgl.so so i had to install lib32-intel-dri too.
    Now steam works but i cannot use the nvidia GPU..... if i set launch options to "primusrun %command%" then dota2 does not launch.
    optirun glxgears works.
    primusrun glxgears works.
    Even all CUDA examples work.
    what could be the problem?
    Last edited by labotsirc (2013-08-26 20:25:32)

  • Dependency problem with unixODBC-devel-2.2.11-7.1.i386

    Hello, guys:
    I got problem when I try to install 11gR1 on my FC15. I have installed unixODBC-devel-2.2.11-1.i386.rpm successfully. But when I tried to install unixODBC-devel-2.2.11-7.1.i386.rpm. An error says:
    error: Failed dependencies:
         unixODBC = 2.2.11-7.1 is needed by unixODBC-devel-2.2.11-7.1.i386
    How can I resolve this problem?
    Thank you in advance.
    Geng

    sorry. I mean, I installed unixODBC package at first.
    The problem is resolved. It was version conflict. I installed unixODBC-2.2.11-1.i386.rpm first, but actually I should install unixODBC-2.2.11-7.1.i386.rpm!
    Thank you all the same. :-)
    Geng

  • DTR Permission problem

    Hi,
    I cannot set DTR permissions using the Eclipse plugin.
    I´m Administrator and JDI Administrator (CBS.Administrator, CMS.Administrate).
    In Visual Admin, Security Provider Service for the application sap.com/tcdtrenterpriseapp*dtr the following security settings are present:
    DtrSecurityRole - Groups "Everyone"
    EngineAdminRole - Groups "Administrators"
    MBeanCreator - Groups "Administrators"
    In NWDS all menu items of the context menu of permission view are disabled.
    In the .log file I find the following error message after setting the view permission URL to http://:50000/dtr/
    !ENTRY org.eclipse.ui 4 4 Mai 23, 2005 09:37:23.93
    !MESSAGE Unhandled exception caught in event loop.
    !ENTRY org.eclipse.ui 4 0 Mai 23, 2005 09:37:23.93
    !MESSAGE ACL manager was released
    !STACK 0
    java.lang.IllegalStateException: ACL manager was released
         at com.tssap.dtr.client.lib.acl.impl.ACLManager.checkState(ACLManager.java:426)
         at com.tssap.dtr.client.lib.acl.impl.ACLManager.getACL(ACLManager.java:232)
         at com.tssap.dtr.client.eclipse.admin.ui.PermissionViewer.getAcl(PermissionViewer.java:1360)
         at com.tssap.dtr.client.eclipse.admin.ui.PermissionViewer.access$3700(PermissionViewer.java:106)
         at com.tssap.dtr.client.eclipse.admin.ui.PermissionViewer$39.run(PermissionViewer.java:1167)
         at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
         at com.tssap.dtr.client.eclipse.admin.ui.PermissionViewer.setInput(PermissionViewer.java:1159)
         at com.tssap.dtr.client.eclipse.admin.ui.PermissionViewer.handleOpenAcl(PermissionViewer.java:828)
         at com.tssap.dtr.client.eclipse.admin.ui.PermissionViewer.access$2800(PermissionViewer.java:106)
         at com.tssap.dtr.client.eclipse.admin.ui.PermissionViewer$23.run(PermissionViewer.java:668)
         at com.tssap.dtr.client.eclipse.admin.ui.PermissionView$7.run(PermissionView.java:199)
         at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403)
         at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397)
         at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
         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)
    My environment:
    Web AS 640 SP11
    NWDS 2.0.11
    Any suggestions?
    Helmut

    Please help!
    <b>http://<server>:<port>/dtr</b>
    This link displays "You are not authorized to view this page"
    <b>Assumptions:</b>
    1.  User name and password are correct
    2.  I have checked Visual Admin and DTR application (sap.com/tcdtrenterpriseapp*dtr) is running
    3.  User has the ff roles:  CBS.Administrator, CMS.Administrator, JDI.Administrator, NWDI.Administrator
    4.  User is not locked
    5.  Not using ABAP for user management

  • Pacman -Suy gives mod_perl dependency problem

    :: Starting full system upgrade...
    resolving dependencies...
    warning: cannot resolve "perl=5.12.1", a dependency of "mod_perl"
    :: the following package(s) cannot be upgraded due to unresolvable dependencies:
    mod_perl
    Do you want to skip the above package(s) for this upgrade? [y/N] y
    looking for inter-conflicts...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: mod_perl: requires perl=5.12.1

    File a bug report.

  • DDL view dependancy problem

    I have a child view with requires a parent view. When I use the Data Modeler to create the DDL statements the child view gets created before the parent view, which results in an error:
    SQL Error: ORA-00942: table or view does not exist
    00942. 00000 - "table or view does not exist"
    How can I give the Data Modeler a hint, that the parent view has to be created first?

    Hi,
    Which version of Data Modeler are you using?
    This problem used to occur in version 2.0, but in 3.0 and later the DDL order should reflect the dependencies between the views.
    If you are using version 3.0/3.1, it would be helpful if you could provide the DDL definitions of the views that are coming out in the wrong order.
    David
    Edited by: David Last on Jul 5, 2012 5:36 PM

  • Slight dependency problem when installing calibre

    Hi,
    I installed calibre on my pogoplug with this command:
    pacman -S calibre
    The install went OK, but trying to start calibre thereafter showed an error because the dbus-glib library was missing.
    I had to install the corresponding library to fix this with this command:
    pacman -S dbus-glib
    I think that the dependencies of the calibre package must be updated accordingly. How do we go about this ?

    A bug report would be appropriate, but we'll need to figure out a few things first.
    calibre depends on python2-dbus , and dbus-glib is an optional dependency of python2-dbus .
    Main question appears to be if calibre could be configured to run without dbus-glib present, if so it should be an optional dependency for calibre.
    Please post the error you got from calibre.

  • Unable to remove Logical Network. Multiple dependancy problem.

    Hi,
    I am having problems removing tyring to remove a Logical Network from one of my hosts.
    It is saying that I have multiple dependencies, and that I need to amend them before I can remove the Logical Network.
    (The problem is that I can't amend any of the dependencies and I am going around in cirlces)
    The depdencies are of the Logial Network are :
    The host machine.
    Uplink port profile
    Site
    What can I do?
    Thanks

    Hi Sir,
    Sorry for the delay .
    You may need to remove the link of logical network from the list :
    Host , please check the properties of the HOST's logical network connectivity :
    Site , please check network sites and remove it  :
    Best Regards,
    Elton JI
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

Maybe you are looking for