deploy « weblogic « Java Enterprise Q&A





1. How to specify "Copy this application onto every target of me" option while deploying using WLST deploy() command?    stackoverflow.com

I want to remove dependency on the location of EAR file while deploying it into WebLogic Server using WLST scripts. While doing manually we can select the radio button - Copy this ...

2. WebLogic 10 WLST command to stop a deployment    stackoverflow.com

Is there a WLST command to stop a Weblogig deployment? (i.e. the opposite of the nmStart() command) If so, what is it? I am changing database passwords and I want to shutdown all ...

3. How to remote deploy an application in weblogic?    stackoverflow.com

I have two computers , I don't want to install weblogic and oracle in my development computer, they consume too much memory, the problem is how can I deploy my application ...

4. How to automate building and deploying a BPEL application    stackoverflow.com

I need to automate the building and deployment of (several) BPEL applications to a weblogic server. I now do it using jDeveloper 11g, but I guess there should be some command line ...

5. Classloader in WEBLOGIC SERVER    stackoverflow.com

I did ear deployment in weblogic 10.It conatins war, ejb jar, APP-INF, META-INF. Now When I am calling the service from war, I am getting classnot found exception.When I deploy ...

6. WLST: deploy application but do not start it -- how?    stackoverflow.com

I need to script an EAR deployment to Weblogic 9.2. Extra requirements I have though are:

  • Application Name shall be the one I provide, not just EAR name
  • Application is deployed in Prepared ...

7. NameNotFoundException when calling a EJB in Weblogic 10.3    stackoverflow.com

First of all, I'd like to underline that I've already read other posts in StackOverflow (example) with similar questions, but unfortunately I didn't manage to solve this problem with the ...

8. Sharing application classloaders on weblogic    stackoverflow.com

My project has several deployed artifacts as ear files. My understanding is that each of the ears will have it's own classloader. Is it possible to tell weblogic to use the ...

9. Deploying to Weblogic Managed Servers    stackoverflow.com

Simply, what's the best (quickest) way to deploy an application (EAR), in a development environment, to two Weblogic 10 managed servers that are part of a cluster? I've tried the ...





10. how to generate deployment descriptor using ejbGen for weblogic?    stackoverflow.com

I was reading the tutorial on this page:
http://edocs.bea.com/docs/cd/E13222_01/wls/docs81/medrec_tutorials/ejbgen.html#858279 And I have the following file BankAccountEJB.java import javax.ejb.CreateException; import javax.ejb.EntityBean; import javax.ejb.EntityContext; public abstract class BankAccountEJB implements EntityBean {

private EntityContext context;

