Stuck running thread

Hi all
I get a lot of mistakes of blocked thread. I want to know what is the possible reason behind it and what are the alternatives. I think, I know that one of the main reasons is application is not adequately addressed.

< 26 October 2009 18:23:56 CDT > < error > < WebLogicServer > < BEA-000337 > < ExecuteThread [STUCK]: '133' for queue: "weblogic.kernel.Default (self-adjusting)" has been occupied for the second "717" working on demand ' Http request: / lhs/acs/rs/road/gohere ', which is more than the time configured (StuckThreadMaxTime) "600" seconds. Stack trace:
41174 thread "[STUCK] ExecuteThread: '133' for the queue:"(self-adjusting) weblogic.kernel.Default"" < living, primarily native, suspended, meanwhile, = 1, DEMON > {}
[- Awaiting notification on: locking of weblogic.jdbc.common.internal.ConnectionPool@ad852a2[fat]
java.lang.Object.wait(Object.java:???)
weblogic.common.resourcepool.ResourcePoolImpl.reserveResourceInternal(ResourcePoolImpl.java:317)
weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:291)
weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:363)
weblogic.jdbc.common.internal.ConnectionPool.reserve(ConnectionPool.java:357)
weblogic.jdbc.common.internal.ConnectionPoolManager.reserve(ConnectionPoolManager.java:75)
weblogic.jdbc.jts.Driver.newConnection(Driver.java:864)
weblogic.jdbc.jts.Driver.createLocalConnection(Driver.java:323)
weblogic.jdbc.jts.Driver.connect(Driver.java:113)

blah blah blah

java.lang.reflect.Method.invoke(Method.java:570)
weblogic.wsee.component.ejb.EjbComponent.invoke(EjbComponent.java:82)
weblogic.wsee.ws.dispatch.server.ComponentHandler.handleRequest(ComponentHandler.java:43)
weblogic.wsee.handler.HandlerIterator.handleRequest(HandlerIterator.java:105)
weblogic.wsee.ws.dispatch.server.ServerDispatcher.dispatch(ServerDispatcher.java:54)
weblogic.wsee.ws.WsSkel.invoke(WsSkel.java:71)
weblogic.wsee.server.servlet.SoapProcessor.handlePost(SoapProcessor.java:54)

blah blah blah blah

weblogic.work.ExecuteThread.execute(ExecuteThread.java:206)
weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
}

Please help me with your valuable suggestions!

Look at the thread of execution is stuck to get the database connection. Can you please post full run log thread?

Thank you.

Naour Vijay.

Tags: Fusion Middleware

