Radio going to blocking state

Hi All
The Cisco 1200 WAP, when logged shows me the fowarding state as Blocking.
When the carrier test is run, it shows me as busy. Can any one tell me shat can be the cause.
I suspect the STP should be the issue here.
Regards,
Vijay

Use the resetall command to reset the radio interface. Upgrade the bridge

Similar Messages

  • Create table statement goes to hang state..in ODI.. in BI database

    Our development team is trying to create an external tabe to another database's schema. ODI is creating the connection bridge inside. I don't know how. But whenever they fire this query it is going to hang state. where as same code is running fine from another database.
    The users by which they are connceting to the source database to fire this query are having same privileges.
    For one database it is working fine as the table is created at the target database and in proper schema but for another it is not working and hanging...(not giving any result)
    Databases are used for BI work and having almost same configurations.
    I have checked the Target database v$session view. It is giving me <enq: PS - contention> event
    and three rows are returning with <PX Deq: Table Q Close> event for other two following rows....
    can anybody throw some light on this? waht should I do now. as killing the blocking session is not solving the problems
    Here is an example of the query executed :
    CREATE TABLE SCHEMA_NAME.C$_0ODS_JDE_F0004
    ( C1_DTSY, C2_DTUCD1, C3_DTRT, C4_DTJOBN, C5_DTUPMJ_DT, C6_DTMRTY, C7_DTDL01, C8_DTPID,
    C9_DTMRCT, C10_DTLN2, C11_DTCNUM, C12_DTUSEQ, C13_DTUSER, C14_DTCDL, JRN_SUBSCRIBER, JRN_FLAG, JRN_DATE )
    ORGANIZATION EXTERNAL
    ( TYPE oracle_datapump
    DEFAULT DIRECTORY DIR_SCHEMA_NAME
    LOCATION ('X58030417C$_0ODS_JDE_F0004_1.EXP' , 'X58030417C$_0ODS_JDE_F0004_2.EXP')
    PARALLEL 2 AS
    SELECT
    NVL(TRIM(F0004.DTSY), ' ') C1_DTSY, NVL(TRIM(F0004.DTUCD1), ' ') C2_DTUCD1, F0004.DTRT C3_DTRT,
    TRIM(F0004.DTJOBN) C4_DTJOBN, J2DT(DTUPMJ, DTUPMT) C5_DTUPMJ_DT, NVL(TRIM(F0004.DTMRTY), ' ') C6_DTMRTY,
    TRIM(F0004.DTDL01) C7_DTDL01, TRIM(F0004.DTPID) C8_DTPID, F0004.DTMRCT C9_DTMRCT, F0004.DTLN2 C10_DTLN2,
    F0004.DTCNUM C11_DTCNUM, F0004.DTUSEQ/10 C12_DTUSEQ, TRIM(F0004.DTUSER) C13_DTUSER,
    F0004.DTCDL C14_DTCDL, ' ' AS JRN_SUBSCRIBER, 'I' AS JRN_FLAG, SYSDATE AS JRN_DATE
    FROM SCHEMA_NAME.F0004 F0004 WHERE (1=1)
    -Regards,
    Saha

    Saha, did you ever get an answer to this? I have the same issue. I thought maybe it had to do with grants on the directory, but that hasn't helped anything.
    Dan

  • STUCK Threads.... Web Logic goes to overloaded state

    Hi,
    We are facing production problem with struck threads and WL server is going to overloaded state very frequently. When this happens, we have to restart the server to void this issue. Since we dont know when this problem occurs, our support team has to keep monitor the server all the time.
    The environment details are:
    JRocket:     jrockit160_R28_0_1
    WL:      WebLogic 10.3.0.0
    OS:     Red Hat Enterprise Linux AS release 4 (Nahant Update 8)
    We are extensively thread using the thread pool in application. These threads are being used to write the logs into DB, file system, monitor the timeout of external connections, etc. The issue has been seen various places like log4j, httpClient, etc. Here am sending the thread dump of an issue.
    If you could help what is the an issue, it would be great help.
    Thanks for your help in advance
    Thanks
    Sree Hari
    Log 1:
    "[STUCK] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'" RUNNABLE native
         jrockit.net.SocketNativeIO.readBytesPinned(Native Method)
         jrockit.net.SocketNativeIO.socketRead(SocketNativeIO.java:32)
         java.net.SocketInputStream.socketRead0(SocketInputStream.java)
         java.net.SocketInputStream.read(SocketInputStream.java:129)
         com.sun.net.ssl.internal.ssl.InputRecord.readFully(InputRecord.java:293)
         com.sun.net.ssl.internal.ssl.InputRecord.read(InputRecord.java:331)
         com.sun.net.ssl.internal.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:789)
         com.sun.net.ssl.internal.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:746)
         com.sun.net.ssl.internal.ssl.AppInputStream.read(AppInputStream.java:75)
         java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
         java.io.BufferedInputStream.read(BufferedInputStream.java:237)
         org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:78)
         org.apache.commons.httpclient.HttpParser.readLine(HttpParser.java:106)
         org.apache.commons.httpclient.HttpConnection.readLine(HttpConnection.java:1116)
         org.apache.commons.httpclient.HttpMethodBase.readStatusLine(HttpMethodBase.java:1973)
         org.apache.commons.httpclient.HttpMethodBase.readResponse(HttpMethodBase.java:1735)
         org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1098)
         org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
         org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
         org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
         org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
         com.bestbuy.bbym.beast.cap.core.http.HttpSender.sendRequestAndFetchResponse(HttpSender.java:67)
         com.bestbuy.bbym.beast.cap.core.http.HttpAdapter.processRequest(HttpAdapter.java:164)
         com.bestbuy.bbym.beast.cap.core.ProxyHelper.getResponse(ProxyHelper.java:324)
         com.bestbuy.bbym.beast.cap.core.multirequest.PostRequest.execute(PostRequest.java:237)
         com.bestbuy.bbym.beast.cap.util.MultiRequestUtil.executeNextCommand(MultiRequestUtil.java:185)
         com.bestbuy.bbym.beast.cap.core.multirequest.MultiRequestProxy.invoke(MultiRequestProxy.java:87)
         com.bestbuy.bbym.beast.cap.core.RequestProcessor.process(RequestProcessor.java:68)
         com.bestbuy.bbym.beast.cap.core.controller.Controller.handleRequest(Controller.java:737)
         com.bestbuy.bbym.beast.cap.core.controller.SyncServiceHandlingController.handleSyncRequest(SyncServiceHandlingController.java:28)
         com.bestbuy.bbym.beast.cap.core.router.RequestRouter.routeRequest(RequestRouter.java:71)
         com.bestbuy.bbym.beast.cap.core.controller.CAPWsController.processRequest(CAPWsController.java:68)
         sun.reflect.GeneratedMethodAccessor364.invoke(Unknown Source)
         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         java.lang.reflect.Method.invoke(Method.java:597)
         org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
         org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
         org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
         org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
         org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
         org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
         org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
         org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
         org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3495)
         weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         weblogic.security.service.SecurityManager.runAs(Unknown Source)
         weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Log 2:
    "[STUCK] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'" id=15 idx=0x54 tid=20089 prio=1 alive, blocked, native_blocked, daemon
    -- Blocked trying to get lock: org/apache/log4j/Logger@0xc501e0a8[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1402)[optimized]
    at jrockit/vm/Locks.lockFat(Locks.java:1503)[optimized]
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1045)[optimized]
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:996)[optimized]
    at org/apache/log4j/Category.callAppenders(Category.java:204)[optimized]
    at org/apache/log4j/Category.forcedLog(Category.java:391)[inlined]
    at org/apache/log4j/Category.info(Category.java:666)[optimized]
    at com/bestbuy/bbym/beast/cap/util/logging/LoggingHelper.logDBInfo(LoggingHelper.java:228)[inlined]
    at com/bestbuy/bbym/beast/cap/core/controller/Controller.handleRequest(Controller.java:838)[optimized]
    at com/bestbuy/bbym/beast/cap/core/controller/SyncServiceHandlingController.handleSyncRequest(SyncServiceHandlingController.java:28)[inlined]
    at com/bestbuy/bbym/beast/cap/core/router/RequestRouter.routeRequest(RequestRouter.java:71)[optimized]
    at com/bestbuy/bbym/beast/cap/core/controller/CAPWsController.processRequest(CAPWsController.java:68)
    at sun/reflect/GeneratedMethodAccessor120.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:597)[optimized]
    at org/apache/axis/providers/java/RPCProvider.invokeMethod(RPCProvider.java:397)
    at org/apache/axis/providers/java/RPCProvider.processMessage(RPCProvider.java:186)
    at org/apache/axis/providers/java/JavaProvider.invoke(JavaProvider.java:323)
    at org/apache/axis/strategies/InvocationStrategy.visit(InvocationStrategy.java:32)
    at org/apache/axis/SimpleChain.doVisiting(SimpleChain.java:118)
    at org/apache/axis/SimpleChain.invoke(SimpleChain.java:83)
    at org/apache/axis/handlers/soap/SOAPService.invoke(SOAPService.java:454)
    at org/apache/axis/server/AxisServer.invoke(AxisServer.java:281)[optimized]
    at org/apache/axis/transport/http/AxisServlet.doPost(AxisServlet.java:699)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:727)[optimized]
    at org/apache/axis/transport/http/AxisServletBase.service(AxisServletBase.java:327)
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:820)
    at weblogic/servlet/internal/StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic/servlet/internal/StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)[inlined]
    at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:292)[optimized]
    at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:175)[inlined]
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3495)[optimized]
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)[inlined]
    at weblogic/security/service/SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Unknown Source)[inlined]
    at weblogic/servlet/internal/WebAppServletContext.securedExecute(WebAppServletContext.java:2180)[optimized]
    at weblogic/servlet/internal/WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic/servlet/internal/ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)[optimized]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "weblogic.time.TimeEventGenerator" id=16 idx=0x58 tid=20090 prio=9 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/time/common/internal/TimeTable@0xa5889270[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/time/common/internal/TimeTable.snooze(TimeTable.java:286)
    ^-- Lock released while waiting: weblogic/time/common/internal/TimeTable@0xa5889270[fat lock]
    at weblogic/time/common/internal/TimeEventGenerator.run(TimeEventGenerator.java:117)
    at java/lang/Thread.run(Thread.java:619)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "weblogic.timers.TimerThread" id=17 idx=0x5c tid=20091 prio=9 alive, waiting, native_blocked, daemon
    -- Waiting for notification on: weblogic/timers/internal/TimerThread@0xa5887ae0[fat lock]
    at jrockit/vm/Threads.waitForNotifySignal(JLjava/lang/Object;)Z(Native Method)
    at java/lang/Object.wait(J)V(Native Method)
    at weblogic/timers/internal/TimerThread$Thread.run(TimerThread.java:267)
    ^-- Lock released while waiting: weblogic/timers/internal/TimerThread@0xa5887ae0[fat lock]
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace
    "[STUCK] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" id=18 idx=0x60 tid=20092 prio=1 alive, blocked, native_blocked, daemon
    -- Blocked trying to get lock: org/apache/log4j/Logger@0xc501e0a8[fat lock]
    at jrockit/vm/Threads.waitForUnblockSignal()V(Native Method)
    at jrockit/vm/Locks.fatLockBlockOrSpin(Locks.java:1402)[optimized]
    at jrockit/vm/Locks.lockFat(Locks.java:1503)[optimized]
    at jrockit/vm/Locks.monitorEnterSecondStageHard(Locks.java:1045)[optimized]
    at jrockit/vm/Locks.monitorEnterSecondStage(Locks.java:996)[optimized]
    at org/apache/log4j/Category.callAppenders(Category.java:204)[optimized]
    at org/apache/log4j/Category.forcedLog(Category.java:391)[inlined]
    at org/apache/log4j/Category.info(Category.java:666)[optimized]
    at com/bestbuy/bbym/beast/cap/util/logging/LoggingHelper.logDBInfo(LoggingHelper.java:228)[inlined]
    at com/bestbuy/bbym/beast/cap/core/controller/Controller.handleRequest(Controller.java:838)[optimized]
    at com/bestbuy/bbym/beast/cap/core/controller/SyncServiceHandlingController.handleSyncRequest(SyncServiceHandlingController.java:28)[inlined]
    at com/bestbuy/bbym/beast/cap/core/router/RequestRouter.routeRequest(RequestRouter.java:71)[optimized]
    at com/bestbuy/bbym/beast/cap/core/controller/CAPWsController.processRequest(CAPWsController.java:68)
    at sun/reflect/GeneratedMethodAccessor120.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
        at sun/reflect/DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)[optimized]
    at java/lang/reflect/Method.invoke(Method.java:597)[optimized]
    at org/apache/axis/providers/java/RPCProvider.invokeMethod(RPCProvider.java:397)
    at org/apache/axis/providers/java/RPCProvider.processMessage(RPCProvider.java:186)
    at org/apache/axis/providers/java/JavaProvider.invoke(JavaProvider.java:323)
    at org/apache/axis/strategies/InvocationStrategy.visit(InvocationStrategy.java:32)
    at org/apache/axis/SimpleChain.doVisiting(SimpleChain.java:118)
    at org/apache/axis/SimpleChain.invoke(SimpleChain.java:83)
    at org/apache/axis/handlers/soap/SOAPService.invoke(SOAPService.java:454)
    at org/apache/axis/server/AxisServer.invoke(AxisServer.java:281)[optimized]
    at org/apache/axis/transport/http/AxisServlet.doPost(AxisServlet.java:699)[optimized]
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:727)[optimized]
    at org/apache/axis/transport/http/AxisServletBase.service(AxisServletBase.java:327)
    at javax/servlet/http/HttpServlet.service(HttpServlet.java:820)
    at weblogic/servlet/internal/StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic/servlet/internal/StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)[inlined]
    at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:292)[optimized]
    at weblogic/servlet/internal/ServletStubImpl.execute(ServletStubImpl.java:175)[inlined]
    at weblogic/servlet/internal/WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3495)[optimized]
    at weblogic/security/acl/internal/AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)[inlined]
    at weblogic/security/service/SecurityManager.runAs(Lweblogic/security/acl/internal/AuthenticatedSubject;Lweblogic/security/acl/internal/AuthenticatedSubject;Ljava/security/PrivilegedAction;)Ljava/lang/Object;(Unknown Source)[inlined]
    at weblogic/servlet/internal/WebAppServletContext.securedExecute(WebAppServletContext.java:2180)[optimized]
    at weblogic/servlet/internal/WebAppServletContext.execute(WebAppServletContext.java:2086)
    at weblogic/servlet/internal/ServletRequestImpl.run(ServletRequestImpl.java:1406)
    at weblogic/work/ExecuteThread.execute(ExecuteThread.java:201)[optimized]
    at weblogic/work/ExecuteThread.run(ExecuteThread.java:173)
    at jrockit/vm/RNI.c2java(JJJJJ)V(Native Method)
    -- end of trace

    This is your own logging environment?
    Well this is what you get when everything is synchronized.
    You have to debug the logging in your environment, for example, by using JRockit Mission Control in particular a flight recording
    Example of using the flight recording tool can be found here: middlewaremagic.com/weblogic/?p=6930 (Good luck!)

  • CPU goes to 100% state svchost takes all resources on Qosmio F10

    CPU goes to 100% state svchost takes all resources. Norton does not find any illegal software. Have tried to list the processes (run... etc.). I get a long list, don't know what to do about it. Does anybody out there have some help?

    Hello,
    if you have your note for a year or more and did not take it for an internal heatsink clean and essentials parts, yet.
    One possible problem here is: Heatsink blocked with dust (CPU goes to 100% state svchost takes all resources)
    90% of the high temperatures problems, unexpected shutdowns, 100%CPU all the time without running background processes, very hot keyboard area, freezing programs, are caused by the heatsink blocked with dust.
    The normal temperature for the processor is between 55C and 79C. For the motherboard is around 55C~60C. When the heatsink is blocked those temperatures can reach 99C (processor) and around 80C (motherboard). Measure in Celsius degrees.
    You can check it out how "hot" your Qosmio is.
    Download the Everest ultimate 2006 edition V 3.50.761, look for it with Google search.
    Run it and see the temperatures for CPU, Processor and motherboard on your Qosmio:
    See:
    http://www.rabayjr.com/vista/qosmioeverest.jpg
    Run the System stability test (find it under tools menu) for 10 minutes aprox.
    Watch the temperatures at taskar. If it reachs more than 92C for the processor on stress mode, its time to clean the heatsink and all essential parts of your Qosmio. Attempt to the processor fan RPM, too, if they run fast and noisy, you really must perform a clean.
    But it depends on the ambient environment, for a 30C summer day the processor temperature almost get the 90C. this is normal in stress mode. And the fans run without noise. Slow RPM mode.
    All measured in Celsius degrees, for Farenheith please convert it.
    Francisco

  • Instance going in Running state while invoking DB adapter

    HI,
    I am stuck in a very tricky scenario.
    I have to select data from two tables:- Header and Line table.
    I am using a VIEW to fetch data from both the tables by passing Invoice id.
    Now when ever i am having single line data in Both the tables Header n Line for a single Invoice id, the instance is running successfully.
    But when there is multiple data in Line table for the Invoice id, the instance is going in running state and after every 60 seconds, it is creating a new instance which will also be in running state, thus this will continue and server will go in incompatible state.
    I need to resolve this issue.
    Please help.

    Hi,
    What operation did you use to get the data from the view?
    Did you use the custom sql or Select operation?
    Arik

  • Sessions are in blocked state

    Hi Gurus,
    we are inserting data into one table and using append and parallel hints...but that query is not completed yet and those sessions are in blocked list.
    can you please let me know how to overcome this issue and below is the query:
    INSERT /*+ APPEND PARALLEL(emp 8) */ INTO emp_temp
      (empno,empname,dateofjoining,deptno,sal)
      SELECT /*+ PARALLEL(empn 8) */
             empno,empname,dateofjoining,deptno,sum(sal) sal
      FROM emp_V;
    is it correct usage or anyother best way for improving performance.

    Thanks for the response.
    Below is the issue details more detailed:
    We have created table with parallel degree 8 and I am not able to insert data into that table and the sessions are blocked state.
    I am seeing event names in blocked state are px deq: parse reply px deq: execution msg
    Temp_table -- parallel degree8
    I am selecting the data from multiple tables as per my requirement and trying to insert that data into the temp table.
    Below is the query:
    Insert into /*+PARALLEL(Temp_table)*/ Temp_table(report_date,quantity,revenue)
    select  /*+PARALLEL(Temp_table_v)*/ report_date,quantity,revenue from Temp_table_v;
    In Temp_table_v we are joined the multiple tables and those tables are having millions of records and in that view also we have added parallel hints.
    Please help.

  • Why my BPM related job goes to sceduled state in sxmb_moni?

    Hi Gurus,
            I am facing a unique problem in a sample BPM scenario. When I run this scenario my corresponding request in sxmb_moni goes to sceduled state. I have to go to QRFC monitor to unlock it. After this my BPM request runs to success. I am not able to understand why this is happening. Why it does not run in one go without getting locked in QRFC?
    My BPM scenario is like this: I am sending a customer number from a ABAP program from SAP R/3 system to XI system via outbound Async interface. This inturn sends customer number to BPM via abstract interface. The BPM then gets customer data from MSSQL server via JDBC adapter and inbound interface.
    This scenario is Async-Sync type.
    I don't see any problem with the mapping, interface etc.
    The scenario runs successfully once I unlock the request in QRFC monitor.
    Can somebody help me identify the reason why my BPM request goes to sceduled state in sxmb_moni?

    Can you try activating/registering your queues .
    sxmb_adm -> manage queues -> activate queues / SXMB_ADM -> Manage Queues -> Register Queues.
    Also in SMQ2 activate individual queues if any.
    ShabZ

  • BPEL Composite going in running state

    I have a mediator that reads from AQ and routes it to the BPEL processes based on condition. When there are 15 or 20 instance read from AQ, some of the BPEL processes go into a running state. Once the process goes into a running state, the any instances created for that bpel process goes into running state. There are no errors in the soa-diagnostics log or soa log. We are running WLS server in a single node environment, database installed in a single solaris container and the wls installed in another container. There are no faults generated too. If I redeploy the process, the BPEL process starts working and goes to the same state after some time ( inconsistent). Even if I restart the soa server, the process starts working but goes to running status when load is applied.
    Any help to diagnose the issue will be greatly appreciated.

    Just to be sure, you say the problem happened only if you have 10-15 instances?
    Yes.. Even if it less that 5 but if there are concurrent calls, the problem persistIn each process you have 1 call for each service (EBS,WS,BpelProcess)?
    One BPEL process calls an EBS package( Dbaadapter), Web services each of them are BPEL process
    1st invoke web service call ( which is BPEL process) 2nd invoke is a dbadapter 3rd invoke is service call ( BPEL process)Did you change any of the default parameters on the SOA server, or DB connection?
    >>
    You might consider a problem with the EBS - maybe you are calling an API and there is a db lock...?
    All the queries are only selects. No updates and these apis are tuned.Enter the current running instance - see if the last service is the same for all running instances.

  • ACE - TCP probe goes into INVALID state

    Hello,
    I have a problem with the following configuration of a sticky serverfarm with a backup serverfarm
    (this setup is ofcourse used only for failover purposes, not loadbalancing):
    probe tcp tcp-8888-probe
      port 8888
      interval 5
      faildetect 2
      passdetect interval 3
      passdetect count 1
    rserver host rsrv1
      ip address 10.1.2.10
      inservice
    rserver host rsrv2
      ip address 10.1.2.11
      inservice
    serverfarm host rfarm-primary
      predictor leastconns
      probe tcp-8888-probe
      rserver rsrv1 8888
        inservice
    serverfarm host rfarm-backup
      predictor leastconns
      probe tcp-8888-probe
      rserver rsrv2 8888
       inservice
    sticky http-cookie RFARM-COOKIE sticky-rfarm-1
      cookie insert browser-expire
      serverfarm rfarm-primary backup rfarm-backup
    etc....
    The problem is that every time probe state changes (from SUCCESS to FAIL or otherwise), the tcp-8888-probe on the server that changed
    the state of service, goes into INVALID state:
    #show probe tcp-8888-probe detail
    probe       : tcp-8888-probe
    type        : TCP
    state       : ACTIVE
    description :
       port      : 8888    address     : 0.0.0.0         addr type  : -
       interval  : 5       pass intvl  : 3               pass count : 1
       fail count: 2       recv timeout: 10
       conn termination : GRACEFUL
       expect offset    : 0         , open timeout     : 10
       expect regex     : -
       send data        : -
                           --------------------- probe results --------------------
       probe association   probed-address  probes     failed     passed     health
       ------------------- ---------------+----------+----------+----------+-------
       serverfarm  : rfarm-backup
         real      : rsrv2[8888]
                           10.1.2.11    291        0          291        SUCCESS
       Socket state        : CLOSED
       No. Passed states   : 1         No. Failed states : 0
       No. Probes skipped  : 0         Last status code  : 0
       No. Out of Sockets  : 0         No. Internal error: 0
       Last disconnect err :  -
       Last probe time     : Thu Jun 17 22:12:31 2010
       Last fail time      : Never
       Last active time    : Thu Jun 17 21:48:21 2010
       serverfarm  : rfarm-primary
         real      : rsrv1[8888]
                           10.1.2.10    0          0          0          INVALID
       Socket state        : CLOSED
       No. Passed states   : 0         No. Failed states : 0
       No. Probes skipped  : 0         Last status code  : 0
       No. Out of Sockets  : 0         No. Internal error: 0
       Last disconnect err :  -
       Last probe time     : Never
       Last fail time      : Never
       Last active time    : Never
    I have managed to get the probe into FAIL state again for a moment by removing it from serverfarm, and then reapplying, but in a few seconds it goes again from FAIL to INVAILD state, and stays in this state regardless of avaliability of probed TCP port. Only when i'm reapplying it when the port is avaliable/up, it can stay in SUCCESS state, and work till the failure of service, when INVALID state reappears.
    What can be the cause of such behavior ?
    thanks,
    WM

    Hello,
    It looks very similar to this bug: CSCsh74871
    You may need to collect a #show tech-support and do the following:
    -remove the serverfarm in question
    -reboot the ace module under a maintenance window.
    You may upgrade to a higher version since your version is kind of old.
    Jorge

  • Foundation services going into Admin state

    Hello All,
    Our setup is as follows:
    Version: 11.1.2.3.500
    Linux Server1: Foundation, OHS, EAS, APS
    Linux Server2: Essbase
    Linux Server3: Planning, EPMA, Calc Mgr.
    Windows Server: EPMA Dimension server, FDMEE.
    In our existing set up we have introduced FDMEE on Windows server, running on its own domain. After installing and configuring FDMEE, we configured Web Server on the Foundation server. Stopped all the services and now when bringing up the services, Foundation services is not starting and it is going into ADMIN State.
    The errors in the FoundationServices0.log are as below:
    <BEA-101371> <There was a failure when processing annotations for application workspace.war. Please make sure that the annotations are valid.
    What i found quite wierd was that, when i ran the configTool for configuring Foundation found that the "Deploy to Application Server" option has disappeared.
    Any ideas, how this can be fixed. Thanks in Advance,
    SSP.

    Hi Mady,
    Here are the logs:
    <Apr 17, 2015 12:45:10 PM GMT-05:00> <Info> <J2EE> <BEA-160170> <Imported library Extension-Name: epm-applistener-librar
    ies, Specification-Version: 11.1.2, Implementation-Version: 11.1.2.0 for Application SHAREDSERVICES>
    <Apr 17, 2015 12:45:10 PM GMT-05:00> <Info> <Deployer> <BEA-149059> <Module interop of application SHAREDSERVICES [Versi
    on=11.1.2.0] is transitioning from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:10 PM GMT-05:00> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-
    app in the deployment descriptor in F:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\FoundationServices0\tmp
    \_WL_user\SHAREDSERVICES_11.1.2.0\oj8n6j\interop.war/WEB-INF/web.xml. A version attribute is required, but this version
    of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors
    that do not specify the JEE version.>
    <Apr 17, 2015 12:45:26 PM GMT-05:00> <Info> <Deployer> <BEA-149060> <Module interop of application SHAREDSERVICES [Versi
    on=11.1.2.0] successfully transitioned from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <J2EE> <BEA-160170> <Imported library Extension-Name: xerces, Specification-
    Version: 11.1.2, Implementation-Version: 11.1.2.0 for Application WORKSPACE>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <J2EE> <BEA-160170> <Imported library Extension-Name: oracle.applcore.model,
    Specification-Version: 11.1.2, Implementation-Version: 11.1.2.0 for Application WORKSPACE>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <J2EE> <BEA-160170> <Imported library Extension-Name: adf.oracle.domain, Spe
    cification-Version: 1, Implementation-Version: 11.1.1.2.0 for Application WORKSPACE>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <J2EE> <BEA-160170> <Imported library Extension-Name: epm-applistener-librar
    ies, Specification-Version: 11.1.2, Implementation-Version: 11.1.2.0 for Application WORKSPACE>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <J2EE> <BEA-160170> <Imported library Extension-Name: epm-shared-libraries,
    Specification-Version: 11.1.2, Implementation-Version: 11.1.2.0 for Application WORKSPACE>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <Deployer> <BEA-149059> <Module empty.jar of application WORKSPACE [Version=
    11.1.2.0] is transitioning from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <Deployer> <BEA-149060> <Module empty.jar of application WORKSPACE [Version=
    11.1.2.0] successfully transitioned from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <Deployer> <BEA-149059> <Module workspace of application WORKSPACE [Version=
    11.1.2.0] is transitioning from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:27 PM GMT-05:00> <Info> <HTTP> <BEA-101363> <Application: WORKSPACE [Version=11.1.2.0], WebApp: work
    space has context-root specified in application.xml: "workspace". The context-root specified in weblogic.xml: "workspace
    " will be ignored.>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Error> <HTTP> <BEA-101371> <There was a failure when processing annotations for ap
    plication /cs/epm/Oracle/Middleware/user_projects/domains/EPMSystem/servers/FoundationServices0/tmp/_WL_user/WORKSPACE_11.1.2
    .0/xwh1gz\workspace.war. Please make sure that the annotations are valid. The error is com.hyperion.bpm.ContentCachingSe
    rvletFilter>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Info> <Deployer> <BEA-149061> <Module workspace of application WORKSPACE [Version=
    11.1.2.0] failed to transition from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Info> <Deployer> <BEA-149059> <Module empty.jar of application WORKSPACE [Version=
    11.1.2.0] is transitioning from STATE_PREPARED to STATE_NEW on server FoundationServices0.>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Info> <Deployer> <BEA-149060> <Module empty.jar of application WORKSPACE [Version=
    11.1.2.0] successfully transitioned from STATE_PREPARED to STATE_NEW on server FoundationServices0.>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Error> <Deployer> <BEA-149205> <Failed to initialize the application 'WORKSPACE [V
    ersion=11.1.2.0]' due to error weblogic.application.ModuleException: Failed to load webapp: 'workspace'.
    weblogic.application.ModuleException: Failed to load webapp: 'workspace'
            at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:395)
            at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
            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.prepare(ConfiguredDeployments.java:166)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
            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)
    Caused By: java.lang.ClassNotFoundException: com.hyperion.bpm.ContentCachingServletFilter
            at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
            at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
            at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
            at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
            at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
            at weblogic.servlet.internal.WebAnnotationProcessorImpl.processFilters(WebAnnotationProcessorImpl.java:238)
            at weblogic.servlet.internal.WebAnnotationProcessorImpl.processJ2eeAnnotations(WebAnnotationProcessorImpl.java:2
    10)
            at weblogic.servlet.internal.WebAnnotationProcessorImpl.processAnnotations(WebAnnotationProcessorImpl.java:108)
            at weblogic.servlet.internal.WebAppServletContext.processAnnotations(WebAppServletContext.java:1370)
            at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:452)
            at weblogic.servlet.internal.WebAppServletContext.<init>(WebAppServletContext.java:497)
            at weblogic.servlet.internal.HttpServer.loadWebApp(HttpServer.java:418)
            at weblogic.servlet.internal.WebAppModule.registerWebApp(WebAppModule.java:976)
            at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:384)
            at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180)
            at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
            at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:518)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:159)
            at weblogic.application.internal.flow.DeploymentCallbackFlow.prepare(DeploymentCallbackFlow.java:47)
            at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:649)
            at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
            at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:191)
            at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:59)
            at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
            at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
            at weblogic.deploy.internal.targetserver.AppDeployment.prepare(AppDeployment.java:144)
            at weblogic.management.deploy.internal.DeploymentAdapter$1.doPrepare(DeploymentAdapter.java:40)
            at weblogic.management.deploy.internal.DeploymentAdapter.prepare(DeploymentAdapter.java:191)
            at weblogic.management.deploy.internal.AppTransition$1.transitionApp(AppTransition.java:22)
            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.prepare(ConfiguredDeployments.java:166)
            at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:122)
            at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
            at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
            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)
    >
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Info> <Deployer> <BEA-149059> <Module proxyservlet of application proxyservlet [Ve
    rsion=11.1.2.2] is transitioning from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Info> <Deployer> <BEA-149060> <Module proxyservlet of application proxyservlet [Ve
    rsion=11.1.2.2] successfully transitioned from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Info> <Deployer> <BEA-149059> <Module epmstatic of application staticcontent [Vers
    ion=11.1.2.2] is transitioning from STATE_NEW to STATE_PREPARED on server FoundationServices0.>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Info> <Deployer> <BEA-149060> <Module epmstatic of application staticcontent [Vers
    ion=11.1.2.2] successfully transitioned from STATE_NEW to STATE ADMIN on server FoundationServices0.>
    <Apr 17, 2015 12:45:49 PM GMT-05:00> <Emergency> <Deployer> <BEA-149259> <Server 'FoundationServices0' in cluster 'Found
    ationServices' is being brought up in administration state due to failed deployments.>

  • Scheduled task going to running state in OIM

    hi all,
    After running the Target reconciliation it is going to running state ....how to fix this?
    Thank you.

    For how much time it shows Running status ?
    Check the status of schedule task using http://localhost:7001/xlScheduler if OIM is deployed on weblogic on 7001 port.
    I have seen couple of clients who are using OID connector and never heard such issues in OOTB connector.
    Try with restarting the server.

  • What state gets saved when a JPD goes to frozen state?

    Hi,
    I need to know what state of JPD gets saved when it goes into frozen state after some error. Is it just the non-transient member variables that get persisted? Or is there any information about the point at which the failure occurs in the JPD's execution flow?
    For example, lets say that I have a stateful JPD which does the following:
    1) Initialize a BufferedFileReader from the input file path
    2) Read the file line-by-line:
    for (; (this.currentLine = this.reader.readLine()) != null; )
    ++this.currentLineIndex;
    doWork();
    If there's a failure while processing, say line# N, then will I be able to get this 'currentLineIndex' value when I unfreeze the JPD and utilize it to seek the file till that line and start from there? From where will the JPD start execution when I unfreeze it? With what state of member variables and from what method/node/line will it start?
    I don't know how it works internally, any information regarding what state/execution-context gets persisted when a JPD freezes will be helpful.
    Thanks,
    Balwinder

    A failure causes the transaction that was processing to rollback, so all state changes are lost since the previous commit point. What get's frozen is the request message that started processing of the current transaction.
    When the process is unfrozen, the original request message is dispatched causing a new transaction to start and the request is processed again.

  • Assignment Server Component (AsgnSrvr) goes to unavailable state

    Our AsgnSrvr component goes to unavailable state frequently almost 2-3 times a day. In component log, we can see "SBL-SVR-09016: Failed to get task instance: task number 35651599.  The task may have exited or does not exist". Our enterprise is on 8.0.0.13.
    As per Doc ID 1531224.1, maxMTServer:MaxTask should be 1:5 but ours is 1:20. Is this configuration fine for 8.0.0.13? If not how can we check that this configuration is not feasible for our enterprise and what type of data I should collect to define the issue?
    In the component log, we are getting below error in almost all the AsgnSrvr log:
    GenericLog    GenericError    1    0000000253561cf4:0    2014-04-22 19:13:38    Unable to find table CX_DATATMPLVIEW in the Siebel Repository
    GenericLog    GenericError    1    0000000453561cf4:0    2014-04-22 20:03:16    (scfdata.cpp (9620) err=1319736 sys=0) SBL-SVR-09016: Failed to get task instance: task number 35651599.  The task may have exited or does not exist.
    Does this indicate any issue and how can we proceed to relate this to issue [Component going unavailable]?
    It is happening on all the servers of the enterprise.
    Thanks,
    Abhishek

    Hello Abhishek,
    It might be getting timeout out.
    Please verify parameter 'MaxSkillsAge'.
    Please verify following knowledge article for further details:
    Assignment Manager timing out and terminating intermittently with various errors (Doc ID 1085215.1)
    Best Regards,
    Chetan

  • Having trouble with put_line function in block statement..

    Am a student, and the request does not appear to be in my book anywhere... Nothing on put_line, or block statements that I can see..
    Need to write a block which will bring back via put_line for department 110: the department_id (departments table), the department_name (departments table), and the city in which the department is located (which must be pulled from locations table... can be joined by department_id). I can write the select statement with join, just not sure how to turn it into a block with put_line function..
    any advice appreciated.. Thanks.

    Hi,
    You need to format your code, so that it's easy to see what statements are in each section (DECLARE, BEGIN, etc.).
    The compiler doesn't care about this, but it will help anyone who tries to read your code, including yourself.
    Type &#123;code&#125; before and after formatted sections when posting messages on this site.
    All statements, including each individual variable declaration) end with a semicolon.
    If a query will return no more than one row, you can capture the results using an INTO-clause, right after the SELECT-clause. For every column in the SELECT-clause, there will be one variable in the INTO-clause.
    Lists, including lists of table names in a query's FROM-clause, are delimited by commas.
    In a query's FROM-clause, the real name of the table comes first, optionally followed by the alias you're using in the query.
    I think this is what you're trying to do:
    SET   SERVEROUTPUT  ON  SIZE 50000
    Declare
        dep_id    NUMBER;
        Dep_string VarChar (100);
    Begin
        select  d.department_id, d.department_name -- , l.city
          into  dep_id,          dep_string
          from  departments  d
             ,  locations    l
          where d.location_id = l.location_id
            and d.location_id = 110;
        DBMS_OUTPUT.PUT_LINE (Dep_string);
    END;
    /No one should ever have this many errors at one time. Write code in much smaller increments, and test after each one. For example, you know you'll be using dbms_output.put_line, so start with something like:
    SET   SERVEROUTPUT  ON  SIZE 50000
    BEGIN
        dbms_output.put_line ('Hello, world!');
    END;You may have problems if you forget semicolons, or SET SERVEROUTPUT. Solve those before you go any further.
    Once the program above is working, add a little (and I mean a little) to it.
    For example, you know you'll be printing a varibale, not a literal, so change it to a variable:
    SET   SERVEROUTPUT  ON  SIZE 50000
    DECLARE
        dep_string  VARCHAR2 (100) := 'Hello, world!';
    BEGIN
        dbms_output.put_line (dep_string);
    END;And so on.
    Edited by: Frank Kulash on Dec 15, 2008 12:36 PM

  • Z10 goes into hang state giving black display

    Hi,
    My Z10 goes into hang state very frequently. Any high graphic action and soon within a day's time system would crash and hang until reboot action is performed. 
    I am extremely dissapointed with the quality of z10 and from the forum it seems it is no different for z30 and other devices. 
    This is the second time I have started having trouble with the device and none of service centers can solve this issue. Infact they hardly understand the issue. All they do is reload software and return the device. 
    What is the maximum duration that a Z10 works without a reboot, be cause I see my device requiring a reboot every 3rd day. IS there a solution around?
    Thanks

    Another interesting observation: Post the device's reboot, PIM services takes up almost 30-60% of CPU time continuously. It starts draining up the battery.

