Threads in Web Logic??

I read somewhere that Web Logic doesn't suggest to use any other threads from the web..is it true? I have the following situation:
We have a servlet, which calls a method in a Java class..this method may take long time at times. So to avoid it, I need a mechanism to load the data in sequances in the background and say when one sequance is loaded, load it on the web..so this way even if there is a large data, my servlet won't throw the OutOfMemoryException. This is just a thought. Would someone suggest me any better solution or anything that would help me in achieving what I'm trying to do?
Thanks

Several solutions.
First don't do it in the first place. Find another solution that is faster and/or doesn't use as much data. This can include simply disallowing the user from doing anything that messes with large data sets. Or using a stored procedure rather than java to do the processing.
After that there are a number of solutions:
1. Use a batch server (seperate process.) It takes requests and processes them. The interface to this can be done any of several ways: sockets, RMI, JMS. Since the server is seperate you can also queue requests. A variation on this is to write the request to a database table(s) and the batch server processes anything new it finds (this is very useful if you need to track the processing.)
2. Web Logic (and all containers as far as I know) allow you to load classes outside of the container itself. Those classes can do anything you want and will be visible to classes in the container. Again you would want to implement this in some queue fashion.
3. Create the thread. The restriction against threads in a container is due to the nature of the container and because it might lead to problems. As far as I know no container prevents you from doing it. You know how your system will be used so you should be able to determine what the potential effect will be. You can even write mitigation strategies to help with potential future problems (such as using a thread.)

