Is there a J2EE Server Component Library DC in 7.1?

I'm creating an External Library DC to be accessed by an EAR Project using reference. I understand you need to place this DC into a J2EE Server Component Library DC to be able to be deployed. There is a choice for this DC on 7.0. Why there is none in 7.1? Am I missing something or there is a new way to accomplish this?

No more J2EE Server Component Library DC in 7.1. Use EAR and reference using application not library.
http://help.sap.com/saphelp_nwce10/helpdata/en/45/c93bc6a24a4ebce10000000a11466f/frameset.htm

Similar Messages

  • How to add a Jar file to J2EE Server Component Library ?

    Hello,
    My objective:
    =====================================================
    To add a 3rd party jar file to be a runtime jar file to J2EE Server Component
    Library project.
    I have created a J2EE Server Component Library project. 
    I have built the J2EE Server Component Library project to get the provider.xml file and place the provider.xml under the J2EE Server Component Library project's server folder.
    Here is my problem:
    =====================================================
    I can't open the provider.xml with SAP's special editor for the provider.xml.
    The special SAP editor doesn't exist for me.
    Here is my question:
    =====================================================
    Q1) Do I copy/paste my JAR_X file where <jar_0> is located? (Below is the
          J2EE Server Component Library SDA structure.)
    Q2) If you were to update the provider.xml with notepad, what would you
    type in provider.xml for JAR_X?
    Q3) Is there anything else that I need to do?
    Thanks,
    Steve
    J2EE Server Component Library SDA structure.
    ======================================
    |-META-INF_
    |         |-manifest.mf
    |         |-sap_manifest.mf
    |         |-SearchRules.xml
    |         |-<SDA>.xml
    |         |...
    |-<jar_0>
    |- ...
    |-<jar_N>
    |-dispatcher_
    |           |-provider.xml
    |           |-properties
    |           |-runtime.properties
    |           |-persistent__
    |           |            |-<persistent_files(2)>
    |           |-descriptors_
    |                        |-<descriptor_files(3)>
    |-server_____
    |           |-provider.xml
    |           |-properties
    |           |-runtime.properties
    |           |-persistent__
    |           |            |-<persistent_files>
    |           |-descriptors_
    |                        |-<descriptor_files>
    |-os_libs____
                |-<char set>__
                             |-<platform>__
                                          |-<jvm bitlength>__
                                                            |-<native lib files>

    Thank you for all your solution...
    my provider.xml was missing the <!DOCTYPE> tag for me to use the SAP LibraryDD Editor
    Thanks again,
    Steve
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE provider-descriptor SYSTEM "library.provider.dtd">
    <provider-descriptor>
         <display-name>
          Your_Lib_Name
        </display-name>
         <component-name>
          Your_Lib_Name
        </component-name>
         <major-version>6</major-version>
         <minor-version>40</minor-version>
         <micro-version>0</micro-version>
         <provider-name>
          sap.com
        </provider-name>
         <references>
              <reference
                   provider-name="sap.com"
                   strength="weak"
                   type="library">Your_Lib_Name</reference>
         </references>
         <jars>
              <jar-name>my_jar.jar</jar-name>
         </jars>
    </provider-descriptor>

  • External library DC vs J2EE Server Component - Library DC

    Hi all,
    I have been developing where I used jars through the public part of an external library DC and it worked fine, but I'm wondering:
    What is actually the difference between a external library DC and a J2EE Server Component - Library DC  ?
    When do i use the external library DC and when do i use the J2EE library DC?
    Kind regards,
    J.

    Hello Mark,
    I tried what you said in the following scenario:
    I created Proxy classes for Enterprise Connector for a BAPI from a backend system.
    Those classes where put in a jar. That jar is put in a external library DC with an assembly public part and a compilation public part.
    From that i tried two method:
    Method 1: i referenced the public parts (assembly and compilation) from external library DC in my web dynpro DC and it worked fine.
    Method 2: I referenced the public parts (assembly and compilation) in a J2EE library DC ( for compilation: build time ; for assembly: build time and runtime with strong). In my Web Dynpro DC i referenced the compilation public part from my external library. And in the properties of my web dynpro project i added the reference to my j2ee library (that was also deployed; i can see it in my visual administrator). When running my application, i get the following error:
    <i>java.lang.NoClassDefFoundError: com/sap/aii/proxy/framework/core/AbstractProxy -
    Loader Info -
    ClassLoader name: [gtsc.jnj.com/testapptestwdp] Parent loader name: [Frame ClassLoader] References: common:service:http;service:servlet_jsp service:ejb common:service:iiop;service:naming;service:p4;service:ts service:jmsconnector library:jsse library:servlet common:library:IAIKSecurity;library:activation;library:mail;library:tcsecssl library:ejb20 library:j2eeca library:jms library:opensql common:library:com.sap.security.api.sda;library:com.sap.security.core.sda;library:security.class;library:webservices_lib;service:adminadapter;service:basicadmin;service:com.sap.security.core.ume.service;service:configuration;service:connector;service:dbpool;service:deploy;service:jmx;service:jmx_notification;service:keystore;service:security;service:userstore interface:resourcecontext_api interface:webservices interface:cross interface:ejbserialization sap.com/tcwddispwda sap.com/cafeugpapiwd sap.com/tcwdcorecomp service:webdynpro service:sld library:tcddicddicservices library:com.sap.aii.proxy.framework library:tcgraphicsigs library:tcwdwslib library:com.sap.mw.jco library:com.sap.lcr.api.cimclient library:sapxmltoolkit library:com.sap.aii.util.rb library:cafeugpapi library:com.sap.util.monitor.jarm library:tcddicddicruntime library:com.sap.aii.util.xml library:gtsc.jnj.comjcrauweltestr3proxieslibrary library:com.sap.aii.util.misc library:tccmi Resources: C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\src.zip C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\webdynpro\public\lib\commons-collections-2.1.1.jar C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\webdynpro\public\lib\cglib-2.1.3.jar C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\webdynpro\public\lib\asm-attrs.jar C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\webdynpro\public\lib\gtsc.jnj.comtestapptestwdp.jar C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\webdynpro\public\lib\dom4j-1.6.1.jar C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\webdynpro\public\lib\hibernate3.jar C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\webdynpro\public\lib\commons-logging-1.0.4.jar C:\usr\sap\NDW\JC01\j2ee\cluster\server0\apps\gtsc.jnj.com\testapptestwdp\webdynpro\public\lib\asm.jar Loading model: {parent,references,local} -
    The error occurred while trying to load "com.jnj.gtsc.im.jcrauwel.proxies.MyR3Proxies_PortType".</i>
    Any idea what i'm doing wrong?
    Kind regards,
    J.

  • Problem: J2EE Server Component Library's provider.xml error message

    Hello,
    I open the provider.xml fle. Then I click on the Jars tab and I get an error  message:
    The source page has errrors.  Other pages cannot be used until these errors are
    corrected.
    How can I correct the error(s) so that when I click on the Jars tab it will allow me add jar files?
    provider.xml content:
    ======================
    <?xml version="1.0" encoding="utf-8"?>
    <provider-descriptor>
      <display-name>Store jar files that need to be used at runtime</display-name>
      <component-name>global/lmco/runtime/j2ee/libs</component-name>
      <description/>
      <major-version>6</major-version>
      <minor-version>40</minor-version>
      <micro-version>0</micro-version>
      <provider-name>lmco.com</provider-name>
      <jars>
        <jar-name>
            commons-dbutils-1.0.jar
        </jar-name>
      </jars>
    </provider-descriptor>

    I have one provider.xml which has the dtd in it
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE provider-descriptor SYSTEM "library.provider.dtd">
    <provider-descriptor>
      <display-name>abclib</display-name>
      <component-name>abcLib</component-name>
      <description>
      </description>
      <major-version>6</major-version>
      <minor-version>1</minor-version>
      <micro-version>0</micro-version>
      <provider-name>com.company</provider-name>
      <group-name>
      </group-name>
      <references>
         <reference reference-type="hard">
         <reference-target provider-name="com.company" target-  type="library">xyzLib</reference-target>
    </reference>
    </references>
      <jars>
        <jar-name>aspectjrt.jar</jar-name>
        <jar-name>axiom-api-1.2.5.jar</jar-name>
        <jar-name>axiom-impl-1.2.5.jar</jar-name>
        <jar-name>nux.jar</jar-name>
        <jar-name>stax.jar</jar-name>
        <jar-name>xom.jar</jar-name>
      </jars>
    </provider-descriptor>
    check for the DOCTYPE declaration
    Regards
    Fariha

  • J2ee-Server-Component library and Buildpath

    Hi,
    I have a J2ee-Servercomponent - Project in the NW Dev. Studio to build and deploy a library for the J2EE WEBAs 6.4.
    During buildtime this Library requires certain external JAR's to be build. But every time when I change something in the provider.xml for example the buildpath gets reset and I have to add all the external JAR's again if I want to build the library component again.
    I'm NOT using a DC and I'm not using the DTR or NWDI.
    Any ideas how to fix this ?
    Thanks in advance,
    Frank

    Hi
    What is  the version of NWDS ?
    One issue could be the jar files which u have used has been publish as file , if u r using CE version so make it publish as archive
    For further assistance please refer this [thread|Problem with JavaBean-Model on Web DynPro for Java;
    Best Regards
    Satish Kumar

  • Java DC wrapped in J2EE Server Comp Library DC

    Hi Experts
    I have jxl.jar file, I imported this jar file in a Java DC and declared jxl.jar as public part. I created a Webdynpro DC and used the public part in it. I have created an application, component and a view in it using some classes of jxl.jar. I created a new J2EE Server Component Library DC and used the public part of jxl.jar in it again. Built the J2EE Server Component Library DC. Once done I got a .sda file. I deployed it in server. Once this is done, I have added the J2EE Server Component Library DC in my Webdynpro DC's Library Reference. Once I added this, i built it and deployed it. I got deployment finished with Warnings. Please see the exception below and Please advice.
    Exception from NWDS Deployment Screen
    "java.rmi.RemoteException: Error occurred while starting application wrigley.com/signauth/ui and wait. Reason: Clusterwide exception: server ID 6840450:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application wrigley.com/signauthui for startup. Reason=Clusterwide exception: Failed to start dependent library ''signauth/libraryimpl'' of application ''wrigley.com/signauthui''. Status of dependent component:  STATUS_MISSING. Hint: Is the component deployed correctly on the engine?"
    Names of the DCs used
    Webdynpro DC - signauth/ui
    J2EE Server Component DC - signauth/libraryimpl
    Java External Library DC - signauth/library
    FYI. I have created J2EE Server Component DC's name with more number of characters. Hope this shouldn't create issue. If this is also an issue, please let me know. I will reduce it and try.
    Thank you
    Best Regards
    Ramamoorthy D

    Hi Experts
    Kindly help me out in getting a solution for this problem.
    Thank you.
    Best Regards
    Ramamoorthy D

  • J2EE Server Component

    Hello,
    I found that in developer studio, one can create a project of type: J2EE Server Component. It is a kind of library. Once you create, you have to edit "server/provide.xml" and "sda-dd.xml" files.
    Could anyone tell me exactly what it is and is there any development documentation for this kind of project. What is the difference between this kind of project with J2EE Enterprise Application Project

    OK, I found the related document:
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/2ade3fc6c6ec06e10000000a1550b0/frameset.htm

  • Java server component library DC build fails

    Hello,
    I have problem with building sda from Java server component library DC which contains external library DC and jars.
    Btw., I implemented newest JDI patch (note 935334) so I don't have problem with packing jars into sda.
    How did following steps:
    <b>External library DC</b>
    1. Import jars into library subfolder
    2. Add all jars to public part jarAPI, which is created with  'Provides an API for developing/compiling other DCs' setting
    3. Add all jars to new public part jarSDA, which is created with 'Can be packaged into other build results (e.g. SDAs)'
    <b>Java server component library DC</b>
    1. Add jarSDA and jarAPI to Used DCs, with <i>Build Time</i> and <i>Run Time</i> Dependency Type checked and <i>strong</i> runtime qualifier selected.
    2. Add jarAPI to Entity References of defLib public part
    3. Build Java server component library DC
    After that build fails with following error log:
    [code]createPublicParts:
      [pppacker] Packing compilation public part 'defLib'
      [pppacker] Packed   0 files for entity sap.comhomeapp_libs (SERVER_COMPONENTS)
      [pppacker] Packing entity reference gbscore/poi_libs (gbs.org), POIapi:  ()
      [pppacker] ERROR: Internal error occured
      [pppacker] ERROR: java.lang.NullPointerException
      [pppacker] ERROR:      at java.io.File.<init>(File.java:263)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.pack.ZipPacker.unpack(ZipPacker.java:364)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packEntityReferences(PPPacker.java:763)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packPublicPartContent(PPPacker.java:476)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packPublicPart(PPPacker.java:406)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.pack(PPPacker.java:359)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPackTask._execute(PPPackTask.java:233)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
      [pppacker] ERROR:      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
      [pppacker] ERROR:      at org.apache.tools.ant.Task.perform(Task.java:341)
      [pppacker] ERROR:      at org.apache.tools.ant.Target.execute(Target.java:309)
      [pppacker] ERROR:      at org.apache.tools.ant.Target.performTasks(Target.java:336)
      [pppacker] ERROR:      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
      [pppacker] ERROR:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [pppacker] ERROR:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      [pppacker] ERROR:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      [pppacker] ERROR:      at java.lang.reflect.Method.invoke(Method.java:324)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
      [pppacker] ERROR:      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
      [pppacker] ERROR:      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
      [pppacker] ERROR:      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
      [pppacker] ERROR: java.lang.NullPointerException
      [pppacker] ERROR:      at java.io.File.<init>(File.java:263)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.pack.ZipPacker.unpack(ZipPacker.java:364)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packEntityReferences(PPPacker.java:763)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packPublicPartContent(PPPacker.java:476)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packPublicPart(PPPacker.java:406)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.pack(PPPacker.java:359)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPackTask._execute(PPPackTask.java:233)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
      [pppacker] ERROR:      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
      [pppacker] ERROR:      at org.apache.tools.ant.Task.perform(Task.java:341)
      [pppacker] ERROR:      at org.apache.tools.ant.Target.execute(Target.java:309)
      [pppacker] ERROR:      at org.apache.tools.ant.Target.performTasks(Target.java:336)
      [pppacker] ERROR:      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
      [pppacker] ERROR:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [pppacker] ERROR:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      [pppacker] ERROR:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      [pppacker] ERROR:      at java.lang.reflect.Method.invoke(Method.java:324)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
      [pppacker] ERROR:      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
      [pppacker] ERROR:      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
      [pppacker] ERROR:      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Ant runtime 0.13 seconds
    Ant build finished with ERRORS
    java.lang.NullPointerException
         at java.io.File.<init>(File.java:263)
         at com.sap.tc.buildplugin.pp.pack.ZipPacker.unpack(ZipPacker.java:364)
         at com.sap.tc.buildplugin.pp.PPPacker.packEntityReferences(PPPacker.java:763)
         at com.sap.tc.buildplugin.pp.PPPacker.packPublicPartContent(PPPacker.java:476)
         at com.sap.tc.buildplugin.pp.PPPacker.packPublicPart(PPPacker.java:406)
         at com.sap.tc.buildplugin.pp.PPPacker.pack(PPPacker.java:359)
         at com.sap.tc.buildplugin.pp.PPPackTask._execute(PPPackTask.java:233)
         at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
         at org.apache.tools.ant.Task.perform(Task.java:341)
         at org.apache.tools.ant.Target.execute(Target.java:309)
         at org.apache.tools.ant.Target.performTasks(Target.java:336)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
         at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
         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.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
         at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    [/code]
    Am I doing something wrong or SAP again released something not tested?
    Thank you for your answers!
    Best regards, Ivan

    Did you also follow the instructions in note 891223? This note is referenced from note 935334 and describes how to update the Build plugins in your track(s).
    Message was edited by: Pascal Willemsen

  • ERROR: Cannot perform action deploy on component library

    Hi all,
    Some Background on what i did:
    First I created two DCs:
    1)External library DC
    2)J2EE server component library DC
    and followed the procedure given as in
    /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro
    Then i created a third DC of type Web Module in order to hold all the classes as given in: Using External JARs in a Web Dynpro Project
    But when I deploy the J2EE server library component DC, I am getting the following error:
    Oct 16, 2006 8:38:39 AM /userOut/deploy (com.sap.ide.eclipse.sdm.threading.DeployThreadManager) [Thread[Deploy Thread,5,main]] ERROR:
    [001]Deployment aborted
    Settings
    SDM host : teak
    SDM port : 50018
    URL to deploy : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp19352pcbp.com~lib_comp.sda
    Result
    => deployment aborted : file:/C:/DOCUME1/krunalra/LOCALS1/Temp/temp19352pcbp.com~lib_comp.sda
    Aborted: development component 'lib_comp'/'pcbp.com'/'NWX_LIBS_C'/'20061016083638':
    Caught exception during library deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot perform action deploy on component library E:\usr\sap\NWX\DVEBMGS00\SDM\root\origin\pcbp.com\lib_comp\NWX_LIBS_C\20061016083638\temp19352pcbp.comlib_comp.sda. Reason: java.rmi.RemoteException: Error during deployLib of server component ./temp/deploy/work/deploying/temp19352pcbp.comlib_comp.sda.. Reason: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException; nested exception is: com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1576)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.deployLibrary(DeployServiceImpl.java:1434)
    at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:336)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
    at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    at com.sap.engine.core.service630.context.container.deploy.DeployContextImpl.deployLibrary(DeployContextImpl.java:36)
    at com.sap.engine.services.deploy.server.library.DeployLibTransaction.begin(DeployLibTransaction.java:68)
    at com.sap.engine.services.deploy.server.library.LibraryTransaction.makeAllPhases(LibraryTransaction.java:81)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1566)
    ... 11 more
    Exception is: ; nested exception is: com.sap.engine.deploy.manager.DeployManagerException: ERROR: Cannot perform action deploy on component library E:\usr\sap\NWX\DVEBMGS00\SDM\root\origin\pcbp.com\lib_comp\NWX_LIBS_C\20061016083638\temp19352pcbp.comlib_comp.sda. Reason: java.rmi.RemoteException: Error during deployLib of server component ./temp/deploy/work/deploying/temp19352pcbp.comlib_comp.sda.. Reason: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException; nested exception is: com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1576)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.deployLibrary(DeployServiceImpl.java:1434)
    at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:336)
    at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:304)
    at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:193)
    at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:122)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.engine.frame.container.deploy.ComponentDeploymentException: com.sap.engine.core.service630.container.ContainerException: java.lang.NullPointerException
    at com.sap.engine.core.service630.context.container.deploy.DeployContextImpl.deployLibrary(DeployContextImpl.java:36)
    at com.sap.engine.services.deploy.server.library.DeployLibTransaction.begin(DeployLibTransaction.java:68)
    at com.sap.engine.services.deploy.server.library.LibraryTransaction.makeAllPhases(LibraryTransaction.java:81)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.deployServerComponent(DeployServiceImpl.java:1566)
    ... 11 more
    Exception is:
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineCompOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Deployment exception : The deployment of at least one item aborted
    I have being stuck up on this erorr for past few days,
    If anybody can please help me out in this,then it would be highly appreciated.
    Thank You,
    With regards,
    Krunal.

    Do you have permissions to write to the Database/RDMBS?
    James

  • How to refer to J2EE library server component from a web service?

    Hi,
    I need help!  I created a web service and it worked fine.  However, I started having problems when I tried to use java classes from my deployable J2EE library server component.  I got the NoClassDefFound error.
    I tried to include the library DC in the Used DC list and put the reference of it in the web service deployment descriptor xml (application.xml and application-j2ee-engine.xml), but it did not work.
    How do I refer and use java classes from my deployable J2EE library at run time from my web service application?  What should I do?
    Thanks,
    Giavinh Pham

    I would like to clarify more about the web service project.  I created a Java DC project and converted it into a web service as the SAP manual instructions.  It worked fine by itself, but I now want to use some of my classes that I deployed as a J2EE library server component. 
    It was compiled and built when I refer to my J2EE library server component DC in the UsedDC.  It was deployed fine as well.  However, it broke when I tested the web service calls.  The class declarations and usage from the J2EE server component could not be found (NoClassDefFound error.) 
    I thought it was because I did not have an application-j2ee-engine.xml in my META-INF folder so I created one and referred to the library in xml as type library and reference 'strong'.  I built and deployed again.  It still did not work. 
    I examined the EAR and noticed that there were two parts of the EAR.  One is the WSAR archive file that contains the META-INF folder from my project and other web service assemblies.  The other part is the META-INF folder generated by the SAP NetWeaver IDE. 
    The strange thing was that SAP NetWeaver IDE generated an application-j2ee-engine.xml without any reference to my J2EE library server component.  However, the nested application-j2ee-engine.xml in the WSAR archive file did contain the info. 
    Since I cannot control the application-j2ee-engine.xml generated by SAP NetWeaver IDE, what should I do?  Is it the cause for my problem?
    Please advice, anyone?
    Giavinh

  • SAP WAS J2EE server installation on Windows Vista

    Hi Experts,
    Is there anything latest on SAP WAS J2EE server installation on Windows Vista. In SDN download section I see SAP NetWeaver 7.01 ABAP Trial Version available with Vista compatibility.
    Is there SAP J2EE server also available with Vista compatibility ?
    Regards,
    Yomesh

    > Is there anything latest on SAP WAS J2EE server installation on Windows Vista. In SDN download section I see SAP NetWeaver 7.01 ABAP Trial Version available with Vista compatibility.
    >
    > Is there SAP J2EE server also available with Vista compatibility ?
    The problem with J2EE is the support status of the used JDK. Sun does not support 1.4.2 under Vista/Windows 2008, technically it works.
    Markus

  • Configure J2EE Server in FB4 beta

    Hi,
    I think, there are very serious problems with J2EE deployment in FB4 beta2.
    1) Can not change or add or delete anything in "Target Runtime".
    New button and "Show all runtimes" checkbox don't do anything.   "New" button gets disabled and no way to re-enable it.
    Can't unistall Facets either.
    Imported my Flex project from FB3.  It produced error: "Target Runtime JBoss 5.0 not defined".
    So I am going to project Properties/Target Runtime to remove old one and add a "new" JBoss 5.0.
    Nothing works (see #1).
    2) OK, trying to create a new Flex project, going through Create Flex project wizard.
    On page "Configure J2EE Server" it is expecting Server location with existing WEB-INF/flex folder containing flex-config.xml or services-config.xml
    But from where, some other existing project ?
    Plus, JBoss5 forces you to work with non-exploded archives (WAR, JAR, etc)
    How do you resolve that one ?
    Am I missing something ?   Or is FB4 beta2 is completely unusable with JBoss 5.1 ?
    Is there beta3 or nightly build where it is fixed ?
    Please help !
    TIA,
    Oleg.

    Still no solution to that problem ?
    Say, I am developing an AIR2 app which has some Java part to it (remoting, Web Service, whatever),
    with or without BlazeDS (or LCDS). Anything requiring Web Server (J2EE / servlet container).
    How do I add new Server to FB4 beta2 ?  Lets say Tomcat 6 or JBoss 5.1.
    If I go to Preferences->Server->Runtime Environments, there is only one selection - J2EE  Runtime Library (what is that?)
    OK, I click Add, then link Download additional server adapters, and in a few seconds prompts for login/pwd for SAP Community Network.
    I don't know any... so after I click Cancel, I can only choose Geronimo, GlassFish, Jetty, Weblogic, WASCE.
    No Tomcat, No JBoss ?   Nothing like a long selection list in FB3 ?
    Search for server runtime environments stops right away.   FB3 can find a dosen ones on my hard disk.
    Is it a major hole in FB4 beta2 ?
    Makes it pretty useless to me...  :-(
    Please advise !
    Thanks,
    Oleg.
    Message was edited by: olegkon
    Message was edited by: olegkon

  • SAP Netweaver 7.0 - J2EE Server Stopped exitcode -2

    Hi All,
    I am trying to Install SAP Netweaver 7.0 Preview software on to my system I have successfully done that . But when i am trying to start J2E ( i.e J2EE Server Name ) - the J2ee Server present is getting stopped saying Java VM has crashed .
    Can you please suggest what needs to be done . My system confguration is 2GB Ram , 120 GB hard drive .
    Thanks in Advance .
    Regards
    Rk

    Hi
    Note 723909
    Anytime the j2ee engine dies unexpectedly you must check the following log files in the work directory, std_server0.out and dev_server0. The dev_server0 will usually provide the exit code with a small description and the std_server0.out will provide the runtime details. In the std_server0.out search for "OutOfMemory" as this is one of the most common issues. Try to find the section of the std_server0.out that appears just before you see the restart occurring (before managers are restarting). Please provide any exception information you find there and the details just before the exception such as garbage collection data
    [J2EE Start-Up Issues u2013 Troubleshooting Guide|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e09e4a5e-8280-2a10-ca98-a59dd47d396d]
    Regards
    Uday

  • Error start SOA Suite(J2EE Server)

    Usually J2EE Server successfully start and works. But sometimes server cannot start, and shows a following error:
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:time out while waiting for a managed process to start
    ==================================================
    And generates such log-file:
    Configuration information
    Running in C:\product\10.1.3.1\OracleAS_1
    Operation mode:Startup, App Server, No Enterprise Manager, Single Instance
    Oracle home:C:\product\10.1.3.1\OracleAS_1
    Oracle home name:Unnamed
    Instance name:orcl.localhost
    Instance type:core
    Version:10.1.3.1.0
    Uses infrastructure:false
    Not an infrastructure instance, no infrastructure information available
    Components:[j2ee, Wsil]
    2007-02-16 01:22:44.361--Begin log output for Mid-tier services (orcl.localhost)
    2007-02-16 01:22:44.361--Processing Step: starting OPMN
    2007-02-16 01:22:45.613--Processing Step: starting OPMN managed processes
    2007-02-16 01:51:54.17--End log output for Mid-tier services (orcl.localhost)
    An unknown OPMN error has occured
    oracle.appserver.startupconsole.model.ConsoleException: An unknown OPMN error has occured
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:140)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.appserver.startupconsole.model.ConsoleException: There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:time out while waiting for a managed process to start
    ==================================================
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:139)
         ... 6 more
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:97)
         ... 6 more
    Exception caused by
    There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:time out while waiting for a managed process to start
    ==================================================
    oracle.appserver.startupconsole.model.ConsoleException: There are some errors while stopping the following components. Refer to the generated error report for more details.
    ==================================================
    ias-component: default_group
    process-type: home
    process-set: default_group
    Error Message:time out while waiting for a managed process to start
    ==================================================
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:139)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.control.GroupController.doStart(GroupController.java:47)
         at oracle.appserver.startupconsole.control.Controller.start(Controller.java:69)
         at oracle.appserver.startupconsole.view.controller.ControllerAdapter.start(ControllerAdapter.java:30)
         at oracle.appserver.startupconsole.view.controller.MasterControlAdapter.run(MasterControlAdapter.java:94)
         at oracle.appserver.startupconsole.view.Runner.main(Runner.java:39)
    Caused by: oracle.ias.opmn.optic.OpticControlException: Error from opmn during process control operation
         at oracle.ias.opmn.optic.AbstractOpmnEntity.runCommand(AbstractOpmnEntity.java:174)
         at oracle.ias.opmn.optic.AbstractOpmnEntity.start(AbstractOpmnEntity.java:110)
         at oracle.appserver.startupconsole.control.OPMNController.doStart(OPMNController.java:97)
         ... 6 more
    <?xml version='1.0' encoding='WINDOWS-1251'?>
    <response>
    <msg code="-82" text="Remote request with weak authentication.">
    </msg>
    <opmn id="r-0c2b16d9f3e64:6200" http-status="408" http-response="0 of 1 processes started.">
    <ias-instance id="orcl.localhost">
    <ias-component id="default_group">
    <process-type id="home">
    <process-set id="default_group">
    <process id="896076993" pid="808" status="Stop" index="1" log="C:\product\10.1.3.1\OracleAS_1\opmn\logs\\default_group~home~default_group~1.log" operation="request" result="failure">
    <msg code="-22" text="time out while waiting for a managed process to start">
    </msg>
    </process>
    </process-set>
    </process-type>
    </ias-component>
    </ias-instance>
    </opmn>
    </response>
    Configuration:
    WinXP Pro SP2
    SOA Suite 10.1.3.1 (installation type: J2EE Server)
    Thanks,
    stan1slav.

    You say:
    Usually J2EE Server successfully start and works. But sometimes server cannot start, and shows a following error.
    Are you using the SOA Suite on the same machine? I mean does it use the same IP-adress, hostname? Are you using proxy-settings?

  • Configure j2ee server

    hi
    i am fuad
    iam tring to use j2ee server but i don't know what is the configuration that should be done
    so if some one can help me what that ponit
    before iam using tomcat now i want use tamcat
    thank you

    Still no solution to that problem ?
    Say, I am developing an AIR2 app which has some Java part to it (remoting, Web Service, whatever),
    with or without BlazeDS (or LCDS). Anything requiring Web Server (J2EE / servlet container).
    How do I add new Server to FB4 beta2 ?  Lets say Tomcat 6 or JBoss 5.1.
    If I go to Preferences->Server->Runtime Environments, there is only one selection - J2EE  Runtime Library (what is that?)
    OK, I click Add, then link Download additional server adapters, and in a few seconds prompts for login/pwd for SAP Community Network.
    I don't know any... so after I click Cancel, I can only choose Geronimo, GlassFish, Jetty, Weblogic, WASCE.
    No Tomcat, No JBoss ?   Nothing like a long selection list in FB3 ?
    Search for server runtime environments stops right away.   FB3 can find a dosen ones on my hard disk.
    Is it a major hole in FB4 beta2 ?
    Makes it pretty useless to me...  :-(
    Please advise !
    Thanks,
    Oleg.
    Message was edited by: olegkon
    Message was edited by: olegkon

Maybe you are looking for

  • ICloud photo albums not showing on Apple TV

    Hi, I made the switch to iCloud photos using the new Photos app, and converted all my old shared events to Albums. I can see them on my iPad, iPhone, and computer, but I can't see them on my Apple TV. In the settings on Apple TV, I have Photo Stream

  • 1935 error PSE 11 on Windows 7 64bit

    Cannot install PSE 11 on new computer. Windows 7 64-bit. I have the license.

  • Automatic link to photoshop element with iPhoto 7

    I just bought an iMacG5 to replace a iMacG4 and I have a question about iPhoto 7. With iPhoto 5, I was able, by a double click on a photo to open Photoshop elements. This was an option in rhe preferences of iPhoto. With iPhoto7, I have not the same o

  • VERY FRUSTRATED!!!

    Windows updated and now I can't get my flash player to work. I have windows 7 ultimate. I have uninstalled and re-installed your flash player, read forums and still don't have a working flash player. Very frustrated at this point.

  • How do I find out which tab was pressed?

    Our site is using tabs. We have few portlets in different tabs whose custom rendering depends on which tab the user has clicked. Programmatically, how do we find out which tab was pressed? We're using portal 9.0.4. Thanks for your help. Ashraf