Deploying client apps without deploying Weblogic.jar ?

I am trying to deploy my client application on a standalone windows machine
and do not wish to deploy weblogic.jar with the client deployment. Is there
any way of allowing my clients to use Weblogic JNDI without having to deploy
weblogic.jndi.WLInitialContextFactory.class (and its associated classes.
I find it hard to believe that everyone who is developing on weblogic
distributes this JAR file to their customers with their client
applications....?
Can you use something other than weblogic.jndi.WLInitialContextFactory such
as the sun jndi provider instead....?
If anyone can shed some light on this deployment problem it would be much
appreciated.....even if its simply 'thats just the way you have to do it
!......will save me time trying to get other solutions to work...!
TIA

Hi,
Weblogic provides you a way to create client jar files so that the complete weblogic.jar
doesn't need to be downloaded to the client. The tool is called verboseToZip.
See
http://e-docs.bea.com/wls/docs70/adminguide/utils.html#1117405
hope this helps, pat
"BEA" <[email protected]> wrote:
I am trying to deploy my client application on a standalone windows machine
and do not wish to deploy weblogic.jar with the client deployment. Is
there
any way of allowing my clients to use Weblogic JNDI without having to
deploy
weblogic.jndi.WLInitialContextFactory.class (and its associated classes.
I find it hard to believe that everyone who is developing on weblogic
distributes this JAR file to their customers with their client
applications....?
Can you use something other than weblogic.jndi.WLInitialContextFactory
such
as the sun jndi provider instead....?
If anyone can shed some light on this deployment problem it would be
much
appreciated.....even if its simply 'thats just the way you have to do
it
!......will save me time trying to get other solutions to work...!
TIA

Similar Messages

  • Get server instance name without deploying weblogic.jar to client

    I use wlclient.jar with my client. Using weblogic.jar instead causes the
    size of the deployment package of my client to go from 4 meg to 34 meg
    (roughly). I don't want full MBean functionality, all I want to do is find
    out what the server instance name is. Surely there's a way to do this.

    Hi,
    Weblogic provides you a way to create client jar files so that the complete weblogic.jar
    doesn't need to be downloaded to the client. The tool is called verboseToZip.
    See
    http://e-docs.bea.com/wls/docs70/adminguide/utils.html#1117405
    hope this helps, pat
    "BEA" <[email protected]> wrote:
    I am trying to deploy my client application on a standalone windows machine
    and do not wish to deploy weblogic.jar with the client deployment. Is
    there
    any way of allowing my clients to use Weblogic JNDI without having to
    deploy
    weblogic.jndi.WLInitialContextFactory.class (and its associated classes.
    I find it hard to believe that everyone who is developing on weblogic
    distributes this JAR file to their customers with their client
    applications....?
    Can you use something other than weblogic.jndi.WLInitialContextFactory
    such
    as the sun jndi provider instead....?
    If anyone can shed some light on this deployment problem it would be
    much
    appreciated.....even if its simply 'thats just the way you have to do
    it
    !......will save me time trying to get other solutions to work...!
    TIA

  • Jar not loaded Error when deploying weblogic.jar in tomcat

    Hi experts,
    This time i have one more problem,
    i have deployed my application in tomcat such that when tomcat starts my java program also gets started, for my java program i had to use a weblogic library which is in "web-inf / lib / weblogic.jar" . but when i start tomcat i get error like
    INFO: validateJarFile (C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\MyApp\WEB-INF\lib\weblogic.jar) - jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    Dec 4, 2006 8:27:18 PM org.apache.catalina.core.StandardPipeline registerValve
    INFO: Can't register valve org.apache.catalina.core.StandardContextValve@1362012
    org.apache.commons.logging.LogConfigurationException: org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1bc82e7 for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category) (Caused by org.apache.commons.logging.LogConfigurationException: No suitable Log constructor [Ljava.lang.Class;@1bc82e7
    for org.apache.commons.logging.impl.Log4JLogger (Caused by java.lang.NoClassDefFoundError: org/apache/log4j/Category))
            at org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:543)
    what could be the problem in loading weblogic.jar
    my platform configuations are
    TOMCAT 5.5
    OS - windows 2000                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

              have u done the servlet naminga and mapping in the web.xml file??
              Kumar Allamraju <[email protected]> wrote:
              ><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
              ><html>
              >Have you registered the servlet in web.xml?
              ><p>--
              ><br>Kumar
              ><p>Deepak Balakrishna wrote:
              ><blockquote TYPE=CITE>Hi.
              ><p>I am having trouble deploying a servlet to WLS 6.1
              ><p>a) The name of the servlet is HaServlet and it's duly noted in web.xml
              ><br>b) I created a directory
              ><br>config/examples/applications/cluster-servlet/WEB-INF
              ><br>c) Added web.xml under WEB-INF/. web.xml was created using the weblogic
              ><br>DDInit CLI
              ><br>d) Added the servlet classfile (HaServlet.class) under
              ><br>WEB-INF/classes/samples/cluster/servlet/.
              ><br>e) Tried to access it by http://host:port/cluster-servlet/HaServlet
              ><p>I get
              ><br>Error 404--Not Found
              ><p>What am I missing? I also tried restarting the app server to no avail.
              ><p>Thx,
              ><br>- deepak</blockquote>
              ></html>
              >
              

  • How to get InitialContextFactory using RMI/IIOP without using weblogic.jar

    Hi Robert
    I know this is an old post. but I am interested in knowing how to get the
    initial context using RMI/IIOP without the use weblogic specific classes
    like weblogic.jndi.WLInitialContextFactory . If you have a code snippet that
    you can provide as an example, it would be just great.
    thanx in advance
    Daya Sharma
    See comments inline...
    Stewart Wachs wrote:
    I would like to get an initial context to Weblogic JNDI from a client.
    code snippet:
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFacorty");
    ht.put(Context.PROVIDER_URL, "t3://localhost:7001");
    try {
    Context ctx = new InitialContext(ht);
    catch(...) {
    This works fine when I include weblogic.jar (and other dependend weblogic
    jar's) in the classpath.
    Is there a way to access WL JNDI from a client without the weblogicclasses
    in the classpath?If you are using WLS 6.1, you could use RMI/IIOP to do this but in general,
    the
    answer is no, you will need at least some of the weblogic classes on the
    client.
    If not, is there a lightweight jar available for distribution for client
    JNDI connectivity?This is something in the works. In addition, a colleague and I are working
    on
    a white paper that describes the "Thin Client Options with WebLogic Server"
    that we hope to make available in the not too distant future...
    Are there any licencing issues with distributing the weblogic classes to
    clients that need to access WL JNDI?No. WLS is licensed by the server so you are free to distribute
    weblogic.jar
    to your clients.
    Hope this helps,
    Robert

    Take a look at the RMI/IIOP section of our whitepaper "Small Footprint
    Client options for BEA WebLogic Server" at:
    http://dev2dev.bea.com/resourcelibrary/whitepapers.jsp?highlight=whitepapers
    Daya Sharma wrote:
    Hi Robert
    I know this is an old post. but I am interested in knowing how to get the
    initial context using RMI/IIOP without the use weblogic specific classes
    like weblogic.jndi.WLInitialContextFactory . If you have a code snippet that
    you can provide as an example, it would be just great.
    thanx in advance
    Daya Sharma
    See comments inline...
    Stewart Wachs wrote:
    I would like to get an initial context to Weblogic JNDI from a client.
    code snippet:
    Hashtable ht = new Hashtable();
    ht.put(Context.INITIAL_CONTEXT_FACTORY,
    "weblogic.jndi.WLInitialContextFacorty");
    ht.put(Context.PROVIDER_URL, "t3://localhost:7001");
    try {
    Context ctx = new InitialContext(ht);
    catch(...) {
    This works fine when I include weblogic.jar (and other dependend weblogic
    jar's) in the classpath.
    Is there a way to access WL JNDI from a client without the weblogic
    classes
    in the classpath?
    If you are using WLS 6.1, you could use RMI/IIOP to do this but in general,
    the
    answer is no, you will need at least some of the weblogic classes on the
    client.
    If not, is there a lightweight jar available for distribution for client
    JNDI connectivity?
    This is something in the works. In addition, a colleague and I are working
    on
    a white paper that describes the "Thin Client Options with WebLogic Server"
    that we hope to make available in the not too distant future...
    Are there any licencing issues with distributing the weblogic classes to
    clients that need to access WL JNDI?
    No. WLS is licensed by the server so you are free to distribute
    weblogic.jar
    to your clients.
    Hope this helps,
    Robert

  • Corrupted JAR:C:\workspace\weblogic.jar

    Hi,
    when i access these Data Source in Client. I need weblogic.jar it's taken in WebLogic Server but it's getting error while added on librarie . How I can get External weblogic.jar file plz post ..........

    Try using wlfullclient.jar instead of putting or using weblogic.jar in classpath. For any client apps that use weblogic apis, it is recommended to generate and use wlfullclient.jar. Here are the detailed links:
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html (To create wlfullclient.jar)
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/t3.html
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/basics.html#wp1069994
    HTH
    Ravi Jegga

  • Deploying, ReDeploying JAR file to WebLogic EM without restarting the serve

    Hi
    Can any one help me how to re-deploy .jar file on weblogic EM with steps.
    Deploying, ReDeploying JAR file to WebLogic EM without restarting the server
    Appriciate if you provide information in steps with screenshot.
    Note: Not in weblogic 11g console.
    Thanks,
    Phani

    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10105/deploy.htm#BIHIIEIA

  • Unable to deploy a jar on WEBLOGIC 8

    Hi everybody,
    I have a problem to deploy a jar file on my server IOException ....
    Informations :
    Solaris 8
    WEBLOGIC 8 SP1
    ORACLE 9.0.2
    Best regards,
    Alain.
    The time this task was completed.
    Exception: Exception:weblogic.management.ApplicationException: prepare failed
    for ReferenceDataEJB.jar Module: ReferenceDataEJB.jar Error: Exception preparing
    module: EJBModule(ReferenceDataEJB.jar,status=NEW) Unable to deploy EJB: ReferenceDataEJB.jar
    from ReferenceDataEJB.jar: Compiler failed executable.exec at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:274)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:468) at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:401)
    at weblogic.ejb20.deployer.EJBDeployer.runEJBC(EJBDeployer.java:493) at weblogic.ejb20.deployer.EJBDeployer.compileJar(EJBDeployer.java:763)
    at weblogic.ejb20.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:701)
    at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1275) at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:473)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2842)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1529)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1183)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1026)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2568)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2520)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2450)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:829)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:538)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:496)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    java.io.IOException: Compiler failed executable.exec at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:505)
    at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:364) at
    weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:372) at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:270)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:468) at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:401)
    at weblogic.ejb20.deployer.EJBDeployer.runEJBC(EJBDeployer.java:493) at weblogic.ejb20.deployer.EJBDeployer.compileJar(EJBDeployer.java:763)
    at weblogic.ejb20.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:701)
    at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1275) at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:473)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2842)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1529)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1183)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1026)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2568)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2520)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2450)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:829)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:538)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:496)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)

    Hello,
    Thanks a lot for your answer
    This step alone work very well. So i have supected and bad domaine configuration
    because I have deployed the same application onto another machine and everything
    was good (and the OS is the same).
    On the production machine (where there is a problem), i have check BEA_HOME, WL_HOME,
    JAVA_HOME and everything is good.
    Have you another tip for me ?
    Regards,
    Alain.
    "Deepak Vohra" <[email protected]> wrote:
    >
    Compile ReferenceDataEJB.jar with ejbc before deploying the jar file.
    "Compiler failed executable.exec at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:274)"
    is a ejbc error.
    thanks,
    Deepak
    "GREGOIRE Alain" <[email protected]> wrote:
    Hi everybody,
    I have a problem to deploy a jar file on my server IOException ....
    Informations :
    Solaris 8
    WEBLOGIC 8 SP1
    ORACLE 9.0.2
    Best regards,
    Alain.
    The time this task was completed.
    Exception: Exception:weblogic.management.ApplicationException: prepare
    failed
    for ReferenceDataEJB.jar Module: ReferenceDataEJB.jar Error: Exception
    preparing
    module: EJBModule(ReferenceDataEJB.jar,status=NEW) Unable to deployEJB:
    ReferenceDataEJB.jar
    from ReferenceDataEJB.jar: Compiler failed executable.exec at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:274)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:468)at
    weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:401)
    at weblogic.ejb20.deployer.EJBDeployer.runEJBC(EJBDeployer.java:493)
    at weblogic.ejb20.deployer.EJBDeployer.compileJar(EJBDeployer.java:763)
    at weblogic.ejb20.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:701)
    at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1275)
    at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:473)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2842)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1529)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1183)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1026)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2568)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2520)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2450)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:829)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:538)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:496)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178) atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)
    java.io.IOException: Compiler failed executable.exec at weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.java:505)
    at weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:364)
    at
    weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:372)
    at weblogic.ejb20.ejbc.EJBCompiler.doCompile(EJBCompiler.java:270)
    at weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:468)at
    weblogic.ejb20.ejbc.EJBCompiler.compileEJB(EJBCompiler.java:401)
    at weblogic.ejb20.deployer.EJBDeployer.runEJBC(EJBDeployer.java:493)
    at weblogic.ejb20.deployer.EJBDeployer.compileJar(EJBDeployer.java:763)
    at weblogic.ejb20.deployer.EJBDeployer.compileIfNecessary(EJBDeployer.java:701)
    at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1275)
    at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:473)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2842)
    at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1529)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1183)
    at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1026)
    at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2568)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2520)
    at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2450)
    at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:829)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareDelta(SlaveDeployer.java:538)
    at weblogic.management.deploy.slave.SlaveDeployer.prepareUpdate(SlaveDeployer.java:496)
    at weblogic.drs.internal.SlaveCallbackHandler$1.execute(SlaveCallbackHandler.java:25)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:178) atweblogic.kernel.ExecuteThread.run(ExecuteThread.java:151)

  • A webservice dont want to deploy and run (because of weblogic.jar)

    Good Afternoon!
    I have a JDeveloper 11g Release 1 (11.1.1.3.0)
    And I have a simple webservice. (A simple Class i converted to webservice.)
    Trying to test it (RMC on file -> Test Web Service) i got a fail like this:
    [Running application SimpleWSApll on Server Instance IntegratedWebLogicServer...]
    [04:45:16 PM] ---- Deployment started. ----
    [04:45:16 PM] Target platform is (Weblogic 10.3).
    [04:45:16 PM] Retrieving existing application information
    [04:45:17 PM] Running dependency analysis...
    [04:45:17 PM] Deploying 2 profiles...
    [04:45:17 PM] Wrote Web Application Module to C:\Users\andrejsg\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SimpleWSApll\SimpleWSProjectWebApp.war
    [04:45:17 PM] Wrote Enterprise Application Module to C:\Users\andrejsg\AppData\Roaming\JDeveloper\system11.1.1.3.37.56.60\o.j2ee\drs\SimpleWSApll
    [04:45:17 PM] Deploying Application...
    <2011.25.2 16:45:22 EET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1298645117434' for task '12'. Error is: 'weblogic.management.DeploymentException: Error encountered during prepare phase of deploying WebService module 'SimpleWSProjectWebApp.war'. When processing WebService module 'SimpleWSProjectWebApp.war'. Can't find wsdl /wsdls/wsat11/wstx-wsat-1.1-wsdl-200702.wsdl'
    weblogic.management.DeploymentException: Error encountered during prepare phase of deploying WebService module 'SimpleWSProjectWebApp.war'. When processing WebService module 'SimpleWSProjectWebApp.war'. Can't find wsdl /wsdls/wsat11/wstx-wsat-1.1-wsdl-200702.wsdl
         at weblogic.wsee.deploy.WSEEModule.prepare(WSEEModule.java:146) and bla-bla-bla....
    After some experiments i found:
    1. A deployment error reason is because i have a weblogic.jar (C:\Oracle\Middleware\wlserver_10.3\server\lib) library - if i remove it - webservice deploys successfully (but i cant do this, because i need it for LocatorFactory.createLocator() in my webservice)
    2. I googled for this wsdl and added it to project. On the next test there were an error again - with the same text, only with another wsdl needed (wsdls\wsc10\wscoor.wsdl). I found it and added. Then i was asked for next and next and next...
    So, where can be a problem? And how i can fix it?

    Hi,
          You've probably figured this out by now; if not, maybe this will help!
    Message Edited by tbd on 07-12-2006 11:07 PM
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
    Attachments:
    Main.vi ‏17 KB
    SubVI.vi ‏8 KB

  • StackOverflowError when deploying sbConfig.jar in weblogic sbconsole

    StackOverflowError when deploying sbConfig.jar in weblogic sbconsole
    Hello,
    We would like to determine the possible causes of the error encountered when importing sbconfig jar in OSB 10gr3. See error message below.
    ####<Jan 12, 2011 11:31:48 AM GMT+08:00> <Error> <ConfigFwk> <crmhpdqvm04> <AdminServer> <[ACTIVE] ExecuteThread: '12' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <1294803108771> <BEA-000000> <notifyBeforePrepare() failed for listener CoreToSessionPropagator
    java.lang.StackOverflowError
    at weblogic.xml.query.types.XQueryTypeSeqNode.kind(XQueryTypeSeqNode.java:24)
    at weblogic.xml.query.compiler.StreamableTypeVisitor.visit(StreamableTypeVisitor.java:87)
    at weblogic.xml.query.types.XQueryTypeSeqNode.visit(XQueryTypeSeqNode.java:113)
    at weblogic.xml.query.types.XQueryTypeNode.visit(XQueryTypeNode.java:613)
    at weblogic.xml.query.compiler.StreamableTypeVisitor.visit(StreamableTypeVisitor.java:99)
    This error shows after clicking import, and this prevents us from reaching the activate or submit part.
    We have tried importing using the 3 ways below but the same error above is encountered:
    1. Workshop (publish via OSB - Run As Server, and OSB - Export Resources to Server).
    2. OSB console.
    3. WLST.
    We would like to know what causes this javastackoverflow. Kindly verify also the java mem args set in setDomainEnv (as the issue might be related to java memory):
    MEM_ARGS="-Xms1024m -Xmx1024m"
    export MEM_ARGS
    MEM_PERM_SIZE="-XX:PermSize=48m"
    export MEM_PERM_SIZE
    MEM_MAX_PERM_SIZE="-XX:MaxPermSize=512m"
    export MEM_MAX_PERM_SIZE
    We will appreciate any input you will provide. Thanks.

    I was able to activate the task with no out of memory issue after setting -Xmx to 2048m. The activation took around 25 mins. Not sure if this is just fine.
    I am curious on the error logs below seen during the activation. See below:
    <Jan 13, 2011 1:32:24 PM GMT+08:00> <Error> <WliSbTransports> <BEA-381502> <Exception in JmsInboundMDB.onMessage: com.bea.wli.sb.transports.TransportException: No transport information is registered for: ProxyService
    <Jan 13, 2011 1:32:24 PM GMT+08:00> <Warning> <EJB> <BEA-010065> <MessageDrivenBean threw an Exception in onMessage(). The exception was:
    java.lang.AssertionError.
    java.lang.AssertionError
         at com.bea.wli.sb.transports.jms.JmsInboundMDB.onMessage(JmsInboundMDB.java:138)
    These logs below were also noticed before the logs above appeared and also before out of memory issue.
    <Jan 13, 2011 12:03:16 PM GMT+08:00> <Warning> <Socket> <BEA-000449> <Closing socket as no data read from it during the configured idle timeout of 0 secs>
    <Jan 13, 2011 12:11:20 PM GMT+08:00> <Error> <WebLogicServer> <BEA-000337> <[STUCK] ExecuteThread: '14' for queue: 'weblogic.kernel.Default (self-tuning)' has been busy for "608" seconds working on the request "weblogic.servlet.internal.ServletRequestImpl@1a2648e[
    POST /sbconsole/sbconsole.portal?_nfpb=true&_windowLabel=ImportConfiguration&ImportConfiguration_actionOverride=%2Fdeployment%2FUpdateImportRepository&_pageLabel=SysAdmin_Imports_ViewImports HTTP/1.1
    Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*
    Referer: http://<IP>:7001/sbconsole/sbconsole.portal?_nfpb=true&_windowLabel=ImportConfiguration&ImportConfiguration_actionOverride=%2Fdeployment%2FLoadImportFile&_pageLabel=SysAdmin_Imports_ViewImports
    Accept-Language: en-us
    Content-Type: application/x-www-form-urlencoded
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; CWADS32; InfoPath.2)
    Content-Length: 350
    Connection: Keep-Alive
    Cache-Control: no-cache
    Cookie: oracle.uix=0^^GMT+8:00; WINDOW_JSP_ID=Deployment_Import_ViewImportRepository; WINDOW_X_POS=0; WINDOW_Y_POS=0; ADMINCONSOLESESSION=HcRvNn4JLmwbwC2jLYPdNV3hpkZznMxrzQXGnqQTlwvBPbXv6KvJ!-1773346860
    ]", which is more than the configured time (StuckThreadMaxTime) of "600" seconds. Stack trace:
         java.util.HashMap$HashIterator.<init>(HashMap.java:792)
         java.util.HashMap$KeyIterator.<init>(HashMap.java:840)
         java.util.HashMap$KeyIterator.<init>(HashMap.java:840)
    Please advise.
    Edited by: 827591 on Jan 12, 2011 10:43 PM

  • Deploying weblogic 8.1 app onto another app server

    Is it possible to deploy a weblogic8.1 app onto a different app server such as Tomcat. If so where do I go for documentation on how to do it and what app server do you recommend I use?
    Stephen

    I have same interest in this too. I have looked around for some information, but I have no answer yet about deploying weblogic 8.1 on other server other than weblogic server.
    But, there are some information about deploying weblogic 5.x, 6.x, and some part of 7.x in jboss server. You can check these urls:
    http://wiki.jboss.org/wiki/Wiki.jsp?page=FoeDeployerService
    http://wiki.jboss.org/wiki/Wiki.jsp?page=PortingFromWeblogic
    And for anybody who has had any clue, idea, or any information about deploying weblogic 8.1 (and above) outside weblogic server, please kindly share your knowledge.
    Regards,
    Muhyi

  • Deploying and testing an app without physical connect

    Hello,
    under https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistrib utionGuide/TestingYouriOSApp/TestingYouriOSApp.html
    there is a chapter:
    Installing Your App on Test Devices
    Before you distribute your app to testers, follow the steps that testers use to install and run the app on their devices. Use iTunes to install the app on a nondevelopment device. iOS extracts the embedded ad hoc provisioning profile in your app and installs it on the device for you. Then test your app on the device.
    Follow these steps to install the app on a testing device.
    Finally, send the iOS App Store Package file to testers......
    Is it possible testing and deploying an app without physical connection to a computer (security risk etc.)?
    An example: Upload the app-file to a developer-environment in the app-store and then download to the iPhone.
    Thanks and greets
    Oliver

    Ok I figured this one out with help form Kapil (thanks Kapil).
    Here are a few lines of code that is needed:
    <s:HTTPService id="myPersonalInfo" fault="faultHandler(event) resultFormat="e4x" result"personalInfo(event)"/>
    Then create a function e.g.
    private function requestPersonalInfo():void{
    domainUrl="your url.com";
    personalInfoRequest="";
    personalInfoRequest=domainUrl+api_xml_string;
    personalInfoRequest+="common-info";
    myPersonalInfo.url=personalInfoRequest;
    myPersonalInfo.send();
    private funtion personalInfo(event:ResultEvent):void{
    personalName=event.result.common.user.name;
    Username.text="Welcome" + personalName;
    Thats it.

  • Deploy BlazeDS services separately from Flex client app?

    Is it possible to deploy my BlazeDS services app separate
    from the Flex client app? I would like to manage the 2 deployments
    separately. Every example and the instructions seem to link
    everything into one deployment bundle.

    Hi Alex, thanks for your advice. I tried reading the client-side logs, but it just physically shows what I was saying earlier - that the consumer is connected and subscribed, but no messages are coming through to it.
    I've attached the output of the 'flashlog.txt' file. For the particular session shown, the flex application was sent 8 JMS messages, but as you can see nothing got through. I put a 'trace' message in the message handler function (for my consumer object), but it never gets called.
    'E2513351-75DA-0837-7263-3807B91D9630' consumer set destination to 'flextest-message-destination'.
    '7D784A40-DBBB-71F1-4029-3807B91D45E3' producer set destination to 'flextest-message-destination'.
    'consumer' consumer subscribe.
    'flextest-streaming-amf' channel endpoint set to http://localhost:8400/FLEXTEST/msgbroker/streaming-amf
    'flextest-streaming-amf' channel settings are:
    'flextest-streaming-amf' pinging endpoint.
    'flextest-streaming-amf' channel is connected.
    'flextest-streaming-amf' channel sending message:
    (mx.messaging.messages::CommandMessage)
      body=(Object)#0
      clientId=(null)
      correlationId=""
      destination="flextest-message-destination"
      headers=(Object)#0
      messageId="8A592005-3C8A-4C6C-B074-380857710C00"
      operation="subscribe"
      timeToLive=0
      timestamp=0
    'consumer' consumer connected.
    'consumer' consumer acknowledge for subscribe. Client id '37CC5DED-A019-7110-3C89-A9926835103E' new timestamp 1233595684954
    'consumer' consumer acknowledge of '8A592005-3C8A-4C6C-B074-380857710C00'.
    Seems to me there can only be two explanations: either my BlazeDS configuration is incorrect (which is unlikely given that everything works if I use a ActiveMQ as my JMS provider with only trivial changes to my configuration), or there is some bug within BlazeDS that is preventing it from working properly with FioranoMQ. What do you think?

  • How to deploy custom jar (forms PJC)  file in R12.1.x

    Hi ,
    we need use forms pjc connecting to client pc'com port with ebs form,
    we can deploy with ias standard form server , but EBS 's appsweb.cfg
    was automatically generated by AutoConfig , so i don't know how to config our jar in EBS env.
    i had search document in metalink for serval days , can some help us to solve this problem !
    thanks for any help...
    BR,Nolem

    Hi all, I am confronted by the same problem.
    I have manually added my custom Jar files to the archive=2 section of the appsweb.cfg config file in the $INST_TOP/ora/10.1.2/forms/server and placed the Jar files in the $COMMON_TOP/java/classes/oracle/apps/fnd/jar.
    I know that this is probably not the way to go, as autoconfig will override these settings, but my first priority is getting these jar files to run in Apps Forms without errors. I got as far as that my forms don't error out anymore but not all of them are working as they should. I am also trying to deploy the WebUitl utility in EBS R12. As far as I can tell this should be supported by Oracle as it comes as part of a standard Apps Installation (except for the Jacob.jar) it can be found in: $ORACLE_HOME/forms/webutil directory and the WEBUTIL_CONFIG reference to the webutil.cfg file can be found in the default.env in the same directory as the appsweb.cfg.
    If you want to look at some very good examples of PJC's there is a very good blog: http://forms.pjc.bean.over-blog.com/. You can also look at Francois Degrelle's blog on Read/Write files on the client machine without Webutil.
    Nevertheless information on how to deploy and run these PJC's under EBS is scarce. Metalink offers no solutions except very outdated notes.
    I would appreciate to know how to properly deploy these jar files in EBS
    I am also on 12.1.x. Btw there are more threads on this subject on OTN but most are outdated (threadID=1067917, 686329, 4246525) and don't provide the solution for EBS R12.1.x.
    Any help would be appreciated.

  • Problem creating deployment weblogic 5.1

    I have weblogic 5.1 running on Win2K. I can start it up without
    problems when the deployment part is commented out.
    The jdbc connection seems to be working with a Oracle 8.1.7
    running on the same Win2K box.
    When I try to deploy some EJBs I get this error on startup:
    <error>
    Thu Nov 07 12:59:31 CST 2002:<E> <EJB> Could not deploy:
    'C:\apps\web\weblogic\mycluster\lib\ErfpLibrary.jar': file is not a
    valid jar file, or does not contain a valid bean
    </error>
    here's the full error output:
    Any ideas on what's missing here?
    <full_output>
    Thu Nov 07 12:59:31 CST 2002:<E> <EJB> Could not deploy:
    'C:\apps\web\weblogic\m
    ycluster\lib\ErfpLibrary.jar': file is not a valid jar file, or does
    not
    contain a valid bean
    weblogic.ejb.common.DeploymentException: DeploymentException opening
    JAR file C:
    \apps\web\weblogic\mycluster\lib\ErfpLibrary.jar; nested exception is:
    weblogic.ejb.deployment.JarLoadException - with nested
    exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:\apps\we
    b\weblogic\mycluster\lib\ErfpLibrary.jar from
    C:\apps\web\weblogic\mycluster\lib
    \ErfpLibrary.jar; nested exception is:
            java.lang.NoClassDefFoundError:
    com/ebreviate/erfp/utils/ClusterInterfac
    e]
    weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:\apps\web
    \weblogic\mycluster\lib\ErfpLibrary.jar from
    C:\apps\web\weblogic\mycluster\lib\
    ErfpLibrary.jar; nested exception is:
    java.lang.NoClassDefFoundError:
    com/ebreviate/erfp/utils/ClusterInterfac
    e
    java.lang.NoClassDefFoundError:
    com/ebreviate/erfp/utils/ClusterInterface
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:423)
    at weblogic.boot.ServerSecureClassLoader.secureDefineClass(ServerSecureC
    lassLoader.java:143)
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:495)
    at weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java:339)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:183)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:157)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:423)
    at weblogic.boot.ServerSecureClassLoader.secureDefineClass(ServerSecureC
    lassLoader.java:143)
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:495)
    at weblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java:339)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:183)
    at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:157)
    at weblogic.ejb.deployment.dd.DeploymentUnit.loadClass(DeploymentUnit.ja
    va:101)
    at weblogic.ejb.deployment.dd.DeploymentUnit.initializeMethodInfos(Deplo
    ymentUnit.java:424)
    at weblogic.ejb.internal.EJBJarLoader.initializeMethodInfos(EJBJarLoader
    .java:129)
    at weblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java
    :392)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:21
    1)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:18
    2)
    at weblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:16
    4)
    at weblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java
    :172)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:1
    22)
    at weblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:1
    12)
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:311)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:
    653)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:247)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1386)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:140)
    at weblogic.Server.main(Server.java:97)
    at weblogic.Server.main(Server.java:58)
    --------------- nested within: ------------------
    weblogic.ejb.deployment.JarLoadException - with nested exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:\apps\we
    b\weblogic\mycluster\lib\ErfpLibrary.jar from
    C:\apps\web\weblogic\mycluster\lib
    \ErfpLibrary.jar; nested exception is:
            java.lang.NoClassDefFoundError:
    com/ebreviate/erfp/utils/ClusterInterfac
    e]
    at weblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    at weblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:
    653)
    at weblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:247)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1386)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:140)
    at weblogic.Server.main(Server.java:97)
    at weblogic.Server.main(Server.java:58)
    Thu Nov 07 12:59:32 CST 2002:<I> <EJB> 0 EJB jar files loaded,
    containing 0 EJBs
    </full_output>

    Generally we get this error when we did not packaged properly, like if use
    tool win zip for packaging the bean.
    1. when you are building EJB jar, please make sure that you have created a
    directory "META-INF" with upper case letters
    2. Make sure that you have deployment descriptors in 'META-INF".
    3. Use Command line console, java command to package the bean like
    "jar -cv0f".
    ignore this mail, if you already done this way.
    Can you try packaging your
    "Sharkie" <[email protected]> wrote in message
    news:[email protected]...
    I have weblogic 5.1 running on Win2K. I can start it up without
    problems when the deployment part is commented out.
    The jdbc connection seems to be working with a Oracle 8.1.7
    running on the same Win2K box.
    When I try to deploy some EJBs I get this error on startup:
    <error>
    Thu Nov 07 12:59:31 CST 2002:<E> <EJB> Could not deploy:
    'C:\apps\web\weblogic\mycluster\lib\ErfpLibrary.jar': file is not a
    valid jar file, or does not contain a valid bean
    </error>
    here's the full error output:
    Any ideas on what's missing here?
    <full_output>
    Thu Nov 07 12:59:31 CST 2002:<E> <EJB> Could not deploy:
    'C:\apps\web\weblogic\m
    ycluster\lib\ErfpLibrary.jar': file is not a valid jar file, or does
    not
    contain a valid bean
    weblogic.ejb.common.DeploymentException: DeploymentException opening
    JAR file C:
    \apps\web\weblogic\mycluster\lib\ErfpLibrary.jar; nested exception is:
    weblogic.ejb.deployment.JarLoadException - with nested
    exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:\apps\we
    b\weblogic\mycluster\lib\ErfpLibrary.jar from
    C:\apps\web\weblogic\mycluster\lib
    \ErfpLibrary.jar; nested exception is:
    java.lang.NoClassDefFoundError:
    com/ebreviate/erfp/utils/ClusterInterfac
    e]
    weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:\apps\web
    \weblogic\mycluster\lib\ErfpLibrary.jar from
    C:\apps\web\weblogic\mycluster\lib\
    ErfpLibrary.jar; nested exception is:
    java.lang.NoClassDefFoundError:
    com/ebreviate/erfp/utils/ClusterInterfac
    e
    java.lang.NoClassDefFoundError:
    com/ebreviate/erfp/utils/ClusterInterface
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:423)
    atweblogic.boot.ServerSecureClassLoader.secureDefineClass(ServerSecureC
    lassLoader.java:143)
    atweblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:495)
    atweblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java:339)
    atweblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:183)
    atweblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:157)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:310)
    at java.lang.ClassLoader.defineClass0(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:488)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:423)
    atweblogic.boot.ServerSecureClassLoader.secureDefineClass(ServerSecureC
    lassLoader.java:143)
    atweblogic.utils.classloaders.GenericClassLoader.findLocalClass(Generic
    ClassLoader.java:495)
    atweblogic.utils.classloaders.GenericClassLoader.reallyLoadClass(Generi
    cClassLoader.java:339)
    atweblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:183)
    atweblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClass
    Loader.java:157)
    atweblogic.ejb.deployment.dd.DeploymentUnit.loadClass(DeploymentUnit.ja
    va:101)
    atweblogic.ejb.deployment.dd.DeploymentUnit.initializeMethodInfos(Deplo
    ymentUnit.java:424)
    atweblogic.ejb.internal.EJBJarLoader.initializeMethodInfos(EJBJarLoader
    .java:129)
    atweblogic.ejb.internal.EJBJarDeployment.setupJar(EJBJarDeployment.java
    :392)
    atweblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:21
    1)
    atweblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:18
    2)
    atweblogic.ejb.internal.EJBJarDeployment.setup(EJBJarDeployment.java:16
    4)
    atweblogic.ejb.internal.EJBDeploymentImpl.<init>(EJBDeploymentImpl.java
    :172)
    atweblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:1
    22)
    atweblogic.ejb.internal.EJBJarDeployment.<init>(EJBJarDeployment.java:1
    12)
    atweblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:311)
    atweblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:
    653)
    atweblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:247)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1386)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:140)
    at weblogic.Server.main(Server.java:97)
    at weblogic.Server.main(Server.java:58)
    --------------- nested within: ------------------
    weblogic.ejb.deployment.JarLoadException - with nested exception:
    [weblogic.ejb.common.DeploymentException: Problem creating deployment
    C:\apps\we
    b\weblogic\mycluster\lib\ErfpLibrary.jar from
    C:\apps\web\weblogic\mycluster\lib
    \ErfpLibrary.jar; nested exception is:
    java.lang.NoClassDefFoundError:
    com/ebreviate/erfp/utils/ClusterInterfac
    e]
    atweblogic.ejb.internal.EJBManagerImpl.deploy(EJBManagerImpl.java:319)
    atweblogic.ejb.internal.EJBManagerImpl.deployBeans(EJBManagerImpl.java:
    653)
    atweblogic.ejb.internal.EJBManagerImpl.<init>(EJBManagerImpl.java:247)
    at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java:1386)
    at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:879)
    at java.lang.reflect.Method.invoke(Native Method)
    at weblogic.Server.startServerDynamically(Server.java:140)
    at weblogic.Server.main(Server.java:97)
    at weblogic.Server.main(Server.java:58)
    Thu Nov 07 12:59:32 CST 2002:<I> <EJB> 0 EJB jar files loaded,
    containing 0 EJBs
    </full_output>

  • Could not deploy an JAR archive because JNDI name is already in use.

    Hi,
    I have a problem.
    When the WebLogic server starts, it cannot deploy an EJB application because a
    JDNI name is already in use.
    What can I do to unregister this name ?
    If it is possible a better description is step by step.
    The WebLogic server, when starts, prints the next lines:
    <18/01/2002 12:35:24 PM GMT-06:00> <Error> <J2EE> <Error deploying EJB Component
    : sui_ejb
    weblogic.ejb20.EJBDeploymentException: Error deploying stateless EJB; nested exc
    eption is:
    javax.naming.NameAlreadyBoundException: Can't rebind anything but a repl
    ica-aware stub to a name that is currently bound to a replica-aware stub; remain
    ing name ''
    javax.naming.NameAlreadyBoundException: Can't rebind anything but a replica-awar
    e stub to a name that is currently bound to a replica-aware stub; remaining name
    <<no stack trace available>>
    >
    <18/01/2002 12:35:24 PM GMT-06:00> <Error> <J2EE> <Error deploying application
    s
    ui_ejb: Could not deploy: 'sui_ejb.jar': JNDI name in use
    >
    <18/01/2002 12:35:26 PM GMT-06:00> <Notice> <WebLogicServer> <WebLogic Server
    st
    arted>
    <18/01/2002 12:35:26 PM GMT-06:00> <Notice> <WebLogicServer> <ListenThread liste
    ning on port 7001, ip address 157.253.174.63>
    <18/01/2002 12:35:26 PM GMT-06:00> <Notice> <WebLogicServer> <SSLListenThread
    li
    stening on port 7002, ip address 157.253.174.63>
    In advance, thanks for your help.
    - Ricardo De la Rosa (Colombia)

    Cameron,
    I resolve the problem using your clues.
    The problem was that I include the ejb.jar file in the .ear file and I copy the
    ejb.jar file in the applications directory and it is redundant.
    It is only needed to include the ejb.jar file in the .ear file.
    Best regards,
    - Ricardo (Colombia)
    "Cameron Purdy" <[email protected]> wrote:
    In that case, check the config.xml and make sure that the app isn't being
    deployed in ways that you weren't expecting ... just double-check
    everything. Sometimes the console does weird things.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you should be!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "Ricardo De la Rosa" <[email protected]> wrote in message
    news:[email protected]...
    Cameron,
    I think that it isn't the problem because yesterday it deploys correctly,and
    today I didn't touch the compilation options.
    Thank you !
    If you have another idea I really appreciate it.
    Best regards,
    - Ricardo (Colombia)
    "Cameron Purdy" <[email protected]> wrote:
    Hi Ricardo,
    Certain items are not replica-aware, such as JMS queues, so they must
    be
    deployed to a single target in the cluster. It sounds like your EJB
    is
    compiled with an option that turned off the replica aware stubs.
    Peace,
    Cameron Purdy
    Tangosol, Inc.
    Clustering Weblogic? You're either using Coherence, or you shouldbe!
    Download a Tangosol Coherence eval today at http://www.tangosol.com/
    "Ricardo De la Rosa" <[email protected]> wrote in message
    news:[email protected]...
    Hi,
    I have a problem.
    When the WebLogic server starts, it cannot deploy an EJB applicationbecause a
    JDNI name is already in use.
    What can I do to unregister this name ?
    If it is possible a better description is step by step.
    The WebLogic server, when starts, prints the next lines:
    <18/01/2002 12:35:24 PM GMT-06:00> <Error> <J2EE> <Error deployingEJB
    Component
    : sui_ejb
    weblogic.ejb20.EJBDeploymentException: Error deploying stateless
    EJB;
    nested exc
    eption is:
    javax.naming.NameAlreadyBoundException: Can't rebind anythingbut
    a repl
    ica-aware stub to a name that is currently bound to a replica-awarestub;
    remain
    ing name ''
    javax.naming.NameAlreadyBoundException: Can't rebind anything but
    a
    replica-awar
    e stub to a name that is currently bound to a replica-aware stub;remaining name
    <<no stack trace available>>
    >
    <18/01/2002 12:35:24 PM GMT-06:00> <Error> <J2EE> <Error deployingapplication
    s
    ui_ejb: Could not deploy: 'sui_ejb.jar': JNDI name in use
    >
    <18/01/2002 12:35:26 PM GMT-06:00> <Notice> <WebLogicServer> <WebLogicServer
    st
    arted>
    <18/01/2002 12:35:26 PM GMT-06:00> <Notice> <WebLogicServer>
    <ListenThread
    liste
    ning on port 7001, ip address 157.253.174.63>
    <18/01/2002 12:35:26 PM GMT-06:00> <Notice> <WebLogicServer><SSLListenThread
    li
    stening on port 7002, ip address 157.253.174.63>
    In advance, thanks for your help.
    - Ricardo De la Rosa (Colombia)

