Testing Coherence Cluster and Servers after WebLogic Console Creation

Hello,
I have created WLST scripts that extend a Domain with Coherence Clusters and Servers using unicast configurations. I can start and run the Coherence Servers from WL Admin Console without errors and warnings.WL 10.3.6
I am looking to test the configuration with something like coherence.sh and query.sh but I am missing instructions on how to use these tools with unicast and connect to the caches?
Is there a command line interface that connects to a Coherence Server cache created form the WL Admin Console using unicast? Do I need to override the any xml configuration to make this work?
Examples would be helpful.
While testing I have found the following....
I have changed coherence.sh and enabled storage. In addition:
JAVA_OPTS="-Xms$MEMORY -Xmx$MEMORY -Dtangosol.coherence.distributed.localstorage=$STORAGE_ENABLED $JMXPROPERTIES -Dtangosol.coherence.clusterport=7777 -Dtangosol.coherence.clusteraddress=231.1.1.1"
The Coherence Cluster configurations were changed to match the multicast settings for port and address above.
When this was performed all worked!!
However, if I changed JAVA_OPTS to use unicast
JAVA_OPTS="-Xms$MEMORY -Xmx$MEMORY -Dtangosol.coherence.distributed.localstorage=$STORAGE_ENABLED $JMXPROPERTIES -Dtangosol.coherence.localport=8088 -Dtangosol.coherence.localhost=192.168.2.69"
It fails to connect with the Coherence Server in the cluster.

Hi there,
1. How did you achieve the https configuration in Weblogic ? And for which server Admin server or managed Server ?
2. Are you using which java key store ? Able to see the successful entries in <server>.out log file which is used for start up and stop of the weblogic server ?
Thanks
Laksh

