WL Cluster with NES Proxy

We are evaluating the Cluster features of WebLogic and got a eval
          license for the Cluster Support.
          I am running a default cluster (mycluster) using the default Multicast
          address (237.0.0.1) and am seeing
          some strange behaviour/errors.
          Would appreciate some asistance in this matter.
          Our Environment
          I created directory in a shared file system to host the cluster.
          (h:\kkanth\weblogic)
          Created the mycluster directory and other directories as recommended in
          the Administrator's guide.
          I have two WL Servers (asera190 and asera162) with permanent IP
          addresses of 10.1.1.61 and 10.1.1.70 respectively. They run NT 4.0.
          I'm using a NES proxy on asera190 with the plugin for WL specified in
          obj.conf alongwith the other parameters.
          I'm able to have both the servers join to cluster mycluster and the WL
          Admin Console does display a tree that depicts the cluster as well as
          servers in it (server61 and server70). The individual server directories
          are being created in h:\kkanth\weblogic\mycluster directory with the
          appropriate access.log and weblogic.log files.
          When a browser attempts to access a URL such as
          http://asera190/weblogic/snoop it does return the proper response, but
          all requests are processed by asera162 which is listed first in the
          obj.conf. Opening multiple sessions does not cause the requests to be
          sent to asera190 which is the second server in the cluster. When
          asera162 is shutdown and removed from the cluster, I hoped that
          subsequent requests would go to asera190. However , depending on the
          origin of the request, different errors were thrown. If I try to access
          http://asera190/weblogic/snoop from a browser on asera190, I get an
          error "Failure at line 351 of file proxy.cpp" ,while trying the same URL
          from asera162 cause "Failure at line 706 of file proxy.cpp".
          I'm attaching the weblogic.properties file kept in h:\kkanth\weblogic
          directory as well as the obj.conf file in the ....\config\ directory of
          asera190.
          We are running NES 3.5.1 and have setup proxy35.dll appropriately.
          weblogic.properties
          # THE WEBLOGIC PROPERTIES FILE
          # This file, which conforms to the java.util.Properties file
          # definition, configures your WebLogic products. You cannot run
          # WebLogic Server without setting required configuration properties in
          this
          # file. Required properties are marked and appear first in the file.
          # Details on each entry and important information about configuration
          # and security are documented on our website. Please go to:
          # http://www.weblogic.com/docs45/admindocs/properties.html
          # for full instructions on how to edit this file.
          # You do not need to include properties in this file unless you want to
          # change the default, embedded property. Some properties on the
          # T3AdminProps page are not listed here because the default property
          # is being used. You can change the default by adding the property and
          # its value to this file.
          # You cannot set weblogic.system.home in this file, since the WebLogic
          Server
          # must know where home is in order to retrieve this file. You can
          # change WebLogic home on the command line when you start the
          # WebLogic Server.
          # CLUSTER USERS: Note that the (shared) per-cluster properties file
          should
          # contain most all of the properties in this file. The only properties
          # that potentially belong in a per-server properties file for a server
          # running in a cluster are the registration (startup class) of pinned
          # RMI objects, and a few tuning properties that may be different for
          # servers in the cluster, depending upon hardware and memory. If you use
          # a per-server properties file, please REMOVE all properties except
          those
          # that are specifically required in the per-server properties file. You
          # can find specific notes on clusters by searching through this file for
          # "CLUSTER USERS".
          # The way this file is organized:
          # Core properties (includes REQUIRED and RECOMMENDED)
          # Core system properties
          # Core security-related properties
          # Core security-related properties for SSL
          # Core HTTPD administrative properties
          # Optional properties
          # Administrator properties
          # System properties
          # System startup files
          # System shutdown files
          # Security-related properties for Workspaces
          # Jolt for WebLogic properties
          # WebLogic Enterprise Connectivity properties
          # WebLogic File properties
          # WebLogic JMS demo properties
          # WebLogic RMI demo properties
          # WebLogic EJB demo properties
          # WebLogic ZAC demo properties
          # HTTPD administrative properties
          # WebLogic JDBC driver properties
          # WebLogic JDBC connection pool management
          # WebLogic demo connection pool
          # WebLogic HTTP Servlet properties
          # Proxy servlet registration
          # Classpath servlet registration
          # File servlet registration
          # ServerSideInclude servlet registration
          # PageCompileServlet (used by JHTML)
          # JSPServlet (used by JSP)
          # ServletServlet registration
          # Servlet reload properties
          # Servlet ACLs
          # WebLogic JHTML properties
          # User-written and demo servlet registrations
          # CORE PROPERTIES
          # You should set these before you start the WebLogic Server the first
          time.
          # If you need more instructions on individual properties in this
          # section, check the same section in the Optional Properties, where
          # we've left the long explanations. Or, better yet, go to our
          # website and read all about properties, at:
          # http://www.weblogic.com/docs45/admindocs/properties.html
          # CORE SYSTEM PROPERTIES
          # TCP/IP port number at which the WebLogic Server listens for
          connections
          weblogic.system.listenPort=7001
          # CORE SECURITY-RELATED PROPERTIES
          # Read important information about security at:
          # http://www.weblogic.com/docs45/admindocs/properties.html
          # REQUIRED: The system password MUST be set in order to start the
          # WebLogic Server. This password is case-sensitive, at least 8
          characters.
          # The username for the privileged user is ALWAYS "system".
          # This username and password also includes httpd access (see
          # HTTPD properties below).
          weblogic.password.system=kaykayka
          # RECOMMEND Set to 'everyone' if HTTPD is enabled
          weblogic.allow.execute.weblogic.servlet=everyone
          # Set individual ACLs to restrict access to HTTP-related resources,
          # such as the Administration servlets.
          # To make your own servlets generally available, follow this
          # pattern (provide a weblogic.allow.execute) for your packages and
          # set ACLs as appropriate.
          # CORE SECURITY-RELATED PROPERTIES FOR SSL
          # Read important information about SSL at:
          # http://www.weblogic.com/docs45/classdocs/API_secure.html
          # Enable SSL
          # (default if property not defined is false)
          weblogic.security.ssl.enable=true
          # SSL listen port
          weblogic.system.SSLListenPort=7002
          # Servlets for SSL
          # Authentication servlet for creating tokens for applets
          weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
          # Limits number of unclaimed stored tokens
          weblogic.security.certificateCacheSize=3
          # Capture CA root of client servlet
          weblogic.httpd.register.T3AdminCaptureRootCA=admin.T3AdminCaptureRootCA
          # Certificates for SSL
          # Name of acceptable CA roots
          # For client authentication change value to a valid .pem file
          #weblogic.security.clientRootCA=SecureServerCA.pem
          # Server certificates for SSL
          weblogic.security.certificate.server=democert.pem
          weblogic.security.key.server=demokey.pem
          weblogic.security.certificate.authority=ca.pem
          # registration for certificate generator servlet
          weblogic.httpd.register.Certificate=utils.certificate
          weblogic.allow.execute.weblogic.servlet.Certificate=system
          # CORE HTTPD ADMINISTRATIVE PROPERTIES
          # True permits the HTTPD to run (default)
          # Uncomment this property to disable HTTPD
          #weblogic.httpd.enable=false
          # If authentication is required, add username/password for each user
          # who will be included in an ACL, as in this commented-out example:
          #weblogic.password.peter=#8gjsL4*
          # OPTIONAL PROPERTIES
          # These properties affect the behavior of the WebLogic Server.
          # You only need to set these properties if you want
          # to change the default setting, which is the property shown.
          # ADMINISTRATOR PROPERTIES
          # Administrator properties are optional information properties,
          # particularly useful for clusters.
          #weblogic.administrator.location=3355 California Drive, West Hampshire,
          CA 94104
          #weblogic.administrator.name=Joe Administrator
          #weblogic.administrator.phone=1 415 555 1234
          # SYSTEM PROPERTIES
          # System properties in this section are set to system defaults
          # Performance pack. The shared library must be accessible from your
          # PATH (NT) or from your shared library path (UNIX; the name of the
          # variable varies: LD_LIBRARY_PATH, SHLIB_PATH, etc.)
          weblogic.system.nativeIO.enable=true
          # Outputs logging information to the console as well as to the log file
          weblogic.system.enableConsole=true
          # Sets the directory or URL for the WebLogic Admin help pages
          # The help pages are shipped in the "docs/adminhelp" directory, in the
          # default document root in public_html
          weblogic.system.helpPageURL=d:/weblogic/myserver/public_html/docs/adminhelp/
          # If you prefer to access the most recent help pages, you can do so
          online
          # by commenting out the previous property and uncommenting this one:
          #weblogic.system.helpPageURL=http://www.weblogic.com/docs45/adminhelp/
          # Properties for tuning the server's performance
          # Number of WebLogic Server execute threads.
          weblogic.system.executeThreadCount=15
          # Other optional system properties
          # Limits size of weblogic.log (in K) and versions old log
          weblogic.system.maxLogFileSize=1024
          # Adjust minimum length of password
          weblogic.system.minPasswordLen=8
          # UNIX only: If running on port 80 on UNIX, enable the setUID program
          #weblogic.system.enableSetUID=false
          # UNIX only: Unprivileged user to setUID to after starting up
          # WebLogic Server on port 80
          #weblogic.system.nonPrivUser=nobody
          # CLUSTER-SPECIFIC PROPERTIES
          # Cluster-specific properties in this section are set to system
          defaults.
          # CLUSTER USERS: Note that ALL Cluster-specific properties should be set
          # in the per-cluster properties file ONLY.
          # Time-to-live (number of hops) for the cluster's multicast messages
          # (default 1, range 1-255).
          #weblogic.cluster.multicastTTL=1
          # Sets the load-balancing algorithm to be used between
          # replicated services if none is specified. If not specified,
          # round-robin is used.
          #weblogic.cluster.defaultLoadAlgorithm=round-robin
          # SERVER-SPECIFIC CLUSTER PROPERTIES
          # Cluster-related properties in this section are set to system defaults.
          # CLUSTER USERS: Note that these server-specific cluster-related
          properties
          # should be set in the per-server properties file ONLY.
          # Sets the weight of the individual server for the weight-based
          load-balancing.
          # Range is 0 - 100.
          # Larger numbers increase the amount of traffic routed to this server.
          #weblogic.system.weight=100
          # SYSTEM STARTUP FILES - Examples
          # CLUSTER USERS: Note that ONLY startup registrations for pinned RMI
          # objects should be registered in the per-server properties file.
          # All other startup classes should be registered in the per-cluster
          # properties file.
          # For more info on writing and using startup file, see the
          # Developers Guide "Writing a WebLogic Client application," at
          # http://www.weblogic.com/docs45/classdocs/API_t3.html
          # Register a startup class by giving it a virtual name and
          # supplying its full pathname.
          #weblogic.system.startupClass.[virtual_name]=[full_pathname]
          # Add arguments for the startup class
          #weblogic.system.startupArgs.[virtual_name]={argname]=[argvalue]
          # This example shows the entry for examples/t3client/StartupQuery.java
          #weblogic.system.startupClass.doquery=examples.t3client.StartupQuery
          #weblogic.system.startupArgs.doquery=\
          # query=select * from emp,\
          # db=jdbc:weblogic:pool:demoPool
          # Other system startup files for use with VisiBroker
          # Starts the VisiBroker WebLogic Server proxy with the WebLogic Server
          # You must have installed Visigenic 2.5 for use with
          # the WebLogic Server before you uncomment these properties
          #weblogic.system.startupClass.dovisi=weblogic.corba.visi.t3server.Startup
          #weblogic.system.startupArgs.dovisi=\
          # clientName=T3Client Manager,\
          # connName=T3Connection Manager
          # SYSTEM SHUTDOWN FILES - Examples
          # For more info on writing and using shutdown file, see the
          # Developers Guide "Writing a WebLogic Client application," at
          # http://www.weblogic.com/docs45/classdocs/API_t3.html
          # Register a shutdown class by giving it a virtual name and
          # supplying its full pathname.
          #weblogic.system.shutdownClass.[virtual_name]=[full_pathname]
          # Add arguments for the shutdown class
          #weblogic.system.shutdownArgs.[virtualName]={argname]=[argvalue]
          # This example shows the entry for examples/t3client/ShutdownTest.java
          #weblogic.system.shutdownClass.ShutdownTest=examples.t3client.ShutdownTest
          #weblogic.system.shutdownArgs.ShutdownTest=\
          # outfile=c:/temp/shutdown.log
          # SECURITY-RELATED PROPERTIES FOR WORKSPACES
          # For backward compatibility, the following entries disable Access
          # Control on Workspaces
          weblogic.allow.read.weblogic.workspace=everyone
          weblogic.allow.write.weblogic.workspace=everyone
          # JOLT FOR WEBLOGIC PROPERTIES
          # These properties configure a BEA Jolt connection pool for use with
          # the simpapp and bankapp examples, and register a servlet for use with
          # with the simpapp example. The default server address provided here
          # points to a public TUXEDO server that is hosted by BEA for use with
          # this example.
          # Servlet registration for simpapp example:
          #weblogic.httpd.register.simpapp=examples.jolt.servlet.simpapp.SimpAppServlet
          # Pool creation and cleanup
          # note this example is set up to work with the public
          # demo TUXEDO server available from BEA's website:
          #weblogic.system.startupClass.demojoltpoolStart=\
          # bea.jolt.pool.servlet.weblogic.PoolManagerStartUp
          #weblogic.system.startupArgs.demojoltpoolStart=\
          # poolname=demojoltpool,\
          # appaddrlist=//beademo1.beasys.com:8000,\
          # failoverlist=//beademo1.beasys.com:8000,\
          # minpoolsize=1,\
          # maxpoolsize=3
          #weblogic.system.shutdownClass.demojoltpoolStop=\
          # bea.jolt.pool.servlet.weblogic.PoolManagerShutDown
          #weblogic.system.shutdownArgs.demojoltpoolStop=\
          # poolname=demojoltpool
          # WEBLOGIC ENTERPRISE CONNECTIVITY PROPERTIES
          # The registrations enable a BEA IIOP connection pool and
          # register servlets for use with the simpapp and university examples.
          # Configure for your environment and uncomment to use.
          # Uncommenting these properties requires WebLogic Enterprise
          Connectivity
          # and an operating WebLogic Enterprise Server.
          # Servlet registration for simpapp servlet example
          #weblogic.httpd.register.SimpappServlet=\
          # examples.wlec.servlets.simpapp.SimpappServlet
          #weblogic.allow.execute.weblogic.servlet.SimpappServlet=everyone
          # Servlet registration for simpapp EJB example
          # (You'll need to add the wlec_ejb_simpapp.jar to the
          # weblogic.ejb.deploy property in this file.)
          #weblogic.httpd.register.ejbSimpappServlet=\
          # examples.wlec.ejb.simpapp.ejbSimpappServlet
          #weblogic.allow.execute.weblogic.servlet.ejbSimpappServlet=everyone
          # Pool creation and cleanup for the simpapp example
          #weblogic.CORBA.connectionPool.simplepool=\
          # appaddrlist=//wlehost:2468,\
          # failoverlist=//wlehost:2468,\
          # minpoolsize=2,\
          # maxpoolsize=3,\
          # username=wleuser,\
          # userrole=developer,\
          # domainname=simpapp
          # Servlet registration for university Servlet example:
          #weblogic.httpd.register.UniversityServlet=\
          # examples.wlec.servlets.university.UniversityServlet
          #weblogic.allow.execute.weblogic.servlet.UniversityServlet=everyone
          # Pool creation and cleanup for the University example:
          #weblogic.CORBA.connectionPool.Univpool=\
          # appaddrlist=//wlehost:2498,\
          # failoverlist=//wlehost:2498,\
          # minpoolsize=2,\
          # maxpoolsize=3,\
          # username=wleuser,\
          # userrole=developer,\
          # apppassword=wlepassword,\
          # domainname=university
          # WEBLOGIC FILE PROPERTIES
          # Maps a volume name to a path, for client file read/write
          #weblogic.io.fileSystem.[volumeName]=[fullPathName]
          # WEBLOGIC JMS DEMO PROPERTIES
          # CLUSTER USERS: Note that ALL JMS deployment should be done in the
          # per-cluster properties file ONLY.
          # You set up a JDBC connection pool if you want persistent messages
          # (including durable subscriptions). To use JMS and EJBs in the same
          # transaction, both must use the same JDBC connection pool. Uncomment
          # the following property to use the default JDBC connection pool
          # 'demo', which is defined in the Demo connection pool section of this
          file.
          #weblogic.jms.connectionPool=demoPool
          # The JMS Webshare example demonstrates how the ClientID for a
          # durable subscriber is configured in the connection factory:
          #weblogic.jms.topic.webshareTopic=jms.topic.webshareTopic
          #weblogic.jms.connectionFactoryName.webshare=jms.connection.webshareFactory
          #weblogic.jms.connectionFactoryArgs.webshare=ClientID=webshareUser
          #weblogic.httpd.register.webshare=examples.jms.webshare.WebshareServlet
          # The JMS trader example shows how to use JMS with an EJB. In addition
          # to uncommenting the following properties, you must also set up and
          # deploy the EJB example examples.ejb.basic.statefulSession.Trader to
          # try out this JMS example:
          #weblogic.jms.topic.exampleTopic=javax.jms.exampleTopic
          #weblogic.jms.connectionFactoryName.trader=jms.connection.traderFactory
          #weblogic.jms.connectionFactoryArgs.trader=ClientID=traderReceive
          #weblogic.httpd.register.jmstrader=examples.jms.trader.TraderServlet
          # Registers the underlying servlet
          #weblogic.httpd.register.jmssender=examples.jms.sender.SenderServlet
          # These properties are used with the ServerReceive JMS example,
          # which demonstrates how to establish a JMS message consumer
          # in a startup class:
          #weblogic.system.startupClass.serverReceive=\
          # examples.jms.startup.ServerReceive
          #weblogic.system.startupArgs.serverReceive=\
          # connectionFactory=javax.jms.TopicConnectionFactory,\
          # topic=javax.jms.exampleTopic
          # These properties are used with the PoolReceive JMS example,
          # which demonstrates how to establish a pool of JMS message consumers
          # in a startup class:
          #weblogic.system.startupClass.poolReceive=\
          # examples.jms.startup.PoolReceive
          #weblogic.system.startupArgs.poolReceive=\
          # connectionFactory=javax.jms.TopicConnectionFactory,\
          # topic=javax.jms.exampleTopic
          # WEBLOGIC RMI DEMO PROPERTIES
          # CLUSTER USERS: Note that pinned RMI objects should be registered
          # in the per-server properties file ONLY. All other RMI startup
          # classes should be registered in the per-cluster properties file.
          # Remote classes registered at startup after the pattern:
          #weblogic.system.startupClass.[virtualName]=[fullPackageName]
          # These examples can be compiled to see RMI in action. Uncomment to use:
          #weblogic.system.startupClass.multihello=examples.rmi.multihello.HelloImpl
          #weblogic.system.startupClass.hello=examples.rmi.hello.HelloImpl
          # WEBLOGIC EJB DEMO PROPERTIES
          # CLUSTER USERS: Note that ALL EJB deployment should be done in the
          # per-cluster properties file ONLY.
          # See WebLogic Demo Connection Pool below for a connection pool
          # to use with these examples.
          # Deploys EJBeans. Uncomment the appropriate lines below and
          # modify DBMS-related info and paths to match your particular
          installation:
          #weblogic.ejb.deploy=\
          # d:/weblogic/myserver/cluster_ejb.jar, \
          # d:/weblogic/myserver/ejb_basic_beanManaged.jar, \
          # d:/weblogic/myserver/ejb_basic_containerManaged.jar, \
          # d:/weblogic/myserver/ejb_basic_statefulSession.jar, \
          # d:/weblogic/myserver/ejb_basic_statelessSession.jar, \
          # d:/weblogic/myserver/ejb_extensions_isModified.jar, \
          # d:/weblogic/myserver/ejb_extensions_isModifiedBeanManaged.jar, \
          # d:/weblogic/myserver/ejb_sequence_jdbc.jar, \
          # d:/weblogic/myserver/ejb_sequence_oracle.jar, \
          # d:/weblogic/myserver/ejb_subclass.jar, \
          # d:/weblogic/myserver/jolt_ejb_bankapp.jar
          # Servlets used by the EJB basic examples beanManaged and
          # containerManaged. Uncomment to use:
          #weblogic.httpd.register.beanManaged=\
          # examples.ejb.basic.beanManaged.Servlet
          #weblogic.httpd.register.containerManaged=\
          # examples.ejb.basic.containerManaged.Servlet
          # Add a list of users (set the password with
          weblogic.password.[username]=XXX)
          # to set an ACL for this servlet:
          #weblogic.allow.execute.weblogic.servlet.beanManaged=user1,user2,etc
          #weblogic.allow.execute.weblogic.servlet.containerManaged=user1,user2,etc
          #weblogic.password.user1=user1Password
          #weblogic.password.user2=user2Password
          # WEBLOGIC ZAC DEMO PROPERTIES
          # These registrations enable the ZAC Publish Wizard.
          weblogic.zac.enable=true
          # Set the publish root for a WebLogic Server. Edit and
          # uncomment to use
          #weblogic.zac.publishRoot=d:/weblogic/zac
          # Set an ACL for each package you publish. The [name] is
          # the "Package name" you assign in the ZAC Publish Wizard.
          # Publish a package, edit this property, and uncomment to use.
          #weblogic.allow.read.weblogic.zac.[name]=[user list]
          #weblogic.allow.write.weblogic.zac.[name]=system
          # HTTPD ADMINISTRATIVE PROPERTIES
          # Enables logging of HTTPD info in common log format and
          # sets the log file name (default is "access.log" in "myserver")
          weblogic.httpd.enableLogFile=true
          weblogic.httpd.logFileName=access.log
          # Tracks HTTPD requests with events delivered to WEBLOGIC.LOG.HTTPD
          weblogic.httpd.enableEvents=false
          # Enables HTTP sessions
          weblogic.httpd.session.enable=true
          # Sets an optional cookie name. The default name is "WebLogicSession".
          # Prior to version 4.0, the default was "TengahSession". To make
          # this backward compatible with cookies generated from previous
          # installations, you should set this property to "TengahSession".
          # Uncomment this line and set this to any string of your choice,
          # or comment out this property to use the default.
          #weblogic.httpd.session.cookie.name=WebLogicSession
          # MIME types
          weblogic.httpd.mimeType.text/html=html,htm
          weblogic.httpd.mimeType.image/gif=gif
          weblogic.httpd.mimeType.image/jpeg=jpeg,jpg
          weblogic.httpd.mimeType.application/pdf=pdf
          weblogic.httpd.mimeType.application/zip=zip
          weblogic.httpd.mimeType.application/x-java-vm=class
          weblogic.httpd.mimeType.application/x-java-archive=jar
          weblogic.httpd.mimeType.application/x-java-serialized-object=ser
          weblogic.httpd.mimeType.application/octet-stream=exe
          # In seconds, the keep-alive for HTTP and HTTPS requests
          weblogic.httpd.http.keepAliveSecs=60
          weblogic.httpd.https.keepAliveSecs=120
          # WEBLOGIC JDBC DRIVER PROPERTIES
          # Enables JDBC driver logging and sets the file name for the log
          # The weblogic.jdbc.logFile is placed in the per-server
          # directory (default is "myserver")
          weblogic.jdbc.enableLogFile=false
          weblogic.jdbc.logFileName=jdbc.log
          # WEBLOGIC JDBC CONNECTION POOL MANAGEMENT
          # CLUSTER USERS: Note that ALL JDBC connection pools should be set up
          # in the per-cluster properties file ONLY.
          # For creating JDBC connection pools. This example shows a connection
          # pool called "oraclePool" that allows 3 T3Users "guest," "joe," and
          "jill"
          # to use 4 JDBC connections (with a potential for up to 10 connections,
          # incremented by two at a time, with a delay of 1 second between each
          # attempt to connect to the database), to an Oracle database server
          called
          # "DEMO." If more than 4 connections are opened, after 15 minutes,
          unused
          # connections are dropped from the pool until only 4 connections remain
          open.
          # Every 10 minutes, any unused connections in the pool are tested and
          # refreshed if they are not viable.
          #weblogic.jdbc.connectionPool.oraclePool=\
          # url=jdbc:weblogic:oracle,\
          # driver=weblogic.jdbc.oci.Driver,\
          # loginDelaySecs=1,\
          # initialCapacity=4,\
          # maxCapacity=10,\
          # capacityIncrement=2,\
          # allowShrinking=true,\
          # shrinkPeriodMins=15,\
          # refreshMinutes=10,\
          # testTable=dual,\
          # props=user=SCOTT;password=tiger;server=DEMO
          # Get more details on each argument for this property in the
          # Administrators Guide on setting properties at:
          # http://www.weblogic.com/docs45/admindocs/properties.html
          # Set up ACLs for this connection pool with the following:
          #weblogic.allow.reserve.weblogic.jdbc.connectionPool.oraclePool=\
          # guest,joe,jill
          #weblogic.allow.reset.weblogic.jdbc.connectionPool.oraclePool=\
          # joe,jill
          #weblogic.allow.shrink.weblogic.jdbc.connectionPool.oraclePool=\
          # joe,jill
          # This property is an ACL that specifies the users who can
          # create dynamic connection pools

