No Javadoc/Src attached to Weblogic System Libraries on OEPE

I am trying to attach Javadoc API URL to Weblogic System Libraries (Java EE API) but it not works. The Weblogic System Libraries is added to your Project's Build Path when you add some JavaEE facet and add the it to aWLS Runtime configured on OEPE.
After edit the Weblogic System Library eclipse change the .classpah file but the Javadoc does not appears on Eclipse editor.
See my .classpath snippet after configure the JavaEE6 API URL to the javax.jms_1.1.2.jar in Weblogic System Libraries:
     <referencedentry kind="lib" path="/Users/rafaeltuelho/opt/Oracle/Middleware1211/modules/javax.jms_1.1.2.jar">
          <attributes>
               <attribute name="javadoc_location" value="http://docs.oracle.com/javaee/6/api/"/>
          </attributes>
     </referencedentry>
Someone know if is possible to configure (attach) JavaDoc/Src for Weblogic System Libraries in OEPE?
Thanks.

This is a bug. You shouldn't need to attach javadoc manually like this. We will address this for the next release. Unfortunately, I don't have a workaround for you in the meantime. Manually attach it will not work as you found out.
- Konstantin

Similar Messages

  • NullPointerException while trying to add "WebLogic System Lib." in a classp

    I'm having an error while trying to add WL System Libs in a classpath of an Hibernate configuration.
    // yes, required is Hibernate Tools Eclipse plugin, v3.2.0 GA
    /// available through http://www.hibernate.org/255.html - click on any "download" link
    I first thought it would certainly be an Hibernate Tools bug, but according to the Stack Trace, it might be BEA WLS Tools which is faulty (=> NullPointerException)
    That's why I preferred posting here first, before even issuing a bug report on http://bugzilla.bea.com/
    Steps to reproduce:
    1. Open the "Hibernate" perspective
    2. Create or edit an Hibernate configuration (through the "+" icon or by right-click then "Edit Configuration" on an existing
    3. Go to the "Classpath" tab.
    4. Click "Advanced..." button, then check "Add Library" radio button; select "WebLogic System Libraries" entry and then "Next >".
    5. Error happens in the Eclipse "Error Log" tab and the WebLogic library is not added.
    Details
    Message: "Unhandled event loop exception"
    Exception Stack Trace:
    java.lang.NullPointerException
         at com.bea.workshop.wls.ui.internal.SystemLibrariesContainerPage.initialize(SystemLibrariesContainerPage.java:93)
         at org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathContainerWizard.getContainerPage(ClasspathContainerWizard.java:155)
         at org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathContainerWizard.getNextPage(ClasspathContainerWizard.java:170)
         at org.eclipse.jface.wizard.WizardPage.getNextPage(WizardPage.java:172)
         at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:813)
         at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:369)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
         at org.eclipse.jface.window.Window.open(Window.java:796)
         at org.eclipse.jdt.internal.ui.wizards.buildpaths.ClasspathContainerWizard.openWizard(ClasspathContainerWizard.java:226)
         at org.eclipse.jdt.ui.wizards.BuildPathDialogAccess.chooseContainerEntries(BuildPathDialogAccess.java:272)
         at org.eclipse.jdt.internal.debug.ui.actions.AddLibraryAction.run(AddLibraryAction.java:39)
         at org.eclipse.jdt.internal.debug.ui.launcher.RuntimeClasspathAdvancedDialog.okPressed(RuntimeClasspathAdvancedDialog.java:156)
         at org.eclipse.jface.dialogs.Dialog.buttonPressed(Dialog.java:464)
         at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:616)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
         at org.eclipse.jface.window.Window.open(Window.java:796)
         at org.eclipse.jdt.internal.debug.ui.actions.AddAdvancedAction.run(AddAdvancedAction.java:39)
         at org.eclipse.jdt.internal.debug.ui.actions.RuntimeClasspathAction$1.widgetSelected(RuntimeClasspathAction.java:137)
         at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
         at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)
         at org.eclipse.jface.window.Window.open(Window.java:796)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationsDialog.open(LaunchConfigurationsDialog.java:1133)
         at org.eclipse.debug.internal.ui.launchConfigurations.LaunchConfigurationPropertiesDialog.open(LaunchConfigurationPropertiesDialog.java:230)
         at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationPropertiesDialog(DebugUITools.java:429)
         at org.eclipse.debug.ui.DebugUITools.openLaunchConfigurationPropertiesDialog(DebugUITools.java:408)
         at org.hibernate.eclipse.console.actions.EditConsoleConfiguration.edit(EditConsoleConfiguration.java:104)
         at org.hibernate.eclipse.console.actions.EditConsoleConfiguration.doRun(EditConsoleConfiguration.java:71)
         at org.hibernate.eclipse.console.actions.ConsoleConfigurationBasedAction.run(ConsoleConfigurationBasedAction.java:63)
         at org.eclipse.ui.actions.BaseSelectionListenerAction.runWithEvent(BaseSelectionListenerAction.java:168)
         at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
         at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
         at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
         at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1173)
    Session data: (empty)
    (copied from another unrelated error - provided for info)
    eclipse.buildId=M20071023-1652
    java.version=1.5.0_14
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en
    Command-line arguments: -os win32 -ws win32 -arch x86

    Looks like a case that wasn't encountered before. Please go ahead and
    open a bug at http://bugzilla.bea.com?
    Thanks,
    - Konstantin

  • Weblogic.system.weight

    Hi,
              I have a question about the property : weblogic.system.weight...........
              I have defined this in the per server properties file on the shared
              drive, and I have a cluster of 2 servers.......however, this setting
              does not seem to be having any effect, e.g below, the server 64 had
              twice the weight specified as the server35, but seems to be doing less
              work.........
              "server64" processed 20 (44%) of 45 invocations
              "server35" processed 25 (56%) of 45 invocations
              how could this be checked ??
              regards,
              farhat
              

    I didn't see anything wrong in the core dump. Additional comments inline.
              Cheers - Wei
              Muhammad Farhat Kaleem <[email protected]> wrote in message
              news:[email protected]...
              >
              >
              > Wei Guan wrote:
              >
              > > Could you post thread-dumps of theset two WLAS?
              > >
              >
              > the thread-dumps are attached...........
              > also, where does the following property have to be defined :
              > weblogic.httpd.session.enable
              > at the proxy, the weblogic/props or weblogic/cluster/props........
              In one of weblogic.properties
              > the servlet in this case checks if the ref to the sfsb is in the
              HttpSession, and if
              > not, it creates a sfsb and puts the ref in the HttpSession..........
              What do you put into HttpSession? Refernce to sfsb instance of handler of
              sfsb instance?
              > if i define the
              > above property to be true at the proxy level,
              Did not follow you, this property is defined in WLAS properties files. What
              is your proxy? NSAPI, ISAPI, or HttpClusterServlet?
              > and there is only one instacne in the
              > cluster,
              You have two servers, did you configure them in the same cluster?
              > as the server goes into the loop it does find the ref in the session after
              > the first time, however if there are two instances in the cluster, then
              the loops in
              > both do not find the ref, though randomly they do also..........
              > pls let me know in case u need any more info, or if there is some thing
              that i am not
              > doing right........
              >
              > thanks
              >
              >
              > Full thread dump:
              >
              > "Keep-Alive-Timer:archimedes" daemon prio=7 tid=0x8fa3f0 nid=0xd4 waiting
              on mon
              > itor [0x1700f000..0x1700fdc0]
              > at java.lang.Object.wait(Native Method)
              > at weblogic.net.http.ClientVector.run(KeepAliveCache.java:146)
              > at java.lang.Thread.run(Thread.java:479)
              >
              > "HighPriority TimeEventGenerator" daemon prio=9 tid=0x8ee100 nid=0x15a
              waiting o
              > n monitor [0x16f0f000..0x16f0fdc0]
              > at java.lang.Object.wait(Native Method)
              > at
              weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:252)
              > at
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerat
              > or.java:141)
              > at java.lang.Thread.run(Thread.java:479)
              >
              > "SSLListenThread" prio=5 tid=0x8ea8d0 nid=0xb1 runnable
              [0x16dff000..0x16dffdc0]
              >
              > at java.net.PlainSocketImpl.socketAccept(Native Method)
              > at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
              > at java.net.ServerSocket.implAccept(ServerSocket.java:240)
              > at java.net.ServerSocket.accept(ServerSocket.java:224)
              > at
              weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSock
              > et.java:121)
              > at
              weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112
              > )
              > at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
              >
              > "ListenThread" prio=5 tid=0x8e9670 nid=0x7c runnable
              [0x16cff000..0x16cffdc0]
              > at java.net.PlainSocketImpl.socketAccept(Native Method)
              > at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
              > at java.net.ServerSocket.implAccept(ServerSocket.java:240)
              > at java.net.ServerSocket.accept(ServerSocket.java:224)
              > at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
              >
              > "ExecuteThread-11" daemon prio=5 tid=0x8c09d0 nid=0x55 waiting on monitor
              [0x159
              > ff000..0x159ffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-10" daemon prio=5 tid=0x8bf210 nid=0xdc runnable
              [0x158ff000..0x1
              > 58ffdc0]
              > at java.net.PlainDatagramSocketImpl.peek(Native Method)
              > at java.net.DatagramSocket.receive(DatagramSocket.java:354)
              > at weblogic.cluster.TDMSocketIPM.receive(TDMSocketIPM.java:79)
              > at weblogic.cluster.TMSocket.execute(TMSocket.java:216)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > "ExecuteThread-9" daemon prio=5 tid=0x8bfba0 nid=0x132 runnable
              [0x157ff000..0x1
              > 57ffdc0]
              > at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
              > at
              weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:326)
              > at
              weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
              > 23)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > "ExecuteThread-8" daemon prio=5 tid=0x8bced0 nid=0xdb waiting on monitor
              [0x156f
              > f000..0x156ffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-7" daemon prio=5 tid=0x8ba820 nid=0x175 runnable
              [0x155ff000..0x1
              > 55ffdc0]
              > at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
              > at
              weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:326)
              > at
              weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
              > 23)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > "ExecuteThread-6" daemon prio=5 tid=0x8ba3a0 nid=0x164 runnable
              [0x154ff000..0x1
              > 54ffdc0]
              > at java.io.Win32FileSystem.getLength(Native Method)
              > at java.io.File.length(File.java:659)
              > at weblogic.logging.FileStreamLogger.log(FileStreamLogger.java:34)
              > at weblogic.logging.LogManager.log(LogManager.java:112)
              > at weblogic.logging.LogOutputStream.info(LogOutputStream.java:63)
              > at
              weblogic.servlet.internal.ServletContextImpl.log(ServletContextImpl.j
              > ava:441)
              > at
              servletcontrolxml.ControllerServlet.log(ControllerServlet.java:346)
              > at
              servletcontrolxml.ControllerServlet.displayReceiptByQuantityLimit(Con
              > trollerServlet.java:471)
              > at
              servletcontrolxml.ControllerServlet.doGet(ControllerServlet.java:289)
              >
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:124)
              > at
              weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
              > cherImpl.java:153)
              > at
              weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:96)
              >
              > at
              jsp_servlet.jsp.receiptbyquantity._jspService(receiptbyquantity.java:
              > 89)
              > at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
              > at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
              > pl.java:124)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:744)
              > at
              weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletCon
              > textImpl.java:692)
              > at
              weblogic.servlet.internal.ServletContextManager.invokeServlet(Servlet
              > ContextManager.java:251)
              > at
              weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.jav
              > a:363)
              > at
              weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:263)
              >
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > "ExecuteThread-5" daemon prio=5 tid=0x8ba100 nid=0x14b waiting on monitor
              [0x153
              > ff000..0x153ffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-4" daemon prio=5 tid=0x8bab30 nid=0x1b2 waiting on monitor
              [0x152
              > ff000..0x152ffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-3" daemon prio=5 tid=0x8b98c0 nid=0x10c waiting on monitor
              [0x151
              > ff000..0x151ffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-2" daemon prio=5 tid=0x8b9570 nid=0x120 waiting on monitor
              [0x150
              > ff000..0x150ffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-1" daemon prio=5 tid=0x8b9300 nid=0xde waiting on monitor
              [0x14ff
              > f000..0x14fffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-0" daemon prio=5 tid=0x8b9c50 nid=0x1b7 waiting on monitor
              [0x14e
              > ff000..0x14effdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "TimeEventGenerator" daemon prio=5 tid=0x8bf800 nid=0x71 waiting on
              monitor [0x1
              > 4dff000..0x14dffdc0]
              > at java.lang.Object.wait(Native Method)
              > at
              weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:252)
              > at
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerat
              > or.java:141)
              > at java.lang.Thread.run(Thread.java:479)
              >
              > "SpinnerRandomSource" daemon prio=5 tid=0x8bb800 nid=0x130 waiting on
              monitor [0
              > x14cff000..0x14cffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.
              > java:104)
              > at
              weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:121)
              >
              >
              > "Signal Dispatcher" daemon prio=10 tid=0x805cc0 nid=0x11b waiting on
              monitor [0.
              > .0]
              >
              > "Finalizer" daemon prio=9 tid=0x804640 nid=0xb4 waiting on monitor
              [0x1395f000..
              > 0x1395fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
              > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
              > at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
              >
              > "Reference Handler" daemon prio=10 tid=0x804250 nid=0x172 waiting on
              monitor [0x
              > 1385f000..0x1385fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
              >
              > "main" prio=5 tid=0x7c1c20 nid=0xed waiting on monitor
              [0x12f000..0x12fe80]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1791)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at weblogic.Server.startServerDynamically(Server.java:107)
              > at weblogic.Server.main(Server.java:65)
              > at weblogic.Server.main(Server.java:55)
              >
              > "VM Thread" prio=5 tid=0x803a90 nid=0x178 runnable
              >
              > "VM Periodic Task Thread" prio=10 tid=0x805b50 nid=0x115 waiting on
              monitor
              > Compiler thread printing unimplemented.
              > Full thread dump:
              >
              > "Keep-Alive-Timer:archimedes" daemon prio=7 tid=0x908860 nid=0xdd waiting
              on mon
              > itor [0x11a2f000..0x11a2fdc0]
              > at java.lang.Object.wait(Native Method)
              > at weblogic.net.http.ClientVector.run(KeepAliveCache.java:146)
              > at java.lang.Thread.run(Thread.java:479)
              >
              > "HighPriority TimeEventGenerator" daemon prio=9 tid=0x8fd210 nid=0xf0
              waiting on
              > monitor [0x1192f000..0x1192fdc0]
              > at java.lang.Object.wait(Native Method)
              > at
              weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:252)
              > at
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerat
              > or.java:141)
              > at java.lang.Thread.run(Thread.java:479)
              >
              > "SSLListenThread" prio=5 tid=0x900e10 nid=0x1bd runnable
              [0x1181f000..0x1181fdc0
              > ]
              > at java.net.PlainSocketImpl.socketAccept(Native Method)
              > at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
              > at java.net.ServerSocket.implAccept(ServerSocket.java:240)
              > at java.net.ServerSocket.accept(ServerSocket.java:224)
              > at
              weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSock
              > et.java:121)
              > at
              weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:112
              > )
              > at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
              >
              > "ListenThread" prio=5 tid=0x900bd0 nid=0x14c runnable
              [0x1171f000..0x1171fdc0]
              > at java.net.PlainSocketImpl.socketAccept(Native Method)
              > at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:406)
              > at java.net.ServerSocket.implAccept(ServerSocket.java:240)
              > at java.net.ServerSocket.accept(ServerSocket.java:224)
              > at weblogic.t3.srvr.ListenThread.run(ListenThread.java:277)
              >
              > "ExecuteThread-11" daemon prio=5 tid=0x8c4bc0 nid=0x101 waiting on monitor
              [0x11
              > 50f000..0x1150fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-10" daemon prio=5 tid=0x8c47d0 nid=0x193 runnable
              [0x1140f000..0x
              > 1140fdc0]
              > at java.net.PlainDatagramSocketImpl.peek(Native Method)
              > at java.net.DatagramSocket.receive(DatagramSocket.java:354)
              > at weblogic.cluster.TDMSocketIPM.receive(TDMSocketIPM.java:79)
              > at weblogic.cluster.TMSocket.execute(TMSocket.java:216)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > "ExecuteThread-9" daemon prio=5 tid=0x8c3c50 nid=0x142 waiting on monitor
              [0x113
              > 0f000..0x1130fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-8" daemon prio=5 tid=0x8c38d0 nid=0x18e runnable
              [0x1120f000..0x1
              > 120fdc0]
              > at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
              > at
              weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:326)
              > at
              weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
              > 23)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > "ExecuteThread-7" daemon prio=5 tid=0x8c2110 nid=0x11b runnable
              [0x1110f000..0x1
              > 110fdc0]
              > at weblogic.socket.NTSocketMuxer.getNextSocket(Native Method)
              > at
              weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:326)
              > at
              weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:
              > 23)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > "ExecuteThread-6" daemon prio=5 tid=0x8c2b70 nid=0x10d waiting on monitor
              [0x110
              > 0f000..0x1100fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-5" daemon prio=5 tid=0x8c2510 nid=0x1be waiting on monitor
              [0x10f
              > 0f000..0x10f0fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-4" daemon prio=5 tid=0x8c2240 nid=0x1ab waiting on monitor
              [0x10e
              > 0f000..0x10e0fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-3" daemon prio=5 tid=0x8c11f0 nid=0x188 waiting on monitor
              [0x10d
              > 0f000..0x10d0fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-2" daemon prio=5 tid=0x8c1d90 nid=0xc7 waiting on monitor
              [0x10c0
              > f000..0x10c0fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-1" daemon prio=5 tid=0x8d3340 nid=0x196 waiting on monitor
              [0x10b
              > 0f000..0x10b0fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "ExecuteThread-0" daemon prio=5 tid=0x8d3100 nid=0x1a7 waiting on monitor
              [0x10a
              > 0f000..0x10a0fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:90)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:117)
              >
              > "TimeEventGenerator" daemon prio=5 tid=0x8d1290 nid=0xcb waiting on
              monitor [0x1
              > 090f000..0x1090fdc0]
              > at java.lang.Object.wait(Native Method)
              > at
              weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:252)
              > at
              weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerat
              > or.java:141)
              > at java.lang.Thread.run(Thread.java:479)
              >
              > "SpinnerRandomSource" daemon prio=5 tid=0x8cfd80 nid=0xef waiting on
              monitor [0x
              > f80f000..0xf80fdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.
              > java:104)
              > at
              weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:121)
              >
              >
              > "Signal Dispatcher" daemon prio=10 tid=0x815aa0 nid=0xfd waiting on
              monitor [0..
              > 0]
              >
              > "Finalizer" daemon prio=9 tid=0x814aa0 nid=0x199 waiting on monitor
              [0xe4ff000..
              > 0xe4ffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:112)
              > at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
              > at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:174)
              >
              > "Reference Handler" daemon prio=10 tid=0x8146b0 nid=0x10b waiting on
              monitor [0x
              > e3ff000..0xe3ffdc0]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at
              java.lang.ref.Reference$ReferenceHandler.run(Reference.java:114)
              >
              > "main" prio=5 tid=0x7d2100 nid=0x19e waiting on monitor
              [0x12f000..0x12fe80]
              > at java.lang.Object.wait(Native Method)
              > at java.lang.Object.wait(Object.java:424)
              > at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:1791)
              > at java.lang.reflect.Method.invoke(Native Method)
              > at weblogic.Server.startServerDynamically(Server.java:107)
              > at weblogic.Server.main(Server.java:65)
              > at weblogic.Server.main(Server.java:55)
              >
              > "VM Thread" prio=5 tid=0x813f00 nid=0x153 runnable
              >
              > "VM Periodic Task Thread" prio=10 tid=0x815750 nid=0xfc waiting on monitor
              > Compiler thread printing unimplemented.
              

  • System Libraries Documentation

    Where can I find documentation on the Oracle system libraries installed with JDevelepor. For example the library Oracle BI Graph is not mentioned in the help, nor is there a DOC Path specified in the manage library section.
    Thanks,
    Luiz

    The BI Beans in fully documented in the JDeveloper Help system. Navigate the Help tree as follows: Oracle Business Intelligence Beans > Presenting Data > Presenting Data in Graphs.
    The BI Beans JavaDoc is available directly off the Help menu in JDeveloper, select "BI Beans API Reference". Once in the JavaDoc look in the oracle.dss.graph package.
    BI Beans Product Management

  • Error message saying a device attached to the system is not functioning

    i m getting an error message saying a device attached to the system is not functioning whenever i m trying to connect my pc to my smartphone. i tried all your options like uninstalling failed updates from my update history, checking if their is any flag
    in device manager option but nothing helped me.. plz solve my problem..

    Hi,
    Could you please have a share with your phone's information?
    Based on what I know, different phones may have different softwares developed by the manufacturer to make the connection through Windows operating system, we may check with the phone's manufacturer side and see if there could be some helpful information
    offered.
    Besides, please take a check with
    Event Viewer and see if any special errors logged there.
    Best regards
    Michael Shao
    TechNet Community Support

  • Can not drag files off iphone onto windows 7 Laptop (Error: A device attached to the system is not functioning!) Any ideas on how to resolve this, Much appreciated

    Connect phone to laptop, AutoPlay Box appears, click open Device to view files, internal storage, DCIM, Drag all Pictures/Videos into folder on desktop. Message pops up within a few seconds, Saying  'A Device Attached To The System Is Not Functioning.'
    Can any be of assistance?
    Many Thanks.
    Callum.

    Is the computer in question connected to the Internet, and if so, is the Internet connection working correctly?
    It is possible that Adobe Reader tries to check for updates when it is launched, then finds a faulty network connection.
    Check the Device Manager for non-functioning network devices.
    Also try http://fixitcenter.support.microsoft.com/ to find other potential problems on that system.

  • Window server 2008 r2 error show "stop :- c00002e3 security account manager initialization failed because of the for A DIVICE ATTACHED to the system is not funcation"

    Hi All
    Please help
    my server not working showing display error window server 2008 r2  error show "stop :- c00002e3 security account manager initialization failed because of the for A DIVICE ATTACHED to the system is not funcation"
    Please help me how to resolve this issue ???
    thnaks !!!

    Hi,
    If there is any external device plug into your computer, please unplug it and restart the Server.
    You can also test the issue in Safe mode.
    If it can boot into Safe mode, please update any driver has yellow warning on it, also check if the dump file is existing under %SystemRoot%\, if so, please help to post back for our research.
    Kate Li
    TechNet Community Support

  • A device attached to your system is not working!!

    I am trying to connect to Oracle8i Personal Edition through a JDK1.2.1 application using the classes111.zip or classes12.zip package. After running the application I get this error message: UnsatisfiedLinkError: ocijdbc8: A device attached to your system is not working. I you have any idea what is happening, please answer inmediately.

    You are using the oci8 driver so your program is looking for the native mode Oracle Client software. Install the Oracle Client software or use the thin driver.

  • I got this message when saving photo from Iphone4s to my laptop's folder. "The device attached to the system is not functioning"  What can I do?

    I cannot save photo to my deskstop. When I copy to my folder, it indicated "The device attached to the system is not functioning".  I don't update my IOS to the latest version in case my photo from my iphone will be missing.  Please help. Thanks.

    The Only thing I could do to save my pictures on my computer was to send them via Facebook chat to myself, send them one by one then on your computer open then and dragging them is way faster than right-click Save As. I just did that and I do not want to reset my phone so I guess I will continue doing this as I get more pictures or until I feel like resetting my phone. I believe this issue happens when you Connect and while transfering one or more file from one end to another, and you suddenly disconnect the iPhone or any apple divece, the file that wasnt completely transfered gets corrupted and I guess the whole /Picture/Video folder or perhaps the whole device gets corrupted as well. I am sure that this is a cause to this issue but I do not know if there are other causes or if the same one happened to you.
    How to prevent this from happening again?
    Always go to iTunes and click on "Eject" under your device tab before disconnecting your device from your computer. Even if you are not transfering any files at all.

  • Java.util.zip.ZipException: a device attached to the system is not function

    getting a java.util.zip.zipexception : a device attached to the system is not functioning error - what could cause such an error?
    My program finds all zip files in an archive and then searches through them for xls files, which it extracts and re-locates.
    I havent even a clue where to look for the cause of this exception but Ill attach at the bottom the code in the general vicitiny of the trigger so that you can get kind of an idea what Im trying to do, and if im lucky, even spot my problem. :) Thanks!!
    //zips is an array of zip files
    int found = 0;
    File[] haveXLs = new File[zips.length];
    for (int i = 0; i < zips.length; i++){
    String fileName = new String("L:/Vision/Archive/" + zips.getName());
    ZipFile archive = new ZipFile(fileName);
    String name = zips[i].getName().substring(0,8);
    for(Enumeration e = archive.entries(); e.hasMoreElements();){
    ZipEntry entry = (ZipEntry) e.nextElement();
    if(entry.getName().substring(0,8) == name){
    haveXLs[found] = zips[i];
    found++;

    Hey there a few things.
    Make sure that you dont use fileseparators like you do. ("/")
    Use the separator generated for your system.
    Something like:
    String sep = System.getProperty("file.separator");
    You mentioned it work local, but not network.
    Either you have plenty of harddrives or L: is a mapped drive.
    Is it working at the mapped drive?
    When you say on the network, how are you accessing the files?
    Could it be possible for another user to lock a file, so you wont have access to it over the network?
    BR.
    MagDy

  • E65 modem: "A device attached to the system is not...

    I am not able to resolve the following problem which suddenly appeared. When I try to connect to the Internet, both bluetooth and USB modem say: "Error 31 A device attached to the system is not functioning" when connecting directly using a dial-up connection. When using Nokia PC suite it says: "Cannot create newtork conncetion" (maybe inaccurate translation from my language). However, connecting to Internet directly from the phone (browser, applications) is working, so the connection itself is well configured. Moreover, I am not able to install the INF driver for bluetooth modem which I downloaded ("Device cannot start (CODE 10)"), but USB at least connection would be fine. Any ideas?
    Solved!
    Go to Solution.

    It was a permanent error of Windows Vista DUN (Remote connections). Reinstalling Vista definitely helped. At least for a while...

  • When accessing shared folder - 'You might not have permission to use this network resource" .. A device attached to the system is not functioning

    On a Windows 2008 R2 server that had been working fine, all of a sudden some shared folders became inaccessible.  Clicking on them returned the following: "<Folder> is not accessible.  You might not have permission to use this network
    resource.  A device attached to the system is not functioning."
    If I create another share with a different name for that same folder, it works fine.  If I delete the original share then recreate it with the same name, I get the same error.  However, if I right click on the problematic share and select 'map
    network drive' that works.  So this would not appear to be a permission issue.
    I discovered this problem because the path for mapping the home folder as a property of their AD account stopped working.
    I have tried most of the common things found on the internet.  I've tried accessing via IP, same issue.  While I only have a couple 2003 servers, those can access this resource.
    At this point, I'm pretty much out of ideas.  Any help would be appreciated.  I also have some reports of potential issues with some printer mappings too which I will have to investigate in the morning.
    If anyone has a solution to this I would be extremely grateful.  Thank you.

    Hi,
    Can you access the shard folder locally? Is a specific server cannot access the shared folder? Please try to Boot your server in Clean Mode to check if some third-party software cause the issue.
    How to perform a clean boot in Windows
    http://support.microsoft.com/kb/929135
    Best Regards,
    Mandy
    If you have any feedback on our support, please click
    here .
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Communication problems: A device attached to the system is not functioning.

    Hi all,
    I'm developing an applet and using the OMNIKEY 5321 CL reader for communication and testing. One of the requirements for our card is to read large binary data.
    For this purpose i used extented lenght APDU to read the data from card.
    When I tested it via JCOP simulation I was able to read up to 32767 bytes as described in specification. But problem occurs when I test it with reader, in this case I'm able to read max 298B in APDU response. When I send greater byte count than 298B i have got following error in JCShell plugin:
    jcshell: requestSessionKey.jcsh[1]: Error code: -6 (Card terminal error)
    jcshell: requestSessionKey.jcsh[1]: Communication problems: A device attached to the system is not functioning.
    Regarding the extend lengh APDU support it should by OK from the OMNIKEY. I'm using newest driver 1.2.9.2 for Win 7.
    Here my configuration:
    JCOP:JCOP 2.4.2r1
    JAVA CARD: jc301
    Global Platform: gp22
    Can somebody help me? Any ideas?

    If you want to use PC/SC directly, I have a simple Go program that reads an APDU file (just hex encoded APDU strings) and sends them to a smart card. You can give that a try if you like.
    The code is at: https://bitbucket.org/safarmer/go-apdus
    There is a Goclipse project as well as the source. You will need to install Go and run "go get github.com/ebfe/go.pcsclite/scard" to install the required PC/SC wrapper. Once you have done this you can run the program with -file <apth to text file>
    An example text file:
    # A comment that is ignored
    00a4040000
    80ca9f7f00- Shane

  • Access share on NSS4000 with error: A device attached to the system is not functioning

    Hello,
    We use Acronis True Image Server to backup 4 Windows 2008 Standard Server system
    with 2 different domains, each containing a DC and a RDP-Server.
    After Server reboot, backup will run only once a day.
    The next day backup aborts, and while trying to access
    the network share like \\ip-address\share, as configured in Acronis
    I get the error message: A device attached to the system is not functioning.
    On the other hand, I can ping the NSS4000 and access share by using the
    network (netbios) name instead of the ip.
    This will work only for one day, also.
    Now, if I try to access the share on the NSS4000 again by ip,
    I get the error code 0x80070043 The networkname can not be found.
    Ping on ip and netbiosname works.
    Share access from one server to an other is not affected and full funtional at all times.
    On the first sight I thought, that there it might be with the authentication protocol NTLMV2.
    So I configured the GP to send only NTLM Authentication only, without fixing the problem.
    Fyi:
    I use a NSS4000, Firmware version 1.16-3
    The NSS4000 is not a member in neither domains.
    I created a dummy user account on each domain, an created a local user on the NSS4000 related
    to the dummy user account on each domain.
    A good answer helping me to fix with this issue, would be great.

    I am constantly seeing this error at multiple sites on Windows Server 2012 and 2012 R2 Standard and DataCenter.
    I have counted over 50 different server I manage with services such as   domain controller, hyper-v, file servers, exchange 2013, SQL 2008/2012, and print servers.
    I have seen it happen on machine that have been in production for over 2 years and to machines that were just created last week.
    It is happening on metal, hyper-v and esx vmware servers.
    It is happening when the machine have updates waiting or no updates, or after updates have been applied and awaiting a restart.
    It is happening on Dell PowerEdge server, HP Proliant servers and IBM servers.
    It is happening on servers with Intel and AMD chip-sets.
    It is happening on machines that are a part of a domain or in a workgroup.
    It is happening on machines with AV of Bitdefendor, Trend Micro, Vipre, Microsoft Endpoint, and Symantec Endpoint.
    Only a restart will fix it.
    I have ran process monitor on several of the problem machines and I cannot find anything.
    Since I have only started seeing this about 6 month ago it must be a Windows update causing it.
    Moses Hull of Alexant Systems

  • Direct Show causing "A device attached to the system is not functioning"

    Hello, 
    I've been using direct show for about a year to connect to four webcams. I have an intermittent problem where by one of the cameras (at random) will not display the live feed. This could not happen for several weeks possibly months and then suddenly the
    camera dies. 
    I run the following bit of code and receive error code -2147024865.
                 IMediaControl mediaCtrl = (FilterGraph)m_filterGraph as IMediaControl;
                   hr = mediaCtrl.Run();
               DsError.ThrowExceptionForHR(hr);
    In Hex this equates to 8007001F. From doing a bit of googling I found that this means a "A device attached to the system is not functioning".
    No other application uses these webcams and nothing has changed to them physically. Direct Show, seems to make this camera unusable at random times.
    Has anybody else experienced this problem and over came it?
    Thank you in advance,
    Mike

    Hi Roman, 
    Thank you for your reply. I'm using a Logitech webcam and this camera is used by the Logitech controller software. This allows us to control the zoom, pan, focus and camera settings whilst connected to the camera in C# application. When this problem occurs,
    the webcam device still shows up in device manager and the settings of the webcam state that the device is working properly.
    I thought it may of been introduced by a possible memory leak that causes the camera to not respond, or that when the application closes it would leave the camera in a unusable state. 
    I've contacted Logitech to ask about drivers for the webcam and they state that it uses windows plug and play drivers. These are currently up to date.
    The reason I thought that it may of been introduced by direct show is because these cameras have been used before on other products but using different software, Steribar (a software tool to use the view of a webcam as a cheap barcode reader), and haven't
    experienced this problem with the cameras with this software. However very intermittently the custom C# app that I have created causes this problem. 
    Thank you for you time.
    Mike

Maybe you are looking for

  • When Exporting "Adobe Premiere Pro sorry, A serious Error has accord that requires....."

    Since the new update when Exporting I get this message ""Adobe Premiere Pro sorry, A serious Error has accord that requires....." I've tried to reinstall the software on both computer without any luck. Please Help!

  • Problem using Brush tool with layer mask in Photoshop CC.

    Using Photoshop CC, working on a layer mask.  Using the Brush tool to paint white to show the effect works like normal.  Painting black has no effect.  Just started doing this in the last two days.

  • Refiners coverage report

    Hi all, I would like to know how can I create a report based on the refiners coverage. For example, I want to know how many values exists for one category in relation with all crawled items. - 100.000 items crawled - Category = MetadataField Value1 =

  • Is there any API to insert/update RA_TERRITORIES table

    Hi I have to create diff territory combinations for new customer creation. Is there any API for inserting records to RA_TERRITORIES table. I did n,t find any thing related to this. Thanks&Regards RS

  • POST-QUERY TRIGGER

    Hello. I'm a newbie here. I'm currently studying Oracle Form Builder and I'm a student. I've encountered this problem where I need to create a post-query trigger in a data block that counts a total number of rows in a particular item using a display