Re: Impossibile to generate wlfullclient.jar

Following those instructions results in FileNotFoundException being thrown for missing file:  weblogic-classes.jar
Since Weblogic is one of the FEW servers supported by Netbeans I really would like to get it going so that I can learn how to use remote EBJs.
Please fix the distribution of weblogic for the missing files (so that wlfullclient.jar will build) and let us download again.
Thanks.

No problem here
C:\bea\weblogic10.3.6\installation\wlserver_10.3\server\bin>setWLSEnv.cmd
CLASSPATH="C:\bea\WEBLOG~1.6\INSTAL~1\patch_wls1036\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\WE
BLOG~1.6\INSTAL~1\patch_ocp371\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JROCKI~1.0\lib\tools.ja
r;C:\bea\WEBLOG~1.6\INSTAL~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WEBLOG~1.6\INSTAL~1\WLSERV~1.3\server\lib\webl
ogic.jar;C:\bea\WEBLOG~1.6\INSTAL~1\modules\features\weblogic.server.modules_10.3.6.0.jar;C:\bea\WEBLOG~1.6\INSTAL~1\WLS
ERV~1.3\server\lib\webservices.jar;C:\bea\WEBLOG~1.6\INSTAL~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\bea\WEBLOG~1.6\INSTA
L~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;"
PATH="C:\bea\WEBLOG~1.6\INSTAL~1\patch_wls1036\profiles\default\native;C:\bea\WEBLOG~1.6\INSTAL~1\patch_ocp371\profiles\
default\native;C:\bea\WEBLOG~1.6\INSTAL~1\WLSERV~1.3\server\native\win\32;C:\bea\WEBLOG~1.6\INSTAL~1\WLSERV~1.3\server\b
in;C:\bea\WEBLOG~1.6\INSTAL~1\modules\ORGAPA~1.1\bin;C:\bea\JROCKI~1.0\jre\bin;C:\bea\JROCKI~1.0\bin;c:\oracle\product\1
1.2.0\dbhome_1\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;;
C:\Program Files (x86)\Java\jdk1.6.0_21\bin;C:\bea\WEBLOG~1.6\INSTAL~1\WLSERV~1.3\server\native\win\32\oci920_8"
Your environment has been set.
C:\bea\weblogic10.3.6\installation\wlserver_10.3\server\bin>cd ..\lib
C:\bea\weblogic10.3.6\installation\wlserver_10.3\server\lib>java -jar wljarbuilder.jar
Integrating jar -->(1)/(37265)/C:\bea\weblogic10.3.6\installation\modules\com.bea.core.http.pubsub.mbean_1.7.0.0.jar
Integrating jar <--(1)/(37269)/(4)/C:\bea\weblogic10.3.6\installation\modules\com.bea.core.http.pubsub.mbean_1.7.0.0.jar
Integrating jar -->(1)/(37269)/C:\bea\weblogic10.3.6\installation\modules\com.bea.core.diagnostics.accessor_1.5.0.0.jar
Integrating jar <--(1)/(37365)/(96)/C:\bea\weblogic10.3.6\installation\modules\com.bea.core.diagnostics.accessor_1.5.0.0.jar
Created new jar file: C:\bea\weblogic10.3.6\installation\wlserver_10.3\server\lib\wlfullclient.jar
Version is WebLogic 10.3.6, and used the documentation provided here: Using the WebLogic JarBuilder Tool - 11g Release 1 (10.3.6)