Similar Messages

  • How to de-cluster WLS servers in Weblogic 5.1 version?

    Hi All,
              We have a WLS cluster that has two Weblogic 5.1 servers running in single server mode. Both the servers are physically running on different servers, now I would like to disable the clustering in the two Weblogic servers due to some configuration & web server problem.
              Platform: Windows NT servers, Weblogic 5.1(SP8).
              Please provide any suggestions on this.
              Thanks in advance,
              Sreenivas
              

    sreenivas wrote:
              > Hi All,
              >
              > We have a WLS cluster that has two Weblogic 5.1 servers running in single server mode. Both the servers are physically running on different servers, now I would like to disable the clustering in the two Weblogic servers due to some configuration & web server problem.
              > Platform: Windows NT servers, Weblogic 5.1(SP8).
              >
              > Please provide any suggestions on this.
              >
              > Thanks in advance,
              > Sreenivas
              Just remove clustering properties both from command line and the
              properties files.
              

  • WLS 6.1 - targeting pools to BOTH cluster and servers?

    Hello everybody,
    I'm currently debugging JDBC issues on an existing WLS 6.1 environment.
    I see that the connection pools and their data sources are targeted to BOTH a cluster AND each of the individual WLS instances that compose THAT cluster.
    In your opinion, is that a correct configuration?
    The WLS documentation states that a pool/source pair may actually be targeted to both a cluster and an individual server, but it does not specify anything about the individual server belonging or not to that cluster.
    Can anyone help, please?
    TIA!!!
    Paola R.

    Hello everybody,
    I'm currently debugging JDBC issues on an existing WLS 6.1 environment.
    I see that the connection pools and their data sources are targeted to BOTH a cluster AND each of the individual WLS instances that compose THAT cluster.
    In your opinion, is that a correct configuration?
    The WLS documentation states that a pool/source pair may actually be targeted to both a cluster and an individual server, but it does not specify anything about the individual server belonging or not to that cluster.
    Can anyone help, please?
    TIA!!!
    Paola R.

  • Accessing Coherence Extend* Proxy Deployoed on Weblogic Coherence Cluster from Java Client

    Hi,
    I am trying to access Extend Proxy through Thick Java Client
    Followed steps as per below links and deployed a GAR on 3 Server ( 2 Storage Enabled Coherence Cluster and 1 Coherence Storage Disabled Extend Proxy Enabled). I could see ExtendProxyService using JMX and can see Port running on the System.
    Ref :
    Setting Up Coherence*Extend - 12c (12.1.2)
    http://docs.oracle.com/middleware/1212/coherence/COHAG/deploy_options.htm#CHDJBJDI
    Issue :
    When I tried to Execute Java Client to Connect to Proxy Server it Connects to Port and then Disconnects with ConnectionException as below.
    Observer below Lines in Box is show he Connected Socket with Port 9099 which is Extend Proxy Port
    Error Message
    2013-11-08 14:55:55.114/1.202 Oracle Coherence GE 12.1.2.0.0 <D5> (thread=TcpClientRemoteService:TcpInitiator, member=n/a): Started: TcpInitiator{Name=TcpClientRemoteService:TcpInitiator, State=(SERVICE_STARTED), ThreadCount=0, Codec=Codec(Format=POF), Serializer=com.tangosol.io.DefaultSerializer, PingInterval=0, PingTimeout=30000, RequestTimeout=30000, ConnectTimeout=10000, SocketProvider=[email protected], RemoteAddresses=WrapperSocketAddressProvider{Providers=[[DTC37446E9C6CBD/127.0.0.0:9099]]}, SocketOptions{LingerTimeout=0, KeepAliveEnabled=true, TcpDelayEnabled=false}}
    2013-11-08 14:55:55.146/1.234 Oracle Coherence GE 12.1.2.0.0 <D5> (thread=main, member=n/a): Connecting Socket to 127.0.0.0:9099
    2013-11-08 14:55:55.146/1.234 Oracle Coherence GE 12.1.2.0.0 <Info> (thread=main, member=n/a): Connected Socket to 127.0.0.0:9099
    2013-11-08 14:55:55.161/1.249 Oracle Coherence GE 12.1.2.0.0 <Info> (thread=main, member=n/a): Error establishing a connection with 127.0.0.0:9099: com.tangosol.net.messaging.ConnectionException: TcpConnection(Id=null, Open=true, LocalAddress=0.0.0.0:54384, RemoteAddress=127.0.0.0:9099)
    2013-11-08 14:55:55.161/1.249 Oracle Coherence GE 12.1.2.0.0 <Error> (thread=main, member=n/a): Error while starting service "TcpClientRemoteService": com.tangosol.net.messaging.ConnectionException: could not establish a connection to one of the following addresses: [127.0.0.0:9099]; make sure the "remote-addresses" configuration element contains an address and port of a running TcpAcceptor
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.initiator.TcpInitiator.openConnection(TcpInitiator.CDB:121)
        at com.tangosol.coherence.component.util.daemon.queueProcessor.service.peer.Initiator.ensureConnection(Initiator.CDB:11)
        at com.tangosol.coherence.component.net.extend.remoteService.RemoteCacheService.openChannel(RemoteCacheService.CDB:7)
        at com.tangosol.coherence.component.net.extend.RemoteService.doStart(RemoteService.CDB:11)
        at com.tangosol.coherence.component.net.extend.RemoteService.start(RemoteService.CDB:5)
        at com.tangosol.coherence.component.util.SafeService.startService(SafeService.CDB:53)
        at com.tangosol.coherence.component.util.safeService.SafeCacheService.startService(SafeCacheService.CDB:5)
        at com.tangosol.coherence.component.util.SafeService.ensureRunningService(SafeService.CDB:27)
        at com.tangosol.coherence.component.util.SafeService.start(SafeService.CDB:14)
        at com.tangosol.net.ExtensibleConfigurableCacheFactory.startService(ExtensibleConfigurableCacheFactory.java:681)
        at com.tangosol.net.ExtensibleConfigurableCacheFactory.ensureService(ExtensibleConfigurableCacheFactory.java:599)
        at com.tangosol.coherence.config.scheme.AbstractCachingScheme.realizeCache(AbstractCachingScheme.java:50)
        at com.tangosol.coherence.config.scheme.AbstractBundlingScheme.realizeCache(AbstractBundlingScheme.java:31)
        at com.tangosol.net.ExtensibleConfigurableCacheFactory.ensureCache(ExtensibleConfigurableCacheFactory.java:254)
        at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:205)
        at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:182)

    If this proxy design (not starting up due to a invalid entry in "authroized-hosts") is on-purpose from Coherence Engineers - then it should be re-visited.
    I think the PROXY Server should just log a message stating about the invalid DNS entry for the Authorized-host and continue with the startup...Failing to start completely doesn;t make sense since one cannot rely completely on DNS to
    say everything should be correct before a server start.
    Ofcourse you can overcome by writing your own Custom Filter - but the issue pop's out as with any custom filter(s) is maintaining them along the road (with all minor/major coherence upgrades).
    Also - this "Authorized-Hosts" concept should be carefully analyzed particularly for the following issues...
    (1) if the client IP is changed in the DNS server - will the proxy-server allow the new Client connection without any issues? when will the PROXY server flush its CLIENT DNS entries or what is the TTL time-limit for a CLIENT cached through Authorized-hosts by the PROXY-SERVER?
    (2) Suppose, we have a CLIENT in the "Authroized-Hosts" making a valid connection to the PROXY and putting some cache into the SERVER CACHE through the PROXY....now if the IP-address (DNS being the same) of the CLIENT is changed - can the CLIENT can GET the CACHE it just PUT into the SERVER without any ERRORS?
    (3) How often we need to re-start PROXIES? Do we need to re-start them often for the DNS issues (if any) mentioned above?
    Looks like the Limited documentation & examples for Coherence*Extend - particularly for .NET & C++ clients & *Extend Proxies is a point of concern.
    vk

  • Anyone ever written a script (Groovy?) to do a Coherence cluster rolling restart?

    I read the instructions for doing a Coherence cluster rolling restart. This seems like something that would be straightforward to do in a script, perhaps Groovy.  It would have to poll the "StatusHA" attribute on the mbean, but that seems reasonable. This seems so obvious that I'd be surprised if someone hasn't written, and perhaps published, a script to do this.  Is anyone aware of anything like this?

    I wouldn't recommend using a modified version of the provided gar_common.py. As you can see in the source comments, garRedeploy() is meant to receive a Weblogic cluster, not a Coherence cluster. I've tried the modified version which receives a Coherence cluster, and I've ended up with extra deployments in servers outside the Coherence cluster, specifically the Admin Server.
    If your Coherence cluster contains several Weblogic clusters, just call garRedeploy() for each Weblogic cluster.

  • Weblogic console - the button "change & lock" is missing

    I just installed weblogic 10.3.5 server in my PC, and found in weblogic console, on the left pane – Change center, the button “change & lock” is missing. How could I get the button back?
    Thank you very much!

    Click in the admin console on Preferences, User Preferences and uncheck Automatically Acquire Lock and Activate Changes.
    Than the Lock&Edit button will appear.

  • Unable to start the Managed servers OIM and SOA after starting the Weblogic

    Hi,
    We are unable to start the any manager servers after starting the weblogic Admin Server.
    We are getting the below error after trying to start the OIM or SOA managed servers.
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 5555; nested exception is:
         java.net.BindException: Address already in use
    We have also cross verified that the port 5555 is listening after starting the weblogic Admin server.
    Please help us to start the managed servers in the weblogic 10.3.5.
    Thanks.

    We are getting the below errors after starting the Admin server and Managed servers.
    Admin Server:
    <Jan 11, 2012 7:15:06 AM EST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    <Jan 11, 2012 7:16:02 AM EST> <Error> <org.apache.beehive.netui.pageflow.internal.AdapterManager> <BEA-000000> <ServletContainerAdapter manager not initialized correctly.>
    Managed Server:
    Starting WLS with line:
    /opt/jdk1.6.0_27/bin/java -client -Xms1024m -Xmx4096m -XX:PermSize=512m -XX:MaxPermSize=1024m -Dweblogic.Name=oim_server1 -Djava.security.policy=/ama/Oracle/Middleware/wlserver_10.3/server/lib/weblogic.policy -Dweblogic.security.SSL.trustedCAKeyStore=/ama/Oracle/Middleware/wlserver_10.3/server/lib/cacerts -Xverify:none -da -Dplatform.home=/ama/Oracle/Middleware/wlserver_10.3 -Dwls.home=/ama/Oracle/Middleware/wlserver_10.3/server -Dweblogic.home=/ama/Oracle/Middleware/wlserver_10.3/server -Dcommon.components.home=/ama/Oracle/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/ama/Oracle/Middleware/user_projects/domains/base_domain -Djrockit.optfile=/ama/Oracle/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/servers/oim_server1 -Doracle.domain.config.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig -Digf.arisidbeans.carmlloc=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/carml -Digf.arisidstack.home=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/ama/Oracle/Middleware/user_projects/domains/base_domain/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/ama/Oracle/Middleware/user_projects/domains/base_domain/servers/oim_server1/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/ama/Oracle/Middleware/Oracle_IDM1/server/loginmodule/wls,/ama/Oracle/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/ama/Oracle/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol|oracle.fabric.common.classloaderurl.handler|oracle.fabric.common.uddiurl.handler|oracle.bpm.io.fs.protocol -Dweblogic.jdbc.remoteEnabled=false -DXL.HomeDir=/ama/Oracle/Middleware/Oracle_IDM1/server -Djava.security.auth.login.config=/ama/Oracle/Middleware/Oracle_IDM1/server/config/authwl.conf -Dorg.owasp.esapi.resources=/ama/Oracle/Middleware/Oracle_IDM1/server/apps/oim.ear/APP-INF/classes -da:org.apache.xmlbeans... -Dsoa.archives.dir=/ama/Oracle/Middleware/Oracle_SOA1/soa -Dsoa.oracle.home=/ama/Oracle/Middleware/Oracle_SOA1 -Dsoa.instance.home=/ama/Oracle/Middleware/user_projects/domains/base_domain -Dtangosol.coherence.clusteraddress=227.7.7.9 -Dtangosol.coherence.clusterport=9778 -Dtangosol.coherence.log=jdk -Djavax.xml.soap.MessageFactory=oracle.j2ee.ws.saaj.soap.MessageFactoryImpl -Dweblogic.transaction.blocking.commit=true -Dweblogic.transaction.blocking.rollback=true -Djavax.net.ssl.trustStore=/ama/Oracle/Middleware/wlserver_10.3/server/lib/DemoTrust.jks -Dem.oracle.home=/ama/Oracle/Middleware/oracle_common -Djava.awt.headless=true -Dums.oracle.home=/ama/Oracle/Middleware/Oracle_SOA1 -Dweblogic.management.discover=false -Dweblogic.management.server=http://127.0.0.1:7001 -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/ama/Oracle/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/ama/Oracle/Middleware/patch_ocp360/profiles/default/sysext_manifest_classpath weblogic.Server
    Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 5555; nested exception is:
         java.net.BindException: Address already in use
    We have to find out why the port 5555 is in listening mode after starting the Admin server.

  • Weblogic Console hangs when connecting to one of two servers in a cluster

              Hello,
              Please email me as well as posting reply if possible as resolution is required
              immediately.
              We have two Weblogic 5.1 servers (named server1 & server2) running in a cluster
              using multicast over a VLAN and a DNS entry of "mycluster" to point to the list
              of two IP addresses.
              Both servers say they have joined the cluster upon startup, however, only one
              of them (server2) reports when the other one (server1) has joined, but not vice
              versa.
              Also, the Weblogic Console only displays server1 in the cluster, and hangs when
              it tries to attach to server2, which generates exceptions on server2. The error
              is as follows:
              <Kernel> ExecuteRequest failed. NullPointerException at weblogic.cluster.MemberStash.getManagedSubObjects(MemberStash.java:259).
              I expect this would also prevent replication from working properly.
              One other thing that might be related to the above is that when the URL "mycluster:7001"
              is used directly in the web browser, it sometimes (not always, not sure if it
              matters on which machine) gives the error: "Inconsistent cookie: primary !=
              me".
              Two IIS web servers are being proxied to the cluster URL, and round-robin load
              balancing of the app servers appears to work fine from this perspective.
              Both servers appear to be working properly otherwise.
              Many thanks for any clues,
              Ben
              

              primary != me occurs when you restart WLS but do not exit the browser, then hit
              WLS (the browser has a stale cookie).
              Mike
              "Ben Yenko-Martinka" <[email protected]> wrote:
              >
              >Hello,
              >
              >Please email me as well as posting reply if possible as resolution is
              >required
              >immediately.
              >
              >We have two Weblogic 5.1 servers (named server1 & server2) running in
              >a cluster
              >using multicast over a VLAN and a DNS entry of "mycluster" to point to
              >the list
              >of two IP addresses.
              >Both servers say they have joined the cluster upon startup, however,
              >only one
              >of them (server2) reports when the other one (server1) has joined, but
              >not vice
              >versa.
              >Also, the Weblogic Console only displays server1 in the cluster, and
              >hangs when
              >it tries to attach to server2, which generates exceptions on server2.
              > The error
              >is as follows:
              ><Kernel> ExecuteRequest failed. NullPointerException at weblogic.cluster.MemberStash.getManagedSubObjects(MemberStash.java:259).
              >I expect this would also prevent replication from working properly.
              >
              >One other thing that might be related to the above is that when the URL
              >"mycluster:7001"
              >is used directly in the web browser, it sometimes (not always, not sure
              >if it
              >matters on which machine) gives the error: "Inconsistent cookie: primary
              >!=
              >me".
              >
              >Two IIS web servers are being proxied to the cluster URL, and round-robin
              >load
              >balancing of the app servers appears to work fine from this perspective.
              >Both servers appear to be working properly otherwise.
              >
              >Many thanks for any clues,
              >Ben
              

  • How to Create  and use of Coherence servers in weblogic serevr 11g (10.3.6)?

    how to Create  and use of Coherence servers in weblogic serevr 11g (10.3.6)?

    See the below discussion
    How to create and use Webservice controls using WSDL in weblogic portal10.3
    Thanks,
    Venkat Sarvabatla

  • Best practice to restart weblogic and managed  servers after changing pass

    hi
    i need to know if have an installation with the following structer what is the best practice to restart the servers after we change weblogic password ?and i know that i should change boot.properties with the new password ,is there anything else to change ? please advise .
    oracle access manager &oid (dose it affected by weblogic password change ?)
    thank you
    Edited by: hsweiss on Jul 31, 2012 10:45 AM

    the order is to restart:All managed servers and followed by Admin server
    If your weblogic server is integrated with oid, you need to change the credentilas in both the places ie weblogic server(boot.properties) and idm server
    if your weblogic server is using your internal ldap for the authentication, your idm and oam wil not effect with this change
    if you change the boot.properties file that is enough, you don't need to change anywhere

  • How to setup a Cluster of 3 servers on weblogic 9.2?

    I'm trying to setup a cluster of 3 servers on WebLogic 9.2 on one physical computer.
    I managed to startup 3 servers from cmd in windows like this:
    startmanagedweblogic BiPublisher1 http://127.0.0.1:7101
    startmanagedweblogic BiPublisher2 http://127.0.0.1:7101
    startmanagedweblogic BiPublisher3 http://127.0.0.1:7101
    Now I can open each of the 3 servers directly from my browser:
    http://127.0.0.1:8101/xmlpserver
    http://127.0.0.1:9101/xmlpserver
    http://127.0.0.1:9501/xmlpserver
    My questions are:
    How to setup servers so that I can start them automatically from administration console?
    How to configure address in administration console through which I will open my application in a browser?
    And after that, how to configure that when server on which I work breaks, it automatically restarts application in another server (no need for failover because BI Publisher does not support session replication, I think)?
    Do I need machine and virtual host, and what is their purpose? Node manager? Can somebody explain those things? What i did wrong?
    I made this in administration console:
    Administration console:
    SERVERS:
    AdminServer:
    Name: BIPublisherServer
    Listen address: 127.0.0.1
    Listen port: 7101
    Server1:
    Name: BIPublisher1
    Machine: tp43
    Cluster: BiPublisherCluster
    Listen address: 127.0.0.1
    Listen port: 8101
    Server2:
    Name: BIPublisher2
    Machine: tp43
    Cluster: BiPublisherCluster
    Listen address: 127.0.0.1
    Listen port: 9101
    Server3:
    Name: BIPublisher3
    Machine: tp43
    Cluster: BiPublisherCluster
    Listen address: 127.0.0.1
    Listen port: 9501
    CLUSTERS:
    Cluster: BiPublisherCluster
    Multicast Address: 237.0.0.101
    Multicast port: 8050
    VIRTUAL HOSTS:
    Name: bicluster
    Virtual Host Names: 127.0.0.1
    Targets: Clusters: BiPublishercluster: All servers in the cluster
    MACHINES:
    Name: tp43
    DEPLOYMENTS:
    Name: xmlpserver
    Path: C:\BiPub\xmlpserver.war
    Targets: Virtual Hosts: bicluster

    You have some reading to do to increase your familiarity with cluster / managed servers.
    How to setup servers so that I can start them automatically from administration console?Add the 3 servers into your cluster. Use the cluster to start and stop all 3 servers from within the console instead of starting / stopping each server individually.
    How to configure address in administration console through which I will open my application in a browser?You'll need some sort of load balancer to direct traffic so that the end user doesn't have to know the server/port combinations. Apache + Weblogic plugin for instance, but I don't think you'll be keeping all 3 instances on the same physical machine as your production design.
    And after that, how to configure that when server on which I work breaks, it automatically restarts application in another server (no need for failover because BI Publisher does not support session replication, I think)?Target your application to "All servers in the cluster". You should have your managed instances on separate physical machines since your current configuration is vulnerable to a single machine failure which would shutdown all 3 instances.

  • Starting weblogic cluster and admin server on Win 2000 platform

    Hi! Here's my problem scenario:
    I'm running my WLS 8.1 application as WLS cluster on Win 2000 platform. I have
    3 replicated WLS servers in my cluster and of course one WLS server as admin server
    (4 WLS servers all together). I'm starting my WLS application using Win services
    which behind a scene call win 2000 comand interpreter batch-file to start the
    servers. Currently I have 4 different win 2000 services each calling different
    batch-files to start a WLS server (4 all together). Here's my question:
    Is there any way to start my cluster (3 managed WLS servers) and WLS admin server
    from single win 2000 command file (using single win 2000 service). Using win 2000
    AT-command interpreter command I can start executables and command(s) and command-files
    at background at specific date and time, but I want to start my WLS application
    on every win 2000 platform boot, is there any way to achieve this ???
    Best Regards!
    Jami

    hi,
    Thanks for stepping up!
    But I wasn't using any clustering or loadbalancing.
    Just a simple Admin server, Managed server set up.
    256 Meg, Pentium box running Win 2000 premium edition.
    I tried tweeking around the heap size too.... coz' the operations were slogging
    like anything...
    Bal
    "Raja Mukherjee" <[email protected]> wrote:
    It seems like network issue....do you have Windows Clustering/Load Balancing
    service turned on by any chance? I would also use netmon to see the traffic
    between the ips....
    ..raja
    "Bala" <[email protected]> wrote in message
    news:3b3a6c00$[email protected]..
    hi,
    I am looking at a strange behaviour with WLS6.0SP1 installed on WINDOWS2000 Premium.
    I brought up the Admin server and a Managed server. After a while theAdmin Server
    is compeletely
    losing the control of the managed server (for no reason).
    when I tried monitoring the managed server from the console, I couldnot
    access
    the manager server
    and the status down (red ball). I tried restarting the Admin Server
    in the discover mode - NO LUCK.
    But when I restart the Managed server and go to the Web Based Admin
    Console and refresh, it worked. But I dont think we should be doingthat
    in a
    production environment.
    Did anybody come across such a problem before ???
    Is this a problem with Win 2000 ???
    coz' it never happened with NT workstation
    thanks in advance

  • Can't start WebLogic Server with SP6 and jdk1.2.2 using WebLogic Console

    Hi All,
    I am trying to install WebLogic 5.1 with SP6 under Windows NT 4.0 with SP6. My goal is to run JSP/Servlets. After going through all the steps described in SP6 Readme I am getting th following exception:
    ava.lang.reflect.InvocationTargetException: java.lang.NoSuchMethodError: weblogic.boot.ServerClassLoader: method getClassLoadNotify()Lweblogic/boot/ClassLoadNotify; not found
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:140)
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:112)
         at weblogic.utils.classloaders.GenericClassLoader.<init>(GenericClassLoader.java:104)
         at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader.<init>(RecursiveReloadOnModifyClassLoader.java:53)
         at weblogic.utils.classloaders.RecursiveReloadOnModifyClassLoader$SingleSlave.<init>(RecursiveReloadOnModifyClassLoader.java:149)
         at weblogic.servlet.internal.ServletContextImpl.setClassLoader(ServletContextImpl.java:1408)
         at weblogic.servlet.internal.ServletContextImpl.<init>(ServletContextImpl.java:518)
         at weblogic.t3.srvr.HttpServer.initServletContexts(HttpServer.java, Compiled Code)
         at weblogic.t3.srvr.HttpServer.start(HttpServer.java:388)
         at weblogic.t3.srvr.T3Srvr.start(T3Srvr.java, Compiled Code)
         at weblogic.t3.srvr.T3Srvr.main(T3Srvr.java:827)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.Server.startServerDynamically(Server.java:99)
         at weblogic.Server.main(Server.java:65)
         at weblogic.Server.main(Server.java:55)
    The installation document is pretty bad intermixing different types of installations. Where can I find steps or what do I need to do to get WebLogic to run with JDK1.2.2 if I want to start it up from WebLogic console only?
    Thanks,
    Mark.

    Try rather using the 1.4 version available here: http://java.sun.com/j2ee/1.4/
    and use this dedicated forum: http://forum.java.sun.com/forum.jsp?forum=136
    -Alexis

  • Weblogic console not work after JDK reinstalled

    Hi all:
    After i reinstalled JDK 1.3.1, the weblogic console doesn't work any
    more. Previously i am using jdk1.3, and the console works.
    Weblogic server itself can run without any effect. But now when i
    click console in windows startup menu, the error msg is "WEblogic Err
    Occurred: Java dll not found. Bad value for JAVA_HOME................".
    After i copied javai.dll into the every possible folder, it still
    compliants this error.
    What is happenning here? Do i have to reinstall weblogic? Actullay i
    try to do that, but weblogic asks me to remove the previous installation
    first, and make sure to remove some windows registration
    items..............headache!
    Does any one know how to get around this? Seems the sonsole is using
    windows specific infor inclduing dll and registration.......etc.
    Thanks.
    minjiang

    Ok, partly i solved the problem. Now i can run weblogic console by using
    startconcole.cmd file, not the other one called weblogic\bin\wlconsolew.exe
    (although previously i can).
    Don't know what caused this.
    Thanks.
    minjiang
    minjiang wrote:
    Hi all:
    After i reinstalled JDK 1.3.1, the weblogic console doesn't work any
    more. Previously i am using jdk1.3, and the console works.
    Weblogic server itself can run without any effect. But now when i
    click console in windows startup menu, the error msg is "WEblogic Err
    Occurred: Java dll not found. Bad value for JAVA_HOME................".
    After i copied javai.dll into the every possible folder, it still
    compliants this error.
    What is happenning here? Do i have to reinstall weblogic? Actullay i
    try to do that, but weblogic asks me to remove the previous installation
    first, and make sure to remove some windows registration
    items..............headache!
    Does any one know how to get around this? Seems the sonsole is using
    windows specific infor inclduing dll and registration.......etc.
    Thanks.
    minjiang

  • Cannot start application deployed using Weblogic console after stop

    Hello all,
    I have deployed an ear file using Weblogic console. If the app. is running, I can press stop and get the 404 error...after that I press start, and get a 503 error. Right after the app is deployed, and started, it always comes up fine. But when the application is running, I must click stop, start, stop, start to get the app to start.
    To start the app. I select, start and then "servicing all requests". To stop the app, I select stop and then "Force stop now". I have implemented a subclass of ServletContextListener to handle the start and stop. These methods do get called.
    The 503 did not cause any errors to be found in the weblogic.log, stdout.log or access.log.
    Does anyone have an idea how to start the app after it is stopped the first time?
    Thanks in advance.
    -PD
    Edited by pauladecker at 10/01/2007 1:47 PM

    Hi,
    As you see this error.
    [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.webcenter.framework, Specification-Version: 11.1.1, exact-match: false], [Extension-Name: oracle.sdp.client, exact-match: false].
    there is some miss match in library reference.
    Please check with your weblogic-application.xml file.
    Regards,
    Kal

Maybe you are looking for

  • Smartdisk Firelight 80g external hard drive won't mount

    I have an old Smartdisk Firelight 80g external hard drive.  I haven't used it in a couple years.  When I plug it in I get the error "The disk you inserted was not readable by this computer" It is connected to my MacBook Pro running 10.7.5 through a f

  • Using iTunes gift cards - please help me

    I hope I am thinking right by saying that I can use an itunes gift card on my itunes store - i do have an account UK but i dont have a credit card. The account (itunes) was opened choosing the NONE option when I downloaded my first free app. If I wer

  • HT1347 disc is not showing up in the pull down menu

    When I insert a disc to import into iTunes 11.1, it does not show up in the iTunes pull down menu to import the files.  Why?  You have made import and use of iTunes very difficult by removing the side menu for adding folders and such for easy file tr

  • Back up disk not available

    Airport extreme is not backing up.  I keep getting a Back up disk not availabel message

  • JDBC/JSP/MySQL Code works from my local machine, but not on server

    Hi there! I've been struggling with this problem for a while. I have a database from which I need to read and display some data on a browser. (The database is set up for remote access). I'm using the following JSP/JDBC code to do that. Class.forName