Migrate domain, apllication,resources, etc.. weblogic 8.1 to weblogic 10.3

hi
I need to migrate weblogic 8.1 to weblogic 10.3
know whether through weblogic upgrade wizard I keep a copy of the domain weblogic 8 to run?
I know if I left 2 domains, the old and new in WebLogic 10
thanks

This forum is only for WebLogic Server questions - WLP specific ones should go here:
WebLogic Portal

Similar Messages

  • What are the Key Growth Drivers with both quantitative and qualitative analysis [geographical expansion, product, software development, resourcing, etc,]in SharePoint domain?

    What are the Key Growth Drivers with both quantitative and qualitative analysis [geographical expansion, product, software development, resourcing, etc,] in SharePoint domain

    Bravo. And your point is?

  • Migrating Toplink IAS app to WebLogic – SessionManager and NoSuchMethod

    Hello,
    I've migrated old IAS application to WebLogic. This is simple app (no EJB just POJO) written using JDeveloper 10.1.3.5 and Toplink version 9.0.4.
    Everything works fine on IAS application server.
    Migration process in steps:
    1. Moving sources to JDeveloper 11.1.2.3.0
    2. All POJO-s and Toplink mappings were recreated from database (no old sessions, mwp files left)
    3. Application compiled with no error
    4. Prepared ear file includes war file and libraries like com.oracle.toplink_1.0.0.0_11-1-1-5-0.jar etc.
    EAR deployed to local WebLogic Server 12.1.1.0.
    First Struts action making access to database generates error like below
    java.lang.NoSuchMethodError: oracle.toplink.tools.sessionmanagement.SessionManager.getSession(Loracle/toplink/tools/sessionconfiguration/XMLSessionConfigLoader;Ljava/lang/String;Ljava/lang/ClassLoader;ZZZ)Loracle/toplink/publicinterface/Session;
    Line of code looks like:
    XMLSessionConfigLoader loader = new XMLSessionConfigLoader(getSessionsXmlPath());
    Session tmpSession = SessionManager.getManager().getSession(loader, sessioNname, this.getClass().getClassLoader(), true, false, true);
    This code compiles in Jdev environment and this method exists in class.
    EAR modified as described in thread
    NoSuchMethodError when deploying app EAR
    Lib files moved to APP-INF/lib, weblogic-application.xml modifed to
    <?xml version = '1.0' encoding = 'windows-1250'?>
    <weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/weblogic/weblogic-application http://xmlns.oracle.com/weblogic/weblogic-application/1.1/weblogic-application.xsd" xmlns="http://xmlns.oracle.com/weblogic/weblogic-application">
    <prefer-application-packages>
    <package-name>oracle.toplink.*</package-name>
    </prefer-application-packages>
    </weblogic-application>
    Unfortunately no success. I've tried putting toplink classes into domain lib folder but message is the same.
    Is there any chance to run this application on WebLogic server ?
    Thanks for help
    Tom

    Try restarting admin and managed servers.
    Cheer$,
    A..

  • Start multiple domains simultaneously on 1 Weblogic server installation?

    Is it okay to start and run multiple domains simultaneously. Better yet, when having multiple domains on 1 WLS server, should each domain have a different port number in order to be run simultaneously?
    Here's my scenario - I installed Oracle Business Intellgence, which by default installs and configures WLS server for certain Business Intelligence applications (BI Publisher). This instance was running fine and good and still is.
    Then I had another application, Oracle Data Integrator, which has a Console piece that requires a domain on WLS. So instead of modifying the existing domain for Oracle Business Intelligence, I created a new domain via the Configuration Wizard and selected those components for Oracle Data Integrator.
    therefore current domains:
    ...\domains\bifoundation_domain --> installed automatically as part of Oracle Business Intelligence
    ...\domains\odi11g --> I created this domain after I
    Now I have 2 domains under 1 WLS Server (windows 7 64bit), but if I startWeblogic.cmd for the bifoundation_domain, and I startWeblogic.cmd for the odi11g...then only the components for the bifoundation_domain become available via the WLS Console.
    Questions:
    - Can I run both domains simultaneously?
    - Should I have modified the bifoundation_domain to include Oracle Data Integrator component; therefore only having 1 domain but having everything run under that domain?
    - Does the Port for each domain matter? both bifounddation_domain and odi11g domain use ports 7001
    Are there any other considerations? Thanks much.

    Hi,
    It is perfectly OK to run multiple domains on a single Weblogic server installation. Only constraint would be you have enough capacity available on your server to start multiple instances.
    Things to note is, if your domain1 is running on listen address : port { localhost : 7001 } then your other domain should be configured on a different port say {localhost : 8001 }. If you want both domain to run on same port then go for virtual IP's to be plumbed on your physical network interface and configure as,
    domain1 - { ip1 : 7001 }
    domain2 - { ip2 : 7001 }
    this way you will can access both domain admin console on same port.
    Remember, Weblogic resources cannot be shared between domain, however a single nodemanager will be enough to monitor both the domains.
    * rank it if answer is helpful :) *
    Thanks,
    Ranjan

  • JSP not working on migrated domain

              I migrated my Weblogic 5.1 properties file to Weblogic 6.0
              using the console.
              I am unable to invoke the HelloWorld.jsp from a browser when I
              place it in my \applications\DefaultWebApp-myServer directory.
              My migrated server listens on port 7001 and I used the URL to invoke
              HelloWorld:
              http://208.139.197.151:7001/HelloWorld.jsp
              When I placed it in the examples'
              applications\DefaultWebApp-examplesServer it worked.
              My examples server listens on port 7003 and I used the following
              URL to invoke HelloWorld:
              http://208.139.197.151:7003/HelloWorld.jsp
              I'm attaching my config.xml for the migrated domain.
              Thanks,
              Shelly
              [config.xml]
              

              Kumar,
              This solved the problem!
              Thanks,
              Shelly
              Mettu Kumar <[email protected]> wrote:
              >Shelly,
              >
              > I guess I got what the problem is.
              > Check your web.xml of default app. During migration
              >from 5.1 to 6.0 JSPServlet
              >might be registed as servlet without init parameters.
              >Remove those lines related to
              >JSPServlet.
              >
              >Hope this solves your Problem.
              >
              >
              >Thanks,
              >Kumar.
              >
              >Shelly wrote:
              >
              >> Attached is the log.
              >> Thanks
              >> Mettu Kumar <[email protected]> wrote:
              >> >If you can post the server out setting you debug output
              >> >level to info it will be
              >> >easy to trace the problem.
              >> >
              >> >Shelly Foland wrote:
              >> >
              >> >> Kumar,
              >> >>
              >> >> Thanks for looking at my config.xml.
              >> >>
              >> >> I did try changing the path as you specified below
              >> >> and I still have a problem.
              >> >>
              >> >> I wonder if this is related to the fact that I migrated
              >> >> this domain from 5.1?
              >> >>
              >> >> Shelly
              >> >>
              >> >> Mettu Kumar <[email protected]> wrote:
              >> >> >The reason is straight forward.
              >> >> >
              >> >> >The following lines in your config.xml:
              >> >> > <Application
              >> >> > Name="DefaultWebApp_myserver"
              >> >> > Path="config\Weblogic5.1\applications"
              >> >> > >
              >> >> >
              >> >> >Change the path to ".\config\mydomain\applications"
              >> >> >
              >> >> >Hope this helps you.
              >> >> >
              >> >> >Kumar.
              >> >> >Shelly Foland wrote:
              >> >> >
              >> >> >> I migrated my Weblogic 5.1 properties file
              >> >> >to Weblogic 6.0
              >> >> >> using the console.
              >> >> >>
              >> >> >> I am unable to invoke the HelloWorld.jsp from
              >> >> >a browser when I
              >> >> >> place it in my \applications\DefaultWebApp-myServer
              >> >> >directory.
              >> >> >>
              >> >> >> My migrated server listens on port 7001 and
              >> >> >I used the URL to invoke
              >> >> >> HelloWorld:
              >> >> >>
              >> >> >> http://208.139.197.151:7001/HelloWorld.jsp
              >> >> >>
              >> >> >> When I placed it in the examples'
              >> >> >> applications\DefaultWebApp-examplesServer
              >> >> >it worked.
              >> >> >>
              >> >> >> My examples server listens on port 7003 and
              >> >> >I used the following
              >> >> >> URL to invoke HelloWorld:
              >> >> >> http://208.139.197.151:7003/HelloWorld.jsp
              >> >> >>
              >> >> >> I'm attaching my config.xml for the migrated
              >> >> >domain.
              >> >> >>
              >> >> >> Thanks,
              >> >> >> Shelly
              >> >> >>
              >> >> >> ------------------------------------------------------------------------
              >> >> >> Name: config.xml
              >> >> >> config.xml Type: BizTalk Schema (text/xml)
              >> >> >> Encoding: base64
              >> >> >
              >> >
              >>
              >> ------------------------------------------------------------------------
              >> Name: startWL.log
              >> startWL.log Type: Text Document (application/x-unknown-content-type-txtfile)
              >> Encoding: base64
              >
              

  • How to migrate .war archived webservice to WebLogic 10.0.3

    Hi everyone.
    I have been requested to deploy a War file as Webservice on Weblogic Server 10.0.3 (installed on Redhat EL 5.0, I used Sun jdk 1.0.6 distributed along with installer bin file). This file
    was run well on TOMCAT 5.0.28 server.When hacking into this WAR file I know it use Xfire(1.2.2) as a base to construct Webservice, hibernate(3.0) to mapping with database (it use only a
    services.xml putting on META_INF to describe service as far as I know). Firstly, I use Adminstration Console, go to deployment link and deploy as this tool say, the result in Adminstration
    Console tell me I had deployed succedfully but when I digged into exploded directory of WAR file, I can not see any .class file under WEB_INF directory and my client actually can not access provided services. I thought there is problem when use Application Console to deploy so I switch to use other tool like wlst or ant task but result is the same. Finally, I had to upload WAR file, use jar to extract WAR file to a directory and use Adminstration Console to deploy the whole directory as a Web Application. All class file are under WEB_INF directory. But when I use a client to access services I got exception as below on WebBrowser
    Could not invoke service.. Nested exception is org.codehaus.xfire.fault.XFireFault: Fault: java.lang.NullPointerException
    and no more detail (or I do not known where to get log file). Because I am just a system maintainer and do not know much a bout J2EE Webservice specification, I just read some materials
    and know that WebLogic support Web Services 2.1 (JAX-WS) and XML-Based RPC 1.1 (JAX-RPC). So I desire to know some thing below:
    1) What kind of Webservice in WAR file do I have (Web Services 2.1 (JAX-WS) and XML-Based RPC 1.1 (JAX-RPC) or something WebLogic do not support?
    2) How to migrate my WAR file to Weblogic by a very common way?
    3) How to get log to make more detail about exception above on WebLogic (does log4j archive this work?) ?
    Thank you so much
    Edited by: user10407314 on Oct 30, 2008 1:41 AM

    Hi all,
    May be I found the problem. The compatibility between Weblogic and hibernate 3.0 relating to antlr-2.7.5H3.jar library. Although I include all application's jar file in CLASSPATH when start server
    but Weblogic seem not to see my antlr-2.7.5H3.jar and use its default antlr library instead. So I set my antlr-2.7.5H3.jar directly into PRE_CLASSPATH variable on $DOMAIN_HOME/lib/setDomainEnv.sh
    file like below:
    PRE_CLASSPATH="$DOMAIN_HOME/lib/antlr-2.7.5H3.jar"
    export PRE_CLASSPATH
    By now my application use the desired lib and Webservice work fine.
    But I wonder if this is a good solution, is there any other good practice to set CLASSPATH for this situation? setting PRE_CLASSPATH is correct point and having no affection to the whole domain
    in the case there are more application reside in the domain?
    Thank all.
    Edited by: user10407314 on Oct 30, 2008 9:56 PM
    Edited by: user10407314 on Oct 30, 2008 9:57 PM

  • Multiple EARs packaging the same resource adapter -- Weblogic Application S

    Hello,
    I had a question regarding JNDI and deploying multiple applications (EAR's) which package the same resource adapter running on Webloigc Application Server 9.1. I have an EAR file, ear1, which contains a resource adapter with connection factory with JNDI name say 'xyz' specified in the weblogic-ra.xml file. I have another EAR file, ear2, which again packages the same resource adapter with the same connection factory with JNDI name 'xyz'. Upon activating the 2nd EAR file, I get an exception 'javax.naming.NoPermissionException: A Resource Adapter may only be accessed from within the same application from which it was deployed.', as seen below:
    <May 8, 2006 10:29:27 AM PDT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating distribute task for application 'JMS2JMS_eInsightweblogic2'.>
    <May 8, 2006 10:29:27 AM PDT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: java.lang.AssertionError: Internal Error occurred, Assertion Failed: No Initial Context for Jndi: javax.naming.NoPermissionException: A Resource Adapter may only be accessed from within the same application from which it was deployed.
    at weblogic.connector.deploy.ConnectorModule.prepare(ConnectorModule.java:217)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:90)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:318)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:26)
    at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:53)
    Truncated. see log file for complete stacktrace
    javax.naming.NoPermissionException: A Resource Adapter may only be accessed from within the same application from which it was deployed.
    at weblogic.connector.outbound.RAOutboundManager.getConnectionFactory(RAOutboundManager.java:721)
    at weblogic.connector.deploy.JNDIHandler.getConnectionFactory(JNDIHandler.java:1017)
    at weblogic.connector.deploy.JNDIHandler.lookupObject(JNDIHandler.java:871)
    at weblogic.connector.deploy.JNDIHandler.getObjectInstance(JNDIHandler.java:845)
    at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:304)
    Truncated. see log file for complete stacktrace
    It seems like the 2nd EAR is trying to go across and lookup the connection factory from the 1st EAR. Does weblogic bind the RA's connection factory jndi name in the global jndi and is not specific to each EAR? Is there some flag or switch I can turn on to make the JNDI specific to each EAR?
    My weblogic deployment descriptor for the ra looks like the following:
    <weblogic-connector xmlns="http://www.bea.com/ns/weblogic/90"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90
    http://www.bea.com/ns/weblogic/90/weblogic-ra.xsd">
    <jndi-name>JMS2JMS_eInsightDeployment4_stcbpelra</jndi-name>
    <enable-access-outside-app>false</enable-access-outside-app>
    <enable-global-access-to-classes>false</enable-global-access-to-classes>
    <outbound-resource-adapter>
    <connection-definition-group>
    <connection-factory-interface>javax.resource.cci.ConnectionFactory</connection-factory-interface>
    <connection-instance>
              <b><jndi-name>BPELConnectionFactory</jndi-name></b>
              <connection-properties>
              <pool-params>
              <initial-capacity>0</initial-capacity>
              <max-capacity>10000</max-capacity>
              <capacity-increment>1</capacity-increment>
              <shrinking-enabled>true</shrinking-enabled>
              <shrink-frequency-seconds>60</shrink-frequency-seconds>
              <match-connections-supported>false</match-connections-supported>
              </pool-params>
              <properties>
                   <property>
                        <name>BPELConnectionFactory</name>
                        <value>BPELConnectionFactory</value>
                   </property>
              </properties>
              </connection-properties>
         </connection-instance>
    </connection-definition-group>
    </outbound-resource-adapter>
    </weblogic-connector>

    Thanks for the reply... in my case this would be done by the active synch process so no GUI form is required. I will be getting a list of application ID for the user by LDAP AS. One i get it i will have to parse it and get the list of application user id. I am passing those ID;s to a workflow where I am forming the resource name as you mentioned
    for example:
    If i get user1#user2#user3 from AS i am separating them based on # using split and getting 3 different user id;s
    now i am forming a string with the resource name and passing it to the sub process in which i am checking out the user object, setting the user attributes and checking in the new view.
    user1#LDAP
    user2#LDAP|1
    user3#LDAP|2
    Problem ; When i run this user1 is getting created in LDAP but user2 and user3 are not. There entry is getting created in IDM.
    When I open the IDM object I get a yellow triangle (warning) and if I open the user object and hit save button IDM creates the user account on the LDAP.
    any help for further solving this problem would be appreciated.
    Regards,

  • Just bought a used MacBook pro after my previous died. I want to migrate my applications, data, etc from a time machine backup of the old computer to the new. Will this affect, or overwrite the Apps., data, etc existing on the new machine?

    Just bought a used MacBook pro after my previous died. I want to migrate my applications, data, etc from a time machine backup of the old computer to the new. Will this affect, or overwrite the Apps., data, etc existing on the new machine?

    No. Only those Apps that are not installed on the new will migrate over.

  • Migration from IAS 9i to Weblogic BEA

    Hi, I need to do a migration from IAS 9i to weblogic BEA, i need to know the compatibility problems, where I can found some documentation about it?

    pls up!!!

  • Unable to create new domain for ORM in Weblogic 8.1

    Hi,
    I have installed Oracle Role Manager(ORM) 10.1.4 and to run ORM in weblogic i have to create a new domain for ORM.
    I tried to create a new domain in weblogic 8.1 in configuration wizard by selecting the orm_createdomain_template_103.jar but i m getting an error
    "There is a problem with the template".
    This template is to create new domain for ORM in weblogic 10.3
    Kindly help me to resolve this issue.
    Regards,
    Manju

    I have installed ORM 10.1.4.1 on weblogic 10.3
    I have also created a new domain for ORM in weblogic.
    When i start the Managed server using startManagedWebLogic.cmd i m getting the following
    errort
    t3://localhost:7004/jndi/weblogic.management.mbeanservers.domainruntime.
    java.io.IOException: Unable to resolve 'weblogic.management.mbeanservers.domainr
    untime'. Resolved 'weblogic.management.mbeanservers'
    at weblogic.management.remote.common.ClientProviderBase.makeConnection(C
    lientProviderBase.java:156)
    at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(
    ClientProviderBase.java:79)
    at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnec
    torFactory.java:338)
    at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFacto
    ry.java:247)
    at weblogic.management.mbeanservers.runtime.internal.RegisterWithDomainR
    untimeService.getDomainMBeanServerConnection(RegisterWithDomainRuntimeService.ja
    va:199)
    Truncated. see log file for complete stacktrace
    javax.naming.NameNotFoundException: Unable to resolve 'weblogic.management.mbean
    servers.domainruntime'. Resolved 'weblogic.management.mbeanservers'; remaining n
    ame 'domainruntime'
    at weblogic.jndi.internal.BasicNamingNode.newNameNotFoundException(Basic
    NamingNode.java:1139)
    at weblogic.jndi.internal.BasicNamingNode.lookupHere(BasicNamingNode.jav
    a:252)
    at weblogic.jndi.internal.ServerNamingNode.lookupHere(ServerNamingNode.j
    ava:182)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:20
    6)
    at weblogic.jndi.internal.BasicNamingNode.lookup(BasicNamingNode.java:21
    4)
    Truncated. see log file for complete stacktrace
    >
    <Jul 3, 2009 10:08:52 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Serv
    er state changed to RUNNING>
    <Jul 3, 2009 10:08:52 AM GMT+05:30> <Notice> <WebLogicServer> <BEA-000360> <Serv
    er started in RUNNING mode>
    Please help me to resolve this issue.
    Regards,
    Manju

  • I have a new MacBook Air.  When I first got it, I migrated some of my files from my PC to the MacBook Air with no issues.  Now, I',m trying to migrate more documents, music, etc. and migration assistant won't get past "Looking for Other Computers."  Why?

    I have new MacBook Air. When I first got it, I migrated some of my files from my PC to the MacBook Air without any problems.  Now I'm trying to migrate more files, music, etc. and I keep getting the continuous spining circle with "Looking for Other Computers."  I've tried everything and for some reason it is not finding my PC. What am I doing wrong?

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • Ldm migrate-domain failure

    Hi!,
    Any time i'm trying to use ldm migrate-domain on my system, i'm getting following error:
    Failed to connect to logical domain manager: Connection refused
    XMPP connection failed
    # svcprop svc:/ldoms/ldmd:default
    general/enabled boolean true
    general/action_authorization astring solaris.smf.manage.ldoms
    general/entity_stability astring Unstable
    general/single_instance boolean true
    ldmd/debug integer 0
    ldmd/hops integer 0
    ldmd/incoming_migration_enabled boolean true
    ldmd/nocfg boolean false
    ldmd/outgoing_migration_enabled boolean true
    ldmd/xmpp_enabled boolean true
    fmd_config/fmd_to_ldmd_init_timeout integer 20
    fmd_config/fmd_to_ldmd_running_timeout integer 10
    filesystem/entities fmri svc:/system/filesystem/local
    filesystem/grouping astring require_all
    filesystem/restart_on astring none
    filesystem/type astring service
    start/exec astring /opt/SUNWldm/bin/ldmd_start
    start/timeout_seconds count 180
    start/type astring method
    stop/exec astring :kill
    stop/timeout_seconds count 180
    stop/type astring method
    tm_common_name/C ustring Logical\ Domains\ Manager
    restarter/logfile astring /var/svc/log/ldoms-ldmd:default.log
    restarter/contract count 246
    restarter/start_pid count 2564
    restarter/start_method_timestamp time 1235404992.535367000
    restarter/start_method_waitstatus integer 0
    restarter/auxiliary_state astring none
    restarter/next_state astring none
    restarter/state astring online
    restarter/state_timestamp time 1235404992.548580000
    restarter_actions/restart integer
    I checked /var/svc/log/ldoms-ldmd:default.log, and noticed, that every boot my ldm returns:
    [ Feb 23 18:03:10 Executing start method ("/opt/SUNWldm/bin/ldmd_start") ]
    Added to channel ds, service md-update, versions 1.0
    Added to channel ds, service domain-shutdown, versions 1.0
    Added to channel ds, service domain-panic, versions 1.0
    Added to channel ds, service dr-cpu, versions 1.1 1.0
    Added to channel ds, service keystore, versions 1.0
    Added to channel ds, service fma-cpu-service, versions 1.0
    Added to channel ds, service dr-crypto-mau, versions 1.0
    Added to channel ds, service dr-crypto-cwq, versions 1.0
    Added to channel fmactl, service fma-phys-mem-service, versions 1.0
    Added to channel ds, service var-config, versions 1.0
    Added to channel ds, service fma-mem-service, versions 1.0
    Added to channel fmactl, service fma-pri-service, versions 1.0
    Added to channel ds, service dr-vio, versions 1.0
    Added to channel fmactl, service fma-phys-cpu-service, versions 1.0
    Added to channel spds, service pri, versions 1.0
    Added to channel spds, service mdstore, versions 1.0
    warning: rng-#units propval (1) doesn't match number of RNG exec-units nodes in PRI (0)
    warning: vswitch node missing vlan-id property
    warning: vswitch node missing vlan-id property
    warning: vswitch node missing vlan-id property
    warning: vswitch node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: vnet node missing vlan-id property
    warning: Failed to load certificate chain from file
    warning: server CTX setup failed
    warning: SSL setup failed. Migration and XMPP server will not be usable.
    Power Management starting.
    [ Feb 23 18:03:12 Method "start" exited with status 0 ]
    # pkginfo | grep openssl
    system SUNWopenssl-commands OpenSSL Commands (Usr)
    system SUNWopenssl-include OpenSSL Header Files
    system SUNWopenssl-libraries OpenSSL Libraries (Usr)
    system SUNWopenssl-man OpenSSL Manual Pages
    system SUNWopensslr OpenSSL (Root)
    # ldm -V
    Logical Domain Manager (v 1.1)
    Hypervisor control protocol v 1.3
    Using Hypervisor MD v 0.1
    System PROM:
    Hypervisor v. 1.7.0 @(#)Hypervisor 1.7.0 2008/12/11 13:38\015
    OpenBoot v. 4.30.0 @(#)OBP 4.30.0 2008/12/11 12:15
    What is wrong ?
    Thanks for help

    Only now i noticed, that i created this topic in wrong category. Sorry about that. :/

  • Migrate a webservice built in WebLogic Server 8.1 to Oracle WLS 10.3

    Hi
    I have built a webservice in a application server BEA WebLogic Server 8.1 SP6
    Now I want to migrate it to a application server Oracle WebLogic Server 10.3
    My problem is the webservice uses a file build.xml that contains some commands that are deprecated in version 10.3
    These deprecated commands include in the file build.xml are :
    <target name="generate-autotype">
    <*autotype* wsdl="${CLIENT_BUILDER_RESOURCES}/${webservice}.wsdl"
    targetNamespace="http://webservices/${modulo}/${webservice}.wsdl"
    packageName="webservices.${modulo}"
    destDir="${CLIENT_BUILDER_OUTPUT_DIR}"
    keepGenerated="false"/>
    <move file="${CLIENT_BUILDER_OUTPUT_DIR}/types.xml" todir="${CLIENT_BUILDER_BUILD_DIR}"/>
    </target>
    <*source2wsdd* javaSource="${SICAS_SRC}/webservices/${modulo}/${clase}.java"
    sourcePath="${CLIENT_BUILDER_OUTPUT_DIR}"
    typesInfo="${CLIENT_BUILDER_BUILD_DIR}/types.xml"
    ddFile="${CLIENT_BUILDER_BUILD_DIR}/web-services.xml"
    mergeWithExistingWS="true"
    serviceURI="/${webservice}"
    targetNamespace="http://webservices/${modulo}/${webservice}.wsdl"
    classpathref="source2wsdd.class.path"/>
    </target>
    <target name="generate-ear">
    <*wspackage* output="${CLIENT_BUILDER_BUILD_DIR}/sicasws.ear"
    codecDir="${CLIENT_BUILDER_OUTPUT_DIR}"
    webAppClasses="webservices.${modulo}/${webservice}"
    overwrite="false"
    ddFile="${CLIENT_BUILDER_BUILD_DIR}/web-services.xml"
    warName="sicasws.war"/>
    </target>
    I need to compile my webservice in Oracle WebLogic 10.3
    Before compile it, I must change the file build.xml of the webservice
    Can anybody tell me how can migrate this webservice to Oracle WebLogic Server 10.3?
    Thanks a lot
    Josep Maria

    Hi Josep,
    WLS8.1 webservice needs to have all the WebService annotations when we migrate it to WLS9.x onwards.
    Here is a Simplest way which can be used....As you already have the WSDL generated from your WLS8.1 WebService ....So Use WSDLC Task to genarate the Annotated WebService from it ...and then Copy and paste the Method Implementations from your OLD Service to the Newly Generated Service....
    How to do it?
    Answer: Here is have developed a Step by Step procedure to do it...Please have a look...
    http://jaysensharma.wordpress.com/2009/12/18/how-to-build-a-webservice-from-a-wsdl/
    Thanks
    Jay SenSharma
    http://jaysensharma.wordpress.com (WebLogic Wonders Are Here)

  • Migrate from OAS 10 to Weblogic 11

    Hi  !!!
    I need to migrate from OAS 10 to Weblogic 11, is there some tutorials you could suggets me about it ?
    Thanks.

    In this forum we commonly cover foreign database to Oracle migrations. To get an answer for your question about migration OAS to Weblogic you should post your question in the weblogic/OAS forum.

  • URL resources in weblogic

    Hi.
    Is there any way to setup java.net.URL resource on WebLogic server? I would like to acces it within EJB using JNDI lookup.
    IBM WebSphere has it (URL resources and URL providers), but I can't find any equivalent in WLS.
    Can anybody help me?
    Thanks!
    riva

    how about using virtual host?
    http://weblogic-wonders.com/weblogic/2010/11/19/virtual-hosts-configuration-with-weblogic-server/

Maybe you are looking for

  • Need to 5 spaces before each paragraph and  5 lines between paragraphs

    Hello, I need to write a program to insert 5 spaces (indent) before each 1st line of the paragraph and 5 spaces between each paragraph....I am new to java so I don't understand everything I write and I try and use what is out of the book...so far hav

  • Facing Error while installation of netweaver 7.02 on win2k3

    Hi Guys, I m facing error during installation on my win2k3 server machine, please help on this , error and log is below. An error occurred while processing option SAP NetWeaver 7.0 including Enhancement Package 2 > SAP Application Server ABAP > MaxDB

  • How to make Oracle Developer Suite use different Oracle client version

    Hello, I have installed Oracle Developer Suite 10g (9.0.4) on Win7 32bit When I run Oracle Forms or Oracle Reports or any DB tool (like SQL Navigator or PL/SQL Developer) and trying to connect to remote Oracle DB 10g (10.2.0.5.0) I get an error ORA-0

  • How to use an infile with jdeveloper?

    I dont want to use an absolute path. Where can I put a flatfile so that jdeveloper can read it? How do I set this? I can get it work from textpad by just putting it in my jdk\bin directory. anyway to set what directory I want to use by default for re

  • Needing Help w/ Ringtones

    i just want a cool ringtone---why is it so hard? i bought a ringtone from itunes & downloaded it, but it will not sync to my phone. can anyone help? <Edited by Moderator>