Jar files missing

Hi,
I am trying to work on PAPI but the PDf says about a lot of jar needed but i dont sem to have these jars. Can you tell me where wud i get them or can someone send it across on my email id.
ftdirprov.jar
ftresources.jar
fuegofdi-impl.jar
fuegofdi-project.jar
Thanks,
KRupa

Make sure of the following things
1) Make sure you have installed the Enterprise version of the product. PAPI API will not work in Studio version of the product
2) Most of the PAPI client jar files will be found in the <ALBPM_HOME>/enterprise/client/papi directory. But depending upon what kind of database you are using, you will have to use the right JDBC driver jar files. These jar files will surely be found under - <ALBPM_HOME>/enterprise/webapps/portal/WEB-INF/lib
You will have to combine jar from these two locations for making PAPI client to work.
3) Make sure you use J2SDK 5 env for running the PAPI client code and not just JRE 5.0.
I was using ALBPM 5.7 SP1 Standalone version with SQL Server and the list of jar files I had to use were in the following link
http://forums.bea.com/bea/message.jspa?messageID=400007972&tstart=0
-Hope that helps

Similar Messages

  • Imported par file to NWDS, jar file missing. Where find par file structure?

    Hi All,
    We want to implement idle session timeout on the portal.  We found a wiki here on the subject.  In order to implement the solution we need to make adjuestments to com.sap.portal.navigation.masthead.par.bak.  When we import this par file to Netweaver Developer Studio, the libraries and jar files are missing.  So obviously it errors then in portal as files are missing.
    So I could add them manually but I don't know what the file structure is on this par file so don't where to add what.  Does anyone know?
    Also when I export the file after manually adding the missing files, will it export all the files or will it behave the same way as the import and leave out the additional files?
    If anyone could help, I'd really appreciate it,
    Kind regards,
    Liz.

    Hi Bala,
    I thought of that just before you responded and it worked!!  Thanks for the response..
    Regards,
    Liz.

  • Nexus 1000v .jar file missing from Nexus1000v.5.2.1.SV3.1.1

    Hello ALL!
    I am trying to install and configure Nexus 1000v, for the first time and looking to configure the second stage of linking the Nexus 1000v switch to vCenter and from tutorials and white papers say to continue the install using a .jar file. However not seeing this file in the latest release in 1000v zip file.
    I can see this .jar file in the version 4 release and re-downloaded the v5 just incase it was corrupt and from a different machine; no .jar file.
    %windir%\Nexus1000v.5.2.1.SV3.1.1-pkg\Nexus1000v.5.2.1.SV3.1.1.zip\Nexus1000v.5.2.1.SV3.1.1\VSM\Install
    Cant find the white papers for v5, has anything changed?
    HELP!!
    JC

    Check this:
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/5_2_1_s_v_3_1_1/install_upgrade/workflow/nexus_1000v_r_5_2_1_s_v_3_1_1.html
    2-All files for this release can be found here:
    http://www.cisco.com/c/en/us/support/switches/nexus-1000v-switch/model.html
    HTH

  • Products.jar file missing in installation folder for 11gR2

    i am not able to find products.jar file while installing oracle 11gR2 on RHEL 4.0 as it is not their in zip file i have downloaded.
    I have extracted both of the zip file in same directory in windows and later copied that folder on linux machine and startred installation.

    user1994506 wrote:
    i am not able to find products.jar file while installing oracle 11gR2 on RHEL 4.0 as it is not their in zip file i have downloaded.
    I have extracted both of the zip file in same directory in windows and later copied that folder on linux machine and startred installation.Unzipping into Windows risks corrupting your files because Windows uses a different line-end than Linux and many things can go wrong.
    Unzip directly in Linux and see what happens.

  • Jar files missing when changing the desc  prop under room maintenance

    Hi
    I have a requirement to restrict the length of the
    description under room template maintenance ---> General Tab --> Description .
    I am downloading the com.sap.netweaver.coll.appl.ui.room.par and i done some modification in the Information control class file of  com.appl.ui.room.roominformation_api.jar jar file.
    I think its no suggestable to made the modification to the orginal par file.
    anyone can please help in the above problem.  and also let me know whether its the correct way of proceeding.
    Thanks in Advance

    no update yet. I'm gonna run the tool that is suggested, but I have no other issues with any previous patch. I thought the content of the file I added to my post would have ring a bell to somebody, who had the same problem, but it seems like I was wrong. I'll post once I run the tool suggested in the note
    thx all

  • SAPExtractorCommandLine.jar file missing.

    Hi Gang,
    We running 2.1 Java version of Nakisa OrgChart in a staged install.  Everythinng is now running as it should and I would like to schedule a regular extraction of the data from ERP.
    Page 34 of the Nakisa OrgChart Administrators Guide references the file SAPExtractorCommandLine.jar for scheduling the Staged Extraction process.  The documentation does not elaborate and the file does not exist.
    So my question is where can I download this file from and what are the command line options for scheduling the extraction?
    I also saw references to SAPExtractorCommandLine.EXE which also doesn't exist and I suspect this is for a .Net installation.
    Before I log an message back to Nakisa I thought I would ask here first as I assumed it would be a common request.
    Cheerio,
    Jon.

    Hi Jon,
    Did you install Service Pack 1.0? This contains fixes for the extractor so it may be that installation of this will create the file. I did notice in the Java Admin guide that the section on the Scheduling Extractions is missing, although it exists in the .NET version. The command-line executable follows this syntax:
    SAPExtractorCommandLine.exe [-b[=]buildname] [-e[=]true|false] [-j[=]true|false] [-a[=]true|false] [-p[=]true|false] [-h]
    The following table describes the switches:
    -build -b Runs the extractor based on the configurations of the specified build name. The currently published build is used by default. Typically, this switch is not specified as the configurations of the currently published are most often used.
    -extract -e Extracts data from the SAP server. The default value is "true".
    -joins -j Executes joins on extracted data. If "true", the extractor retains any table joins or relationships contained in the source data. The default value is "true".
    -analytics -a Generates analytics that were defined in the Configure Analytics wizard. Only analytics that were enabled are generated. The default value is "false".
    -pause -p Requires the user to press a key before exiting. The default value is "false".
    -help -h Displays the syntax and description of the available switches for SAPExtractorCommandLine.exe.
    Note the following about switches:
    1 Switch names or letters can be used; for example, "-build" or "-b".
    2 Attribute values are defined after each switch and must be preceded by a space or "=".
    3 The default value is used if a switch is not specified.
    I hope that helps.
    Kind regards,
    Luke

  • Xbean.jar file missing from install of 8.1.5 express

    Hi,
    I just recently installed 8.1.5 express for development purposes. We are currently developing for an application running 8.1.5 server. I'd had version 8.1.4 running locally and in server/lib xbean.jar existed and we use it in our application. Now, that I've installed 8.1.5 this file no longer exists. I downloaded and installed the package version for pentium windows from the BEA download. Is there anything special during the install that I should have selected to have the xbean.jar installed?
    Thanks,
    Smitty

    Check this:
    http://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/5_2_1_s_v_3_1_1/install_upgrade/workflow/nexus_1000v_r_5_2_1_s_v_3_1_1.html
    2-All files for this release can be found here:
    http://www.cisco.com/c/en/us/support/switches/nexus-1000v-switch/model.html
    HTH

  • SDMkit.Jar file missing while downloading SAPNW2004sJavaSP9_Trial version

    Hi,
    I'm trying to install SAPNW2004sJavaSP9_Trial version and keep getting this error.
    !   D:\EP\SAPNW2004sJavaSP9_Trial.part2.tgz: The required volume is absent
    !   D:\EP\SAPNW2004sJavaSP9_Trial.part1.tgz: CRC failed in SAPNW2004sJavaSP9_Trial\Sneak_Preview_Content\JAVA\SDM\SDMKIT.JAR. The file is corrupt
    I re-downloaded the files and even though it didnt worked.
    I have tried extracting both the files together but I still get the same problem.
    Please dont guide me to have a look at previous posts.I have gone through all of these and got vexed.
    Guide me to get rid of this.

    Pandu,
    Download the files again.Before doing that clear your cache.After downloading unpack both the SAPNW2004sJavaSP9_Trial.part1.rar and SAPNW2004sJavaSP9_Trial.part2.rar together done by selecting both file together and open with WinRAR archiver.
    I have tried the same process and my problem got solved.

  • Error while compiling Web Dynpro program due to missing JAR files

    Hi Experts,
    I am getting error message while compiling Web Dynpro program. The erring lines are as below:
              Message message = new MimeMessage(session);
              try {
                   message.setFrom(new InternetAddress(fromMailId));
                   message.addRecipient(
                        Message.RecipientType.TO,
                        new InternetAddress(toMailId));
                   message.setSubject(mailSubject);
                   message.setText(mailBody);
                   message.setHeader("X-Mailer", "E-Mail");
                   message.setSentDate(new Date());
                   Transport.send(message);
    The error messages are:
    Message.ReceipientType can not be resolved
    The method send(Message) is undefined for the type Transport
    The method setFrom(InternetAddress) is undefined for the type Message
    The method setHeader(String, String) is undefined for the type MessageThe method setSentDate(Date) is undefined for the type Message
    The method setSubject(String) is undefined for the type Message
    The method setText(String) is undefined for the type Message
    Type mismatch: cannot convert from MimeMessage to Message
    Can you please help me in resolving the issue. It seems that some API is missing. I believe if some one can tell me the name of JAR file / API then I will be able to sort out the issue. I will add these JAR file in my program.
    Thanks,
    S

    HI Stuart,
    you are missing the jar files required for sending mail in java
    Installing JavaMail
    You will need the latest version of JavaMail (Version 1.2) available here:
    http://java.sun.com/products/javamail/
    Download and unzip the file, in the newly created top level JavaMail directory you will find a number of jar files,
    these need adding to your classpath.
    To do this in Eclipse, right click on your project in the tree view, select properties, select the libraries tab.
    Now click the 'Add external jars' button, navigate to your JavaMail directory and click on the jars.
    The tutorial also makes use of the Java Activation Framework, which is available here:
    http://java.sun.com/products/javabeans/glasgow/jaf.html
    Instalation of JAF is identical to JavaMail
    activation.jar / mail.jar are 2 distinct names i remember rest you will get above
    P.S: close the question to assist other users narrow the search and find solutions
    Message was edited by:
            Armin Reichert

  • Missing .jar files in the Weblogic Server 6.1 beta

    The files /weblogic/lib/weblogic_sp.jar and /weblogic/lib/poolorb.jar are required
    to be set in the
    classpath, according to the documentation. But they are missing in the downloaded
    version of the server.
    Is there any solution?

    Hi Rajashree,
    weblogic_sp.jar file is for service pack. I am assuming that you installed
    latest version from the download site. the latest one is a bundled version
    of wls6.0 with sp2. we put sp2 with 6.0 together, then you do not see that
    jar file.
    I am confused with poolorb.jar file. do you mean wlepool.jar and wleorb.jar?
    those 2 files are used when you need to make a connection pool to WLE
    server. if you do not use it, you do not need to include it in your
    classpath.
    Thanks
    yu
    Rajashree Desai <[email protected]> wrote in message
    news:3b53ea0c$[email protected]..
    >
    The files /weblogic/lib/weblogic_sp.jar and /weblogic/lib/poolorb.jar arerequired
    to be set in the
    classpath, according to the documentation. But they are missing in thedownloaded
    version of the server.
    Is there any solution?

  • "Java-Bean: True" missing after being packed in jar file

    Hi All
    X86, Windows XP Professional, J2SDK 1.4.2
    I complied a section of code ", which is from << Thinking In Java>>(3rd).
    Created a manifest file "BangBean.tmp"
    <<
    Name: bangbean/BangBean.class
    Java-Bean: True
    >>
    And then packed class files into "BangBean.jar" with command
    "jar cfm BangBean.jar Bang BangBean.tmp bangbean".
    It's puzzling that "Java-Bean: Ture" was missing in the "BangBean.jar/META-INF/MENIFEST.MF" .
    <<
    Manifest-Version: 1.0
    Created-By: 1.4.2 (Sun Microsystems Inc.)
    Name: bangbean/BangBean.class
    >>
    What's more, after altering the"BangBean.tmp" into this
    <<
    Java-Bean: True
    Name: bangbean/BangBean.class
    >>
    and had a another try.
    I got a jar file with such MENIFEST.MF.
    <<
    Manifest-Version: 1.0
    Created-By: 1.4.2 (Sun Microsystems Inc.)
    Java-Bean: True
    Name: bangbean/BangBean.class
    >>
    This jar file worked well in BDK's beanbox.
    I've test it with JSDK 1.5.0, the same thing happened.
    And I didn't encounter such problem in other bean programs.
    I've searched " 'Java-Bean: True' missing " with google, but didn't get proper answers.
    Is there anybody who can give a prompt about why this happend?
    Thanks a lot for your help!
    code
    //: bangbean:BangBean.java
    // A graphical Bean.
    package bangbean;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    import java.util.*;
    import com.bruceeckel.swing.*;
    public class
    BangBean extends JPanel implements Serializable {
    private int xm, ym;
    private int cSize = 20; // Circle size
    private String text = "Bang!";
    private int fontSize = 48;
    private Color tColor = Color.RED;
    private ActionListener actionListener;
    public BangBean() {
    addMouseListener(new ML());
    addMouseMotionListener(new MML());
    public int getCircleSize() { return cSize; }
    public void setCircleSize(int newSize) {
    cSize = newSize;
    public String getBangText() { return text; }
    public void setBangText(String newText) {
    text = newText;
    public int getFontSize() { return fontSize; }
    public void setFontSize(int newSize) {
    fontSize = newSize;
    public Color getTextColor() { return tColor; }
    public void setTextColor(Color newColor) {
    tColor = newColor;
    public void paintComponent(Graphics g) {
    super.paintComponent(g);
    g.setColor(Color.BLACK);
    g.drawOval(xm - cSize/2, ym - cSize/2, cSize, cSize);
    // This is a unicast listener, which is
    // the simplest form of listener management:
    public void addActionListener(ActionListener l)
    throws TooManyListenersException {
    if(actionListener != null)
    throw new TooManyListenersException();
    actionListener = l;
    public void removeActionListener(ActionListener l) {
    actionListener = null;
    class ML extends MouseAdapter {
    public void mousePressed(MouseEvent e) {
    Graphics g = getGraphics();
    g.setColor(tColor);
    g.setFont(
    new Font("TimesRoman", Font.BOLD, fontSize));
    int width = g.getFontMetrics().stringWidth(text);
    g.drawString(text, (getSize().width - width) /2,
    getSize().height/2);
    g.dispose();
    // Call the listener's method:
    if(actionListener != null)
    actionListener.actionPerformed(
    new ActionEvent(BangBean.this,
    ActionEvent.ACTION_PERFORMED, null));
    class MML extends MouseMotionAdapter {
    public void mouseMoved(MouseEvent e) {
    xm = e.getX();
    ym = e.getY();
    repaint();
    public Dimension getPreferredSize() {
    return new Dimension(200, 200);
    } ///:~
    ************************************************

    Since you didn't use code-formatting tags ([ code ] and [ /code ] without the spaces) it's kinda hard to look at it. But I'm sure it DID execute much more than just the return statement - maybe you're not closing a file or db connection, or maybe you're seeing a cached page, so it actually isn't executing ANYTHING on the server (is your browser set to never check for newer pages so it (almost) always returns from cache, for example?)

  • Files missing in the ear and client jar

    Hi,
    I'm following the examples to build a web service using ANT servicegen task. My
    web service calls a lot of other java classes, and those java classes in turn
    call other classes. When I used the following taskes to generate the service and
    client code, I found the generated ear, war and client jar files only contain
    the compiled classes which are used directly by the web service class. Those classes
    called indirectly by web service are missing.
    <target name="ear">
    <servicegen
    destEar="${build}/${ear_file}"
    warName="${war_file}">
    <service
    javaClassComponents="com.iit.integration.txlife.txlife28.txlifeProcessor.TxlifeProcessor"
    targetNamespace="${namespace}"
    serviceName="TxlifeWebService"
    serviceURI="/txlifews"
         generateTypes="True"
    expandMethods="True">
    <client
    packageName="com.iit.integration.txlife.txlife28.client"
    clientJarName="${client_jar_file}"
    />
    </service>
    <classpath>
    <pathelement path="${build}"/>
    <pathelement path="${java.class.path}"/>
    </classpath>
    </servicegen>
    </target>
    <!-- generate the client jar and build the client calling class -->
    <target name="client" depends="ear">
    <clientgen
    ear="${build}/${ear_file}"
    warName="${war_file}"
    packageName="com.iit.integration.txlife.txlife28.client"
    clientJar="${client}/${client_jar_file}">
    <classpath>
    <pathelement path="${build}"/>
    <pathelement path="${java.class.path}"/>
    </classpath>
    </clientgen>
    So when I invoked the client code, I always got the class not found exception.
    Not sure if I missed anything here.
    Thanks a lot,
    Henry
    [build.xml]

    Any required support classes have to be in the client's/server's classpath. Or
    at least that's what I do.
    "Henry Niu" <[email protected]> wrote:
    >
    >
    >
    Hi,
    I'm following the examples to build a web service using ANT servicegen
    task. My
    web service calls a lot of other java classes, and those java classes
    in turn
    call other classes. When I used the following taskes to generate the
    service and
    client code, I found the generated ear, war and client jar files only
    contain
    the compiled classes which are used directly by the web service class.
    Those classes
    called indirectly by web service are missing.
    <target name="ear">
    <servicegen
    destEar="${build}/${ear_file}"
    warName="${war_file}">
    <service
    javaClassComponents="com.iit.integration.txlife.txlife28.txlifeProcessor.TxlifeProcessor"
    targetNamespace="${namespace}"
    serviceName="TxlifeWebService"
    serviceURI="/txlifews"
         generateTypes="True"
    expandMethods="True">
    <client
    packageName="com.iit.integration.txlife.txlife28.client"
    clientJarName="${client_jar_file}"
    />
    </service>
    <classpath>
    <pathelement path="${build}"/>
    <pathelement path="${java.class.path}"/>
    </classpath>
    </servicegen>
    </target>
    <!-- generate the client jar and build the client calling class -->
    <target name="client" depends="ear">
    <clientgen
    ear="${build}/${ear_file}"
    warName="${war_file}"
    packageName="com.iit.integration.txlife.txlife28.client"
    clientJar="${client}/${client_jar_file}">
    <classpath>
    <pathelement path="${build}"/>
    <pathelement path="${java.class.path}"/>
    </classpath>
    </clientgen>
    So when I invoked the client code, I always got the class not found exception.
    Not sure if I missed anything here.
    Thanks a lot,
    Henry

  • Missing webservices jar files in 9.0.2

    Hi,
    I am trying to deploy webserivces using stateless java class on oc4j version 9.0.2 but i do not have appropriate jar files. Only following jars are installed.
    %OC4J_INSTALL%\j2ee\home\WebServicesAssembler.jar
    %OC4J_INSTALL%\j2ee\home\WebServicesHtmlXmlWizard.jar
    %OC4J_INSTALL%\j2ee\home\wsdl2ejb.jar
    %OC4J_INSTALL%\soap\lib\wsdl.jar
    The environment is windows 2000.
    How can I get appropriate jar files to enable webservices on my installation of oc4j version 9.0.2.0.1
    Thanks
    Salman

    Could you elaborate on what you are missing? On a default OC4J install, downloadable here on OTN, everything is there ... I can point out what you need to locate but am not sure what you see missing or what error messages are leading you to not find classes.
    For example, the soap.jar is normally in the <oc4j_home>\soap\lib\ directory. In the <oc4j_home>\lib and <oc4j_home>\jlib there are also other supporting jars.
    Thanks.
    Mike.

  • Workshop missing WebLogic jar files

    Hello,
    I am new to WebLogic and Workshop (version 8.1.4). We are taking over a production code base from a vendor and have attempted to do a build of the .ear file. The build fails with errors. Looking into this, it appears the IDE does not know about the quoted portion of the following import lines:
    Package com.bea contains no member package or type of this name. “com.bea.wli”
    import com.bea.wli.control.dynamicProperties.DynamicPropertiesDocument.DynamicProperties;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument;
    import com.bea.wli.control.dynamicProperties.EmailControlPropertiesDocument.EmailControlProperties;
    import com.bea.wli.control.dynamicProperties.FileControlPropertiesDocument;
    Package com.bea contains no member package or type of this name. “com.bea.data”
    import com.bea.data.RawData;
    The vendor stated that the .jar files might be located on the actual licensed WebLogic server? To reduce the time of this effort, could someone tell me the specific .jar files to go after?
    Thank you very much
    Robert

    I should clarify further that the copy of Workshop we are using was pulled down from the archive of BEA downloads. We do not have access to a copy of Workshop as configured by the vendor. Additionally, looking at the *.work file for the Application and comparing the .jar files to my Weblogic (local) install the following are missing:
    ../../../../bea/weblogic81/server/lib/wli.jar;
    ../../../../bea/weblogic81/portal/lib/wps_system.jar;
    ../../../../bea/weblogic81/p13n/lib/p13n_system.jar;
    ../../../../bea/weblogic81/portal/lib/netuix/system/netuix_system.jar;
    My assumption is the issue has to do with the wli.jar above. Can someone tel me where a copy can be obtained?
    thank you,
    Robert

  • Can't launch Visual Admin. - go.jar file is missing

    Hi Guys..
                    I try to launch visual admin directly using go.bat but getting an error that go.jar is missing.
    can I copy it from somewhere.. ?
    Cheers

    go.jar file is executable file, go.bat has reference to this go.jar. Thus, when you click go.bat it basically calling go.jar only
    If you have taken any back earlier try to restore. As you know, VA contains all configuration details specific to your configuration/build so i do not think it's good idea to use some other system's go.jar file.
    -Sekhar

Maybe you are looking for

  • Can't sync anything with my microsoft account and can't create a new one?

    Hi, I have recently done a software update to Windows 8.1 and now every time I try to access an app it prompts me to sign in to sync my data. I follow the screen prompts using my email address and password (the same as the one I have used to access t

  • How to Find Classes Urgent!

    I have loaded .class files using classLoader .. i want to find calsses & interfaces which are present in perticular package structure(in memory)..if i use Package.getPackages() mathod its returning me all the packages which are loaded in memory.using

  • Document type and invoices coming from SD

    Hello, Does anyone know where is the customizing point where I make the link between the document type and the invoices coming from SD (standard type RV)? Best regards

  • UPDATING VERSION 5.0.4 TO VERSION 5.1.4

    can you get updates to final cut pro version 5.0.4 to 5.1.4?

  • Network Speed

    i just want to know that how should i uninstall the network driver and reinstall the same. plsss help me with this