Weblogic upgrade

hi
we are currently upgrading from wl5.1 to wl6.1 and we have a netscape
server with an installed wlproxy-plugin running. this plugin forwards the
requests to the backends which hosts the weblogic itself.
but now we are upgrading and we have a problem. we want to use wl5.1 and
wl6.1 in parallel. this means on the backends (e.g. host1 and host2) are
the weblogics running. on each host a wl5.1 and (!!) a wl6.1. of course
on different ports aso. so there are two instances on each machine.
we face now the problem, that we have to forward from the webserver to
two different versions of weblogic: 5.1 and 6.1. from within the same
webserver.
so my questions:
1. is the weblogic 6.1 proxy-plugin to handle both weblogic versions?
including load-balancing. (preferred solution)
2. and if not, is it possible to load both proxy-plugins at the same
time? and to configure the netscape in such a way, that the old plugin
handles old requests, and the new one the requests to the new location.
any ideas?
TIA
cu, gottfried

"Gottfried Szing" <[email protected]> wrote in message
news:[email protected]..
hi
we are currently upgrading from wl5.1 to wl6.1 and we have a netscape
server with an installed wlproxy-plugin running. this plugin forwards the
requests to the backends which hosts the weblogic itself.
but now we are upgrading and we have a problem. we want to use wl5.1 and
wl6.1 in parallel. this means on the backends (e.g. host1 and host2) are
the weblogics running. on each host a wl5.1 and (!!) a wl6.1. of course
on different ports aso. so there are two instances on each machine.
we face now the problem, that we have to forward from the webserver to
two different versions of weblogic: 5.1 and 6.1. from within the same
webserver.
so my questions:
1. is the weblogic 6.1 proxy-plugin to handle both weblogic versions?
including load-balancing. (preferred solution)Pretty sure Nope.
2. and if not, is it possible to load both proxy-plugins at the same
time? and to configure the netscape in such a way, that the old plugin
handles old requests, and the new one the requests to the new location.Pretty sure nope.
any ideas?Put a software/hardware loadbalancer in front, instead of using the plugin.
mbg
>
TIA
cu, gottfried

