Deploy api/library

hi all,
we purchased pdflib, that is a product that acts as an api/library for generating and editing pdf files dynamically (written in c /java wrapper). it is possible to integrate this library into any j2ee application server. Now I want to do this , i want to deploy this library into my AS (9iAS release 1) over JDeveloper. I read that this is ´possible .. so how can this be done?

Hello,
I have a similar question...
I have added a 3rd party .jar to my project and checked the jar into cvs.
To get the application to recognize classes in the .jar I've modified my project settings and added the jar as a project library like you mentionned.
My question is: when my colleagues check out the project from cvs, will they have to modify their project settings to add the .jar as a project library?
Or is there some file which lists all the supported libaries which i can modify and check into cvs so my coworkers can simply update from cvs without having to modify their individual project settings?
Thanks
J

Similar Messages

  • Weblogic deployment APIs giving error for deployment on weblogic 10.3.2

    I am using weblogic deployment APIs to distribute my war file on weblogic 10.3.2 but it gives the following error on distribute
    weblogic.management.ManagementException: [Deployer:149003]Unable to access application source information in '<!DOCTYPE HTML PUBLIC "-/W3C/DTD HTML 4.0 Draft/EN">/app/jamagent.war' for application 'jamagent.war'. The specific error is: No application files exist.
    My sample code is below.
    DeploymentOptions options = null;     
    Target[] targets = myConnectedManager.getTargets();     
    Class wlsFactoryClass = Class.forName("weblogic.deploy.api.tools.SessionHelper");
    Method m = wlsFactoryClass.getDeclaredMethod("getDeploymentManager",new Class[]{String.class,String.class,String.class,String.class});
    m.setAccessible(true);
    WebLogicDeploymentManager myConnectedManager = (WebLogicDeploymentManager)m.invoke(wlsFactoryClass, new Object[]{hostname,port,weblogicUsername,weblogicPasswd});
    myConnectedManager.enableFileUploads();
    options = new DeploymentOptions();
    options.setName(destWarName);
    ProgressObject po = myConnectedManager.distribute(targets, new File("/tmp/jamagent_orig.war), null,options);
    The header of web.xml is
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    Can someone help why this is happening? I am not including weblogic-application.xml in the war file as i think this is not required for a war file. Is that the reason?
    Edited by: user790199 on Dec 28, 2009 7:37 AM

    Hi,
    The DTD used in "web.xml" should not cause any issue ...though it's the OLD "web.xml"...Please try to run the Following command to Generate the New Deployment Descriptors from the Existing Application:
    Step1). Open a Command Window and Run "setWLSEnv.sh" or "setWLSEnv.cmd".
    Step2). In the Command Prompt move to the Current Directory where you have placed your Application and then Run the Following Command
    java weblogic.DDConverter  -d NewDDs  jamagent.war
    Here Above Command Will read the "jamagent.war" War archive and then It will generate the New DDs in "NewDDs" directory...Which we need to replace with the OLD DDs present in our WebApplication..
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • I am getting error while deploying "shared library" to FP-2010

    i am getting error while deploying "shared library" to FP-2010
    screen shot is also attached
    regards
    mazhar
    Attachments:
    error24.JPG ‏128 KB

    Hi mazhar.ali,
    Do you explicitly reference a DLL in your code? 
    What is the size of your code?  (The FP-2010 only has 32 Mbytes of RAM, so if you're trying to deploy and run your code from RAM, this might be something to take into account.)  (How Much Memory Does My FieldPoint Controller Have?)
    Regards,
    Kevin S.
    Applications Engineer
    National Instruments

  • Com.sap.tc.webdynpro.services.sal.deployment.api.WDClassLoaderException:

    my application run sucessfully for past copule of weeks but
    now it show the following exception and i can't able to see my
    output window.... i dont know why
    The Exception is:
    com.sap.tc.webdynpro.services.sal.deployment.api.WDClassLoaderException: Classloader of 'local/Certification' is null, even though application is started.
    if anyone knows, please help me....
    thank you

    Hi,
    plz check the values of all attributes.
    Suppose the values is not there(null) and ur checking some conditions based on this value.
    Null pointer exception will araise due to any nullvalue.
    To avoid this plz put the check--> if(!value = null){........ }.
    Reagrds,
    Lavanya.G

  • How to use the J2EE Deployment API ?

    Hi,
    I want to develop a EJB deploytool using the Deployment API.
    I know I must implement the module interface and develop some programs to
    relate the module interface and spi interface.
    who can give me some detail description or some ebook to help me?
    thanks!
    /Flytsu

    Hi,Kyle
    Thanks for your reply.
    I already read the specification. Now I'm coding for my deployment tool for the Sun AppServer.
    But I found getDConfigBeanRoot() return null from SunDeploymentConfiguration.
    So I can't do the following things.
    Do you know it ? Why the Sun class return null?
    Thank you very much!
    --Flytsu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • During deployment include certain third party jars using deployment API.

    I am trying to deploy using the weblogic deployment API ( Weblogic 10.0) and want to include certain external jars during the deployment process. I have found that one way is to provide in the setWLSenv.bat but I cannot include the external jars that are runtime specific.
    In websphere we can pass the classess as a parameter (-cp) to the WAS Deploy tool (ejbdeploy) but need to find how to do it in Weblogic 10.0
    Edited by: user10643013 on Nov 23, 2008 10:40 AM

    IDE and Maven have nothing to do with it.
    You need to look at your Oracle AS docs and put the 3rd party JARs in the directory where it expects to find them. I don't know where that is. Most Java EE app servers are different. WebLogic uses an APP-INF directory at the top level of the EAR file. I don't believe it's a Java EE standard. There's more variability in EAR arrangements than there is for WAR files. Those are standard.
    %

  • How to uninstall a war file which is deployed as library in console

    Hi All,
    How to uninstall a war file which is deployed as library in console.
    Thanks in advance

    You cant uninstall it........first stop it , then delete it and then activate the session.
    Hope this helps.
    Regards,
    Karan
    Oracle Fusion Middleware Blog

  • ADF application unable to reference external jar deployed as library

    I am using jdeveloper 11.1.1.3.
    My problem is as folows : I have a JAR deployed in weblogic 11g as a library and i want my ADF application to refer it as this inhouse developed library has some utility methods in it.
    In my ADF application i have referenced the library in weblogic-application.xml as below..
    <library-ref>
    <library-name>beansCBB</library-name>
    </library-ref>
    But still my my jsps are failing to compile
    Please guide me on how to provide library reference while deployment.
    Zeeshan

    Hi Zee,
    Try to select the "Deployed by Default" option on the Library.
    Just to see if the application is working on the server.
    If It is working, it seems that the application can't find the library.... on the weblogic server.
    Then unselect the "Deployed by Default" option on the Library.
    And try to add
    <library-ref>
    <library-name>beansCBB</library-name>
    <exact-match>false</exact-match>
    </library-ref>
    in the "weblogic.xml" file
    Please confirm that the name of the Library (on the server\Deployments) is "beansCBB".
    When you have deployed the library on the weblogic server, did you select the same "server" (when asking to Select deployment targets) ???
    Regards
    Nicolas

  • How to deploy External library DC

    Currently I'm using NWDS 7.0.10.
    I'd like to deploy external library DC.(pls see attached
    for the details of errors)
    I can find the way to build external library DC in context tab of NWDS, but
    no way to deploy it in context tab of NWDS.
    How can I deploy it on server?
    Pls let us know how to do that.

    Hi,
    http://help.sap.com/saphelp_nw04/helpdata/en/e6/504540d1b79523e10000000a1550b0/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c9/43973fade73c17e10000000a114084/frameset.htm
    /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro
    regards
    Anil

  • MDM 5.5 Java API Library Reference Guide

    hi friends,
    I need MDM 55 Java API Library Reference Guide  pdf file
    please forward to me
    its urgent

    That is for pdf. I thought once you're signed on here, that should work, too. However, here is the online help (same docs):
    [http://help.sap.com/saphelp_mdm550/helpdata/en/43/D7AED5058201B4E10000000A11466F/frameset.htm]
    In Programming Interfaces on the left you will find the Java API guide.

  • GSS API library required to set up a Secure Network Connection (SNC)

    We are working in a project to connect Microsoft ILM to SAP CUA. The goal is to manage Identities in
    SAP CUA by Microsoft ILM.
    The requirement is to make use of an encrypted network connection between the two systems.
    Due to our investigation it looks like that we need to use a SNC (Secure Network Connection).
    To set up a SNC we need a third party GSS API library. Before we can order this GSS API library we need to
    test this in a test environment.
    Our question if there  is a possibility that we can use a trial version of a GSS API library, to set up a test environment?
    Is there another way to setup a SNC in a test environment?
    We are looking for a GSS API Library?
    If you need more information please contact me.

    Hi AndrZegers ,
    This is Supply Network collaboration (SNC) forum and your query looks like more of security.
    You can post your query in security forum.
    Security
    Regards,
    Nikhil

  • Deploy a Library with the NetWeaver Developer Studio 7.1

    Hi All,
    i would like to deploy a jar-file as a library on PI 7.1 with the NWDS 7.1. 
    It is different to 7.0.
    I hope anyone can tell me how to do this..
    Thanks
    Christoph

    Hi,
    Here is the process to deploy a Library project:
    1.Defining Libraries:
           To define J2EE libraries in the SAP NetWeaver Developer Studio, you first create a corresponding Library project .Then you have to add all necessary JAR files or references to other J2EE Engine components.
    2.Creating a Library Project:
         Choose File ® New ® Project.Follow the wizard to create a library project.The wizard generates an empty Library project. After the generation is completed, the J2EE perspective is opened automatically. The logical project structure is displayed in the J2EE Explorer and contains the two XML files: sda-dd.xml and provider.xml.
    3.Adding JARs:
           1.      Choose the server/provider.xml node and choose Open from the context menu.The multipage editor opens in the right pane.
           2.      Choose the Jars tab.
           3.      Choose the Jars node followed by Add.
           4.      Select one or more JARs from your workspace and confirm by choosing OK.
    4.Adding References:
           1.     Choose the server/provider.xml node and choose Open from the context menu.The multipage editor opens in the right pane.
           2.      Choose the References tab.
           3.      Choose the References node followed by Add.
           4.      You can either create a new reference or select an existing one.
    5.Creating a Library Archive :
           1.     Select the library project node in the J2EE Explorer.
           2.      Open the context menu and choose Build Library Archive.
           3.      Choose OK to confirm
    6.Deploying a Library Archive :
    Prerequisites:·    The SDA file for the library project has been created successfully.
    ·        You have started the J2EE Engine on which the archive is to be deployed.
    ·        The settings in Window --> Preferences --> SAP J2EE Engine( SAP PI) are correct.
         Process:
           1.      In the J2EE Explorer, expand the library project node and select the relevant archive.
           2.      Open the context menu and choose Deploy to corresponding J2EE Engine.
    Regards,
    Kalpana

  • Deployment API won't work remotely

    Hi All,
    I'm using WLS 9.2 SP2 and I'm trying to programmatically deploy a WAR to a remote server but I can't stop it from interpreting the File I present as a local file instead of it needing upload before processing. If I deploy to an admin server running locally it works fine every time.
    Here's the snippet of what I'm doing:
    WebLogicDeploymentManager dm = SessionHelper.getRemoteDeploymentManager(host, port, username, password);
    DeploymentOptions options = new DeploymentOptions();
    options.setStageMode(DeploymentOptions.STAGE);
    options.setRemote(true);
    dm.deploy(new TargetModuleID[]{targetModuleId}, applicationArchive, (File) null, options);I've tried dm.enableFileUploads(); as well but it produces the same result, the remote server tries to find the file that's local to my machine in reference to it's own local filesystem.
    So far I've tried just about every combination of getRemoteDeploymentManager, enableFileUploads, setRemote(true) that I can think of and nothing seems to work.
    I also tried using the version of deploy InputStream, this worked in that it streamed the file correctly to the server but when the server attempted to deploy the application it failed because it tried to deploy app1234 instead of app1234.war. It appears that it's chopping the filename off between upload and deploy then tripping over itself.
    Has anyone else gotten this api to work at all? I know that weblogic.Deploy uses the same logic to deploy but I can't see what it's doing differently to deploy correctly to a remote server.
    Cheers,
    Lucas

    I believe that setting remote=true is saying that the files are expected
    to already be available on the admin server, so no upload is needed.
    Have you tried it with setRemote(false)?
    The documentation for setRemote
    (http://e-docs.bea.com/wls/docs100/javadocs/weblogic/deploy/api/spi/DeploymentOptions.html#setRemote(boolean)):
    "Indicates that the operation will be remote from the file system that
    contains the source. This means the source for the operation is expected
    to be at the specified location on the machine where the server is located."
    Tony
    Lucas Maxwell wrote:
    Hi All,
    I'm using WLS 9.2 SP2 and I'm trying to programmatically deploy a WAR to a remote server but I can't stop it from interpreting the File I present as a local file instead of it needing upload before processing. If I deploy to an admin server running locally it works fine every time.
    Here's the snippet of what I'm doing:
    WebLogicDeploymentManager dm = SessionHelper.getRemoteDeploymentManager(host, port, username, password);
    DeploymentOptions options = new DeploymentOptions();
    options.setStageMode(DeploymentOptions.STAGE);
    options.setRemote(true);
    dm.deploy(new TargetModuleID[]{targetModuleId}, applicationArchive, (File) null, options);I've tried dm.enableFileUploads(); as well but it produces the same result, the remote server tries to find the file that's local to my machine in reference to it's own local filesystem.
    So far I've tried just about every combination of getRemoteDeploymentManager, enableFileUploads, setRemote(true) that I can think of and nothing seems to work.
    I also tried using the version of deploy InputStream, this worked in that it streamed the file correctly to the server but when the server attempted to deploy the application it failed because it tried to deploy app1234 instead of app1234.war. It appears that it's chopping the filename off between upload and deploy then tripping over itself.
    Has anyone else gotten this api to work at all? I know that weblogic.Deploy uses the same logic to deploy but I can't see what it's doing differently to deploy correctly to a remote server.
    Cheers,
    Lucas

  • ORA-37118: The OLAP API library was not preloaded. -AWM

    ...is what I get when trying to create an analytical workspace with Analytical Workspace Manager.
    The actual error message is as follows:
    oracle.express.idl.util.OlapiException: java.sql.SQLException: ORA-37118: The OLAP API library was not preloaded.
    ORA-06512: at "SYS.CONNECTIONINTERFACE", line 29
    ORA-06512: at line 1
    AWM version is 10.2.0.2.0A
    DB version is 10g 10.2.0 - (installation type is CUSTOM-FULL)
    Anyone?

    I'm not sure if this is relevent, but I observed "emoms.log" and the following appears during 10g startup:
    2006-09-10 22:01:45,961 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ias.ias.IASIntegration
    2006-09-10 22:01:46,722 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.target.slb.common.SLBIntegration
    2006-09-10 22:01:47,162 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.eml.ssl.intg.SSLIntegration
    2006-09-10 22:01:47,443 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.domain.ProcessConnectDomainIntg
    2006-09-10 22:01:47,443 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.tip.oem.central.instance.ProcessConnectInstanceIntg
    2006-09-10 22:01:47,473 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.PortalIntegration
    2006-09-10 22:01:47,483 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.webdb.admin.em.SSOIntegration
    2006-09-10 22:01:47,483 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.reports.em.RepIntg
    2006-09-10 22:01:47,483 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsEmailIntegration
    2006-09-10 22:01:47,483 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOidIntegration
    2006-09-10 22:01:47,493 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsOvfIntegration
    2006-09-10 22:01:47,503 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWebconfIntegration
    2006-09-10 22:01:47,503 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsWirelessIntg
    2006-09-10 22:01:47,503 [Orion Launcher] ERROR app.ContextInitializer contextInitialized.271 - Integration Class not found: oracle.sysman.ocs.mntr.target.OcsCalGrpIntegration

  • Plugin failed to load TPT API Library

    Hi Mohsin,Were you able to fix the above problem. I am also facing the same issue. Can you please share the solution with me. Thanks,

    We are facing the following issue in configuring TPT API library with Informatica 9.6.1. We are using a different user for informatica services instead of root. Please check below output. etluat:/home/infauat > echo $TWB_ROOT                                  /opt/teradata/client/14.10/tbuild etluat:/home/infauat > echo $LD_LIBRARY_PATH/usr/odbc/lib:/usr/odbc/drivers etluat:/home/infauat > echo $PATH/opt/teradata/client/14.10/tbuild/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/gvsd/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/resmon/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/ignite/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/opt/aCC/bin:/opt/caliper/bin:/opt/cadvise/bin:/opt/sentinel/bin:/opt/networker/bin:/usr/bin:.:/orabin/ora/app/oracle/product/1120/db/bin:/orabin/ora/app/oracle/product/1120/db/lib:/apps/9.6.1/ODBC6.1/bin etluat:/home/infauat > echo $NLSPATH/opt/teradata/client/14.10/odbc_32/msg/%N:/opt/teradata/client/14.10/tbuild/msg/%N And if we try to query the same on root user, below is the output: etluat:[/]# > echo $TWB_ROOTsh: /opt/teradata/client/14.10/tbuild: Execute permission denied. etluat:[/]# echo $LD_LIBRARY_PATH/usr/odbc/lib:/usr/odbc/drivers etluat:[/]# echo $PATH/usr/sbin:/opt/teradata/client/14.10/tbuild/bin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/ipf/bin:/opt/gvsd/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/resmon/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/firefox:/opt/gnome/bin:/opt/perf/bin:/opt/ignite/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/mozilla:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/langtools/bin:/opt/wlm/bin:/opt/gwlm/bin:/opt/aCC/bin:/opt/caliper/bin:/opt/cadvise/bin:/opt/sentinel/bin:/opt/networker/bin:/sbin:/home/root:/opt/aCC/bin:/orabin/ora/app/oracle/product/1120/db/bin:/orabin/ora/app/oracle/product/1120/db/lib:/apps/9.1/ODBC6.1/bin etluat:[/]# echo $NLSPATH/opt/teradata/client/14.10/odbc_32/msg/%N:/opt/teradata/client/14.10/tbuild/msg/%N I have also attached the output log of the session. Anyone who can help in resolving this issue? Thanks

Maybe you are looking for

  • How do I transfer music from an old ipod shuffle to a new one?

    How do I transfer music from my old not working ipod shuffle to a new one?

  • Linking AirPort Extreme to my bt home hub

    I have bought a 2tb AirPort Extreme for back ups and stronger wireless at home but as part of set up to my existing bt modem am getting error messages which pale or bt can't fix. When using the airport utility it keeps on asking for PPPoE details whi

  • IPod shows no music!

    I just updated my iPod last night, and now the music is gone. I went to the "About" screen, and it shows no songs, yet still using the same amount of bytes as it was with music. Any thoughts or help??

  • Progress Bar after typing in password. OS X Yosemite

    I just updated to OS X Yosemite and it seems to be working fine but is any one else experiencing a progress bar appearing after entering in their password to access their computer? it seems like this progress bar should show when the apple logo appea

  • Document Service Taskflow in Portal

    Hi friends, First of all I have one basic question: Do we have Webcenter Portal Framework now? What is WCPortal and WCPortal builder? Q2) I have a requirement to use Document Service Taskflow in Webcenter 11.1.1.8. - Should I do it in Portal Builder