Similar Messages

  • Impossibile to generate wlfullclient.jar

    Hi Guys, i'm trying to generate the "wlfullclient.jar" through those steps:
    1) cd /Users/fabrizio/mywls/wls12120/wlserver/server/lib (i'm on Mac OSX)
    2) java -jar ../../modules/com.bea.core.jarbuilder_2.1.0.0.jar
    but here is the output:
    java.io.FileNotFoundException: /Users/fabrizio/mywls/wls12120/wlserver/server/lib/weblogic-classes.jar
      at com.bea.jarbuilder.internal.CompositeJar.<init>(CompositeJar.java:69)
      at com.bea.jarbuilder.JarBuilder.createJar(JarBuilder.java:165)
      at com.bea.jarbuilder.JarBuilder.main(JarBuilder.java:53)
    Error creating target jar
    I did a lot of research on google for days but without positive results!
    Can anyone help me?
    Thanks for your attention!
    Fabrizio

    Follow the below link for generating a wlfullclient.jar file
    http://docs.oracle.com/cd/E23943_01/web.1111/e13717/jarbuilder.htm#BABCGHFH

  • Weblogic.jws.Policies.class is missing in weblogic.jar and wlfullclient.jar

    Hi,
    I am trying to upgrade Weblogic from 9.1 to 10.3.2 or 10.3.3
    In Weblogic 9.1, our application used weblogic.jar in our classpath.
    After we installed Weblogic 10.3.3, the new weblogic.jar can be found in: <WLS_HOME>\wlserver_10.3\server\lib
    However, some class files are missing and we realized we need to manually generate wlfullclient.jar and use this jar file instead.
    Reference: http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html
    The problem is that in Weblogic 10.3.3, the following class files are missing inside weblogic.jar and wlfullclient.jar
    - import weblogic.jws.Policies
    - import weblogic.jws.Policy
    Hence, our application is getting an "The import weblogic.jws.Policies cannot be resolved" error in our code.
    I look inside both weblogic.jar and wlfullclient.jar, weblogic.jws.Policies and weblogic.jws.Policy cannot be found.
    This is not an issue in Weblogic 10.3.2. These two classes can be found in wlfullclient.jar
    Any idea where I can find these class files for Weblogic 10.3.3 or something we are doing is incorrectly?
    Thanks
    Toan

    Hi,
    This missing classes can be found inside the JAR : *"E:\bea10_3_3\wlserver_10.3\server\lib\wseeclient.jar"* As well as inside *"E:\bea10_3_3\wlserver_10.3\server\lib\wls-api.jar"*
    Thanks
    Jay SenSharma
    http://weblogic-wonders.com/weblogic/webservices/ (WebLogic Wonders Are Here)

  • Generate the wlfullclient.jar problem..

    I try to do a custom BPEL worklist but I cant create the wlfullclient.jar file.
    After ejecute java -jar ../../../modules/com.bea.core.jarbuilder_1.4.0.0.jar I have the following error:
    Exception in thread "main" java.lang.IllegalArgumentException: manifest
    at java.lang.Enum.valueOf(libgcj.so.7rh)
    at com.bea.jarbuilder.internal.JarProfiles$ProfileAttribute.valueOf(JarProfiles.java:24)
    at com.bea.jarbuilder.internal.JarProfiles.loadProperties(JarProfiles.java:63)
    at com.bea.jarbuilder.internal.JarProfiles.<init>(JarProfiles.java:39)
    at com.bea.jarbuilder.JarBuilder.processArgs(JarBuilder.java:94)
    at com.bea.jarbuilder.JarBuilder.main(JarBuilder.java:47)
    Any idea?

    Hi
    I had the same problem as you described.
    What I did was to set the JAVA_HOME to the Fusion Middleware JDK 1.6.18 and also set the PATH variable to the bin directory of that JDK. So I ran the following commands (my installation is on Oracle Enterprise Linux 5 R4):
    $ export JAVA_HOME=/opt/fmw11g/jdk160_18
    (No forward slash at the end)
    $ export PATH=$JAVA_HOME/bin:$PATH
    Verify your JVM is in fact pointing to the path specified above by issuing the command:
    $ which java
    /opt/fmw11g/jdk160_18/bin/java
    Then you run the command to create the wlfullclient.jar inside the wlserver10.3/server/lib directory, in my case this is as follows:
    $ java -jar /opt/fmw11g/modules/com.bea.core.jarbuilder_1.5.0.0.jar
    And voilla!!!!
    Done.
    Hope this helps.
    Alex Lopez
    Oracle A-Team Solutions Architects

  • Unable to create wlfullclient.jar

    I am trying to create a wlfullclient from <WLhome>/server/lib and I am getting the following error
    my JAVA_HOME and PATH is set correctly, this is weblogic 10.3.3
    $ java -jar /pocsec5/oracle/weblogic/modules/com.bea.core.jarbuilder_1.5.0.0.jar
    Exception in thread "main" java.lang.IllegalArgumentException: manifest
    at java.lang.Enum.valueOf(libgcj.so.7rh)
    at com.bea.jarbuilder.internal.JarProfiles$ProfileAttribute.valueOf(JarProfil es.java:24)
    at com.bea.jarbuilder.internal.JarProfiles.loadProperties(JarProfiles.java:63 )
    at com.bea.jarbuilder.internal.JarProfiles.<init>(JarProfiles.java:39)
    at com.bea.jarbuilder.JarBuilder.processArgs(JarBuilder.java:94)
    at com.bea.jarbuilder.JarBuilder.main(JarBuilder.java:47)

    Hi,
    Try these
    Generate the wlfullclient.jar problem..
    OIM 11g Installation: LADP Sync Problem
    Regards
    user12841694

  • IllegalArgumentException when creating wlfullclient.jar

    Hello,
    I am trying to create wlfullclient.jar as per the instructions here:
    http://docs.oracle.com/cd/E15051_01/wls/docs103/client/jarbuilder.html
    When I run the "java -jar wljarbuilder.jar" command, I get the following:
    Exception in thread "main" java.lang.IllegalArgumentException: manifest
    at java.lang.Enum.valueOf(libgcj.so.7rh)
    at com.bea.jarbuilder.internal.JarProfiles$ProfileAttribute.valueOf(JarProfiles.java:24)
    at com.bea.jarbuilder.internal.JarProfiles.loadProperties(JarProfiles.java:63)
    at com.bea.jarbuilder.internal.JarProfiles.<init>(JarProfiles.java:39)
    at com.bea.jarbuilder.JarBuilder.processArgs(JarBuilder.java:100)
    at com.bea.jarbuilder.JarBuilder.main(JarBuilder.java:49)
    I searched on Teh Interwebs and found some additional thoughts here:
    Generate the wlfullclient.jar problem..
    I have tried running the commEnv.sh file as described in the last post of the thread but am still getting the same error.
    Weblogic version 10.3.6 running on Enterprise Linux Server release 5.5.
    Thanks in advance for any assistance.

    Fixed - I was running it against an older version of Java. When I ran it with version 1.6, it created the jar file OK.

  • Building Custom Worklist application in 11g using wlfullclient.jar

    Hi,
    Can anybody mention me the detailed steps to be followed to build a custom Worklist application.
    I have created a Web application jdev 11g
    I placed the following url to create
    http://download.oracle.com/docs/cd/E1552301/integration.1111/e10224/bp_worklistcust.htm_+
    placed the following jars in classpath
    Wsclient_extended.jar
    Bpm-services.jar
    Bpm-infra.jar
    Wlfullclient.jar
    xmlparserv2.jar
    xml.jar
    I did not find this bpm-services-client.jar* anywhere in the SOA stack. I am missing this??
    and also place wf_client_config.xml under src folder the content is as below
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <workflowServicesClientConfiguration xmlns="http://xmlns.oracle.com/bpel/services/client">
    <server name ="default" default="true" >
    <localClient>
    <participateInClientTransaction>false</participateInClientTransaction>
    </localClient>
    <remoteClient>
    <serverURL>t3://localhost:7001</serverURL>
    <userName>weblogic</userName>
    <password>weblogic123</password>
    <initialContextFactory>weblogic.jndi.WLInitialContextFactory
    </initialContextFactory>
    <participateInClientTransaction>false</participateInClientTransaction>
    </remoteClient>
    <soapClient>
    <rootEndPointURL>http://localhost:7001</rootEndPointURL>
    <identityPropagation mode="dynamic" type="saml">
    <policy-references>
    <policy-reference enabled="true" category="security"
    uri="oracle/wss10_saml_token_client_policy"/>
    </policy-references>
    </identityPropagation>
    </soapClient>
    </server>
    </workflowServicesClientConfiguration>
    And I have placed web.xml and weblogic.xml under WEB-INF folder.
    I do not have any compile time error.
    But when I am trying to deploy the application I am getting the following error.
    If i remove the wlfullclient.jar I am not getting this error as it is trying to load something while deployment.
    Please can anybody tell me what exactly I am missing.
    javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
         at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
         at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
         at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:111)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:61)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Edited by: c devi on 24 Sep, 2010 8:45 AM

    Hi,
    Can anybody mention me the detailed steps to be followed to build a custom Worklist application.
    I have created a Web application jdev 11g
    I placed the following url to create
    http://download.oracle.com/docs/cd/E1552301/integration.1111/e10224/bp_worklistcust.htm_+
    placed the following jars in classpath
    Wsclient_extended.jar
    Bpm-services.jar
    Bpm-infra.jar
    Wlfullclient.jar
    xmlparserv2.jar
    xml.jar
    I did not find this bpm-services-client.jar* anywhere in the SOA stack. I am missing this??
    and also place wf_client_config.xml under src folder the content is as below
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <workflowServicesClientConfiguration xmlns="http://xmlns.oracle.com/bpel/services/client">
    <server name ="default" default="true" >
    <localClient>
    <participateInClientTransaction>false</participateInClientTransaction>
    </localClient>
    <remoteClient>
    <serverURL>t3://localhost:7001</serverURL>
    <userName>weblogic</userName>
    <password>weblogic123</password>
    <initialContextFactory>weblogic.jndi.WLInitialContextFactory
    </initialContextFactory>
    <participateInClientTransaction>false</participateInClientTransaction>
    </remoteClient>
    <soapClient>
    <rootEndPointURL>http://localhost:7001</rootEndPointURL>
    <identityPropagation mode="dynamic" type="saml">
    <policy-references>
    <policy-reference enabled="true" category="security"
    uri="oracle/wss10_saml_token_client_policy"/>
    </policy-references>
    </identityPropagation>
    </soapClient>
    </server>
    </workflowServicesClientConfiguration>
    And I have placed web.xml and weblogic.xml under WEB-INF folder.
    I do not have any compile time error.
    But when I am trying to deploy the application I am getting the following error.
    If i remove the wlfullclient.jar I am not getting this error as it is trying to load something while deployment.
    Please can anybody tell me what exactly I am missing.
    javax.xml.ws.WebServiceException: javax.xml.ws.WebServiceException: java.lang.InstantiationException: weblogic.wsee.jaxws.client.async.AsyncTransportProvider
         at weblogic.wsee.jaxws.WLSInstanceResolver.getSingleton(WLSInstanceResolver.java:36)
         at weblogic.wsee.jaxws.WLSInstanceResolver.start(WLSInstanceResolver.java:55)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.start(WLSInstanceResolver.java:82)
         at com.sun.xml.ws.server.InvokerTube.setEndpoint(InvokerTube.java:85)
         at weblogic.wsee.jaxws.EndpointAwareLateInitTube.postCreateEndpoint(EndpointAwareLateInitTube.java:48)
         at weblogic.wsee.jaxws.JAXWSServlet.registerEndpoint(JAXWSServlet.java:111)
         at weblogic.wsee.jaxws.JAXWSServlet.init(JAXWSServlet.java:61)
         at weblogic.wsee.jaxws.JAXWSDeployedServlet.init(JAXWSDeployedServlet.java:54)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.SingleModuleDeployment.activate(SingleModuleDeployment.java:43)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
         at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Edited by: c devi on 24 Sep, 2010 8:45 AM

  • Using the SAF client from the wlfullclient.jar in Tomcat or Jetty?

    I'm trying to use the SAF client in Tomcat and Jetty and if I use the wlfullclient.jar I get the following error when I start the application:
              java.lang.InternalError: error initializing kernel caused by: java.lang.AssertionError: Duplicate initialization of WorkManager
              If I use the "thin" client jars everything works fine. Unfortunately I need to be able to use the full client in some cases. Is there some way to get this to work or is there a conflict between the Weblogic classes and the other Servlet containers?
              Edited by mhellkamp at 08/30/2007 3:42 PM

    I believe the conflict here is with the Tomcat/Jetty WorkManager. I don't think the client was inteneded to run insides another container. That's why you're getting that error of duplicate initialization of WorkManager.
              Why not replace the Tomcat/Jetty with another WebLogic instance? :)

  • JAX-WS Dispatch client was working fine until wlfullclient.jar was added

    Hi,
    I have a standalone batch program which runs on jdk1.6.0_31. This standalone program has JAX-WS client and EJB client. JAX-WS client was working fine without adding any jars until I added wlfullclient.jar for EJB client. Now with wlfullclient.jar in classpath I am getting the below exception. Please let me know how to resolve this. Appreciate your help.
    Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/xml/ws/spi/ProviderImpl
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
         at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
         at javax.xml.ws.spi.FactoryFinder.safeLoadClass(FactoryFinder.java:150)
         at javax.xml.ws.spi.FactoryFinder.newInstance(FactoryFinder.java:30)
         at javax.xml.ws.spi.FactoryFinder.find(FactoryFinder.java:90)
         at javax.xml.ws.spi.Provider.provider(Provider.java:83)
         at javax.xml.ws.Service.<init>(Service.java:56)
         at javax.xml.ws.Service.create(Service.java:691)

    Hello Ravish,
    Can you please confirm the following:
    1) Check the Admin>Web Services Utilization page in CRMOD to see if the request is received
    2) Do you receive any response from CRMOD on the client side and if so, please post the SOAP response
    3) Have you tried other objects and had any issues with them?
    Thanks,
    Sean

  • Ojdeploy sometimes generates invalid JARs

    We've encountered the following problem: sometimes ojdeploy (called via ant task) generates invalid JARs for some projects in the workspace. Invalid means they have a size less the 1KB, there may be only META-INF\manifest.mf and no classes at all inside that JAR, or there may be some (not all) classes. And consequently the whole build fails because of "package blah-blah-blah does not exist" etc.
    Here's the bit of example from the failed build (some parts of the log are obscured and skipped):
         [exec] 13.04.2011 17:31:48 oracle.ide.boot.Launcher throttleLocale
         [exec] INFO: Locale ru_RU is not supported by this product. Forcing locale to en_US.
         [exec] ----build file----
         [exec] <?xml version = '1.0' standalone = 'yes'?>
         [exec] <ojdeploy-build>
         [exec]     <deploy>
         [exec]         <parameter name="workspace" value="${workspace}\"/>
         [exec]         <parameter name="project" value="${project}"/>
         [exec]     </deploy>
         [exec]   <defaults>
         [exec]     <variable name="workspace" value="our workspace"/>
         [exec]     <variable name="project" value="BlahBlahBlah"/>
         [exec]     <parameter name="buildfile" value="our buildfile"/>
         [exec]     <parameter name="profile" value="*"/>
         [exec]     <parameter name="clean"/>
         [exec]   </defaults>
         [exec] </ojdeploy-build>
         [exec] ------------------
    ... skipped ...
         [exec] [5:32:00 PM] Clean completed.
         [exec] Compiling...
         [exec] Context: selection=BlahBlahBlah.jpr application=BlahBlahBlah.jws project=BlahBlahBlah.jpr node=BlahBlahBlah.jpr
         [exec]
         [exec] C:\Oracle\Middleware\jdk160_14_R27.6.5-32\bin\javac
         [exec] -g
         [exec] -Xlint:all
    ... skipped ...    
         [exec] Compiling 4 sources
         [exec]   Compiling ...Logger.java
         [exec]   Compiling ...SystemOutHandler.java
         [exec]   Compiling ...LogFormatter.java
         [exec]   Compiling ...LoggerFactory.java
         [exec]   Writing ...Logger$CSIntFormatter.class
         [exec]   Writing ...Logger.class
         [exec] Apr 13, 2011 5:32:02 PM oracle.jdevimpl.deploy.common.ModulePackagerImpl deployProfiles
         [exec] INFO: Deploying profile...
         [exec]
         [exec] Apr 13, 2011 5:32:02 PM oracle.jdeveloper.deploy.jar.ArchiveDeployer logFileWritten
         [exec] INFO: Wrote Archive Module to file:/...Logging.jar
         [exec] Apr 13, 2011 5:32:02 PM oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$DeployConsoleLogger finished
         [exec] INFO: Elapsed time for deployment:  2 seconds
         [exec]
         [exec] Apr 13, 2011 5:32:02 PM oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl$DeployConsoleLogger finished
         [exec] INFO: ----  Deployment finished.  ----
         [exec]
         [exec]   Writing ...SystemOutHandler.class
         [exec]   Writing ...LogFormatter.class
         [exec]   Writing ...LoggerFactory.class
         [exec] [5:32:02 PM] Successful compilation: 0 errors, 0 warnings.BTW, I've noticed one strange thing while writing this. I see that ojdeploy says " Deploying profile... Wrote Archive Module to file:/...Logging.jar..." and <b>AFTER having created the JAR</b> it says "Writing ...SystemOutHandler.class Writing ...LogFormatter.class Writing ...LoggerFactory.class"
    Has anyone encountered such strange behavior of ojdeploy?

    (kinda bump)
    I haven't mentioned that we use JDeveloper 11.1.1.2

  • Wsdlc generated ***_wsdl.jar creates referred xsds outside the jar

    Hi All,
    I am using wsdlc to generate ***_wsdl.jar and having some problems.
    This is my wsdl/ types structure:
    --resources
    |--schemas
    | |--1.0
    | | |--TypeOneDto.xsd
    | | |--TypeTwoDto.xsd
    |--services
    | |--service_name
    | | |--ServiceDto.xsd
    | | |--Service.wsdl
    Service.wsdl refers ServiceDto.xsd
    ServiceDto.xsd refers TypeOneDto.xsd and TypeTwoDto.xsd
    This is how I use wsdlc:
    <wsdlc srcWsdl="resources/services/service_name/Service.wsdl"
                   destJwsDir="target/jws"
                   destImplDir="target/impl"
                   verbose="true">
         </wsdlc>
    When Service_wsdl.jar is generated in target/jws, it has only Service.wsdl and ServiceDto.xsd under its wsdls/ directory. TypeOneDto.xsd and TypeTwoDto.xsd are created outside Service_wsdl.jar, in a separate directory (i.e. target/schemas/)
    Can someone please give me a tip on how to get all the Type*.xsds in to Service_wsdl.jar?
    Thanks a lot in advance.

    Here is an example how I use exe4j :
    1. Welcome: Next
    2. Project type: Next
    3. Application      Info:
    Short name of your application:
    any name you like
    for example: testjar
    Distribution source directory:
    project folder
    for example: C:\Documents and Settings\Uhres Andr�\NetBeansProjects\TestJar
    Next
    4. Executable Info:
    Executable name:
    any name you like
    for example: TestJar
    Next
    5. Java invocation:
    Class path:
    the path to your jar file
    for example: .\dist\TestJar.jar
    Main class:
    after you specified "Class path", what you just did,
    you only have to click on ... to discover the project's main classes.
    Select the class that should start first and click "OK"
    for example: jardemo.TestJar
    Next
    6. JRE:
    Java version:
    Minimum version: 1.5
    Advanced options: Search sequence
    +
    Directory
    ..\..\..\..\Program Files\Java\jdk1.5.0_03
    select it and move to top using arrow button
    Next
    Preferred VM: Next
    7. Splash screen:
    General: Show slpash screen
    select any image file you like
    for example: C:\Program Files\Java\jdk1.5.0_03\jre\lib\images\cursors\win32_MoveDrop32x32.gif
    Finish
    Finished:
    Click here to start the application
    Exit
    Yes
    type any name for your executable (for example: TestJar)
    Save
    an information message tells you where the exe4j file is placed
    for example: C:\Documents and Settings\Uhres Andr�\NetBeansProjects\TestJar\TestJar.exe4j
    The same folder contains your exe file (for execution outside of NetBeans)

  • How can I generate a JAR file like SwingSet2.jar (jdk1.3)

    I need to generate a JAR file like SwingSet2.jar (jdk1.3). I mean when I give a double click in a JAR file, it opens my application.

    You want to make en executable JAR file. You can read how to do this in the JAR files forum.

  • Generate a JAR to JavaFX

    Hello,
    I wanna generate a JAR with JavaFX class. How can I do it? Will this JAR run in JRE? Someone knows some tutorial?
    Thanks a lot!

    I think you can find answers (or part of them) in [How to package the JavaFx application|http://forums.sun.com/thread.jspa?threadID=5365358] and [Distribution JavaFX application without web start|http://forums.sun.com/thread.jspa?threadID=5367483].

  • Loading wlfullclient.jar  to 11g database

    Has anybody successfully loaded the wlfullclient.jar to the oracle 11g database using load java

    hi michaels thanks for the response...
    thing is i will definitely load all the classes using load java..... eg: we have some user defined classes....like session transport etc....
    i want to do 3 things
    1. put the .class files in the file system
    2. load the .class files in to the db
    3. add that path in the following variable in loadjava executable
    set jreclasspath="C:\Program Files\Oracle\jre\1.1.8\lib\rt.jar;C:\Program Files\Oracle\jre\1.1.8\lib\i18n.jar;C:\oracle\ora92\jlib\javax-ssl-1_1.jar;C:\oracle\ora92\jlib\jssl-1_1.jar;C:\oracle\ora92\jdbc\lib\classes111.zip;C:\oracle\ora92\sqlj\lib\translator.zip;C:\oracle\ora92\javavm\lib\aurora.zip"

  • Wlfullclient.jar as OSGi Bundle

    Hi everybody,
    is it possible to create a 11g wlfullclient jar as OSGi Bundle?
    Thanks, Chris

    The answer is too short and rude. Is there someone who will explain, why it is not possible or why the question is not worth being answered in more detail? I am interested in the topic because I have a weblogic client application which has to be migrated into an OSGi container.

Maybe you are looking for

  • How to keep text formatting from a php flatplan to Indesign

    Hi forum users my question is this: My company uses a PHP flatplan to recive and store work ready for the deisgners to place in indesign, however any text formatting ie bold, italics etc when copied from the flatplan dont keep when pasted into indesi

  • Going from Tiger OS to Snow Leopard OS - Will it work?

    If this has been previously discussed I apologize.  RIght now I'm running Tiger & want to bypass Leopard (too expensive) & go directly to Snow Leopard.  Will I be able to do this?  I just want to make sure before I order the software from Apple. Than

  • Adding a JS File brings JS Error...

    I'm using JavaScript Code that is in a file lib.js like this: <SCRIPT type="text/javascript" language="JavaScript" src="scriptlib.js"> </SCRIPT> <SCRIPT type="text/javascript" language="JavaScript">   ShowMessages(); </SCRIPT> The JS File looks like

  • Getting a NoSuchRepositoryConfigException

    Hi, I am trying to get a Node object from a node Id. I am writing the following code: INodeManager nodeMgr = ContentManagerFactory.getNodeManager(); ContentContext ctx = new ContentContext(); Node node = nodeMgr.getNodeByUUID(ctx, id); // here id is

  • Dialog Programming : Input value

    Hi Experts, I have programmed a Dialog programe. In my input Screen i have a field called 'New Project'. ( PROJ-PSPID) The user must not be able to enter value directly into this field but must always be able to select it from the F4 HElp. I'm using