Is weblogic designed to be a 24/7 webserver?

I am beginning to wonder if it was written for a specific business
market or if it is able to handle heavy loads of traffic for an
unlimited amount of time.
The scenario is thus...we start the webservers (4 of them on single CPU
sparc boxes roughly equivalent to a ultrasparc II ) and they are very
fast....
As time goes by, the servers get slower and slower and slower...until
our pages which were serving up in .00x time..are now taking 10-20
seconds
and then more times goes by and before we know it, it starts taking 60+
seconds to serve the same page that was previously served uner a second.
We stop the webserver and restart it..and presto! Its back to serving
the exact same page in under a second again...It doesnt look like a
memory
leak, but more of a CPU / other resource leak.
-Earl

Hi,
Don't get me wrong here... I really like this server, but 24 x 7... come
on!!! I don't consider a server to be a 24 x 7 solution when you have to
bounce it everytime you make a settings change or add a user.
Steve...
Guy Tal <[email protected]> wrote in message
news:860idj$bsq$[email protected]..
Until you know what's actually causing the performance degradation, youcan't
really blame Weblogic for it. Could be anything from leaky OS libraries
to zombie processes or threads that tie up the CPU. I even heard of a case
where static electricity was building up around the network interface
causing lots of dropped packets... do some investigation and find thesource.
If it's indeed Weblogic, I'm sure they'll fix it - it is definitelysupposed
to be a robust 24x7 mission-critical service.
Guy
Earl Q <[email protected]> wrote:
I am beginning to wonder if it was written for a specific business
market or if it is able to handle heavy loads of traffic for an
unlimited amount of time.
The scenario is thus...we start the webservers (4 of them on single CPU
sparc boxes roughly equivalent to a ultrasparc II ) and they are very
fast....
As time goes by, the servers get slower and slower and slower...until
our pages which were serving up in .00x time..are now taking 10-20
seconds
and then more times goes by and before we know it, it starts taking 60+
seconds to serve the same page that was previously served uner a second.
We stop the webserver and restart it..and presto! Its back to serving
the exact same page in under a second again...It doesnt look like a
memory
leak, but more of a CPU / other resource leak.
-Earl