Try the following obj.conf file. By the way why are using NES 35 version. If you are using NES 36 you should use proxy36.dll.
          Init fn="load-types" mime-types="mime.types"
          Init fn="load-modules" funcs="wl-proxy,wl-init" shlib="d:/weblogic/bin/proxy35.dll"
          Init fn="wl-init"
          Init access="C:/Netscape/SuiteSpot/https-octavia/logs/accessNewELF" format.access="%Ses->client.ip% - %Req->vars.auth-user% [%SYSDATE%] \"%Req->reqpb.clf-request%\" %Req->srvhdrs.clf-status% %Req->srvhdrs.content-length%
          \"%Req->headers.referer%\" \"%Req->headers.user-agent%\" %Req->reqpb.method% %Req->reqpb.uri% %Req->reqpb.query% \"%Req->reqpb.protocol%\"" fn="flex-init"
          <Object name="tg" ppath="*/weblogic/*">
          Service fn="wl-proxy" WebLogicCluster="asera190:7001,asera162:7001" PathTrim="/weblogic"
          </Object>
          <Object name="default">
          NameTrans fn="pfx2dir" from="/ns-icons" dir="C:/Netscape/SuiteSpot/ns-icons"
          NameTrans fn="pfx2dir" from="/mc-icons" dir="C:/Netscape/SuiteSpot/ns-icons"
          NameTrans fn="pfx2dir" from="/help" dir="C:/Netscape/SuiteSpot/manual/https/ug"
          NameTrans fn="document-root" root="C:/Netscape/SuiteSpot/docs"
          PathCheck fn="nt-uri-clean"
          PathCheck fn="check-acl" acl="default"
          PathCheck fn="find-pathinfo"
          PathCheck fn="find-index" index-names="index.html,home.html"
          ObjectType fn="type-by-extension"
          ObjectType fn="force-type" type="text/plain"
          Service method="(GET|HEAD|POST|PUT)" type="text/jsp" fn="wl-proxy" WebLogicCluster="asera190:7001,asera162:7001"
          Service method="(GET|HEAD)" type="magnus-internal/imagemap" fn="imagemap"
          Service method="(GET|HEAD)" type="magnus-internal/directory" fn="index-common"
          Service method="(GET|HEAD)" type="*~magnus-internal/*" fn="send-file"
          AddLog fn="flex-log" name="access"
          </Object>
          <Object ppath="/usr/suitespot/docs/.perf">
          Service fn="service-dump"
          </Object>
          <Object name="cgi">
          ObjectType fn="force-type" type="magnus-internal/cgi"
          Service fn="send-cgi"
          </Object>
          Hope this helps
          Krishna Kanth wrote:
          > We are evaluating the Cluster features of WebLogic and got a eval
          > license for the Cluster Support.
          > I am running a default cluster (mycluster) using the default Multicast
          > address (237.0.0.1) and am seeing
          > some strange behaviour/errors.
          > Would appreciate some asistance in this matter.
          >
          > Our Environment
          > ----------------
          >
          > I created directory in a shared file system to host the cluster.
          > (h:\kkanth\weblogic)
          > Created the mycluster directory and other directories as recommended in
          > the Administrator's guide.
          >
          > I have two WL Servers (asera190 and asera162) with permanent IP
          > addresses of 10.1.1.61 and 10.1.1.70 respectively. They run NT 4.0.
          > I'm using a NES proxy on asera190 with the plugin for WL specified in
          > obj.conf alongwith the other parameters.
          >
          > I'm able to have both the servers join to cluster mycluster and the WL
          > Admin Console does display a tree that depicts the cluster as well as
          > servers in it (server61 and server70). The individual server directories
          > are being created in h:\kkanth\weblogic\mycluster directory with the
          > appropriate access.log and weblogic.log files.
          >
          > When a browser attempts to access a URL such as
          >
          > http://asera190/weblogic/snoop it does return the proper response, but
          > all requests are processed by asera162 which is listed first in the
          > obj.conf. Opening multiple sessions does not cause the requests to be
          > sent to asera190 which is the second server in the cluster. When
          > asera162 is shutdown and removed from the cluster, I hoped that
          > subsequent requests would go to asera190. However , depending on the
          > origin of the request, different errors were thrown. If I try to access
          > http://asera190/weblogic/snoop from a browser on asera190, I get an
          > error "Failure at line 351 of file proxy.cpp" ,while trying the same URL
          > from asera162 cause "Failure at line 706 of file proxy.cpp".
          >
          > I'm attaching the weblogic.properties file kept in h:\kkanth\weblogic
          > directory as well as the obj.conf file in the ....\config\ directory of
          > asera190.
          >
          > We are running NES 3.5.1 and have setup proxy35.dll appropriately.
          >
          > weblogic.properties
          > *********
          > # THE WEBLOGIC PROPERTIES FILE
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # This file, which conforms to the java.util.Properties file
          > # definition, configures your WebLogic products. You cannot run
          > # WebLogic Server without setting required configuration properties in
          > this
          > # file. Required properties are marked and appear first in the file.
          > #
          > # Details on each entry and important information about configuration
          > # and security are documented on our website. Please go to:
          > #
          > # http://www.weblogic.com/docs45/admindocs/properties.html
          > #
          > # for full instructions on how to edit this file.
          > #
          > # You do not need to include properties in this file unless you want to
          > # change the default, embedded property. Some properties on the
          > # T3AdminProps page are not listed here because the default property
          > # is being used. You can change the default by adding the property and
          > # its value to this file.
          > #
          > # You cannot set weblogic.system.home in this file, since the WebLogic
          > Server
          > # must know where home is in order to retrieve this file. You can
          > # change WebLogic home on the command line when you start the
          > # WebLogic Server.
          > #
          > # CLUSTER USERS: Note that the (shared) per-cluster properties file
          > should
          > # contain most all of the properties in this file. The only properties
          > # that potentially belong in a per-server properties file for a server
          > # running in a cluster are the registration (startup class) of pinned
          > # RMI objects, and a few tuning properties that may be different for
          > # servers in the cluster, depending upon hardware and memory. If you use
          >
          > # a per-server properties file, please REMOVE all properties except
          > those
          > # that are specifically required in the per-server properties file. You
          > # can find specific notes on clusters by searching through this file for
          >
          > # "CLUSTER USERS".
          > #
          > # -------------------------------------------------
          > # The way this file is organized:
          > # Core properties (includes REQUIRED and RECOMMENDED)
          > # Core system properties
          > # Core security-related properties
          > # Core security-related properties for SSL
          > # Core HTTPD administrative properties
          > #
          > # Optional properties
          > # Administrator properties
          > # System properties
          > # System startup files
          > # System shutdown files
          > # Security-related properties for Workspaces
          > # Jolt for WebLogic properties
          > # WebLogic Enterprise Connectivity properties
          > # WebLogic File properties
          > # WebLogic JMS demo properties
          > # WebLogic RMI demo properties
          > # WebLogic EJB demo properties
          > # WebLogic ZAC demo properties
          > # HTTPD administrative properties
          > # WebLogic JDBC driver properties
          > # WebLogic JDBC connection pool management
          > # WebLogic demo connection pool
          > # WebLogic HTTP Servlet properties
          > # Proxy servlet registration
          > # Classpath servlet registration
          > # File servlet registration
          > # ServerSideInclude servlet registration
          > # PageCompileServlet (used by JHTML)
          > # JSPServlet (used by JSP)
          > # ServletServlet registration
          > # Servlet reload properties
          > # Servlet ACLs
          > # WebLogic JHTML properties
          > # User-written and demo servlet registrations
          > # -------------------------------------------------
          >
          > #################################################################
          > # CORE PROPERTIES
          > # -------------------------------------------------
          > # You should set these before you start the WebLogic Server the first
          > time.
          > # If you need more instructions on individual properties in this
          > # section, check the same section in the Optional Properties, where
          > # we've left the long explanations. Or, better yet, go to our
          > # website and read all about properties, at:
          > # http://www.weblogic.com/docs45/admindocs/properties.html
          > #################################################################
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # CORE SYSTEM PROPERTIES
          > # -------------------------------------------------
          > # TCP/IP port number at which the WebLogic Server listens for
          > connections
          > weblogic.system.listenPort=7001
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # CORE SECURITY-RELATED PROPERTIES
          > # -------------------------------------------------
          > # Read important information about security at:
          > #
          > # http://www.weblogic.com/docs45/admindocs/properties.html
          > #
          > # REQUIRED: The system password MUST be set in order to start the
          > # WebLogic Server. This password is case-sensitive, at least 8
          > characters.
          > # The username for the privileged user is ALWAYS "system".
          > # This username and password also includes httpd access (see
          > # HTTPD properties below).
          > weblogic.password.system=kaykayka
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # RECOMMEND Set to 'everyone' if HTTPD is enabled
          > weblogic.allow.execute.weblogic.servlet=everyone
          > # Set individual ACLs to restrict access to HTTP-related resources,
          > # such as the Administration servlets.
          > # To make your own servlets generally available, follow this
          > # pattern (provide a weblogic.allow.execute) for your packages and
          > # set ACLs as appropriate.
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # CORE SECURITY-RELATED PROPERTIES FOR SSL
          > # ------------------------------------------------
          > # Read important information about SSL at:
          > #
          > # http://www.weblogic.com/docs45/classdocs/API_secure.html
          > #
          > # Enable SSL
          > # (default if property not defined is false)
          > weblogic.security.ssl.enable=true
          > #
          > # SSL listen port
          > weblogic.system.SSLListenPort=7002
          >
          > # Servlets for SSL
          > # ------------------------------------------------
          > # Authentication servlet for creating tokens for applets
          > weblogic.httpd.register.authenticated=weblogic.t3.srvr.ClientAuthenticationServlet
          >
          > # Limits number of unclaimed stored tokens
          > weblogic.security.certificateCacheSize=3
          > # Capture CA root of client servlet
          > weblogic.httpd.register.T3AdminCaptureRootCA=admin.T3AdminCaptureRootCA
          >
          > # Certificates for SSL
          > # ------------------------------------------------
          > # Name of acceptable CA roots
          > # For client authentication change value to a valid .pem file
          > #weblogic.security.clientRootCA=SecureServerCA.pem
          > #
          > # Server certificates for SSL
          > # ------------------------------------------------
          > weblogic.security.certificate.server=democert.pem
          > weblogic.security.key.server=demokey.pem
          > weblogic.security.certificate.authority=ca.pem
          >
          > # registration for certificate generator servlet
          > weblogic.httpd.register.Certificate=utils.certificate
          > weblogic.allow.execute.weblogic.servlet.Certificate=system
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # CORE HTTPD ADMINISTRATIVE PROPERTIES
          > # ------------------------------------------------
          > # True permits the HTTPD to run (default)
          > # Uncomment this property to disable HTTPD
          > #weblogic.httpd.enable=false
          > #
          > # If authentication is required, add username/password for each user
          > # who will be included in an ACL, as in this commented-out example:
          > #weblogic.password.peter=#8gjsL4*
          >
          > #################################################################
          > # OPTIONAL PROPERTIES
          > # ------------------------------------------------
          > # These properties affect the behavior of the WebLogic Server.
          > # You only need to set these properties if you want
          > # to change the default setting, which is the property shown.
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # ADMINISTRATOR PROPERTIES
          > # ------------------------------------------------
          > # Administrator properties are optional information properties,
          > # particularly useful for clusters.
          > #weblogic.administrator.location=3355 California Drive, West Hampshire,
          > CA 94104
          > #weblogic.administrator.name=Joe Administrator
          > #weblogic.administrator.phone=1 415 555 1234
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # SYSTEM PROPERTIES
          > # ------------------------------------------------
          > # System properties in this section are set to system defaults
          >
          > # Performance pack. The shared library must be accessible from your
          > # PATH (NT) or from your shared library path (UNIX; the name of the
          > # variable varies: LD_LIBRARY_PATH, SHLIB_PATH, etc.)
          > weblogic.system.nativeIO.enable=true
          >
          > # Outputs logging information to the console as well as to the log file
          > weblogic.system.enableConsole=true
          >
          > # Sets the directory or URL for the WebLogic Admin help pages
          > # The help pages are shipped in the "docs/adminhelp" directory, in the
          > # default document root in public_html
          > weblogic.system.helpPageURL=d:/weblogic/myserver/public_html/docs/adminhelp/
          >
          > # If you prefer to access the most recent help pages, you can do so
          > online
          > # by commenting out the previous property and uncommenting this one:
          > #weblogic.system.helpPageURL=http://www.weblogic.com/docs45/adminhelp/
          >
          > # Properties for tuning the server's performance
          > # ------------------------------------------------
          > # Number of WebLogic Server execute threads.
          > weblogic.system.executeThreadCount=15
          >
          > # Other optional system properties
          > # ------------------------------------------------
          > # Limits size of weblogic.log (in K) and versions old log
          > weblogic.system.maxLogFileSize=1024
          >
          > # Adjust minimum length of password
          > weblogic.system.minPasswordLen=8
          >
          > # UNIX only: If running on port 80 on UNIX, enable the setUID program
          > #weblogic.system.enableSetUID=false
          >
          > # UNIX only: Unprivileged user to setUID to after starting up
          > # WebLogic Server on port 80
          > #weblogic.system.nonPrivUser=nobody
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # CLUSTER-SPECIFIC PROPERTIES
          > # ------------------------------------------------
          > # Cluster-specific properties in this section are set to system
          > defaults.
          > # CLUSTER USERS: Note that ALL Cluster-specific properties should be set
          >
          > # in the per-cluster properties file ONLY.
          > #
          > # Time-to-live (number of hops) for the cluster's multicast messages
          > # (default 1, range 1-255).
          > #weblogic.cluster.multicastTTL=1
          > #
          > # Sets the load-balancing algorithm to be used between
          > # replicated services if none is specified. If not specified,
          > # round-robin is used.
          > #weblogic.cluster.defaultLoadAlgorithm=round-robin
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # SERVER-SPECIFIC CLUSTER PROPERTIES
          > # ------------------------------------------------
          > # Cluster-related properties in this section are set to system defaults.
          >
          > # CLUSTER USERS: Note that these server-specific cluster-related
          > properties
          > # should be set in the per-server properties file ONLY.
          > #
          > # Sets the weight of the individual server for the weight-based
          > load-balancing.
          > # Range is 0 - 100.
          > # Larger numbers increase the amount of traffic routed to this server.
          > #weblogic.system.weight=100
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # SYSTEM STARTUP FILES - Examples
          > # ------------------------------------------------
          > # CLUSTER USERS: Note that ONLY startup registrations for pinned RMI
          > # objects should be registered in the per-server properties file.
          > # All other startup classes should be registered in the per-cluster
          > # properties file.
          > #
          > # For more info on writing and using startup file, see the
          > # Developers Guide "Writing a WebLogic Client application," at
          > # http://www.weblogic.com/docs45/classdocs/API_t3.html
          > #
          > # Register a startup class by giving it a virtual name and
          > # supplying its full pathname.
          > #weblogic.system.startupClass.[virtual_name]=[full_pathname]
          > #
          > # Add arguments for the startup class
          > #weblogic.system.startupArgs.[virtual_name]={argname]=[argvalue]
          > #
          > # This example shows the entry for examples/t3client/StartupQuery.java
          > #weblogic.system.startupClass.doquery=examples.t3client.StartupQuery
          > #weblogic.system.startupArgs.doquery=\
          > # query=select * from emp,\
          > # db=jdbc:weblogic:pool:demoPool
          > #
          > # Other system startup files for use with VisiBroker
          > # ------------------------------------------------
          > # Starts the VisiBroker WebLogic Server proxy with the WebLogic Server
          > # You must have installed Visigenic 2.5 for use with
          > # the WebLogic Server before you uncomment these properties
          > #weblogic.system.startupClass.dovisi=weblogic.corba.visi.t3server.Startup
          >
          > #weblogic.system.startupArgs.dovisi=\
          > # clientName=T3Client Manager,\
          > # connName=T3Connection Manager
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # SYSTEM SHUTDOWN FILES - Examples
          > # ------------------------------------------------
          > # For more info on writing and using shutdown file, see the
          > # Developers Guide "Writing a WebLogic Client application," at
          > # http://www.weblogic.com/docs45/classdocs/API_t3.html
          > #
          > # Register a shutdown class by giving it a virtual name and
          > # supplying its full pathname.
          > #weblogic.system.shutdownClass.[virtual_name]=[full_pathname]
          > #
          > # Add arguments for the shutdown class
          > #weblogic.system.shutdownArgs.[virtualName]={argname]=[argvalue]
          > #
          > # This example shows the entry for examples/t3client/ShutdownTest.java
          > #weblogic.system.shutdownClass.ShutdownTest=examples.t3client.ShutdownTest
          >
          > #weblogic.system.shutdownArgs.ShutdownTest=\
          > # outfile=c:/temp/shutdown.log
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # SECURITY-RELATED PROPERTIES FOR WORKSPACES
          > # ------------------------------------------------
          > # For backward compatibility, the following entries disable Access
          > # Control on Workspaces
          > weblogic.allow.read.weblogic.workspace=everyone
          > weblogic.allow.write.weblogic.workspace=everyone
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # JOLT FOR WEBLOGIC PROPERTIES
          > # ------------------------------------------------
          > # These properties configure a BEA Jolt connection pool for use with
          > # the simpapp and bankapp examples, and register a servlet for use with
          > # with the simpapp example. The default server address provided here
          > # points to a public TUXEDO server that is hosted by BEA for use with
          > # this example.
          > #
          > # Servlet registration for simpapp example:
          > # ------------------------------------------------
          > #weblogic.httpd.register.simpapp=examples.jolt.servlet.simpapp.SimpAppServlet
          >
          > #
          > # Pool creation and cleanup
          > # note this example is set up to work with the public
          > # demo TUXEDO server available from BEA's website:
          > # ------------------------------------------------
          > #weblogic.system.startupClass.demojoltpoolStart=\
          > # bea.jolt.pool.servlet.weblogic.PoolManagerStartUp
          > #weblogic.system.startupArgs.demojoltpoolStart=\
          > # poolname=demojoltpool,\
          > # appaddrlist=//beademo1.beasys.com:8000,\
          > # failoverlist=//beademo1.beasys.com:8000,\
          > # minpoolsize=1,\
          > # maxpoolsize=3
          > #
          > #weblogic.system.shutdownClass.demojoltpoolStop=\
          > # bea.jolt.pool.servlet.weblogic.PoolManagerShutDown
          > #weblogic.system.shutdownArgs.demojoltpoolStop=\
          > # poolname=demojoltpool
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # WEBLOGIC ENTERPRISE CONNECTIVITY PROPERTIES
          > # ------------------------------------------------
          > # The registrations enable a BEA IIOP connection pool and
          > # register servlets for use with the simpapp and university examples.
          > # Configure for your environment and uncomment to use.
          > # Uncommenting these properties requires WebLogic Enterprise
          > Connectivity
          > # and an operating WebLogic Enterprise Server.
          > #
          > # Servlet registration for simpapp servlet example
          > # ------------------------------------------------
          > #weblogic.httpd.register.SimpappServlet=\
          > # examples.wlec.servlets.simpapp.SimpappServlet
          > #
          > #weblogic.allow.execute.weblogic.servlet.SimpappServlet=everyone
          > #
          > # Servlet registration for simpapp EJB example
          > # (You'll need to add the wlec_ejb_simpapp.jar to the
          > # weblogic.ejb.deploy property in this file.)
          > # --------------------------------------------
          > #weblogic.httpd.register.ejbSimpappServlet=\
          > # examples.wlec.ejb.simpapp.ejbSimpappServlet
          > #weblogic.allow.execute.weblogic.servlet.ejbSimpappServlet=everyone
          > #
          > # Pool creation and cleanup for the simpapp example
          > # -------------------------------------------------
          > #weblogic.CORBA.connectionPool.simplepool=\
          > # appaddrlist=//wlehost:2468,\
          > # failoverlist=//wlehost:2468,\
          > # minpoolsize=2,\
          > # maxpoolsize=3,\
          > # username=wleuser,\
          > # userrole=developer,\
          > # domainname=simpapp
          > #
          > # Servlet registration for university Servlet example:
          > # ---------------------------------------------------
          > #weblogic.httpd.register.UniversityServlet=\
          > # examples.wlec.servlets.university.UniversityServlet
          > #weblogic.allow.execute.weblogic.servlet.UniversityServlet=everyone
          > #
          > # Pool creation and cleanup for the University example:
          > # ----------------------------------------------------
          > #weblogic.CORBA.connectionPool.Univpool=\
          > # appaddrlist=//wlehost:2498,\
          > # failoverlist=//wlehost:2498,\
          > # minpoolsize=2,\
          > # maxpoolsize=3,\
          > # username=wleuser,\
          > # userrole=developer,\
          > # apppassword=wlepassword,\
          > # domainname=university
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # WEBLOGIC FILE PROPERTIES
          > # ------------------------------------------------
          > # Maps a volume name to a path, for client file read/write
          > #weblogic.io.fileSystem.[volumeName]=[fullPathName]
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # WEBLOGIC JMS DEMO PROPERTIES
          > # -------------------------------------------------
          > # CLUSTER USERS: Note that ALL JMS deployment should be done in the
          > # per-cluster properties file ONLY.
          > #
          > # You set up a JDBC connection pool if you want persistent messages
          > # (including durable subscriptions). To use JMS and EJBs in the same
          > # transaction, both must use the same JDBC connection pool. Uncomment
          > # the following property to use the default JDBC connection pool
          > # 'demo', which is defined in the Demo connection pool section of this
          > file.
          > #
          > #weblogic.jms.connectionPool=demoPool
          > #
          > # The JMS Webshare example demonstrates how the ClientID for a
          > # durable subscriber is configured in the connection factory:
          > #
          > #weblogic.jms.topic.webshareTopic=jms.topic.webshareTopic
          > #weblogic.jms.connectionFactoryName.webshare=jms.connection.webshareFactory
          >
          > #weblogic.jms.connectionFactoryArgs.webshare=ClientID=webshareUser
          > #weblogic.httpd.register.webshare=examples.jms.webshare.WebshareServlet
          > #
          > # The JMS trader example shows how to use JMS with an EJB. In addition
          > # to uncommenting the following properties, you must also set up and
          > # deploy the EJB example examples.ejb.basic.statefulSession.Trader to
          > # try out this JMS example:
          > #
          > #weblogic.jms.topic.exampleTopic=javax.jms.exampleTopic
          > #weblogic.jms.connectionFactoryName.trader=jms.connection.traderFactory
          > #weblogic.jms.connectionFactoryArgs.trader=ClientID=traderReceive
          > #weblogic.httpd.register.jmstrader=examples.jms.trader.TraderServlet
          > #
          > # Registers the underlying servlet
          > #weblogic.httpd.register.jmssender=examples.jms.sender.SenderServlet
          > #
          > # These properties are used with the ServerReceive JMS example,
          > # which demonstrates how to establish a JMS message consumer
          > # in a startup class:
          > #
          > #weblogic.system.startupClass.serverReceive=\
          > # examples.jms.startup.ServerReceive
          > #weblogic.system.startupArgs.serverReceive=\
          > # connectionFactory=javax.jms.TopicConnectionFactory,\
          > # topic=javax.jms.exampleTopic
          > #
          > # These properties are used with the PoolReceive JMS example,
          > # which demonstrates how to establish a pool of JMS message consumers
          > # in a startup class:
          > #weblogic.system.startupClass.poolReceive=\
          > # examples.jms.startup.PoolReceive
          > #weblogic.system.startupArgs.poolReceive=\
          > # connectionFactory=javax.jms.TopicConnectionFactory,\
          > # topic=javax.jms.exampleTopic
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # WEBLOGIC RMI DEMO PROPERTIES
          > # ------------------------------------------------
          > # CLUSTER USERS: Note that pinned RMI objects should be registered
          > # in the per-server properties file ONLY. All other RMI startup
          > # classes should be registered in the per-cluster properties file.
          > #
          > # Remote classes registered at startup after the pattern:
          > #weblogic.system.startupClass.[virtualName]=[fullPackageName]
          > #
          > # These examples can be compiled to see RMI in action. Uncomment to use:
          >
          > #weblogic.system.startupClass.multihello=examples.rmi.multihello.HelloImpl
          >
          > #weblogic.system.startupClass.hello=examples.rmi.hello.HelloImpl
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # WEBLOGIC EJB DEMO PROPERTIES
          > # -------------------------------------------------
          > # CLUSTER USERS: Note that ALL EJB deployment should be done in the
          > # per-cluster properties file ONLY.
          > #
          > # See WebLogic Demo Connection Pool below for a connection pool
          > # to use with these examples.
          > #
          > # Deploys EJBeans. Uncomment the appropriate lines below and
          > # modify DBMS-related info and paths to match your particular
          > installation:
          > #weblogic.ejb.deploy=\
          > # d:/weblogic/myserver/cluster_ejb.jar, \
          > # d:/weblogic/myserver/ejb_basic_beanManaged.jar, \
          > # d:/weblogic/myserver/ejb_basic_containerManaged.jar, \
          > # d:/weblogic/myserver/ejb_basic_statefulSession.jar, \
          > # d:/weblogic/myserver/ejb_basic_statelessSession.jar, \
          > # d:/weblogic/myserver/ejb_extensions_isModified.jar, \
          > # d:/weblogic/myserver/ejb_extensions_isModifiedBeanManaged.jar, \
          >
          > # d:/weblogic/myserver/ejb_sequence_jdbc.jar, \
          > # d:/weblogic/myserver/ejb_sequence_oracle.jar, \
          > # d:/weblogic/myserver/ejb_subclass.jar, \
          > # d:/weblogic/myserver/jolt_ejb_bankapp.jar
          > #
          > # Servlets used by the EJB basic examples beanManaged and
          > # containerManaged. Uncomment to use:
          > #weblogic.httpd.register.beanManaged=\
          > # examples.ejb.basic.beanManaged.Servlet
          > #weblogic.httpd.register.containerManaged=\
          > # examples.ejb.basic.containerManaged.Servlet
          > #
          > # Add a list of users (set the password with
          > weblogic.password.[username]=XXX)
          > # to set an ACL for this servlet:
          > #weblogic.allow.execute.weblogic.servlet.beanManaged=user1,user2,etc
          > #weblogic.allow.execute.weblogic.servlet.containerManaged=user1,user2,etc
          >
          > #weblogic.password.user1=user1Password
          > #weblogic.password.user2=user2Password
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # WEBLOGIC ZAC DEMO PROPERTIES
          > # -------------------------------------------------
          > # These registrations enable the ZAC Publish Wizard.
          > #
          > weblogic.zac.enable=true
          > #
          > # Set the publish root for a WebLogic Server. Edit and
          > # uncomment to use
          > #
          > #weblogic.zac.publishRoot=d:/weblogic/zac
          > #
          > # Set an ACL for each package you publish. The [name] is
          > # the "Package name" you assign in the ZAC Publish Wizard.
          > # Publish a package, edit this property, and uncomment to use.
          > #weblogic.allow.read.weblogic.zac.[name]=[user list]
          > #weblogic.allow.write.weblogic.zac.[name]=system
          >
          > # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
          > # HTTPD ADMINISTRATIVE PROPERTIES
          > # ------------------------------------------------
          > # Enables logging of HTTPD info in common log format and
          > # sets the log file name (default is "access.log" in "myserver")
          > weblogic.httpd.enableLogFile=true
          > weblogic.httpd.logFileName=access.log
          >
          > # Tracks HTTPD requests with events delivered to WEBLOGIC.LOG.HTTPD
          > weblogic.httpd.enableEvents=false
          >
          > # Enables HTTP sessions
          > weblogic.httpd.session.enable=true
          >
          > # Sets an optional cookie name. The default name is "WebLogicSession".
          > # Prior to version 4.0, the default was "TengahSession". To make
          > # this backward compatible with cookies generated from previous
          > # installations, you should set this property to "TengahSession".
          > # Uncomment t