Similar Messages

  • Problem while deploying application in web logic

    Hi,
    i have an web application with servlets running fine in tomcat 5.1.12, but when i copy the same foldet to web logic and i run i gives an error, i create a domain of my name, and i kept the folder in weblogic, user _projects--> applications folder, but while accessing from the browser i got an error. so please rectify my error.
    Babji..

    I don't use web logic so I can't help you. But if you post whatever error message you are referring to into your thread, someone who uses web logic might have a better idea as to how to respond. Additionally I suspect there may be some differences in the configuration settings between Tomcat and web logic, you might look into that. But I have no idea.

  • Error in running web logic/forms locally: wrong signature

    Hi,
    We are trying to configure oracle forms/reports 11g on each developer machine.
    In running form from either forms builder or IE I'm getting an error:
    Forms Session ID is formsapp.2
    The proxy host is null, and the proxy port is 0.
    Native HTTP implementation is being used for the connection.
    The connection mode is HTTP.
    FRM-92090: unexpected fatal error in client-side Java code during startup
    Java Exception:
    java.lang.RuntimeException: java.lang.SecurityException: class "oracle.forms.engine.Version"'s signer information does not match signer information of other classes in the same package
         at sun.plugin2.applet.Plugin2ClassLoader.checkPackageCerts(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader.access$200(Unknown Source)
         at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
         at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at oracle.forms.engine.Runform.createInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.SecurityException: class "oracle.forms.engine.Version"'s signer information does not match signer information of other classes in the same package
         ... 15 more
    I have signed all jar files in \forms\java and \Oramw11gdev\asdev1\jlib and confirmed that they are correctly referenced in registry and default.env. I also verified all jars. Still error is there.
    Haven't seen this problem with forms 10g.
    Any suggestions?
    Env: Win7/32bit, Oracle Forms 11g, Java 1.6, Forms Builder v.11.1.1.3.0; Java Plug-in 1.6.0_18
    Using JRE version 1.6.0_18-b07

    I got the same problem before with clients not on the same domain of the forms server so I found out that the ports 7001 & 7002 were the problem; that requesting the full machine name is not successful using these ports (machine.localdomain.com) so what I did is to join those clients to the domain and if you don't want to join those machines to domain change the web logic deployment port to 8888 .... it worked for me .... I hope this helps you

  • ERROR IN WEB LOGIC AND JBUILDER...

    hi,
    im just new to weblogic with JBuilder X, i made a very basic session bean and when i compiled it. it said...
    "WebLogicSesMod.jar": Spaces in the temporary directory path may cause WebLogic APPC utility to produce fatal compile errors.
    im using Weblogic 8.1platform server
    and when i RUN THE APPLICATION then it throws exception...
    The WebLogic Server did not start up properly.
    java.lang.NoClassDefFoundError: com/bea/wsrp/util/debug/Debug
         at com.bea.wsrp.security.WSRPIdentityAsserterProviderImpl.<clinit>(WSRPIdentityAsserterProviderImpl.java:45)
         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:274)
         at java.lang.Class.newInstance0(Class.java:308)
         at java.lang.Class.newInstance(Class.java:261)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.createSecurityProvider(SecurityServiceManagerDelegateImpl.java:232)
         at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:939)
         at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
         at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:257)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.doATN(SecurityServiceManagerDelegateImpl.java:581)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealm(SecurityServiceManagerDelegateImpl.java:420)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.loadRealm(SecurityServiceManagerDelegateImpl.java:698)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.initializeRealms(SecurityServiceManagerDelegateImpl.java:731)
         at weblogic.security.service.SecurityServiceManagerDelegateImpl.initialize(SecurityServiceManagerDelegateImpl.java:874)
         at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:717)
         at weblogic.t3.srvr.T3Srvr.initializeHere(T3Srvr.java:822)
         at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:670)
         at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:344)
         at weblogic.Server.main(Server.java:32)
    Reason: com/bea/wsrp/util/debug/Debug
    PLEASE HELP ME, IM IN BIG MESS....
    WAITING...

    hi,
    i reinstalled server and JBuilder, and again made a session bean. the server started successfully...
    but while compiling code the PREVIOUS error came with more enhancement...
    "EJBModule.jar": Spaces in the temporary directory path may cause WebLogic APPC utility to produce fatal compile errors.
    "EJBModule.jar": Spaces in the classpath may cause WebLogic APPC utility to produce fatal compile errors.
    "EJBModule.jar": C:\bea\jdk142_04\bin\javaw -classpath "C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar;C:\Documents and Settings\Administrator\jbproject\ejbsess\EJBModule.jar;" weblogic.appc -keepgenerated -forceGeneration -compiler C:/bea/jdk142_04/bin/javac "C:/Documents and Settings/Administrator/jbproject/ejbsess/EJBModule.jar.jar" -output "C:/Documents and Settings/Administrator/jbproject/ejbsess/EJBModule.jar"
    "EJBModule.jar": <Nov 2, 2004 12:01:33 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSesBean that is in the classpath. This class should only be located in the ejb-jar file.>
    "EJBModule.jar": <Nov 2, 2004 12:01:33 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSesHome that is in the classpath. This class should only be located in the ejb-jar file.>
    "EJBModule.jar": <Nov 2, 2004 12:01:33 PM GMT+05:00> <Warning> <EJB> <BEA-010054> <EJB Deployment: WebLogicSes has a class ejbsess.WebLogicSes that is in the classpath. This class should only be located in the ejb-jar file.>
    "EJBModule.jar": [J2EE:160127]ERROR: Could not delete previous archive: C:\Documents and Settings\Administrator\jbproject\ejbsess\EJBModule.jar
    and the EXECUTION OF WEB LOGIC SERVER GOES FINE...
    C:\bea\jdk142_04\bin\javaw -classpath "C:\bea\weblogic81\server\lib\weblogic_sp.jar;C:\bea\weblogic81\server\lib\weblogic.jar;C:\bea\weblogic81\server\lib\webservices.jar" -ms64m -mx64m -Djava.library.path="C:/bea/weblogic81/server/bin" -Dbea.home="C:/bea" -Dweblogic.Name=myserver -Djava.security.policy=="C:/bea/weblogic81/server/lib/weblogic.policy" -Dweblogic.management.discover=false -Dweblogic.ProductionModeEnabled=false -Dweblogic.management.password=aqibjava -Dweblogic.management.username=weblogic weblogic.Server
    <Nov 2, 2004 11:56:33 AM GMT+05:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 1.4.2_04-b05 from Sun Microsystems Inc.>
    <Nov 2, 2004 11:56:34 AM GMT+05:00> <Info> <Configuration Management> <BEA-150016> <This server is being started as the administration server.>
    <Nov 2, 2004 11:56:34 AM GMT+05:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973
    WebLogic XMLX Module 8.1 SP3 Tue Jun 29 23:11:19 PDT 2004 404973 >
    <Nov 2, 2004 11:56:35 AM GMT+05:00> <Notice> <Management> <BEA-140005> <Loading domain configuration from configuration repository at C:\bea\user_projects\domains\enterprisedomain\.\config.xml.>
    <Nov 2, 2004 11:56:38 AM GMT+05:00> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\user_projects\domains\enterprisedomain\myserver\myserver.log is opened. All server side log events will be written to this file.>
    <Nov 2, 2004 11:56:40 AM GMT+05:00> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Nov 2, 2004 11:56:40 AM GMT+05:00> <Notice> <WebLogicServer> <BEA-000327> <Starting WebLogic Admin Server "myserver" for domain "enterprisedomain">
    <Nov 2, 2004 11:56:45 AM GMT+05:00> <Warning> <HTTP> <BEA-101296> <Unable to load the default compiler class "com.sun.tools.javac.Main". Using the default javac compiler to compile JSPs.>
    <Nov 2, 2004 11:56:50 AM GMT+05:00> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "myserver" for domain "enterprisedomain" running in Development Mode>
    <Nov 2, 2004 11:56:50 AM GMT+05:00> <Notice> <WebLogicServer> <BEA-000355> <Thread "ListenThread.Default" listening on port 7001, ip address *.*>
    <Nov 2, 2004 11:56:50 AM GMT+05:00> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    NOW WATS WRONG :(
    WAITING...

  • How to start coherence server using node manager of remote web-logic server

    We want to manage our coherence servers using web-logic. Our requirement is as such we want to keep single web-logic Admin Server and add all other node-manager to the same web-logic Admin Server.
    Now when we create machine on node 1 (on which Admin Server is running) and add node manager of other server it is not responding and shows status as inactive.
    Status: Inactive
    Problem description: weblogic.nodemanager.NMException Exception encountered while communicating with this node manager
    Version: (not available)
    Looking at the log files it gives below info
    <Sep 10, 2011 6:31:55 AM> <WARNING> <Configuration error while reading domain directory>
    weblogic.nodemanager.common.ConfigException: The domain 'BlazeVMA' at 'null' was not registered in the nodemanager.domains file and dynamic domain registration is not supported. Please register the domain in the nodemanager.domains file.
    at weblogic.nodemanager.server.NMServer.getDomainManager(NMServer.java:254)
    <Sep 10, 2011 7:53:58 AM> <WARNING> <I/O error while reading domain directory>
    java.io.FileNotFoundException: Domain directory '/data/oracle/Middleware/user_projects/domains/BlazeVMA' not found
    Even after I have added the domain name in above directory. It returns with the same error.
    Please let me know if anyone has faced the same issue while running coherence server on remote system using weblogic admin console on one machine and node manager on other machine.

    Thank You Rene.
    This issue is resolved, but now I am facing issue while starting the coherence server on the remote node using node manager.
    In the weblogic > coherence_server logs I am getting
    Oracle Coherence Version 3.6.0.4 Build 19111
    Grid Edition: Development mode
    Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
    2011-09-11 07:14:40.231/1.453 Oracle Coherence GE 3.6.0.4 <Error> (thread=Main Thread, member=n/a): Error while starting cluster: java.lang.IllegalArgumentException: The specified address "/hostname" is not a local address.
    at com.tangosol.net.InetAddressHelper.getLocalMTU(InetAddressHelper.java:139)
    Please let me know if anyone has faced the same issue and know resolution.

  • JDev Integrated Web Logic Server fails

    I'm a newbie with WLS. I've installed JDEV 11.1.1.3 in Windows XP SP3, and installed extensions for Webcenter.
    Now trying to go through webcenter tutorial, I arrived at point where I'm trying to run a small application,
    but nothing works. I've searched and searched the internet for clues, help, and tried multiple things, but nothing helps.
    First, I get the warning message
    Warning> <Server> <BEA-002611> <Hostname "XXX", maps to multiple IP addresses: 10.10.10.10, 169.254.25.129, 192.168.2.6
    and then when I disable all the network connections for these IPs, just to see if this would help,
    then the server appears to start successfully, but the tutorial app that compiled successfully does not start to run in any brower.
    I go through the properties of the Application Server for the Integrated Web Logic Server to test the connection and I get
    Testing JSR-160 Runtime ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime ... skipped.
    Testing JSR-88 ... skipped.
    Testing JSR-88-LOCAL ... skipped.
    Testing JNDI ... skipped.
    Testing JSR-160 Edit ... skipped.
    Testing HTTP ... failed.
    Unable to open conection: Connection refused: connect
    Testing Server MBeans Model ... skipped.
    I have no clue, and trying different configurations does not help.
    I need a WebLogic for Dummies guide. Anyone have some clue ?

    Thanks Ravi Jegga for looking at my post. Here's some info.
    1) Here's the log output for starting Server Instance (IntegratedWebLogicServer)
    *** Using port 7101 ***
    "C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\bin\startWebLogic.cmd"
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\oracle\MIDDLE~1\JDK160~1\lib\tools.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-all.jar;C:\oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\oracle\Middleware\jdeveloper\webcenter\modules\oracle.portlet.server_11.1.1\oracle-portlet-api.jar;C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\oracle\MIDDLE~1\patch_wls1033\profiles\default\native;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\native;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32;C:\oracle\MIDDLE~1\WLSERV~1.3\server\bin;C:\oracle\MIDDLE~1\modules\ORGAPA~1.1\bin;C:\oracle\MIDDLE~1\JDK160~1\jre\bin;C:\oracle\MIDDLE~1\JDK160~1\bin;C:\oracle\product\10.2.0\db_4\BIN;C:\OracleBI\server\Bin;C:\OracleBI\web\bin;C:\OracleBI\web\catalogmanager;C:\OracleBI\SQLAnywhere;C:\product\10.1.3.1\OracleAS_5\jdk\bin;C:\product\10.1.3.1\OracleAS_5\jdk\jre\bin\client;C:\product\10.1.3.1\OracleAS_5\jdk\jre\bin;C:\product\10.1.3.3\OracleBIP\jre\1.4.2\bin\client;C:\product\10.1.3.3\OracleBIP\jre\1.4.2\bin;C:\product\10.1.3.1\OracleAS_5\ant\bin;C:\product\10.1.3.1\OracleAS_5\bin;C:\oracle\product\10.2.0\db_4\BIN;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Ora_10g2_DevSuite\jdk\jre\bin\classic;C:\Ora_10g2_DevSuite\jdk\jre\bin;C:\Ora_10g2_DevSuite\jdk\jre\bin\client;C:\Ora_10g2_DevSuite\jlib;C:\Ora_10g2_DevSuite\bin;C:\Ora_10g2_DevSuite\jre\1.4.2\bin\client;C:\Ora_10g2_DevSuite\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Symantec\pcAnywhere\;C:\MKS\mksnt;C:\Program Files\QuickTime\QTSystem\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\oracle\MIDDLE~1\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    java version "1.6.0_18"
    Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
    Java HotSpot(TM) Client VM (build 16.0-b13, mixed mode)
    Starting WLS with line:
    C:\oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=C:\oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -Dhttp.proxyHost=emeacache.uk.oracle.com -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=null -Dhttps.proxyHost=emeacache.uk.oracle.com -Dhttps.proxyPort=80 -Dhttps.nonProxyHosts=null -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=C:\oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1 -Dcommon.components.home=C:\oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1 -Doracle.server.config.dir=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\servers\DefaultServer -Doracle.security.jps.config=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dwsm.repository.path=C:\DOCUME~1\jaudet\APPLIC~1\JDEVEL~1\SYSTEM~1.60\DEFAUL~1\oracle\store\gmds -DUSE_JAAS=false -Djps.policystore.hybrid.mode=false -Djps.combiner.optimize.lazyeval=true -Djps.combiner.optimize=true -Djps.auth=ACC -Doracle.core.ojdl.logging.usercontextprovider=oracle.core.ojdl.logging.impl.UserContextImpl -Doracle.wc.openusage.clustername=localhost -Doracle.wc.openusage.collectorport=31314 -Doracle.wc.openusage.timeout=30 -Doracle.wc.openusage.unicast=true -Doracle.wc.openusage.enabled=false -Doracle.webcenter.tagging.scopeTags=false -XX:+UseParallelGC -XX:+DisableExplicitGC -Dwc.oracle.home=C:\oracle\Middleware\jdeveloper -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;C:\oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    <Oct 5, 2010 11:01:47 AM EDT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\lib\mbeantypes\csp-id-asserter.jar>
    <Oct 5, 2010 11:01:48 AM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 16.0-b13 from Sun Microsystems Inc.>
    <Oct 5, 2010 11:01:52 AM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.3.0 Fri Apr 9 00:05:28 PDT 2010 1321401 >
    <Oct 5, 2010 11:01:55 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Oct 5, 2010 11:01:55 AM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Oct 5, 2010 11:01:56 AM EDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Oct 5, 2010 11:01:56 AM EDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00008. Log messages will continue to be logged in C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Oct 5, 2010 11:01:57 AM EDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Oct 5, 2010 11:02:10 AM EDT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Oct 5, 2010 11:02:28 AM EDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddi.war'.>
    <Oct 5, 2010 11:02:28 AM EDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\oracle\MIDDLE~1\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Oct 5, 2010 11:02:28 AM EDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application consoleapp was not deployed. Error: [Deployer:149158]No application files exist at 'consoleapp'.>
    <Oct 5, 2010 11:02:28 AM EDT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application wlstestclient was not deployed. Error: [Deployer:149158]No application files exist at 'wlstestclient'.>
    <Oct 5, 2010 11:02:31 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Oct 5, 2010 11:02:31 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <ServerMessages><warningMsgFailedLoadingPipeline> Unable to load the webservices management interceptor pipeline
    java.security.AccessControlException: access denied (oracle.security.jps.JpsPermission IdentityAssertion)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
         at java.security.AccessController.checkPermission(AccessController.java:546)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:378)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:438)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:460)
         at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.checkPermission(AbstractSubjectSecurity.java:113)
         at oracle.security.jps.internal.jaas.AbstractSubjectSecurity.getActionExecutor(AbstractSubjectSecurity.java:76)
         at oracle.wsm.policyaccess.impl.PMPolicyResolverBase$2.run(PMPolicyResolverBase.java:209)
         at oracle.wsm.policyaccess.impl.PMPolicyResolverBase$2.run(PMPolicyResolverBase.java:207)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.wsm.policyaccess.impl.PMPolicyResolverBase.getActionExecutor(PMPolicyResolverBase.java:206)
         at oracle.wsm.policyaccess.impl.PMPolicyResolverBase.init(PMPolicyResolverBase.java:100)
         at oracle.wsm.policyaccess.impl.remote.RemotePolicyResolver.init(RemotePolicyResolver.java:116)
         at oracle.wsm.policyaccess.impl.PolicyAccessResolver.getResolver(PolicyAccessResolver.java:169)
         at oracle.wsm.policyaccess.impl.PolicyAccessResolver.getResolver(PolicyAccessResolver.java:98)
         at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.getPolicySetMap(PolicyAccessorImpl.java:412)
         at oracle.wsm.policyaccess.impl.PolicyAccessorImpl.getPolicySet(PolicyAccessorImpl.java:379)
         at oracle.integration.platform.common.mgmt.PolicyCacheImpl$CacheNode.refreshIfStale(PolicyCacheImpl.java:142)
         at oracle.integration.platform.common.mgmt.PolicyCacheImpl.getPolicySet(PolicyCacheImpl.java:247)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.forcePolicyLoad(SuperServerInterceptorPipeline.java:192)
         at oracle.j2ee.ws.server.mgmt.runtime.SuperServerInterceptorPipeline.<init>(SuperServerInterceptorPipeline.java:68)
         at oracle.j2ee.ws.server.JAXRPCProcessor.createAndInitWsmgmtInterceptor(JAXRPCProcessor.java:919)
         at oracle.j2ee.ws.server.JAXRPCProcessor.init(JAXRPCProcessor.java:877)
         at oracle.j2ee.ws.server.JAXRPCServlet.init(JAXRPCServlet.java:252)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1976)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1950)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1869)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3126)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1512)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:486)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:1267)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:409)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    <Oct 5, 2010 11:03:15 AM EDT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Oct 5, 2010 11:03:15 AM EDT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00008. Log messages will continue to be logged in C:\Documents and Settings\jaudet\Application Data\JDeveloper\system11.1.1.3.37.56.60\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Oct 5, 2010 11:03:15 AM EDT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 192.168.2.6:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Oct 5, 2010 11:03:19 AM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    2) And here's the feedback from testing the application server connection
    Testing JSR-160 Runtime ... failed.
    Cannot establish connection.
    Testing JSR-160 DomainRuntime ... skipped.
    Testing JSR-88 ... skipped.
    Testing JSR-88-LOCAL ... skipped.
    Testing JNDI ... skipped.
    Testing JSR-160 Edit ... skipped.
    Testing HTTP ... success.
    Testing Server MBeans Model ... skipped.
    1 of 8 tests successful.
    3) The install of the webcenter extension was done via the JDEV Help - Check for updates
    selecting for files
    oracle.webcenter.framework_bundle.zip
    and
    oracle.webcenter.customization_bundle.zip
    that were automatically installed by JDEV without any prompts for additional steps.

  • Legacy java app & Web Logic App Server

    Hi,
    We have a legacy java application that we like to provide an EJB layer
    for.
    The legacy application provides a servelet interface, event queues, our
    own
    JDBC Conn Pools, etc...
    Can we integerate legacy java code into the Web Logic App Server? That
    is,
    we like to use the Weblogic's api's for servelets and JDBC conn pools.
    We would also
    like to use the clustering feature to provide failover. Also, our
    application creates bunches of
    threads. Do we need to rewrite this code to use Weblogics thread
    creation techniques?
    If this cannot be done,
    another option would be to provide an EJB layer where the entity beans
    would map to
    elements in the legacy application using our own version of the
    connector.
    Then the app server would only encapsulate the EJB
    layer. Could we still use your JDBC Conn Pools and other services in
    the java legacy app?
    Still the problem with this solution is that we can't use your
    clustering scheme around our legacy app,
    or can we?
    Any help would be appreciated.
    -- tony

    It can even be a standard production scenario if you want to run Oracle Portal 11g on a single box. The single sign-on part typically requires you to install an AS 10g SSO server which co-exists with other components such as WebLogic server.
    Notice that there is a sharp division between everything which is inherit from the old OAS, the so-called instance components, typically started with OPMN and the new WLS stuff.

  • Web Logic Memeory Leaks

    I have an application that uses WebLogic Driver for connecting to Database. We use Connection Pooling
    We have 11 application threads running and an RMI architecture.
    The main server process which delegates the load is given -mx120m
    and the other process thread which gets maximum load from the main one is given -mx100m
    5 months before the memory was increased in the same way (from -mx72m - -mx100m)
    The reason for all this was because the application suddenly hung and when doing a "ps -eaf | grep java" i found that there were around 3 or 4 weblogic threads created and hanging. This never used to happen during the normal cause of running the aplication.
    I restart the application & bounce the server..but the application runs for half hour before it hangs again.
    Now i increase the memory of the two process as mentioned above it runs perfectly fine. The application is a 12X7 and so it is restarted evey night which should technically clear all memory..
    The versions i am using are
    Solaris :5.6
    Oracle : 8.1.6
    Web Logic Driver :3.1
    We are trying to get "optmise it" software to check memory leaks.
    Any kind of help regarding the cause will be very much appreciated.
    Thanks

    html tags don't work.
    Seems like a lot of mixed up stuff there.<b>It is really getting me confused as there are no
    exceptions raised nor where there any indication that
    it is a memory leak. All i know is that the
    application is hung. It eats up a lot of the Sun
    Solaris Memory too...
    All the memory comes back when we kill the
    application. One more thing is that we have to kill
    the processes as it does not respond to nay of the
    scripts trying to stop it.</b>By definition if is hung it is generally going to take something extreme to kill it.
    >
    >>
    Typically a memory leak is going to manifest itselfas
    a out of memory exception. Unless of course thereis
    a bug in the JVM. An you don't mention a out of
    memory exception. So either it isn't a memoryproblem
    or there is a jvm bug. <b>How do I know whether it is a JVM bug....How can i
    find it out</b>Very carefully. Since a lot of people have run the JVM, either it is a known problem, or (more likely) it is in your code (jni.) The way to find it is to reduce the code until the problem goes away. That allows you to identify what process causes it.
    For the second you will have
    to reduce the problem and then search the bug listand
    submit if you don't find it already it. For thefirst
    you need to look elsewhere.
    the application suddenly hung and when doing a "ps-eaf | grep java" <b>This is done on the command prompt to see if
    eveything is running fine.</b>That isn't terribly useful. It tells you that the process is still running. But it doesn't tell you much else, like if it is hung.
    >>
    You mean like with Runtime.exec()?<b>There i nothing of this sort happening</b>
    And you have
    threads to handle the output and error streams from
    that command? Because if one of those streamsfills
    up it will block the thread that spawned it.Threads
    solve that. However it doesn't block if the outputis
    small enough to fit in the buffer. Because of this
    the behavior seems intermittent.<b>Do you mean to ask me how i know that the
    application is hung....Well as i told you earlier
    there is no indication that abuthing is happning to
    the application. It does not take in any transaction.
    Does not insert anything into the database.</b>That doesn't mean it is hung. The following loop never will lock up a single threaded app but it is not hung.
    while (true) {}
    But of course it will mean that not much will get done.
    I suspect you are way off course if the only behavior is that is stopped processing and now you are looking for memory leaks.
    Have you tried instrumenting your main loops with System.out.println()?
    >
    We are trying to get "optmise it" software tocheck
    memory leaks.
    Are you running with an automated profiler, like
    OptimizeIt or JProble? If not then how are you
    finding memory leaks or performance problems?
    <b>I am trying to get the OptimizeIt profiler. but i
    am not yet sure what the root cause is</b>
    <b><i>There is one more issue of the same kind that
    was posted earlier. I am attaching it here and hope
    that makes some sense too.
    I hava a java application that spawns about 100
    threads. Each thread sends a request to WebLogic
    server 6.1. We are using
    Oracle 8.1.7. They are all
    le 8.1.7. They are all running in a Sun box, 2 CPUs
    and 6gig memory.
    JRE = 1.3.1
    SunOS = 5.7
    Weblogic = 6.1
    Oracle = 8.1.7
    (All running on the same box)
    When we start the client
    en we start the client application, running top shows
    that ,
    the client JVM process - uses
    ent JVM process - uses 40 MB of memory
    WebLogic - uses 250 MB of
    Logic - uses 250 MB of memory
    But the available memory comes
    available memory comes down drastically (almost by 350
    MB), and on bringing both the client and weblogic
    down, we
    are not able to get this 350 MB
    ble to get this 350 MB back
    I would guess that you are misinterpreting something.
    For example, I recently had a problem where I thought an application had a memory leak. It turned out that the log file was writing to the same 'mounted' drive that the virtual memory was using. And I was looking at 'free space'. So the free space went down as the log file size went up. It had nothing to do with my application at all.
    Running JProbe, doen not show
    JProbe, doen not show any memory leak in our
    application
    we are using the hotspot client
    ing the hotspot client version
    -Xms = 128m
    -Xmx = 128m
    </b></i>

  • IBM's TSpaces probably deadlocks in Web Logic 5.1.0 sp 8

    Hi,
    In our Web Logic 5.1.0 sp8 installation we have a tuple space (IBM's
    TSpaces) solution to connection to a number of external servers.
    On top of Web Logic we use a tomcat web server. When we stress
    test system with 10 testers (5 concurrent), the system goes into
    a possible deadlock in about 1 hour.
    The thread dump below shows it is com.ibm.tspaces.Semaphore.decr()
    that 'hangs'.
    Does someone know how I can solve this problem or know how I might
    get closer to the core of the problem?
    Does someone have had experience with Tuple Spaces and Web Logic?
    Thanks,
    Brian Kristiansen
    Hewlett-Packard Danmark
    Thread dump:
    Full thread dump:
    "Callback-1" daemon prio=5 tid=0x1a804a90 nid=0xd2 runnable [0x1a8ff000..0x1a8ffdc8]
         at java.net.SocketInputStream.socketRead(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:86)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
         at java.io.ObjectInputStream.peekCode(ObjectInputStream.java:1549)
         at java.io.ObjectInputStream.refill(ObjectInputStream.java:1683)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:283)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
         at com.ibm.tspaces.CallbackThread.run(CallbackThread.java:434)
    "SSLListenThread" prio=5 tid=0x828410 nid=0x12b runnable [0x1a6af000..0x1a6afdc8]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:413)
         at java.net.ServerSocket.implAccept(ServerSocket.java:241)
         at java.net.ServerSocket.accept(ServerSocket.java:222)
         at weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:121)
         at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112)
         at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    "ListenThread" prio=5 tid=0x828df0 nid=0x11c runnable [0x1a66f000..0x1a66fdc8]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:413)
         at java.net.ServerSocket.implAccept(ServerSocket.java:241)
         at java.net.ServerSocket.accept(ServerSocket.java:222)
         at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
    "JavaIDL Reader for 15.168.56.52:1630" daemon prio=5 tid=0x82aa40
    nid=0x100 runnable [0x1a5ef000..0x1a5efdc8]
         at java.net.SocketInputStream.socketRead(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:86)
         at com.sun.corba.se.internal.iiop.Message.readFully(Message.java:268)
         at com.sun.corba.se.internal.iiop.Message.createFromStream(Message.java:159)
         at com.sun.corba.se.internal.iiop.IIOPConnection.createInputStream(IIOPConnection.java:608)
         at com.sun.corba.se.internal.iiop.ReaderThread.run(IIOPConnection.java:109)
    "JavaIDL Listener" daemon prio=5 tid=0x82cee0 nid=0x128 runnable
    [0x1a56f000..0x1a56fdc8]
         at java.net.PlainSocketImpl.socketAccept(Native Method)
         at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:413)
         at java.net.ServerSocket.implAccept(ServerSocket.java:241)
         at java.net.ServerSocket.accept(ServerSocket.java:222)
         at com.sun.corba.se.internal.iiop.ListenerThread.run(ListenerThread.java:52)
    "JavaIDL Reader for 15.168.56.52:5000" daemon prio=5 tid=0x82bca0
    nid=0x11a runnable [0x1a4ef000..0x1a4efdc8]
         at java.net.SocketInputStream.socketRead(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:86)
         at com.sun.corba.se.internal.iiop.Message.readFully(Message.java:268)
         at com.sun.corba.se.internal.iiop.Message.createFromStream(Message.java:159)
         at com.sun.corba.se.internal.iiop.IIOPConnection.createInputStream(IIOPConnection.java:608)
         at com.sun.corba.se.internal.iiop.ReaderThread.run(IIOPConnection.java:109)
    "NBExecuteThread-1" daemon prio=5 tid=0x7daf20 nid=0xa9 waiting
    on monitor [0x1a3ef000..0x1a3efdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    "NBExecuteThread-0" daemon prio=5 tid=0x7d9b20 nid=0x11e waiting
    on monitor [0x1a36f000..0x1a36fdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    "ExecuteThread-14" daemon prio=5 tid=0x7d8800 nid=0x122 waiting
    on monitor [0x1a2ef000..0x1a2efdc8]
         at java.lang.Object.wait(Native Method)
         at com.ibm.tspaces.Semaphore.decr(Semaphore.java:105)
         at com.ibm.tspaces.Waiter.waitFor(Waiter.java:128)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:512)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:419)
         at com.ibm.tspaces.TupleSpace.command(TupleSpace.java:4298)
         at com.ibm.tspaces.TupleSpace.waitToTake(TupleSpace.java:2120)
         at com.hugin.edot.Space.waitingTake(Space.java:166)
         at com.hugin.edot.superlib.SuperLib.retrieveAnswer(SuperLib.java:80)
         at com.hp.edot.service.bats.em.EdotLib.request(EdotLib.java:111)
         at com.hp.edot.service.bats.em.EdotLib.findBestStep(EdotLib.java:162)
         at com.hp.edot.service.bats.em.EngineManager.FindBestStep(EngineManager.java:300)
         at com.hp.edot.service.bats.em.EngineManager_ServiceStub.FindBestStep(EngineManager_ServiceStub.java:84)
         at com.hp.edot.service.bats.phase.CalculateNextStep.FindBestStep(CalculateNextStep.java:136)
         at com.hp.edot.service.bats.phase.InterrogativeTroubleshooting.execute(InterrogativeTroubleshooting.java:241)
         at com.citr.decade.b2b.phase.PhaseClassExecutor.execute(PhaseClassExecutor.java:252)
         at com.citr.decade.b2b.resolver.Resolver.processExecute(Resolver.java:446)
         at com.citr.decade.b2b.resolver.Resolver.resolve(Resolver.java:282)
         at com.hp.edot.service.bats.tsservice.TsServiceBean.service(TsServiceBean.java:728)
         at com.hp.edot.service.bats.tsservice.TsServiceBeanEOImpl.service(TsServiceBeanEOImpl.java:237)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB$DocumentExecutor.execute(ServiceConnectorExecutorEJB.java:179)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB.execute(ServiceConnectorExecutorEJB.java:461)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.serviceServiceRequest(ServiceConnectorBase.java:419)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.service(ServiceConnectorBase.java:173)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBean.service(ServiceConnectorBean.java:605)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBeanEOImpl.service(ServiceConnectorBeanEOImpl.java:108)
         at com.hp.edot.servlet.ProcessServlet.doPost(ProcessServlet.java:538)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:907)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:851)
         at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
         at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:364)
         at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:252)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-13" daemon prio=5 tid=0x7d7530 nid=0x14d runnable
    [0x1a26f000..0x1a26fdc8]
         at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
         at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:331)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-12" daemon prio=5 tid=0x7d6180 nid=0xec runnable
    [0x1a1ef000..0x1a1efdc8]
         at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
         at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:331)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-11" daemon prio=5 tid=0x7d6d30 nid=0xc4 runnable
    [0x1a16f000..0x1a16fdc8]
         at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
         at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:331)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-10" daemon prio=5 tid=0x7d59e0 nid=0xf1 runnable
    [0x1a0ef000..0x1a0efdc8]
         at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
         at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:331)
         at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-9" daemon prio=5 tid=0x7d45e0 nid=0xca waiting on
    monitor [0x1a06f000..0x1a06fdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    "ExecuteThread-8" daemon prio=5 tid=0x7d32b0 nid=0x11f waiting
    on monitor [0x19fef000..0x19fefdc8]
         at java.lang.Object.wait(Native Method)
         at com.ibm.tspaces.Semaphore.decr(Semaphore.java:105)
         at com.ibm.tspaces.Waiter.waitFor(Waiter.java:128)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:512)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:419)
         at com.ibm.tspaces.TupleSpace.<init>(TupleSpace.java:645)
         at com.ibm.tspaces.TupleSpace.<init>(TupleSpace.java:871)
         at com.hugin.edot.Space.<init>(Space.java:46)
         at com.hugin.edot.superlib.SuperLib.<init>(SuperLib.java:27)
         at com.hp.edot.service.bats.em.EdotLib.<init>(EdotLib.java:34)
         at com.hp.edot.service.bats.em.EngineManager.FindBestStep(EngineManager.java:299)
         at com.hp.edot.service.bats.em.EngineManager_ServiceStub.FindBestStep(EngineManager_ServiceStub.java:84)
         at com.hp.edot.service.bats.phase.CalculateNextStep.FindBestStep(CalculateNextStep.java:136)
         at com.hp.edot.service.bats.phase.InterrogativeTroubleshooting.execute(InterrogativeTroubleshooting.java:241)
         at com.citr.decade.b2b.phase.PhaseClassExecutor.execute(PhaseClassExecutor.java:252)
         at com.citr.decade.b2b.resolver.Resolver.processExecute(Resolver.java:446)
         at com.citr.decade.b2b.resolver.Resolver.resolve(Resolver.java:282)
         at com.hp.edot.service.bats.tsservice.TsServiceBean.service(TsServiceBean.java:728)
         at com.hp.edot.service.bats.tsservice.TsServiceBeanEOImpl.service(TsServiceBeanEOImpl.java:237)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB$DocumentExecutor.execute(ServiceConnectorExecutorEJB.java:179)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB.execute(ServiceConnectorExecutorEJB.java:461)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.serviceServiceRequest(ServiceConnectorBase.java:419)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.service(ServiceConnectorBase.java:173)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBean.service(ServiceConnectorBean.java:605)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBeanEOImpl.service(ServiceConnectorBeanEOImpl.java:108)
         at com.hp.edot.servlet.ProcessServlet.doPost(ProcessServlet.java:538)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:907)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:851)
         at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
         at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:364)
         at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:252)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-7" daemon prio=5 tid=0x7d3e80 nid=0x14a waiting
    on monitor [0x19f6f000..0x19f6fdc8]
         at java.lang.Object.wait(Native Method)
         at com.ibm.tspaces.Semaphore.decr(Semaphore.java:105)
         at com.ibm.tspaces.Waiter.waitFor(Waiter.java:128)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:512)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:419)
         at com.ibm.tspaces.TupleSpace.command(TupleSpace.java:4298)
         at com.ibm.tspaces.TupleSpace.read(TupleSpace.java:2785)
         at com.hugin.edot.Space.getTime(Space.java:73)
         at com.hugin.edot.Space.put(Space.java:88)
         at com.hugin.edot.superlib.SuperLib.performRequest(SuperLib.java:60)
         at com.hp.edot.service.bats.em.EdotLib.request(EdotLib.java:110)
         at com.hp.edot.service.bats.em.EdotLib.findBestStep(EdotLib.java:162)
         at com.hp.edot.service.bats.em.EngineManager.FindBestStep(EngineManager.java:300)
         at com.hp.edot.service.bats.em.EngineManager_ServiceStub.FindBestStep(EngineManager_ServiceStub.java:84)
         at com.hp.edot.service.bats.phase.CalculateNextStep.FindBestStep(CalculateNextStep.java:136)
         at com.hp.edot.service.bats.phase.InterrogativeTroubleshooting.execute(InterrogativeTroubleshooting.java:241)
         at com.citr.decade.b2b.phase.PhaseClassExecutor.execute(PhaseClassExecutor.java:252)
         at com.citr.decade.b2b.resolver.Resolver.processExecute(Resolver.java:446)
         at com.citr.decade.b2b.resolver.Resolver.resolve(Resolver.java:282)
         at com.hp.edot.service.bats.tsservice.TsServiceBean.service(TsServiceBean.java:728)
         at com.hp.edot.service.bats.tsservice.TsServiceBeanEOImpl.service(TsServiceBeanEOImpl.java:237)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB$DocumentExecutor.execute(ServiceConnectorExecutorEJB.java:179)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB.execute(ServiceConnectorExecutorEJB.java:461)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.serviceServiceRequest(ServiceConnectorBase.java:419)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.service(ServiceConnectorBase.java:173)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBean.service(ServiceConnectorBean.java:605)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBeanEOImpl.service(ServiceConnectorBeanEOImpl.java:108)
         at com.hp.edot.servlet.ProcessServlet.doPost(ProcessServlet.java:538)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:907)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:851)
         at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
         at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:364)
         at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:252)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-6" daemon prio=5 tid=0x7d2b20 nid=0x116 waiting
    on monitor [0x19eef000..0x19eefdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    "ExecuteThread-5" daemon prio=5 tid=0x7d1720 nid=0xfd waiting on
    monitor [0x19e6f000..0x19e6fdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    "ExecuteThread-4" daemon prio=5 tid=0x7d03e0 nid=0xfa waiting on
    monitor [0x19def000..0x19defdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    "ExecuteThread-3" daemon prio=5 tid=0x7cf680 nid=0xf2 waiting on
    monitor [0x19d6f000..0x19d6fdc8]
         at java.lang.Object.wait(Native Method)
         at com.ibm.tspaces.Semaphore.decr(Semaphore.java:105)
         at com.ibm.tspaces.Waiter.waitFor(Waiter.java:128)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:512)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:419)
         at com.ibm.tspaces.TupleSpace.<init>(TupleSpace.java:645)
         at com.ibm.tspaces.TupleSpace.<init>(TupleSpace.java:871)
         at com.hugin.edot.Space.<init>(Space.java:46)
         at com.hugin.edot.superlib.SuperLib.<init>(SuperLib.java:27)
         at com.hp.edot.service.bats.em.EdotLib.<init>(EdotLib.java:34)
         at com.hp.edot.service.bats.em.EngineManager.FindBestStep(EngineManager.java:299)
         at com.hp.edot.service.bats.em.EngineManager_ServiceStub.FindBestStep(EngineManager_ServiceStub.java:84)
         at com.hp.edot.service.bats.phase.CalculateNextStep.FindBestStep(CalculateNextStep.java:136)
         at com.hp.edot.service.bats.phase.InterrogativeTroubleshooting.execute(InterrogativeTroubleshooting.java:241)
         at com.citr.decade.b2b.phase.PhaseClassExecutor.execute(PhaseClassExecutor.java:252)
         at com.citr.decade.b2b.resolver.Resolver.processExecute(Resolver.java:446)
         at com.citr.decade.b2b.resolver.Resolver.resolve(Resolver.java:282)
         at com.hp.edot.service.bats.tsservice.TsServiceBean.service(TsServiceBean.java:728)
         at com.hp.edot.service.bats.tsservice.TsServiceBeanEOImpl.service(TsServiceBeanEOImpl.java:237)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB$DocumentExecutor.execute(ServiceConnectorExecutorEJB.java:179)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB.execute(ServiceConnectorExecutorEJB.java:461)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.serviceServiceRequest(ServiceConnectorBase.java:419)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.service(ServiceConnectorBase.java:173)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBean.service(ServiceConnectorBean.java:605)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBeanEOImpl.service(ServiceConnectorBeanEOImpl.java:108)
         at com.hp.edot.servlet.ProcessServlet.doPost(ProcessServlet.java:538)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:907)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:851)
         at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
         at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:364)
         at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:252)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-2" daemon prio=5 tid=0x78c8f0 nid=0x104 runnable
    [0x19cef000..0x19cefdc8]
         at weblogic.servlet.internal.session.SessionData.remove(SessionData.java:266)
         at weblogic.servlet.internal.session.MemorySessionContextImpl.invalidateSession(MemorySessionContextImpl.java:72)
         at weblogic.servlet.internal.session.SessionContext$SessionInvalidator.invalidateSessions(SessionContext.java:502)
         at weblogic.servlet.internal.session.SessionContext$SessionInvalidator.trigger(SessionContext.java:479)
         at weblogic.time.common.internal.ScheduledTrigger.executeLocally(ScheduledTrigger.java:197)
         at weblogic.time.common.internal.ScheduledTrigger.execute(ScheduledTrigger.java:191)
         at weblogic.time.server.ScheduledTrigger.execute(ScheduledTrigger.java:60)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-1" daemon prio=5 tid=0x7b9990 nid=0x113 waiting
    on monitor [0x19c6f000..0x19c6fdc8]
         at java.lang.Object.wait(Native Method)
         at com.ibm.tspaces.Semaphore.decr(Semaphore.java:105)
         at com.ibm.tspaces.Waiter.waitFor(Waiter.java:128)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:512)
         at com.ibm.tspaces.TSCmdSocketImpl.command(TSCmdSocketImpl.java:419)
         at com.ibm.tspaces.TupleSpace.<init>(TupleSpace.java:645)
         at com.ibm.tspaces.TupleSpace.<init>(TupleSpace.java:871)
         at com.hugin.edot.Space.<init>(Space.java:46)
         at com.hugin.edot.superlib.SuperLib.<init>(SuperLib.java:27)
         at com.hp.edot.service.bats.em.EdotLib.<init>(EdotLib.java:34)
         at com.hp.edot.service.bats.em.EngineManager.FindBestStep(EngineManager.java:299)
         at com.hp.edot.service.bats.em.EngineManager_ServiceStub.FindBestStep(EngineManager_ServiceStub.java:84)
         at com.hp.edot.service.bats.phase.CalculateNextStep.FindBestStep(CalculateNextStep.java:136)
         at com.hp.edot.service.bats.phase.InterrogativeTroubleshooting.execute(InterrogativeTroubleshooting.java:241)
         at com.citr.decade.b2b.phase.PhaseClassExecutor.execute(PhaseClassExecutor.java:252)
         at com.citr.decade.b2b.resolver.Resolver.processExecute(Resolver.java:446)
         at com.citr.decade.b2b.resolver.Resolver.resolve(Resolver.java:282)
         at com.hp.edot.service.bats.tsservice.TsServiceBean.service(TsServiceBean.java:728)
         at com.hp.edot.service.bats.tsservice.TsServiceBeanEOImpl.service(TsServiceBeanEOImpl.java:237)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB$DocumentExecutor.execute(ServiceConnectorExecutorEJB.java:179)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorExecutorEJB.execute(ServiceConnectorExecutorEJB.java:461)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.serviceServiceRequest(ServiceConnectorBase.java:419)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBase.service(ServiceConnectorBase.java:173)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBean.service(ServiceConnectorBean.java:605)
         at com.citr.decade.b2b.serviceconnector.ServiceConnectorBeanEOImpl.service(ServiceConnectorBeanEOImpl.java:108)
         at com.hp.edot.servlet.ProcessServlet.doPost(ProcessServlet.java:538)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:106)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:907)
         at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:851)
         at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:252)
         at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:364)
         at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:252)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:129)
    "ExecuteThread-0" daemon prio=5 tid=0x7b9f20 nid=0x10f waiting
    on monitor [0x19bef000..0x19befdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:99)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:126)
    "TimeEventGenerator" daemon prio=5 tid=0x7cd030 nid=0x5e waiting
    on monitor [0x19b6f000..0x19b6fdc8]
         at java.lang.Object.wait(Native Method)
         at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:279)
         at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:141)
         at java.lang.Thread.run(Thread.java:484)
    "SpinnerRandomSource" daemon prio=5 tid=0x7cc910 nid=0x101 waiting
    on monitor [0x19aef000..0x19aefdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:104)
         at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:121)
    "Signal Dispatcher" daemon prio=10 tid=0x76aaa0 nid=0x4c waiting
    on monitor [0..0]
    "Finalizer" daemon prio=9 tid=0x767f20 nid=0x149 waiting on monitor
    [0x14e4f000..0x14e4fdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
         at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
         at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
    "Reference Handler" daemon prio=10 tid=0x766c50 nid=0x144 waiting
    on monitor [0x14e0f000..0x14e0fdc8]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
    "main" prio=5 tid=0x7627e0 nid=0x124 waiting on monitor [0x6f000..0x6fc3c]
         at java.lang.Object.wait(Native Method)
         at java.lang.Object.wait(Object.java:420)
         at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1803)
         at java.lang.reflect.Method.invoke(Native Method)
         at weblogic.Server.startServerDynamically(Server.java:107)
         at weblogic.Server.main(Server.java:65)
         at weblogic.Server.main(Server.java:55)
    "VM Thread" prio=5 tid=0x765f30 nid=0xc1 runnable
    "VM Periodic Task Thread" prio=10 tid=0x769560 nid=0x120 waiting
    on monitor

    To use the XA feature, you would need a version 8.1.6 or later Oracle database with JServer option.
    http://technet.oracle.com/doc/oracle8i_816/java.816/a81354/xadistra.htm#1056354

  • Web logic 10.3  - WLDF Console Extension java applet is not loading

    Weblogic running in Solaris
    Navigating to the weblogic console using – HTTP like , http://host:port/console
    I was trying to enable WDLF console extension , as mentioned in documentation copied diagnostics-console-extension.jar to <domain>/console-ext folder. After this a I could see the “WLDF Console Extension” tab when I log into the admin console. But the java applet is failing to load - showing Error: Click for details , follwing are the details
    Java Plug-in 10.2.0.13
    Using JRE version 1.7.0_02-b13 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\user
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    Appreciate your comments

    Do you see any further nested exceptions OR errors in the log file.
    Considering that the same WLS-JDK combination works on one machine and does not work on another machine, it indicates an environmental issue.
    "However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed....
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu."
    I am suspecting if it has to do anything with the native libraries being loaded JAVA_LIB_PATH.
    Please review the server log file again for identifying differences in LIB_PATH or PATH or any messages saying "Unable to load native.. performance pack.."
    Arun

  • Web Logic 10.3.6 (64bit) - Could not load the sitemesh filter and library

    Installed Web Logic 10.3.3 (32bit) and Java JDK 1.6.0_21 (32bit) in a customer's server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu.
    However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed with header and side menu, it is just displayed with a blank background. Refer to the below "ERROR LOG", found the application could not load the sitemesh filter and library properly. We are using sitemesh-2.3.jar.
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu.
    Please assist on this issue. Thanks.
    Below is the sitemesh that is declared and configured.
    WEB-INF/web.xml
    <filter>
    <filter-name>sitemesh</filter-name>
    <filter-class>com.opensymphony.module.sitemesh.filter.PageFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>sitemesh</filter-name>
    <url-pattern>/*</url-pattern>
    <dispatcher>REQUEST</dispatcher>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>INCLUDE</dispatcher>          
    </filter-mapping>
    WEB-INF/decorators.xml
    <decorators defaultdir="/template/decorators">
    <decorator name="plain" page="plain.jsp"/>
    <decorator name="printable" page="printable.jsp"/>
    <decorator name="standard" page="page_template_std.jsp">
    <pattern>/*.jsp</pattern>
    </decorator>
    <excludes>
    <pattern>/include/*</pattern>
    <pattern>/js/*</pattern>
    <pattern>/Login.jsp*</pattern>
    </excludes>
    </decorators>
    WEB-INF/sitemesh.xml
    <sitemesh>
    <property name="decorators-file" value="/WEB-INF/decorators.xml"/>
    <excludes file="${decorators-file}"/>
    <page-parsers>
    <parser content-type="text/html"
    class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
    <parser content-type="text/html;charset=ISO-8859-1"
    class="com.opensymphony.module.sitemesh.parser.HTMLPageParser" />
    </page-parsers>
    <decorator-mappers>
         <mapper class="com.opensymphony.module.sitemesh.mapper.PageDecoratorMapper">
              <param name="property.1" value="meta.decorator" />
              <param name="property.2" value="decorator" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.FrameSetDecoratorMapper">
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.AgentDecoratorMapper">
              <param name="match.MSIE" value="ie" />
              <param name="match.Mozilla [" value="ns" />
              <param name="match.Opera" value="opera" />
              <param name="match.Lynx" value="lynx" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.PrintableDecoratorMapper">
              <param name="decorator" value="printable" />
              <param name="parameter.name" value="printable" />
              <param name="parameter.value" value="true" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.RobotDecoratorMapper">
              <param name="decorator" value="robot" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.ParameterDecoratorMapper">
              <param name="decorator.parameter" value="decorator" />
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.FileDecoratorMapper">
         </mapper>
         <mapper class="com.opensymphony.module.sitemesh.mapper.ConfigDecoratorMapper">
              <param name="config" value="/WEB-INF/decorators.xml" />
         </mapper>
    </decorator-mappers>
    </sitemesh>
    ERROR LOG
    ####<May 8, 2012 5:38:49 PM SGT> <Error> <HTTP> <BHQKPK10060> <cms_cimbmy> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1336469929804> <BEA-101165> <Could not load user defined filter in web.xml: com.opensymphony.module.sitemesh.filter.PageFilter.
    com.opensymphony.module.sitemesh.factory.FactoryException: Cannot construct Factory : com.opensymphony.module.sitemesh.factory.DefaultFactory: java.lang.reflect.InvocationTargetException
         at com.opensymphony.module.sitemesh.Factory.getInstance(Factory.java:50)
         at com.opensymphony.module.sitemesh.filter.PageFilter.init(PageFilter.java:87)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Do you see any further nested exceptions OR errors in the log file.
    Considering that the same WLS-JDK combination works on one machine and does not work on another machine, it indicates an environmental issue.
    "However installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) on that same server. The web page cannot be displayed....
    Have tried installed Web Logic 10.3.6 (64bit) and Java JDK 1.6.0_31 (64bit) in a test server (Windows Server 2008 R2 and 64-bit Operating System). The web page can be displayed with header and side menu."
    I am suspecting if it has to do anything with the native libraries being loaded JAVA_LIB_PATH.
    Please review the server log file again for identifying differences in LIB_PATH or PATH or any messages saying "Unable to load native.. performance pack.."
    Arun

  • Error while running application under  Oracle Web logic server 10.3

    Hi all,
    I am using  Oracle Web logic server 10.3 to run reports(CR4E).when at the time of adding server in to crystal report application
    i had taken Application Development Support Then at run time it is showing following error message
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException---- Error code:-2147467259 Error code name:failed
    How to Solve these critical  problem
    Thanks ,
    Amol Patil

    Hi Rahul,
    Server logs may contain JDK warnings such as the following if the jdk folder is an mklink.
    *[WARN ][osal ] Could not add counter (null)\ for query*
    *[WARN ][osal ] Failed to init virtual size counter.*
    These are just warnings and do not affect any servers.
    Workaround
    To suppress these warnings, add the following line in the FRAMEWORK_LOCATION\provisioning\provisioning-plan\fusionapps_start_params.properties file
    -Xverbose:osal=error
    You can even try the solution provided in below link
    http://hirt.se/blog/?p=169
    Regards
    Fabian

  • Issue in calling web service from SoapUI 4.0.0 to Oracle web logic server10

    Hi All,
    I am trying to call a web service from soapUI 4.0.0 to Oracle Web logic server 10.3 in which primavera p6 war file is deployed..
    getting an error::*this class does not support saaj 1.3*
    setting the following system property in the Weblogic startup script:
    -Djavax.xml.soap.MessageFactory=com.sun.xml.internal.messaging.saaj.soap.ver1_1.SOAPMessageFactory1_1Impl does not work..
    setting the following system property in the Weblogic startup script:
    -Djavax.xml.soap.MessageFactory=weblogic.xml.saaj.MessageFactoryImpl
    even does not work..
    how to resolve this error,plz help me its urgent..

    Have you tried submitting your help request on the SmartBear soapUI forum?
    http://www.eviware.com/forum/viewforum.php?f=5
    Or if a soapUI Pro user:
    http://www.eviware.com/forum/viewforum.php?f=2
    Best,
    Alex

  • How to install Discoverer 11g on Web Logic Server with Forms and Reports 11g Rel2

    Hello,
    We finally started to migrate from Oracle iAs 10g Release 2 to Oracle Forms and Reports 11g Release 2 using Web Logic. I don't see an option to install Discoverer on the server.
    My OS: windows 2008 R2
    Installed Web Logic 10.3.6
    Forms & Reports: 11.1.2.2.0_64 (64 Bit Forms)
    How do I install Discoverer Plus in 11g? All I can find is Discoverer 11g Desktop/Administrator to run on User work Station. We were using discoverer Plus in 10g iAS.
    Thanks
    Rao

    907485 wrote:
    Hi:
    I need to install oracle 11g from VNC viewer. The VNC is stalled on linux. I managed login. Now I have a screen that has some icons on the top like, Connection Options, "i", refresh, CTRl, ...
    under that I have
    Accept clipboard from viewers
    Send clipboard to viewers
    Send primary selection to viewers
    From the Connection Options window, I checked Hextile for Use encoding and Let remote server deal with mouse cursor.
    What is next? How do I connect to the server. (When I login I used hostname:1)
    Thankyou.we only know what you post.
    where does linux reside?
    where is VNC installed?

  • Problem with a Data Source in Web Logic

    Hi everybody,
    Currently i am deploying a 11g ADF application, i am testing my application in a Web Logic 10.3.2.0, and in the beginning all works OK, but when the user test the application like a half of hour the data source throws this exception:
    Messages
    Test of MOR_DS_ORA2 on server soa_server1 failed, reason:
    Connection test failed with the following exception: weblogic.common.resourcepool.ResourceUnavailableException: No resources currently available in pool MOR_DS_ORA2 to allocate to applications. Either specify a time period to wait for resources to become available, or increase the size of the pool and retry..
    This error only occur in the development server of the company, never in the embed WL of my JDeveloper 11 g
    Checking my code (appModuleImpl where is all the logic and integration with my DB) i don't see any wrong.
    I call SP like this:
    String stmt = "BEGIN XXMOR_FUNCIONAL_PKG.XXMOR_SOL_REPROCESAR_PR(?, ?); END;";
    CallableStatement st = null;
    try {
    st = getDBTransaction().createCallableStatement(stmt, 2);
    st.setInt(1, idSol);
    st.setString(2, rw.getTrackingIdConcom());
    st.execute();
    System.out.println("Exito.");
    catch (SQLException e) {
    throw new JboException(e);
    finally {
    if (st != null) {
    try {
    st.close();
    catch (SQLException e) {}
    Execute some querys like this:
    public ArrayList getElementsByArguments(String query){
    ArrayList al = new ArrayList();
    ResultSet rs = null;
    try {
    rs = getDBTransaction().createStatement(0).executeQuery(query);
    ResultSetMetaData rsMeta = rs.getMetaData();
    int numColumnas = rsMeta.getColumnCount();
    while(rs.next()) {
    for (int i = 1; i <= numColumnas; i++) {
    al.add(rs.getString(i));
    } catch (SQLException e) {
    getDBTransaction().commit();
    return al;
    And some insert and update like this:
    public String setNewFzaVta(Number idSegNeg, String idenFzaVta, String nomFzaVta, String region, String copysOrden,
    String copysFecha, String mutlifuerza, String rtcrdAut, String autCorreo, String mercadotecnia,
    String divCanal, String conCom, String activa, String notificacion, String createBy, Date currentDate,
    String matloc, Number tolerancia, String rate){
    XxmorFzasVtasTabViewImpl u = (XxmorFzasVtasTabViewImpl)getXxmorFzasVtasTabView1();
    XxmorFzasVtasTabViewRowImpl newRow = (XxmorFzasVtasTabViewRowImpl)u.createRow();
    SequenceImpl seq = new SequenceImpl("XXMOR_ID_FZAVTA_SQ", getDBTransaction());
    Number seqNextval = seq.getSequenceNumber();
    newRow.setIdSegNeg(idSegNeg);
    newRow.setIdFzaVentas(seqNextval);
    newRow.setIdentFzaVentas(idenFzaVta);
    newRow.setNombreFzaVentas(nomFzaVta);
    newRow.setRegion(region);
    newRow.setCopysXOrden(copysOrden);
    newRow.setCopysXFecha(copysFecha);
    newRow.setMultifuerza(mutlifuerza);
    newRow.setRtcrdAuthAut(rtcrdAut);
    newRow.setAutXCorreo(autCorreo);
    newRow.setMercadotecnia(mercadotecnia);
    newRow.setDivXCanal(divCanal);
    newRow.setCondicionesComerciales(conCom);
    newRow.setActiva(activa);
    newRow.setNotificacionExtInt(notificacion);
    newRow.setCreatedBy(createBy);
    newRow.setCreatedDate(currentDate);
    newRow.setMatloc(matloc);
    newRow.setAutTolerancia(tolerancia);
    newRow.setGetRate(rate);
    u.insertRow(newRow);
    getDBTransaction().commit();
    return seqNextval.toString();
    Can anybody help me ! ????

    Hi,
    from the original post it is not obvious from where the code is called and if the AM is released properly. So if you face the same issue, maybe you can explain more
    Frank

Maybe you are looking for

  • Intel Mac Mini stuck in reboot loop

    I just upgraded the hard drive in my 2007 intel mac mini core duo. Drive formatted successfully, contains GUID Partition Table. OSX 10.5 installed successfully. Machine rebooted, I ran software update to 10.5.7 successfully. Upon installing Adobe Fla

  • Mac Mini Server with Windows installed?

    I have a windows application for a business otherwise all mac OS.  Want to run the windows app on a mac mini server allowing access from multiple workstations.  Desire to not committ entire mac mini server to windows so will need to partition I assum

  • Finalizing a Disk

    I have been given a DVD for a presentation that apparently has not been finalized. I need the video to finish a tribute video for a church's centennial anniversary celebration. I there any way to salvage the video or either finalize it on a different

  • Error 205 when trying to install InDesign

    I constantly get a error 205 message when I try to install InDesign on a Windows 7 pc. I've tried half a dozen times already without success. Does anybody have an idea of what might fix this? Thanks a lot

  • C# - Get Azure virtual machine status

    Hey, how I can get virtual machines current status using C# code? When you open Azure portal and you navigate under "Virtual Machines" you can see all your virtual machines there. You can also see virtual machines status, example "running", "stopped"