OC4J: Pool of stateless Java WS instances ?

There is the following paragraph in OAS WebServices documentation:
"For a stateless Java implementation, Oracle Application Server Web Services
creates multiple instances of the Java class in a pool, any one of which may be
used to service a request. After servicing the request, the object is returned to
the pool for use by a subsequent request."
Writing Stateless and Stateful Java Web Services
Oracle® Application Server Web Services
Developer’s Guide
10g (9.0.4)
Part No. B10447-01
Could anybody quide me with finding a way how this pool of instances can be managed ?
For now, it seems like only single instance of stateless servlet is created,
and it's not possible to serve concurrent requests in parallel.
Is it really so ?
Thanks.

Is the SAME instance from the pool used to process the HeaderCallback AND service the request?
I want to set a private variable in the processHeaders callback method and then use it in the service method.

Similar Messages

  • Pool of stateless instances ?

    There is the following paragraph in OAS WebServices documentation:
    "For a stateless Java implementation, Oracle Application Server Web Services
    creates multiple instances of the Java class in a pool, any one of which may be
    used to service a request. After servicing the request, the object is returned to
    the pool for use by a subsequent request."
    Writing Stateless and Stateful Java Web Services
    Oracle® Application Server Web Services
    Developer’s Guide
    10g (9.0.4)
    Part No. B10447-01
    Could anybody help me with finding a way how this pool of instances can be managed ?
    For now, it seems like only single instance of stateless servlet is created,
    and it's not possible to serve concurrent requests in parallel.
    Is it really so ?
    Thanks.

    Is the SAME instance from the pool used to process the HeaderCallback AND service the request?
    I want to set a private variable in the processHeaders callback method and then use it in the service method.

  • How can I implement the connection pool in my java stored procedure

    my java stored procedures (in database 'B') have to connect to another oracle database ,let's say 'A'. And how can I implement the behavior like the so-called connection pool in my java stored procedure in 'B', as below.
    1. database B, has 2 java stored procedures sp1 and sp2
    2. both sp1 and sp2 connects to databse 'A'
    whatever I call the sp1 and sp2 and the database 'A' always only one connected session from sp1 and sp2 in database 'B'.
    THANKS A LOTS...

    my problem is I have a lots of java stored procedures need to cnnect to the remote oracle db, and I hope the remote db can only have a connected session from my java stored procedures in my local db. I try as below
    class sp{
    static Connection conn=null; //the remote db connection,
    public static void sp1(){...}//procedure 1, using conn
    public static void sp2(){...}//procedure 2, using conn,too
    I can 'see' the 'conn' variable if I invoke the sp1() and sp2() from the same client application(maybe sqlplus). But if I invoke the sp1() from client 'A' and invoke sp2() from client 'B' then the sp1() and sp2() can not see the 'conn' variable for each other. I think it's because the two clients cause oracle to create two instances of the class 'sp' and the sp1() and sp2() located in different instance seperately. Thus the sp1() and sp2() can not see 'conn' for each other. They can only see its own 'conn'.
    To connect to the remote db from the java stored procedure is easy but is it possible to connect to the remote db via database link from the java stored procedure at my local db ? If so, then I also archive my goal .
    BTW , thanks a lots...
    andrew :-)

  • Publishing a stateless java web service

    Hi All,
    Two questions:
    1 - Does Oracle still support publishing java web services (stateless and stateful) just by declaring it in the web.xml file? I see that there are instructions on how to do this in an old whitepaper but any recent programmer documentation does not have it.
    2 - I tried declaring a java class as a web service in the web.xml and it seems to do something (ie., when I go to the URI, there is actually the wsdl, and the various methods that can be invoked). However, when invoking one of the methods (which should just return "Hello World" without any processing at all), I get the following exception. Any ideas?
    javax.servlet.ServletException
         at oracle.j2ee.ws.RpcWebService.doGetRequest(RpcWebService.java:632)
         at oracle.j2ee.ws.BaseWebService.doGet(BaseWebService.java:1117)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:292)
         at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:606)
         at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:312)
         at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:779)
         at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:264)
         at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].server.http.HttpRequestHandler.run(HttpRequestHandler.java:107)
         at com.evermind[Oracle9iAS (9.0.3.0.0) Containers for J2EE].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
         at java.lang.Thread.run(Thread.java:536)
    Thanks,
    Johnny

    hello Jonathan
    In Jdev903 doc it is given that (pl/sql web service)
    Limitations
    On Oracle9i Database release 2, when a stored procedure or function of the same name and the same package name is accessible in more than one schema, then the SQLJ translator invoked during publication of PL/SQL web services will fail. In order to resolve this problem, ensure that packages to be published are visible only in one schema, and that no other packages in other schemas share the same name.
    The problem u explained come into the same category.Which database version u r using ? .
    regards
    Mangesh

  • Installing Java Dialog Instance - Error while connecting to DB

    We would like to add a dialog instance to our production Portal server.  We installed Portal as stand-alone on the central instance.  We have another server we would like to setup to serve as a Portal dialog instance.
    So far I have installed Windows 2003 Server Standard.  Installed MSSQL server client tools (database is mssql server).  Installed jdk 1.4.62.  Set java home and path environmental variables.  I'm now installing the Java dialog instance (I can't find any documentation on this).  From Netweaver installation CD> SAP NetWeaver '04 Support Release 1> Java System> MS SQL Server> Dialog Instance Installation>
    SAP System ID: (sid) ES2
    Central Host: SAPEPS02
    Path to JAVA DVD supplied> JDK Directory confirmed> Domain paramaters confirmed> domain<sid> account passwords supplied> domain<service><sid> account password supplied> Instance number confirmed>
    Installation started> It gets to step 8 and fails stating "Error while connecting to DB".  I looked through all the log files and couldn't come up with anything (i'm very thorough).
    I tried adding the users to the database as dbowners (no luck).  I installed SQL server 2000 with SP4.  No where during this installation did I get prompted for database parameters?
    Is there something basic i'm missing?  Does this scenario not work?  Any help would be greatly appreciated.  Pointing me in the right direction of the correct documentation would also be appreciated.  Thank you in advance.
    Sincerely,
    Brad Dridi

    Hi Brad,
    I am facing the same problem. I hope by now you must have got the solution for this.
    Can you please let me know how did you overcome this situation?
    Thank you!!
    Regards,
    Abhijeet Bhagat

  • How to Uninstall Java Dialog Instance

    Does anyone know how to uninstall a Java Dialog instance?
    The install instructions, 'SAP Web Application Server 6.40 SR1 Java on Windows: MS SQL Server' suggest that I should go to the control panel and select the add/remove program and then find the instance and remove it.  However, the instance does not appear in the list.
    Note:  I have the ABAP stack (DEV) and the java stack (JDV) installed on the same box. But, the java stack is not an add-in.  The ABAP stack instance does appear in the add/remove program list.

    ok Doug,
    i've a workaround for that.
    Go to registry editor.IF YOU Find the Service corresponding to J03(SAP<SID>_03). Delete it. (if you want to be fail safe, export that contents to a file using FILE --> EXPORT and then delete it. you may import it later if you want). and RESTART the PC.
    this process will ensure that there is no instance according to your system (coz no registry entry is found). it is as good as removed. but the files that were created during the instance installation will remain in your hard drive.
    IN CASE you need this instance later or this workaround gives you any trouble, just import the registry contents file which you have exported earlier and RESTART THE PC.
    it is as good as it was!!!
    this is an easy work around but slightly risky as u are fiddling with your SYSTEM REGISTRY ENTRIES.
    Regards
    Arun.
    PS: Remove the corresponding entry in the WINDOWS SERVICES file. otherwise, it will give PORT IN USE during later installation with instance number 03.
    Message was edited by: Arunkumar

  • Problems with Java dialog instance after System Copy

    Hi Folks,
    I've performed a System Copy from PRD to QAS both ABAP and JAVA Stack (Netweaver 2004s SEM-BW). The ABAP is up and running and the central instance JAVA too. But there was two applications (dialog instances JAVA) that desappeared after the HSC. I can't see them in Visual Administrator and can' t start them as well.
    Will you give a hand on it? I know this is a pretty weird situation but if somebody experienced this please help me. As far as I know I've double-check the procedure used for this System Copy and everything has been followed.
    Best regards,

    Hi Prem,
    Yes, this sap note is very useful, but there is no reference to Java Dialog Instance, which in this case SAP said that we need to re-install all Dialog instance, in my case I have two Appl Servers which has Java Dialog Instance installed so I have to re-install twice.
    Regards,
    Washington Neves

  • How does JAVA dialog instance gets synced from CI

    Hello Guru's,
    I have recently added two dialog instance to my Portal production.
    I want to know what changes I have to make manually to all the dialog instances?
    I had to manually change the JAVA parameters for all the dialog instances servers and add TREX nameserver.address.
    We have Application integrator iView and for that we had turned off the Session Management Alerts (current mode = off), but for some reason I have to login to all the dialog instance and turn this off, I thought this is Instance independent?
    Please help, what else should i be aware of?
    Thanks in advance.
    -Kurien

    Was there ever any feedback to this.  I would be interested in the same information, any tips/best practices for adding a java dialog instance.

  • Question about SSO (for Java Dialog instance) for Portal EP 6.0 SP 20

    Hi All
    I have following question.
    We are running Portal 6.0 SP 20. We have JAVA (Portal) CI+DB running on single host SAPQP1 and Two JAVA Dialog Instances (J2EE Application servers) running on separate host namely SAPAP35 and SAPAP36.
    I was able to configure SSO between SAPQP1 (CI+DB) and ECC R/3 system (QC1). SSO is working fine. Users can access all ESS/MSS data in portal when they use Portal URL running on SAPQP1 (http://sapqp1.xxxxx.com:50000/irj).
    But when users try to access ESS/MSS data via portal (URL) running on SAPQP35 (http://sapap35.xxxxx.com:50000/irj) and SAPAP36 ((http://sapap36.xxxxx.com:50000/irj) SSO does not work, i.e it system asks user id and password.
    So , how I can configure SSO between SAPAP35 and SAPAP36 JAVA Dialog instances and ECC R/3?

    Hi Sandip,
    obviously you already configured QC1 to accept Tickets issued by the Java Engine on SAPQP1. Did you imported the public (java) certificates from SAPAP35 and SAPAP36 into your ECC System? The certicficates need to be added in client 000 to your System PSE and in your production client to your ACL.
    Regards,
    Enno

  • Java Dialog Instance

    Hi,
    we installed a additional dialog instance for our entprise portal. the instance is up&running, but no one is connected. i can manage the instance in the config tool and added 3 servers. 
    do i have to set up a additional web dispatcher?  - like mentioned in this thread How to Load Balance between java dialog instance in BI Portal)

    Hi,
    When you have your first instance, i.e, the Central Instance, your users should connect to this system via URL like this:
    http://<ci_host>:<port>/xxxx
    Then the dispatcher in the CI will distribute all the requests to the server node(s) as a kind of load balancing.
    While later if you install an additional Dialog Instance, the DI will have its own URL for accessing:
    http://<di_host>:<port>/xxxx
    and of course the dispatcher of this DI will distritute the requests inside this instance.
    So your users can either access the DI or CI directly with the specific URL, or you can configure any load balancer in front
    of the two(or more) instances.
    SAP WebDispather is just one of the chooses.   --- not the only one.
    As you mentioned, you have already 1 webdispathcer, but not sure what it is used for.
    While if it is just used for this system, so you can add the DI to to the balancing list, that is it. 
    Not needed to install another web dispatcher.
    Regard,
    Thunder

  • Need the instance profile for a java dialog instance

    Hi!
    Please help provide  the instance profile for a java dialog instance (java only).
    Thanks a lot!

    SAPSYSTEMNAME = <SID>
    INSTANCE_NAME = <INSTANCE_NAME>
    SAPSYSTEM = <INST_NUMBER OF JAVA INSTANCE>
    DIR_GLOBAL = <DRIVE>:\usr\sap\<SID>\SYS\global
    DIR_PROFILE = <DRIVE>:\usr\sap\<SID>\SYS\profile
    DIR_EXECUTABLE = <DRIVE>:\usr\sap\<SID>\<INSTANCE_NAME>\exe
    SAPGLOBALHOST = <NAME OF THE SERVER>
    DIR_CT_RUN = C:\usr\sap\J2E\SYS\exe\run
    enque/process_location = REMOTESA
    enque/serverhost = <NAME OF THE SERVER>
    enque/serverinst = <SYSTEM NO. OF SCS>
    enque/encni/port = 3200+enque/serverinst
    jstartup/trimming_properties = off
    jstartup/protocol = on
    exe/jlaunch = $(DIR_INSTANCE)/j2ee/os_libs/jlaunch.exe
    jstartup/vm/home = <DRIVE>:\j2sdk1.4.2_12
    INSTANCE_PROPERTIES = $(DIR_INSTANCE)/j2ee/cluster/instance.properties
    SDM_PROPERTIES = $(DIR_INSTANCE)/SDM/program/config/sdm_jstartup.properties
    jstartup/instance_properties = $(INSTANCE_PROPERTIES);$(SDM_PROPERTIES)

  • Binding a JavaFX variable to a Java class instance variable

    Hi,
    I am pretty new to JavaFX but have been developing in Java for many years. I am trying to develop a JavaFX webservice client. What I am doing is creating a basic scene that displays the data values that I am polling with a Java class that extends Thread. The Java class is reading temperature and voltage from a remote server and storing the response in an instance variable. I would like to bind a JavaFx variable to the Java class instance variable so that I can display the values whenever they change.
    var conn: WebserviceConnection; // Java class that extends Thread
    var response: WebserviceResponse;
    try {
    conn = new WebserviceConnection("some_url");
    conn.start();
    Thread.sleep(10000);
    } catch (e:Exception) {
    e.printStackTrace();
    def bindTemp = bind conn.getResponse().getTemperature();
    def bindVolt = bind conn.getResponse().getVoltage();
    The WebserviceConnection class is opening a socket connection and reading some data in a separate thread. A regular socket connection is used because the server is not using HTTP.
    When I run the application, the bindTemp and bindVolt are not updated whenever new data values are received.
    Am I missing something with how bind works? Can I do what I want to do with 'bind'. I basically want to run a separate thread to retrieve data and want my UI to be updated when the data changes.
    Is there a better way to do this than the way I am trying to do it?
    Thanks for any help in advance.
    -Richard

    Hi,
    If you don't want to constantly poll for value change, you can use the observer design pattern, but you need to modify the classes that serve the values to javafx.
    Heres a simple example:
    The Thread which updates a value in every second:
    // TimeServer.java
    public class TimeServer extends Thread {
        private boolean interrupted = false;
        public ValueObject valueObject = new ValueObject();
        @Override
        public void run() {
            while (!interrupted) {
                try {
                    valueObject.setValue(Long.toString(System.currentTimeMillis()));
                    sleep(1000);
                } catch (InterruptedException ex) {
                    interrupted = true;
    }The ValueObject class which contains the values we want to bind in javafx:
    // ValueObject.java
    import java.util.Observable;
    public class ValueObject extends Observable {
        private String value;
        public String getValue() {
            return this.value;
        public void setValue(String value) {
            this.value = value;
            fireNotify();
        private void fireNotify() {
            setChanged();
            notifyObservers();
    }We also need an adapter class in JFX so we can use bind:
    // ValueObjectAdapter.fx
    import java.util.Observer;
    import java.util.Observable;
    public class ValueObjectAdapter extends Observer {
        public-read var value : String;
        public var valueObject : ValueObject
            on replace { valueObject.addObserver(this)}
        override function update(observable: Observable, arg: Object) {
             // We need to run every code in the JFX EDT
             // do not change if the update method can be called outside the Event Dispatch Thread!
             FX.deferAction(
                 function(): Void {
                    value = valueObject.getValue();
    }And finally the main JFX code which displays the canging value:
    // Main.fx
    import javafx.stage.Stage;
    import javafx.scene.Scene;
    import javafx.scene.text.Text;
    import javafx.scene.text.Font;
    import threadbindfx.TimeServer;
    var timeServer : TimeServer;
    var valueObjectAdapter : ValueObjectAdapter = new ValueObjectAdapter();
    timeServer = new TimeServer();
    valueObjectAdapter.valueObject = timeServer.valueObject;
    timeServer.start();
    Stage {
        title: "Time Application"
        width: 250
        height: 80
        scene: Scene {
            content: Text {
                font : Font {
                    size : 24
                x : 10, y : 30
                content: bind valueObjectAdapter.value;
    }This approach uses less cpu time than constant polling, and changes aren't dependent on the polling interval.
    However this cannot be applied to code which you cannot change obviously.
    I hope this helps.

  • Connection Pooling in Core Java Application

    I need to implement Connection pooling in core java applications..
    My database is MySQL 5.0.27 and java version 1.5.0_09
    Any links or ideas will be really appreciated

    but i just wanted to know, how can i do that in core java application. i have used connection pooling in Tomcat using dbcp
    but these are my questions.
    1. How can i run a core java application doing TCP connection in an Application Server which has got Tomcat and i'm asked to do connection pooling in the Tomcat server.xml.. I didn't understand this requirement pls help me... plssssssssssss

  • How do I see the Kernel patch level in Java ONLY instance?

    Could someone please tell me How do I see the Kernel patch level in a Java ONLY instance?
    In Abap, it is simple!
    In Java I see in the System Info: Kernel Version:  7.00 PatchLevel 108458.44 
    BUT that doesn't correspond to the real patch level which I can see when I do disp+work which gave me 111

    Hello Yechezkel,
    I am not sure whether the patch number you are looking for is available.
    Typically you can use "-v" to display the patch level of SAP kernel programs. When I run "jcontrol -v" or "jlaunch -v", the patch number is blank (at least on the 6.40 release I checked)
    The SP level should be able to tell how current the Java instance is updated, especially for NetWeaver 7 systems always patched with JSPM stack.
    Best regards,
    Victor

  • Not able to start JAVA Central Instance

    Hello All,
                      After doing JAVA Support Pack through JSPM I am not able to start the JAVA Central Instance of Solman.
    Pasting the disp+work error.
    Tue Nov 10 09:17:54 2009
    J2EE server info
      start = TRUE
      state = STARTED
      pid = 6020
      argv[0] = G:\usr\sap\DSM\DVEBMGS01\exe\jcontrol.EXE
      argv[1] = G:\usr\sap\DSM\DVEBMGS01\exe\jcontrol.EXE
      argv[2] = pf=G:\usr\sap\DSM\SYS\profile\DSM_DVEBMGS01_GOLITSAPD36
      argv[3] = -DSAPSTART=1
      argv[4] = -DCONNECT_PORT=64990
      argv[5] = -DSAPSYSTEM=01
      argv[6] = -DSAPSYSTEMNAME=DSM
      argv[7] = -DSAPMYNAME=GOLITSAPD36_DSM_01
      argv[8] = -DSAPPROFILE=G:\usr\sap\DSM\SYS\profile\DSM_DVEBMGS01_GOLITSAPD36
      argv[9] = -DFRFC_FALLBACK=ON
      argv[10] = -DFRFC_FALLBACK_HOST=localhost
      start_lazy = 0
      start_control = SAP J2EE startup framework
    DpJ2eeStart: j2ee state = STARTED
    DpJ2eeLogin: j2ee state = CONNECTED
    Tue Nov 10 09:18:03 2009
    ***LOG Q0I=> NiIRead: recv (10054: WSAECONNRESET: Connection reset by peer) [nixxi.cpp 4424]
    ERROR => NiIRead: SiRecv failed for hdl 6 / sock 1320
        (SI_ECONN_BROKEN/10054; I4; ST; 127.0.0.1:1714) [nixxi.cpp    4424]
    DpJ2eeMsgProcess: j2ee state = CONNECTED (NIECONN_BROKEN)
    DpIJ2eeShutdown: send SIGINT to SAP J2EE startup framework (pid=6020)
    ERROR => DpProcKill: kill failed [dpntdisp.c   371]
    DpIJ2eeShutdown: j2ee state = SHUTDOWN
    Tue Nov 10 09:18:14 2009
    DpEnvCheckJ2ee: switch off j2ee start flag.
    Please suggest me.

    Hello Juan,
                        Pasting you the logs:
    dev_w0 :
    Tue Nov 10 20:41:04 2009
    A  GENER starting remote generation: BBP_ALERT_SB_NOTTRANSFERED (requested by W12).
    A  GENER starting remote generation: SAPLSI00 (requested by W12).
    A  GENER starting remote generation: SAPLBBP_PD_SC (requested by W12).

    A Tue Nov 10 20:41:10 2009
    A  GENER starting remote generation: SAPLBBP_PD (requested by W12).

    A Tue Nov 10 20:41:14 2009
    A  GENER starting remote generation: SAPLBBP_MS_C (requested by W12).
    A  GENER starting remote generation: SAPLBBP_PDH (requested by W12).

    A Tue Nov 10 20:41:17 2009
    A  GENER starting remote generation: SAPLCRM_ORDER_CB (requested by W12).

    M Tue Nov 10 21:16:04 2009
    M  *** ERROR => SosIAnchorArrayCreatable: T17/M0 in state cancel [thxxtool2.c  947]
    M  *** ERROR => SosIAnchorArrayCreatable: T17/M0 in state cancel [thxxtool2.c  947]
    M  *** ERROR => SosIAnchorArrayCreatable: T17/M0 in state cancel [thxxtool2.c  947]
    M  *** ERROR => SosIAnchorArrayCreatable: T17/M0 in state cancel [thxxtool2.c  947]

    M Tue Nov 10 21:16:05 2009
    M  *** ERROR => SosIAnchorArrayCreatable: T17/M0 in state cancel [thxxtool2.c  947]

    M Tue Nov 10 21:41:09 2009
    M  *** ERROR => SosIAnchorArrayCreatable: T17/M0 in state cancel [thxxtool2.c  947]
    M  *** ERROR => SosIAnchorArrayCreatable: T17/M0 in state cancel [thxxtool2.c  947]

    M Tue Nov 10 22:41:10 2009
    M  *** ERROR => SosIAnchorArrayCreatable: T17/M0 in state cancel [thxxtool2.c  947]
    std_server0.out :
    Nov 10, 2009 6:49:36 AM                            /System/Server [SAPEngine_Application_Thread[impl:3]_32] Group: EJBQL-SQL-Mapper: com.sap.sql.ejb.SQLMapper = com.sap.sql.ejb.common.CommonSQLMapper
    Nov 10, 2009 6:49:36 AM                            /System/Server [SAPEngine_Application_Thread[impl:3]_32] Group: EJBQL-SQL-Mapper: com.sap.sql.ejb.OpenSQLVerification = semantics
    Nov 10, 2009 6:49:36 AM                            /System/Server [SAPEngine_Application_Thread[impl:3]_32] Group: EJBQL-SQL-Mapper: com.sap.sql.ejb.SQLChecker = com.sap.sql.ejb.debug.OpenSQLChecker
    Nov 10, 2009 6:49:36 AM                            /System/Server [SAPEngine_Application_Thread[impl:3]_32] Group: List of currently effective properties ended.
    Nov 10, 2009 6:49:36 AM                            /System/Server [SAPEngine_Application_Thread[impl:3]_32] Group: Closing group
    SAP J2EE Engine Version 7.00   PatchLevel 51441.450 is shutting down!  PatchLevel 51441.450 November 22, 2008 15:34 GMT
    Stopping services.
      Service com.adobe~TrustManagerService stopped. (16 ms)
      Service tcdisdic~srv stopped. (0 ms)
      Service com.adobe~DocumentServicesConfiguration stopped. (0 ms)
      Service rfcengine stopped. (0 ms)
      Service webdynpro stopped. (0 ms)
      Service com.adobe~DocumentServicesDestProtoService stopped. (16 ms)
      Service pmi stopped. (31 ms)
      Service tcsecvsi~service stopped. (0 ms)
      Service tcsecdestinations~service stopped. (0 ms)
      Service tcsecwssec~service stopped. (0 ms)
      Service sld stopped. (0 ms)
      Service tcsecsecurestorage~service stopped. (0 ms)
      Service monitor stopped. (62 ms)
      Service adminadapter stopped. (0 ms)
      Service com.adobe~LicenseService stopped. (0 ms)
      Service basicadmin stopped. (15 ms)
      Service tcsmdserver~service stopped. (16 ms)
      Service configuration stopped. (0 ms)
      Service UT stopped. (0 ms)
      Service ejb stopped. (0 ms)
      Service servlet_jsp stopped. (62 ms)
      Service com.adobe~DocumentServicesLicenseSupportService stopped. (0 ms)
      Service ssl stopped. (0 ms)
      Service com.adobe~XMLFormService stopped. (16 ms)
      Service tcseccertrevoc~service stopped. (0 ms)
      Service com.adobe~DocumentServicesBinaries2 stopped. (0 ms)
      Service com.adobe~PDFManipulation stopped. (0 ms)
      Service com.adobe~DataManagerService stopped. (0 ms)
      Service keystore stopped. (0 ms)
      Service jms_provider stopped. (16 ms)
    std_dispatcher.out :
    Loading services.:
      Service keystore started. (16 ms).
      Service iiop started. (78 ms).
      Service httptunneling started. (0 ms).
      Service memory started. (15 ms).
      Service webservices started. (31 ms).
      Service security started. (0 ms).
      Service sld started. (46 ms).
      Service timeout started. (62 ms).
      Service licensing started. (16 ms).
      Service r3startup started. (125 ms).
      Service ssl started. (78 ms).
      Service jmx_notification started. (141 ms).
      Service shell started. (219 ms).
      Service telnet started. (297 ms).
      Service jmx started. (359 ms).
      Service p4 started. (985 ms).
      Service classload started. (16 ms).
      Service log_configurator started. (2968 ms).
      Service configuration started. (16 ms).
      Service jms_provider started. (1187 ms).
      Service tc.monitoring.logviewer started. (1375 ms).
      Service basicadmin started. (1328 ms).
      Service adminadapter started. (0 ms).
      Service http started. (1844 ms).
      Service monitor started. (766 ms).
    ServiceManager started for 6453 ms.
    Framework started for 10766 ms.
    SAP J2EE Engine Version 7.00   PatchLevel 51441.450 is running!
    PatchLevel 51441.450 November 22, 2008 15:34 GMT
    >
    Login :
    SAP J2EE Engine Version 7.00   PatchLevel 51441.450 is shutting down!  PatchLevel 51441.450 November 22, 2008 15:34 GMT
    Stopping services.
      Service classload stopped. (0 ms)
      Service tc.monitoring.logviewer stopped. (0 ms)
      Service p4 stopped. (16 ms)
      Service ssl stopped. (0 ms)
      Service keystore stopped. (0 ms)
      Service iiop stopped. (3000 ms)
      Service adminadapter stopped. (0 ms)
      Service monitor stopped. (15 ms)
      Service security stopped. (0 ms)
      Service jms_provider stopped. (1000 ms)
      Service basicadmin stopped. (0 ms)
      Service jmx stopped. (0 ms)
      Service webservices stopped. (0 ms)
      Service sld stopped. (0 ms)
      Service telnet stopped. (1000 ms)
      Service http stopped. (1000 ms)
      Service timeout stopped. (0 ms)
      Service configuration stopped. (0 ms)
      Service log_configurator stopped. (0 ms)
      Service memory stopped. (0 ms)
      Service r3startup stopped. (0 ms)
      Service licensing stopped. (0 ms)
      Service httptunneling stopped. (0 ms)
      Service shell stopped. (0 ms)
      Service jmx_notification stopped. (0 ms)
    Please suggest me Juan..

Maybe you are looking for

  • Business Process Monitering

    Hi,           My company has decided to implement BPM (Business Process Monitering). Can we implement BPM for the Template Project.            What is the difference between "Solution" and "Template project"? Please provide me helpful answers. Thanks

  • Conduit NPAPI Plug-In. Any advice to remove it?

    I tried to download a live streamer to watch live football. I ignored all warnings, as was in rush to see rest of game. I have Conduit NPAPI Plug-In adware. Mac is horrible, never goes to right pages, gets sent elsewhere, and clicking on anything can

  • How-To: Overlapping 2 images?

    Hey! I'm editing a music video and I want to use this trick, but don't know how to do it in Final Cut. It's your basic overlapping of two images. Here's an example of what I'm trying to do. http://www.youtube.com/watch?v=cs_I7935rS0& Any help you guy

  • Screen sharing redraw problem

    I am seeing graphical redraw problems when I try screen sharing with another Mac 10.8 computer, Mac Mini mid 2011. For example, when switching menus, the old ones remain. This always worked just fine in Lion. I tried turning adaptive and scaling off

  • HT1386 We hooked my boyfriends iphone to the mac and now his phone is using my information for downloads and facebook posts

    We hooked my boyfriends phone to the Mac and now his phone is asking for my password and also when he posts to facebook it goes to my wall