This site is very useful really.As a beginer i need one info.we have 1 admin & 2 managed servers for setup of weblogic 9.2mp3 will there be single installation file for setup of both admin and managed servers if so how to assign which one is admin and which is managed.we need to setup 6 clusters also.pls let me know.
thanks
ramireddy.
If you want your Managed Servers to be located in the Same Physical Box where the AdminServer is running then you need not to install the WebLogic again on that Box. But suppose you want to Install AdminServer in Physical BOX-1 and 2 Managed Servers on Physical BOX-2 (You have to Install One WebLogic in BOX-2 then). Same way if you have 2 More Managed Servers which you want to Install on BOX-3 Then you need to again Install WebLogic in BOX-3 as well.
While Installing WebLogic on Different Physical Boxes (Wheree u want to run your Managed Servers) U Must Install the WebLogic in the Same Identical Location. Example: If you have installed WebLogic in AdminServer Box-1 in “C:bea923” then Box-2 and Box-3 also should have WebLogic Installed on the Same Location “C:bea923” …It avoids many issues…. So Always keep the same Installation Path for your WebLogic Same in every Physical Box.
Every WebLogic Domain can have only one AdminServer. So apart from that you can create any number of Managed Servers. If Some Managed Servers you want to create in the Same Physical Box where your AdminServer is Running then U must give them a Unique Port Numbers to Run. Based On Port Numbers you can identify which server is running.
Hi,
If i want to migrate my all application from weblogic 9.2 mp3 to weblogic 10 base version.
Then what should be correct procedure.We are using unix as a OS platform and want to have same structure on weblogic 10 as we have in 9.2 mp3,(we have one seprate domain for each application (admin and 1 manage server on one box and another manage server on diffrent box as a cluster).Applications are in production environment.
PS:If we create same architecture as we have in 9.2 weblogic on weblogic 10 and deploy our application on weblogic 10 server , then Which are the files where we need to make our changes?
Hi Sahil,
If you are migrating your applications from WLS9.2 MP3 to WLS10.0 base version then with the same configurations like Clusters/ManagedServers…etc…then there is no need to change anything in your Application.
But it is always better that u pre compile your applications in the New version of weblogic using the “weblogic.appc” utility to make sure all the Applications compiles fine in latest version of WLSt. Please refer to the following link to see how we can use “appc” utility: http://middlewaremagic.com/weblogic/2010/02/08/weblogic-specific-appc-ant-task/
Can we transfer an application from weblogic 8.1.3 to 9.1/9.2 without making any changes to the application ? As far as my knowledge, we dont need to change anything, but, If we need to make changes, where do we need to make the changes. I hope it is the descriptor files.
Also,
after transferring the application, do we need to pre compile the application or is it not necessary ?
After the transferrring, if the application deployed in 8.1.3 has connection pools configured, do we need to reconfigure them in 9.1/9.2 or will they be automatically configured ? I guess that we will need to reconfigure them, right ?
Hi Rajp,
Yes, you are right…If the “config cache” is also not available in the managedServer Box …(when the Admin is Down) then it is not possible to start the Managed Server. But in this kind of critical scenario you can try copying and pasting the “config.xml” file manually from AdminServer to the Managed Server Box….and then try to satrt the Managed Server.
If the AdminServer is Down and Yiu want to satrt your Managed Server then First of all you must make sure the the MSI-Mode is enabled for that Managed Server (From WLS9.x onwards MSI mode is By default enabled for all the Managed Servers).
Case-1).
If MSI mode is enabled then you can either start the ManagedServer from the ManagedServer Box … using “startManagedWebLogic.sh”/startManagedWebLogic.cmd scrips by passing the ManagedServer name as an argument.
Example: startManagedWebLogic.cmd MS1
Case-2).
If MSI mode is enabled then you can and If you have configured the NodeManager as well for your Managed Server then in you can use the WLST finction to first of all connect to the Nodemanager using nmConnect() function then you can start the ManagedServer using the nmStart() function which Start a server in the current domain using Node Manager.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
I was trying to migrate a war application from 8.1 to 9.2 and i am getting this error.
I am using windows XP and deploying this application in dev env.
I tried the C:java weblogic.appc filename.war, it said some error and when i look at the log file i get the below error.
#### <>
#### <>
#### <> <Failure occured in the execution of deployment request with ID '1285026499824' for task '0'. Error is: 'weblogic.application.ModuleException: '
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:292)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
weblogic.servlet.jsp.CompilationException: log4jAdmin.jsp:5:10: The value for the "import" attribute is missing.
^----^
log4jAdmin.jsp:5:10: The value for the "import" attribute is missing.
^----^
log4jAdmin.jsp:5:17: The value for the "java.util." attribute is missing.
^--------^
log4jAdmin.jsp:5:17: The value for the "java.util." attribute is missing.
^--------^
at weblogic.servlet.jsp.JspCLLManager.compileJsps(JspCLLManager.java:165)
at weblogic.servlet.jsp.JavelinxJspPrecompiler.compileAll(JavelinxJspPrecompiler.java:126)
at weblogic.servlet.jsp.JavelinxJspPrecompiler.compile(JavelinxJspPrecompiler.java:50)
at weblogic.servlet.internal.JSPManager.precompileJSPs(JSPManager.java:211)
at weblogic.servlet.internal.WebAppServletContext.prepareFromDescriptors(WebAppServletContext.java:1119)
at weblogic.servlet.internal.WebAppServletContext.prepare(WebAppServletContext.java:1038)
at weblogic.servlet.internal.HttpServer.doPostContextInit(HttpServer.java:437)
at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:412)
at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:549)
at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:284)
at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:176)
at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:93)
at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:360)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:56)
at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:46)
at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:615)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:147)
at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:61)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:189)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:87)
at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:718)
at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1185)
at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:247)
at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
at weblogic.work.ServerWorkManagerImpl$WorkAdapterImpl.run(ServerWorkManagerImpl.java:518)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Hi Rakesh,
The following Line of Error Suggests that your “log4jAdmin.jsp” has some wrong code in it….please correct that before compiling it using weblogic.appc utility: log4jAdmin.jsp:5:10: The value for the “import” attribute is missing.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
b) Now I executed below utility to generate the build.xml ”
java weblogic.BuildXMLGen -projectName B2BApp -username weblogic -file build.xml -password welcome1 F:srcCode”
c) Based on the above step , build.xml got generated .
d) when I execute “ant compile” target from the command prompt , I see the below exception
ant compile
Buildfile: build.xml
compile:
[wlcompile] [JAM] Warning: failed to resolve class AbstractJspBacking
[wlcompile] [JAM] Error: unexpected exception thrown:
[wlcompile] com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing failure in F:b2bNewb2bPortalsrcportletsb2bdmrPickerPickerController.java at line 58.
e) I suspect , the problem is bcoz of classpath issues , as I generated build.xml donot have the references to dependent lib’s.As build.xml looks like below :
<!– –>
<!– –>
…..
….
Please help me to reslove these issues .
PS: I able to deploy the application using 10.3.2 weblogic workshop ( i.e inbuilt eclipse )
Hi Rakesh,
From WebLogic Administration point you need not to make any changes in the “log4admin.jsp” because that is not the Job of an Administrator to make code changes…so we need not to learn What Changes We (Server Admins) Need to make in a JSP to make it work…... Please involve your Application Developers to find out what is the issue.
Still if you are facing any issue then Please send me the complete TestCase…i will try to debug the Application.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
I changed the log4jAdmin.jsp and i can deploy the app and can get to some extent of the application, but still i am getting some errors.
below is the error
####
####
####
####
#### <> <Servlet: "action" failed to preload on startup in Web application: "EReq.war".
javax.servlet.UnavailableException: ERROR: EReq did not initialize properly. Check the logs for more information.
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
at javax.servlet.GenericServlet.init(GenericServlet.java:241)
at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:282)
at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
at weblogic.security.service.SecurityManager.runAs(Lweblogic.security.acl.internal.AuthenticatedSubject;Lweblogic.security.acl.internal.AuthenticatedSubject;Ljava.security.PrivilegedAction;)Ljava.lang.Object;(Unknown Source)
at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:63)
at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
at weblogic.servlet.internal.StubLifecycleHelper.(StubLifecycleHelper.java:48)
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:504)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1830)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1807)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1727)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:2890)
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:948)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:353)
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.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:117)
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:26)
at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:635)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
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:566)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:136)
at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:104)
Hi Rakesh,
Seems your Application is using Struts Framework… And the error is also being thrown by Struts APIs…So it looks like an Incorrect Struts configuration. You will have to involve the Application developers to debug this issue to findout what is wrong woth the StrutsAction configuration part.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
I’ve got Weblogic Server 10.3.2 and want to upgrade it up 10.3.3
I downloaded patch 9618487 from My Oracle Support (file p9618487_1033_Generic.zip – contains wls1033_upgrade_generic.jar), ran the jar file
-java -jar wls1033_upgrade_generic.jar
and installation programm correctly detected existing Middleware Home (home/user1/Oracle/Middleware2), but when I selected corresponding option “Use an existing Middleware Home” and press “Next” I’ve got an error “Product is not installed” (((
But I’ve got directory wlserver_10.3 at my middleware home and I don’t know why programm can’t find installed Weblogic Server 10.3.2
I put parameter -log and received next at log file:
2010-10-20 13:41:05,840 WARN [WizardController] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl – Property value for linux32_jdk160_18.zip not found..
2010-10-20 13:41:05,848 WARN [WizardController] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl – Property value for linux_ia32_jrockit_160_17_R28.0.0-679_jdk.zip not found..
Step1). First u need to Install the New WebLogic Version (Suppos u downloaded the Latest version…) Step2). Inside the Latest WebLogic Installation Directory u will find …the Upgrade utility…“upgrade.sh”
Then run upgrade command as usual.
${LATEST_MW_HOME}/wlserver/common/bin/upgrade.sh” Step3). As soon as u will run this script it will automatically detect any Older version WLS in your File System …Or U provide the location of your Old WebLogic Install location (As soon as this script as for that) to be upgraded…
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
If i have install the latest (10.3.3) version then what is the point of upgrade from 9.2MP3 to 10.3.3
This means i need to first delete the version 9.2MP3 and then install 10.3.3?
For eg:
I have WL 9.2MP3 in /opt/fsm/bea directory. This means first i delete the content of /opt/fsm/bea and then install 10.3.3. Then if i run upgrade.sh then what this script will find.
Hi Sumit,
You have 2 Options to upgrade the WebLogic 9.2 MP3 to WLS10.3.3… Option-1). Download the “Upgrade Installer of WLS10.3.3” (NOT the Normal WLS10.3.3 Installer) As soon as u will start running the Upgrade Installer it will guide you in very self explanatory way. Option-2). As u mentioned in your previous post that u already downloaded WLS 10.3.3 Normal Installer (Not the Upgrade Installer)……So i suggested in my previous reply that U can go with that as well….In that case u need to Install WLS10.3.3 in your Box and then use the “upgrade.sh” utility of WLS10.3.3 to Upgrade your WLS9.2 MP3 installation.
I don’t have the link for WLS10.3.3 Upgrade Installer …
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
I have a customer who is trying to install 10.2.2 and he is ending with following error:
Following is the error at the time of the isntallation of the WL 10.2.2.
(
The product maintenance level of the current installer (WebLogic
** Server:10.3.2.0) is not compatible with the maintenance level of the
** product installed on your system (WebLogic Server:10.3.3.0) . Please
** obtain a compatible installer or perform maintenance on your current
** system to achieve the desired level. )
Hi Jeets,
It looks like your customer has got a wrong Installer of WLS10.3.2…Rather than getting a Full Installer may be they got a “Upgrade Installer 10.3.2”. So please check the Installer is correct or not.
When you get the correct Installer then Please choose a Different Installation root path for your new Installation.
Suppose if above is not the case and Still if you face any issue then try the following:
TEMPORARILY rename the following files … of WLS10.3.3 Installation…(After Installing WLS10.3.2 rename them back to their Original Names) 1). WLS10_3_3wlserver_10.3.product.properties ———-> rename to something Else.
2). WLS10_3_3wlserver_10.3.home ———-> rename to something Else.
3). WLS10_3_3.home ———-> rename to something Else.
Below is the Most Important Step ( You can even ignore above 3 )
4). The Most Important step is …Some where in the Root Directory you will find a Directory with name “bea” which contains a file with name “beahomelists” Just remove the WLS10.3.3 Entry from that file temporarily…
Example: Location of that file in WINDOWS will be C:/bea/beahomelist
Following kind of entry you will see in that file: D:beabea100;D:beabea920;C:bea816;C:bea103;E:bea10_3_2;E:Oracle_JDeveloper_10_3_2,C:WLS10.3.3
Above is the file “beahomelist” from where the new Installer gets the Information about the previously Installed WLS Versions.
I have a customer, he is trying to use weblogic audit script.py file to check if he has the proper license.
He is getting the STDOUT and he wants to know, how to read the script and he wants to confirm if he has the valid license for all the components for it.
I tried to run the .py file and got some out put, I tried to run on the verbose to true and have run the script.
Could you help on how to work with the script exactly?
Hi Jeets,
Please post your WLS Script so that we can have a look on it…as well as please let us know the WLS Version.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
I want to upgrade weblogic Application Server 10.3.0 to 10.3.3.Can I upgrade the weblogic Application server to 10.3.3 directly or I need to upgrade in steps wise 10.3.0—> 10.3.1—> 10.3.2—> 10.3.3
Hi Madhu,
The Best and Recommended way by Oracle to Upgrade your WebLogic from WLS10.3 to WLS10.3.3 is …..following:
1). Install latest WLS10.3.3 in your Box whee you have already installed and Running your Old WLS10.3
2). The Take a Back up of WLS10.3 version completely.
3). Now you can update your Existing Domains. For that you have 2 Options: Option One: Manual Update
Install WebLogic Server 10.3.3 software.
Back up the existing application environment, including the domain directory, application and application data that is external to the domain, and log files (if necessary).
Update the script files in the domain to point to the installation of WebLogic Server 10.3.3. For example, set MW_HOME, MW_HOME, BEA_HOME, BEA_JAVA_HOME, JAVA_HOME, and WL_HOME to the appropriate values.
Update the CLASSPATH to remove path information that is no longer required, such as patch file information that applies to a pre-10.3.3 release.
NOTE: according to the Recommendations upgrading an application environment that is currently deployed in production. Instead, you should upgrade your application environment while it is under development or test and execute standard procedures for quality assurance and performance tuning before promoting the upgraded environment to production.
Hi Jay,
I would like to upgrade my weblogic from 10.3.0 to 10.3.3.
Am little confused with the steps mentioned.
Should I download MP2 packs from Oracle Support and run then or should i download weblogic 10.3.3 from oracle site and install it(in new location)?
I also want to know whether installing newly downloaded weblogic 10.3.3 will automatically detect the already installed weblogic (10.3)
Also let me know if there is any impact in migrating from 10.3 to 10.3.3 ( I went through the documents but i was not clear on “verify supported configurations”)
I have a clustered environment and is it advisable to migrate from 10.3 to 10.3.3 when 10.3 is in production.
Hi Charan,
1). Download the version of WLS in which you want to upgrade. Example Download WLS10.3.3.
2). Install WLS10.3.3 and then you will find “upgrade.sh” script inside “<WLS_HOME>commonbin” directory…just run it…. It will ask whether you want to upgrade a Domain/Application…Follow the instructions there.
.
.
Keep Posting 🙂
Thanks
Jay Sensharma
Hi Jay,
Thank you for your quick reply.
I also need to analyse the Impact (both advantage and disadvantage) of this upgrade. Will you help me gather information on how it improves the performance comparatively?? (if there is any)
Few things which everyone has to keep in mind during upgrading the sever are like
– Make sure you have a backup of a domain, any other external applications also application database resources etc before upgrading. However normally upgrading process has an option if you need a backup but that would only backup the domain directory only.
– Upgrading process would recreates the scripts like start-up and shut-down scripts, hence any customization made in them would not be taken, thus keep a backup of the scripts also.
– Usually when you run the process then the old domain is been updated by the new scripts, domain structure etc however everything is done at the same old place where your domain is kept.
– This process does not upgrade a JMS JDBC or file store.
Hi Ravish,
Thanks for your reply. Can i Have a comparison of weblogic 10.3 and weblogic 10.3.3. In what ways, 10.3.3 is better than 10.3.0? Will the cluster architecture have more performance that 10.3.0?
Hi
I am working on weblogic upgrade from 8 to 11g and 9 to 11g
Can you tell me the procedure for weblogic upgrade and what would be the issues I would be facing lil bit urgent
Vishwas
Hi Veshwas,
Operating System does not matter much in case of WebLogic Upgrade….as long as you are using WebLogic in a Supported Operating System. The Supported Database / Operating System / JVMs / Processors are mentioned in the following Excel sheet …hope that will be helpful… http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
We have WebLogic Server 10.3.2 with WebLogic Portal 10.3.and want upgrade to WLS 10.3.3.
I’ve installed WLS 10.3.3. and run upgrade.sh from it, but got next error:
2011-01-28 15:33:20,911 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver – If not present, set the source WebLogic Configuration to: 9.0
2011-01-28 15:33:20,976 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver – Domain directory selected: /home/user1/Oracle/Middleware/user_projects/domains/wc_domain
2011-01-28 15:33:24,035 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver – error: cvc-elt.4.2: Invalid xsi:type qname: ‘wsrp:wsrp-identity-asserterType’ in element realm@http://xmlns.oracle.com/weblogic/domain
2011-01-28 15:33:24,040 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver – /home/user1/Oracle/Middleware2/wlserver_10.3/common/bin/:11:9: error: failed to load java type corresponding to t=wsrp-identity-asserterType@http://www.bea.com/ns/wlp/90/security/wsrp
2011-01-28 15:33:24,040 ERROR [execute] com.bea.plateng.wizard.plugin.silent.tasks.ExecutePlugInTask – Execute Exception … com.bea.plateng.plugin.PlugInException: Validation errors occurred in parsing /home/user1/Oracle/Middleware/user_projects/domains/wc_domain/config/config.xml
com.bea.plateng.plugin.PlugInException: Execute Exception … com.bea.plateng.plugin.PlugInException: Validation errors occurred in parsing /home/user1/Oracle/Middleware/user_projects/domains/wc_domain/config/config.xml
at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:261)
at com.bea.plateng.wizard.plugin.silent.tasks.ExecutePlugInTask.execute(ExecutePlugInTask.java:76)
at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
at java.lang.Thread.run(Thread.java:619)
Caused by: com.bea.plateng.plugin.PlugInException: Validation errors occurred in parsing /home/user1/Oracle/Middleware/user_projects/domains/wc_domain/config/config.xml
at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.parseNewStyleConfig(DomainDirectorySelectionPlugIn.java:427)
at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:226)
… 3 more
Hi Grey,
I am very sorry but i don’t have much knowledge of WebLogic Portal. But as far as i remember from WebLogic 10.3 onwards there is no support for WebLogic Portal in Fusion Middleware (WebLogic 11g).
It means you cannot use a WebLogic Portal application in WebLogic10.3.1/10.3.2/WLS 10.3.3…because not it doesnot include the supporting XSDs and the APIs which is required for WebLogic Portal application which was developed in WebLogic Portal 10 or earlier.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
Now, can I use WLS 10.3.3 at the same time with WLS 10.3.2? I want to use Weblogic Portal 10.3 at WLS 10.3.2 and Content Server 11.1.1 and WebCenter with WLS 10.3.3.
Hope, it can works together at different Middleware homes…
Hi Grey,
Yes, you can run many WebLogic instances together … as long as you have a separate Middleware Home set for them. And it is also possible that WebLogic 10.3 application can easily interact with WebLogic 10.3.2 or WebLogic10.3.3 applications.
.
.
Keep Posting 🙂
Thanks
Jay senSharma
One of my clients want to upgrade from Oracle Application Server (10.1.2.0.2) Forms and Reports to Weblogic 11g. Should he go for Weblogic Enterprise edition or Weblogic suite??
And any take on how to approach for Migration process??
HI Karthik,
We don’t have much idea on Oracle Application Server Forms So we won;t be able to help much here.
But if you will post your query in the following link then you may get more Accurate and Rapid response from OAS guys:
I really need some help in resolving the problem I have in starting up managed servers after creating the clustered weblogic domain that includes OSB.
I have installed the following applications on 2 machines that I used to support the cluster:
OS : Windows XP
JAVA : jrmc-3.1.2-1.6.0-windows-ia32.exe
Weblogic software : osb1031_wls103_win32.exe
The weblogic and OSB software were installed correctly and I have the pointbase database started correctly. The Admin server and Nodemanagers started up correctly and the machines are reachable but the managed servers kept giving the boot identity file error messages when they are started from the Admin console.
I have tried everything from updating boot.properties on the managed servers, to changing the Admin Account password but i still get the same authentication errors. A new boot.properties file is usually created in the
I also tried to create the managed servers using WLST script and/or from the Admin console separately but all to no avail. I also tried to start up the managed server without the cluster but the same result.
The only time the managed servers ever started was when I started them from the command line.
What can I fix in the server that will allow me to be able to start the managed servers.
I have 1 admin server & 2 Ms’s. I want to upgrade my JRocket Jdk in my my solaris enviroment. Please let me know the steps to upgrade the Jrocket JDK. I am using WL10.3.2
We’re upgrading from WL 9.2.3 –> 10.3.4 . In 9.2 I had installed struts-1.1 from the deployable-libraries directory as a shared library (and set order=99). In 10.3.4 that library is no longer in the deploy-libraries list.
Is there a recommended way to get struts-1.1 jar in as a shared library? or am I supposed to include it using a different method? or are the developers expected not to use 1.1 anymore? do they have to upgrade the app?
Kindly assist on how i can create weblogic managed servers and as well as configuring clusters, I have searched for relevant resources but found none. I prefer your tutorials but on this i haven’t found any. Kindly assist with any form of manual.
Thank you soo much the link was really helpfull but whenever i deploy an application on the managed server i get the below error
Message icon – Error An error occurred during activation of changes, please see the log for details.
Message icon – Error [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
In addition whenever i unistall the application i have to restart the managed server. This is the error i get
Message icon – Error An error occurred during activation of changes, please see the log for details.
Message icon – Error [Deployer:149189]Attempt to operate ‘remove’ on null BasicDeploymentMBean for deployment FMS. Operation can not be performed until server is restarted. please assist
HI Dawoods,
The above error indicates that the Libraries which your Application is refering inside “weblogic-application.xml” is not getting linked properly while deploying your application so please make sure that you run the “weblogic.appmerge” utility to ensure that the Libraries are referred properly:
Syntax of using “weblogic.appmerge”: java weblogic.appmerge -output CompleteSportsApp.ear -library Weather.war,Calendar.ear SportsApp.ear
NOTE: the above utility can be executed once we set the environment like PATH & CLASSPATH by running the “. ./setWLSEnv.sh” script
Prework: Step1). Open a Shell Prompt. Step2). echo $CLASSPATH … Just to see what is the current CLASSPATH value. Step3). run the “setWLSEnv.sh” by adding two DOTs separated by a single space …..before the actual script like following : (use ‘cd’ command to move inside the /wlserver_10.3/server/bin) then run the following command….
. ./setWLSEnv.sh
Note: the first DOT represents that set the Environment in the current Shell, AND the second ./ represents execute the script from the current directory.
Step4). Verify that the Classpath is Set properly or not:
echo $CLASSPATH Step5). Now u can run your command.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
Thanks alot JaySenSharma , Is there a way this can be defined in weblogic-application.xml so that incase of any new deploy in different enviroment i dont have to un the “weblogic.appmerge” . this is because the application runs fine whenever i deploy it in the admin server but does not work for managed server.
Hi Dawoods,
As you mentioned that in remote boxes the deployment failing due to missing libraries….So here it Looks like you might have installed the WebLogic in a Different Absolute path… there .
NOTE: the Absolute Path of the “WLS Installation” and “Domain Directory” must be same (Identical) in both the BOXES. Looks like the Path
Please refer to the following link where i explained it why we may face this issue? http://forums.oracle.com/forums/thread.jspa?messageID=4243582
Either you can choose the above option or you need to manually install the Shared Library Manually in those Managed Servers (which has different absolute path of WebLogic Installation)
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
JAVA Memory arguments:
JAVA Memory arguments:
.
.
JAVA Memory arguments: -Xms2048m -Xmx2048m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=128m -XX:MaxPermSize=256m -XX:SurvivorRatio=16 -XX:+ForceMmapReserved -Xmn512m -Xoptgc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:/oracle/middleware/user_projects/domains/base_domain/bin/UAT1_ManagedServer.gc28608.log -XX:+UseSpinning -XX:+HeapDumpOnOutOfMemoryError -XX:+HeapDumpOnly
.
WLS Start Mode=Production
.
CLASSPATH=/oracle/middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/java6/lib/tools.jar:/oracle/middleware/utils/config/10.3/config-launch.jar:/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar:/oracle/middleware/modules/features/weblogic.server.modules_10.3.2.0.jar:/oracle/middleware/wlserver_10.3/server/lib/webservices.jar:/oracle/middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/oracle/middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/oracle/middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/oracle/middleware/wlserver_10.3/server/lib/xqrl.jar
.
PATH=/oracle/middleware/wlserver_10.3/server/bin:/oracle/middleware/modules/org.apache.ant_1.7.0/bin:/opt/java6/jre/bin:/opt/java6/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/gvsd/bin:/opt/ipf/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/sentinel/bin:/opt/langtools/bin:/opt/gwlm/bin:/opt/ignite/bin:/sbin:/home/root
.
***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://hostname:port/console *
***************************************************
starting weblogic with Java version:
Starting WLS with line:
/opt/java6/bin/java -server -Xms2048m -Xmx2048m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=128m -XX:MaxPermSize=256m -XX:SurvivorRatio=16 -XX:+ForceMmapReserved -Xmn512m -Xoptgc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:/oracle/middleware/user_projects/domains/base_domain/bin/UAT1_ManagedServer.gc28608.log -XX:+UseSpinning -XX:+HeapDumpOnOutOfMemoryError -XX:+HeapDumpOnly -Dweblogic.Name=UAT1_ManagedServer -Djava.security.policy=/oracle/middleware/wlserver_10.3/server/lib/weblogic.policy -XX:-UseGCOverheadLimit -Dweblogic.security.SSL.trustedCAKeyStore=/oracle/middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/oracle/middleware/wlserver_10.3 -Dwls.home=/oracle/middleware/wlserver_10.3/server -Dweblogic.home=/oracle/middleware/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://aw1sppavrs:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oracle/middleware/patch_wls1032/profiles/default/sysext_manifest_classpath weblogic.Server
In BranchController–> init()
<Demo trusted CA certificate is being used in production mode: [
[
Version: V3
Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
Key: Sun RSA public key, 512 bits
modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
public exponent: 65537
Validity: [From: Thu Mar 21 23:12:27 EAT 2002,
To: Tue Mar 22 23:12:27 EAT 2022]
Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
SerialNumber: [ 33f10648 fcde0deb 4199921f d64537f4]
above is the output of managed server where i have deployed flexcube. the server at times does not start and i am forced to restart the whole server. Kindly assit on what could be the cause of the above problem.
we had installed integrated weblogic server from jdev version 11.1.1.3 (ON WINDOWS) along with ADF libraries that comes bundled with it(jdeveloper) …We realized that integrated server from jdeveloper is not meant for production so we will be installing the stand alone version of WLS.
Now, when I installed the standalone version of *WLS 10.3.4 (note the change the version too) and Application development runtime 11.1.1.4 ON SOLARIS our applications dont work as expected …i tried to compile some of the apps in jdev 11.1.1.4 too but still the deployment on the standalone WLS 10.3.4 + ADR 11.1.1.4 dont work as expected…
Even application developed in jdeveloper 11.1.1.4 dont work when deployed on WLS 10.3.4 + Application development runtime 11.1.1.4 ….
Why is that the case? Whats wrong?
Are there library differences in jdev 11.1.1.4 v/s one Application development runtime 11.1.1.4???
I thought the libraries on jdev 11.1.1.4 match the libraries of ADR ?? If they dont match then what should go on the standalone WLS 10.3.4?
Currently we have oracle application server which hosts forms and reports and we would like to go to weblogic to host the oracle forms and reports. What do I need to install with weblogic to achieve this functionality and how does this migration work?
I have a J2EE application where bea weblogic workshop netui-beehive pageflows(jpf) files has been used for pageflow and control framework in BEA weblogic 8.1, Solaris environment. Now, i have a requirement to upgarde weblogic8.1 to weblogic 10.3.3. I did some googgling on this. I have found that workshop is no longer available with weblogic 10.3.3. The last avaliable version of weblogic where workshop available is 10.3. Now is it possible to make my legacy code run in 10.3.3 after doing the netui-beehive-pageflow-jpf development in 10.3.
Is there any other option we have by which this(jpf/pageflows code migration from bea weblogic workshop) is possible to run in oracle weblogic 10.3.3?
Issue with migration from workshop 8.1 to weblogic 10.3 using workshop import functionality
Problem Description: We have workshop pageflows web application in BEA weblogic 8.1 which contains jpf-pageflow framework for control flow in J2EE architecture. Now we are trying to migration it to Oracle Weblogic 10.3. We are using the import functionality of Oracle workshop for weblogic 10.3.
While importing we are getting error with following stacktrace :
ERROR: Performing upgrade for project: BOSPPerforming upgrade for project: BOSP
ERROR: Exception caught during upgrade of “BOSP”Exception caught during upgrade of “BOSP”
org.eclipse.core.runtime.CoreException: Failed while installing Beehive NetUI 1.0.1.
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1259)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:398)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:290)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:272)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:282)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.installProjectFacet(FacetedProject.java:237)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgradeWebProject(NetuiProjectUpgrader.java:745)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgrade(NetuiProjectUpgrader.java:428)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$ProjectUpgradeRequest.performSourceUpgrade(UpgradeWizardContext.java:940)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$SourceUpgradeTask.run(UpgradeWizardContext.java:1577)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext.performSourceUpgrade(UpgradeWizardContext.java:276)
at com.bea.workshop.upgrade81.operations.SourceUpgradeOperation.execute(SourceUpgradeOperation.java:35)
at com.bea.workshop.upgrade81.appimport.operations.ProjectImportUpgradeOperation.execute(ProjectImportUpgradeOperation.java:73)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at com.bea.workshop.upgrade81.wizard.FlexibleDataModelWizard$1CatchThrowableRunnableWithProgress.run(FlexibleDataModelWizard.java:312)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
org.eclipse.core.runtime.CoreException[0]: org.eclipse.core.runtime.CoreException: error installing beehive netui facet
at com.bea.workshop.netui.project.core.features.BeehivePageFlowInstallDelegate.execute(BeehivePageFlowInstallDelegate.java:241)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1230)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:398)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:290)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:272)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:282)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.installProjectFacet(FacetedProject.java:237)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgradeWebProject(NetuiProjectUpgrader.java:745)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgrade(NetuiProjectUpgrader.java:428)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$ProjectUpgradeRequest.performSourceUpgrade(UpgradeWizardContext.java:940)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$SourceUpgradeTask.run(UpgradeWizardContext.java:1577)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext.performSourceUpgrade(UpgradeWizardContext.java:276)
at com.bea.workshop.upgrade81.operations.SourceUpgradeOperation.execute(SourceUpgradeOperation.java:35)
at com.bea.workshop.upgrade81.appimport.operations.ProjectImportUpgradeOperation.execute(ProjectImportUpgradeOperation.java:73)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at com.bea.workshop.upgrade81.wizard.FlexibleDataModelWizard$1CatchThrowableRunnableWithProgress.run(FlexibleDataModelWizard.java:312)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
org.eclipse.core.runtime.CoreException[1]: com.bea.workshop.common.filetemplate.core.FileTemplateGenerationFailedException: File template generation failed: Unable to configure AvalonLogSystem : java.io.FileNotFoundException: C:WindowsSystem32velocity.log (Access is denied)
at com.bea.workshop.common.filetemplate.core.FileTemplateDescriptor.process(FileTemplateDescriptor.java:443)
at com.bea.workshop.common.filetemplate.core.FileTemplateDescriptor.generateUnformatted(FileTemplateDescriptor.java:105)
at com.bea.workshop.netui.project.core.features.BeehivePageFlowInstallDelegate.generateBeehiveNetuiConfig(BeehivePageFlowInstallDelegate.java:375)
at com.bea.workshop.netui.project.core.features.BeehivePageFlowInstallDelegate.execute(BeehivePageFlowInstallDelegate.java:211)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1230)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:398)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:290)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:272)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:282)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.installProjectFacet(FacetedProject.java:237)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgradeWebProject(NetuiProjectUpgrader.java:745)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgrade(NetuiProjectUpgrader.java:428)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$ProjectUpgradeRequest.performSourceUpgrade(UpgradeWizardContext.java:940)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$SourceUpgradeTask.run(UpgradeWizardContext.java:1577)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext.performSourceUpgrade(UpgradeWizardContext.java:276)
at com.bea.workshop.upgrade81.operations.SourceUpgradeOperation.execute(SourceUpgradeOperation.java:35)
at com.bea.workshop.upgrade81.appimport.operations.ProjectImportUpgradeOperation.execute(ProjectImportUpgradeOperation.java:73)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at com.bea.workshop.upgrade81.wizard.FlexibleDataModelWizard$1CatchThrowableRunnableWithProgress.run(FlexibleDataModelWizard.java:312)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
ERROR: Exception caught during upgrade of “com.bea.workshop.upgrade81.JspTaglibUpgrader”Exception caught during upgrade of “com.bea.workshop.upgrade81.JspTaglibUpgrader”
java.lang.OutOfMemoryError: Java heap space
at javelin.tokens.TokenStreamList.ensureCapacity(TokenStreamList.java:63)
at javelin.tokens.TokenStreamList.addLast(TokenStreamList.java:52)
at javelin.tokens.TokenStreamImpl.addLast(TokenStreamImpl.java:107)
at javelin.tokens.TokenStream.addLast(TokenStream.java:611)
at javelin.java.JavaLexer.lex(JavaLexer.java:494)
at javelin.java.JavaSourceFile.lex(JavaSourceFile.java:172)
at javelin.SourceFile.getTokenStream(SourceFile.java:372)
at javelin.SourceFile.getAst(SourceFile.java:516)
at javelin.java.JavaSourceFile.initForResolve(JavaSourceFile.java:580)
at javelin.java.JavaSourceFile.fullResolve(JavaSourceFile.java:613)
at javelin.java.JavaSourceFile._check(JavaSourceFile.java:656)
at javelin.java.JavaSourceFile._check(JavaSourceFile.java:1100)
at javelin.java.JavaSourceFile._check(JavaSourceFile.java:49)
at javelin.SourceFile.masterCheck(SourceFile.java:777)
at javelin.SourceFile.check(SourceFile.java:297)
at javelin.java.JavaSourceFile.check(JavaSourceFile.java:626)
at javelin.ProxySourceFile$ProxyEnv._createJavaSourceFile(ProxySourceFile.java:687)
at javelin.ProxySourceFile$ProxyEnv.access$1100(ProxySourceFile.java:585)
at javelin.ProxySourceFile$ProxyEnv$CompositeFileBuilder.close(ProxySourceFile.java:965)
at javelin.jsp.JspCheckContext.check(JspCheckContext.java:90)
at javelin.jsp.JspAnalyzer.check(JspAnalyzer.java:59)
at javelin.ProxySourceFile._check(ProxySourceFile.java:152)
at javelin.SourceFile.masterCheck(SourceFile.java:777)
at javelin.SourceFile.check(SourceFile.java:297)
at javelin.SourceFile.check(SourceFile.java:318)
at javelin.client.ClientUtilsImpl.checkSourceFile(ClientUtilsImpl.java:766)
at workshop9.sourceeditor.compiler.CompilerSvcImpl.compileFile(CompilerSvcImpl.java:527)
at workshop9.sourceeditor.compiler.CompilerSvcImpl.refreshFile(CompilerSvcImpl.java:474)
at workshop9.sourceeditor.compiler.CompilerSvcImpl.refreshFile(CompilerSvcImpl.java:504)
at com.bea.workshop.upgrade81.JspTaglibUpgrader.upgrade(JspTaglibUpgrader.java:93)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$ProjectUpgradeRequest.performSourceUpgrade(UpgradeWizardContext.java:940)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$SourceUpgradeTask.run(UpgradeWizardContext.java:1577)
I have used below parameters in workshop.ini file :
Two parameters i want to highlight here are Xms and Xmx containing the values 768m and 1024m respectively.
Product used : Oracle weblogic
Product Version : 10.3
Platform : MS windows 7; 32 bit
I have 2gb memory(1.86gb usable)in the machine. Also I have changed Xms and Xmx values to 256m and 1280m respectively in workshop.ini file. Increasing Xmx value more than this(as specified above) is causing workshop not to initiate at all and workshop is closing down itself throwing an error ‘could not create java virtual machine’. Also workshop is throwing error while upgrading struts.jar(present in /WEB-INF/lib folder of the web application in question) through import functionality as represented in the initial portion of the stack trace{org.eclipse.core.runtime.CoreException: Failed while installing Beehive NetUI 1.0.1.} mentioned above.
What might be the possible reasons due to which i am getting this error. Any ideas/suggestions to resolve this issue would be very helpful.
Hi Pralay,
Looks like you are using WIndows 32-bit operating system , which has a limitation on putting large heap space. The maximum theoretical heap limit for the 32-bit JVM is 4G. Due to various additional constraints such as available swap, kernel address space usage, memory fragmentation, and VM overhead, in practice the limit can be much lower.
On most modern 32-bit Windows systems the maximum heap size will range from 1.4G to 1.6G. On 32-bit Solaris kernels the address space is limited to 2G. On 64-bit operating systems running the 32-bit VM, the max heap size can be higher, approaching 4G on many Solaris systems.
As of Java SE 6, the Windows /3GB boot.ini feature is not supported.
If your application requires a very large heap you should use a 64-bit VM on a version of the operating system that supports 64-bit applications. As eclipse/workshop itself consumes a lots of system memory including Native Memory to load several native libraries, so you will need a 64 bit OS or JVM to compile your project because the PageFlows and netUI components are already known as heavy weight components.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
I have a problem with UpgradePlugin every time I open eclipse 3.8, installed using portal103_win32.exe, downloaded from Oracle. The ErrorLog shows:
\Encountered an unexpected exception: org.eclipse.wst.common.internal.environment.eclipse.EclipseLog
in com.bea.workshop.upgrade81.
Stack trace:
java.lang.ClassCastException: org.eclipse.wst.common.internal.environment.eclipse.EclipseLog
at com.bea.workshop.upgrade81.UpgradePlugin.getFrameworkLog(UpgradePlugin.java:164)
at com.bea.workshop.upgrade81.UpgradePlugin.start(UpgradePlugin.java:64)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:441)
at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:264)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:396)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:109)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at oracle.eclipse.tools.common.util.PluginUtil.loadClass(PluginUtil.java:195)
at oracle.eclipse.tools.common.util.PluginUtil.instantiate(PluginUtil.java:249)
at oracle.eclipse.tools.common.upgrade.internal.UpgradeFrameworkImpl.readExtensions(UpgradeFrameworkImpl.java:361)
at oracle.eclipse.tools.common.upgrade.internal.UpgradeFrameworkImpl.initialize(UpgradeFrameworkImpl.java:94)
at oracle.eclipse.tools.common.upgrade.UpgradeFramework.initialize(UpgradeFramework.java:26)
at oracle.eclipse.tools.common.upgrade.internal.StartupHandler.earlyStartup(StartupHandler.java:19)
at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:87)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench$63.run(Workbench.java:2470)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Looks like you are using too old WebLogic (8.1) now it is being owned by “Oracle” (Not BEA). Also the support for WLS 8.1 has already been ended the lifecycle. Currently i do not have WLS8 to check the classes/jars mentioned in the stack tart. So it is difficult for me to help on this case.
I will suggest you to please upgrade your WLS 8.1 (Also the Java 1.6 is also marked as End Of Life) so you should plan for an upgrade.
Hi Pralay,
Regarding migrating your WLS8.x pageflow and control framework based application to WLS10.3.3 server …. It requires a lots of changes and configuration and from Oracle side there is no specific step mentioned on this topic so you will have to contact oracle support for the accurate guidelines. As this migration is little easy from WLS8.x to WLS10.3.0 …so i would recommend you to first migrate your project from WLS8,1 to WLS10.3.0 and then you can try upgrading it to WLS10.3.3,
But contacting Oracle Support on this would be much useful.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
Thanks for your response. Yes, I am trying that option to migrate our web-application(containing pageflows and netui)from weblogic 8.x to weblogic 10.3 first.
In that case, as my current system has only 2gb memory, it is throwing an error of java heap size during import operation in oracle workshop. I will try to get an
high configuration box as per the suggestions. It would be very helpful if you would help in clearing some doubts on this aspect.
1) If i am able to import the my web application(containing pageflows and netui) from weblogic 8.x to weblogic 10.3 using workshop. Will this upgraded version be able to run successfully in oracle weblogic 10.3.3.
2) Is there any option we have in oracle workshop 10.3 where we can import a single jpf file in later stage as well.
I have migrated pageflows/netui application from weblogic 8.x to weblogic 10.3. Now i am trying to deploy the web application(built in
weblogic workshop 10.3) in oracle weblogic 10.3.3 and i am getting the following errors.
Caused By: javax.servlet.ServletException: [HTTP:101249][ServletContext@15573976
[app:COSP module:COSP.war path:/COSP spec-version:2.5]]: Servlet class org.apach
e.beehive.netui.pageflow.PageFlowActionServlet for servlet action could not be l
oaded because the requested class was not found in the classpath .
java.lang.ClassNotFoundException: org.apache.beehive.netui.pageflow.PageFlowActi
onServlet.
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
mpl.java:551)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
ervletContext.java:1976)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(
WebAppServletContext.java:1950)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
pServletContext.java:1869)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletCon
text.java:3126)
Truncated. see log file for complete stacktrace
>
Any idea why this error is coming? Is the pageflow/netui web application is not supported to run in wblogic 10.3.3. Any suggestions/ideas
would be very much helpful.
<Console encountere
d the following error weblogic.application.ModuleException: [HTTP:101216]Servlet
: "action" failed to preload on startup in Web application: "COSP.war".
javax.servlet.ServletException: [HTTP:101249][ServletContext@15573976[app:COSP m
odule:COSP.war path:/COSP spec-version:2.5]]: Servlet class org.apache.beehive.n
etui.pageflow.PageFlowActionServlet for servlet action could not be loaded becau
se the requested class was not found in the classpath .
Caused by: javax.servlet.ServletException: [HTTP:101249][ServletContext@15573976
[app:COSP module:COSP.war path:/COSP spec-version:2.5]]: Servlet class org.apach
e.beehive.netui.pageflow.PageFlowActionServlet for servlet action could not be l
oaded because the requested class was not found in the classpath .
java.lang.ClassNotFoundException: org.apache.beehive.netui.pageflow.PageFlowActi
onServlet.
<Unresolved WebApp
ibrary references defined in weblogic.xml, of module 'BOSP.war' [Extension-Name
struts-1.1, Specification-Version: 1.1, exact-match: true], [Extension-Name: j
tl, Specification-Version: 1.1, exact-match: true], [Extension-Name: beehive-ne
ui-1.0.1-10.0, Specification-Version: 1, exact-match: true], [Extension-Name: b
ehive-netui-resources-1.0.1-10.0, Specification-Version: 1, exact-match: true].
<Failure occurred
in the execution of deployment request with ID '1317054329160' for task '1'. Er
or is: 'weblogic.application.ModuleException: Failed to load webapp: 'BOSP.war'
Caused By: weblogic.management.DeploymentException: Error: Unresolved Webapp Li
rary references for "ServletContext@11579941[app:BOSP module:BOSP.war path:/BOS
spec-version:2.5]", defined in weblogic.xml [Extension-Name: struts-1.1, Speci
ication-Version: 1.1, exact-match: true], [Extension-Name: jstl, Specification-
ersion: 1.1, exact-match: true], [Extension-Name: beehive-netui-1.0.1-10.0, Spe
ification-Version: 1, exact-match: true], [Extension-Name: beehive-netui-resour
es-1.0.1-10.0, Specification-Version: 1, exact-match: true]
Hi Pralay,
Beehive-netui is just like any other framework, so it should work in WLS10.3.3 as well without any issue. (I am not sure about it is supported by Oracle in WLS10.3.3…but no matter what …It’s just a framework based on standard j2ee model so it should work just fine).
The main issue of the exception which you are getting is “java.lang.ClassNotFoundException: org.apache.beehive.netui.pageflow.PageFlowActionServlet.” This class is placed inside the Jar “beehive-netui-core-x.x.x.jar” which basically resides inside some shared llibrary and the application refers to this library in order to get the Classes required.
I can see in your error message that you have a war file “BOSP.war” which has a “weblogic.xml” file inside it it is refering to shared libraries ….and which are not already deployed on your WebLogic10.3.3 so that’s why you are getting Unresolved Webapp Lirary references
[Extension-Name: beehive-netui-1.0.1-10.0, Speification-Version: 1, exact-match: true],
[Extension-Name: beehive-netui-resoures-1.0.1-10.0, Specification-Version: 1, exact-match: true]
The above two shared libraries are supposed to be deployed on the WebLogic server first before you try to deploy your application “BOSP.war” on it.
Next Action:
You need to check “beehive*.*” related Shared libraries in your previous WebLogic server (those beehive’s may be either in form of WAR or EAR) and then just deploy them in your WLS10.3.3 as Shared Libraries. Then try to deploy your application BOSP.war.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
Thanks for your response. We have imported our pageflows web-application through import functionality of oracle workshop 10.3. Now when we are trying to deploy the same in wls 10.3, we are facing the following errors.
Any help/suggestions would be very much helpful. Thanks, Pralay
<Sep 27, 2011 9:10:34 PM IST> <Error> <Deployer> <BEA-149202> <Encountered an exception while attempting to commit the 7 task for the application 'COSP'.>
<Sep 27, 2011 9:10:34 PM IST> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating start task for application 'COSP'.>
<Sep 27, 2011 9:10:34 PM IST> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
weblogic.application.ModuleException: weblogic.logging.commons.LogFactoryImpl
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1375)
at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:468)
at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:204)
at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:37)
at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:60)
Truncated. see log file for complete stacktrace
java.lang.ClassNotFoundException: weblogic.logging.commons.LogFactoryImpl
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Truncated. see log file for complete stacktrace>
<Sep 27, 2011 9:10:34 PM IST> <Warning> <netuix> <BEA-423420> <Redirect is executed in begin or refresh action. Redirect url is /console/console.portal?_nfpb=true&_pageLabel=AppDeploymentsControlPage.>
The Error Indicates that the Missing Class “weblogic.logging.commons.LogFactoryImpl” is not present in the Server Classpath:
===============================================
Found: weblogic.logging.commons
Class: weblogic.logging.commons.LogFactoryImpl
Package: weblogic.logging.commons
Library Name: com.bea.core.weblogic.commons.logging_1.3.0.0.jar
Library Path: C:bea103modulescom.bea.core.weblogic.commons.logging_1.3.0.0.jar
===============================================
Please add the above Jar file in server Classpath …or Put it inside the $DOMAIN_HOMElib or inside your Application’s “$EAR_APP/APP-INF/lib” directory and the restart the Server/Servers
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
Thanks for your response. It helped. But i have another exception mentioned below.
Internal compiler error
java.lang.NullPointerException
at org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.binarySearch(ReferenceBinding.java:108)
at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.getMethods(ParameterizedTypeBinding.java:542)
at org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:1069)
at org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod(Scope.java:2072)
at org.eclipse.jdt.internal.compiler.ast.MessageSend.resolveType(MessageSend.java:428)
at org.eclipse.jdt.internal.compiler.ast.CastExpression.resolveType(CastExpression.java:459)
at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve(LocalDeclaration.java:187)
at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:428)
at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:195)
at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:400)
at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1085)
at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1164)
at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:366)
at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:626)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:392)
at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:362)
at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.compile(BatchImageBuilder.java:174)
at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:299)
at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.build(BatchImageBuilder.java:59)
at org.eclipse.jdt.internal.core.builder.JavaBuilder.buildAll(JavaBuilder.java:269)
at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:177)
at com.bea.wstudio.javabuilderx.JavaBuilderX.build(JavaBuilderX.java:66)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:247)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:214)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:353)
at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:494)
at org.eclipse.core.internal.resources.Project.build(Project.java:76)
at org.eclipse.ui.actions.BuildAction.invokeOperation(BuildAction.java:195)
at org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.java:141)
at org.eclipse.ui.actions.WorkspaceAction$1.runInWorkspace(WorkspaceAction.java:460)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
COSB/ejbModule/com/bt/cos/cosb/vas OpenZoneProduct.java line 0 1317218385841 2077
Severity and Description Path Resource Location Creation Time Id
Internal compiler error
java.lang.NullPointerException
at org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.binarySearch(ReferenceBinding.java:108)
at org.eclipse.jdt.internal.compiler.lookup.ParameterizedTypeBinding.getMethods(ParameterizedTypeBinding.java:542)
at org.eclipse.jdt.internal.compiler.lookup.Scope.findMethod(Scope.java:1069)
at org.eclipse.jdt.internal.compiler.lookup.Scope.getMethod(Scope.java:2072)
at org.eclipse.jdt.internal.compiler.ast.MessageSend.resolveType(MessageSend.java:428)
at org.eclipse.jdt.internal.compiler.ast.CastExpression.resolveType(CastExpression.java:459)
at org.eclipse.jdt.internal.compiler.ast.LocalDeclaration.resolve(LocalDeclaration.java:187)
at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolveStatements(AbstractMethodDeclaration.java:428)
at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.resolveStatements(MethodDeclaration.java:195)
at org.eclipse.jdt.internal.compiler.ast.AbstractMethodDeclaration.resolve(AbstractMethodDeclaration.java:400)
at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1085)
at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.resolve(TypeDeclaration.java:1164)
at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.resolve(CompilationUnitDeclaration.java:366)
at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:626)
at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:392)
at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:362)
at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.compile(BatchImageBuilder.java:174)
at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:299)
at org.eclipse.jdt.internal.core.builder.BatchImageBuilder.build(BatchImageBuilder.java:59)
at org.eclipse.jdt.internal.core.builder.JavaBuilder.buildAll(JavaBuilder.java:269)
at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:177)
at com.bea.wstudio.javabuilderx.JavaBuilderX.build(JavaBuilderX.java:66)
at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:624)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:166)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:197)
at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:247)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:214)
at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:353)
at org.eclipse.core.internal.resources.Project.internalBuild(Project.java:494)
at org.eclipse.core.internal.resources.Project.build(Project.java:76)
at org.eclipse.ui.actions.BuildAction.invokeOperation(BuildAction.java:195)
at org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.java:141)
at org.eclipse.ui.actions.WorkspaceAction$1.runInWorkspace(WorkspaceAction.java:460)
at org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.java:38)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
COSB/ejbModule/com/bt/cos/cosb/vas OpenZoneProduct.java line 0 1317218385841 2077
Would you please help me to resolve this.
Thanks, Pralay
i am having my weblogic domain version 10.0 , i would like to upgrade my domain to 10.3. Is there any way i can upgrade to 10.3 without new installation using some patch or smartupdate tool.Or, do i definitely need a new installation. Can you please suggest me and can you please let me know if there is any procedure to do that.
I upgraded my existing weblogic domain from 10.3.0 to 10.3.3.
I have integrated my weblogic with OBPM 10.3.3 version.
I was using Oracle Type 4 driver with weblogic version 10.3.0. Now if I select any of the drivers available in 10.3.3 and start the engine where the application is deployed I get the following exception
Caused By: java.sql.SQLException: Invalid column type
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
Truncated. see log file for complete stacktrace
>
<Unable to set the activation state to true for the application '07-papiws-FDIDS.ear'.
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
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)
Truncated. see log file for complete stacktrace
Caused By: java.sql.SQLException: Invalid column type
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
Truncated. see log file for complete stacktrace
The driver used from OBPM end is BPM's Oracle Driver version 10,11
The Driver class name and URL used with 10.3.0 is
Driver class name:weblogic.jdbcx.oracle.OracleDataSource
Driver URL:jdbc:bea:oracle://hostname:port
Can you suggest me what should I do?
I have upgraded as follows:
1) I used the installer for upgrade of weblogic server
2) I used domain upgrade wizard to upgrade domain
Is there anything else to be done? Do I need to do anything to complete the installation.
Also now Iam unable to rollback my domain to the previous version. Is there anything I can do to rollback the domain upgrade?
Kindly suggest
I have a domain which spans across 2 servers. I would like to use only one server.
I am planning to do the following
1) Stop the managed servers
2) Change the machine of managed server to machine 1
3) stop the node managers of machine 2 and delete machine 2
4) Uninstall the weblogic in other server
Do we need to do any other task ( since we enrolled these machines while installing ) to remove this server from the domain ?
Getting error while starting the server.
Please suggest…!!!
There are 1 nested errors:
weblogic.management.ManagementException: [Management:141247]The configuration directory /oracle/wls103602/wlserver_10.3/common/bin/config does not exist and the admin server is not available.
at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:200)
at weblogic.management.provider.internal.RuntimeAccessImpl.(RuntimeAccessImpl.java:115)
at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
at weblogic.Server.main(Server.java:71)
OS: Oracle Linux VM 6.1 and 6.4
Weblogic: 10.3.6.0
JVM: jdk1.6.0_38
Issue:
======
Recently I have upgraded the OS from oracle Linux VM 6.1 to 6.4. Since then one of my managed server on one VM is not starting up, where as the other managed servers on other upgraded VM(6.4) is starting up successfully. I am getting the below error in the startup log.
Mar 10, 2013 11:04:46 AM AST> <Server subsystem failed. Reason: java.lang.NoClassDefFoundError: Could not initialize class weblogic.server.channels.BasicServerChannelImpl
java.lang.NoClassDefFoundError: Could not initialize class weblogic.server.channels.BasicServerChannelImpl
at weblogic.protocol.URLManager.createAdminHttpConnection(URLManager.java:374)
at weblogic.management.provider.internal.BootStrapHelper.getBootStrapStruct(BootStrapHelper.java:83)
at weblogic.management.provider.internal.RuntimeAccessImpl.initialize(RuntimeAccessImpl.java:432)
at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:49)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
at weblogic.Server.main(Server.java:71)
Any help on this greatly appreciated.
Regards,
Sohel.
I have found the solution.
Try enrolling Nodemanager with this domain. You can execute below commands to perform nmEnroll():
1. Make sure Admin server is running and navigate to $Domain_home/bin folder on your Linux box
2. Execute setDomainEnv.sh file as below:
# . ./setDomainEnv.sh (there are two dots before slash)
3. Connect to WLST:
# java weblogic.WLST
4. Connect to Admin server of this domain at WLST prompt as below:
for eg: wls:/offline> connect(‘weblogic’,’weblogic123′,’t3://localhost:8001′)
5. Now perform nmEnroll:
wls:/DomainName/serverConfig> nmEnroll()
For eg:
wls:/myAD/serverConfig> nmEnroll()
Enrolling this machine with the domain directory at . …
Successfully enrolled this machine with the domain directory at C:wls103wlserver_10.3commonbin..
wls:/myAD/serverConfig>
Now try restarting managed server and let us know your observations.
Also please check whatever value (DNS name or localhost) you have mentioned in Listen Address field for Admin Server, managed server and Node manager machine
is present in /etc/hosts file on Linux box.
hi Jay,
i want to upgrade our weblogic server. currently we are using wls 10.3.5 . , we want to upgrade it to 10.3.6 on unix. plz let me know the steps for that. plz let me know if upgrade require just 1 patch or it need a complete new installation?
what are the other options if we dont use Oracle Weblogic Server 10.3.6 upgrade installer?
Hi,
I need to compare the configuration of several WebLogic domains. I cannot use WL Mgt pack (due to licences).
What is the best possible way?
Is there an easy way to compare the config directories (xml’s based on an xsd schema : is there smart tooling to compare such xml files)
Or should we write WLST scripts? I have some experience, and we automated the initial setup of the domains.
But connecting to 2 domains, and then working with separate cmo objects seems quite a challenge. And I am particularly interested in those last tiny configuration parameter that was updated manually through the console.
I Check “Generate a domain configured automatically to support the following products”
Check the below mentioned components and click Next
• Oracle JRF – 11.1.1.0 (oracle_common)
And then It prompts me to select options for configuration as below
I choose below options
Administration Server,
Managed Servers,
Clusters and Machines,
Deployments and Services
After managed and cluster setup it prompts me to target all libraries ,applications and start-up and shutdown classes as below
My questions is ,
If I want to automate the domain configuration using wlst as mentioned above , which template do I select ?
After selecting the appropriate template , can I target all app,libraries and start/shut classes ? what is the location for these default libraries ,app and start/shut classes ?
We installed jboss6.1.0-final in our environment,max-backup log files are not working for us.Logs keeps rotating, but it is not deleting after certain number of files, Can some one help me to set max-backup-index in jboss-6.1.0-final.
August 19th, 2010 on 1:34 pm
Hi All,
This site is very useful really.As a beginer i need one info.we have 1 admin & 2 managed servers for setup of weblogic 9.2mp3 will there be single installation file for setup of both admin and managed servers if so how to assign which one is admin and which is managed.we need to setup 6 clusters also.pls let me know.
thanks
ramireddy.
August 19th, 2010 on 2:10 pm
Hi Ramireddyv,
If you want your Managed Servers to be located in the Same Physical Box where the AdminServer is running then you need not to install the WebLogic again on that Box. But suppose you want to Install AdminServer in Physical BOX-1 and 2 Managed Servers on Physical BOX-2 (You have to Install One WebLogic in BOX-2 then). Same way if you have 2 More Managed Servers which you want to Install on BOX-3 Then you need to again Install WebLogic in BOX-3 as well.
While Installing WebLogic on Different Physical Boxes (Wheree u want to run your Managed Servers) U Must Install the WebLogic in the Same Identical Location.
Example: If you have installed WebLogic in AdminServer Box-1 in “C:bea923” then Box-2 and Box-3 also should have WebLogic Installed on the Same Location “C:bea923” …It avoids many issues…. So Always keep the same Installation Path for your WebLogic Same in every Physical Box.
For Creating Clusters you can follow the Below Link: http://middlewaremagic.com/weblogic/2010/04/28/weblogic-clustering-in-remote-boxes/. You can create as many clusters you want in a Single WebLogic Domain. So yes ofcourse you can create 6 Clusters.
Every WebLogic Domain can have only one AdminServer. So apart from that you can create any number of Managed Servers. If Some Managed Servers you want to create in the Same Physical Box where your AdminServer is Running then U must give them a Unique Port Numbers to Run. Based On Port Numbers you can identify which server is running.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
August 27th, 2010 on 2:20 pm
Hi,
If i want to migrate my all application from weblogic 9.2 mp3 to weblogic 10 base version.
Then what should be correct procedure.We are using unix as a OS platform and want to have same structure on weblogic 10 as we have in 9.2 mp3,(we have one seprate domain for each application (admin and 1 manage server on one box and another manage server on diffrent box as a cluster).Applications are in production environment.
PS:If we create same architecture as we have in 9.2 weblogic on weblogic 10 and deploy our application on weblogic 10 server , then Which are the files where we need to make our changes?
August 27th, 2010 on 2:27 pm
Hi Sahil,
If you are migrating your applications from WLS9.2 MP3 to WLS10.0 base version then with the same configurations like Clusters/ManagedServers…etc…then there is no need to change anything in your Application.
But it is always better that u pre compile your applications in the New version of weblogic using the “weblogic.appc” utility to make sure all the Applications compiles fine in latest version of WLSt. Please refer to the following link to see how we can use “appc” utility:
http://middlewaremagic.com/weblogic/2010/02/08/weblogic-specific-appc-ant-task/
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
August 31st, 2010 on 5:12 am
Hello Jay,
Can we transfer an application from weblogic 8.1.3 to 9.1/9.2 without making any changes to the application ? As far as my knowledge, we dont need to change anything, but, If we need to make changes, where do we need to make the changes. I hope it is the descriptor files.
Also,
after transferring the application, do we need to pre compile the application or is it not necessary ?
After the transferrring, if the application deployed in 8.1.3 has connection pools configured, do we need to reconfigure them in 9.1/9.2 or will they be automatically configured ? I guess that we will need to reconfigure them, right ?
Thanks in Advance
August 31st, 2010 on 4:58 pm
Hi Rakesh,
Please refer to the following Post: http://middlewaremagic.com/weblogic/2010/08/26/weblogic-ddconverter-to-generate-latest-dds/
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 13th, 2010 on 7:23 pm
Hi guys,
Can you answer my qn. at..
http://forums.oracle.com/forums/thread.jspa?threadID=1127420&tstart=0
September 15th, 2010 on 2:11 pm
Hi Vbhandaru,
Sorry for Delay in response. It is a very common issue. So i developed a Simple Post on this issue. Please refer to : http://middlewaremagic.com/weblogic/2010/09/15/get-rid-of-unresolved-webapp-library-references/
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 17th, 2010 on 10:27 pm
Hi Jey
Hats off !! to your wonder..
I have 2 questions…
1. please let me know steps to start manage server while admin server is down? (let say admin server is crash)
2. startmanage server the first time (let say there is config cache in manage server site or admin server is something wrong in firsttime itself)
I believe the 2nd case is impossible
thanks
Rajp
September 18th, 2010 on 5:46 pm
Hi Rajp,
Yes, you are right…If the “config cache” is also not available in the managedServer Box …(when the Admin is Down) then it is not possible to start the Managed Server. But in this kind of critical scenario you can try copying and pasting the “config.xml” file manually from AdminServer to the Managed Server Box….and then try to satrt the Managed Server.
If the AdminServer is Down and Yiu want to satrt your Managed Server then First of all you must make sure the the MSI-Mode is enabled for that Managed Server (From WLS9.x onwards MSI mode is By default enabled for all the Managed Servers).
Case-1).
If MSI mode is enabled then you can either start the ManagedServer from the ManagedServer Box … using “startManagedWebLogic.sh”/startManagedWebLogic.cmd scrips by passing the ManagedServer name as an argument.
Example: startManagedWebLogic.cmd MS1
Case-2).
If MSI mode is enabled then you can and If you have configured the NodeManager as well for your Managed Server then in you can use the WLST finction to first of all connect to the Nodemanager using nmConnect() function then you can start the ManagedServer using the nmStart() function which Start a server in the current domain using Node Manager.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 21st, 2010 on 5:54 am
hello Admin,
I was trying to migrate a war application from 8.1 to 9.2 and i am getting this error.
I am using windows XP and deploying this application in dev env.
I tried the C:java weblogic.appc filename.war, it said some error and when i look at the log file i get the below error.
Can you please educate me on this error.
Thank you in advance
September 21st, 2010 on 10:08 am
Hi Rakesh,
The following Line of Error Suggests that your “log4jAdmin.jsp” has some wrong code in it….please correct that before compiling it using weblogic.appc utility:
log4jAdmin.jsp:5:10: The value for the “import” attribute is missing.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 22nd, 2010 on 12:58 pm
Hello Admin,
I am facing problem in creating the build.xml using weblogic.BuildXMLGEN tool .
a) Below is the structure of my portal application
SrcCode
— .metadata (eclipse plugins folder)
— B2BApp ( Ear Content)
— b2bPortal ( portal related file(controllers,jsp)
— b2bsrc (java src)
b) Now I executed below utility to generate the build.xml ”
java weblogic.BuildXMLGen -projectName B2BApp -username weblogic -file build.xml -password welcome1 F:srcCode”
c) Based on the above step , build.xml got generated .
d) when I execute “ant compile” target from the command prompt , I see the below exception
ant compile
Buildfile: build.xml
compile:
[wlcompile] [JAM] Warning: failed to resolve class AbstractJspBacking
[wlcompile] [JAM] Error: unexpected exception thrown:
[wlcompile] com.bea.util.jam.internal.javadoc.JavadocParsingException: Parsing failure in F:b2bNewb2bPortalsrcportletsb2bdmrPickerPickerController.java at line 58.
e) I suspect , the problem is bcoz of classpath issues , as I generated build.xml donot have the references to dependent lib’s.As build.xml looks like below :
<!– –>
<!– –>
…..
….
Please help me to reslove these issues .
PS: I able to deploy the application using 10.3.2 weblogic workshop ( i.e inbuilt eclipse )
thank you in advance
September 22nd, 2010 on 1:06 pm
Hi SaratKumar,
Please refer to: get-rid-of-unresolved-webapp-library-references/#comment-1950
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 22nd, 2010 on 10:52 pm
so, we need to extract the war file and change the log4jadmin.jsp file right ???
and what is the change that we need to make like add java.util attributes and import statements ???
what are those specific java.utils. attributes ???
Thanks in advance
September 23rd, 2010 on 9:19 am
Hi Rakesh,
From WebLogic Administration point you need not to make any changes in the “log4admin.jsp” because that is not the Job of an Administrator to make code changes…so we need not to learn What Changes We (Server Admins) Need to make in a JSP to make it work…... Please involve your Application Developers to find out what is the issue.
Still if you are facing any issue then Please send me the complete TestCase…i will try to debug the Application.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 23rd, 2010 on 4:18 am
Hello Jay,
I changed the log4jAdmin.jsp and i can deploy the app and can get to some extent of the application, but still i am getting some errors.
below is the error
can you please check it
Thanks in advance
September 23rd, 2010 on 9:12 am
Hi Rakesh,
Seems your Application is using Struts Framework… And the error is also being thrown by Struts APIs…So it looks like an Incorrect Struts configuration. You will have to involve the Application developers to debug this issue to findout what is wrong woth the StrutsAction configuration part.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
October 25th, 2010 on 1:20 pm
Hello Jay,
Hey can we upgrade from 9.2MP3 to 10.3.3? We are running our servers on 9.2MP3 and want to upgrade to 10.3.3.How can we do this?
Thanks
Sumit
October 26th, 2010 on 7:44 pm
Jay,
I have downloaded the 10.3.3 installable . Will this installable have upgrade wizard? or do i need to download ?
When we use installable wizard this will upgrade the weblogic right.
What ever is given at this location only talks about upgrading domain.etc. I did not found any documentation about weblogic software itself.http://download.oracle.com/docs/cd/E12840_01/wls/docs103/upgrade/upgrading9091.html
Can you please point me to the document about upgrade of weblogic from 9.2MP3 to 10.3.3?
Thanks
Sumit
October 27th, 2010 on 2:30 pm
I’ve got Weblogic Server 10.3.2 and want to upgrade it up 10.3.3
I downloaded patch 9618487 from My Oracle Support (file p9618487_1033_Generic.zip – contains wls1033_upgrade_generic.jar), ran the jar file
-java -jar wls1033_upgrade_generic.jar
and installation programm correctly detected existing Middleware Home (home/user1/Oracle/Middleware2), but when I selected corresponding option “Use an existing Middleware Home” and press “Next” I’ve got an error “Product is not installed” (((
But I’ve got directory wlserver_10.3 at my middleware home and I don’t know why programm can’t find installed Weblogic Server 10.3.2
I put parameter -log and received next at log file:
2010-10-20 13:41:05,840 WARN [WizardController] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl – Property value for linux32_jdk160_18.zip not found..
2010-10-20 13:41:05,848 WARN [WizardController] com.bea.cie.gpr.internal.model.JvmTargetManagerImpl – Property value for linux_ia32_jrockit_160_17_R28.0.0-679_jdk.zip not found..
What’s the problem?
Thanks 🙂
October 27th, 2010 on 5:11 pm
sumit, try this link
http://download.oracle.com/docs/cd/E14571_01/web.1111/e13754/toc.htm
October 27th, 2010 on 11:52 am
Jay,
But this link does not talked about upgrading weblogic. It is only about domain, security provider.
But i want to upgrade the weblogic software itself.
And how to invoke the upgrade wizard on Solaris. If i directly run the bin the file it does not talk about upgrade
Thanks
Sumit
October 28th, 2010 on 12:39 am
Hi Sumit,
Step1). First u need to Install the New WebLogic Version (Suppos u downloaded the Latest version…)
Step2). Inside the Latest WebLogic Installation Directory u will find …the Upgrade utility…“upgrade.sh”
Then run upgrade command as usual.
${LATEST_MW_HOME}/wlserver/common/bin/upgrade.sh”
Step3). As soon as u will run this script it will automatically detect any Older version WLS in your File System …Or U provide the location of your Old WebLogic Install location (As soon as this script as for that) to be upgraded…
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
October 28th, 2010 on 10:16 am
Jay,
If i have install the latest (10.3.3) version then what is the point of upgrade from 9.2MP3 to 10.3.3
This means i need to first delete the version 9.2MP3 and then install 10.3.3?
For eg:
I have WL 9.2MP3 in /opt/fsm/bea directory. This means first i delete the content of /opt/fsm/bea and then install 10.3.3. Then if i run upgrade.sh then what this script will find.
Thanks
Sumit
October 28th, 2010 on 11:44 am
Hi Sumit,
You have 2 Options to upgrade the WebLogic 9.2 MP3 to WLS10.3.3…
Option-1). Download the “Upgrade Installer of WLS10.3.3” (NOT the Normal WLS10.3.3 Installer) As soon as u will start running the Upgrade Installer it will guide you in very self explanatory way.
Option-2). As u mentioned in your previous post that u already downloaded WLS 10.3.3 Normal Installer (Not the Upgrade Installer)……So i suggested in my previous reply that U can go with that as well….In that case u need to Install WLS10.3.3 in your Box and then use the “upgrade.sh” utility of WLS10.3.3 to Upgrade your WLS9.2 MP3 installation.
I don’t have the link for WLS10.3.3 Upgrade Installer …
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
December 14th, 2010 on 8:14 pm
I have a customer who is trying to install 10.2.2 and he is ending with following error:
Following is the error at the time of the isntallation of the WL 10.2.2.
(
The product maintenance level of the current installer (WebLogic
** Server:10.3.2.0) is not compatible with the maintenance level of the
** product installed on your system (WebLogic Server:10.3.3.0) . Please
** obtain a compatible installer or perform maintenance on your current
** system to achieve the desired level. )
How should I go about it?
Thanks
December 14th, 2010 on 9:05 pm
Hi Jeets,
It looks like your customer has got a wrong Installer of WLS10.3.2…Rather than getting a Full Installer may be they got a “Upgrade Installer 10.3.2”. So please check the Installer is correct or not.
When you get the correct Installer then Please choose a Different Installation root path for your new Installation.
Suppose if above is not the case and Still if you face any issue then try the following:
TEMPORARILY rename the following files … of WLS10.3.3 Installation…(After Installing WLS10.3.2 rename them back to their Original Names)
1). WLS10_3_3wlserver_10.3.product.properties ———-> rename to something Else.
2). WLS10_3_3wlserver_10.3.home ———-> rename to something Else.
3). WLS10_3_3.home ———-> rename to something Else.
Below is the Most Important Step ( You can even ignore above 3 )
4). The Most Important step is …Some where in the Root Directory you will find a Directory with name “bea” which contains a file with name “beahomelists” Just remove the WLS10.3.3 Entry from that file temporarily…
Example: Location of that file in WINDOWS will be C:/bea/beahomelist
Following kind of entry you will see in that file:
D:beabea100;D:beabea920;C:bea816;C:bea103;E:bea10_3_2;E:Oracle_JDeveloper_10_3_2,C:WLS10.3.3
Above is the file “beahomelist” from where the new Installer gets the Information about the previously Installed WLS Versions.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
December 14th, 2010 on 11:38 pm
I have a customer, he is trying to use weblogic audit script.py file to check if he has the proper license.
He is getting the STDOUT and he wants to know, how to read the script and he wants to confirm if he has the valid license for all the components for it.
I tried to run the .py file and got some out put, I tried to run on the verbose to true and have run the script.
Could you help on how to work with the script exactly?
Thanks in advance.
December 14th, 2010 on 11:52 pm
Hi Jeets,
Please post your WLS Script so that we can have a look on it…as well as please let us know the WLS Version.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
December 14th, 2010 on 11:45 pm
Thanks for your pervious update Jay…
Thanks a lot. You are genius.
December 15th, 2010 on 6:47 pm
Jay…
Did the code I send is working for you?
Am affraid if I have provided the complete .py for you.
Please let me know.
December 16th, 2010 on 12:39 am
Jay,,,
If I run the script I do not get any errors as such,
But I doubt, if am really using the script properly
Thanks,
Jeets
December 16th, 2010 on 1:52 am
Am done with this request, thanks for your support.
December 22nd, 2010 on 4:20 pm
Hi,
I want to upgrade weblogic Application Server 10.3.0 to 10.3.3.Can I upgrade the weblogic Application server to 10.3.3 directly or I need to upgrade in steps wise 10.3.0—> 10.3.1—> 10.3.2—> 10.3.3
Plz provide your inputs
Regards,
Madhu
December 22nd, 2010 on 5:04 pm
Hi Madhu,
The Best and Recommended way by Oracle to Upgrade your WebLogic from WLS10.3 to WLS10.3.3 is …..following:
1). Install latest WLS10.3.3 in your Box whee you have already installed and Running your Old WLS10.3
2). The Take a Back up of WLS10.3 version completely.
3). Now you can update your Existing Domains. For that you have 2 Options:
Option One: Manual Update
Install WebLogic Server 10.3.3 software.
Back up the existing application environment, including the domain directory, application and application data that is external to the domain, and log files (if necessary).
Update the script files in the domain to point to the installation of WebLogic Server 10.3.3. For example, set MW_HOME, MW_HOME, BEA_HOME, BEA_JAVA_HOME, JAVA_HOME, and WL_HOME to the appropriate values.
Update the CLASSPATH to remove path information that is no longer required, such as patch file information that applies to a pre-10.3.3 release.
Option two: Automated Update
Use the Domain Upgrade Wizard, as described in Chapter 5, “Upgrading a WebLogic Domain.”
NOTE: according to the Recommendations upgrading an application environment that is currently deployed in production. Instead, you should upgrade your application environment while it is under development or test and execute standard procedures for quality assurance and performance tuning before promoting the upgraded environment to production.
For More Informations Please refer to : http://download.oracle.com/docs/cd/E14571_01/web.1111/e13754/upgrading9091.htm#i1055058
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
.
.
Thanks
Jay SenSharma
December 23rd, 2010 on 4:35 pm
Hi Jay,
I would like to upgrade my weblogic from 10.3.0 to 10.3.3.
Am little confused with the steps mentioned.
Should I download MP2 packs from Oracle Support and run then or should i download weblogic 10.3.3 from oracle site and install it(in new location)?
I also want to know whether installing newly downloaded weblogic 10.3.3 will automatically detect the already installed weblogic (10.3)
Also let me know if there is any impact in migrating from 10.3 to 10.3.3 ( I went through the documents but i was not clear on “verify supported configurations”)
I have a clustered environment and is it advisable to migrate from 10.3 to 10.3.3 when 10.3 is in production.
Please advice
Thanks and Regards,
Charan
December 23rd, 2010 on 5:51 pm
Hi Charan,
1). Download the version of WLS in which you want to upgrade. Example Download WLS10.3.3.
2). Install WLS10.3.3 and then you will find “upgrade.sh” script inside “<WLS_HOME>commonbin” directory…just run it…. It will ask whether you want to upgrade a Domain/Application…Follow the instructions there.
.
.
Keep Posting 🙂
Thanks
Jay Sensharma
December 28th, 2010 on 2:04 pm
Hi Jay,
Thank you for your quick reply.
I also need to analyse the Impact (both advantage and disadvantage) of this upgrade. Will you help me gather information on how it improves the performance comparatively?? (if there is any)
Thanks,
Charan
December 28th, 2010 on 3:47 pm
Hi Charan,
Few things which everyone has to keep in mind during upgrading the sever are like
– Make sure you have a backup of a domain, any other external applications also application database resources etc before upgrading. However normally upgrading process has an option if you need a backup but that would only backup the domain directory only.
– Upgrading process would recreates the scripts like start-up and shut-down scripts, hence any customization made in them would not be taken, thus keep a backup of the scripts also.
– Usually when you run the process then the old domain is been updated by the new scripts, domain structure etc however everything is done at the same old place where your domain is kept.
– This process does not upgrade a JMS JDBC or file store.
Hope that would help you.
Regards,
Ravish Mody
January 3rd, 2011 on 3:51 pm
Hi Ravish,
Thanks for your reply. Can i Have a comparison of weblogic 10.3 and weblogic 10.3.3. In what ways, 10.3.3 is better than 10.3.0? Will the cluster architecture have more performance that 10.3.0?
January 4th, 2011 on 3:46 pm
Hi,
Can anyone help me draw a comparison of weblogic 10.3 and weblogic 10.3.3.
Will there be any improvement in performance??
Thanks,
Charan
January 4th, 2011 on 4:10 pm
Hi Charan,
Sorry for replying late.
However to get all the new features which is been added in Weblogic Server 10.3.3 can be found in the below link:
Topic: What’s New in Oracle WebLogic Server
http://download.oracle.com/docs/cd/E14571_01/web.1111/e13852/toc.htm
Regards,
Ravish Mody
January 5th, 2011 on 8:37 pm
Hi Ravish,
Thank you for your reply
January 12th, 2011 on 2:30 am
Hi
I am working on weblogic upgrade from 8 to 11g and 9 to 11g
Can you tell me the procedure for weblogic upgrade and what would be the issues I would be facing lil bit urgent
Vishwas
January 12th, 2011 on 11:05 am
Hi Veshwas,
Please refer to the following Links to know the upgrade process from WLS9.x to 11g:
1). http://middlewaremagic.com/weblogic/?page_id=2599#comment-2429
2). http://download.oracle.com/docs/cd/E14571_01/web.1111/e13754/upgrading9091.htm#i1055058
For Domain Upgrade you can refer to the following: http://download.oracle.com/docs/cd/E14571_01/web.1111/e13754/upgrade_dom.htm#i1089586
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
January 12th, 2011 on 8:58 pm
Thanks jay
just wanted to know more about the operating system upgrade for weblogic upgrade?
veshwas
January 12th, 2011 on 9:34 pm
Hi Veshwas,
Operating System does not matter much in case of WebLogic Upgrade….as long as you are using WebLogic in a Supported Operating System. The Supported Database / Operating System / JVMs / Processors are mentioned in the following Excel sheet …hope that will be helpful…
http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
January 13th, 2011 on 2:36 am
thanks jay bhai
I really appreciate it I am doing upgrade for thE first time so I am cautious with this thingI will keep u posted
VISHWAS
January 28th, 2011 on 5:40 pm
Hi!
We have WebLogic Server 10.3.2 with WebLogic Portal 10.3.and want upgrade to WLS 10.3.3.
I’ve installed WLS 10.3.3. and run upgrade.sh from it, but got next error:
2011-01-28 15:33:20,911 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver – If not present, set the source WebLogic Configuration to: 9.0
2011-01-28 15:33:20,976 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver – Domain directory selected: /home/user1/Oracle/Middleware/user_projects/domains/wc_domain
2011-01-28 15:33:24,035 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver – error: cvc-elt.4.2: Invalid xsi:type qname: ‘wsrp:wsrp-identity-asserterType’ in element realm@http://xmlns.oracle.com/weblogic/domain
2011-01-28 15:33:24,040 INFO [execute] com.bea.plateng.wizard.plugin.LogMessageObserver – /home/user1/Oracle/Middleware2/wlserver_10.3/common/bin/:11:9: error: failed to load java type corresponding to t=wsrp-identity-asserterType@http://www.bea.com/ns/wlp/90/security/wsrp
2011-01-28 15:33:24,040 ERROR [execute] com.bea.plateng.wizard.plugin.silent.tasks.ExecutePlugInTask – Execute Exception … com.bea.plateng.plugin.PlugInException: Validation errors occurred in parsing /home/user1/Oracle/Middleware/user_projects/domains/wc_domain/config/config.xml
com.bea.plateng.plugin.PlugInException: Execute Exception … com.bea.plateng.plugin.PlugInException: Validation errors occurred in parsing /home/user1/Oracle/Middleware/user_projects/domains/wc_domain/config/config.xml
at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:261)
at com.bea.plateng.wizard.plugin.silent.tasks.ExecutePlugInTask.execute(ExecutePlugInTask.java:76)
at com.oracle.cie.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
at java.lang.Thread.run(Thread.java:619)
Caused by: com.bea.plateng.plugin.PlugInException: Validation errors occurred in parsing /home/user1/Oracle/Middleware/user_projects/domains/wc_domain/config/config.xml
at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.parseNewStyleConfig(DomainDirectorySelectionPlugIn.java:427)
at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:226)
… 3 more
What’s the error with xsi:type… ?
Thank you
January 28th, 2011 on 8:56 pm
Hi Grey,
I am very sorry but i don’t have much knowledge of WebLogic Portal. But as far as i remember from WebLogic 10.3 onwards there is no support for WebLogic Portal in Fusion Middleware (WebLogic 11g).
It means you cannot use a WebLogic Portal application in WebLogic10.3.1/10.3.2/WLS 10.3.3…because not it doesnot include the supporting XSDs and the APIs which is required for WebLogic Portal application which was developed in WebLogic Portal 10 or earlier.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
January 31st, 2011 on 9:58 am
Thank you, Jay )
Now, can I use WLS 10.3.3 at the same time with WLS 10.3.2? I want to use Weblogic Portal 10.3 at WLS 10.3.2 and Content Server 11.1.1 and WebCenter with WLS 10.3.3.
Hope, it can works together at different Middleware homes…
January 31st, 2011 on 10:36 am
Wow, Jay, I really use Weblogic Portal 10.3 at Weblogic Server 10.3.2.
I don’t think that it’s so many differents between WLS 10.3.2 and 10.3.3
January 31st, 2011 on 2:30 pm
Hi Grey,
Yes, you can run many WebLogic instances together … as long as you have a separate Middleware Home set for them. And it is also possible that WebLogic 10.3 application can easily interact with WebLogic 10.3.2 or WebLogic10.3.3 applications.
.
.
Keep Posting 🙂
Thanks
Jay senSharma
April 26th, 2011 on 5:02 pm
Hi Jay/Ravish,
One of my clients want to upgrade from Oracle Application Server (10.1.2.0.2) Forms and Reports to Weblogic 11g. Should he go for Weblogic Enterprise edition or Weblogic suite??
And any take on how to approach for Migration process??
Regards,
Karthik
April 26th, 2011 on 5:20 pm
HI Karthik,
We don’t have much idea on Oracle Application Server Forms So we won;t be able to help much here.
But if you will post your query in the following link then you may get more Accurate and Rapid response from OAS guys:
http://forums.oracle.com/forums/forum.jspa?forumID=44
Above forums is keenly observed by Oracle Application Server Administrators.
.
.
Thanks
Jay SenSharma
April 26th, 2011 on 6:06 pm
Hi,
I really need some help in resolving the problem I have in starting up managed servers after creating the clustered weblogic domain that includes OSB.
I have installed the following applications on 2 machines that I used to support the cluster:
OS : Windows XP
JAVA : jrmc-3.1.2-1.6.0-windows-ia32.exe
Weblogic software : osb1031_wls103_win32.exe
The weblogic and OSB software were installed correctly and I have the pointbase database started correctly. The Admin server and Nodemanagers started up correctly and the machines are reachable but the managed servers kept giving the boot identity file error messages when they are started from the Admin console.
I have tried everything from updating boot.properties on the managed servers, to changing the Admin Account password but i still get the same authentication errors. A new boot.properties file is usually created in the
I also tried to create the managed servers using WLST script and/or from the Admin console separately but all to no avail. I also tried to start up the managed server without the cluster but the same result.
The only time the managed servers ever started was when I started them from the command line.
What can I fix in the server that will allow me to be able to start the managed servers.
SEE error messages below:
TEESERVER1_MS1.out file
April 26th, 2011 on 10:21 pm
Hi oktbabs,
We are not able to see the output of the “TEESERVER1_MS1.out” file. Can you please post it in the following format as described in the link:
http://middlewaremagic.com/weblogic/wp-content/uploads/2009/08/How_to_Post_Comments.jpg
Or as an alternative way you can also send us the file in the following Mailing Address : contact@middlewaremagic.com
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
April 26th, 2011 on 7:03 pm
Jay/Ravish,
I have 1 admin server & 2 Ms’s. I want to upgrade my JRocket Jdk in my my solaris enviroment. Please let me know the steps to upgrade the Jrocket JDK. I am using WL10.3.2
With regards,
Gopi
April 26th, 2011 on 8:43 pm
Hi Gopal,
Please refer to the following ANSWER:
http://middlewaremagic.com/weblogic/?p=2908#comment-3712
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
May 6th, 2011 on 5:02 am
Upgrade/Install Question –
We’re upgrading from WL 9.2.3 –> 10.3.4 . In 9.2 I had installed struts-1.1 from the deployable-libraries directory as a shared library (and set order=99). In 10.3.4 that library is no longer in the deploy-libraries list.
Is there a recommended way to get struts-1.1 jar in as a shared library? or am I supposed to include it using a different method? or are the developers expected not to use 1.1 anymore? do they have to upgrade the app?
Thanks for any input and/or links.
June 14th, 2011 on 3:28 pm
Hi JaySenSharma,
Kindly assist on how i can create weblogic managed servers and as well as configuring clusters, I have searched for relevant resources but found none. I prefer your tutorials but on this i haven’t found any. Kindly assist with any form of manual.
Regards
Davis
June 14th, 2011 on 3:41 pm
Hi Davis,
You can have a look at the below link to create a managed servers from console
Topic: Create Managed Servers
http://download.oracle.com/docs/cd/E13222_01/wls/docs90/ConsoleHelp/taskhelp/domainconfig/CreateManagedServers.html
And from below link you can create a Horizontal Cluster (i.e. cluster between 2 different boxes having managed servers on each boxes )
Topic: WebLogic Clustering in Remote Boxes
http://middlewaremagic.com/weblogic/?p=971
Regards,
Ravish Mody
June 14th, 2011 on 6:29 pm
Hi Ravish Mody,
Thank you soo much the link was really helpfull but whenever i deploy an application on the managed server i get the below error
Message icon – Error An error occurred during activation of changes, please see the log for details.
Message icon – Error [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
In addition whenever i unistall the application i have to restart the managed server. This is the error i get
Message icon – Error An error occurred during activation of changes, please see the log for details.
Message icon – Error [Deployer:149189]Attempt to operate ‘remove’ on null BasicDeploymentMBean for deployment FMS. Operation can not be performed until server is restarted. please assist
regards
Davis
June 14th, 2011 on 6:46 pm
HI Dawoods,
The above error indicates that the Libraries which your Application is refering inside “weblogic-application.xml” is not getting linked properly while deploying your application so please make sure that you run the “weblogic.appmerge” utility to ensure that the Libraries are referred properly:
Syntax of using “weblogic.appmerge”:
java weblogic.appmerge -output CompleteSportsApp.ear -library Weather.war,Calendar.ear SportsApp.ear
More informations about this utility can be found in : http://download.oracle.com/docs/cd/E12840_01/wls/docs103/programming/libraries.html#wp1073556
NOTE: the above utility can be executed once we set the environment like PATH & CLASSPATH by running the “. ./setWLSEnv.sh” script
Prework:
Step1). Open a Shell Prompt.
Step2). echo $CLASSPATH … Just to see what is the current CLASSPATH value.
Step3). run the “setWLSEnv.sh” by adding two DOTs separated by a single space …..before the actual script like following : (use ‘cd’ command to move inside the /wlserver_10.3/server/bin) then run the following command….
. ./setWLSEnv.sh
Note: the first DOT represents that set the Environment in the current Shell, AND the second ./ represents execute the script from the current directory.
Step4). Verify that the Classpath is Set properly or not:
echo $CLASSPATH
Step5). Now u can run your command.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
June 15th, 2011 on 10:41 am
Thanks alot JaySenSharma , Is there a way this can be defined in weblogic-application.xml so that incase of any new deploy in different enviroment i dont have to un the “weblogic.appmerge” . this is because the application runs fine whenever i deploy it in the admin server but does not work for managed server.
Kind Regards
Dawoods,
June 15th, 2011 on 9:31 pm
Hi Dawoods,
As you mentioned that in remote boxes the deployment failing due to missing libraries….So here it Looks like you might have installed the WebLogic in a Different Absolute path… there .
NOTE: the Absolute Path of the “WLS Installation” and “Domain Directory” must be same (Identical) in both the BOXES. Looks like the Path
Please refer to the following link where i explained it why we may face this issue?
http://forums.oracle.com/forums/thread.jspa?messageID=4243582
Either you can choose the above option or you need to manually install the Shared Library Manually in those Managed Servers (which has different absolute path of WebLogic Installation)
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
June 15th, 2011 on 10:53 am
Hi All,
JAVA Memory arguments:
JAVA Memory arguments:
.
.
JAVA Memory arguments: -Xms2048m -Xmx2048m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=128m -XX:MaxPermSize=256m -XX:SurvivorRatio=16 -XX:+ForceMmapReserved -Xmn512m -Xoptgc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:/oracle/middleware/user_projects/domains/base_domain/bin/UAT1_ManagedServer.gc28608.log -XX:+UseSpinning -XX:+HeapDumpOnOutOfMemoryError -XX:+HeapDumpOnly
.
WLS Start Mode=Production
.
CLASSPATH=/oracle/middleware/patch_wls1032/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/java6/lib/tools.jar:/oracle/middleware/utils/config/10.3/config-launch.jar:/oracle/middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/oracle/middleware/wlserver_10.3/server/lib/weblogic.jar:/oracle/middleware/modules/features/weblogic.server.modules_10.3.2.0.jar:/oracle/middleware/wlserver_10.3/server/lib/webservices.jar:/oracle/middleware/modules/org.apache.ant_1.7.0/lib/ant-all.jar:/oracle/middleware/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/oracle/middleware/wlserver_10.3/common/eval/pointbase/lib/pbclient57.jar:/oracle/middleware/wlserver_10.3/server/lib/xqrl.jar
.
PATH=/oracle/middleware/wlserver_10.3/server/bin:/oracle/middleware/modules/org.apache.ant_1.7.0/bin:/opt/java6/jre/bin:/opt/java6/bin:/usr/sbin:/usr/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/contrib/Q4/bin:/opt/perl/bin:/opt/gvsd/bin:/opt/ipf/bin:/opt/nettladm/bin:/opt/fcms/bin:/opt/wbem/bin:/opt/wbem/sbin:/opt/sas/bin:/opt/graphics/common/bin:/opt/atok/bin:/usr/bin/X11:/usr/contrib/bin/X11:/opt/sec_mgmt/bastille/bin:/opt/caliper/bin:/opt/drd/bin:/opt/dsau/bin:/opt/dsau/sbin:/opt/resmon/bin:/opt/firefox:/opt/gnome/bin:/opt/propplus/bin:/usr/contrib/kwdb/bin:/opt/perl_32/bin:/opt/perl_64/bin:/opt/prm/bin:/opt/sfm/bin:/opt/swm/bin:/opt/sec_mgmt/spc/bin:/opt/ssh/bin:/opt/swa/bin:/opt/hpsmh/bin:/opt/thunderbird:/opt/sentinel/bin:/opt/langtools/bin:/opt/gwlm/bin:/opt/ignite/bin:/sbin:/home/root
.
***************************************************
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http://hostname:port/console *
***************************************************
starting weblogic with Java version:
Starting WLS with line:
/opt/java6/bin/java -server -Xms2048m -Xmx2048m -XX:NewSize=256m -XX:MaxNewSize=256m -XX:PermSize=128m -XX:MaxPermSize=256m -XX:SurvivorRatio=16 -XX:+ForceMmapReserved -Xmn512m -Xoptgc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails -Xloggc:/oracle/middleware/user_projects/domains/base_domain/bin/UAT1_ManagedServer.gc28608.log -XX:+UseSpinning -XX:+HeapDumpOnOutOfMemoryError -XX:+HeapDumpOnly -Dweblogic.Name=UAT1_ManagedServer -Djava.security.policy=/oracle/middleware/wlserver_10.3/server/lib/weblogic.policy -XX:-UseGCOverheadLimit -Dweblogic.security.SSL.trustedCAKeyStore=/oracle/middleware/wlserver_10.3/server/lib/cacerts -da -Dplatform.home=/oracle/middleware/wlserver_10.3 -Dwls.home=/oracle/middleware/wlserver_10.3/server -Dweblogic.home=/oracle/middleware/wlserver_10.3/server -Dweblogic.management.discover=false -Dweblogic.management.server=http://aw1sppavrs:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/oracle/middleware/patch_wls1032/profiles/default/sysext_manifest_classpath weblogic.Server
In BranchController–> init()
<Demo trusted CA certificate is being used in production mode: [
[
Version: V3
Subject: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
Signature Algorithm: MD5withRSA, OID = 1.2.840.113549.1.1.4
Key: Sun RSA public key, 512 bits
modulus: 9550192877869244258838480703390456015046425375252278279190673063544122510925482179963329236052146047356415957587628011282484772458983977898996276815440753
public exponent: 65537
Validity: [From: Thu Mar 21 23:12:27 EAT 2002,
To: Tue Mar 22 23:12:27 EAT 2022]
Issuer: CN=CACERT, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
SerialNumber: [ 33f10648 fcde0deb 4199921f d64537f4]
Certificate Extensions: 1
[1]: ObjectId: 2.5.29.15 Criticality=true
KeyUsage [
Key_CertSign
]
]
Algorithm: [MD5withRSA]
Signature:
0000: 9D 26 4C 29 C8 91 C3 A7 06 C3 24 6F AE B4 F8 82 .&L)……$o….
0010: 80 4D AA CB 7C 79 46 84 81 C4 66 95 F4 1E D8 C4 .M…yF…f…..
0020: E9 B7 D9 7C E2 23 33 A4 B7 21 E0 AA 54 2B 4A FF …..#3..!..T+J.
0030: CB 21 20 88 81 21 DB AC 90 54 D8 7D 79 63 23 3C .! ..!…T..yc#
above is the output of managed server where i have deployed flexcube. the server at times does not start and i am forced to restart the whole server. Kindly assit on what could be the cause of the above problem.
June 30th, 2011 on 11:28 am
we had installed integrated weblogic server from jdev version 11.1.1.3 (ON WINDOWS) along with ADF libraries that comes bundled with it(jdeveloper) …We realized that integrated server from jdeveloper is not meant for production so we will be installing the stand alone version of WLS.
Now, when I installed the standalone version of *WLS 10.3.4 (note the change the version too) and Application development runtime 11.1.1.4 ON SOLARIS our applications dont work as expected …i tried to compile some of the apps in jdev 11.1.1.4 too but still the deployment on the standalone WLS 10.3.4 + ADR 11.1.1.4 dont work as expected…
Even application developed in jdeveloper 11.1.1.4 dont work when deployed on WLS 10.3.4 + Application development runtime 11.1.1.4 ….
Why is that the case? Whats wrong?
Are there library differences in jdev 11.1.1.4 v/s one Application development runtime 11.1.1.4???
I thought the libraries on jdev 11.1.1.4 match the libraries of ADR ?? If they dont match then what should go on the standalone WLS 10.3.4?
July 22nd, 2011 on 11:44 pm
Hi Jay,
Currently we have oracle application server which hosts forms and reports and we would like to go to weblogic to host the oracle forms and reports. What do I need to install with weblogic to achieve this functionality and how does this migration work?
September 24th, 2011 on 5:02 pm
Hi,
I have a J2EE application where bea weblogic workshop netui-beehive pageflows(jpf) files has been used for pageflow and control framework in BEA weblogic 8.1, Solaris environment. Now, i have a requirement to upgarde weblogic8.1 to weblogic 10.3.3. I did some googgling on this. I have found that workshop is no longer available with weblogic 10.3.3. The last avaliable version of weblogic where workshop available is 10.3. Now is it possible to make my legacy code run in 10.3.3 after doing the netui-beehive-pageflow-jpf development in 10.3.
Is there any other option we have by which this(jpf/pageflows code migration from bea weblogic workshop) is possible to run in oracle weblogic 10.3.3?
Any ideas/suggestions would be very much helpful.
Many Thanks,
Pralay
September 25th, 2011 on 12:14 pm
Issue with migration from workshop 8.1 to weblogic 10.3 using workshop import functionality
Problem Description: We have workshop pageflows web application in BEA weblogic 8.1 which contains jpf-pageflow framework for control flow in J2EE architecture. Now we are trying to migration it to Oracle Weblogic 10.3. We are using the import functionality of Oracle workshop for weblogic 10.3.
While importing we are getting error with following stacktrace :
ERROR: Performing upgrade for project: BOSPPerforming upgrade for project: BOSP
ERROR: Exception caught during upgrade of “BOSP”Exception caught during upgrade of “BOSP”
org.eclipse.core.runtime.CoreException: Failed while installing Beehive NetUI 1.0.1.
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1259)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:398)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:290)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:272)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:282)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.installProjectFacet(FacetedProject.java:237)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgradeWebProject(NetuiProjectUpgrader.java:745)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgrade(NetuiProjectUpgrader.java:428)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$ProjectUpgradeRequest.performSourceUpgrade(UpgradeWizardContext.java:940)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$SourceUpgradeTask.run(UpgradeWizardContext.java:1577)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext.performSourceUpgrade(UpgradeWizardContext.java:276)
at com.bea.workshop.upgrade81.operations.SourceUpgradeOperation.execute(SourceUpgradeOperation.java:35)
at com.bea.workshop.upgrade81.appimport.operations.ProjectImportUpgradeOperation.execute(ProjectImportUpgradeOperation.java:73)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at com.bea.workshop.upgrade81.wizard.FlexibleDataModelWizard$1CatchThrowableRunnableWithProgress.run(FlexibleDataModelWizard.java:312)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
org.eclipse.core.runtime.CoreException[0]: org.eclipse.core.runtime.CoreException: error installing beehive netui facet
at com.bea.workshop.netui.project.core.features.BeehivePageFlowInstallDelegate.execute(BeehivePageFlowInstallDelegate.java:241)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1230)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:398)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:290)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:272)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:282)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.installProjectFacet(FacetedProject.java:237)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgradeWebProject(NetuiProjectUpgrader.java:745)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgrade(NetuiProjectUpgrader.java:428)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$ProjectUpgradeRequest.performSourceUpgrade(UpgradeWizardContext.java:940)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$SourceUpgradeTask.run(UpgradeWizardContext.java:1577)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext.performSourceUpgrade(UpgradeWizardContext.java:276)
at com.bea.workshop.upgrade81.operations.SourceUpgradeOperation.execute(SourceUpgradeOperation.java:35)
at com.bea.workshop.upgrade81.appimport.operations.ProjectImportUpgradeOperation.execute(ProjectImportUpgradeOperation.java:73)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at com.bea.workshop.upgrade81.wizard.FlexibleDataModelWizard$1CatchThrowableRunnableWithProgress.run(FlexibleDataModelWizard.java:312)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
org.eclipse.core.runtime.CoreException[1]: com.bea.workshop.common.filetemplate.core.FileTemplateGenerationFailedException: File template generation failed: Unable to configure AvalonLogSystem : java.io.FileNotFoundException: C:WindowsSystem32velocity.log (Access is denied)
at com.bea.workshop.common.filetemplate.core.FileTemplateDescriptor.process(FileTemplateDescriptor.java:443)
at com.bea.workshop.common.filetemplate.core.FileTemplateDescriptor.generateUnformatted(FileTemplateDescriptor.java:105)
at com.bea.workshop.netui.project.core.features.BeehivePageFlowInstallDelegate.generateBeehiveNetuiConfig(BeehivePageFlowInstallDelegate.java:375)
at com.bea.workshop.netui.project.core.features.BeehivePageFlowInstallDelegate.execute(BeehivePageFlowInstallDelegate.java:211)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.callDelegate(FacetedProject.java:1230)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modifyInternal(FacetedProject.java:398)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.access$2(FacetedProject.java:290)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject$1.run(FacetedProject.java:272)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.modify(FacetedProject.java:282)
at org.eclipse.wst.common.project.facet.core.internal.FacetedProject.installProjectFacet(FacetedProject.java:237)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgradeWebProject(NetuiProjectUpgrader.java:745)
at com.bea.workshop.upgrade81.netui.NetuiProjectUpgrader.upgrade(NetuiProjectUpgrader.java:428)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$ProjectUpgradeRequest.performSourceUpgrade(UpgradeWizardContext.java:940)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$SourceUpgradeTask.run(UpgradeWizardContext.java:1577)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext.performSourceUpgrade(UpgradeWizardContext.java:276)
at com.bea.workshop.upgrade81.operations.SourceUpgradeOperation.execute(SourceUpgradeOperation.java:35)
at com.bea.workshop.upgrade81.appimport.operations.ProjectImportUpgradeOperation.execute(ProjectImportUpgradeOperation.java:73)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl$1.run(DataModelPausibleOperationImpl.java:376)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:401)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.runOperation(DataModelPausibleOperationImpl.java:352)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.doExecute(DataModelPausibleOperationImpl.java:242)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.executeImpl(DataModelPausibleOperationImpl.java:214)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.cacheThreadAndContinue(DataModelPausibleOperationImpl.java:89)
at org.eclipse.wst.common.frameworks.internal.datamodel.DataModelPausibleOperationImpl.execute(DataModelPausibleOperationImpl.java:202)
at com.bea.workshop.upgrade81.wizard.FlexibleDataModelWizard$1CatchThrowableRunnableWithProgress.run(FlexibleDataModelWizard.java:312)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
ERROR: Exception caught during upgrade of “com.bea.workshop.upgrade81.JspTaglibUpgrader”Exception caught during upgrade of “com.bea.workshop.upgrade81.JspTaglibUpgrader”
java.lang.OutOfMemoryError: Java heap space
at javelin.tokens.TokenStreamList.ensureCapacity(TokenStreamList.java:63)
at javelin.tokens.TokenStreamList.addLast(TokenStreamList.java:52)
at javelin.tokens.TokenStreamImpl.addLast(TokenStreamImpl.java:107)
at javelin.tokens.TokenStream.addLast(TokenStream.java:611)
at javelin.java.JavaLexer.lex(JavaLexer.java:494)
at javelin.java.JavaSourceFile.lex(JavaSourceFile.java:172)
at javelin.SourceFile.getTokenStream(SourceFile.java:372)
at javelin.SourceFile.getAst(SourceFile.java:516)
at javelin.java.JavaSourceFile.initForResolve(JavaSourceFile.java:580)
at javelin.java.JavaSourceFile.fullResolve(JavaSourceFile.java:613)
at javelin.java.JavaSourceFile._check(JavaSourceFile.java:656)
at javelin.java.JavaSourceFile._check(JavaSourceFile.java:1100)
at javelin.java.JavaSourceFile._check(JavaSourceFile.java:49)
at javelin.SourceFile.masterCheck(SourceFile.java:777)
at javelin.SourceFile.check(SourceFile.java:297)
at javelin.java.JavaSourceFile.check(JavaSourceFile.java:626)
at javelin.ProxySourceFile$ProxyEnv._createJavaSourceFile(ProxySourceFile.java:687)
at javelin.ProxySourceFile$ProxyEnv.access$1100(ProxySourceFile.java:585)
at javelin.ProxySourceFile$ProxyEnv$CompositeFileBuilder.close(ProxySourceFile.java:965)
at javelin.jsp.JspCheckContext.check(JspCheckContext.java:90)
at javelin.jsp.JspAnalyzer.check(JspAnalyzer.java:59)
at javelin.ProxySourceFile._check(ProxySourceFile.java:152)
at javelin.SourceFile.masterCheck(SourceFile.java:777)
at javelin.SourceFile.check(SourceFile.java:297)
at javelin.SourceFile.check(SourceFile.java:318)
at javelin.client.ClientUtilsImpl.checkSourceFile(ClientUtilsImpl.java:766)
at workshop9.sourceeditor.compiler.CompilerSvcImpl.compileFile(CompilerSvcImpl.java:527)
at workshop9.sourceeditor.compiler.CompilerSvcImpl.refreshFile(CompilerSvcImpl.java:474)
at workshop9.sourceeditor.compiler.CompilerSvcImpl.refreshFile(CompilerSvcImpl.java:504)
at com.bea.workshop.upgrade81.JspTaglibUpgrader.upgrade(JspTaglibUpgrader.java:93)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$ProjectUpgradeRequest.performSourceUpgrade(UpgradeWizardContext.java:940)
at com.bea.workshop.upgrade81.wizard.UpgradeWizardContext$SourceUpgradeTask.run(UpgradeWizardContext.java:1577)
I have used below parameters in workshop.ini file :
-vm
C:/Program Files/Java/jdk1.6.0_27/jre/bin/javaw.exe
-startup
C:/Users/605461800/Pralay/wls10300/tools/eclipse_pkgs/2.0/eclipse_3.3.2/eclipse/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118awtswtbridge.jar
–launcher.library
C:/Users/605461800/Pralay/wls10300/tools/eclipse_pkgs/2.0/eclipse_3.3.2/eclipse/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118
-vmargs
-Xms768m
-Xmx1024m
-XX:MaxPermSize=256m
-XX:PermSize=192m
-XX:NewRatio=3
-Xss256k
-DprodMode=production
-Dweblogic.home=C:/Users/605461800/Pralay/wls10300/wlserver_10.3
-Dsun.lang.ClassLoader.allowArraySyntax=true
-Dnitrox.boot.jar=file:C:/Users/605461800/Pralay/wls10300/workshop_10.3/nitrox-boot.jar
-Dosgi.install.area=C:/Users/605461800/Pralay/wls10300/tools/eclipse_pkgs/2.0/eclipse_3.3.2/eclipse
-Dosgi.instance.area.default=C:/Users/605461800/Pralay/wls10300/user_projects/workspaces/default
-Dosgi.configuration.area=C:/Users/605461800/Pralay/wls10300/workshop_10.3/workshop4WP/eclipse/configuration
-Declipse.product=com.bea.workshop.product.workshop
-Dosgi.splashPath=file:C:/Users/605461800/Pralay/wls10300/workshop_10.3/workshop4WP/eclipse/plugins/com.bea.workshop.product
Two parameters i want to highlight here are Xms and Xmx containing the values 768m and 1024m respectively.
Product used : Oracle weblogic
Product Version : 10.3
Platform : MS windows 7; 32 bit
I have 2gb memory(1.86gb usable)in the machine. Also I have changed Xms and Xmx values to 256m and 1280m respectively in workshop.ini file. Increasing Xmx value more than this(as specified above) is causing workshop not to initiate at all and workshop is closing down itself throwing an error ‘could not create java virtual machine’. Also workshop is throwing error while upgrading struts.jar(present in /WEB-INF/lib folder of the web application in question) through import functionality as represented in the initial portion of the stack trace{org.eclipse.core.runtime.CoreException: Failed while installing Beehive NetUI 1.0.1.} mentioned above.
What might be the possible reasons due to which i am getting this error. Any ideas/suggestions to resolve this issue would be very helpful.
Many Thanks,
Pralay
September 25th, 2011 on 1:05 pm
Hi Pralay,
Looks like you are using WIndows 32-bit operating system , which has a limitation on putting large heap space. The maximum theoretical heap limit for the 32-bit JVM is 4G. Due to various additional constraints such as available swap, kernel address space usage, memory fragmentation, and VM overhead, in practice the limit can be much lower.
On most modern 32-bit Windows systems the maximum heap size will range from 1.4G to 1.6G. On 32-bit Solaris kernels the address space is limited to 2G. On 64-bit operating systems running the 32-bit VM, the max heap size can be higher, approaching 4G on many Solaris systems.
As of Java SE 6, the Windows /3GB boot.ini feature is not supported.
If your application requires a very large heap you should use a 64-bit VM on a version of the operating system that supports 64-bit applications. As eclipse/workshop itself consumes a lots of system memory including Native Memory to load several native libraries, so you will need a 64 bit OS or JVM to compile your project because the PageFlows and netUI components are already known as heavy weight components.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
November 16th, 2016 on 4:06 am
I have a problem with UpgradePlugin every time I open eclipse 3.8, installed using portal103_win32.exe, downloaded from Oracle. The ErrorLog shows:
\Encountered an unexpected exception: org.eclipse.wst.common.internal.environment.eclipse.EclipseLog
in com.bea.workshop.upgrade81.
Stack trace:
java.lang.ClassCastException: org.eclipse.wst.common.internal.environment.eclipse.EclipseLog
at com.bea.workshop.upgrade81.UpgradePlugin.getFrameworkLog(UpgradePlugin.java:164)
at com.bea.workshop.upgrade81.UpgradePlugin.start(UpgradePlugin.java:64)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:300)
at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:441)
at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:264)
at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:469)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:396)
at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:464)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:109)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:340)
at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)
at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1212)
at oracle.eclipse.tools.common.util.PluginUtil.loadClass(PluginUtil.java:195)
at oracle.eclipse.tools.common.util.PluginUtil.instantiate(PluginUtil.java:249)
at oracle.eclipse.tools.common.upgrade.internal.UpgradeFrameworkImpl.readExtensions(UpgradeFrameworkImpl.java:361)
at oracle.eclipse.tools.common.upgrade.internal.UpgradeFrameworkImpl.initialize(UpgradeFrameworkImpl.java:94)
at oracle.eclipse.tools.common.upgrade.UpgradeFramework.initialize(UpgradeFramework.java:26)
at oracle.eclipse.tools.common.upgrade.internal.StartupHandler.earlyStartup(StartupHandler.java:19)
at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlyStartupRunnable.java:87)
at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable.java:66)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
at org.eclipse.ui.internal.Workbench$63.run(Workbench.java:2470)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Session Data:
eclipse.buildId=I20120608-1200
java.version=1.6.0_29
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
eclipse.org insists that this is not an eclipse error, and I should contact BEA for the solution. Please help me resolve this error.
Thank you
November 16th, 2016 on 4:37 pm
Hello Fefuss,
Looks like you are using too old WebLogic (8.1) now it is being owned by “Oracle” (Not BEA). Also the support for WLS 8.1 has already been ended the lifecycle. Currently i do not have WLS8 to check the classes/jars mentioned in the stack tart. So it is difficult for me to help on this case.
I will suggest you to please upgrade your WLS 8.1 (Also the Java 1.6 is also marked as End Of Life) so you should plan for an upgrade.
Regards
Jay SenSharma
September 25th, 2011 on 1:18 pm
Hi Pralay,
Regarding migrating your WLS8.x pageflow and control framework based application to WLS10.3.3 server …. It requires a lots of changes and configuration and from Oracle side there is no specific step mentioned on this topic so you will have to contact oracle support for the accurate guidelines. As this migration is little easy from WLS8.x to WLS10.3.0 …so i would recommend you to first migrate your project from WLS8,1 to WLS10.3.0 and then you can try upgrading it to WLS10.3.3,
But contacting Oracle Support on this would be much useful.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 25th, 2011 on 3:13 pm
Hi Jay,
Thanks for your response. Yes, I am trying that option to migrate our web-application(containing pageflows and netui)from weblogic 8.x to weblogic 10.3 first.
In that case, as my current system has only 2gb memory, it is throwing an error of java heap size during import operation in oracle workshop. I will try to get an
high configuration box as per the suggestions. It would be very helpful if you would help in clearing some doubts on this aspect.
1) If i am able to import the my web application(containing pageflows and netui) from weblogic 8.x to weblogic 10.3 using workshop. Will this upgraded version be able to run successfully in oracle weblogic 10.3.3.
2) Is there any option we have in oracle workshop 10.3 where we can import a single jpf file in later stage as well.
Many Thanks, Pralay
September 26th, 2011 on 11:44 pm
Hi,
I have migrated pageflows/netui application from weblogic 8.x to weblogic 10.3. Now i am trying to deploy the web application(built in
weblogic workshop 10.3) in oracle weblogic 10.3.3 and i am getting the following errors.
Caused By: javax.servlet.ServletException: [HTTP:101249][ServletContext@15573976
[app:COSP module:COSP.war path:/COSP spec-version:2.5]]: Servlet class org.apach
e.beehive.netui.pageflow.PageFlowActionServlet for servlet action could not be l
oaded because the requested class was not found in the classpath .
java.lang.ClassNotFoundException: org.apache.beehive.netui.pageflow.PageFlowActi
onServlet.
at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubI
mpl.java:551)
at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppS
ervletContext.java:1976)
at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(
WebAppServletContext.java:1950)
at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAp
pServletContext.java:1869)
at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletCon
text.java:3126)
Truncated. see log file for complete stacktrace
>
Any idea why this error is coming? Is the pageflow/netui web application is not supported to run in wblogic 10.3.3. Any suggestions/ideas
would be very much helpful.
Many Thanks,
Pralay
September 27th, 2011 on 12:14 am
Posting some more errors in the same context :
<Console encountere
d the following error weblogic.application.ModuleException: [HTTP:101216]Servlet
: "action" failed to preload on startup in Web application: "COSP.war".
javax.servlet.ServletException: [HTTP:101249][ServletContext@15573976[app:COSP m
odule:COSP.war path:/COSP spec-version:2.5]]: Servlet class org.apache.beehive.n
etui.pageflow.PageFlowActionServlet for servlet action could not be loaded becau
se the requested class was not found in the classpath .
Caused by: javax.servlet.ServletException: [HTTP:101249][ServletContext@15573976
[app:COSP module:COSP.war path:/COSP spec-version:2.5]]: Servlet class org.apach
e.beehive.netui.pageflow.PageFlowActionServlet for servlet action could not be l
oaded because the requested class was not found in the classpath .
java.lang.ClassNotFoundException: org.apache.beehive.netui.pageflow.PageFlowActi
onServlet.
<Unresolved WebApp
ibrary references defined in weblogic.xml, of module 'BOSP.war' [Extension-Name
struts-1.1, Specification-Version: 1.1, exact-match: true], [Extension-Name: j
tl, Specification-Version: 1.1, exact-match: true], [Extension-Name: beehive-ne
ui-1.0.1-10.0, Specification-Version: 1, exact-match: true], [Extension-Name: b
ehive-netui-resources-1.0.1-10.0, Specification-Version: 1, exact-match: true].
<Failure occurred
in the execution of deployment request with ID '1317054329160' for task '1'. Er
or is: 'weblogic.application.ModuleException: Failed to load webapp: 'BOSP.war'
Caused By: weblogic.management.DeploymentException: Error: Unresolved Webapp Li
rary references for "ServletContext@11579941[app:BOSP module:BOSP.war path:/BOS
spec-version:2.5]", defined in weblogic.xml [Extension-Name: struts-1.1, Speci
ication-Version: 1.1, exact-match: true], [Extension-Name: jstl, Specification-
ersion: 1.1, exact-match: true], [Extension-Name: beehive-netui-1.0.1-10.0, Spe
ification-Version: 1, exact-match: true], [Extension-Name: beehive-netui-resour
es-1.0.1-10.0, Specification-Version: 1, exact-match: true]
Any idea on this would be helpful. Thanks, Pralay
September 27th, 2011 on 12:30 am
Hi Pralay,
Beehive-netui is just like any other framework, so it should work in WLS10.3.3 as well without any issue. (I am not sure about it is supported by Oracle in WLS10.3.3…but no matter what …It’s just a framework based on standard j2ee model so it should work just fine).
The main issue of the exception which you are getting is “java.lang.ClassNotFoundException: org.apache.beehive.netui.pageflow.PageFlowActionServlet.” This class is placed inside the Jar “beehive-netui-core-x.x.x.jar” which basically resides inside some shared llibrary and the application refers to this library in order to get the Classes required.
I can see in your error message that you have a war file “BOSP.war” which has a “weblogic.xml” file inside it it is refering to shared libraries ….and which are not already deployed on your WebLogic10.3.3 so that’s why you are getting
Unresolved Webapp Lirary references
[Extension-Name: beehive-netui-1.0.1-10.0, Speification-Version: 1, exact-match: true],
[Extension-Name: beehive-netui-resoures-1.0.1-10.0, Specification-Version: 1, exact-match: true]
The above two shared libraries are supposed to be deployed on the WebLogic server first before you try to deploy your application “BOSP.war” on it.
Next Action:
You need to check “beehive*.*” related Shared libraries in your previous WebLogic server (those beehive’s may be either in form of WAR or EAR) and then just deploy them in your WLS10.3.3 as Shared Libraries. Then try to deploy your application BOSP.war.
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 27th, 2011 on 11:07 pm
Hi Jay,
Thanks for your response. We have imported our pageflows web-application through import functionality of oracle workshop 10.3. Now when we are trying to deploy the same in wls 10.3, we are facing the following errors.
Any help/suggestions would be very much helpful. Thanks, Pralay
September 27th, 2011 on 11:26 pm
Hi Pralay,
Please paste the error or exception as mentioned in the following link as it is not visible here:
http://middlewaremagic.com/weblogic/wp-content/uploads/2009/08/How_to_Post_Comments.jpg
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 27th, 2011 on 11:39 pm
September 28th, 2011 on 12:02 am
Hi Pralay,
https://forums.oracle.com/forums/thread.jspa?threadID=1101367&tstart=0
The Error Indicates that the Missing Class “weblogic.logging.commons.LogFactoryImpl” is not present in the Server Classpath:
===============================================
Found: weblogic.logging.commons
Class: weblogic.logging.commons.LogFactoryImpl
Package: weblogic.logging.commons
Library Name: com.bea.core.weblogic.commons.logging_1.3.0.0.jar
Library Path: C:bea103modulescom.bea.core.weblogic.commons.logging_1.3.0.0.jar
===============================================
Please add the above Jar file in server Classpath …or Put it inside the $DOMAIN_HOMElib or inside your Application’s “$EAR_APP/APP-INF/lib” directory and the restart the Server/Servers
.
.
Keep Posting 🙂
Thanks
Jay SenSharma
September 28th, 2011 on 11:47 pm
Hi Jay,
Thanks for your response. It helped. But i have another exception mentioned below.
Would you please help me to resolve this.
Thanks, Pralay
October 20th, 2011 on 5:45 am
Hi,
i am having my weblogic domain version 10.0 , i would like to upgrade my domain to 10.3. Is there any way i can upgrade to 10.3 without new installation using some patch or smartupdate tool.Or, do i definitely need a new installation. Can you please suggest me and can you please let me know if there is any procedure to do that.
Thanks.
November 18th, 2011 on 10:59 pm
Dear Team,
Please check the below forum link
https://forums.oracle.com/forums/thread.jspa?threadID=2311817&tstart=0
Facing the above problem while starting the Admin server.
I m facing the problem on production environment..
Any work around or any suggestion would be very helpful to me.
Thanks
Regards
Fabian
February 10th, 2012 on 5:09 pm
HI Jay/Ravish,
I upgraded my existing weblogic domain from 10.3.0 to 10.3.3.
I have integrated my weblogic with OBPM 10.3.3 version.
I was using Oracle Type 4 driver with weblogic version 10.3.0. Now if I select any of the drivers available in 10.3.3 and start the engine where the application is deployed I get the following exception
Caused By: java.sql.SQLException: Invalid column type
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
Truncated. see log file for complete stacktrace
>
<Unable to set the activation state to true for the application '07-papiws-FDIDS.ear'.
weblogic.application.ModuleException:
at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1514)
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)
Truncated. see log file for complete stacktrace
Caused By: java.sql.SQLException: Invalid column type
at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:271)
Truncated. see log file for complete stacktrace
The driver used from OBPM end is BPM's Oracle Driver version 10,11
The Driver class name and URL used with 10.3.0 is
Driver class name:weblogic.jdbcx.oracle.OracleDataSource
Driver URL:jdbc:bea:oracle://hostname:port
Can you suggest me what should I do?
I have upgraded as follows:
1) I used the installer for upgrade of weblogic server
2) I used domain upgrade wizard to upgrade domain
Is there anything else to be done? Do I need to do anything to complete the installation.
Also now Iam unable to rollback my domain to the previous version. Is there anything I can do to rollback the domain upgrade?
Kindly suggest
Thanks,
Charan
June 13th, 2012 on 11:17 am
Hi,
we have the 1000 applications and one mangd Server how can you deployee the all 1000 apllications in one server?
THANKS,
RAMBABU
June 27th, 2012 on 8:45 pm
Hi All I need to install weblogic over solaris 10 x86, for that i need following configuration :-
JDK Sun Java 2 JDK 6.0 Update 05 with the Java HotSpot™ Client and Server
VMs (32-bit) and all later service packs of 6.0
How can i update this java over solris or is it actually required.Can someone please help??
Sharad
August 9th, 2012 on 5:16 pm
Hi,
Can anyone please share me the link to download weblogic 8.1? I am unable to find the link from oracle. Please help as it’s urgent for me.
Thanks,
Nihar R M
August 13th, 2012 on 1:08 pm
Thanks much for your info.
November 12th, 2012 on 6:51 pm
Hi,
I have a domain which spans across 2 servers. I would like to use only one server.
I am planning to do the following
1) Stop the managed servers
2) Change the machine of managed server to machine 1
3) stop the node managers of machine 2 and delete machine 2
4) Uninstall the weblogic in other server
Do we need to do any other task ( since we enrolled these machines while installing ) to remove this server from the domain ?
Kindly help me.
Thanks,
Amrita
March 8th, 2013 on 7:23 am
Hi,
Getting error while starting the server.
Please suggest…!!!
There are 1 nested errors:
weblogic.management.ManagementException: [Management:141247]The configuration directory /oracle/wls103602/wlserver_10.3/common/bin/config does not exist and the admin server is not available.
at weblogic.management.provider.internal.RuntimeAccessImpl.parseNewStyleConfig(RuntimeAccessImpl.java:200)
at weblogic.management.provider.internal.RuntimeAccessImpl.(RuntimeAccessImpl.java:115)
at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:41)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
at weblogic.Server.main(Server.java:71)
>
March 10th, 2013 on 1:56 pm
Dear Team,
OS: Oracle Linux VM 6.1 and 6.4
Weblogic: 10.3.6.0
JVM: jdk1.6.0_38
Issue:
======
Recently I have upgraded the OS from oracle Linux VM 6.1 to 6.4. Since then one of my managed server on one VM is not starting up, where as the other managed servers on other upgraded VM(6.4) is starting up successfully. I am getting the below error in the startup log.
Mar 10, 2013 11:04:46 AM AST> <Server subsystem failed. Reason: java.lang.NoClassDefFoundError: Could not initialize class weblogic.server.channels.BasicServerChannelImpl
java.lang.NoClassDefFoundError: Could not initialize class weblogic.server.channels.BasicServerChannelImpl
at weblogic.protocol.URLManager.createAdminHttpConnection(URLManager.java:374)
at weblogic.management.provider.internal.BootStrapHelper.getBootStrapStruct(BootStrapHelper.java:83)
at weblogic.management.provider.internal.RuntimeAccessImpl.initialize(RuntimeAccessImpl.java:432)
at weblogic.management.provider.internal.RuntimeAccessService.start(RuntimeAccessService.java:49)
at weblogic.t3.srvr.ServerServicesManager.startService(ServerServicesManager.java:461)
at weblogic.t3.srvr.ServerServicesManager.startInStandbyState(ServerServicesManager.java:166)
at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:881)
at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:568)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:469)
at weblogic.Server.main(Server.java:71)
Any help on this greatly appreciated.
Regards,
Sohel.
I have found the solution.
Try enrolling Nodemanager with this domain. You can execute below commands to perform nmEnroll():
1. Make sure Admin server is running and navigate to $Domain_home/bin folder on your Linux box
2. Execute setDomainEnv.sh file as below:
# . ./setDomainEnv.sh (there are two dots before slash)
3. Connect to WLST:
# java weblogic.WLST
4. Connect to Admin server of this domain at WLST prompt as below:
wls:/offline> connect(‘WLS_USERNAME’,’WLS_PASSWORD’,’ADMIN_URL’)
for eg: wls:/offline> connect(‘weblogic’,’weblogic123′,’t3://localhost:8001′)
5. Now perform nmEnroll:
wls:/DomainName/serverConfig> nmEnroll()
For eg:
wls:/myAD/serverConfig> nmEnroll()
Enrolling this machine with the domain directory at . …
Successfully enrolled this machine with the domain directory at C:wls103wlserver_10.3commonbin..
wls:/myAD/serverConfig>
Now try restarting managed server and let us know your observations.
Also please check whatever value (DNS name or localhost) you have mentioned in Listen Address field for Admin Server, managed server and Node manager machine
is present in /etc/hosts file on Linux box.
Regards,
Sohel.
March 25th, 2013 on 9:25 pm
hi Jay,
i want to upgrade our weblogic server. currently we are using wls 10.3.5 . , we want to upgrade it to 10.3.6 on unix. plz let me know the steps for that. plz let me know if upgrade require just 1 patch or it need a complete new installation?
what are the other options if we dont use Oracle Weblogic Server 10.3.6 upgrade installer?
plz let me know , thanks in advance.
April 9th, 2013 on 2:12 am
Hi,
I need to compare the configuration of several WebLogic domains. I cannot use WL Mgt pack (due to licences).
What is the best possible way?
Is there an easy way to compare the config directories (xml’s based on an xsd schema : is there smart tooling to compare such xml files)
Or should we write WLST scripts? I have some experience, and we automated the initial setup of the domains.
But connecting to 2 domains, and then working with separate cmo objects seems quite a challenge. And I am particularly interested in those last tiny configuration parameter that was updated manually through the console.
Any suggestions?
Luc
May 2nd, 2013 on 11:26 am
hi how install weblogic 10.3.6 in silent mode please send me the silet.xml file.
May 7th, 2013 on 4:16 pm
Hi Rene/ Jay,
One of my client wants to upgrade Oracle soa & webcenter 10g to 11g version .
can you tell the suitable approach for the upgradation.
Thanks in advance
regards
sureshk
June 19th, 2013 on 12:14 pm
Hi,
Iam a beginner in weblogic.Can you tell why we are using the below command for Installing a .jar
java -Xmx1024m -jar wlsversion_generic.jar
Will this allocated 1024m of RAM to the Weblogic???
November 26th, 2013 on 10:35 am
Hi ,
I am installing wls 10.3.5 using below installer
java -jar jdevstudio11115install.jar
While creating domain using GUI
I Check “Generate a domain configured automatically to support the following products”
Check the below mentioned components and click Next
• Oracle JRF – 11.1.1.0 (oracle_common)
And then It prompts me to select options for configuration as below
I choose below options
Administration Server,
Managed Servers,
Clusters and Machines,
Deployments and Services
After managed and cluster setup it prompts me to target all libraries ,applications and start-up and shutdown classes as below
My questions is ,
If I want to automate the domain configuration using wlst as mentioned above , which template do I select ?
After selecting the appropriate template , can I target all app,libraries and start/shut classes ? what is the location for these default libraries ,app and start/shut classes ?
I am not able to find only below templates…
bash-3.2$ ls -lrt
total 509
-rw-r–r– 1 oracle oracle 13407 Sep 12 15:18 sipserverdomain.jar
-rw-r–r– 1 oracle oracle 15421 Sep 12 15:18 replicateddomain.jar
-rw-r–r– 1 oracle oracle 16201 Sep 12 15:18 rdbmsdomain.jar
-rw-r–r– 1 oracle oracle 16122 Sep 12 15:18 geo2domain.jar
-rw-r–r– 1 oracle oracle 15485 Sep 12 15:18 geo1domain.jar
-rw-r–r– 1 oracle oracle 14135 Sep 12 15:18 diameterdomain.jar
-rw-r–r– 1 oracle oracle 130344 Sep 12 15:18 wls_starter.jar
-rw-r–r– 1 oracle oracle 33143 Sep 12 15:18 wls.jar
/osmapp/oracle/middleware/wlserver_10.3/common/templates/applications
bash-3.2$ ls -lrt
total 31
-rw-r–r– 1 oracle oracle 9328 Sep 12 15:18 wls_webservice_jaxws.jar
-rw-r–r– 1 oracle oracle 4677 Sep 12 15:18 wls_webservice.jar
November 27th, 2013 on 1:10 pm
I was able to crate domain successfully using wlst..
You can find diff templates at /middleware
_home/oracle_common/common/templates
You can add below lines in domain creation script
addTemplate(‘middleware_home/oracle_common/common/templates/applications/jrf_template_11.1.1.jar’)
# updating the changes
print(‘>>Finalizing the changes……….’)
updateDomain()
closeDomain()
Thanks
January 17th, 2014 on 9:41 pm
Hi
We installed jboss6.1.0-final in our environment,max-backup log files are not working for us.Logs keeps rotating, but it is not deleting after certain number of files, Can some one help me to set max-backup-index in jboss-6.1.0-final.
Thanks