Similar Messages

  • Round Robin was not happening for my cluster with WebLogic Proxy Plugin

              Hi,
              I configured my cluster with software load balancer, HTTPClusterServlet. By default,
              it is load balancing with Round Robin Algorithm. That means one HTTP request
              goes to server1, and the other HTTP request goes to server2. However, it is not
              what I can see no matter for the requests in one HTTP session or not.
              Say I open two browser, and log into my application with two different users,
              one is "cyang", the other is "xpression". Then the HTTP request (for servlet/jsp)
              from two browsers always go to the same server1, server2 is not invoked at all.
              I did see one time, with only one session (one browser with "xPression" user log
              in), the most requests go to server1, suddenly I am brough into log in page, then
              I noticed that the request for "xPression" moved to server2 although server1 is
              still alive. Therefore, at most, I can say it is "Random", rather than "Round
              Robin".
              What is the real meaning for HTTP servlet/jsp load balancing algorithm? Does
              Round Robin mean request go to each server in turns? Does it have to be different
              session or it can be within one session?
              

    It should be sticky. If not, then bug / config error.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com/coherence.jsp
              Tangosol Coherence: Clustered Replicated Cache for Weblogic
              "Carole Yang" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Thanks. Yeh, with two kind of browsers, I do see the request goes to
              different
              > servers.
              >
              > That goes back to the original question. Does "Round Robin" here fall
              into the
              > scope of a HTTP session. However, that is not always true for my tests.
              Sometimes,
              > HTTP request just randomly goes to another server while in the same HTTP
              session.
              > It is not sticky to one particular server during one session.
              >
              >
              >
              > --Carole
              >
              >
              > "Cameron Purdy" <[email protected]> wrote:
              > >Has to be different sessions to go to different machines.
              > >
              > >Best way to test is to run one session in IE and the other in Mozilla
              > >or
              > >Netscape.
              > >
              > >Peace,
              > >
              > >Cameron Purdy
              > >Tangosol, Inc.
              > >http://www.tangosol.com/coherence.jsp
              > >Tangosol Coherence: Clustered Replicated Cache for Weblogic
              > >
              > >
              > >"Carole Yang" <[email protected]> wrote in message
              > >news:[email protected]...
              > >>
              > >> Hi,
              > >>
              > >> I configured my cluster with software load balancer,
              HTTPClusterServlet.
              > >By default,
              > >> it is load balancing with Round Robin Algorithm. That means one HTTP
              > >request
              > >> goes to server1, and the other HTTP request goes to server2. However,
              > >it
              > >is not
              > >> what I can see no matter for the requests in one HTTP session or not.
              > >>
              > >> Say I open two browser, and log into my application with two different
              > >users,
              > >> one is "cyang", the other is "xpression". Then the HTTP request (for
              > >servlet/jsp)
              > >> from two browsers always go to the same server1, server2 is not invoked
              > >at
              > >all.
              > >>
              > >> I did see one time, with only one session (one browser with "xPression"
              > >user log
              > >> in), the most requests go to server1, suddenly I am brough into log
              > >in
              > >page, then
              > >> I noticed that the request for "xPression" moved to server2 although
              > >server1 is
              > >> still alive. Therefore, at most, I can say it is "Random", rather
              > >than
              > >"Round
              > >> Robin".
              > >>
              > >> What is the real meaning for HTTP servlet/jsp load balancing algorithm?
              > >Does
              > >> Round Robin mean request go to each server in turns? Does it have
              > >to be
              > >different
              > >> session or it can be within one session?
              > >
              > >
              >
              

  • NES proxy to WL slow with IE

    WL 5.1sp4
    Solaris 2.7
    NES 3.63
    We are experiencing slow connections/delays to WL pages when going
    through NES using Internet Explorer. Even on WL 404 error pages. The
    pages load quickly, but the browser keeps the connection open for a
    number of seconds. This is not happening when using Netscape browsers.
    I have configured the NES proxy forwarding by directory and by .jsp with
    the same results. Also have done this for both NES 3.63 and NES 4.0.
    When accessing WL directly from either browser there are no delays.

    I am having the same problem. Did anybody find a solution for that? Does sp5 solve this (it is not in the release notes)?
    Is there a issue open with the support guys?
    Best regards,
    Roberto N Nanamura
    Technical Consultant
    Summa Technologies
    Robert Patrick <[email protected]> wrote:
    I have also seen this in the past. I never found a resolution for why this
    was happening...
    Ron Busslinger wrote:
    WL 5.1sp4
    Solaris 2.7
    NES 3.63
    We are experiencing slow connections/delays to WL pages when going
    through NES using Internet Explorer. Even on WL 404 error pages. The
    pages load quickly, but the browser keeps the connection open for a
    number of seconds. This is not happening when using Netscape browsers.
    I have configured the NES proxy forwarding by directory and by .jsp with
    the same results. Also have done this for both NES 3.63 and NES 4.0.
    When accessing WL directly from either browser there are no delays.

  • Session replication in Clustered Env with Apache proxy

    Hi,
    Setup:
    1. Apache proxy configured using mod_proxy
    2. Cluster is set up at weblogic with 2 nodes(on same machine)
    3. EAR is deployed on cluster with weblogic-application.xml as below
    <session-descriptor>
    <persistent-store-type>replicated_if_clustered</persistent-store-type>
    <sharing-enabled>true</sharing-enabled>
    </session-descriptor>
    use case:
    user1 hits the URL, Apache proxy forwards to node1
    user2 hits the URL, Apache proxy forwards to node2
    kill the node1 and user1 click on any link, he gets redirected to login page. No failover us happening.
    In Node 1 server logs am getting below exception
    ####<Dec 5, 2012 8:39:21 PM IST> <Error> <Cluster> <Win2k8SRV-01> <win2k8svr-ms1> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <> <1354720161810> <BEA-000126> <All session objects should be serializable to replicate. Check the objects in your session. Failed to replicate non-serializable object.
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
         java.lang.ClassNotFoundException: Failed to load class com.presentation.physical.management.form.ApprovalForm
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
         at weblogic.cluster.replication.ReplicationManager_1035_WLStub.create(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    Strange thing i noticed is if comment the persistent-store-type attribute in xml file then apache is able to load balance the request between the nodes else all request goes to Node1( from apache logs). Below logs are captured with persistent-store-type set to replicated_if_clustered. Here the JSESSIONID points to server1(port 7003 which is appended to JSESSIONID).
    192.168.2.161 - - [05/Dec/2012:20:38:52 +0530] JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; path=/; HttpOnly Test=Test "GET /App/login.jsp?partnerApp=http://192.168.2.161:8080/login.do?method=login HTTP/1.1" 200 13384
    192.168.2.161 - - [05/Dec/2012:20:38:55 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1 "POST /App/AppEnv HTTP/1.1" 200 -
    192.168.2.161 - - [05/Dec/2012:20:39:14 +0530] APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc; path=/ Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1 "POST /App/login HTTP/1.1" 302 289
    192.168.1.220 - - [05/Dec/2012:20:39:14 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:14 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "GET /login.do?method=login HTTP/1.1" 200 2767
    192.168.1.220 - - [05/Dec/2012:20:39:20 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:20 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "GET /login.do?method=showCorporateLogo HTTP/1.1" 200 11547
    192.168.2.161 - - [05/Dec/2012:20:39:20 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /EkaCommonUtilServlet?method=getUserLocaleDate HTTP/1.1" 200 23
    192.168.1.220 - - [05/Dec/2012:20:39:20 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:20 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /login.do?method=getMenuData HTTP/1.1" 200 9615
    192.168.1.220 - - [05/Dec/2012:20:39:20 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:20 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /getUserModuleHomePage.do?method=loadUserHomePageDetails HTTP/1.1" 200 1264
    192.168.2.161 - - [05/Dec/2012:20:39:20 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /ListingHelperServlet?actionId=getUserPref&gridViewName=DEFAULT%20VIEW&gridId=LOC HTTP/1.1" 200 2228
    192.168.2.161 - - [05/Dec/2012:20:39:20 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /ListingHelperServlet?actionId=getUserPref&gridViewName=DEFAULT1%20VIEW&gridId=LOCA HTTP/1.1" 200 3775
    192.168.1.220 - - [05/Dec/2012:20:39:20 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:20 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /app/commonListing.do?method=getListingData&gridId=LOC HTTP/1.1" 302 309
    192.168.1.220 - - [05/Dec/2012:20:39:21 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:20 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /app/contractApprovalList.do?method=loadListOfContractApprovals HTTP/1.1" 302 309
    192.168.1.220 - - [05/Dec/2012:20:39:21 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:21 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "GET /private/jsp/AppErrorPage.jsp HTTP/1.1" 200 8042
    192.168.1.220 - - [05/Dec/2012:20:39:21 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:21 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "GET /private/jsp/AppErrorPage.jsp HTTP/1.1" 200 8042
    192.168.1.220 - - [05/Dec/2012:20:39:24 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:24 +0530] JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE; path=/; HttpOnly Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /app/gmcTabHandler.do?method=loadGMCTab&applyDefaultValue=Y&gridId=LOGPF&linkName=Grower_Profile&switchMenu=TabMenu17_1_1 HTTP/1.1" 200 47435
    192.168.1.220 - - [05/Dec/2012:20:39:24 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:24 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /getUserModuleHomePage.do?method=saveUserViewportPreference HTTP/1.1" 200 -
    192.168.2.161 - - [05/Dec/2012:20:39:25 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /EkaCommonUtilServlet?method=getUserLocaleDate HTTP/1.1" 200 23
    192.168.1.220 - - [05/Dec/2012:20:39:25 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.1.220 - - [05/Dec/2012:20:39:25 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:25 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /login.do?method=getMenuData HTTP/1.1" 200 9615
    192.168.2.161 - - [05/Dec/2012:20:39:25 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "GET /login.do?method=showCorporateLogo HTTP/1.1" 200 11547
    192.168.1.220 - - [05/Dec/2012:20:39:31 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:25 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /app/commonListing.do?method=getCommonListingPage&gridId=LOGPF&setupPage=Y&applyDefaultValue=Y HTTP/1.1" 200 51216
    192.168.1.220 - - [05/Dec/2012:20:39:31 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:31 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /commonListing.do?method=getUserViews HTTP/1.1" 200 49
    192.168.1.220 - - [05/Dec/2012:20:39:31 +0530] - JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE!1354720133917 "GET /App/validateSession?ssoSessionID=APP-728a8af1-ME5hYqMOkJCcIQc HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:39:31 +0530] - Test=Test; JSESSIONID=1XZxQ1jFxpMhLr8ZSyJdGWLk6Fn2yvWrmc3G6YZpyDBDSZQGQJTn!-1288095560!-1062731300!7003!-1!NONE; APP_SSO_COOKIE=APP-728a8af1-ME5hYqMOkJCcIQc "POST /app/growerProfile.do?method=loadGrowerProfileFilter&gridId=LOGPF HTTP/1.1" 200 46579
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] - Test=Test; JSESSIONID=DMBQQ1QSQfh6HyCMH91P2wXJQVKDQr6hCklqJgbhyYlVdzNT6vQC!1022793105!-1062731300!7004!-1; App=App; App2=App2 "GET / HTTP/1.1" 302 397
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; path=/; HttpOnly Test=Test; JSESSIONID=DMBQQ1QSQfh6HyCMH91P2wXJQVKDQr6hCklqJgbhyYlVdzNT6vQC!1022793105!-1062731300!7004!-1; App=App; App2=App2 "GET /App/login.jsp?partnerApp=http://192.168.2.161:8080/login.do?method=login HTTP/1.1" 200 13384
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/css/styles.css HTTP/1.1" 200 4988
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/ext/resources/css/ext-all.css HTTP/1.1" 200 28527
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/general/tooltip.js HTTP/1.1" 200 12408
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /App/private/js/ForgotPassword.js HTTP/1.1" 200 6003
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/general/AjaxRequest.js HTTP/1.1" 200 4434
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/ext/adapter/ext/ext-base.js HTTP/1.1" 200 12483
    192.168.2.161 - - [05/Dec/2012:20:40:04 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/ext/ext-all.js HTTP/1.1" 200 186157
    192.168.2.161 - - [05/Dec/2012:20:40:05 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/images/login.gif HTTP/1.1" 200 427
    192.168.2.161 - - [05/Dec/2012:20:40:05 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/images/solutions.gif HTTP/1.1" 200 3492
    192.168.2.161 - - [05/Dec/2012:20:40:05 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/images/logo.gif HTTP/1.1" 200 1751
    192.168.2.161 - - [05/Dec/2012:20:40:05 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "POST /App/AppEnv HTTP/1.1" 200 -
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET / HTTP/1.1" 302 397
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /App/login.jsp?partnerApp=http://192.168.2.161:8080/login.do?method=login HTTP/1.1" 200 13384
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/css/styles.css HTTP/1.1" 200 4988
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/general/AjaxRequest.js HTTP/1.1" 200 4434
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/general/tooltip.js HTTP/1.1" 200 12408
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/ext/resources/css/ext-all.css HTTP/1.1" 200 28527
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /App/private/js/ForgotPassword.js HTTP/1.1" 200 6003
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/ext/adapter/ext/ext-base.js HTTP/1.1" 200 12483
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/js/ext/ext-all.js HTTP/1.1" 200 186157
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/images/login.gif HTTP/1.1" 200 427
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/images/logo.gif HTTP/1.1" 200 1751
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "GET /private/images/solutions.gif HTTP/1.1" 200 3492
    192.168.2.161 - - [05/Dec/2012:20:40:46 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "POST /App/AppEnv HTTP/1.1" 200 -
    192.168.2.161 - - [05/Dec/2012:20:40:57 +0530] APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp; path=/ Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2 "POST /App/login HTTP/1.1" 302 289
    192.168.1.220 - - [05/Dec/2012:20:40:57 +0530] - JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1!1354720204538 "GET /App/validateSession?ssoSessionID=APP-728a8af1-1OOOch71SSRAKYp HTTP/1.1" 200 89
    192.168.2.161 - - [05/Dec/2012:20:40:57 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /login.do?method=login HTTP/1.1" 200 2767
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/css/sample.css HTTP/1.1" 200 303
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/css/styles.css HTTP/1.1" 200 4988
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/js/ext/adapter/ext/ext-base.js HTTP/1.1" 200 12483
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/css/portal.css HTTP/1.1" 200 287
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/css/header.css HTTP/1.1" 200 411
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/js/ext/resources/css/ext-all.css HTTP/1.1" 200 28527
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/js/tag/Tag.js HTTP/1.1" 200 3579
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/js/ext/ext-all.js HTTP/1.1" 200 186157
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/js/general/ProgressBarPager.js HTTP/1.1" 200 1244
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/js/general/PanelResizer.js HTTP/1.1" 200 649
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/js/general/PagingMemoryProxy.js HTTP/1.1" 200 1154
    192.168.2.161 - - [05/Dec/2012:20:41:00 +0530] - Test=Test; JSESSIONID=b4GBQ1jMpYQTRTbT213yvj1T13Jm6wnh1VlTz79jJWRkXj88jShg!-1288095560!-1062731300!7003!-1!1586878909!-1062731300!7004!-1; App=App; App2=App2; APP_SSO_COOKIE=APP-728a8af1-1OOOch71SSRAKYp "GET /private/js/general/CalendarPopup.js HTTP/1.1" 200 14572
    Let me know if my set up wrong. Do i need to modify any settings related to cluster from console ?
    Regards,
    Sandeep

    Hi Mukesh,
    Thanks for the reply. TO check the session data i took the JSP from http://middlewaremagic.com/weblogic/?p=290 for testing the serialization of session data, modified a little bit and added to all the WAR files to check session data of each WAR file. I could verify that all data in session are serializable.
    While trying the serialization test, i did change the persistence store type to "replicated" but no luck yet.
    But this time i got some replication missed message from server logs.
    Primary server Logs
    <BEA-000118> <Lost 11 replication updates of object 3736767543476998706; update version: 12, current version: 1.>
    <BEA-000000> <[roid:3736767543476998706] Found secondary for application key /app>
    <BEA-000000> <[roid:3736767543476998706] Found secondary for application key >
    <BEA-000000> <[roid:3736767543476998706] Found secondary for application key /ssoApp>
    <BEA-000000> <Updated local secondary with version 18 from 3736767543476998705S:192.168.1.220:[7111,7111,-1,-1,-1,-1,-1]:Domain7001:wlsc1s1for replication object 3736767543476998706, key , ro = weblogic.servlet.internal.session.ReplicatedSessionData@14e52305>
    <BEA-000000> <Updated local secondary with version 19 from 3736767543476998705S:192.168.1.220:[7111,7111,-1,-1,-1,-1,-1]:Domain7001:wlsc1s1for replication object 3736767543476998706, key , ro = weblogic.servlet.internal.session.ReplicatedSessionData@14e52305>
    But in secondary server i got lot of weblogic.cluster.replication.NotFoundException
    <BEA-000000> <Has secondary servers? true>
    <BEA-000000> <Current secondary server? 3054493844538055224S:192.168.1.220:[8111,8111,-1,-1,-1,-1,-1]:Domain7001:wlsc1s2>
    <BEA-000000> <[roid:3736767543476998706] Created secondary on 3054493844538055224S:192.168.1.220:[8111,8111,-1,-1,-1,-1,-1]:Domain7001:wlsc1s2>
    <BEA-000000> <[roid:3736767543476998706] Using Single-Channel for 2-way update()>
    <BEA-000000> <[roid:3736767543476998706] Error updating secondary for 3736767543476998706, key /app, on 3054493844538055224S:192.168.1.220:[8111,8111,-1,-1,-1,-1,-1]:Domain7001:wlsc1s2. Re-creating secondary.
    weblogic.cluster.replication.NotFoundException: Lost 8 updates of 3736767543476998706
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
         at weblogic.cluster.replication.ReplicationManager_1035_WLStub.update(Unknown Source)
         at sun.reflect.GeneratedMethodAccessor252.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.cluster.replication.SecureReplicationInvocationHandler$ReplicationServicesInvocationAction.run(SecureReplicationInvocationHandler.java:194)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.cluster.replication.SecureReplicationInvocationHandler.invoke(SecureReplicationInvocationHandler.java:164)
         at $Proxy359.update(Unknown Source)
         at weblogic.cluster.replication.ReplicationManager.sendUpdateRequestToSecondary(ReplicationManager.java:740)
         at weblogic.cluster.replication.ReplicationManager.updateSecondary(ReplicationManager.java:662)
         at weblogic.servlet.internal.session.ReplicatedSessionData.syncSession(ReplicatedSessionData.java:639)
         at weblogic.servlet.internal.session.ReplicatedSessionContext.sync(ReplicatedSessionContext.java:85)
         at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.syncSession(ServletRequestImpl.java:2860)
         at weblogic.servlet.internal.ServletRequestImpl$SessionHelper.syncSession(ServletRequestImpl.java:2835)
         at weblogic.servlet.internal.ServletResponseImpl$1.run(ServletResponseImpl.java:1485)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImpl.java:1479)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1462)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused By: weblogic.cluster.replication.NotFoundException: Lost 8 updates of 3736767543476998706
         at weblogic.cluster.replication.ReplicationManager.updateInternal(ReplicationManager.java:1143)
         at weblogic.cluster.replication.ReplicationManager.update(ReplicationManager.java:1101)
         at weblogic.cluster.replication.ReplicationManager_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    From http://docs.oracle.com/cd/E28389_01/apirefs.1111/e14397/Cluster.html the exception is thrown if secondary is unable to receive the updates and asking primary to recreate the session state(BEA-000118).
    Am also getting
    <BEA-000000> <[roid:3736767543476998706] Removing secondary for key >
    <BEA-000000> <Removed secondary for roids: 3736767543476998706>
    in primary server logs does this mean primary is creating and deleting the session state on secondary ?
    Am getting below assertion error in primary server logs
    <BEA-080004> <An error was thrown by rmi server: weblogic.cluster.leasing.databaseless.RMIClusterMessageEndPointImpl.process(Lweblogic.cluster.leasing.databaseless.ClusterMessage;)
    java.lang.AssertionError: Invalid state transition from stable_leader to stable.
    java.lang.AssertionError: Invalid state transition from stable_leader to stable
         at weblogic.cluster.leasing.databaseless.ClusterState.setState(ClusterState.java:100)
         at weblogic.cluster.leasing.databaseless.ClusterState.setState(ClusterState.java:59)
         at weblogic.cluster.leasing.databaseless.ClusterMember.handleJoinResponseRequest(ClusterMember.java:224)
         at weblogic.cluster.leasing.databaseless.ClusterMember.process(ClusterMember.java:102)
         at weblogic.cluster.leasing.databaseless.RMIClusterMessageEndPointImpl.process(RMIClusterMessageEndPointImpl.java:30)
         at weblogic.cluster.leasing.databaseless.RMIClusterMessageEndPointImpl_WLSkel.invoke(Unknown Source)
         at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
         at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:522)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
         at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
         at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    >
    After killing the primary and access the application in secondary server am getting unable to create secondary on null logs like below. Am i missing any configuration in setup ?
    <Managed server wlsc1s2 has been suspended or shutdown.>
    <BEA-000129> <Removing 3054493844538055224S:192.168.1.220:[8111,8111,-1,-1,-1,-1,-1]:Domain7001:wlsc1s2 from the cluster.>
    <BEA-000000> <Has secondary servers? true>
    <Current secondary server? null>
    <BEA-000000> <Preferred list : []>
    <BEA-000000> <Remote list : []>
    <BEA-000000> <Local list : []>
    <New secondary server is null>
    <BEA-000000> <Secondary server null>
    <BEA-000000> <Changed the status of 2 objects and it took 59 ms>
    <BEA-000000> <Has secondary servers? true>
    <BEA-000000> <Current secondary server? null>
    <BEA-000000> <Preferred list : []>
    <BEA-000000> <Remote list : []>
    <BEA-000000> <Local list : []>
    <BEA-000000> <New secondary server is null>
    <BEA-000000> <[roid:3054493844538055225] Unable to create secondary on null>
    <BEA-000000> <[roid:3054493844538055225] Unable to create secondary on null>
    Regards,
    sandeep

  • Persistent Store Problems for MYSQL Enhanced Cluster With OpenMQ 4.4

    I am trying to implement an enhanced cluster with failover. I have edited the config files for each broker instance for a persistent store. I have appended the following to each of the config.properties files:
    imq.brokerid=myclusterinstanceINSTANCE1 # I substitute INSTANCE2 for INSTANCE1 for broker #2
    imq.persist.store=jdbc
    imq.persist.jdbc.dbVendor=mysql
    imq.persist.jdbc.mysql.property.url=jdbc:mysql://xxx.xxx.xxx.xx:3306/test
    imq.persist.jdbc.mysql.user=user1
    imq.persist.jdbc.mysql.needpassword=true
    imq.persist.jdbc.mysql.password=mypass
    imq.cluster.ha=true
    imq.cluster.clusterid=mycluster
    imq.cluster.brokerlist=xxx.xxx.xxx.x:37676,yyy.yyy.yyy.y:37676
    I then create the persistence storage with "imqdbmgr create tbl". When I view the data in the tables it creates, I have one row. Under Store_Version, I have 410. Under LOCK_ID, it has NULL. When I go to start the brokers with imqbrokerd, I get the following error:
    ERROR [B3198]: Error initializing cluster manager:
    com.sun.messaging.jmq.jmsserver.util.BrokerException: [B4239]: Failed to load persistent store version from database table MQVER41Cmycluster
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.VersionDAOImpl.getStoreVersion(VersionDAOImpl.java:310)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.DBTool.updateStoreVersion410IfNecessary(DBTool.java:350)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.JDBCStore.checkStore(JDBCStore.java:3599)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.JDBCStore.<init>(JDBCStore.java:127)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at com.sun.messaging.jmq.jmsserver.persist.StoreManager.getStore(StoreManager.java:157)
    at com.sun.messaging.jmq.jmsserver.Globals.getStore(Globals.java:967)
    at com.sun.messaging.jmq.jmsserver.cluster.ha.HAClusterManagerImpl.initialize(HAClusterManagerImpl.java:181)
    at com.sun.messaging.jmq.jmsserver.Globals.initClusterManager(Globals.java:903)
    at com.sun.messaging.jmq.jmsserver.Broker._start(Broker.java:777)
    at com.sun.messaging.jmq.jmsserver.Broker.start(Broker.java:410)
    at com.sun.messaging.jmq.jmsserver.Broker.main(Broker.java:1971)
    Caused by: java.lang.NullPointerException
    at com.mysql.jdbc.ResultSetImpl.findColumn(ResultSetImpl.java:1103)
    at com.mysql.jdbc.ResultSetImpl.getInt(ResultSetImpl.java:2777)
    at com.sun.messaging.jmq.jmsserver.persist.jdbc.VersionDAOImpl.getStoreVersion(VersionDAOImpl.java:298)
    ... 16 more
    I believe this error is attributed to the NULL value under LOCK_ID. I think that the value under LOCK_ID should be the name of the broker from the config file (even though I specified them in the config files). Any ideas?? THANKS!

    Just some pointers -- maybe this will be of use:
    If you haven't already read it, please take a look at the [ MySQL setup guide|https://mq.dev.java.net/OpenMQ_MySQLCluster_Setup_Guide.html] .
    We recommend using NDB Data-store of MySQL Cluster, though this isn't an absolute requirement. Due to some issues we have found with earlier versions, we recommend using MySQL Cluster, 7.0.9 or better (the current version is 7.0.16, or 7.1.5). Either of these would contain Connector/J.
    I'd also recommend using the latest version -- MQ 4.4update2 (just in case you happen to have an older copy). There were many minor improvements in the integration with MySQL from the original 4.4 release, to update 2. This is linked at the MQ download page: [https://mq.dev.java.net/downloads.html]

  • Can we install a new mssql cluster on the same windows cluster which already containes a mssql cluster with named instance

    We have a MSSQL 2008R2 Enterprise edition with a two node active passive fail-over cluster running on 2008R2 windows cluster with out any issues,
    Now my question is can we add one more MSSSQL cluster instance for the same setup with out disturbing the existing one ?
    Also give thoughts on load sharing as the second node is mostly ideal now except fail-over scenarios,
    Why we go for this situation is because of the collation setting which can be set only one per instance(Database collation setting change not working), we need a different default collation for the new setup

    hi,
    >>Now my question is can we add one more MSSSQL cluster instance for the same setup with out disturbing the existing one ?
    Yes it is possible .You need to add new drives as cluster aware and install SQL server and put data and log files on thse drives.YOu would need to create named instance of SQL server and need to create different resource group.Both old installation and new
    onw would work separately.
    >>Also give thoughts on load sharing as the second node is mostly ideal now except fail-over scenarios,
    Good point indeed.You are about to create Multi instance cluster and should plan for scenario where one node is down and other node is handling load for both instances.Memory and CPU should be enough to handle the load.
    >>Why we go for this situation is because of the collation setting which can be set only one per instance(Database collation setting change not working), we need a different default collation for the new setup .
    Just for collation if you are installing new instance seems little wierd to me.You can manage collation at column ,database and at server level.
    http://technet.microsoft.com/en-us/library/aa174903(v=sql.80).aspx
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • How do I run Safari with a proxy on start up by command line?

    Hello,
    I am using a piece of software called Sahi to perform automated testing of websites. It uses a local proxy to accomplish this task, so it runs the browser with parameters needed so that that instance of the browser is running with the proxy settings. For some reason it's not correctly setup by default with Safari on the Mac. But it has a configuration file where you can set the command line parameters that it runs the browser with.
    So when I use Sahi in its default configuration, it doesn't work because the proxy is not configured, and I get an error ( http://sahi.co.in/forums/discussion/4607/sahi-doesn039t-work-with-safari-5-0-1-o n-macosx )
    So I need to set the proxy. When I set the 127.0.0.1:9999 proxy in the System Preferences it works. My question is how do I run Safari so that it provides the proxy settings as a command line option?
    This way I can add the command line option to the Sahi configuration file so that it runs Safari properly. I don't want to have the proxy settings system wide because I need other programs to work. I don't want to have the proxy settings set for Safari permanently because I also need to be able to run Safari normally outside of this special context.
    Any assistance would be appreciated.

    I should mention this is Safari 5.0.1

  • Using a Mac on windows network with a proxy server

    Hi I’m very new to Macs to apologies if this is a really silly question. I’m
    trying to setup a Mac on our network and I’m having an issue getting it to work
    properly with our proxy server. I have connected the Mac to the network and
    selected automatic proxy configuration in the network settings using the URL of
    our Pac file. I am asked for a proxy username and password when I initially try and
    access a website but once I have entered my credentials they are saved in
    keychain and anyone coming after me can browse using my account. I work in a
    hospital so there are many different people accessing different devices. We
    monitor and trace all users internet browsing so my question is can I configure
    the Mac to ask for proxy credentials for different users? On our windows devices
    a login box will appear if the browser has been closed and reopened. Can I do
    this with the Mac?????
    Any help you can offer will be very much appreciated.
    Thanks

    The short answer is that the IT department is a strict Microsoft shop and also incompetent. Almost everything in that message is patently false. Unfortunately, when accessing Microsoft Server services like this, you will need the support of the IT staff to tell you various settings to use. I think it is pretty clear that they have no intention of doing that.
    There is nothing "special" about bootcamp. It is just a boot loader. A Mac running Windows via bootcamp is a Windows PC, not a Mac. As such, it will work perfectly fine in the network. You could also try running Parallels. I believe Parallels can be configured to use a bootcamp partition so you could run Windows via either bootcamp or Parallels.
    One of the few things that is correct is that Apple does have to provide driver support for bootcamp and there is the possibility of random incompatibilities - but no more so than any other PC manufacturer. Parallels/VMWare may work around that with a different set of incompatibilities. Don't be too worried about this part. These "incompatibilities" are minor and almost always with funky hardware devices. What you want to do should work perfectly with either Parallels/VMWare or Bootcamp.

  • Using a Mac with a proxy server

    Hi I’m very new to Macs to apologies if this is a really silly question. I’m
    trying to setup a Mac on our network and I’m having an issue getting it to work
    properly with our proxy server. I have connected the Mac to the network and
    selected automatic proxy configuration in the network settings using the URL of
    our Pac file. I am asked for a proxy username and password when I initially try and
    access a website but once I have entered my credentials they are saved in
    keychain and anyone coming after me can browse using my account. I work in a
    hospital so there are many different people accessing different devices. We
    monitor and trace all users internet browsing so my question is can I configure
    the Mac to ask for proxy credentials for different users? On our windows devices
    a login box will appear if the browser has been closed and reopened. Can I do
    this with the Mac?????
    Any help you can offer will be very much appreciated.
    Thanks

    Do NOT store the proxy server username and password in Keychain.
    Easy to say, but by default, the next person to enter their password is likely to store their username password in the Keychain.
    You can use Applications -> Utilities -> Keychain Access to give the Keychain a separate password and to auto-lock it after 'n' minutes.  If you are the only one to know the Keychain password, then no one will be able to add the Proxy server username/password to the keychain.
    Keychain Access -> Edit -> Change Settings for Keychain Login...
    Keychain Access -> Edit -> Change Password for Keychain Login... (this is NOT required; you can keep the keychain set to use the same password you use for your login, as long as no one else knows that password; changing the settings to lock the keychain is sufficient for your needs)
    The good news is that only you will be able to access stuff stored in the Keychain.  The bad news is that if you do need stuff in the Keychain, you will need to enter the keychain password everytime you need to get at them.

  • [SOLVED] Can't add a node to the cluster with error (Exchange 2010 SP3 DAG Windows Server 2012)

    Hi there!
    I have a problem which makes me very angry already :)
    I have two servers Exchange 2010 SP3 with MB role started on Windows Server 2012. I decided to create a DAG.
    I have created the prestaged AD object for the cluster called msc-co-exc-01c, assigned necessary permissions and disabled it. Allowed through the Windows Firewall traffic between nodes and prepared the File Share Witness server.
    Then I have tried to add nodes. The first node has been added successfully, but the second node doesn't want to be added :). Now I can add only one node to the DAG. I tried to add different servers first, but only the first one was added.
    LOGS on the second nodes: 
    Application Log
    "Failed to initialize cluster with error 0x80004005." (MSExchangeIS)
    Failover Clustering Diagnostic Log
    "[VER] Could not read version data from database for node msc-co-exc-04v (id 1)."
    CMDLET Error:
    Summary: 1 item(s). 0 succeeded, 1 failed.
    Elapsed time: 00:06:21
    MSC-CO-EXC-02V
    Failed
    Error:
    A database availability group administrative operation failed. Error: The operation failed. CreateCluster errors may result from incorrectly configured static addresses. Error: An error occurred while attempting a cluster operation. Error: Cluster API '"AddClusterNode()
    (MaxPercentage=100) failed with 0x5b4. Error: This operation returned because the timeout period expired"' failed. [Server: msc-co-exc-04v.int.krls.ru]
    An Active Manager operation failed. Error An error occurred while attempting a cluster operation. Error: Cluster API '"AddClusterNode() (MaxPercentage=100) failed with 0x5b4. Error: This operation returned because the timeout period expired"' failed..
    This operation returned because the timeout period expired
    Click here for help... http://technet.microsoft.com/en-US/library/ms.exch.err.default(EXCHG.141).aspx?v=14.3.174.1&t=exchgf1&e=ms.exch.err.ExC9C315
    Warning:
    Network name 'msc-co-exc-01c' is not online. Please check that the IP address configuration for the database availability group is correct.
    Warning:
    The operation wasn't successful because an error was encountered. You may find more details in log file "C:\ExchangeSetupLogs\DagTasks\dagtask_2014-11-17_13-54-56.543_add-databaseavailabiltygroupserver.log".
    Exchange Management Shell command attempted:
    Add-DatabaseAvailabilityGroupServer -MailboxServer 'MSC-CO-EXC-02V' -Identity 'msc-co-exc-01c'
    Elapsed Time: 00:06:21
    UPD:
    when Exchange servers ran on the same Hyper-V node, the DAG is working well, but if I move one of VM to another node, It stops working.
    I have installed Wireshark and captured trafic of cluster interface. When DAG members on the same HV-node, there is inbound and outbound traffic on the cluster interface, but if I move one of DAG member to another node, in Wireshark I see only outbound traffic
    on both nodes.
    It's confused me, because there is normal connectivity between these DAG members through the main interface.
    Please, help me if you can.

    Hi, Jared! Thank you for the reply.
    Of course I did it already :) I have new info:
    when Exchange servers ran on the same Hyper-V node, the DAG is working well, but if I move one of VM to another node, It stops working.
    I have installed Wireshark and captured trafic of cluster interface. When DAG members on the same HV-node, there is inbound and outbound traffic on the cluster interface, but if I move one of DAG member to another node, in Wireshark I see only outbound traffic
    on both nodes.
    It's confused me, because there is normal connectivity between these DAG members through the main interface.

  • Two Macs, only one fully autheticates with MS proxy... any suggestions?

    *+The short version:+* I have two Macs with identical settings, but after installing Security Update 2007-007 one will play streaming MPEG audio in iTunes (amongst other things) and one will not.
    *+The long detailed version:+*
    I'm having a weird network authentication problem with two Macs that have identical setups. Both are behind a crappy corporate Microsoft ISA proxy server that has driven me nuts for years. They are both running identical systems (10.4.10), both have identical network settings and both are bound to Active Directory.
    One Mac connects to the internet fine, while the other usually prompts for authentication or fails to connect with many apps. For example the Mac that works (let's call it Mac A) can connect to the iTunes Store and Microsoft AutoUpdate, while Mac B does not. In iTunes I would get the message “iTunes could not connect to the iTunes Store. You must log in to the proxy server in order to access the iTunes Store.”
    The weird thing is that I could still listen to MPEG audio streams and access song names from the CDDB on Mac B (I have grown used to there not being true universal proxy support in OS X. Adobe CS2 Software Update will not work with a proxy that needs to authenticate, iChat has its own settings, and for a long time Mozilla with its built-in NTLM authentication was the only way besides IE that I could even get online before 10.4).
    The problem for me is that after running Security Update 2007-007 I noticed that I can no longer listen to streaming music in iTunes on Mac B, but Mac A still works. That's when I noticed the other things that Mac A can connect to but Mac B does not, which is why this is starting to drive me crazy.
    Things I've tried or checked to get Mac B to work:
    -Set proxy to either IP address (Web Proxy (HTTP)) or Automatic Proxy Configuration, same problem on both.
    -Both have identical Samba config file settings.
    -Deleted all of my keychains and started fresh.
    -I tried updating iTunes from 7.3.1 to 7.3.2, but no go.
    -Both have the same time set (though they both cannot reach the time.apple.com server to automatically set the time. An error shows in the system.log).
    -Tried creating a new test account on Mac B, but it has the same problems.
    -Tried installing Authoxy 3.2.5 on Mac B to do the NTLM authentication, but I could never get Authoxy to connect. I get the following messages in Authoxy:
    Fatal Error: unable to connect to talker socket. Errno: Interrupted system call
    Couldn't open connection to proxy server. Errno: Interrupted system call
    -I've tried running OnyX, Yasu and AppleJack to repair permission and clear out any cache that might be causing a problem.
    -I've gone through the various log files to look for noticeable errors, but nothing seems to be coming up.
    Network items that work on both Macs:
    -Safari, Firefox, Dashboard Widgets, Software Update, Entourage, network drives
    Another difference is that Firefox never prompts for username & password on Mac A, but does at startup every time on Mac B. The only way I can get around this is to manually create a Kerberos ticket and then Firefox will not prompt for authentication (Kerberos will not create a ticket automatically on both Macs, I read this was a bug with logging in to AD with an admin Mac account). But the Kerberos ticket does not help with my iTunes or other network problems.
    If I've gotten all this to work, then why am I complaining? Because the streaming radio gets me through the day at work, simple as that.
    I'm trying to be as detailed as possible so that I cover the bases and hope that maybe someone comes across this with a search and have found an answer or maybe have something new to try.
    A big thanks for taking the time to read all of this and think it over.
    P.S. I hate you Microsoft.

    Aha! I've figured it out!
    But not before resetting the PRAM and VRAM, re-installing 10.4.10 with the combo installer, and installing Wireshark to try and figure out what network requests were getting denied.
    What did it was manually setting the IP address on the problem Mac to the IP from the Mac that was working. I came across this post (http://forums.macosxhints.com/archive/index.php/t-25049.html) where someone said the fix for them was to be in a certain IP range. I had previously tried renewing the DHCP, but I had to manually set the IP to the specific address to get it to work. I figured it had to be something on the server side since, like I said, both Macs had the same exact network settings.
    Thanks to everyone that took the time to read my first post, and sorry about the typo in the title. It was late and I was getting frustrated.

  • When i open Firefox (in general), i dont mean sign into any email address, just to start using Firefox, i want to have always to sign in with my proxy account = username and password..how? thank you!

    when i click on the Firefox icon i want always to have to sign in with my proxy username and password.. i want more privacy in using Firefox in general.. is that possible? thanks

    If you use extensions (Tools > Add-ons > Extensions) like <i>Adblock Plus</i> or <i>NoScript</i> or <i>Flash Block</i> that can block content then make sure that such extensions aren't blocking content.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    You can use one of these to start Firefox in <u>Safe mode</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    If it works in Firefox Safe-mode then disable all extensions (Tools > Add-ons > Extensions) and then try to find which is causing it by enabling one extension at a time until the problem reappears.
    Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")
    See also:
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Array of Cluster with event structure

    Hi,
    I am having Array of cluster with cluster having 1 String Control , 1 Combo box, 1 Led control and 2 Numeric control. In the combo box i am having two options to select ('Binary' and 'PWM').Whenever Binary is selected then Led control has be enabled and whenever PWM is selected 2 Numeric control has to be enabled.
    Is there any way to do this??
    Pleas help me...
    Regards
    Meenatchi

    actually in my application, the front panel has to have 16 rows of controls (1 string control, 1 combo box, 1 Led control, 2 numeric control).so i planned to keep all those controls in a cluster and create one array.If i didnt so i will have 16x5 controls in my front panel and i have to put 16 event cases for each combo box to do the enable and disable of controls..
    is there any simple way to do this..i have attached my front panel view
    Attachments:
    Untitled10.vi ‏139 KB

  • Intermittent proxy error "There is a problem with the proxy server's security certificate. Outlook is unable to connect to the proxy server "

    Hi all,
    From time to time (at least once a day), the following message pops up on the user's screen:
    "There is a problem with the proxy server's security certificate. Outlook is unable to connect to the proxy server . Error Code 80000000)."
    If we click "OK" it goes away and everything continues to work although sometimes Outlook disconnects. It is quite annoying...
    Any ideas?
    Thank you in advance

    Hi,
    For the security alert issue, I'd like to recommend you check the name in the alert windows, and confirm if the name is in your certificate.
    Additionally, to narrow down the cause, when the Outlook client cannot connect again, I recommand you firstly check the connectivity by using Test E-mail AutoConfiguration. For more information, you can refe to the following article:
    http://social.technet.microsoft.com/Forums/en-US/54bc6b17-9b60-46a4-9dad-584836d15a02/troubleshooting-and-introduction-for-exchange-20072010-autodiscover-details-about-test-email?forum=exchangesvrgeneral
    Thanks,
    Angela Shi
    TechNet Community Support

  • There is a problem with the proxy server's security certificate. The name on the security certificate is invalid or does not match the name of the target site "Mailserver"

    Good day Guys
    First of all I am not an Exchange Expert, and I might be asking a very stupid question, but please bare with me. :) 
    While I was on leave our Mail server fell over and The company got a Specialist to help out for the time being.
    We where\are on Microsoft Exchange 2007 , which Fell over, and the specialist was able to recover as much data as he could.
    They then installed Exchange 2013 and tried to migrate everything from 2007 to 2013 and not everything migrated over.
    But the problem is, Outlook Anywhere was enable on 2007 and worked a 100% (before the disaster)
    With Exchange 2013 I get the following error message when trying to connect With Outlook 2013, using an external connection:
    "There is a problem with the proxy server's security certificate. The name on the security certificate is invalid or does not match the name of the target site "Mailserver"
    Outlook is unable to connect to the Proxy server. (Error Code 0)"
    Has anyone had the Similar when migrating over from 2007 to 2013 or is this an Issue on IIS and nothing to do with Exchange migration?
    Your assistance will be greatly appreciated.

    Hi,
    Firstly, I would suggest we use Exchange 2013 FE as the Outlook Anywhere proxy server.
    For the certificate issue, it mostly occurs because the host name that Outlook are trying to access does not match the certificate SAN. Please check with this point. If they do not match, you
    can change the host name by referring to the following article:
    https://support.microsoft.com/kb/940726/en-us?wa=wsignin1.0
    Thanks,
    Simon Wu
    TechNet Community Support

Maybe you are looking for

  • Somethings wrong with my desktop. Can someone please help?

    Ok first of all let me start by saying I'm the most tech illiterate person on the face of the earth. This may have been already posted somewhere, but my complete lack of experience dealing with Mac os operating system may have caused me to completely

  • DBIF_RSQL_INVALID_REQUEST

    when loggind on using SAP GUI, an abap runtime error is appearing at the beginning  DBIF_RSQL_INVALID_REQUEST whose details are Runtime Error          DBIF_RSQL_INVALID_REQUEST Date and Time          13.06.2008 09:57:13 ShrtText Invalid call of datab

  • Using Apple Server File Sharing

    How does Apple Server work?  Is it possible to just use the file sharing feature?  I would like to set up a file sharing service similar to dropbox where users log in and can see there files as well as files that everyone can access.  How do I set up

  • BDC using oops

    hi, can any post me bdc using oops that is material creation. plz its urgent

  • Cannot Send. Worked fine last week.

    Hi - I cannot get email out of my Mail. I see my Outbox (with 8 unsent messages) and below the Sending... is cycling forever. I have checked, rechecked and triple checked my server settings. They are correct and they worked fine last week. I went on