public void setEntityContext(EntityContext aContext) {
 ...

11. How to view results of a WebLogic Deployment Plan    stackoverflow.com

I'm trying to use a weblogic deployment plan to add init-param values to a vendor-provided .war file's web.xml. While I realize that I can open the .war file and just edit the ...

12. weblogic deployment in production    stackoverflow.com

Hi We are planning to have clustered setup for WebLogic domains and our application size is medium.Can anyone please advice which deployment mode is suitable for production.Will it be stage/nostage/external stage.Please let ...

13. Play framework weblogic 10.3.3.0 deployment    stackoverflow.com

I built a Play app and tried to deploy on weblogic using the following commands:

play war -o myApp myApp
Later I just deployed the exploded war directory to weblogic, everything worked fine ...

14. J2EE - Web logic sever - Deployment problem    stackoverflow.com

I downloaded oracle with j2ee. I uploaded my project from uni then ran my SessionBean and I obtained this error message...

starting weblogic with Java version:
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build ...

15. JDeveloper Webservice Deployment Error:    stackoverflow.com

I have run into an interesting error. I have created a PL/SQL Webservice in JDeveloper. I can run/deploy it successfully on the integrated WebLogic Server that runs in JDeveloper, but cannot ...

16. WLST: Remote deployment of an application on weblogic    stackoverflow.com

I am trying to deploy an application remotely on WebLogic. I am using WLST in a python script. I am using deploy command to do that. When I give the path of ...





17. How to change deployment order in WebLogic?    stackoverflow.com

According to this documentation it is possible to change deployment order in WebLogic: http://download.oracle.com/docs/cd/E12839_01/apirefs.1111/e13952/taskhelp/deployment/ChangeTheServerDeploymentOrder.html For example I have two web applications app1.war and app2.ear.
I set "Deployment order" to 1 for app1.war.
And ...

18. Weblogic deployment error    stackoverflow.com

I have weblogic 9.2 and myeclipse6.0.1.I am able to deploy the project through myeclipse, but not able to see in the weblogic console(inside the deployments). project deploying and running the server in ...

19. deploying web application on application server without web server    stackoverflow.com

I have a web application that does not have much of static content and more of dynamically generated pages. Lets say I deploy it in weblogic. Why do I still need ...

20. How to Configure Custom Errors in weblogic like we do for IIS i.e., after deployment    stackoverflow.com

How to Configure Custom Errors in weblogic like we do for IIS i.e., after deployment. Any option other than web.xml?? In console ??

21. Weblogic 8.1 - delta :447 ErrorMessage    stackoverflow.com

Did anyone run into this error with weblogic 8.1 when trying to deploy an application? [Deployer:149034]An exception occurred for task [Deployer:149026]Deploy application myApplication on myServer.: Delta :447 ErrorMessage :Unexpected Exception.

22. error while deploying an ejb on weblogic app server    stackoverflow.com

I'm trying to deploy an ear which has lot of modules and it is failing for one of the ejb module. The exception is as follows: There are ...

23. How can I deploy an exploded web app through WebLogic 11g administrative console?    stackoverflow.com

I need to deploy a web applicataion as an exploded archive (instead of .war) due to some legacy servlet path location code used in it (ServletContext.getRealPath()). I only have web-based admin ...

24. integrated weblogic server becoming slow while iterative deployment    stackoverflow.com

i m using jdeveloper 11.1.1.3.when i first run a jspx page the server starts and runs and all works very nicely.then i make some changes in my code and run the ...

25. Weblogic Deployment Error    stackoverflow.com

When i deploy my working application on Weblogic, i get a Stack Over Flow error:

###<Sep 5, 2011 3:56:43 AM EDT> <Error> <Console> <qdcls0757> <CorpDEVAdmin> <[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'> ...

26. weblogic 11g R1    stackoverflow.com

I have prepared my ejb jars and war using weblogic.appc weblogic 11g R1, all compilations were fine, I have prepared ear and deployed in weblogi server .I am getting belows erorr. ...

27. Deploy EJB2 on Weblogic 10.3    stackoverflow.com

I try to deploy ejb2 on weblogic 10.3 but I face a problem the deployed ear can't see new methods added to any ejb session bean. I added the method to ...

28. Rules about EJBs deployment on WebLogic    stackoverflow.com

I have question about this points: EJBs, Eclipse, WebLogic. I looked at a lot of topics but I can't find reliable pieces of information about all that stuff. I have to write me ...

29. Weblogic Console deployment    bytes.com

Hi, I'm trying to deploy an application to my managed server, already created the necessary Connection Pool and datasources but there is still an exception occuring. Exception:weblogic.management.ApplicationException : activate failed for ...

30. Deploying to Weblogic 10.3 via Netbeans 6.5    forums.netbeans.org

I had used this article: http://www.nabble.com/Netbeans-6.5-can't-add-Weblogic-10.3-server-td20002675.html to setup the Netbeans IDE to deploy to the new version of Weblogic. But when I deploy with Netbeans, it's deploying to the Weblogic AdminServer ...

31. Problem to deploy Weblogic 10 with Netbeans 6.1    forums.netbeans.org

NetBeans Forums FAQ Search Memberlist Register Profile Log in to check your private messages Log in

32. How to deploy to WebLogic within Netbeans?    forums.netbeans.org

I have created an enterprise project that includes a remote, stateless bean. I want to deploy it to an WebLogic server. When I do the Run command, it compiles the files and then when it wants to deploy, it bombs out. Here is just a sample of the output. It's numerous pages long, so I'll only show the first part up ...

33. webservices deployment in weblogic    coderanch.com

34. Can't deploy web service in Weblogic with a complex type that contains a sequence of complex types    coderanch.com

Hi, We use Weblogic 10.3 in a project I'm working on, and we have a few existing web services that are created by some simple java classes with the javax.jws.WebService annotation. Ie Weblogic generates the wsdl for us. But now we want to add a new service, where the wsdl is written already, by a third party. So we use wsdl2java ...

35. how to deploy an application(java,j2ee) in weblogic    forums.oracle.com

Create a folder called META-INF(all caps) and put the deployment descriptor files into the folder. note: the package who,consist of the bean classes and the META-INF folders should available in the same level. eg : if the the pakage say sample is available in d:\ejbprogrammes then META-INF shold also be placed in the same folder.

37. Exception occured while deploying web application in weblogic    forums.oracle.com

Thanx javax.faces.FacesException: java.lang.IllegalArgumentException: Renderer for type 'Time' already exists. at com.sun.faces.config.ConfigBase.updateRenderKits(ConfigBase.java:398) at com.sun.faces.config.ConfigBase.updateRuntimeComponents(ConfigBase.java:286) at com.sun.faces.config.ConfigListener.contextInitialized(ConfigListener.java:202) at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:374) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121) at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:83) at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1581) at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2678) at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:874) at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:326) at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:114) at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60) at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:25) at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:640) at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26) at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:252) at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:154) at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:80) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:567) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:131) at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:101) at weblogic.deploy.internal.targetserver.operations.StartOperation.doCommit(StartOperation.java:126) at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:329) ...

