Hi, One of the features that I love in Weblogic 7.0 is the ablity to implement clustering features on the same machine as the admin server. So this has helped me experiment on clustering on weblogic. other than this I think that the builder tool and the ejbcgen are good tools in this version. I still have a lot to go through in the new features list
can i experiment on clustering with an evaluation license?
Originally posted by Rahul Mahindrakar: Hi, One of the features that I love in Weblogic 7.0 is the ablity to implement clustering features on the same machine as the admin server. So this has helped me experiment on clustering on weblogic. other than this I think that the builder tool and the ejbcgen are good tools in this version. I still have a lot to go through in the new features list
Shubhrajit
Rahul Mahindrakar
Ranch Hand
Joined: Jul 28, 2000
Posts: 1831
posted
0
I think so I had no problems -- Till now. I was able to Create a Managed Server on my local machine Create a Clustered Pool and DataSource So till now ok
I have changed my computers date but the evaluation copy still doesnt run the cluster example. Why am i getting this error? <Alert> <WebLogicServer> <000297> <Inconsistent se curity configuration, java.lang.Exception: Certificate expired or not yet valid: fingerprint = 56b7dfac29e39c21027973c248d8c1bb, not before = Tue May 30 16:38:0 1 CDT 2000, not after = Thu May 13 16:38:01 CDT 2004, holder = C=US SP=Californi a L=San Francisco O=BEA WebLogic CN=weblogic.bea.com Email=support@bea.com , iss uer = C=US SP=California L=San Francisco O=BEA WebLogic OU=Security CN=Demo Cert ificate Authority Email=support@bea.com , key = modulus length=65 exponent leng th=3>
faiza athar
Ranch Hand
Joined: Oct 30, 2001
Posts: 136
posted
0
The startweblogic command is now working, but the fowllowing startmanagedweblogic ms1 127.0.0.1:7001 gives the error: Reason: Fatal initialization exception Throwable: weblogic.server.ServerLifecycleException: Failed to listen on multic st address - with nested exception: [java.net.BindException: Cannot assign requested address: set socket option fai ed] java.net.BindException: Cannot assign requested address: set socket option fail d at java.net.PlainDatagramSocketImpl.join(Native Method) at java.net.MulticastSocket.joinGroup(MulticastSocket.java:229) at weblogic.cluster.FragmentSocket.start(FragmentSocket.java:111) at weblogic.cluster.MulticastManager.startListening(MulticastManager.ja a:140) at weblogic.cluster.ClusterCommunicationService.initialize(ClusterCommu icationService.java:51) at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:779) at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:588) at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:276) at weblogic.Server.main(Server.java:31)