Similar Messages

  • Weblogic upgrade 9.2 - 10.2: Could not perform unpadding: invalid pad byte

    While upgrading a domain from 9.2 to 10.2, I get the following error on running upgrade.sh:
    -bash-3.00$ ./upgrade.sh
    Warning: Cannot convert string "-monotype-arial-regular-r-normal--*-140-*-*-p-*-iso8859-1" to type FontStruct
    Calling Wizard framework for upgrade: args2: [-mode=gui, -file=wcf/plugin_gui_wizard.xml, -log=/app/bea/bea_10.2/user_projects/upgrade_logs/domain_04292008_152323_1, -p:plugin:plugin.executionPlan.file=resources/portal-upgrade.xml, -p:plugin:I18N_PLUGIN=weblogic/upgrade/i18n_upgrade, -p:plugin:TARGET_VERSION=10.0.1.0]
    weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.validatePlatformDomain: Property set to skip platform domain validation. Skipping...
    <apr 29, 2008 3:23:56 PM CEST> <INFO> <Upgrade> <BEA-800000> <If not present, set the source WebLogic Configuration to:9.0>
    <apr 29, 2008 3:23:56 PM CEST> <INFO> <Upgrade> <BEA-800000> <If not present, set the source WebLogic Configuration to:9.0>
    <apr 29, 2008 3:23:56 PM CEST> <INFO> <Upgrade> <BEA-800000> <Domain directory selected: /app/bea_domains/portal>
    <apr 29, 2008 3:23:56 PM CEST> <INFO> <Upgrade> <BEA-800000> <Domain directory selected: /app/bea_domains/portal>
    <apr 29, 2008 3:24:16 PM CEST> <FATAL> <Upgrade> <BEA-800000> <Execute Exception ... weblogic.descriptor.DescriptorException: Unmarshaller failed>
    com.bea.plateng.plugin.PlugInException: Execute Exception ... weblogic.descriptor.DescriptorException: Unmarshaller failed
    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.bea.plateng.wizard.silent.tasks.AbstractSilentTask.run(AbstractSilentTask.java:28)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: weblogic.descriptor.DescriptorException: Unmarshaller failed
    at weblogic.descriptor.internal.MarshallerFactory$1.createDescriptor(MarshallerFactory.java:152)
    at weblogic.descriptor.BasicDescriptorManager.createDescriptor(BasicDescriptorManager.java:292)
    at weblogic.management.provider.internal.DescriptorManagerHelper.loadDescriptor(DescriptorManagerHelper.java:58)
    at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.parseNewStyleConfig(DomainDirectorySelectionPlugIn.java:416)
    at weblogic.upgrade.domain.directoryselection.DomainDirectorySelectionPlugIn.execute(DomainDirectorySelectionPlugIn.java:226)
    ... 3 more
    Caused by: com.bea.xml.XmlException: weblogic.management.ManagementRuntimeException: weblogic.descriptor.DescriptorException: Unmarshaller failed: com.bea.xml.XmlException: java.lang.AssertionError: java.lang.reflect.InvocationTargetException
    at com.bea.staxb.runtime.internal.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:54)
    at com.bea.staxb.runtime.internal.RuntimeBindingType$BeanRuntimeProperty.setValue(RuntimeBindingType.java:483)
    Caused by: weblogic.security.internal.encryption.EncryptionServiceException: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:78)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
    at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
    ... 55 more
    Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
    at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
    at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
    at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:68)
    ... 57 more
    Before running upgrade.sh, all applications were undeployed from the domain and I've verified that config.xml is valid with no refs to previously installed apps.
    I've also removed refs to custom security providers in config.xml, but stil the same.
    Can anyone please help?
    Edited by mirzaei at 04/29/2008 7:18 AM

    Fixed.
    The xml-file for one of the jdbc-resources defined in config.xml was missing from DOMAIN_HOME/conf/jdbc. Adding the file fixed the problem.
    Edited by mirzaei at 04/29/2008 11:07 AM

  • OBIEE Patches - Weblogic Upgrade also necessary?

    Hi
    I'm working with 11.1.1.6.2 BP1 and I'm planning to upgrade to 11.1.1.6.5 and also to the next releases when they are published.
    What I'm asking me. I never thought about patching WeblogicServer. So I use the version which came out of the box with the 11.1.1.6.0 release.
    Am I also intended to upgrade Weblogic from time to time. How do you handle that?
    Regards

    Hi,
    It's not nessasary.it's upto your wish
    The latest version of obiee11g - domain enhanced with new features and integration part enhancement like ADF
    enhanced deployment view, diagnosibility and management etch
    if you wish fix bunle weblogic bugs then you proceed weblogic upgrad
    weblogic 10.3.6 i had some issues: creatting application strip bug, application role mapping with users part issue etc
    Refer
    http://docs.oracle.com/cd/E23943_01/web.1111/e13754/toc.htm
    Thanks
    Deva
    Edited by: Devarasu on Nov 4, 2012 8:25 PM

  • 'WebLogic upgrade jar file' assemby missing 11.1.2.1

    Hello all,
    I was going through the Installation guide for installing 11.1.2.1 & found that in the required assemblies for foudation services there is a assembly called 'WebLogic upgrade jar file' mentioned in the tutorial. When i extract the foundation
    files 1-7 I don't see that assembly in that extract. I even extracted the additional content release & i did'nt see that assemby in the folder where i extracted.
    Thanks!

    It is mandatory and yes extract it into the same folder. While they are improving the documentation in this release they did miss a pretty big dependency in the form of the Weblogic software.
    You will want the following packages for a Planning installation:
    Oracle Hyperion Enterprise Performance Management System Installer, Fusion Edition Release 11.1.2.1.0 for Microsoft Windows (64-bit)
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) Part 1 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) Part 2 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) Part 3 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 for Microsoft Windows (64-bit) Part 4 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 Part 5 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 Part 6 of 7
    Oracle Hyperion Foundation Services Release 11.1.2.1.0 Part 7 of 7
    Oracle Hyperion Calculation Manager Release 11.1.2.1.0
    Oracle Hyperion Enterprise Performance Management Architect, Fusion Edition Release 11.1.2.1.0
    Oracle Essbase Release 11.1.2.1.0 Part 1 of 2
    Oracle Essbase Release 11.1.2.1.0 Part 2 of 2 for Microsoft Windows (64-bit)
    Oracle Essbase Clients Release 11.1.2.1.0
    Oracle Essbase Spreadsheet Add-in Release 11.1.2.1.0 for Microsoft Windows
    Oracle Hyperion Financial Reporting, Fusion Edition Release 11.1.2.1.0
    Oracle Hyperion Financial Reporting Studio and Print Server, Fusion Edition Release 11.1.2.1.0 for Microsoft Windows
    Oracle Hyperion Enterprise Performance Management Reporting and Analysis Core Components Release 11.1.2.1.0
    Hyperion Web Analysis Release 11.1.2.1.0
    Oracle Hyperion Planning, Fusion Edition Release 11.1.2.1.0
    Oracle Hyperion Planning, Fusion Edition Offline Planning Module Release 11.1.2.1 for Microsoft Windows
    Oracle Hyperion Financial Close Management Release 11.1.2.1.0
    Oracle Hyperion Enterprise Performance Management System Additional Content Release 11.1.2.1.0
    Regards,
    John A. Booth
    http://www.metavero.com
    Edited by: Jbooth on Apr 28, 2011 5:13 AM - Removed Weblogic specific package from list.

  • Weblogic Upgrade Raodmap

    Hi THere,
    I am looking for a Weblogic upgrade roadmap for my environment. Several applications (up to 12 enterprise java web and web services applications) currently running on our Web logic server 10.3.4. I noticed the CPU patch was not available for my WLS release (10.3.4) that we currently have.
    What is that mean? Does 10.3.4 have no vulnerabilities? or Oracle stop supporting 10.3.4?
    The patches are available for releases 10.3.5 and 10.3.6 and 12.1.1. according to the newest matrix:
    http://www.oracle.com/technetwork/topics/security/cpujan2013-1515902.html#AppendixFMW
    I would like to suggest to start thinking about the weblogic major upgrade to 12.1.1. The question is how to determine if the upgrade will work for our 12 apps as we have Oracle Access manager 11.1.1 for authenitcation and authorization as a central location for all of our applications.
    What factors and risks are involved and should be consider for the major upgrade (from WLS 10.3.4. to 12c). Any thought would be appreciated.
    Thanks in advance,
    Rex

    Hi 983969,
    Oracle does not make security updates (CPU) for products that old.
    The final CPU for 10.3.4 was April 2012:
    https://support.oracle.com/epmos/faces/ui/km/DocumentDisplay.jspx?_afrLoop=1519235381362586&id=1502461.1&_afrWindowMode=0&_adf.ctrl-state=rd5ssbvdh_4#CHDEFEIB
    You can upgrade to 10.3.6 without any problems. I have not tried to upgrade to 12c yet, only tried new installations on 12c. I would not expect that there should be any big issues upgrading Weblogic 10.3.4 to 12c.
    Do notice that FMW products is not supported on 12c. So if you use any FMW product you can only upgrade to 11.1.1.6/Weblogic 10.3.6.
    Regards Peter
    Edited by: Peter Lorenzen . on Feb 20, 2013 12:25 AM

  • Weblogic upgrade from 8.1 to 10.3.6 - WLW_IDE.jar issue

    Hi
    We are in the process of upgrading our applications from Weblogic 8.1 to 10.3.6. Since WorkShop IDE has been decommissioned since Weblogic 10.3.2 we don't have the WLW_IDE.jar any more in the fusion middleware installation. The build is dependent on this JAR. Would like to know if there is an alternative to WLW_IDE.jar which can be used to make the build or how we can remove the dependency on WLW_IDE.jar - we don't want to rewrite the code.
    <taskdef name="wlwBuild" classname="workshop.core.WlwBuildTask" classpath="${weblogic.home}/workshop/wlw-ide.jar"/>
      <target name="build">
        <wlwBuild work="${app.dir}/${work.file}" serverclasspath="${server.classpath}">
           <build outputdir="${output.dir}" outputfilename="${output.file}"/>
        </wlwBuild>
      </target>
    Rgds
    Srini

    Hi Srini,
    it supports but you need to upgrade correctly.
    follow this link
    Beehive Applications
    after upgrade if you found some error like classnotfound error.
    If those are the errors you were also experiencing, then please follow one of these options to resolve this issue:OPTION
    1:Identify all the JARs that contain the beehive classes and explicitly add the jar files to the classpathOPTION
    2:When you created the domain (if you used the Config Wizard), do you make it a "Workshop" domain? If not, try that.That should deploy the Workshop framework (Beehive controls, NETUI, etc) libraries as shared libraries. Then these libraries should be referenced in your applications weblogic.xml and weblogic-application.xml.
    regards,
    Kal

  • Weblogic upgrade from 8.1 to 10.3.6 - Apache Beehive

    Hi
    We are trying to upgrade from Weblogic 8.1 to 10.3.6, the applications use Apache Beehive.
    Would like to know if Weblogic 10.3.6 supports Apache Beehive Integration. Tried to do a Proof of concept, the beehive control objects are not getting set and because of it I am getting null pointer exception.
    Rgds
    Srini

    Hi Srini,
    it supports but you need to upgrade correctly.
    follow this link
    Beehive Applications
    after upgrade if you found some error like classnotfound error.
    If those are the errors you were also experiencing, then please follow one of these options to resolve this issue:OPTION
    1:Identify all the JARs that contain the beehive classes and explicitly add the jar files to the classpathOPTION
    2:When you created the domain (if you used the Config Wizard), do you make it a "Workshop" domain? If not, try that.That should deploy the Workshop framework (Beehive controls, NETUI, etc) libraries as shared libraries. Then these libraries should be referenced in your applications weblogic.xml and weblogic-application.xml.
    regards,
    Kal

  • "Product is not installed" message when running weblogic upgrade installer

    Hi,
    I have successfully installed WLS 10.3.5 and JDeveloper Studio using jdevstudio11116install.jar installer on my local machine running Windows 7 64-bit Enterprise Edition . Now when I try upgrading WLS to version *10.3.6*, using wls1036_upgrade_generic.jar, I run into "*Product is not installed*" message. I tried even running wls1036_upgrade_win32.exe and the results are the same.
    Appreciate if someone could tell me what I am doing wrong. I only followed the WLS install/upgrade documentation but looks like something is amiss.
    Thanks.

    Hi,
    Appreciate if anybody out there can help me with the problem. I am wondering if the message cropped up due to the fact that I am trying to run a product upgrade specifically targeted at WebLogic Server instead of running a upgrade installer for jdeveloper since WLS 10.3.5 came with JDev installer in the first place. I am not aware if upgrade installlers are available for jdevstudio. Another way to put this is, I should have run WLS 10.3.5 installer first(instead of jdev) and the 10.3.6 upgrade installer next. That probably might have worked. Then again I am not sure this is correct.
    Appreciate any help on this.
    Thanks

  • Jdeveloper doesn't start after Weblogic upgrade.

    I had Jdeveloper Studio 11.1.1.3 and Weblogic 10.3.3 and everything was working fine. I upgraded WLS to 10.3.4. Now, Jdeveloper doesn't start. jdeveloper.exe doesn't give any error. But nothing happens. We can see the process in Windows Task Manager. Running D:\WLS\Middleware\jdeveloper\jdev\bin\jdev.exe gives following error:
    java.lang.NoClassDefFoundError: oracle/javatools/util/Maps$AbstractCacheMap$ReferenceType
    at oracle.ide.model.NodeFactory.<clinit>(NodeFactory.java:74)
    at oracle.ide.model.Node.setURL(Node.java:562)
    at oracle.ide.model.Node.<init>(Node.java:419)
    at oracle.ide.model.DataContainer.<init>(DataContainer.java:59)
    at oracle.ide.model.IdeSystem.<init>(IdeSystem.java:67)
    at oracle.ide.IdeCore.getSystem(IdeCore.java:590)
    at oracle.ide.IdeCore.getPreferences(IdeCore.java:600)
    at oracle.ide.IdeCore.startupImpl(IdeCore.java:1515)
    at oracle.ide.Ide.startup(Ide.java:703)
    at oracle.ideimpl.DefaultIdeStarter.startIde(DefaultIdeStarter.java:35)
    at oracle.ideimpl.Main.start(Main.java:184)
    at oracle.ideimpl.Main.main(Main.java:146)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccesorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: oracle.classloader.util.AnnotatedClassNotFoundException:
    Missing class: oracle.javatools.util.Maps$AbstractCacheMap$ReferenceType
    Dependent class: oracle.ide.model.NodeFactory
    Loader: ide-global:11.1.1.0.0
    Code-Source: /D:/WLS/Middleware/jdeveloper/ide/extensions/oracle.ide.jar
    Configuration: boot classpath entry in oracle.ide.boot.PCLMain.BOOT_ENTRIES
    This load was initiated at ide-global:11.1.1.0.0 using the loadClass() method.
    The missing class is not available from any code-source or loader in the system.
    at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2190)
    at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1733)
    at oracle.classloader.PolicyClassLoader.access$000(PolicyClassLoader.java:143)
    at oracle.classloader.PolicyClassLoader$LoadClassAction.run(PolicyClassLoader.java:331)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1692)
    at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1674)
    ... 35 more
    IDE boot startup failed.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.classloader.util.MainClass.invoke(MainClass.java:128)
    at oracle.ide.boot.IdeLauncher.bootClassLoadersAndMain(IdeLauncher.java:189)
    at oracle.ide.boot.IdeLauncher.launchImpl(IdeLauncher.java:89)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:65)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.PCLMain.callMain(PCLMain.java:62)
    at oracle.ide.boot.PCLMain.main(PCLMain.java:54)
    ... 17 more
    Caused by: oracle.ide.ExitNotAllowedException
    at oracle.ide.IdeCore$1.checkExit(IdeCore.java:241)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:904)
    at oracle.ideimpl.Main.start(Main.java:199)
    at oracle.ideimpl.Main.main(Main.java:146)
    ... 23 more
    Boot startup failed.
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.ide.boot.Launcher.invokeMain(Launcher.java:713)
    at oracle.ide.boot.Launcher.launchImpl(Launcher.java:115)
    at oracle.ide.boot.Launcher.launch(Launcher.java:68)
    at oracle.ide.boot.Launcher.main(Launcher.java:57)
    Caused by: oracle.ide.ExitNotAllowedException
    at oracle.ide.IdeCore$1.checkExit(IdeCore.java:241)
    at java.lang.Runtime.exit(Runtime.java:88)
    at java.lang.System.exit(System.java:904)
    at oracle.ide.boot.IdeLauncher.launch(IdeLauncher.java:71)
    at oracle.ide.boot.IdeLauncher.main(IdeLauncher.java:54)
    ... 8 more
    Didn't get much info on googling. Any help is appreciated.
    Thanks,
    Vikas

    Vikas,
    When using JDeveloper, the integrated WLS and ADF version are tied to the JDeveloper version - you cannot upgrade individual bits and bobs like that. There is no problem, by the way, having multiple versions of JDeveloper installed at the same time. I currently have 11.1.1.3 and 11.1.1.4 installed (different directories, of course) with no issues. In fact, I used to have many, many more releases installed, but I decided to clean up ;)
    John

  • Weblogic upgrade and WSDL error

    Hello all,
    we are trying to upgrade our Weblogic Server from version 10.1 to 11.3 and we are having some problems with our project of JAX-WS web services.
    Nowadays we are using the IDE Bea Workshop for Weblogic 10.1 and the web services project runs perfectly. We can generate the WSDL file and deploy them without issues.
    The IDE for the new Weblogic 11.3 is Oracle Enterprise Pack for Eclipse (Eclipse Galileo 3.5). We are able to compile the same web services project in it but when we try to create the WSDL we get some exceptions and the descriptor is not generated. The error log is the following:
    oracle.eclipse.tools.webservices.WebServicesException: weblogic.wsee.tools.WsBuildException: Error processing JAX-WS web services
         at oracle.eclipse.tools.webservices.common.compiler.WebServiceCompilerImpl$3.invoke(WebServiceCompilerImpl.java:308)
         at oracle.eclipse.tools.webservices.common.compiler.WebServiceCompilerImpl.accessCompiler(WebServiceCompilerImpl.java:362)
         at oracle.eclipse.tools.webservices.common.compiler.WebServiceCompilerImpl.compile0(WebServiceCompilerImpl.java:303)
         at oracle.eclipse.tools.webservices.common.compiler.WebServiceCompilerImpl.compile(WebServiceCompilerImpl.java:247)
         at oracle.eclipse.tools.webservices.ui.actions.GenerateWsdlFromJwsAction$1.run(GenerateWsdlFromJwsAction.java:159)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    Caused by: weblogic.wsee.tools.WsBuildException: Error processing JAX-WS web services
         at weblogic.wsee.tools.jws.jaxws.JAXWSProcessor.finish(JAXWSProcessor.java:236)
         at weblogic.wsee.tools.jws.process.CompositeProcessor.finish(CompositeProcessor.java:58)
         at weblogic.wsee.tools.jws.build.JwsCompiler.buildWebServices(JwsCompiler.java:544)
         at weblogic.wsee.tools.jws.build.JwsCompiler.compile(JwsCompiler.java:493)
         at oracle.eclipse.tools.webservices.common.compiler.WebServiceCompilerImpl$3.invoke(WebServiceCompilerImpl.java:306)
         ... 5 more
    Caused by: javax.xml.ws.WebServiceException: Unable to create JAXBContext
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:158)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.postProcess(AbstractSEIModelImpl.java:87)
         at com.sun.xml.ws.model.RuntimeModeler.buildRuntimeModel(RuntimeModeler.java:271)
         at weblogic.wsee.tools.jws.jaxws.JAXWSProcessor.generateWsdl(JAXWSProcessor.java:265)
         at weblogic.wsee.tools.jws.jaxws.JAXWSProcessor.finish(JAXWSProcessor.java:135)
         ... 9 more
    Caused by: java.security.PrivilegedActionException: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.lang.StackTraceElement
              at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
              at java.lang.Throwable
              at private java.lang.Throwable com.kb.services.bapis.jaxws.ApplicationExcBean.originalException
              at com.kb.services.bapis.jaxws.ApplicationExcBean
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.xml.ws.model.AbstractSEIModelImpl.createJAXBContext(AbstractSEIModelImpl.java:148)
         ... 13 more
    Caused by: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationExceptions
    java.lang.StackTraceElement does not have a no-arg default constructor.
         this problem is related to the following location:
              at java.lang.StackTraceElement
              at public java.lang.StackTraceElement[] java.lang.Throwable.getStackTrace()
              at java.lang.Throwable
              at private java.lang.Throwable com.kb.services.bapis.jaxws.ApplicationExcBean.originalException
              at com.kb.services.bapis.jaxws.ApplicationExcBean
         at com.sun.xml.bind.v2.runtime.IllegalAnnotationsException$Builder.check(IllegalAnnotationsException.java:102)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.getTypeInfoSet(JAXBContextImpl.java:438)
         at com.sun.xml.bind.v2.runtime.JAXBContextImpl.<init>(JAXBContextImpl.java:286)
         at com.sun.xml.bind.v2.ContextFactory.createContext(ContextFactory.java:139)
         at com.sun.xml.bind.api.JAXBRIContext.newInstance(JAXBRIContext.java:105)
         at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:153)
         at com.sun.xml.ws.model.AbstractSEIModelImpl$1.run(AbstractSEIModelImpl.java:148)
         ... 15 more
    Is anyone having the problem? What is the different between the two IDE's and why we can't generate the WSDL in Eclipse Galileo?
    Thanks in advance

    Hi,
    Do you have any Method defined inside your WebService which is not Annotated with *"@javax.jws.WebMethod"* Annotation?
    If you dont want to publish those methods as WebMethod. It Means......If you have some methods without @WebMethod Annotation declared inside your WebService class ......then Please add the following annotations to them
    @WebMethod(exclude=true)
    exclude Means: Marks a method to NOT be exposed as a web method.
    (Declare the Methods Which u DONOT WANT to publish as WebMentods but still want to declare inside your WebService class)
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Weblogic upgradation

    Hello Experts,
    I need to upgrade weblogic from 10.3.2 version to 10.3.5.versio for the purpose of installing OIA 11.1.1.5. My doubt is :
    Do i need to remove the old rbacx.war file from the already installed weblogic or will it get removed automatically once i install the newer version of weblogic
    Kindly Help.

    Upgrading Its pretty easy. You wont lose any domain configuration, it will basically You'll have to
    1- download wls binary at http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    2- backup your WLS_HOME directory
    3-execute wls installer according to the following oracle docs.
    http://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrading9091.htm#CHDDEGJA
    http://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrade_dom.htm#g1095706
    Recomended doc read: http://docs.oracle.com/cd/E24329_01/web.1211/e24497/upgrade_dom.htm#g1095706
    Kinds,
    Gabriel Abelha

  • Weblogic domain upgrade - 8.1.4 to 10.3 - class not found exception

    HI All,
    Trying to upgrade one domain from 8.1.4 to 10.3. Please find below the command that i have used and the stacktrace.
    from WL_HOME/server/bin location
    volcat01-PA: ./setWLSEnv.sh
    CLASSPATH=/beafiler/weblogic10g/bea/patch_wlw1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/jdk160_05/lib/tools.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic.jar:/beafiler/weblogic10g/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/webservices.jar:/beafiler/weblogic10g/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/beafiler/weblogic10g/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:
    PATH=/beafiler/weblogic10g/bea/wlserver_10.3/server/bin:/beafiler/weblogic10g/bea/modules/org.apache.ant_1.6.5/bin:/beafiler/weblogic10g/bea/jdk160_05/jre/bin:/beafiler/weblogic10g/bea/jdk160_05/bin:/usr/bin:/usr/local/bin:/usr/local/sbin
    Your environment has been set.
    volcat01-PA:
    from domain_home:
    volcat01-PA: /beafiler/weblogic10g/bea/jdk160_05/jre/bin/java -cp /beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic.jar weblogic.Upgrade -mode silent -type domain
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/utils/classloaders/ClasspathClassFinder2
    at weblogic.Home.getFileSource(Home.java:70)
    at weblogic.Home.<init>(Home.java:33)
    at weblogic.Home.<init>(Home.java:18)
    at weblogic.Home$HomeSingleton.<clinit>(Home.java:24)
    at weblogic.Home.getInstance(Home.java:88)
    at weblogic.Home.getPath(Home.java:96)
    at weblogic.Home.getFile(Home.java:101)
    at weblogic.Upgrade.main(Upgrade.java:18)
    Caused by: java.lang.ClassNotFoundException: weblogic.utils.classloaders.ClasspathClassFinder2
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    ... 8 more
    volcat01-PA:
    Please suggest if i need to modify the classpath?

    Hi Sumit,
    thanks for the help, but still i am getting the same error.
    volcat01-PA: . ./setWLSEnv.sh
    CLASSPATH=/beafiler/weblogic10g/bea/patch_wlw1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/beafiler/weblogic10g/bea/jdk160_05/lib/tools.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic_sp.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/weblogic.jar:/beafiler/weblogic10g/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/beafiler/weblogic10g/bea/wlserver_10.3/server/lib/webservices.jar:/beafiler/weblogic10g/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/beafiler/weblogic10g/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:
    PATH=/beafiler/weblogic10g/bea/wlserver_10.3/server/bin:/beafiler/weblogic10g/bea/modules/org.apache.ant_1.6.5/bin:/beafiler/weblogic10g/bea/jdk160_05/jre/bin:/beafiler/weblogic10g/bea/jdk160_05/bin:/usr/bin:/usr/local/bin:/usr/local/sbin
    Your environment has been set.
    volcat01-PA: cd /beafiler/admindomains/conjxapi-th1
    volcat01-PA: ls -lrt
    total 368
    -rwxr-xr-x 1 cispwlp beawlp 1809 Oct 12 2007 stopWebLogic.sh
    -rwxr-xr-x 1 cispwlp beawlp 3116 Oct 12 2007 startWebLogic.sh
    -rw-r--r-- 1 cispwlp beawlp 698 Oct 12 2007 startManagedWebLogic_readme.txt
    -rwxr-xr-x 1 cispwlp beawlp 4691 Oct 12 2007 startManagedWebLogic.sh
    -rwxr-xr-x 1 cispwlp beawlp 2261 Oct 12 2007 setPatchEnv.sh
    -rwxr-xr-x 1 cispwlp beawlp 1233 Oct 12 2007 setEnv.sh
    -rw-r--r-- 1 cispwlp beawlp 85 Oct 12 2007 fileRealm.properties
    drwxr-xr-x 2 cispwlp beawlp 4096 Oct 12 2007 cfgwizdonotdelete
    -rw-r--r-- 1 cispwlp beawlp 39 Oct 12 2007 SerializedSystemIni.dat
    -rw-r--r-- 1 cispwlp beawlp 1799 Oct 12 2007 DefaultRoleMapperInit.ldift
    -rw-r--r-- 1 cispwlp beawlp 2255 Oct 12 2007 DefaultAuthenticatorInit.ldift
    -rw-r--r-- 1 cispwlp beawlp 513 Oct 12 2007 LogHandling.properties
    drwxr-xr-x 3 cispwlp beawlp 4096 Oct 12 2007 applications
    -rw-r--r-- 1 cispwlp beawlp 18804 Oct 12 2007 config.xml.s.safe
    -rw-r--r-- 1 cispwlp beawlp 20109 Nov 26 2007 config.xml.original
    drwxr-xr-x 5 cispwlp beawlp 4096 Nov 26 2007 conjxapi-th1-admin
    -rw-r--r-- 1 cispwlp beawlp 101 Nov 26 2007 boot.properties
    drwxr-xr-x 2 cispwlp beawlp 4096 Nov 26 2007 rmfilestore
    -rw-r--r-- 1 cispwlp beawlp 20109 Nov 26 2007 config.xml.booted
    -rw-r--r-- 1 cispwlp beawlp 20109 Nov 26 2007 config.xml
    -rw-r--r-- 1 cispwlp beawlp 810 Nov 26 2007 running-managed-servers.xml
    drwxr-xr-x 9 cispwlp beawlp 4096 Nov 26 2007 NodeManagerClientLogs
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 5 2007 conjxapi-th1.log00048
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 6 2007 conjxapi-th1.log00049
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 7 2007 conjxapi-th1.log00050
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 8 2007 conjxapi-th1.log00051
    -rw-r--r-- 1 cispwlp beawlp 203 Dec 9 2007 conjxapi-th1.log00052
    -rw-r--r-- 1 cispwlp beawlp 204 Dec 10 2007 conjxapi-th1.log00053
    -rw-r--r-- 1 cispwlp beawlp 204 Dec 11 2007 conjxapi-th1.log00054
    -rw-r--r-- 1 cispwlp beawlp 204 Dec 12 2007 conjxapi-th1.log
    volcat01-PA: java weblogic.Upgrade -mode silent -type domain
    Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/utils/classloaders/ClasspathClassFinder2
    at weblogic.Home.getFileSource(Home.java:70)
    at weblogic.Home.<init>(Home.java:33)
    at weblogic.Home.<init>(Home.java:18)
    at weblogic.Home$HomeSingleton.<clinit>(Home.java:24)
    at weblogic.Home.getInstance(Home.java:88)
    at weblogic.Home.getPath(Home.java:96)
    at weblogic.Home.getFile(Home.java:101)
    at weblogic.Upgrade.main(Upgrade.java:18)
    Caused by: java.lang.ClassNotFoundException: weblogic.utils.classloaders.ClasspathClassFinder2
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
    ... 8 more
    volcat01-PA:

  • Weblogic server 9.1 upgrade problem

    We had our application running on WLS 8.1.
    Trying to upgrade to 9.2 using teh upgrade.sh script ( which uses 'java weblogic.Upgrade' inside ).
    Even after it has reported that it has successfully upgraded the domain, when I login using the admin console, I see that the managed servrs are missing. So are all the resources ( JMS, connectionpool etc ) and all our EJBs.
    Essentially we end up with a new admin server with nothing in it.
    Has somebody else experienced this problem ?
    If yes, are there any work arounds.
    --sony                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    This was fixed by removing everything except teh following files from the original ( 8.1 ) domain directory
    1. config.xml
    2. SerializedSystemIni.dat
    3. *.ldift
    4. applications directory
    Is this a bug in the upgrade tool ? Or did I miss a part of the documentation ?
    Thanks
    --sony                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Silent Scripts errors while upgrading weblogic 8..1 to weblogic10.3.1?

    Hi,
    I keep getting the following errors when tried to execute silent script for domain upgrade. Any body has tried "Silent" mode before and has any clue?.It complains about Valid Domain Directory, but as per the document what ever I mentioned in the silent xml file looks right.Appreciate some help..
    command used :
    C:\bea10.3.1\wlserver_10.3\server\bin>java weblogic.Upgrade -mode silent -type d
    omain -responses weblogic-upgrade-domain-responses.xml -out upgrade.out
    Calling Wizard framework for upgrade: args2: [-mode=silent, -file=wcf/plugin_sil
    ent_wizard.xml, -p:plugin:plugin.silent.response.file=weblogic-upgrade-domain-re
    sponses.xml, -log=upgrade.out, -p:plugin:plugin.executionPlan.file=weblogic/upgr
    ade/domain/execplan.xml, -p:plugin:I18N_PLUGIN=weblogic/upgrade/i18n_upgrade, -p
    :plugin:TARGET_VERSION=10.3.1.0]
    Invalid Silent Input!
    upgrade.out
    2009-07-26 15:59:54,484 ERROR [inputAdapter_silent] com.bea.plateng.wizard.plugin.silent.tasks.InputAdapterSilentTask - com.bea.plateng.wizard.plugin.silent.tasks.InputAdapterSilentTask INVALID INPUT to adapter <FileSelectionIA> of plugin <DomainDirectorySelectionPlugIn>: Unable to read domain configuration! This is not recognized as a valid domain directory.
    **weblogic-upgrade-domain-responses.xml file**
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- SAMPLE BELOW -->
    <plugin-silent-responses>
    <group name="DomainSelectionGroup">
    <plugin name="SelectWebLogicVersionPlugIn">
    <input-adapter name="ChoiceIA">
    <bind-property name="selectedChoiceIds">
    <value>8.1</value>
    </bind-property>
    </input-adapter>
    </plugin>
    <plugin name="DomainDirectorySelectionPlugIn">
    <input-adapter name="IA">
    <bind-property name="selectedFile">
    <value>C:\bea\user_projects\domains\mydomain</value>
    </bind-property>
    </input-adapter>
    </plugin>
    </group>
    <group name="PostDirSelectionGroup">
    <plugin name="AdminServerSelectionPlugIn">
    <input-adapter name="IA">
    <bind-property name="selectedChoiceIds">
    <value>myserver</value>
    </bind-property>
    </input-adapter>
    </plugin>
    <plugin name="NodeManagerCredentialsPlugIn">
    <input-adapter name="UsernameIA">
    <bind-property name="value">
    <value>weblogic</value>
    </bind-property>
    </input-adapter>
    <input-adapter name="PasswordIA">
    <bind-property name="value">
    <value>weblogic</value>
    </bind-property>
    </input-adapter>
    <input-adapter name="PasswordConfirmIA">
    <bind-property name="value">
    <value>weblogic</value>
    </bind-property>
    </input-adapter>
    </plugin>
    <plugin name="OptionalGroupsSelectionPlugIn">
    <input-adapter name="IA">
    <bind-property name="selectedChoiceIds">
    <value>__OPTIONAL_ACTION_1__</value>
    <value> . . . </value>
    </bind-property>
    </input-adapter>
    </plugin>
    </group>
    <group name="DomainBackupGroup">
    <plugin name="DomainDirectoryBackupPlugIn">
    <input-adapter name="FileSelectionIA">
    <bind-property name="selectedFileNames">
    <value>C:\bea\user_projects\domains\mydomain</value>
    </bind-property>
    </input-adapter>
    <input-adapter name="TextIA">
    <bind-property name="value">
    <value>weblogic-domain-backup-mydomain.zip</value>
    </bind-property>
    </input-adapter>
    </plugin>
    </group>
    </plugin-silent-responses>
    <!--
    __OPTIONAL_ACTION_1__ is one of
    DOMAIN_DIRECTORY_BACKUP_SELECTED_VALUE OR
    DOMAIN_DIRECTORY_BACKUP_LOG_FILES_INCLUDED_SELECTED_VALUE OR
    SKIP_BACKWARDS_COMPATIBILITY_FLAGS_SELECTED_VALUE
    ** You can put many
    __WEBLOGIC_VERSION__ = 6.1 OR 7.0 OR 8.1
    -->

    Have you ever resolved this problem?
    I faced this problem either now. Any ideas?

  • Upgrading the weblogic domain from 10.0 to 10.3

    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.

    Your Weblogic 10.0 domain should be able to work (at least with WLS 10.3.5) without any modificaiton.
    In any case if you still want to update, WLS comes with a tool that performes that for you (Weblogic Upgrade Wizard) which is documented here:
    http://download.oracle.com/docs/cd/E21764_01/web.1111/e13754/upgrade_dom.htm#i1089586

Maybe you are looking for