38. when i deploy ejb application in weblogic 8.1 i am getting status=null ?    forums.oracle.com

Exception:weblogic.management.ApplicationException: prepare failed for abc Module: abc Error: Exception preparing module: EJBModule(abc,status=NEW) Unable to deploy EJB: E:\weblogic81\samples\domains\examples\examplesServer\upload\abc.jar from abc.jar: weblogic.ejb20.deployer.DeploymentDescriptorException: Unable to load a class specified in your ejb-jar.xml: Class bytes found but defineClass()failed for: 'HelloBean' at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.initializeBeanInfos(MBeanDeploymentInfoImpl.java:550) at weblogic.ejb20.deployer.MBeanDeploymentInfoImpl.(MBeanDeploymentInfoImpl.java:232) at weblogic.ejb20.deployer.EJBDeployer.prepare(EJBDeployer.java:1262) at weblogic.ejb20.deployer.EJBModule.prepare(EJBModule.java:477) at weblogic.j2ee.J2EEApplicationContainer.prepareModule(J2EEApplicationContainer.java:2962) at weblogic.j2ee.J2EEApplicationContainer.prepareModules(J2EEApplicationContainer.java:1534) at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1188) at weblogic.j2ee.J2EEApplicationContainer.prepare(J2EEApplicationContainer.java:1031) at weblogic.management.deploy.slave.SlaveDeployer$ComponentActivateTask.prepareContainer(SlaveDeployer.java:2602) at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.createContainer(SlaveDeployer.java:2552) at weblogic.management.deploy.slave.SlaveDeployer$ActivateTask.prepare(SlaveDeployer.java:2474) at weblogic.management.deploy.slave.SlaveDeployer.processPrepareTask(SlaveDeployer.java:798) at ...

39. Excel macro error after deploying in Weblogic    forums.oracle.com

Halo, I have written excel macros and it is working fine. but if the same file if i try to open from hyperlink after deploying in Weblogic server , I get the error "error occured initializing the VBA libraries. If Microsoft Visual Basic for Applications (VBA) was not installed, or was set to Install on first use, (advertised, or set to ...

41. re deployment in weblogic server    forums.oracle.com

Suppose, i deployed the ear file from D:\ test.ear first time. Now i made some changes in the EAR file iF I click on redeploy , shall i get the new changes ? OR i have to delete the old ear and again deploy it as a new application. I cant test it now because of some problems . anybody have ...

42. how to deploy entity bean in weblogic    forums.oracle.com