Need Jars

HI All,
I need the following JAR.
com.sapportals.htmlb.page.DynPage
I have created a sample application and it is giving a compile error. It says -The project was not built since its classpath is incomplete. Cannot find the class file for com.sapportals.htmlb.page.DynPage. Fix the classpath then try rebuilding this project.          
Please mail the jar to louptiere[at]yahoo[dot]com
Also, please let me know if I need other jars, where can I get them from.

Hi Praveen,
I tried doing the same as you suggested, its still giving the same error
"Operation failed: Please make sure the server 'Sandbox' (xyzabc:3941) is running or check the log (sap-plugin.log) for more detail.
Andl Ialso do not have sap-plugin.log in my .metadata folder.
please advice.
When I go to http://portal:port/index.html I get the following :
System PSA   
Message Server 
Host:
Port:
Enqueue Server 
Host:
Port:
Instance JC40  All processes running 
Host: 
OS: 
dispatcher 
PID:  
Name:  
Vendor: 
Version:  
VM Parameters 
Cluster 
Node ID:
Kernel Version:   
HTTP Port:  54000 
HTTPS Port:  54001 
P4 Port:  54004 
Telnet Port:  54008 
server0  Running 
VM  system properties... 
PID:  3430 
Name:  Java HotSpot(TM) 64-Bit Server VM 
Vendor:  Sun Microsystems Inc. 
Version:  1.4.2_12-b03 
VM Parameters 
Cluster 
Node ID:  406042350 
Kernel Version:  7.00 PatchLevel 109886.44 
SDM  Running 
VM    
PID:  3431 
SDM Port:  54018