Maybe you are looking for

  • Java comm not working in j2sdk1.4

    pls help.. am doing a sms project in java.. my code is works fine in jdk1.3 ,but when i tried in j2sd1.4 it failed 1.classpath used c:\j2sdk1.4.2_08\lib\comm.jar; 2.copied win32 dll to j2sdk1.4.2_08\ bin 3.comm.jar and java.properties toj 2sdk1.4.2_0

  • Older versions of Nano & Shuffle

    My question: We have an older version of Shuffle purchased last summer and a new Nano (brand new, but it is an older model...the black 1GB model). The computer they are using is only 192MB RAM so they are using iTunes version 6.0.5.....since the newe

  • Icloud icon not showing in settings on ipad

    Please help.Thanks in advance

  • TFS 2013 + MRM - Build & Release Failure

    I have a project in a Git repo in my TFS 2013 environment, and it's automated releases are failing. I am using ReleaseGitTemplate.12.xaml (from http://blogs.msdn.com/b/visualstudioalm/archive/2013/12/09/how-to-modify-the-build-process-template-to-use

  • Can I put a link to Microsoft Outlook in a toolbar?

    As you know, one can set up a link to his email client in the toolbar for IE. Can this also be done with Firefox? I use Microsoft Outlook as my email client with Gmail, and I find this works quite well. I would like to add it to my toolbar in Firefox