Similar Messages

  • Weblogic design documents

    Hello friends
    I'm looking for oracle weblogic high level and low level design documents covering various aspects of weblogic that would eventually be used to write a build instructions document as well.Please can you provide me with the sample if any one has it
    thanks

    Thanks James..what I'm looking for is design document templates that cover various areas of weblogic and how we can use design them for an application..
    for eg covering functional and non-functional areas..like security,deployment,monitoring etc..
    I have general weblogic guides but have to write low level and high level designs for a specific app that has to be ported on weblogic along with general guidelines

  • Problems with Requests in Weblogic 6.1

    Hi,
    i am using weblogic in my project both as a webserver and as the application server.
    But i am facing problems with requests being sent to the server. Basically i have
    a form in my jsp which, if submitted by multiple clients at the same instant in
    time, the server gets confused and mixes up the data in the requests !! the form
    is submitted to another jsp which in turn calls a SLSB which in turn calls various
    entity Beans to fulfill the request.
    Now if 2 or more clients hit the submit button together, the server is mixing
    the data from the requestsand i get corrupted output as a result.
    That if i submit values (a,b,c) from one client machine and values (x,y,z) from
    another machine, the server puts one of the transactions properly and in the other
    it picks up the data from the other request and takes something like (x,y,c) !!
    Is this a bug in Weblogic 6.1 or am doing something wrong ??
    Any help would be appreciated.
    Raja

    Make sure your JSP scope is set correctly:
    <jsp:useBean id="beanName" scope="session" class="abc.BeanClass" />
    "Raja" <[email protected]> wrote in message
    news:3c6abfc8$[email protected]..
    >
    Hi,
    i am using weblogic in my project both as a webserver and as theapplication server.
    But i am facing problems with requests being sent to the server. Basicallyi have
    a form in my jsp which, if submitted by multiple clients at the sameinstant in
    time, the server gets confused and mixes up the data in the requests !!the form
    is submitted to another jsp which in turn calls a SLSB which in turn callsvarious
    entity Beans to fulfill the request.
    Now if 2 or more clients hit the submit button together, the server ismixing
    the data from the requestsand i get corrupted output as a result.
    That if i submit values (a,b,c) from one client machine and values (x,y,z)from
    another machine, the server puts one of the transactions properly and inthe other
    it picks up the data from the other request and takes something like(x,y,c) !!
    Is this a bug in Weblogic 6.1 or am doing something wrong ??
    Any help would be appreciated.
    Raja

  • Problem downloading WebLogic Server 8

    I am having problems downloadingl the eval copy of Weblogic server 8. The'Specify
    Download Options' page in the Weblogic installer doesnt request proxy server authentication
    information (userid, password). Is there a way to work around this issue and successfully
    download the software.
    thanks
    -vinny

    "Tanguy" == Tanguy Le Berre <[email protected]> writes:
    Tanguy> I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    Tanguy> I use the following instruction: ./filename.bin and I see the following message:
    Tanguy> Illegal instruction (memory dumped)
    Tanguy> (in french: instruction incorrecte (vidage memoire))
    Tanguy> A core file is generated but it doesn't help resolving this problem. It seems
    Tanguy> to be talking about unzip, as I found things like this message in this file:
    Tanguy> error: cannot allocate unzip buffers
    Tanguy> unzipsfx: cannot find myself! [%s]
    Tanguy> error [%s]: missing %ld bytes in zipfile
    Tanguy> I also tryed to install weblogic server 8.10 and no core file is generated but
    Tanguy> I have the following message:
    Tanguy> error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    Tanguy> zipfile
    Tanguy> (attempting to process anyway)
    Tanguy> ** Error during init, error code = 2.
    Tanguy> I first thought the file I downloaded was incomplete, so I downloaded it again
    Tanguy> but I still have the same problem. Can anyone help me? What have I forgotten to
    Tanguy> do?
    Well, perhaps one thing you've forgotten is that it's better to write notes
    about particular problems in the newsgroup or mailing list that is most
    appropriate to the problem. If people who read this newsgroup only know about
    the webserver, then they won't have any idea how to help you with installation
    problems with WebLogic server, which this clearly is (the "webserver" is not
    "WebLogic Server", but only part of the entire package).
    Have you made an attempt to contact BEA support? It seems likely that your zip
    file is corrupt.
    ===================================================================
    David M. Karr ; Java/J2EE/XML/Unix/C++
    [email protected] ; SCJP; SCWCD; SCBCD

  • Problem installing weblogic server 8.11

    I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    I use the following instruction: ./filename.bin and I see the following message:
    Illegal instruction (memory dumped)
    (in french: instruction incorrecte (vidage memoire))
    A core file is generated but it doesn't help resolving this problem. It seems
    to be talking about unzip, as I found things like this message in this file:
    error: cannot allocate unzip buffers
    unzipsfx: cannot find myself! [%s]
    error [%s]: missing %ld bytes in zipfile
    I also tryed to install weblogic server 8.10 and no core file is generated but
    I have the following message:
    error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    zipfile
    (attempting to process anyway)
    ** Error during init, error code = 2.
    I first thought the file I downloaded was incomplete, so I downloaded it again
    but I still have the same problem. Can anyone help me? What have I forgotten to
    do?
    Thank you
    Tanguy Le Berre

    "Tanguy" == Tanguy Le Berre <[email protected]> writes:
    Tanguy> I have a problem while installing weblogic server 8.11 on a solaris 9 machine.
    Tanguy> I use the following instruction: ./filename.bin and I see the following message:
    Tanguy> Illegal instruction (memory dumped)
    Tanguy> (in french: instruction incorrecte (vidage memoire))
    Tanguy> A core file is generated but it doesn't help resolving this problem. It seems
    Tanguy> to be talking about unzip, as I found things like this message in this file:
    Tanguy> error: cannot allocate unzip buffers
    Tanguy> unzipsfx: cannot find myself! [%s]
    Tanguy> error [%s]: missing %ld bytes in zipfile
    Tanguy> I also tryed to install weblogic server 8.10 and no core file is generated but
    Tanguy> I have the following message:
    Tanguy> error [export/home/tleberre/net_server810_solaris32.bin]: missing 570 byes in
    Tanguy> zipfile
    Tanguy> (attempting to process anyway)
    Tanguy> ** Error during init, error code = 2.
    Tanguy> I first thought the file I downloaded was incomplete, so I downloaded it again
    Tanguy> but I still have the same problem. Can anyone help me? What have I forgotten to
    Tanguy> do?
    Well, perhaps one thing you've forgotten is that it's better to write notes
    about particular problems in the newsgroup or mailing list that is most
    appropriate to the problem. If people who read this newsgroup only know about
    the webserver, then they won't have any idea how to help you with installation
    problems with WebLogic server, which this clearly is (the "webserver" is not
    "WebLogic Server", but only part of the entire package).
    Have you made an attempt to contact BEA support? It seems likely that your zip
    file is corrupt.
    ===================================================================
    David M. Karr ; Java/J2EE/XML/Unix/C++
    [email protected] ; SCJP; SCWCD; SCBCD

  • CLOSE_WAIT on weblogic side

    Hello,
    I am getting accumulative CLOSE_WAIT connections on the weblogic side. The number
    of CLOSE_WAIT connections keep growing and growing and each connection appears
    to use up one thread on weblogic.
    It all ends up with weblogic server toasted becuase it runs out of threads.
    My platform is weblogic 6.1SP4 on Solaris and the webserver is on another Solaris
    machine.
    My question is: ¿Is this an applications issue (code)? ¿Is it a weblogic issue?
    TIA
    Cristina

    Hi there,
              Yes, we do have the same problem but we have the WL 81 SP2 installed on Solaris box.
              For us this happens whenever we restart the managed server instances using the node manager.
              I suppose the Node Manager configuration is Error free.
              Thanks,
              Karthi.

  • Problems with Requests

              Hi,
              i am using weblogic in my project both as a webserver and as the application server.
              But i am facing problems with requests being sent to the server. Basically i have
              a form in my jsp which, if submitted by multiple clients at the same instant in
              time, the server gets confused and mixes up the data in the requests !! the form
              is submitted to another jsp which in turn calls a SLSB which in turn calls various
              entity Beans to fulfill the request.
              Now if 2 or more clients hit the submit button together, the server is mixing
              the data from the requestsand i get corrupted output as a result.
              That if i submit values (a,b,c) from one client machine and values (x,y,z) from
              another machine, the server puts one of the transactions properly and in the other
              it picks up the data from the other request and takes something like (x,y,c) !!
              Is this a bug in Weblogic 6.1 or am doing something wrong ?? Anyone faced this
              problem ?
              Any help would be appreciated.
              Raja
              

    Hi,
              It's highly unlikely that it's WebLogic. Somewhere along the line, you are
              calling or referring to the same instance of either a class of a variable.
              You should brush up on the meaning of static variables.
              Make sure that you are not using class-level variables in your servlet. WLS
              will create only one instance of a Servlet or JSP and invoke it from
              multiple threads (requests) unless it is declared as SingleThreadModel. (See
              the servlet spec).
              When you declare variables inside a method - they are defined on the stack -
              so they're safe from multiple threads since each thread has it's own stack.
              If you declare them in a class, they're on the heap, and are shared by
              multiple threads invoking that servlet-class instance.
              There is a workaround if you MUST use class-level variables (not a good idea
              in a servlet). You can declare your Servlet (or JSP) as SingleThreadModel.
              This is less desirable since it carries a performance hit. It's best to
              design around it - but you might try declaring this to see if it helps in
              the JSP...
              <%@ page isThreadSafe="false" %>
              Of course, if the threading issues I've discussed above are occurring
              elsewhere in your code, you'll have to design-around it. Like I say, check
              for static class variables. It's unlikely that your other code is invoking
              the same instances of other classes from multiple threads (unless those
              instances are servlet-class-variables - and your problem will be resolved by
              the above).
              Make sure that you are not referencing static variables in your servlet or
              other bean classes (unless you intend to). Static variables are scoped at
              the class level and are therefore shared by all instances of that class (or
              servlet). The above SingleThreadModel won't help you in that case since all
              instances of the same class will be using the same static variables.
              Hope that helps,
              Alex
              "Raja" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hi,
              > i am using weblogic in my project both as a webserver and as the
              application server.
              > But i am facing problems with requests being sent to the server. Basically
              i have
              > a form in my jsp which, if submitted by multiple clients at the same
              instant in
              > time, the server gets confused and mixes up the data in the requests !!
              the form
              > is submitted to another jsp which in turn calls a SLSB which in turn calls
              various
              > entity Beans to fulfill the request.
              > Now if 2 or more clients hit the submit button together, the server is
              mixing
              > the data from the requestsand i get corrupted output as a result.
              > That if i submit values (a,b,c) from one client machine and values (x,y,z)
              from
              > another machine, the server puts one of the transactions properly and in
              the other
              > it picks up the data from the other request and takes something like
              (x,y,c) !!
              > Is this a bug in Weblogic 6.1 or am doing something wrong ?? Anyone faced
              this
              > problem ?
              > Any help would be appreciated.
              >
              > Raja
              >
              >
              

  • Runtime Exception - connection to CS from Webcentre Portal application

    UCM hosted on LINUX VM
    Local host file details - 192.168.88.128 owcvm03
    connection details socket/owcvm03/4444(user weblogic)
    Design time in Application resources I can access contents of CS (Contribution Folder)
    But at runtime connection to CS fails error-
    <IdentityStoreUtil> <getIdentityStoreFactory> Cannot initialize identity store, cause: javax.naming.CommunicationException: 127.0.0.1:7101 [Root exception is java.net.SocketException: Permission denied: connect].
    <PageUtils> <getUserName> Failed to get user name
    <Submission> <run> Submission[id=1, service=oracle.webcenter.content.jcr.login, resource=owcvm03] caught exception running task
    javax.jcr.RepositoryException: oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize connection idc://owcvm03:4444
    at oracle.jcr.impl.ExceptionFactory.repository(ExceptionFactory.java:161)
    at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:179)
    at oracle.jcr.impl.OracleRepositoryImpl.login(OracleRepositoryImpl.java:444)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:68)
    at oracle.vcr.jam.LoginTask.call(LoginTask.java:29)
    at oracle.webcenter.concurrent.Submission$2.run(Submission.java:484)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
    at oracle.webcenter.concurrent.Submission.runAsPrivileged(Submission.java:498)
    at oracle.webcenter.concurrent.Submission.run(Submission.java:424)
    at oracle.webcenter.concurrent.Submission$SubmissionFutureTask.run(Submission.java:888)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.runTask(ModifiedThreadPoolExecutor.java:657)
    at oracle.webcenter.concurrent.ModifiedThreadPoolExecutor$Worker.run(ModifiedThreadPoolExecutor.java:682)
    at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.stellent.ridc.protocol.ProtocolException: Unable to initialize connection idc://owcvm03:4444
    at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:35)
    at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:22)
    at oracle.stellent.ridc.protocol.impl.SimpleConnectionPool.acquireConnection(SimpleConnectionPool.java:44)
    at oracle.stellent.ridc.IdcClient.sendRequest(IdcClient.java:151)
    at oracle.stellent.jcr.IdcPersistenceManagerFactory.pingServer(IdcPersistenceManagerFactory.java:209)
    at oracle.stellent.jcr.IdcPersistenceManagerFactory.createPersistenceManager(IdcPersistenceManagerFactory.java:168)
    ... 15 more
    Caused by: oracle.stellent.ridc.protocol.ProtocolException: java.net.SocketException: Permission denied: connect
    at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:52)
    at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnectionManager.initializeConnection(SocketConnectionManager.java:33)
    ... 20 more
    Caused by: java.net.SocketException: Permission denied: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket.<init>(Socket.java:375)
    at java.net.Socket.<init>(Socket.java:189)
    at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.createSocket(SocketConnection.java:126)
    at oracle.stellent.ridc.protocol.intradoc.socket.SocketConnection.connect(SocketConnection.java:44)
    ... 21 more
    <AbstractRepositoryLogic> <getItem> An error occurred while accessing the content repository.

    SocketHostAddressSecurityFilter=127.0.0.1|0:0:0:0:0:0:0:1|*.*.*.*
    #Database Variables
    DatabaseType=oracle
    JdbcDriver=oracle.jdbc.OracleDriver
    JdbcConnectionString=jdbc:oracle:thin:@localhost:1521:ORCL
    JdbcUser=system
    JdbcPassword=managed
    JdbcPasswordEncoding=managed
    DatabasePreserveCase=1
    SystemDatabase:DataSource=CSDS
    SystemDatabase:UseDataSource=true
    #Internet Variables
    HttpServerAddress=OEL5vm.local:16200
    MailServer=mail
    SysAdminAddress=[email protected]
    SmtpPort=25
    HttpRelativeWebRoot=/cs/
    UseSSL=No
    #General Option Variables
    GetCopyAccess=false
    ExclusiveCheckout=false
    IsAutoNumber=true
    AutoNumberPrefix=OEL5vmlocal162
    AuthorDelete=false
    ShowOnlyKnownAccounts=false
    UseAccounts=1
    IsJspServerEnabled=0
    JspEnabledGroups=
    #Additional Variables
    AllowUpdateForGenwww=1
    IdcServerThreadQueryTimeout=180
    DatabaseConnectionKeepAliveInterval=180
    IntradocServerPort=4444

  • How to process the error?

              Error message:
              java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              Start server side stack trace:
              java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              at weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
              at weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
              at weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
              at weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
              at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown Source)
              at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
              at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
              at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
              at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
              at weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
              at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:262)
              at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:229)
              at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              at $Proxy61.bind(Unknown Source)
              at weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
              at weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
              at weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
              at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
              at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
              at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:329)
              at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:144)
              at java.lang.reflect.Method.invoke(Native Method)
              at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:636)
              at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:621)
              at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:359)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(ConfigurationMBeanImpl.java:491)
              at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:361)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              at $Proxy16.addDeployment(Unknown Source)
              at weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBeanImpl.java:1516)
              at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:895)
              at weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.java:847)
              at weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(ConfigurationMBeanImpl.java:295)
              at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1356)
              at com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:1331)
              at weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
              at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
              at $Proxy7.setTargets(Unknown Source)
              at weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet(__jmsserver.java:92)
              at weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMBeanAction.java:135)
              at weblogic.management.console.actions.internal.ActionServlet.doAction(ActionServlet.java:171)
              at weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServlet.java:85)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
              at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
              at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              End server side stack trace
              <<no stack trace available>>
              weblogic server's config file:
              <?xml version="1.0" encoding="UTF-8"?>
              <!--If your domain is active, please do not edit the config.xml file. Any changes
              made to that file while the domain is active will not have any effect on the domain's
              configuration and are likely to be lost. If your domain is inactive, you may edit
              this file with an XML editor. If you do so, please refer to the BEA Weblogic Server
              Configuration Reference documentation available from http://edocs.bea.com/wls/docs61/reference.html.
              In general, we recommend that changes to your configuration file be made through
              the Administration Console.-->
              <Domain Name="mydomain">
              <JMSServer Name="MyJMSServer">
              <JMSSessionPool ConnectionFactory="MyJmsConnectionFactory" Name="MyJmsSessionPool"/>
              <JMSQueue DestinationKeys="MyQueue"
              JNDIName="MyJmsConnectionFactory" Name="MyJMSQueue-1"/>
              <JMSQueue DestinationKeys="MyQueue"
              JNDIName="MyJmsConnectionFactory" Name="MyJMSQueue"/>
              </JMSServer>
              <JMSDestinationKey Name="MyQueue" Property="queue"/>
              <PasswordPolicy Name="wl_default_password_policy"/>
              <CustomRealm
              ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));user.dn=ou=people,
              dc=example, dc=com;server.principal=cn=Manager, dc=example, dc=com;membership.filter=(&(uniquemember=%M)(objectclass=groupofuniquenames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.host=ldapserver.example.com;group.dn=ou=groups,
              dc=example, c=com"
              Name="defaultLDAPRealmForOpenLDAPDirectoryServices"
              Notes="This is provided as an example. Before enabling this Realm, you must
              edit the configuration parameters as appropriate for your environment."
              Password="{3DES}czqpGIiZp7dlczeQTRffAA==" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              <FileRealm Name="wl_default_file_realm"/>
              <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
              <Cluster Name="MyCluster"/>
              <SNMPAgent Name="mydomain"/>
              <JTA Name="mydomain"/>
              <Security GuestDisabled="false" Name="mydomain"
              PasswordPolicy="wl_default_password_policy" Realm="wl_default_realm"/>
              <Server Cluster="MyCluster" ListenPort="7001" Machine="MyMachine"
              Name="myserver" NativeIOEnabled="true" TransactionLogFilePrefix="config/mydomain/logs/">
              <KernelDebug Name="myserver"/>
              <Log FileName="config/mydomain/logs/weblogic.log" Name="myserver"/>
              <ServerDebug Name="myserver"/>
              <WebServer DefaultWebApp="DefaultWebApp"
              LogFileName="./config/mydomain/logs/access.log"
              LoggingEnabled="true" Name="myserver"/>
              <ServerStart Name="myserver"/>
              <SSL Enabled="true" ListenPort="7002" Name="myserver"
              ServerCertificateChainFileName="config/mydomain/ca.pem"
              ServerCertificateFileName="config/mydomain/democert.pem" ServerKeyFileName="config/mydomain/demokey.pem"/>
              <ExecuteQueue Name="default" ThreadCount="15"/>
              </Server>
              <Machine Name="MyMachine">
              <NodeManager Name="MyMachine"/>
              </Machine>
              <Log FileName="config/mydomain/logs/wl-domain.log" Name="mydomain"/>
              <Application Deployed="true" Name="certificate" Path=".\config\mydomain\applications">
              <WebAppComponent Name="certificate" Targets="myserver" URI="certificate.war"/>
              </Application>
              <CustomRealm
              ConfigurationData="server.host=ldapserver.example.com;membership.scope.depth=1;microsoft.membership.scope=sub;membership.filter=(|(&(memberobject=%M)(objectclass=memberof))(&(groupobject=%M)(objectclass=groupmemberof)));group.dn=ou=Groups,
              o=ExampleMembershipDir;group.filter=(&(cn=%g)(objectclass=mgroup));server.principal=cn=Administrator,
              ou=Members, o=ExampleMembershipDir;user.dn=ou=Members, o=ExampleMembershipDir;user.filter=(&(cn=%u)(objectclass=member))"
              Name="defaultLDAPRealmForMicrosoftSiteServer"
              Notes="This is provided as an example. Before enabling this Realm, you must
              edit the configuration parameters as appropriate for your environment."
              Password="{3DES}czqpGIiZp7dlczeQTRffAA==" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              <JDBCConnectionPool ACLName="system"
              DriverName="weblogic.jdbc.mssqlserver4.Driver"
              InitialCapacity="5" MaxCapacity="20" Name="sql2000"
              Password="{3DES}gM40PEIQp7HuBtneMplVOQ=="
              Properties="user=sa;password=11111111" Targets="myserver"
              TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
              TestTableName="employees" URL="jdbc:microsoft:sqlserver://james_pan:1433"/>
              <CustomRealm
              ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));user.dn=ou=people,
              o=beasys.com;server.principal=uid=admin, ou=Administrators, ou=TopologyManagement,
              o=NetscapeRoot;membership.filter=(&(uniquemember=%M)(objectclass=groupofuniquenames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.host=ldapserver.example.com;group.dn=ou=groups,
              o=beasys.com"
              Name="defaultLDAPRealmForNetscapeDirectoryServer"
              Notes="This is provided as an example. Before enabling this Realm, you must
              edit the configuration parameters as appropriate for your environment."
              Password="{3DES}czqpGIiZp7dlczeQTRffAA==" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              <Application Deployed="true" Name="ejbModule1" Path=".\config\mydomain\applications">
              <EJBComponent Name="ejbModule1" Targets="myserver" URI="ejbModule1.jar"/>
              </Application>
              <CustomRealm
              ConfigurationData="user.filter=(&(cn=%u)(objectclass=person));user.dn=ou=people,
              o=example.com;server.principal=cn=admin, o=example.com;membership.filter=(&(member=%M)(objectclass=groupofuniquenames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.host=ldapserver.example.com;server.ssl=true;group.dn=ou=groups,
              o=example.com"
              Name="defaultLDAPRealmForNovellDirectoryServices"
              Notes="This is provided as an example. Before enabling this Realm, you must
              edit the configuration parameters as appropriate for your environment."
              Password="{3DES}czqpGIiZp7dlczeQTRffAA==" RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              <ApplicationManager Name="mydomain"/>
              <Application Deployed="true" Name="EntityBeanModule" Path=".\config\mydomain\applications">
              <EJBComponent Name="EntityBeanModule" URI="EntityBeanModule.jar"/>
              </Application>
              <JMSConnectionFactory JNDIName="MyJmsConnectionFactory"
              Name="MyJmsConnectionFactory" Targets="myserver"/>
              <Application Deployed="true" Name="DefaultWebApp" Path=".\config\mydomain\applications">
              <WebAppComponent Name="DefaultWebApp" Targets="myserver" URI="DefaultWebApp"/>
              </Application>
              </Domain>
              

    Software version?
              _sjz.
              "james pan" <[email protected]> wrote in message
              news:[email protected]...
              >
              > --------------------------------------------------
              > Error message:
              > --------------------------------------------------
              > java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              >
              > Start server side stack trace:
              > java.lang.ClassCastException: weblogic.rmi.cluster.ClusterableRemoteObject
              > at
              weblogic.jms.common.DestinationImpl.equals(DestinationImpl.java:343)
              > at
              weblogic.jndi.internal.BasicNamingNode.bindHere(BasicNamingNode.java:315)
              > at
              weblogic.jndi.internal.ServerNamingNode.bindHere(ServerNamingNode.java:104)
              > at
              weblogic.jndi.internal.BasicNamingNode.bind(BasicNamingNode.java:278)
              > at weblogic.jndi.internal.RootNamingNode_WLSkel.invoke(Unknown
              Source)
              > at
              weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
              > at
              weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
              :93)
              > at
              weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
              > at
              weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)
              > at
              weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:92)
              > at
              weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:112)
              > at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
              :262)
              > at
              weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
              :229)
              > at weblogic.rmi.internal.ProxyStub.invoke(ProxyStub.java:35)
              > at $Proxy61.bind(Unknown Source)
              > at
              weblogic.jndi.internal.WLContextImpl.bind(WLContextImpl.java:353)
              > at
              weblogic.jms.common.JMSUtilities.bindAsSU(JMSUtilities.java:171)
              > at
              weblogic.jms.backend.BEDestination.start(BEDestination.java:625)
              > at weblogic.jms.backend.BackEnd.start(BackEnd.java:492)
              > at weblogic.jms.JMSService.addJMSServer(JMSService.java:1278)
              > at weblogic.jms.JMSService.addDeployment(JMSService.java:1170)
              > at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:329)
              > at
              weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentT
              arget.java:144)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at
              weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl
              .java:636)
              > at
              weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:6
              21)
              > at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:359)
              > at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > at
              weblogic.management.internal.ConfigurationMBeanImpl.updateConfigMBeans(Confi
              gurationMBeanImpl.java:491)
              > at
              weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBea
              nImpl.java:361)
              > at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
              > at
              com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
              > at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:468)
              > at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:209)
              > at $Proxy16.addDeployment(Unknown Source)
              > at
              weblogic.management.internal.DynamicMBeanImpl.updateDeployments(DynamicMBean
              Impl.java:1516)
              > at
              weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.
              java:895)
              > at
              weblogic.management.internal.DynamicMBeanImpl.setAttribute(DynamicMBeanImpl.
              java:847)
              > at
              weblogic.management.internal.ConfigurationMBeanImpl.setAttribute(Configurati
              onMBeanImpl.java:295)
              > at
              com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:135
              6)
              > at
              com.sun.management.jmx.MBeanServerImpl.setAttribute(MBeanServerImpl.java:133
              1)
              > at
              weblogic.management.internal.MBeanProxy.setAttribute(MBeanProxy.java:322)
              > at
              weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:204)
              > at $Proxy7.setTargets(Unknown Source)
              > at
              weblogic.management.console.webapp._domain.__jmsserver$TargetAttribute.doSet
              (__jmsserver.java:92)
              > at
              weblogic.management.console.actions.mbean.DoEditMBeanAction.perform(DoEditMB
              eanAction.java:135)
              > at
              weblogic.management.console.actions.internal.ActionServlet.doAction(ActionSe
              rvlet.java:171)
              > at
              weblogic.management.console.actions.internal.ActionServlet.doPost(ActionServ
              let.java:85)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :265)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :200)
              > at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:2495)
              > at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :2204)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              > End server side stack trace
              >
              > <<no stack trace available>>
              >
              > ----------------------------------------------------------
              > weblogic server's config file:
              > ----------------------------------------------------------
              > <?xml version="1.0" encoding="UTF-8"?>
              > <!--If your domain is active, please do not edit the config.xml file. Any
              changes
              > made to that file while the domain is active will not have any effect on
              the domain's
              > configuration and are likely to be lost. If your domain is inactive, you
              may edit
              > this file with an XML editor. If you do so, please refer to the BEA
              Weblogic Server
              > Configuration Reference documentation available from
              http://edocs.bea.com/wls/docs61/reference.html.
              > In general, we recommend that changes to your configuration file be made
              through
              > the Administration Console.-->
              > <Domain Name="mydomain">
              > <JMSServer Name="MyJMSServer">
              > <JMSSessionPool ConnectionFactory="MyJmsConnectionFactory"
              Name="MyJmsSessionPool"/>
              > <JMSQueue DestinationKeys="MyQueue"
              > JNDIName="MyJmsConnectionFactory" Name="MyJMSQueue-1"/>
              > <JMSQueue DestinationKeys="MyQueue"
              > JNDIName="MyJmsConnectionFactory" Name="MyJMSQueue"/>
              > </JMSServer>
              > <JMSDestinationKey Name="MyQueue" Property="queue"/>
              > <PasswordPolicy Name="wl_default_password_policy"/>
              > <CustomRealm
              >
              ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));user.dn=o
              u=people,
              > dc=example, dc=com;server.principal=cn=Manager, dc=example,
              dc=com;membership.filter=(&(uniquemember=%M)(objectclass=groupofuniquena
              mes));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.hos
              t=ldapserver.example.com;group.dn=ou=groups,
              > dc=example, c=com"
              > Name="defaultLDAPRealmForOpenLDAPDirectoryServices"
              > Notes="This is provided as an example. Before enabling this Realm,
              you must
              > edit the configuration parameters as appropriate for your environment."
              > Password="{3DES}czqpGIiZp7dlczeQTRffAA=="
              RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              > <FileRealm Name="wl_default_file_realm"/>
              > <Realm FileRealm="wl_default_file_realm" Name="wl_default_realm"/>
              > <Cluster Name="MyCluster"/>
              > <SNMPAgent Name="mydomain"/>
              > <JTA Name="mydomain"/>
              > <Security GuestDisabled="false" Name="mydomain"
              > PasswordPolicy="wl_default_password_policy"
              Realm="wl_default_realm"/>
              > <Server Cluster="MyCluster" ListenPort="7001" Machine="MyMachine"
              > Name="myserver" NativeIOEnabled="true"
              TransactionLogFilePrefix="config/mydomain/logs/">
              > <KernelDebug Name="myserver"/>
              > <Log FileName="config/mydomain/logs/weblogic.log"
              Name="myserver"/>
              > <ServerDebug Name="myserver"/>
              > <WebServer DefaultWebApp="DefaultWebApp"
              > LogFileName="./config/mydomain/logs/access.log"
              > LoggingEnabled="true" Name="myserver"/>
              > <ServerStart Name="myserver"/>
              > <SSL Enabled="true" ListenPort="7002" Name="myserver"
              > ServerCertificateChainFileName="config/mydomain/ca.pem"
              > ServerCertificateFileName="config/mydomain/democert.pem"
              ServerKeyFileName="config/mydomain/demokey.pem"/>
              > <ExecuteQueue Name="default" ThreadCount="15"/>
              > </Server>
              > <Machine Name="MyMachine">
              > <NodeManager Name="MyMachine"/>
              > </Machine>
              > <Log FileName="config/mydomain/logs/wl-domain.log" Name="mydomain"/>
              > <Application Deployed="true" Name="certificate"
              Path=".\config\mydomain\applications">
              > <WebAppComponent Name="certificate" Targets="myserver"
              URI="certificate.war"/>
              > </Application>
              > <CustomRealm
              >
              ConfigurationData="server.host=ldapserver.example.com;membership.scope.depth
              =1;microsoft.membership.scope=sub;membership.filter=(|(&(memberobject=%M
              )(objectclass=memberof))(&(groupobject=%M)(objectclass=groupmemberof)));
              group.dn=ou=Groups,
              >
              o=ExampleMembershipDir;group.filter=(&(cn=%g)(objectclass=mgroup));serve
              r.principal=cn=Administrator,
              > ou=Members, o=ExampleMembershipDir;user.dn=ou=Members,
              o=ExampleMembershipDir;user.filter=(&(cn=%u)(objectclass=member))"
              > Name="defaultLDAPRealmForMicrosoftSiteServer"
              > Notes="This is provided as an example. Before enabling this Realm,
              you must
              > edit the configuration parameters as appropriate for your environment."
              > Password="{3DES}czqpGIiZp7dlczeQTRffAA=="
              RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              > <JDBCConnectionPool ACLName="system"
              > DriverName="weblogic.jdbc.mssqlserver4.Driver"
              > InitialCapacity="5" MaxCapacity="20" Name="sql2000"
              > Password="{3DES}gM40PEIQp7HuBtneMplVOQ=="
              > Properties="user=sa;password=11111111" Targets="myserver"
              > TestConnectionsOnRelease="true" TestConnectionsOnReserve="true"
              > TestTableName="employees"
              URL="jdbc:microsoft:sqlserver://james_pan:1433"/>
              > <CustomRealm
              >
              ConfigurationData="user.filter=(&(uid=%u)(objectclass=person));user.dn=o
              u=people,
              > o=beasys.com;server.principal=uid=admin, ou=Administrators,
              ou=TopologyManagement,
              >
              o=NetscapeRoot;membership.filter=(&(uniquemember=%M)(objectclass=groupof
              uniquenames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));se
              rver.host=ldapserver.example.com;group.dn=ou=groups,
              > o=beasys.com"
              > Name="defaultLDAPRealmForNetscapeDirectoryServer"
              > Notes="This is provided as an example. Before enabling this Realm,
              you must
              > edit the configuration parameters as appropriate for your environment."
              > Password="{3DES}czqpGIiZp7dlczeQTRffAA=="
              RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              > <Application Deployed="true" Name="ejbModule1"
              Path=".\config\mydomain\applications">
              > <EJBComponent Name="ejbModule1" Targets="myserver"
              URI="ejbModule1.jar"/>
              > </Application>
              > <CustomRealm
              >
              ConfigurationData="user.filter=(&(cn=%u)(objectclass=person));user.dn=ou
              =people,
              > o=example.com;server.principal=cn=admin,
              o=example.com;membership.filter=(&(member=%M)(objectclass=groupofuniquen
              ames));group.filter=(&(cn=%g)(objectclass=groupofuniquenames));server.ho
              st=ldapserver.example.com;server.ssl=true;group.dn=ou=groups,
              > o=example.com"
              > Name="defaultLDAPRealmForNovellDirectoryServices"
              > Notes="This is provided as an example. Before enabling this Realm,
              you must
              > edit the configuration parameters as appropriate for your environment."
              > Password="{3DES}czqpGIiZp7dlczeQTRffAA=="
              RealmClassName="weblogic.security.ldaprealmv2.LDAPRealm"/>
              > <ApplicationManager Name="mydomain"/>
              > <Application Deployed="true" Name="EntityBeanModule"
              Path=".\config\mydomain\applications">
              > <EJBComponent Name="EntityBeanModule" URI="EntityBeanModule.jar"/>
              > </Application>
              > <JMSConnectionFactory JNDIName="MyJmsConnectionFactory"
              > Name="MyJmsConnectionFactory" Targets="myserver"/>
              > <Application Deployed="true" Name="DefaultWebApp"
              Path=".\config\mydomain\applications">
              > <WebAppComponent Name="DefaultWebApp" Targets="myserver"
              URI="DefaultWebApp"/>
              > </Application>
              > </Domain>
              >
              >
              

  • Query regarding BO Data services installation

    I am in process of installing BO data services on Unix(AIX) system. I need to install DATA SERVICES XI 3.2 SP3. For this I have downloaded the installables and patches from marketplace. We have following queries:
    1. On installation of the data services can we directly apply SP3 patch1 or we need to install SP1, SP2 and SP3 first.
    2. How to check the version of SP installed. I have applied SP3 patch1 but I am not able to check the same.
    3. During installation, I have skipped the step of creating the repository as I need to do it later using repoman, can this be a reason of that I am not able to upgrade SP for this?
    Any pointers on this would be helpful.

    check the JobServer log in the %LINK_DIR%\log\<JobServerName>\server_eventlog_<date>.log file
    look for the following entry
    Sending notification to <inet:ip-address:port number> here ip-address is the ip-address of the Designer machine, try to ping from the job server machine on that ip or try to do a telnet
    telnet <ip-address>  <port number>
    what is the status of JobServer on Designer?
    where is you DI webServer installed? on the same machine as Designer ? or on the JobServer machine

  • Problems with 2 transaction data getting intermixed !!!

    Hi,
    i am using weblogic in my project both as a webserver and as the application server.
    But i am facing problems with requests being sent to the server. Basically i have
    a form in my jsp which, if submitted by multiple clients at the same instant in
    time, the server gets confused and mixes up the data in the requests !! the form
    is submitted to another jsp which in turn calls a SLSB which in turn calls various
    entity Beans to fulfill the request.
    Now if 2 or more clients hit the submit button together, the server is mixing
    the data from the requestsand i get corrupted output as a result.
    That if i submit values (a,b,c) from one client machine and values (x,y,z) from
    another machine, the server puts one of the transactions properly and in the other
    it picks up the data from the other request and takes something like (x,y,c) !!
    Is this a bug in Weblogic 6.1 or am doing something wrong ??
    Any help would be appreciated. Anyone faced something similar ?
    Raja

    Hi.
    Please open a case with support if you haven't already done so.
    Regards,
    Michael
    Raja wrote:
    Hi,
    i am using weblogic in my project both as a webserver and as the application server.
    But i am facing problems with requests being sent to the server. Basically i have
    a form in my jsp which, if submitted by multiple clients at the same instant in
    time, the server gets confused and mixes up the data in the requests !! the form
    is submitted to another jsp which in turn calls a SLSB which in turn calls various
    entity Beans to fulfill the request.
    Now if 2 or more clients hit the submit button together, the server is mixing
    the data from the requestsand i get corrupted output as a result.
    That if i submit values (a,b,c) from one client machine and values (x,y,z) from
    another machine, the server puts one of the transactions properly and in the other
    it picks up the data from the other request and takes something like (x,y,c) !!
    Is this a bug in Weblogic 6.1 or am doing something wrong ??
    Any help would be appreciated. Anyone faced something similar ?
    Raja--
    Michael Young
    Developer Relations Engineer
    BEA Support

  • Log analysis Tool

    Hi,
    I need info regd. log files generated by Weblogic5.1.
    I found 3 log files namely,weblogic.log,jdbc.log,access.log.
    Is there any other log files generated by Weblogic.
    I am using IIS as WebServer (using iisproxy.dll). IIS is also creating one logfile
    under c:\tmp folder.
    Pl. give me info on list of log files created by Weblogic & IIS. Which files are
    good to analysis for getting website statistics.
    I am looking for Log Analysis Tool. Pl. give me list of free/low price tools.
    Thanx
    -Kalyan

    Hi.
    kalyan wrote:
    Hi,
    I need info regd. log files generated by Weblogic5.1.
    I found 3 log files namely,weblogic.log,jdbc.log,access.log.
    Is there any other log files generated by Weblogic.
    No, those are the only 3 log files created by WLS.
    >
    I am using IIS as WebServer (using iisproxy.dll). IIS is also creating one logfile
    under c:\tmp folder.The ISAPI plugin is creating this file because you have the Debug parameter set to ON
    >
    >
    Pl. give me info on list of log files created by Weblogic & IIS. Which files are
    good to analysis for getting website statistics.The best logs for web stats are the access.log file and the wlproxy.log file. You can
    set different logging levels for the wlproxy.log file - read the plugin documentation
    for more info on this.
    >
    >
    I am looking for Log Analysis Tool. Pl. give me list of free/low price tools.We don't recommend specific log analysis tools - although there are several out there,
    and probably more than a few low-cost ones. Perhaps someone else can answer this one.
    Regards,
    Michael
    >
    >
    Thanx
    -Kalyan--
    Developer Relations Engineer
    BEA Support

  • Making website universal no matter what program your viewing it on

    I have created a website for my church and I burned it to a cd to view before i publish it.
    When I open index.html it only opens the home page and does not show any links to other pages at the top. To view the other pages I have to open each site.html there is...
    Also, some fonts and formatting are screwed up. How can I solve this problem and will this happen if I publish it and is viewed on a PC in IE ?? HELP !!

    When you intend to save a website on a CD you have to publish to a folder on your desktop first.
    iWeb creates an index.html file and a folder, or more folders, with your Site name(s).
    Check that you've done that.
    The index.html file and these folders you copy to the CD.
    You either open the index.html file in your browser or one of the webpages inside the Site folder.
    And yes, MSIE does not play nice. That's not iWeb faults.
    And use websafe fonts. Or make sure the fonts you use on your Mac are also on the PC. Otherwise a substitute font will be used.
    And viewing webpages from a folder is no guarantee for succes. Webpages are designed to be viewed thru a webserver. So use Personal Webserver or publish them anyway.

  • Apache HTTP Server Plug-In for HPUX

    First action:
    Installation of
    BEA Weblogic Server 6.1 Servicepack 4
    Apache Webserver Version 2.0.43
    gcc 3.0.2
    on
    HP-UX hansapp4 B.11.11 U 9000/800
    Apache Webserver can be started !
    Aditional Action:
    Installation of BEA's Apache HTTP Server Plug-In
    as a dynamic shared object:
    Copy of mod_wl_20.so to APACHE_HOME/modules
    Adaption of httpd.conf by adding line
    "LoadModule weblogic_module modules/mod_wl_20.so"
    Result:
    Apache Webserver cannot be started !
    Start of
    root@hansapp4:/usr/local/apache2/bin> ./apachectl configtest
    gives:
    Syntax error on line 234 of /usr/local/apache2/conf/httpd.conf:
    Cannot load /usr/local/apache2/modules/mod_wl_20.so into server:
    Call to mmap() failed - TEXT /usr/local/apache2/modules/mod_wl_20.so

    While the question is for AS 8, you can try this (mod_proxy-based):
    http://docs.sun.com/source/817-3652-10/agplugin.html#wp34000
    -Alexis

  • WL60 can't see servlet

    nt4.0
              I've spent the last 2 days trying to get a simple servlet to
              work and I failing miserably. Here's the web.xml:
              <?xml version="1.0" ?>
              <!DOCTYPE web-app
              PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
              "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
              <web-app>
              <display-name>
              Hello World Servlet
              </display-name>
              <servlet>
              <servlet-name>
              hello
              </servlet-name>
              <servlet-class>
              com.vignette.cms.apps.test.servlets.HelloWorldServlet
              </servlet-class>
              <servlet-mapping>
              <servlet-name>hello</servlet-name>
              <url-pattern>/hello/*</url-pattern>
              </servlet-mapping>
              </servlet>
              </web-app>
              I hot deployed it using an exploded war file with the WEB-INF/classes containing
              the compiled servlet.
              All I get are 404's when I type in this URL into the browser: http://localhost:7001/helloWorld/hello
              I've also tried /hello, /helloWorld/helloWorld. I've also tried every concievable mapping
              inlcuding the obvious /hello, hello, /hello/*. Here is my config.xml file:
              <!--If your domain is active, please do not edit the config.xml file. Any changes made to that
              file while the domain is active will not have any effect on the domain's configuration and are
              likely to be lost. If your domain is inactive, you may edit this file with an XML editor. If you do
              so, please refer to the configuration DTD. In general, we recommend that changes to your
              configuration file be made through the Administration Console.-->
              <Domain
              Name="devdomain"
              >
              <LDAPRealm
              AuthProtocol="simple"
              Credential="MyLDAPCredential"
              GroupDN="o=airius.com,ou=Groups"
              GroupIsContext="true"
              GroupNameAttribute="cn"
              GroupUsernameAttribute="member"
              LDAPURL="ldap://ldapserver:363"
              Name="defaultLDAPRealmForNovellDirectoryServices"
              Notes="This is provided as an example. Before enabling this Realm, you must edit the
              configuration parameters as appropriate for your environment."
              Principal="cn=Admin,o=airius.com"
              SSLEnable="true"
              UserAuthentication="bind"
              UserDN="o=airius.com,ou=People"
              UserNameAttribute="cn"
              UserPasswordAttribute="userpassword"
              />
              <JDBCConnectionPool
              CapacityIncrement="1"
              DriverName="com.vignette.cms.vgnjdbc.VgnDriver"
              InitialCapacity="1"
              MaxCapacity="10"
              Name="MssqlPool"
              Properties="***********"
              Targets="devserver"
              URL="com.inet.tds.TdsDriver#jdbc:inetdae:fred:1433?database=rpjdb"
              />
              <ApplicationManager
              Name="devdomain"
              />
              <FileRealm
              Name="wl_default_file_realm"
              />
              <PasswordPolicy
              Name="wl_default_password_policy"
              />
              <Application
              Deployed="true"
              Name="certificate"
              Path=".\config\devdomain\applications"
              >
              <WebAppComponent
              Name="certificate"
              Targets="devserver"
              URI="certificate.war"
              />
              </Application>
              <Application
              Deployed="true"
              Name="helloWorld"
              Path=".\config\devdomain\applications"
              >
              <WebAppComponent
              Name="helloWorld"
              Targets="devserver"
              URI="helloWorld"
              />
              </Application>
              <Log
              FileName="config/devdomain/logs/wl-domain.log"
              Name="devdomain"
              />
              <JDBCTxDataSource
              EnableTwoPhaseCommit="true"
              JNDIName="TheDataSource"
              Name="MssqlSource"
              PoolName="MssqlPool"
              Targets="devserver"
              />
              <Application
              Deployed="true"
              Name="vgncmsdeploy"
              Path=".\config\devdomain\applications"
              >
              <EJBComponent
              Name="vgncmsdeploy"
              Targets="devserver"
              URI="vgncmsdeploy.jar"
              />
              </Application>
              <JTA
              Name="devdomain"
              />
              <LDAPRealm
              AuthProtocol="simple"
              Credential="MyLDAPCredential"
              GroupDN="o=Microsoft, ou=Groups"
              GroupIsContext="true"
              GroupNameAttribute="cn"
              GroupUsernameAttribute="memberObject"
              LDAPURL="ldap://ldapserver:389"
              Name="defaultLDAPRealmForMicrosoftSiteServer"
              Notes="This is provided as an example. Before enabling this Realm, you must edit the
              configuration parameters as appropriate for your environment."
              Principal="cn=ldapadmin"
              UserAuthentication="local"
              UserDN="o=Microsoft, ou=Members"
              UserNameAttribute="cn"
              UserPasswordAttribute="userpassword"
              />
              <Server
              ClusterWeight="1"
              DefaultProtocol="t3"
              HttpdEnabled="true"
              ListenPort="7001"
              Name="devserver"
              NativeIOEnabled="true"
              TunnelingEnabled="false"
              >
              <KernelDebug
              Name="devserver"
              />
              <SSL
              Enabled="true"
              ListenPort="7002"
              Name="devserver"
              ServerCertificateChainFileName="config/devdomain/ca.pem"
              ServerCertificateFileName="config/devdomain/democert.pem"
              ServerKeyFileName="config/devdomain/demokey.pem"
              />
              <Log
              FileName="config/devdomain/logs/weblogic.log"
              Name="devserver"
              />
              <ServerDebug
              Name="devserver"
              />
              <WebServer
              DefaultWebApp="DefaultWebApp_devserver"
              LogFileName="./config/devdomain/logs/access.log"
              LoggingEnabled="true"
              Name="devserver"
              />
              </Server>
              <Application
              Deployed="true"
              Name="console"
              Path=".\config\devdomain\applications"
              >
              <WebAppComponent
              Name="console"
              Targets="devserver"
              URI="console.war"
              />
              </Application>
              <Application
              Deployed="true"
              Name="DefaultWebApp_devserver"
              Path=".\config\devdomain\applications"
              >
              <WebAppComponent
              Name="DefaultWebApp_devserver"
              Targets="devserver"
              URI="DefaultWebApp_devserver"
              />
              </Application>
              <LDAPRealm
              AuthProtocol="simple"
              Credential="MyLDAPCredential"
              GroupDN="o=airius.com,ou=Groups"
              GroupIsContext="false"
              GroupNameAttribute="cn"
              GroupUsernameAttribute="uniquemember"
              LDAPURL="ldap://ldapserver:389"
              Name="defaultLDAPRealmForNetscapeDirectoryServer"
              Notes="This is provided as an example. Before enabling this Realm, you must edit the
              configuration parameters as appropriate for your environment."
              Principal="uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot"
              UserAuthentication="local"
              UserDN="o=airius.com,ou=People"
              UserNameAttribute="uid"
              UserPasswordAttribute="userpassword"
              />
              <Application
              Deployed="true"
              Name="soapEngine"
              Path=".\config\devdomain\applications"
              >
              <WebAppComponent
              Name="soapEngine"
              Targets="devserver"
              URI="soapEngine"
              />
              </Application>
              <Security
              GuestDisabled="false"
              Name="devdomain"
              PasswordPolicy="wl_default_password_policy"
              Realm="wl_default_realm"
              />
              <Realm
              FileRealm="wl_default_file_realm"
              Name="wl_default_realm"
              />
              </Domain>
              Initially I started out trying to get SOAP working but decided to back off and
              get a simnple servlet to work. I hope its just something bone-headed and
              hopefully one of you can point it out to me. Thanks.
              

    Thanks. It was the fact that I had <servlet-mapping> under the <servlet> element.
              I would have expected a parsing error or something.
              "Jesus M. Salvo Jr." wrote:
              > Rich,
              >
              > Did you place the contents of the exploded war file under:
              >
              > config/<yourdomain>/applications?
              >
              > Do you have "Auto-Deploy" Enabled?
              >
              > Also, servlet-mapping should not be under servlet. Here is one that I
              > have ( working ):
              >
              > <servlet>
              > <servlet-name>accountNumber</servlet-name>
              > <jsp-file>/ebill_accountnumber.jsp</jsp-file>
              > </servlet>
              >
              > <servlet-mapping>
              > <servlet-name>accountNumber</servlet-name>
              > <url-pattern>/accountNumber</url-pattern>
              > </servlet-mapping>
              >
              > In your case, replace jsp-file with servlet-class
              >
              > Regards,
              >
              > John Salvo
              >
              > Rich Johns wrote:
              >
              > > nt4.0
              > >
              > > I've spent the last 2 days trying to get a simple servlet to
              > > work and I failing miserably. Here's the web.xml:
              > >
              > > <?xml version="1.0" ?>
              > > <!DOCTYPE web-app
              > > PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
              > > "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
              > >
              > > <web-app>
              > > <display-name>
              > > Hello World Servlet
              > > </display-name>
              > > <servlet>
              > > <servlet-name>
              > > hello
              > > </servlet-name>
              > > <servlet-class>
              > > com.vignette.cms.apps.test.servlets.HelloWorldServlet
              > > </servlet-class>
              > > <servlet-mapping>
              > > <servlet-name>hello</servlet-name>
              > > <url-pattern>/hello/*</url-pattern>
              > > </servlet-mapping>
              > > </servlet>
              > > </web-app>
              > >
              > > I hot deployed it using an exploded war file with the WEB-INF/classes containing
              > > the compiled servlet.
              > >
              > > All I get are 404's when I type in this URL into the browser: http://localhost:7001/helloWorld/hello
              > > ,
              > >
              > > I've also tried /hello, /helloWorld/helloWorld. I've also tried every concievable mapping
              > > inlcuding the obvious /hello, hello, /hello/*. Here is my config.xml file:
              > >
              > > <!--If your domain is active, please do not edit the config.xml file. Any changes made to that
              > > file while the domain is active will not have any effect on the domain's configuration and are
              > > likely to be lost. If your domain is inactive, you may edit this file with an XML editor. If you do
              > > so, please refer to the configuration DTD. In general, we recommend that changes to your
              > > configuration file be made through the Administration Console.-->
              > >
              > >
              > > <Domain
              > > Name="devdomain"
              > > >
              > > <LDAPRealm
              > > AuthProtocol="simple"
              > > Credential="MyLDAPCredential"
              > > GroupDN="o=airius.com,ou=Groups"
              > > GroupIsContext="true"
              > > GroupNameAttribute="cn"
              > > GroupUsernameAttribute="member"
              > > LDAPURL="ldap://ldapserver:363"
              > > Name="defaultLDAPRealmForNovellDirectoryServices"
              > > Notes="This is provided as an example. Before enabling this Realm, you must edit the
              > > configuration parameters as appropriate for your environment."
              > > Principal="cn=Admin,o=airius.com"
              > > SSLEnable="true"
              > > UserAuthentication="bind"
              > > UserDN="o=airius.com,ou=People"
              > > UserNameAttribute="cn"
              > > UserPasswordAttribute="userpassword"
              > > />
              > > <JDBCConnectionPool
              > > CapacityIncrement="1"
              > > DriverName="com.vignette.cms.vgnjdbc.VgnDriver"
              > > InitialCapacity="1"
              > > MaxCapacity="10"
              > > Name="MssqlPool"
              > > Properties="***********"
              > > Targets="devserver"
              > > URL="com.inet.tds.TdsDriver#jdbc:inetdae:fred:1433?database=rpjdb"
              > > />
              > > <ApplicationManager
              > > Name="devdomain"
              > > />
              > > <FileRealm
              > > Name="wl_default_file_realm"
              > > />
              > > <PasswordPolicy
              > > Name="wl_default_password_policy"
              > > />
              > > <Application
              > > Deployed="true"
              > > Name="certificate"
              > > Path=".\config\devdomain\applications"
              > > >
              > > <WebAppComponent
              > > Name="certificate"
              > > Targets="devserver"
              > > URI="certificate.war"
              > > />
              > > </Application>
              > > <Application
              > > Deployed="true"
              > > Name="helloWorld"
              > > Path=".\config\devdomain\applications"
              > > >
              > > <WebAppComponent
              > > Name="helloWorld"
              > > Targets="devserver"
              > > URI="helloWorld"
              > > />
              > > </Application>
              > > <Log
              > > FileName="config/devdomain/logs/wl-domain.log"
              > > Name="devdomain"
              > > />
              > > <JDBCTxDataSource
              > > EnableTwoPhaseCommit="true"
              > > JNDIName="TheDataSource"
              > > Name="MssqlSource"
              > > PoolName="MssqlPool"
              > > Targets="devserver"
              > > />
              > > <Application
              > > Deployed="true"
              > > Name="vgncmsdeploy"
              > > Path=".\config\devdomain\applications"
              > > >
              > > <EJBComponent
              > > Name="vgncmsdeploy"
              > > Targets="devserver"
              > > URI="vgncmsdeploy.jar"
              > > />
              > > </Application>
              > > <JTA
              > > Name="devdomain"
              > > />
              > > <LDAPRealm
              > > AuthProtocol="simple"
              > > Credential="MyLDAPCredential"
              > > GroupDN="o=Microsoft, ou=Groups"
              > > GroupIsContext="true"
              > > GroupNameAttribute="cn"
              > > GroupUsernameAttribute="memberObject"
              > > LDAPURL="ldap://ldapserver:389"
              > > Name="defaultLDAPRealmForMicrosoftSiteServer"
              > > Notes="This is provided as an example. Before enabling this Realm, you must edit the
              > > configuration parameters as appropriate for your environment."
              > > Principal="cn=ldapadmin"
              > > UserAuthentication="local"
              > > UserDN="o=Microsoft, ou=Members"
              > > UserNameAttribute="cn"
              > > UserPasswordAttribute="userpassword"
              > > />
              > > <Server
              > > ClusterWeight="1"
              > > DefaultProtocol="t3"
              > > HttpdEnabled="true"
              > > ListenPort="7001"
              > > Name="devserver"
              > > NativeIOEnabled="true"
              > > TunnelingEnabled="false"
              > > >
              > > <KernelDebug
              > > Name="devserver"
              > > />
              > > <SSL
              > > Enabled="true"
              > > ListenPort="7002"
              > > Name="devserver"
              > > ServerCertificateChainFileName="config/devdomain/ca.pem"
              > > ServerCertificateFileName="config/devdomain/democert.pem"
              > > ServerKeyFileName="config/devdomain/demokey.pem"
              > > />
              > > <Log
              > > FileName="config/devdomain/logs/weblogic.log"
              > > Name="devserver"
              > > />
              > > <ServerDebug
              > > Name="devserver"
              > > />
              > > <WebServer
              > > DefaultWebApp="DefaultWebApp_devserver"
              > > LogFileName="./config/devdomain/logs/access.log"
              > > LoggingEnabled="true"
              > > Name="devserver"
              > > />
              > > </Server>
              > > <Application
              > > Deployed="true"
              > > Name="console"
              > > Path=".\config\devdomain\applications"
              > > >
              > > <WebAppComponent
              > > Name="console"
              > > Targets="devserver"
              > > URI="console.war"
              > > />
              > > </Application>
              > > <Application
              > > Deployed="true"
              > > Name="DefaultWebApp_devserver"
              > > Path=".\config\devdomain\applications"
              > > >
              > > <WebAppComponent
              > > Name="DefaultWebApp_devserver"
              > > Targets="devserver"
              > > URI="DefaultWebApp_devserver"
              > > />
              > > </Application>
              > > <LDAPRealm
              > > AuthProtocol="simple"
              > > Credential="MyLDAPCredential"
              > > GroupDN="o=airius.com,ou=Groups"
              > > GroupIsContext="false"
              > > GroupNameAttribute="cn"
              > > GroupUsernameAttribute="uniquemember"
              > > LDAPURL="ldap://ldapserver:389"
              > > Name="defaultLDAPRealmForNetscapeDirectoryServer"
              > > Notes="This is provided as an example. Before enabling this Realm, you must edit the
              > > configuration parameters as appropriate for your environment."
              > > Principal="uid=admin, ou=Administrators, ou=TopologyManagement, o=NetscapeRoot"
              > > UserAuthentication="local"
              > > UserDN="o=airius.com,ou=People"
              > > UserNameAttribute="uid"
              > > UserPasswordAttribute="userpassword"
              > > />
              > > <Application
              > > Deployed="true"
              > > Name="soapEngine"
              > > Path=".\config\devdomain\applications"
              > > >
              > > <WebAppComponent
              > > Name="soapEngine"
              > > Targets="devserver"
              > > URI="soapEngine"
              > > />
              > > </Application>
              > > <Security
              > > GuestDisabled="false"
              > > Name="devdomain"
              > > PasswordPolicy="wl_default_password_policy"
              > > Realm="wl_default_realm"
              > > />
              > > <Realm
              > > FileRealm="wl_default_file_realm"
              > > Name="wl_default_realm"
              > > />
              > > </Domain>
              > >
              > >
              > > Initially I started out trying to get SOAP working but decided to back off and
              > > get a simnple servlet to work. I hope its just something bone-headed and
              > > hopefully one of you can point it out to me. Thanks.
              

Maybe you are looking for

  • HP OficeJet All-in-One Model 4215V

    When I purchased my printer it did not have the capability of two sided printing.  Down the road I had an updated or upgraded driver.  It was wonderful.  At that time I had Windows XP Professional.  I acquired a Dell computer with Windows 7, which au

  • Optimal configuration for Cisco E3000 Router

    Hi All, Following are the details of my current home network setup, I would like to hear more recommendations and drawbacks of this setup. ISP has provided with a Cisco  DPC3825 DOCSIS 3.0 Gateway which has 4 Ethernet ports and a wireless networking

  • I want to backup my ipad without using my desktop and itunes?

    Hi, I want to backup everything on my ipad, including apps, notes, calendar, contacts, books, magazines, safari bookmarks, safari bookmark folders, music, playlists, photos, etc....BUT i do not want to use a desktop or a laptop and itunes. That is ar

  • Video doesn't playback

    Hi, I have a red box when playing back my clips.  I can hear the audio but no video is coming through. Keith

  • HP Photosmart B8550, Premium Plus Photo paper - Ink refuses to dry.

    Hello, hopefully someone can suggest a work-around for my rather frustrating problem. I create and sell prints of my vector artwork. I have no complaints about the printer's capability to produce vibrant, crisp images. However, when I used to use the