Similar Messages

  • Need JAR files for load testing the dicoverer plus 9.0.4

    I am able to capture the Applet events in oracle discoverer plus 9.0.4 using loadrunner. But i am not able to replay the script. For replaying the script it needs some jar files to be included in the classpath. Source.jar,Xmlparserv2.jar,inner.jar and remoteclient.jar files. I am not able to find out the source.jar and remoteclient.jar in server.
    Any one help me out to get all these jar files with complete stuff to include in classpath and replay that is run the script in loadrunner.
    i need these jar files urgently. Version is discoverer plus 9.0.4

    Hi, Bhushan and all!!
    I have the dll's needed for the connection:
    - GxSiebelBridge.dll
    - Interop.SiebelApplicationServer.dll
    - Interop.SiebelBusObjectInterfaces.dll
    - Interop.SiebelDataServer.dll
    Tell me if you want it. You can implement these dll's with JNI (Java Native Interface).
    I need the jars, too. If anyone have it, please send me.
    Thanks!!

  • Need *.Jar for KM Developement

    Hi All,
    I would appreciate if anyone could send me the *.jar files for KM Development which needs to be intergrated in to NWDS.
    My Mailid is [email protected] , Thank you

    Hi,
      U can get all the jars for KM development from ur EP server itself. Search for km.jar inside this folder.
    <local_drive>\usr\sap\<instance>\JC00\j2ee\cluster\ server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\
    Hope that helps.
    Regards,
    Harini S

  • Need jar for javax.xml.xquery package

    Dear all,
    I am working on XQuery. So, I am using javax.xml.xquery class. I need to download the jar. Please let me know where can I download the jar file.
    Thanking you,
    Sridhar

    Hi,
    Please check following links.
    http://java.sun.com/xml/downloads/jaxp.html
    http://java.sun.com/j2se/1.5.0/docs/api/
    Thanks,
    Tuhin

  • Need jar for javax.xml.xquery

    Dear all,
    I am working on XQuery. So, I am using javax.xml.xquery class. I need to download the jar. Please let me know where can I download the jar file.
    Thanking you,
    Sridhar

    Hi,
    Please check following links.
    http://java.sun.com/xml/downloads/jaxp.html
    http://java.sun.com/j2se/1.5.0/docs/api/
    Thanks,
    Tuhin

  • Help - need jar deploy example

    Hello,
    I have been banging my head for two days trying to get a simple app that has two jars to run in any directory. If I jar an app in c:\mydir\app.jar
    It runs ok, if I move it to c:\
    it fails because it cannot find the class files.
    How would you deploy a app that has one jar file with it so it runs in any directory?
    example:
    pgm1
    pgm_class.class
    second.jar
    I jar pgm1 to pgm1.jar
    What should the manifest.mf file look like?
    Thanks in advance for the help.
    I don't know why this seems to be so hard.
    Regards,
    Frank

    It seems that you need a Class-Path: entry in your jar.
    Look for the tutorials:
    http://java.sun.com/docs/books/tutorial/jar/index.html

  • Needing JARs on storage nodes

    Hi Guys,
    With the advent of PIF/POF is there still a need for the classes you intend to process with entry processors to exist on on the storage nodes?
    I read one message somewhere (someone was getting a classpath error) that implied that despite using 3.2/376 he/she still needed the classes on the classpath.
    Kind Regards,
    Max

    Hi Robert,
    PIF/POF does not necessarily help you anywhere with
    getting rid of any classes ..Yet ;-)
    - it is not currently used at serialization/deserialization, yetCorrect. This is a work in progress, and this specific part of it will be in the next release.
    according to the Changelog and the forums, it is only used by Coherence*ExtendCorrect. It will be used more widely over time.
    - XMLBeans are not PIF/POF-based yetCorrect. This too will change.
    - PIF/POF still refers to class names, so it is currently something like a more versatile
    ExternalizableLite, but they still need the referred classes and all their runtime
    dependency to exist in the storage-enabled node classloadersPIF/POF itself does not refer to class names, but a platform-specific binding does. In Java, we encode the binding in an XML file, and use it as the basis to configure a POF context.
    You will need the following things in a
    storage-enabled node:
    - all Invocable/EntryProcessor/EntryAggregator
    classes
    - all cache-store/cache-loader classes
    - all the runtime dependency of the previous
    - all other classes referred in the cache
    configuration files (custom eviction policies,
    KeyAssociator implementors, etc.)This is true at the current time (release 3.2). Some of it will always be true. As the tools advance, Coherence will do more for you, yet (as always) existing applications will continue to work without changes.
    For example, it will be possible to define classes of objects (what we call a schema) for Coherence to manage without actually writing the code for them, and Coherence will provide the libraries (e.g. documentation, source code, binaries, etc.) necessary for expressing those classes in Java, .NET, etc. That means that Coherence will do more work for you automatically and dynamically in the future, but in the mean time you still have to spell some things out.
    If you use indexes, or queries, you will also need
    all the classes of entries stored in the caches (an
    index uses it when the data is put in the backing
    map; querying uses it, if an index does not exist, or
    does not fully resolve a query).See above ;-)
    Peace,
    Cameron Purdy
    Tangosol Coherence: The Java Data Grid

  • Need jar for PersistentSSLInfo & SSLClientUtil

    can anyone tell me which jar contain weblogic.wsee.jaxws.sslclient.PersistentSSLInfo & weblogic.wsee.jaxws.sslclient.SSLClientUtil.
    Thanks

    weblogic.jar file contain following classes weblogic.wsee.jaxws.sslclient.PersistentSSLInfo & weblogic.wsee.jaxws.sslclient.SSLClientUti

  • Need .jar files

    Hello all,
    can anybody send me these  jars:
    1. aii_map_api.jar
    2. com.sap.aii.mappingtool.tf3.rt.Container
    3. aii_mt_rt.jar
    on
    [email protected]
    please?
    thanks in advance
    kumar

    I have send you the aii_map_api.jar. for the others you have two options as mentioned below (ref: Where can I find com.aii.mappingtool.tf3.rt.Container)
    <i>1. In your XI server go to Drive:\usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\apps\sap.com\com.sap.xi.services and get the aii_mt_rt.jar and use it.
    2. Go to service marketplace and d/load SAPXITOOL Patch of any version (better 13 open it with winzip u'll find IntegrationServices.sda open this with winzip and get the aii_mt_rt.jar and use it.</i>

  • Ant including needed .jar files

    Hi,
    How do I include my lib/*.jars?
    here is a simple build.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <project name="Quartz" default="compile" basedir=".">
    <property name="src" value="."/>
    <property name="build" value="build"/>
         <property name="lib" value="lib"/>
    <target name="init">
    <mkdir dir="${build}"/>
    </target>
    <target name="compile" depends="init">
    <javac srcdir="${src}" destdir="${build}"/>
    </target>
    </project>

    classpath="${lib}/*.jar"

  • Need some jar files

    Hi,
    I am going to implement an IResourceListFilter, so need jar files for :-
        com.sapportals.wcm.repository.service.layout.customizing.IParameters
        com.sapportals.wcm.service.resourcelistfilter.ICollectionListFilter
        com.sapportals.wcm.service.resourcelistfilter.IResourceListFilter
        com.sapportals.wcm.service.resourcelistfilter.IResourceListFilterService
    Please let me know from where I can get these.
    Regards,
    Saurabh Mathur

    Hello Saurabh,
    I think this is the par file you are looking for:
    com.sap.km.cm.service.par
    Cheers,
    Hermann

  • JAR file does not get uploaded to client for my SERVLET generated APPLET

    Some help please...
    I have a servlet that generates the HTML code that contains an APPLET. This APPLET needs a JAR file that is listed under its ARCHIVE property. The SERVLET is in a JAR file that is in the same directory as the other needed JAR file. If I create a static HTML with the output of the SERVLET it works fine. But if go through Weblogic the needed JAR file does not get uploaded to the client so I get a java.lang.NoClassDefFoundError:and my APPLET does not load.
    Q1: I am not sure what to put under the CODEBASE tag. I tried "." and I also tried "http://mymachine" but both did not work. I also tried without the CODEBASE tag. No luck. The SERVLET is bound to http://mymachine/servlet.
    Q2: Does anyone have any suggestions on how to do this? Is there a way to force the browser to upload a certain JAR file?
    Thanks...

    It works!!
    This is what I did:
    The jar file in question was the weblogic.jar. I tried putting it under the lib directory of my war file but I had problems because the weblogic.jar contains other war files inside so when I tried to deploy my war file it also tried to deploy the inner war files which for some reason did not work. So I tried removing the war files from the weblogic.jar and this time I had no problems deploying my war file but I still could not find the classes I needed. So I tried moving the weblogic.jar to the root dir of my war file and it worked!! Now the trick here was: I did not set the CODEBASE AND I had the ARCHIVE paramenter set in TWO places like below:
    <APPLET CODE = "marketmap.client.MarketMapApplet"
    ARCHIVE = "weblogic.jar"
    WIDTH = "657"
    HEIGHT = "382"
    ALIGN = "BOTTOM"
    ALT = "APPLET tag not recognized">
    </XMP>
    <PARAM NAME = CODE VALUE = "MyApplet" >
    <PARAM NAME = "type" VALUE="application/x-java-applet;version=1.2.2">
    <PARAM NAME = "scriptable" VALUE="false">
    <PARAM NAME = ARCHIVE VALUE="weblogic.jar">
    </APPLET>
    Actually if you do not place a parameter named ARCHIVE (at the end) it wil NOT work. I tried with multiple jar files listed and it works great too.
    Anyway I figure I'd share. Thanks for the help too.
    Lastly for people who choose not to upload the jar files to clients, you should look at the bea documentation on applets. It lists a classpath servlet that allows you to provide classes to the clients without having to force them to download the jar file.

  • Trouble finding optic.jar while looking up EJB in remote OC4J (OAS)

    I have a BPEL process that I am deploying to an embedded OC4j (lightweight) that is available with the default install of BPEL Process Mgr developer version using JDeveloper. In that BPEL process I have a BPEL-exec (java embeding) that tries to invoke an EJB running in a separate Oracle Application Server instance (in the same box).
    My BPEL process is unable to find the optic.jar support classes that is needed for a client to lookup the remote EJB. It needs the opticexception classes etc..
    My settings in the Java standalone program that is being invoked via bpel-exec include:
    private String initialContextFactory = "com.evermind.server.rmi.RMIInitialContextFactory";
        //private String initialContextFactory = "com.evermind.server.ApplicationClientInitialContextFactory";
        private String providerUrl = "opmn:ormi://10.14.2.2:6003:home/Sanity";
        private String urlPkgPrefixes = "";
        private String mapEjbJndiName = "Redlands";
        public String getDefaultMapName() {
          try {
              Hashtable env = new Hashtable();
              env.put(Context.INITIAL_CONTEXT_FACTORY, getInitialContextFactory());
              env.put(Context.PROVIDER_URL, getProviderUrl());
              if (getUrlPkgPrefixes() != null && !getUrlPkgPrefixes().equals(""))
                  env.put(Context.URL_PKG_PREFIXES, getUrlPkgPrefixes());
                env.put(Context.SECURITY_PRINCIPAL,"admin");
                env.put(Context.SECURITY_CREDENTIALS,"welcome");
                env.put("dedicated.connection", "true");   
    context = new InitialContext(env);I even tried including all the needed jars in the BPEL-INF\lib directory, but still I see these messages in the BPEL console (unable to find the needed classes). How can I solve this?
    Here is the error message I get:
    05/12/27 11:30:48 java.lang.NoClassDefFoundError: oracle/ias/opmn/optic/OpticExc
    eption
    05/12/27 11:30:48 at com.evermind.server.rmi.RMIInitialContextFactory.getI
    nitialContext(RMIInitialContextFactory.java:275)
    05/12/27 11:30:48 at javax.naming.spi.NamingManager.getInitialContext(Nami
    ngManager.java:662)
    05/12/27 11:30:48 at javax.naming.InitialContext.getDefaultInitCtx(Initial
    Context.java:243)

    Hi clemens,
    thanks for responding.
    As suggested by you I copied the files into applib directory of oc4j/j2ee/home. In addition, I verified the system classpath of BPEL (when it launches), It has the actual physical directory where optic.jar was located. It still fails!
    Here are the files in the applib directory. These sames jars I even copied to my BPEL-INF directory and verified it is in the BPEL suitcase.
    ejb.jar
    javax77.jar
    jms.jar
    jmxri.jar
    jndi.jar
    oc4jclient.jar
    optic.jar
    readme.txt
    servlet.jar
    I still get this error:
    05/12/29 09:12:52 oracle/ias/opmn/optic/OpticException
    05/12/29 09:12:52 java.lang.NoClassDefFoundError: oracle/ias/opmn/optic/OpticExc
    eption
    05/12/29 09:12:52 at com.evermind.server.rmi.RMIInitialContextFactory.getI
    nitialContext(RMIInitialContextFactory.java:275)
    05/12/29 09:12:52 at javax.naming.spi.NamingManager.getInitialContext(Nami
    ngManager.java:662)
    05/12/29 09:12:52 at javax.naming.InitialContext.getDefaultInitCtx(Initial
    Context.java:243)
    05/12/29 09:12:52 at javax.naming.InitialContext.init(InitialContext.java:
    219)
    05/12/29 09:12:52 at javax.naming.InitialContext.<init>(InitialContext.jav
    a:195)
    05/12/29 09:12:52 at com.esri.adf.ejb.test.MapFinder.getDefaultMapName(Map
    Finder.java:58)
    05/12/29 09:12:52 at bpel.p0.ExecLetBxExe1.execute(ExecLetBxExe1.java:62)
    05/12/29 09:12:52 at com.collaxa.cube.engine.ext.wmp.BPELXExecWMP.__execut
    eStatements(BPELXExecWMP.java:49)
    05/12/29 09:12:52 at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perfo
    rm(BPELActivityWMP.java:185)
    05/12/29 09:12:52 at com.collaxa.cube.engine.CubeEngine.performActivity(Cu
    beEngine.java:3398)
    05/12/29 09:12:52 at com.collaxa.cube.engine.CubeEngine.handleWorkItem(Cub
    eEngine.java:1905)
    05/12/29 09:12:52 at com.collaxa.cube.engine.dispatch.message.instance.Per
    formMessageHandler.handleLocal(PerformMessageHandler.java:75)
    05/12/29 09:12:52 at com.collaxa.cube.engine.dispatch.DispatchHelper.handl
    eLocalMessage(DispatchHelper.java:100)
    05/12/29 09:12:52 at com.collaxa.cube.engine.dispatch.DispatchHelper.sendM
    emory(DispatchHelper.java:185)
    05/12/29 09:12:52 at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEng
    ine.java:5410)
    05/12/29 09:12:52 at com.collaxa.cube.engine.CubeEngine.createAndInvoke(Cu
    beEngine.java:1300)
    05/12/29 09:12:52 at com.collaxa.cube.engine.delivery.DeliveryService.hand
    leInvoke(DeliveryService.java:509)
    05/12/29 09:12:52 at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.han
    dleInvoke(CubeDeliveryBean.java:307)
    05/12/29 09:12:52 at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.
    handleInvoke(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:1796)
    05/12/29 09:12:52 at com.collaxa.cube.engine.dispatch.message.invoke.Invok
    eInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
    05/12/29 09:12:52 at com.collaxa.cube.engine.dispatch.DispatchHelper.handl
    eMessage(DispatchHelper.java:76)
    05/12/29 09:12:52 at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.
    process(BaseScheduledWorker.java:70)
    05/12/29 09:12:52 at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage
    (WorkerBean.java:86)
    05/12/29 09:12:52 at com.evermind.server.ejb.MessageDrivenBeanInvocation.r
    un(MessageDrivenBeanInvocation.java:123)
    05/12/29 09:12:52 at com.evermind.server.ejb.MessageDrivenHome.onMessage(M
    essageDrivenHome.java:748)
    05/12/29 09:12:52 at com.evermind.server.ejb.MessageDrivenHome.run(Message
    Note:
    I just wanted to let you know that the java application I am working with works fine in standalone mode. IT is able to lookup as long as these client dependant jars are in its classpath. The problem is that it fails when it is used part of bpelexec.

  • Adding Classes to the JAR File's Classpath

    Ques 1- Can I use the wildcard * symbol in Manifest file to add classes/othes jar files to the JAR File's Classpath.I have folder named - Lib . where there are many jar files.Now,do I have to add each jar file by- Class-Path: Lib/jar1-name Lib/jar2-name . Instead, can I do this- Class-Path: Lib/*.jar OR Class-Path: Lib/*.class
    RIDICULOUS....105 views has been made but YET NO ANSWER. Isn't there anybody who knows the answer.
    Edited by: Tanvir007 on Apr 30, 2008 2:21 AM

    Ques 1- Can I use the wildcard * symbol in Manifest file to add ... other jar files ...?No. You could, however, place all your needed JARs in JavaHome/jre1.x.x/lib/ext - if this is a way for you.
    Ques 2 ??
    RIDICULOUS....105 views has been made but YET NO ANSWER.What hindered you to test it yourself?
    And the things we don't know far exceed the things we know. Why do you wonder?
    Have a nice day
    J�rg

  • Including libraries in executable jar

    Hi,
    jdeveloper 11.1.1.3 here. I have wrote a one-class application, which uses the jdbc oracle driver to connect to a database. I want to make an executable jar of this application. I have succesfully imported the driver in my jar file, but in the manifest file, no classpath entries are added, making the application cast a classnotfound exception on startup.
    I followed this tutorial http://blogs.oracle.com/olaf/2008/01/
    and this thread jdev and jar file
    but they didn't work for me.
    what should i look at?
    Thanks in advance

    You have to make the entries in the manifest file yourself. JDev will not do it automatically. Create a file (e.g. mymanifest.mf) and include it in your deployment profile in the manifest section.
    In This file you enter the needed jars like:
    Class-Path: ./lib/ojdbc14dms.jar ./lib/dms.jar ./lib/ocrs12.jar ./lib/ojdl.jar ./lib/orai18n.jar
    Save the file and deploy the jar.
    Timo

Maybe you are looking for