Similar Questions

  • Character of stuck running Animation

    Hey all.

    Im having a little problem with my character animation when I use the arrow keys to move him.

    everything works but the fact that the animation "running" will not stop.

    I tried, I few things I find myself only to break the code.

    any ideas?

    if (Key.isDown (Key.RIGHT)) {}

    this.gotoAndStop (2);

    speed of _x +=;

    }

    if (Key.isDown (Key.LEFT)) {}

    this.gotoAndStop (3);

    _x speed-=;

    }

    Y at - he got another code that surround these controls?  You did not explain a lot about how this is ready to top/intended to work and I don't like to assume things... but I base my offering on this.gotoAndPlay (1); told him to go in a period where it seems to be still (you should probably use gotoAndStop (1) for consistency and to match the intention).

    How you now, if the character is not going right, then tell him to stand still, but then you test to the left and do the same thing.  What you could try instead is not between them but rolling in a defined condition so that the order of eligibility only occurs when a key is not used...

    If (Key.isDown (Key.RIGHT)) {}

    this.gotoAndStop (2);

    Speed of _x +=;

    } Else if (Key.isDown (Key.LEFT)) {}

    this.gotoAndStop (3);

    _X-= speed;

    } else {}

    this.gotoAndStop (1);

    }

    and you can even choose to throw something to the people trying to run both ways at the same time...

    If (Key.isDown (Key.RIGHT) &!) {Key.isDown (Key.LEFT))}

    this.gotoAndStop (2);

    Speed of _x +=;

    } Else if (Key.isDown (Key.LEFT) &!) {Key.isDown (Key.RIGHT)}

    this.gotoAndStop (3);

    _X-= speed;

    } else {}

    this.gotoAndStop (1);

    }

  • Application of Applife stuck running

    There is this program Applife who tried to settle for quite some time... I can't even turn off my computer.i am not very computer savy please answer me wns. very simple instructions

    Hello

    1. have you recently installed a program associated with Applife?
    2. what operating system is installed on your computer?

    I suggest that you follow these steps and check if the problem persists.

    Step 1:

    This could be a virus attempts to infect your computer. I would recommend to use the Microsoft Safety Scanner and check if that helps.

    Note: You may lose data while eliminating malware.

    Step 2:

    Test the issue in a clean boot State.

    Note: The steps to restart your computer to normal article.

  • Running the background (sms listening thread) connected to the GUI (another point of entry) application thread

    Hi, I'm new to the development of Blackberry, I read everything on the application running at startup and have a different point of entry for this application. I still need help with my application

    I use BB JDE 4.7

    Simulator: BB 9530 4.7.0

    I'm developing an application of SMS. (extends UiApplication)

    1) there is a thread that listens for incoming messages

    2) there is a wire which is a SMS sender

    3) there is a main screen and two full screens. for example, when the user clicks a button in one of the screens full... I send you a message

    (4) when a message is received, based on the content of the message I push either a full screen

    (5) I have, all the wires and screens as the class internal to the main class that extends from the UiApplication.

    I got the basic features. I need help making that demand the application of autostartup

    (1) I need to start listening to the sms thread when the BB phone starts

    (2) I need to have the application icon in the applications screen as another entry point for the application (only for the GUI), and the listening thread must remain active in the background.

    (3) when an incoming message is detected, the application GUI should be brought to the foreground (if it isn't already forground) after posting a popup (instead of bring the application to the foreground, is it better to display a flashing icon in the status bar of the home screen blackberry and perhaps global popup)

    (4) when the GUI of the application part is closed, I need to stop the sms sending thread, and when the system shuts down, I need to stop the listening thread.

    Please help me guys... I have read many articles and discussions regarding the automatic start-up of applications, another point of entry, the # of background threads...

    but I couldn't find how to implement my needs.

    (1) should I need to create two different projects (applications [GUI thread, a sender] and one for the listening thread)? or I can achieve in single application?

    (2) should I have to sign in the background thread to the GUI app? If so, how?

    (3) it is necessary to use the RunTimeStore object? If so, I don't know how I can bring to the foreground the application GUI of the background thread.

    (4) if I have to stop the thread of listening by overiding onExit() method, the important question I have is, if the onExit() method is only for applications that extends from the Application class and not for the UiApplication class?

    (5) if I should have two projects (one main and the other as a spare point entry), which project should I do as "autorun at startup" and a "system module".

    As I need to have the background still running thread when the GUI application is active. I don't know how I do.

    Hello world...

    I reached my needs thanks to a single application. I used an other entry point.

    To refer to chk my other post

    http://supportforums.BlackBerry.com/T5/Java-development/how-to-avoid-creating-two-instances-of-the-a...

  • Display background running on the UI threads

    Hello

    Sometimes I get the situation, that an action of the user needs time to perform. So I put this work to a task or Service.

    I want to inform the user, that its action is still ongoing. Just a simple ProgressIndicator.

    I know how to do it with a single task, but theoretically, there could be multiple tasks running, even some who were not triggered by the action of the user.

    So I want a similar thing as in Eclipse or IntelliJ: a 'background' control, which displays all running threads.

    Y at - it an easy way to do it, I mean from the perspective of Service/task/Thread, not the user interface.

    Do I need to record each scheduled thread that I start control, for example, when it is scheduled?

    Should I derive from task to make this logic?

    Is there a way to "look" all discussions?

    What is the best approach?

    My idea was to add each task to the control. And control of listening to the property running. When it is finished, it is removed from the list of observable controls.

    But what of the simple Threads, which can be started somewhere outside the Thread of the JavaFX Application?

    For the more general part of the question (of Threads that can be lit outside the Thread of the JavaFX Application):

    I've never worked with this part of the Thread API, but the Threads belong to the ThreadGroups. You can retrieve the group that belongs to a Thread with Thread.getThreadGroup (). ThreadGroups are hierarchical; each ThreadGroup except the top-level ThreadGroup has a ThreadGroup parent (ThreadGroup.getParent ()) and you can get references to all children with ThreadGroup.enumerate (ThreadGroup []) ThreadGroups. Wire also has a getState() method that returns an instance of the enum Thread.State.

    Of course, none of this is observable in the sense of JavaFX properties, so you should probably periodically this survey instead of being able to listen passively to state changes.

    For the easier part, a few ideas:

    I did something that is conceptually similar to what you're trying to do. I have a client-server application in which the data model communicates with a remote EJB service layer. All calls to the service layer are threaded. The model exposes an IntegerProperty represents the number of tasks that are pending (i.e. waiting to be executed or running). Most of the calls to the model to result in the creation of a task which the call() method runs on the remote service. The relevant parts of the model look like this:

    public class Model {
      private final ExecutorService executorService ;
      private final IntegerProperty pendingTasks ;
      // ...
      public Model() throws NamingException {
        // ...
      executorService = Executors.newSingleThreadExecutor() ;
      pendingTasks = new SimpleIntegerProperty(0);
    }
    
      private void addListenersToTask(final Task task) {
      task.stateProperty().addListener(new ChangeListener() {
      @Override
      public void changed(ObservableValue observable,
      State oldValue, State newValue) {
      State state = observable.getValue();
      if (state == State.SUCCEEDED) {
      decrementPendingTasks();
      task.stateProperty().removeListener(this);
      } else if (state == State.FAILED) {
    task.stateProperty().removeListener(this);
      try {
      context.close();
      } catch (NamingException exc) {
      System.out.println("Warning: could not close context");
      }
      status.set(ConnectionStatus.DISCONNECTED);
      }
      }
      });
      }
    
      private void scheduleTask(Task task) {
      addListenersToTask(task);
      incrementPendingTasks();
      executorService.submit(task);
      }
    
      private void decrementPendingTasks() {
      if (! Platform.isFxApplicationThread()) {
      throw new IllegalStateException("Must be on FX Application thread");
      }
      if (pendingTasks.get()<=0) {
      throw new IllegalStateException("Trying to decrement non-positive number of pending tasks");
      }
      pendingTasks.set(pendingTasks.get()-1);
      }
    
      private void incrementPendingTasks() {
      if (! Platform.isFxApplicationThread()) {
      throw new IllegalStateException("Must be on FX Application thread");
      }
      pendingTasks.set(pendingTasks.get()+1);
      }
    
      public int getNumberOfPendingTasks() {
      return pendingTasks.get() ;
      }
    
      public ReadOnlyIntegerProperty numberOfPendingTasksProperty() {
      return pendingTasks ;
      }
    
      // ...
    }
    

    All jobs are scheduled to run by calling the scheduleTask (...) method above, which increments the property pendingTasks, and adds a listener to decrement it when it is finished. The only way for tasks to fail in this application is whether the remote service goes down (the other exceptions are thrown by tasks), this is why I close the naming failure context, and there is currently no functionality to cancel tasks. The code will have to change to meet the cancellation or failure, if this isn't the case.

    Of course, you could do more than a simple counter here using similar techniques. For example, you could keep a ObservableList for the tasks, add a task to the list when it is submitted and remove it when it is finished. Then, you could provide this list to control which can display the status of each task.

    Another option could be to write a wrapper for ExecutorService that has implemented this feature, rather than to implement in your model. (I can elaborate a little if it is not clear, but I have not actually tried it myself). If you somehow exposed this wrapper ExecutorService to the entire application and used for all your threading (which he is called to leave FXApplication thread or not) then you could at least be aware of these threads and should be able to monitor their relatively easily. All threads that were not executed via your wrapper ExecutorService would still be difficult to control.

    Not sure how much help that is.

  • Launch the KVM console: could not validate the certificate. The application will not run

    I use MAC OS and see another error message "certificate validation failure. The application will not run. This error message is seen in release of Java 7 u21 and later also.

    Exception in detail shows:

    java.lang.RuntimeException: no Java triggered, not managed exception! (Original problem: try to insert a list not property object {})
    "https://172.27.136.185"= {} ".

    key AllowNoPromptSites)
    at com.sun.deploy.security.MacOSXUserTrustRecordList.nativeAddTrustRecord (Native Method)
    at com.sun.deploy.security.MacOSXUserTrustRecordList.addTrustRecord(MacOSXUserTrustRecordList.java:92)
    at com.sun.deploy.security.MacOSXTrustUI.evaluateTrustAfterShow(MacOSXTrustUI.java:230)
    at com.sun.deploy.security.MacOSXTrustUI.evaluateAsTrustedSite(MacOSXTrustUI.java:186)
    at com.sun.deploy.security.MacOSXTrustUI.evaluateTrustAndShow(MacOSXTrustUI.java:156)
    at com.sun.deploy.security.MacOSXTrustUI.showDialog(MacOSXTrustUI.java:79)
    at com.sun.deploy.security.X509Util.showSecurityDialog(X509Util.java:152)
    at com.sun.deploy.security.TrustDecider.isAllPermissionGranted(TrustDecider.java:805)
    at com.sun.javaws.security.AppPolicy.grantUnrestrictedAccess(AppPolicy.java:295)
    at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1851)
    at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1527)
    at com.sun.javaws.Launcher.prepareResources(Launcher.java:1283)
    at com.sun.javaws.Launcher.prepareAllResources(Launcher.java:636)
    at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:338)
    at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:238)
    at com.sun.javaws.Launcher.launch(Launcher.java:127)
    at com.sun.javaws.Main.launchApp(Main.java:460)
    at com.sun.javaws.Main.continueInSecureThread(Main.java:292)
    to com.sun.javaws.Main$ 1.run(Main.java:125)
    at java.lang.Thread.run(Thread.java:695)

    Pointers to launch KVM in my system, would be really useful. I'm stuck for over 2 weeks now :-)

    Thanks in advance,

    Suresh.

    Suresh,

    can you provide more details.

    Server model?

    version of the firmware?

    Please read the article if this can help:

    http://www.Cisco.com/c/en/us/support/docs/servers-unified-computing/UCS-...

    -SK

  • Standard RCOReqLinesNotificationsVO extension, running in error

    Hello gurus,

    Spin a mistake by not making any change, here is what did it. Need to add a few columns to VO, so I'm pretty much standard VO extension without changing any other code that the sql of the query.

    1 made sure intitial requisition order WF change notification page works.

    2 RCOReqLinesNotificationsVO of the page and fact extension without adding all the columns to make sure that it works but not. Please see error below.

    By error, I understand, is passing a null to initRCOReqLinesNotfnVOQry, but before the extension how totally did not understand. Can someone help me please in this topic stuck RCOApprovalNotificationsAMImpl code here.

    Error page

    Details of the exception.

    oracle.apps.fnd.framework.OAException: java.lang.NullPointerException

    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)

    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:870)

    at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:993)

    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)

    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)

    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:762)

    at oracle.apps.icx.por.wf.webui.RCOReqLinesNotificationsCO.processRequest(RCOReqLinesNotificationsCO.java:69)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:596)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1166)

    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)

    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2513)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1894)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)

    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)

    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)

    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)

    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)

    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)

    at _OA._jspService(_OA.java:221)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    # # 0 in detail

    java.lang.NullPointerException

    at oracle.apps.icx.por.wf.server.RCOApprovalNotificationsAMImpl.initRCOReqLinesNotfnVOQry(RCOApprovalNotificationsAMImpl.java:105)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)

    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)

    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:762)

    at oracle.apps.icx.por.wf.webui.RCOReqLinesNotificationsCO.processRequest(RCOReqLinesNotificationsCO.java:69)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:596)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1166)

    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)

    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2513)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1894)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)

    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)

    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)

    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)

    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)

    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)

    at _OA._jspService(_OA.java:221)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    java.lang.NullPointerException

    at oracle.apps.icx.por.wf.server.RCOApprovalNotificationsAMImpl.initRCOReqLinesNotfnVOQry(RCOApprovalNotificationsAMImpl.java:105)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)

    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)

    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:762)

    at oracle.apps.icx.por.wf.webui.RCOReqLinesNotificationsCO.processRequest(RCOReqLinesNotificationsCO.java:69)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:596)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1166)

    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:964)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:931)

    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:655)

    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:251)

    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)

    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2513)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1894)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:538)

    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:426)

    at _OA._jspService(_OA.java:212)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)

    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)

    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)

    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)

    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)

    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)

    at _OA._jspService(_OA.java:221)

    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)

    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)

    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)

    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)

    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)

    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)

    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)

    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)

    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)

    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)

    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)

    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)

    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)

    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)

    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)

    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)

    at java.lang.Thread.run(Thread.java:619)

    ----------------------------------------------- AM Code --------------------------------------------------------------------------------------------------------------------------------

    package oracle.apps.icx.por.wf.server;

    Import oracle.apps.fnd.common.MessageToken;

    Import oracle.apps.fnd.common.VersionInfo;

    Import oracle.apps.fnd.framework.OAException;

    Import oracle.apps.fnd.framework.server.OAApplicationModuleImpl;

    Import oracle.apps.fnd.framework.server.OADBTransaction;

    Import oracle.apps.icx.por.reqmgmt.server.ApprovalHistoryVOImpl;

    Import oracle.apps.icx.por.wf.NotificationReqObject;

    Import oracle.jbo.domain.Number;

    public class RCOApprovalNotificationsAMImpl

    extends from OAApplicationModuleImpl

    {

    public static final String RCS_ID = "$Header: RCOApprovalNotificationsAMImpl.java 120.3 25/07/2006 04:44:29 sudsubra noship $';

    public static final boolean RCS_ID_RECORDED = VersionInfo.recordClassVersion ("$Header: RCOApprovalNotificationsAMImpl.java 120.3 25/07/2006 04:44:29 $ noship sudsubra", "oracle.apps.icx.por.wf.server");

    public NotificationReqObject initRCOReqLinesNotfnVOQry (String paramString1, String paramString2, String paramString3)

    {

    OADBTransaction localOADBTransaction = getOADBTransaction();

    If (localOADBTransaction.isLoggingEnabled (2)) {}

    localOADBTransaction.writeDiagnostics (this, "the RCOApprovalNotificationsAMImpl.initRCOReqLinesNotfnVOQry Start;") (reqHdrId =' + paramString1 + ', chgReqGrpId =' + paramString2 + ', funcCurr =' + paramString3, 2);

    }

    int i = 0;

    Dim str As String = null;

    Boolean localBoolean1 = new Boolean (false);

    Boolean localBoolean2 = new Boolean (false);

    Boolean localBoolean3 = new Boolean (false);

    Boolean localBoolean4 = new Boolean (false);

    Boolean localBoolean5 = new Boolean (false);

    Object localObject1 = null;

    Boolean bool1 = false;

    Boolean bool2 = false;

    RCOReqLinesNotificationsVOImpl localRCOReqLinesNotificationsVOImpl = getRCOReqLinesNotificationsVO();

    If (localRCOReqLinesNotificationsVOImpl! = null)

    {

    localRCOReqLinesNotificationsVOImpl.initQuery (paramString1, paramString2, paramString3);

    localObject2 = null;

    While ((localObject2 = (RCOReqLinesNotificationsVORowImpl) localRCOReqLinesNotificationsVOImpl.next (())! = null)

    {

    I += 1;

    If ((str == null) & & (((RCOReqLinesNotificationsVORowImpl) localObject2) .getTxnCurrencyCode () == null) |) (! ((((RCOReqLinesNotificationsVORowImpl) localObject2) .getTxnCurrencyCode (.equalsIgnoreCase (paramString3)))) {}

    Str = 'Y ';

    }

    localBoolean1 = checkQuantityChangeExistsInReq (localBoolean1, localObject2 (RCOReqLinesNotificationsVORowImpl));

    localBoolean2 = checkUnitPriceChangeExistsInReq (localBoolean2, localObject2 (RCOReqLinesNotificationsVORowImpl));

    localBoolean3 = checkCurrUnitPriceChangeExistsInReq (localBoolean3, localObject2 (RCOReqLinesNotificationsVORowImpl));

    localBoolean4 = checkLineTotalChangeExistsInReq (localBoolean4, localObject2 (RCOReqLinesNotificationsVORowImpl));

    localBoolean5 = checkCurrLineTotalChangeExistsInReq (localBoolean5, localObject2 (RCOReqLinesNotificationsVORowImpl));

    If (CHANGE".equals (((RCOReqLinesNotificationsVORowImpl) localObject2) .getActionType ())) {" "}

    Bool1 = true;

    }

    If (((RCOReqLinesNotificationsVORowImpl) localObject2) .getCancelLineImageDisplayFlag () .booleanValue ()) {}

    Bool2 = true;

    }

    }

    }

    on the other

    {

    If (localOADBTransaction.isLoggingEnabled (4)) {}

    localOADBTransaction.writeDiagnostics (this, "RCOReqLinesNotificationsVOImpl is:" + localRCOReqLinesNotificationsVOImpl + ", survey thus object not found Exception", 4);

    }

    localObject2 = new MessageToken [] {new MessageToken ("parameter", "RCOReqLinesNotificationsVOImpl") ;}}

    throw new OAException ("ICX", "ICX_CAT_OBJECT_NOT_FOUND", (MessageToken []) localObject2);

    }

    If (localOADBTransaction.isLoggingEnabled (2)) {}

    localOADBTransaction.writeDiagnostics (this, "RCOApprovalNotificationsAMImpl.initRCOReqLinesNotfnVOQry is done", 2);

    }

    If (str == null) {}

    Str = "N";

    }

    Object localObject2 = new NotificationReqObject();

    ((NotificationReqObject) localObject2) .setViewRowCount (new Number (i));

    ((NotificationReqObject) localObject2) .setForeignCurrencyLineExists (str);

    ((NotificationReqObject) localObject2) .setQuantityChangeExistsFlag (localBoolean1);

    ((NotificationReqObject) localObject2) .setUnitPriceChangeExistsFlag (localBoolean2);

    ((NotificationReqObject) localObject2) .setCurrUnitPriceChangeExistsFlag (localBoolean3);

    ((NotificationReqObject) localObject2) .setLineTotalChangeExistsFlag (localBoolean4);

    ((NotificationReqObject) localObject2) .setCurrLineTotalChangeExistsFlag (localBoolean5);

    If (localOADBTransaction.isLoggingEnabled (1)) {}

    localOADBTransaction.writeDiagnostics (this, "RCONotificationsPVO, ChangeExist setting:" + bool1 + "CancellationExist:" + bool2, 1);

    }

    RCONotificationsPVOImpl localRCONotificationsPVOImpl = getRCONotificationsPVO();

    RCONotificationsPVORowImpl localRCONotificationsPVORowImpl = (RCONotificationsPVORowImpl) localRCONotificationsPVOImpl.first ();

    localRCONotificationsPVORowImpl.setChangeExists (new Boolean (bool1));

    localRCONotificationsPVORowImpl.setCancellationExists (new Boolean (bool2));

    Return localObject2;

    }

    Private Boolean checkQuantityChangeExistsInReq (Boolean paramBoolean, RCOReqLinesNotificationsVORowImpl paramRCOReqLinesNotificationsVORowImpl)

    {

    Boolean localBoolean = new Boolean (false);

    If (paramBoolean.booleanValue ()) {}

    localBoolean = paramBoolean;

    } else {}

    localBoolean = paramRCOReqLinesNotificationsVORowImpl.getChangedQuantityDisplayFlag ();

    }

    OADBTransaction localOADBTransaction = getOADBTransaction();

    If (localOADBTransaction.isLoggingEnabled (1)) {}

    localOADBTransaction.writeDiagnostics (this, "RCOApprovalNotificationsAMImpl.checkQuantityChangeExistsInReq;  ("prevQuantityChangeFlag:" + paramBoolean + ", ValeurRet:" + localBoolean, 1);

    }

    Return localBoolean;

    }

    Private Boolean checkUnitPriceChangeExistsInReq (Boolean paramBoolean, RCOReqLinesNotificationsVORowImpl paramRCOReqLinesNotificationsVORowImpl)

    {

    Boolean localBoolean = new Boolean (false);

    If (paramBoolean.booleanValue ()) {}

    localBoolean = paramBoolean;

    } else {}

    localBoolean = paramRCOReqLinesNotificationsVORowImpl.getChangedPriceDisplayFlag ();

    }

    OADBTransaction localOADBTransaction = getOADBTransaction();

    If (localOADBTransaction.isLoggingEnabled (1)) {}

    localOADBTransaction.writeDiagnostics (this, "RCOApprovalNotificationsAMImpl.checkUnitPriceChangeExistsInReq;  ("prevUnitPriceChangeFlag:" + paramBoolean + ", ValeurRet:" + localBoolean, 1);

    }

    Return localBoolean;

    }

    Private Boolean checkCurrUnitPriceChangeExistsInReq (Boolean paramBoolean, RCOReqLinesNotificationsVORowImpl paramRCOReqLinesNotificationsVORowImpl)

    {

    Boolean localBoolean = new Boolean (false);

    If (paramBoolean.booleanValue ()) {}

    localBoolean = paramBoolean;

    } else {}

    localBoolean = paramRCOReqLinesNotificationsVORowImpl.getChgTxnCurUnitPriceDisplayFlag ();

    }

    OADBTransaction localOADBTransaction = getOADBTransaction();

    If (localOADBTransaction.isLoggingEnabled (1)) {}

    localOADBTransaction.writeDiagnostics (this, "RCOApprovalNotificationsAMImpl.checkCurrUnitPriceChangeExistsInReq;  ("prevCurrUnitPriceChangeFlag:" + paramBoolean + ", ValeurRet:" + localBoolean, 1);

    }

    Return localBoolean;

    }

    Private Boolean checkLineTotalChangeExistsInReq (Boolean paramBoolean, RCOReqLinesNotificationsVORowImpl paramRCOReqLinesNotificationsVORowImpl)

    {

    Boolean localBoolean = new Boolean (false);

    If (paramBoolean.booleanValue ()) {}

    localBoolean = paramBoolean;

    } else {}

    localBoolean = paramRCOReqLinesNotificationsVORowImpl.getChangedTotalDisplayFlag ();

    }

    OADBTransaction localOADBTransaction = getOADBTransaction();

    If (localOADBTransaction.isLoggingEnabled (1)) {}

    localOADBTransaction.writeDiagnostics (this, "RCOApprovalNotificationsAMImpl.checkLineTotalChangeExistsInReq;  ("prevLineTotalChangeFlag:" + paramBoolean + ", ValeurRet:" + localBoolean, 1);

    }

    Return localBoolean;

    }

    Private Boolean checkCurrLineTotalChangeExistsInReq (Boolean paramBoolean, RCOReqLinesNotificationsVORowImpl paramRCOReqLinesNotificationsVORowImpl)

    {

    Boolean localBoolean = new Boolean (false);

    If (paramBoolean.booleanValue ()) {}

    localBoolean = paramBoolean;

    } else {}

    localBoolean = paramRCOReqLinesNotificationsVORowImpl.getChangedCurLineTotalDisplayFlag ();

    }

    OADBTransaction localOADBTransaction = getOADBTransaction();

    If (localOADBTransaction.isLoggingEnabled (1)) {}

    localOADBTransaction.writeDiagnostics (this, "RCOApprovalNotificationsAMImpl.checkCurrLineTotalChangeExistsInReq;  ("prevCurrLineTotalChangeFlag:" + paramBoolean + ", ValeurRet:" + localBoolean, 1);

    }

    Return localBoolean;

    }

    Public Sub initRCONotificationsPVO()

    {

    OADBTransaction localOADBTransaction = getOADBTransaction();

    If (localOADBTransaction.isLoggingEnabled (2)) {}

    localOADBTransaction.writeDiagnostics (Thi, "RCOApprovalNotfnAMImpl.initRCONotificationsPVO Start", 2);

    }

    RCONotificationsPVOImpl localRCONotificationsPVOImpl = getRCONotificationsPVO();

    If (localRCONotificationsPVOImpl! = null)

    {

    If (localRCONotificationsPVOImpl.getFetchedRowCount () == 0)

    {

    If (localOADBTransaction.isLoggingEnabled (1)) {}

    localOADBTransaction.writeDiagnostics (Thi, "Initializing RCONotificationsPVO", 1);

    }

    localRCONotificationsPVOImpl.setMaxFetchSize (0);

    localRCONotificationsPVOImpl.executeQuery ();

    localRCONotificationsPVOImpl.insertRow (localRCONotificationsPVOImpl.createRow ());

    }

    RCONotificationsPVORowImpl localRCONotificationsPVORowImpl = (RCONotificationsPVORowImpl) localRCONotificationsPVOImpl.first ();

    localRCONotificationsPVORowImpl.setRowKey (new Number (1));

    }

    If (localOADBTransaction.isLoggingEnabled (2)) {}

    localOADBTransaction.writeDiagnostics (Thi, "RCOApprovalNotfnAMImpl.initRCONotificationsPVO End", 2);

    }

    }

    Public Shared Sub main (String [] paramArrayOfString)

    {

    launchTester ("oracle.apps.icx.por.wf.server", "POReqChaNotificationsAMLocal");

    }

    public RCOReqLinesNotificationsVOImpl getRCOReqLinesNotificationsVO()

    {

    return (RCOReqLinesNotificationsVOImpl) findViewObject ("RCOReqLinesNotificationsVO");

    }

    public ApprovalHistoryVOImpl getApprovalHistoryVO()

    {

    return (ApprovalHistoryVOImpl) findViewObject ("ApprovalHistoryVO");

    }

    public RCONotificationsPVOImpl getRCONotificationsPVO()

    {

    return (RCONotificationsPVOImpl) findViewObject ("RCONotificationsPVO");

    }

    }

    Thanks in advance...

    Also, take a look at the post below and see if it is applicable in your case.

    Advice from the Oracle Johny: OAF: issues related to the Substitution of VO in the Oracle Applications Framework - Part1

    See you soon

    AJ

  • SQL Developer 4.1 stuck on loading for Mac

    Hi all

    I'm currently under Mac OSX 10.11.1 (El Capitan) and I downloaded SQL Developer 4.1.  When you try to start SQL Developer it gets stuck loading, shown below.Screen Shot 2015-11-07 at 1.17.57 PM.png

    JDK, I am running:

    Java version "1.8.0_45".

    Java (TM) SE Runtime Environment (build 1.8.0_45 - b14)

    Java for 64-bit Server VM (build 25.45 - b02, mixed mode)

    According to me, that it points to the right path of the JDK.  When I run SQL Developer sqldeveloper.sh I get the following exception:

    sqldeveloper.sh: line 4: cd: sqldeveloper.sh: not a directory

    java.lang.Exception: stack trace

    at java.lang.Thread.dumpStack(Thread.java:1329)

    to oracle.ideimpl.MainWindowImpl. < init > (MainWindowImpl.java:166)

    at oracle.ide.osgi.Activator.setupWindow(Activator.java:281)

    at oracle.ide.osgi.Activator.start(Activator.java:135)

    to org.eclipse.osgi.framework.internal.core.BundleContextImpl$ 1.run(BundleContextImpl.java:711)

    at java.security.AccessController.doPrivileged (Native Method)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

    at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

    at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

    at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:390)

    at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1176)

    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:559)

    at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:544)

    at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:457)

    at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:243)

    at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.internalStart(EquinoxLauncher.java:271)

    at org.eclipse.osgi.framework.internal.core.EquinoxLauncher.start(EquinoxLauncher.java:241)

    at org.eclipse.osgi.launch.Equinox.start(Equinox.java:258)

    at org.netbeans.core.netigso.Netigso.start(Netigso.java:191)

    at org.netbeans.NetigsoHandle.startFramework(NetigsoHandle.java:209)

    at org.netbeans.ModuleManager.enable(ModuleManager.java:1352)

    at org.netbeans.ModuleManager.enable(ModuleManager.java:1156)

    at org.netbeans.core.startup.ModuleList.installNew (ModuleList.java:340)

    at org.netbeans.core.startup.ModuleList.trigger (ModuleList.java:276)

    at org.netbeans.core.startup.ModuleSystem.restore (ModuleSystem.java:301)

    at org.netbeans.core.startup.Main.getModuleSystem (Main.java:181)

    at org.netbeans.core.startup.Main.getModuleSystem (Main.java:150)

    at org.netbeans.core.startup.Main.start (Main.java:307)

    at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)

    at java.lang.Thread.run(Thread.java:745)

    CD to your home directory of the user

    go to the folder .sqldeveloper

    Nuke or rename the system4.1.2... directory

    try to run back to the top

    He found java or you'd never get the Startup dialog box

    You should be able to slide the .app into your Applications folder and run it directly from the doc vs launch of a shell/terminal

  • What ' s a weblogic thread dump format?

    Hello

    I have a question for thread dump in Weblogic.

    When I see this message; java.lang.Thread.State: EXECUTABLE; my understanding is that the thread is running.
    Example:
    "Connection TCP RMI 3025 - 10.30.73.39"-wire t@278
    java.lang.Thread.State: EXECUTABLE
    at java.net.SocketInputStream.socketRead0 (Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:237)
    -locked < 235738ef > (a java.io.BufferedInputStream)
    == > this thread runs and reads data...

    Now, what is a '[ACTIVE]' thread in Weblogic? my opinion is that it is also a running thread. Am I wrong?

    If both threads are running, why one is not also maraked as "[ACTIVE] '?

    Another question, what ' s the difference between these two threads?
    "ExecuteThread [ASSET]: '10' for queue:"(self-adjusting) weblogic.kernel.Default""-wire t@119
    java.lang.Thread.State: pending
    at java.lang.Object.wait (Native Method)
    -waiting on < 5b3f46a5 > (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:157)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Locked ownable Synchronizers:
    -None

    "[Pending] ExecuteThread: '9' for the queue:"(self-adjusting) weblogic.kernel.Default""-wire t@117
    java.lang.Thread.State: pending
    at java.lang.Object.wait (Native Method)
    -waiting on < 463515a 4 > (a weblogic.work.ExecuteThread)
    at java.lang.Object.wait(Object.java:485)
    at weblogic.work.ExecuteThread.waitForRequest(ExecuteThread.java:157)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    Locked ownable Synchronizers:
    -None

    Thanks for your help

    Hello

    [ACTIVE] [EVE] are States that Weblogic assigns to its internal nets.

    Most of the time, you will see discussions (waitForRequest) pending pending because they do nothing.

    Discussions in the way ASSETS Weblogic kernel assigned a request and that request is in progress.

    I saw in some Threads in Thread dump in ACTIVE State, even if they expect a request so not 100% compatible. I worry too much on this subject.

    The part of the key to analysis is to analyze the Stack Trace of the Thread and the native state of Thread (RUNNABLE, WAITING), those are your real indicators if the Thread is waiting for a query or really stuck a request for treatment.

    -The first line will also give you the current Thread action (waiting to be warned, blocked / stuck on a monitor, computer science etc..)
    -The Stack Trace will also give you specify if the Thread is waiting to process a query (free Thread) or a real application or the task of Weblogic internal treatment

    Kind regards
    PERSON-H

  • Windows 7 Windows Media Center does not update Guide - new thread

    I get some data to Guide through 10/11, but most of the end of the 6/10 HD channels.

    Location - Richmond WILL

    Provider - Comcast

    It seems that the previous running thread, we had has been locked.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-pictures/Windows-7-Windows-Media-Center-not-updating-guide/beb7a0a7-4192-42A5-A621-1611dc3a3207?msgId=02accaa7-996B-41cd-9279-80bd3c573c33

    I hope that Barb and other will follow this one.

    Someone has already created a Connect ticket.

    https://connect.Microsoft.com/site1145/feedback/details/3104700

    If you encounter the same problem, 1) please vote only it upward and 2) let them know that you can reproduce it.

    I hope Microsoft can divert some attention from the wonderful product Media Center!

    I look at. NOW, it shows that blocked for me, but has no sooner.
     
    > Maybe I'm missing something
     
  • How to pause the timer thread...

    Hello

    I want to make a break the "timer" thread... or I can tell want to set mode 'waiting' and then notify when something is filled.

    _CatchTimer timer = new Timer();
    CatchAppNameTimer _catchTimerTask = new CatchAppNameTimer (_catchTimer);
    _catchTimer.schedule (_catchTimerTask, 0, 5000);

    My "TimerTask (_catchTimerTask)" whenever displays a Popup...

    This popup form has two buttons - unlock, undo.

    Basically I want that, until the user clicks on... a the unlock / cancel btn, thread prepares time on standby... when the user click on open it / cancel... only after then time button thread gets notify.

    I am currently using a Boolean variable in the run method of "timertask"... to handle the deadlock situation... it's TimerTask called in every few seconds... even when the popup screen showed...

    As follows:

    public void run()
    {
    GlobalSingleton obj = null;
    obj = GlobalSingleton.getInstance ();
            
    If (obj.getShowDialog ())
    return;
           
    unlockField();
    }

    When the first "unlockFiled()" called... I put a Boolean variable as true (using Runtime store)... whose value is extracted by the getShowDialog() method.  and in

    fieldChanged (field field, int context) {} method of two Unlock / Cancel button... I put Boolean value of var as wrong... by calling...

    GlobalSingleton obj = null;
    obj = GlobalSingleton.getInstance ();
    obj.setShowDialog (false);

    But the right approach is "timer task" should not be repeated... until the user either unlock / cancel button and the control becomes out of {} fieldChanged (field field, int context) method.

    should I use a differnet thread to manage the... wait - notify operations on the Timer object... based on a Boolean variable.  I hv already tried this approach... but impossible to get a solution...

    I will be gratefull for your suggestions...

    Kind regards.

    I wouldn't use a timer for this job, I would use a Thread running continuously.  The wire would be just "sleep" for a second, then check.

    In regards to your screen, you have two choices.

    (1) the easiest is simply put your app in the foreground.  This means that you can actually leave the currently running Thread.  Because if your application is in the foreground, it will not try to block.

    With this approach, the screen that you view will be a simple screen and you can code like that.

    When the user enters the PIN code, you can make the activity on the native application.

    (2) the other option is to use a Global context screen.  It's possible but more complicated to code and I see no benefit to this approach (1), except that he's looking for a little more "pleasant".  But I don't think that "kindness" is important to you.

    As indicated on the other thread, I don't know how to close the native application.  But who needs to be discussed on the other Thread.  Have this concentration of Thread on sort how to get your screen to superimpose the native application after checking every second.  The approach I have to do it and a lot easier than trying to use a timer task.

  • Threading, performance PlayBook, etc..

    I'm in the middle of making my fist PlayBook NDK app...

    I have three threads and more the main thread:

    (1) a thread chart decoding and display of images.

    (2) a wire audio playing a WAV file.

    (3) a network download data wire.

    As I worked on this app, so far I got the graph and network running thread. That worked very well. I have a nice pace.

    I then started to work on the audio, and even thread that seemed to work along side the network wire.

    However, when I have three threads running, everything collapses.  Audio constantly cuts.  The video freezes constantly, etc, etc.

    This is the first time I tried to create such a demanding application, and I was really hoping that the PlayBook has been up to her, as it is the C code, and the PlayBook is dual core.  For example, I don't think that playing a WAV file would be a lot of work for a thread, so I was hoping the network transfers and audio could be easily managed by 1 CPU core, while the JPEG decoding could be managed by the other.

    Any thoughts / recommendations?

    Any help would be most appreciated.

    Thank you

    Daniel

    Have you tried tuning of your thread priorities?  The audio thread priority.

    Calendar is alternating if the wires are all to the same priority, and if you have 3 wires about 2 carrots, 2 son will participate at some point.

    Learn about the use of pthread_attr_t with pthread_create().  See pthread_attr_setschedpolicy() and pthread_attr_setschedparam().  Priority to getprio layout (getpid(2) () + 1 will probably be sufficient.

    I suggest also to investigate the use of larger sizes of audio block, but it looks like the example of PlayWav can already use size frag announced by the pcm device max.  Block of smaller sizes means that your son has to wake up more often in order to keep the pipeline full pcm.

    See you soon,.

    Sean

  • Want to kill my thread of HTTP connection

    Hi all

    In my Blackberry application, I have my HTTP thread running on a separate thread. In some cases, I want to kill/destroy this running thread. Any suggestions?

    Thank you

    Rajnikant

    just to answer the same question here:
    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=50356

  • An exception occurred on Thread [SessionWorkerDaemon in the processing of the task: task executable: async enter session ID]

    Hello, we have a problem,

    We use the Web for consistency, in Glassfish 3.1.2, 3.7.1.8 consistency and coherence Web 3.7.1.8 primefaces 3.4and consistency, we have different web projects, if I login and enter the second web project everything is ok, but when I first enter the first project (everything is ok), but when I try to go in another project, the server is not responding , and the newspaper we have:

    [#|2015-11-03T16:14:29.191-0500|severe|Oracle-glassfish3.1.2|javax.enterprise.System.STD.com.Sun.enterprise.Server.logging|_ThreadID=78;_ThreadName=thread-2;|an exception was thrown while enjoying a session.

    com.tangosol.coherence.servlet.commonj.WorkException: the job failed.

    at com.tangosol.coherence.servlet.commonj.impl.WorkItemImpl.run(WorkItemImpl.java:167)

    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (ThreadPoolExecutor.java:615)

    at java.lang.Thread.run(Thread.java:745)

    Caused by: java.lang.ClassCastException: com.tangosol.coherence.servlet.SplittableHolder cannot be cast to com.tangosol.coherence.servlet.AttributeHolder

    at com.tangosol.coherence.servlet.AbstractHttpSessionModel.readAttributes(AbstractHttpSessionModel.java:1815)

    at com.tangosol.coherence.servlet.AbstractHttpSessionModel.readExternal(AbstractHttpSessionModel.java:1735)

    at com.tangosol.util.ExternalizableHelper.readExternalizableLite(ExternalizableHelper.java:2041)

    at com.tangosol.util.ExternalizableHelper.readObjectInternal(ExternalizableHelper.java:2345)

    at com.tangosol.util.ExternalizableHelper.deserializeInternal(ExternalizableHelper.java:2746)

    at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:262)

    to com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ ConverterFromBinary.convert (PartitionedCache.CDB:4)

    to com.tangosol.util.ConverterCollections$ ConverterMap.get (ConverterCollections.java:1655)

    to com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ ViewMap.get (PartitionedCache.CDB:1)

    at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)

    at com.tangosol.net.cache.CachingMap.get(CachingMap.java:491)

    at com.tangosol.coherence.servlet.DefaultCacheDelegator.getModel(DefaultCacheDelegator.java:122)

    at com.tangosol.coherence.servlet.AbstractHttpSessionCollection.getModel(AbstractHttpSessionCollection.java:2288)

    at com.tangosol.coherence.servlet.AbstractReapTask.checkAndInvalidate(AbstractReapTask.java:140)

    to com.tangosol.coherence.servlet.ParallelReapTask$ ReapWork.run (ParallelReapTask.java:89)

    at com.tangosol.coherence.servlet.commonj.impl.WorkItemImpl.run(WorkItemImpl.java:164)

    ... 3 more

    |#]

    [#|2015-11-03T16:14:32.497-0500|severe|Oracle-glassfish3.1.2|javax.enterprise.System.STD.com.Sun.enterprise.Server.logging|_ThreadID=78;_ThreadName=thread-2;|2015-11-03 16:14:32.497/445.007 Oracle coherence GE 3.7.1.0 < error > (thread = SessionWorkerDaemon [, 16:14:32.493 2015-11-03] member = 2): an exception occurred on Thread [SessionWorkerDaemon [, 16:14:32.493 2015-11-03], 5, SessionWorkerDaemon [, 16:14:32.493 2015-11-03]] during the processing of the task: task executable: async enter session ID = vJpst4sAjGM5, remaining tent = 60 | #]

    [#|2015-11-03T16:14:32.497-0500|severe|Oracle-glassfish3.1.2|javax.enterprise.System.STD.com.Sun.enterprise.Server.logging|_ThreadID=78;_ThreadName=thread-2;|2015-11-03 16:14:32.497/445.007 Oracle coherence GE 3.7.1.0 < error > (thread = SessionWorkerDaemon [, 16:14:32.493 2015-11-03] member = 2): java.lang.ClassCastException: com.tangosol.coherence.servlet.SplittableHolder cannot be cast to com.tangosol.coherence.servlet.AttributeHolder

    at com.tangosol.coherence.servlet.AbstractHttpSessionModel.readAttributes(AbstractHttpSessionModel.java:1815)

    at com.tangosol.coherence.servlet.AbstractHttpSessionModel.readExternal(AbstractHttpSessionModel.java:1735)

    at com.tangosol.util.ExternalizableHelper.readExternalizableLite(ExternalizableHelper.java:2041)

    at com.tangosol.util.ExternalizableHelper.readObjectInternal(ExternalizableHelper.java:2345)

    at com.tangosol.util.ExternalizableHelper.deserializeInternal(ExternalizableHelper.java:2746)

    at com.tangosol.util.ExternalizableHelper.fromBinary(ExternalizableHelper.java:262)

    to com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ ConverterFromBinary.convert (PartitionedCache.CDB:4)

    to com.tangosol.util.ConverterCollections$ ConverterMap.get (ConverterCollections.java:1655)

    to com.tangosol.coherence.component.util.daemon.queueProcessor.service.grid.partitionedService.PartitionedCache$ ViewMap.get (PartitionedCache.CDB:1)

    at com.tangosol.coherence.component.util.SafeNamedCache.get(SafeNamedCache.CDB:1)

    at com.tangosol.net.cache.CachingMap.get(CachingMap.java:491)

    at com.tangosol.coherence.servlet.DefaultCacheDelegator.getModel(DefaultCacheDelegator.java:122)

    at com.tangosol.coherence.servlet.AbstractHttpSessionCollection.getModel(AbstractHttpSessionCollection.java:2288)

    at com.tangosol.coherence.servlet.AbstractHttpSessionCollection.enter(AbstractHttpSessionCollection.java:617)

    at com.tangosol.coherence.servlet.AbstractHttpSessionCollection.enter(AbstractHttpSessionCollection.java:586)

    to com.tangosol.coherence.servlet.SessionHelper$ 4.run(SessionHelper.java:2421)

    at com.tangosol.util.TaskDaemon.run(TaskDaemon.java:392)

    at com.tangosol.util.TaskDaemon.run(TaskDaemon.java:114)

    to com.tangosol.util.Daemon$ DaemonWorker.run (Daemon.java:781)

    at java.lang.Thread.run(Thread.java:745)

    |#]

    [#|2015-11-03T16:14:32.497-0500|severe|Oracle-glassfish3.1.2|javax.enterprise.System.STD.com.Sun.enterprise.Server.logging|_ThreadID=78;_ThreadName=thread-2;|2015-11-03 16:14:32.497/445.007 Oracle coherence GE 3.7.1.0 < error > (thread = SessionWorkerDaemon [, 16:14:32.493 2015-11-03] member = 2): (the wire connected the exception and continues

    Everything that could help us.

    Thank you.

    I found the error, was a model that does a not implement Serializable.

    Thank you

  • Reply to thread-&gt; java.lang.UnsatisfiedLinkError: com.sun.media.vfw.VFWCapture.cacheFieldIDs (Z)

    java.lang.UnsatisfiedLinkError: com.sun.media.vfw.VFWCapture.cacheFieldIDs (Z)

    This issue is no answer.

    2827163Newbie

    So I try to start with the java media framework (JMF). Ive installed the jmf 2.1.1e for windows and I am using eclipse IDE.

    I tried to add the jars for the projects generate path files and the DLLs for the path to the library, but I get this error when you try to run the project:

    java.lang.UnsatisfiedLinkError: com.sun.media.vfw.VFWCapture.cacheFieldIDs (Z)

    Here are the details of the full changelog:

    CaptureDeviceInfo: vfw:Microsoft WDM Image Capture (Win32): 0: vfw: / / 0

    YUV video format: = java.awt.Dimension size [width = 640, height = 480] [B yuvType = 32 StrideY = 1280 StrideUV = 1280 OffsetY = 0 OffsetU = 1 OffsetV = 3-MaxDataLength = 614400 DataType = class

    YUV video format: = java.awt.Dimension size [width = 160, height = 120] [B yuvType = 32 StrideY = 320 StrideUV = 320 OffsetY = 0 OffsetU = 1 OffsetV = 3-MaxDataLength = 38400 DataType = class

    YUV video format: = java.awt.Dimension size [width = 320, height = 240] MaxDataLength = 153600 DataType = class [B yuvType = 32 StrideY = 640 StrideUV 640 OffsetY = 0 OffsetU = 1 OffsetV = 3 =

    Exception in thread "Thread of VFW application" java.lang.UnsatisfiedLinkError: com.sun.media.vfw.VFWCapture.cacheFieldIDs (Z)

    at com.sun.media.vfw.VFWCapture.cacheFieldIDs (Native Method)

    to com.sun.media.vfw.VFWCapture. < clinit > (VFWCapture.java:27)

    at com.sun.media.protocol.vfw.VFWSourceStream.doConnect(VFWSourceStream.java:249)

    at com.sun.media.protocol.vfw.VFWSourceStream.run(VFWSourceStream.java:771)

    at java.lang.Thread.run(Thread.java:619)

    Can someone help me?

    Please place the dll files in appropriate locations. This error is generated when the Java class cannot find the required native library.

    Thank you

    Adil

Maybe you are looking for