Maybe you are looking for

  • Drawing API

    I am creating a car driving game in Flash 8. Im using the Drawing API to make the car leave tracks as it moves using the following method: lines = {} _root.createEmptyMovieClip("pen", 10) pen.lineStyle(10, 000000, 6) pen.moveTo(this.car._x, this.car.

  • Urgent: How to do the Silent Installation for J2RE v1.4.1

    Hi guyz, Can anyone tell me How to perform Silent Installation of J2RE v 1.4.1. I checked out with J2RE V 1.4.2 which supports Silent mode installation but not JRE 1.4.1 thanks in advance, Saurabh Bhatnagar

  • Desktop icons get mixed up after reboot

    The file and folder icons on my desktop get mixed up after reboot. The problem does not appear always but quite often. It cost me much time to arrange the desktop icons back to their original state. The problem aready exists since MacOSX 10.6.2 (or p

  • Patchmix Direct Monitoring and MIDI problems. Please Help

    Here is my equipment: Microsoft Windows XP Professional version 2002 with service pack 2 Pentium(R)CPU 3.2GHZ 1Gig of RAM Audio Equipment: E-MU 1820m Cubase VST 5.1.1 Korg Triton LE Boss Dr. Rhythm 770 I have patchmix setup for direct monitoring in C

  • Authorization please help

    Hi All, My requirement is we have 1 composite role which we have already assigned to the user but now we want to assign different composite role different from previously assigned one. the problem is we have around 900 users. i am looking for a repor