Weblogic.jar file location in  CC&B Media

Hi Guys
Can anyone let me know the weblogic.jar file location in CC&B 2.2 media.
Thanks
Aleem

vinod hadlee wrote:
Hi,
We use weblogic 8.1 for our development purpose... and mostly work on ejb's. Every time a new ear file is created and deployed we need to specify the jar files needed to run that application in server classpath.... is there any alternate way so that v can avoid specifying these jar files in server classpath...One alternative is you could bundle the jars in the EAR itself in APP-INF/lib.
Gerald

Similar Messages

  • 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

  • In PI 7.1 - Java UDF's Compiled Class files - Jar File location

    Hi All,
    In PI 7.1 Does anybody know where the compiled Java UDF's (which are used in Graphical mapping) class files stored in jar are located in integration server? I want to use this jar file in my XSLT mapping.

    Hi,
    I guess it would be under
    \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\temp\classpath_resolver
    or
    \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\.\temp\classpath_resolver
    Where SID is your XI instance name.
    Thanks,
    Gujjeti
    Edited by: Praveen Gujjeti on Jun 23, 2008 5:12 PM

  • Jar files location

    Hi all,
    Kindly can someone guide me to the location of the below related Jar files:
    com.audium.server.AudiumException;
    com.audium.server.voiceElement.ActionElementBase;
    com.audium.server.session.ActionElementData;
    Thank you in advance.

    Hi Chintan,
    Thank you for the reply.
    I have both of these jar files under the Eclipse lib folder but i'm still getting errors that the import cannot be resloved when adding the below:
    import com.audium.server.AudiumException;
    import com.audium.server.voiceElement.ActionElementBase;
    import com.audium.server.session.ActionElementData;
    your help is highly appreciated.

  • Where are the jar files located in the server in which the MS SQL Server is installed?

    Hello All,
    Please tell me the place where jar files are located in the system in which the MS SQL Server is installed.
    Please help me as early as possible.
    Thanks in advance.
    Thanks and Regards, Readers please vote for my posts if the questions i asked are helpful.

    Check BOL page: Using the JDBC Driver
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • Alternative to specify the jar file location other than server classpath.

    Hi,
    We use weblogic 8.1 for our development purpose... and mostly work on ejb's. Every time a new ear file is created and deployed we need to specify the jar files needed to run that application in server classpath.... is there any alternate way so that v can avoid specifying these jar files in server classpath...

    vinod hadlee wrote:
    Hi,
    We use weblogic 8.1 for our development purpose... and mostly work on ejb's. Every time a new ear file is created and deployed we need to specify the jar files needed to run that application in server classpath.... is there any alternate way so that v can avoid specifying these jar files in server classpath...One alternative is you could bundle the jars in the EAR itself in APP-INF/lib.
    Gerald

  • Calling class or jar file location

    I created one set of java api for third party application to call. How do I found out that the location of third party jar file or class file that call my api? Please advise.

    If you don't know what called your program, then there is no way.

  • Extracted ear/war/jar file location in JBoss

    How can I find out in runtime where JBoss extracted my ear/war/jar file?
    I have a file inside my ear/war/jar file and I need to know the location of the file. I know that it is in the tmp/deploy directory but I need the exact application temporary name.

    You can take out the common classes and bundle them in a jar library that can be bundled directly in APP-INF/lib (or library directory defined by <library-directory> in applicaton.xml if you are using JEE5 / WLS 10). Is it possible to do this re-arragement?

  • Creating a weblogic.jar file?

    I am looking to minimize my client size java app, which makes use of EJBs.
    I am using the verboseToZip utility that is described at:
    http://www.weblogic.com/docs51/techdeploy/verbosetozip.html
    It has reduced the size of the jar from 35MB to about 700K. The application
    has problems starting up, however. I get the exception shown below. Any
    idea what this means? I looked in the jar file, and sure enough there are
    classes in a directory named: com/rsa/jsafe. The error occurs when getting
    the EJB home object (at the start of the application).
    Thanks,
    Mike
    ------------------------------------------Exception-------------------------
    Exception in thread "main" java.lang.NoClassDefFoundError:
    COM/rsa/jsafe/JSAFE_InvalidUseException
    at
    weblogic.security.WLMessageDigest.getInstance(WLMessageDigest.java:53)
    at
    weblogic.security.MD5RandomBitsSource.seed(MD5RandomBitsSource.java:56)
    at weblogic.rjvm.LocalRJVM.<init>(LocalRJVM.java:108)
    at weblogic.rjvm.LocalRJVM.getLocalRJVM(LocalRJVM.java:85)
    at weblogic.rjvm.RJVMManager.getLocalRJVM(RJVMManager.java:89)
    at weblogic.rjvm.RJVMManager.initialize(RJVMManager.java:78)
    at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:137)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:182)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:195)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at
    com.ecocap.daemon2.dbthread.setupContextAndObjects(dbthread.java:1064)
    at com.ecocap.daemon2.dbthread.<init>(dbthread.java:48)
    at com.ecocap.daemon2.DaemonFrame.<init>(DaemonFrame.java:45)
    at com.ecocap.daemon2.daemon.<init>(daemon.java:27)
    at com.ecocap.daemon2.daemon.main(daemon.java:184)

    Don,
    Thanks for responding so quickly. You are correct - I am on Windows. I
    didn't realize it was a case sensitivity problem. Anyway, I took your third
    option, since it was the least painful for me and everything worked.
    Thanks,
    Mike
    "Don Ferguson" <[email protected]> wrote in message
    news:[email protected]...
    Let me guess: this is on Windows. I bet the problem concernscase-insensitive
    file names. When creating the client jar, a "com" directory was created.When
    it came time for the COM directory, Windows just treated it as equivalentto
    "com". However java does not. There are a variety of solutions:
    a) use Unix to build the client jar
    b) use ant to extract the appropriate subset of classes from weblogic.jarwhen
    creating the client.jar (bypassing the filesystem).
    c) move the COM stuff to a separate directory tree, and use somecombination of
    jar -C or jar -u to create the client.jar.
    Don
    Michael DiChiappari wrote:
    I am looking to minimize my client size java app, which makes use of
    EJBs.
    I am using the verboseToZip utility that is described at:
    http://www.weblogic.com/docs51/techdeploy/verbosetozip.html
    It has reduced the size of the jar from 35MB to about 700K. Theapplication
    has problems starting up, however. I get the exception shown below.Any
    idea what this means? I looked in the jar file, and sure enough thereare
    classes in a directory named: com/rsa/jsafe. The error occurs whengetting
    the EJB home object (at the start of the application).
    Thanks,
    Mike
    ------------------------------------------Exception-------------------------
    Exception in thread "main" java.lang.NoClassDefFoundError:
    COM/rsa/jsafe/JSAFE_InvalidUseException
    at
    weblogic.security.WLMessageDigest.getInstance(WLMessageDigest.java:53)
    at
    weblogic.security.MD5RandomBitsSource.seed(MD5RandomBitsSource.java:56)
    at weblogic.rjvm.LocalRJVM.<init>(LocalRJVM.java:108)
    at weblogic.rjvm.LocalRJVM.getLocalRJVM(LocalRJVM.java:85)
    at weblogic.rjvm.RJVMManager.getLocalRJVM(RJVMManager.java:89)
    at weblogic.rjvm.RJVMManager.initialize(RJVMManager.java:78)
    at weblogic.kernel.Kernel.ensureInitialized(Kernel.java:137)
    at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:182)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:195)
    at
    weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialCon
    textFactoryDelegate.java:148)
    at
    weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFact
    ory.java:123)
    at
    javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:668)
    at
    javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:246)
    at javax.naming.InitialContext.init(InitialContext.java:222)
    at javax.naming.InitialContext.<init>(InitialContext.java:198)
    at
    com.ecocap.daemon2.dbthread.setupContextAndObjects(dbthread.java:1064)
    at com.ecocap.daemon2.dbthread.<init>(dbthread.java:48)
    at com.ecocap.daemon2.DaemonFrame.<init>(DaemonFrame.java:45)
    at com.ecocap.daemon2.daemon.<init>(daemon.java:27)
    at com.ecocap.daemon2.daemon.main(daemon.java:184)

  • WEBLOGIC Jar Files

    Dear Friends,
    1) What all jar  files  required in XI Server to Connect  for  WEBLOGIC  Server  (  The Queue is in Weblogic Server..From SAP XI  we are connecting  with the help of JMS Adapter using  JNDI )
    2) Should  we deploy  any JAR file  in WEBLOGIC  server  side
    3) Should we deploy  any Jar files  related to JMS in our  XI Server.
    Thanks for your time and effort.
    Regards
    Agasthuri Doss

    Thanks Shabarish,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bf4b1055-0d01-0010-32a3-b3848d77a6b9
    We have did  it  and crossed  checked twice.
    Any Comments  Shabarish
    Regards
    Agasthuri Doss

  • Common jar files location

    We have several "common" jar files that will be used across several of our existing
    applications. We are currently trying to figure out the 'best' location for these
    files. There is one school which feels that /opt/bea/wlserverX.x/ext is the proper
    location for these files and others say /opt/bea/wlserverX.x/lib, yet a third
    opinion is to put it at the same level as the aformentioned directories.
    Has anyone run into this in the past and what was your solution?
    any help would be greatly appreciated!!
    Sebastian

    Just put it in a commonly shared path of the classpath. For example the /lib folder of the application server in question. You only need admin rights on the appserver in question to be able to place the JARs in there.

  • Jar files Location in PI ?

    Hi Friends,
    Can any body please tell me the locaiton on PI server where i can find the below jar files ?
    tc_sec_core.jar
    lcrclient.jar
    httpclient.jar
    jARM.jar
    lcrclient.jar
    logging.jar
    sldclient.jar
    Thanks,
    Amar.

    Hi Amar
    Please find below pasted files and their paths in SAP Installation folders.
    lcrclient.jar     \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\bin
    httpclient.jaru00A0     \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\bin\ext\tc.httpclient
    jARM.jar     \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\bin\ext\com.sap.util.monitor.jarm
    logging.jar     \usr\sap\<SID>\SYS\global\xi\directory_server\javaws\directory
    sldclient.ja     \usr\sap\<SID>\DVEBMGS00\j2ee\cluster\server0\bin\ext\tcsldsldclient_sda

  • JCO jar file location

    Hi,
    I am implementing some JSP pages that call JCO functions and deploy it using the SAP Deployment Tool. The problem I having is that if do not place a copy of the sapjco.jar in the WEB-INF/lib folder of the application it will give me an exception when I try to run a JSP that calls a JCO function.
    Do I need to configure something in the Deployment tool so the JSP will use the JCO functions that are located in the WEB AS?
    Thanks in advance.

    hi,
      include SAPJCO.JAR it as an external jar into your project in NWDS. and place the (librfc32.dll and sapjcorfc.dll) DLL files in your SYSTEM32 Directory inside Windows (if u are using WIN OS).
    Try to restart your computer and run your code...
    It should work.
    Regards,
    Ak.

  • Com.sapportals.portal.ivs.cg.ConnectionProperties jar file location ?

    Hi ,
    Could anyone let me know the exact jar location for com.sapportals.portal.ivs.cg.ConnectionProperties class for NW04s SP11 . Thanks.
    Regards
    Vasudevan

    Hi,
    The class mentioned is in com.sap.portal.appintegrator_api.jar. It can be found on the server under location \j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.appintegrator\lib.
    Do reward points if the information is helpful.
    Regards,
    Donald

  • Jar file location in Eclips plugins

    Hi,
    Could you please give me the jarfile location in Eclips plugins for
    import com.sapportals.portal.security.usermanagement.IUser;
    Thanks in advance.
    Syam.

    Hi,
    Good that you found it.
    Regards,
    Praveen Gudapati

Maybe you are looking for

  • GR/IR Account is not being credited with po net price

    Hi Experts, While posting Goos Receipt ,GR/IR amount is not equal to PO net price.MRP indicator is on in excise tab, If MRP indicator is on then GR/IR value decreases as comparitively PO net price. But this GR/IR value is so low than PO net price. I

  • The user "" could not be found.

    The user "[email protected]" could not be found. Select a user from the address book. thats the error i get in my webaccess. what did i do wrong. running eDirectory 8.8 with groupwise 7 off windows 2003.

  • Camera Roll Blacked Out

    I upgraded to 4.1...everything seemed to go ok but when I looked at my Camera Roll, all of my photos were blacked out! It's like a black sheet is over my photos. All the photos are still there but I can only view the photos I saved "after" I upgraded

  • Photosmart 5520 cannont connect to network

    Have spent days on this and 10+ hours on the phone to Manilla for tech support -- no one has come up with a solution.  We ran down all the usual problems with firewalls, made sure there was no MAC filtering, etc., etc. and made many. many attempts to

  • On-line bill notices

    I receive my monthly bill by US Mail and neither WANT nor USE your e-mailed reminders, so you are hereby notified to immediately STOP sending these e-mail notices from this day forward. Larry Steed