Jdev 11.1.3 throws NPE from editor

this is the error received.. is ther a fix for this it happens alot ?
java.lang.NullPointerException
com.cajhughes.jdev.override.view.OverrideEditorListener.editorOpened()
o.ii.editor.EditorManagerImpl.fireEditorEvent(EditorManagerImpl.java:1005)
o.ii.editor.EditorManagerImpl.whenEditorOpened(EditorManagerImpl.java:2923)
o.ii.editor.EditorState.openEditor(EditorState.java:302)
o.ii.editor.EditorState.createEditor(EditorState.java:184)
o.ii.editor.EditorState.getOrCreateEditor(EditorState.java:95)
o.ii.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:232)
o.ii.editor.SplitPane.setCurrentEditorStatePos(SplitPane.java:1228)
o.ii.editor.SplitPane$1.valueChanged(SplitPane.java:133)
o.i.controls.customtab.CustomTab.fireSelectionChange(CustomTab.java:294)
o.i.controls.customtab.CustomTab._setSelectedPage(CustomTab.java:625)
o.i.controls.customtab.CustomTab.setSelectedPage(CustomTab.java:586)
o.i.controls.customtab.CustomTab.selectPageAt(CustomTab.java:640)
o.i.controls.customtab.CustomTab.mousePressed(CustomTab.java:990)
j.a.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
j.a.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
j.a.Component.processMouseEvent(Component.java:6260)
jx.s.JComponent.processMouseEvent(JComponent.java:3267)
j.a.Component.processEvent(Component.java:6028)
j.a.Container.processEvent(Container.java:2041)
j.a.Component.dispatchEventImpl(Component.java:4630)
j.a.Container.dispatchEventImpl(Container.java:2099)
j.a.Component.dispatchEvent(Component.java:4460)
j.a.LightweightDispatcher.retargetMouseEvent(Container.java:4574)
j.a.LightweightDispatcher.processMouseEvent(Container.java:4235)
j.a.LightweightDispatcher.dispatchEvent(Container.java:4168)
j.a.Container.dispatchEventImpl(Container.java:2085)
j.a.Window.dispatchEventImpl(Window.java:2478)
j.a.Component.dispatchEvent(Component.java:4460)
j.a.EventQueue.dispatchEvent(EventQueue.java:599)
j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
j.a.EventDispatchThread.run(EventDispatchThread.java:122)

Hi Rob,
From the exception stack reported, it appears that you are hitting an error with the "Add Overrides" extension that I developed - the quickest solution I can offer is for you to temporarily disable this extension until this issue has been resolved.
I have logged this in the "issue log" for the project on Google Code, http://code.google.com/p/jdev-addoverrides/ , and you can track progress on resolving this problem there.
Thanks for reporting this error, and apologies for any problems this has caused you.
Chris Hughes

Similar Messages

  • NPE from JMS Connection Object

    When I try to get the ClientID from a connection using JMX, I get a NPE from the weblogic.jms.frontend.FEConnectionRuntimeDelegate.getClientID(FEConnectionRuntimeDelegate.java:66).
              The following is the full stack trace.
              javax.management.RuntimeMBeanException: RuntimeException thrown by the getAttribute method of the DynamicMBean for the attribute ClientID
                   at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
                   at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:223)
                   at javax.management.remote.rmi.RMIConnectionImpl_920_WLStub.getAttribute(Unknown Source)
                   at weblogic.management.remote.common.RMIConnectionWrapper$11.run(ClientProviderBase.java:498)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
                   at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
                   at weblogic.security.Security.runAs(Security.java:61)
                   at weblogic.management.remote.common.RMIConnectionWrapper.getAttribute(ClientProviderBase.java:496)
                   at javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection.getAttribute(RMIConnector.java:854)
                   at com.lordabbett.muni.sma.util.JMXClientCleanupListener.handleNotification(JMXClientCleanupListener.java:173)
                   at com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher.dispatchNotification(ClientNotifForwarder.java:496)
                   at com.sun.jmx.remote.internal.ClientNotifForwarder$NotifFetcher.run(ClientNotifForwarder.java:462)
                   at com.sun.jmx.remote.internal.ClientNotifForwarder$LinearExecutor$1.run(ClientNotifForwarder.java:83)
              Caused by: javax.management.RuntimeMBeanException: MBean getAttribute failed: java.lang.NullPointerException
                   at weblogic.management.jmx.modelmbean.WLSModelMBean.getAttribute(WLSModelMBean.java:527)
                   at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.getAttribute(DynamicMetaDataImpl.java:96)
                   at com.sun.jmx.mbeanserver.MetaDataImpl.getAttribute(MetaDataImpl.java:181)
                   at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:638)
                   at com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:659)
                   at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:112)
                   at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:112)
                   at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:281)
                   at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$5.run(AuthenticatedSubjectInterceptor.java:192)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
                   at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.getAttribute(AuthenticatedSubjectInterceptor.java:190)
                   at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:269)
                   at weblogic.management.mbeanservers.domainruntime.internal.ManagedMBeanServerConnection.getAttribute(ManagedMBeanServerConnection.java:280)
                   at weblogic.management.mbeanservers.domainruntime.internal.FederatedMBeanServerInterceptor.getAttribute(FederatedMBeanServerInterceptor.java:227)
                   at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:112)
                   at weblogic.management.jmx.mbeanserver.WLSMBeanServerInterceptorBase.getAttribute(WLSMBeanServerInterceptorBase.java:112)
                   at weblogic.management.mbeanservers.internal.SecurityInterceptor.getAttribute(SecurityInterceptor.java:281)
                   at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor$5.run(AuthenticatedSubjectInterceptor.java:192)
                   at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
                   at weblogic.management.mbeanservers.internal.AuthenticatedSubjectInterceptor.getAttribute(AuthenticatedSubjectInterceptor.java:190)
                   at weblogic.management.jmx.mbeanserver.WLSMBeanServer.getAttribute(WLSMBeanServer.java:269)
                   at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1385)
                   at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)
                   at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)
                   at java.security.AccessController.doPrivileged(Native Method)
                   at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1348)
                   at javax.management.remote.rmi.RMIConnectionImpl.getAttribute(RMIConnectionImpl.java:597)
                   at javax.management.remote.rmi.RMIConnectionImpl_WLSkel.invoke(Unknown Source)
                   at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:174)
                   ... 12 more
              Caused by: java.lang.NullPointerException
                   at weblogic.jms.frontend.FEConnectionRuntimeDelegate.getClientID(FEConnectionRuntimeDelegate.java:66)
                   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:585)
                   at weblogic.management.jmx.modelmbean.WLSModelMBean.getAttribute(WLSModelMBean.java:499)
                   ... 40 more

    Can you give me the link for the management forum, since weblogic.developer.interest.management talks about a different topic and i could not find .jmx newgroup.
              I got the mbeanserver using the following method:
                   public static void initConnection(String hostname, String portString) throws IOException,
                             MalformedURLException {
                        String protocol = "t3";
                        Integer portInteger = Integer.valueOf(portString);
                        int port = portInteger.intValue();
                        String jndiroot = "/jndi/";
                        String mserver = "weblogic.management.mbeanservers.domainruntime";
                        logger.info("protocol="+protocol);
                        logger.info("hostname="+hostname);
                        logger.info("port="+port);
                        logger.info("jndiroot="+jndiroot);
                        logger.info("mserver="+mserver);
                        JMXServiceURL serviceURL = new JMXServiceURL(protocol, hostname, port, jndiroot + mserver);
                        Properties p = ApplicationResources.getResourceAsProperties(SmartPMConstants.SMARTPM_APPLICATION_RESOURCE);
                        String wluser = p.getProperty(SmartPMConstants.SMARTPM_WLUSER);
                        String wlpwd = p.getProperty(SmartPMConstants.SMARTPM_WLPWD);
                        Hashtable h = new Hashtable();
                        h.put(Context.SECURITY_PRINCIPAL, wluser);
                        h.put(Context.SECURITY_CREDENTIALS, wlpwd);
                        logger.info("user cred="+h);
                        h.put(JMXConnectorFactory.PROTOCOL_PROVIDER_PACKAGES, "weblogic.management.remote");
                        connector = JMXConnectorFactory.connect(serviceURL, h);
                        connection = connector.getMBeanServerConnection();
                   }

  • ResultSetMetaData.getColumnType() throws NPE

    Following is a trace that I got when I executed when a simple java class accessed
    result set meta data from within a JSP on WLS 8.1 Sp1 using oracle oci driver.
    java.lang.NullPointerException
         at weblogic.jdbc.oci.ResultSetMetaData.getColumnType(ResultSetMetaData.java:172)
         at weblogic.jdbc.wrapper.ResultSetMetaData_weblogic_jdbc_oci_ResultSetMetaData.getColumnType(Unknown
    Source)
         at com.abc.impl.vm.data.CommonResultSetProcessor.process(CommonResultSetProcessor.java:44)
         at com.abc.impl.vm.data.DefaultTranslator.translate(DefaultTranslator.java:77)
         at unittest.TestDefaultTranslator.main(TestDefaultTranslator.java:53)
         at jsp_servlet.__testdefaulttranslator._jspService(__testdefaulttranslator.java:126)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:431)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    It looks for some reason the wrapper class does not have a reference to the wrapped
    ResultSetMetaData instance and when the getColumnType() is invoked it throws NPE.
    Any help would be appreciated.
    Thanks,
    Parag

    Changing the index from 0 to 1 did solve my problem. I realised looking at the
    "0" in the exception trace after attaching the jar file you gave.
    Although the mistake was on my part and I would like a descriptive message in
    the exception.
    Sorry for the trouble.
    Thanks.
    Parag
    Joe Weinstein <[email protected]> wrote:
    >
    >
    Parag wrote:
    I think I know what the problem is and is my mistake. The ResultSetMetaDatais
    indexed from 1 and not 0.
    Let me try that and I will let you know whether that solves my problem.
    ThanksSure thing. Glad to help. We should fix our driver to
    check the column value and throw a descriptive exception
    if it's out of range.
    Joe
    Parag
    "Parag" <[email protected]> wrote:
    After attaching the jar that you provided in the beginning of the classpath,
    I
    get following exception
    java.sql.SQLException: getColumn() for column number 0 gives null!
         at weblogic.jdbc.oci.ResultSetMetaData.getColumnType(ResultSetMetaData.java:177)
         at weblogic.jdbc.wrapper.ResultSetMetaData_weblogic_jdbc_oci_ResultSetMetaData.getColumnType(Unknown
    Source)
         at com.abc.impl.vm.data.CommonResultSetProcessor.process(CommonResultSetProcessor.java:44)
         at com.abc.impl.vm.data.DefaultTranslator.translate(DefaultTranslator.java:77)
         at unittest.TestDefaultTranslator.main(TestDefaultTranslator.java:53)
         at jsp_servlet.__testdefaulttranslator._jspService(__testdefaulttranslator.java:126)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:431)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCont<Dec
    24, 2003 9:02:35 AM EST> <Error> <HTTP> <BEA-101017> <[ServletContext(id=2220309,name=test,context-path=/test)]
    Root cause ext.java:3622)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)of
    ServletException.
    com.abc.vm.TranslationProcessException: java.sql.SQLException: getColumn()
    for
    column number 0 gives
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:17null!
         at com.abc.impl.vm.data.DefaultTranslator.translate(DefaultTranslator.java:83)
         at unittest.TestDefaultTranslator.0)
    main(TestDefaultTranslator.java:53)
         at jsp_servlet.__testdefaulttranslator._jspService(__testdefaulttranslator.java:126)
    Parag
    Joe Weinstein <[email protected]> wrote:
    Parag wrote:
    Following is a trace that I got when I executed when a simple javaclass accessed
    result set meta data from within a JSP on WLS 8.1 Sp1 using oracleoci driver.
    java.lang.NullPointerException
         at weblogic.jdbc.oci.ResultSetMetaData.getColumnType(ResultSetMetaData.java:172)
         at weblogic.jdbc.wrapper.ResultSetMetaData_weblogic_jdbc_oci_ResultSetMetaData.getColumnType(Unknown
    Source)Hi. This looks like a driver bug in the oci driver.
    Would you please put the small attached jar file at the
    front of the classpath formed for the server by the startup
    script, and then boot the server and repeat the code that
    showed the problem? The problem may occur, but will show a more helpfu;
    exception for me to debug.
    thanks,
    Joe
         at com.abc.impl.vm.data.CommonResultSetProcessor.process(CommonResultSetProcessor.java:44)
         at com.abc.impl.vm.data.DefaultTranslator.translate(DefaultTranslator.java:77)
         at unittest.TestDefaultTranslator.main(TestDefaultTranslator.java:53)
         at jsp_servlet.__testdefaulttranslator._jspService(__testdefaulttranslator.java:126)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
         at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1053)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:387)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:431)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6310)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3622)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2569)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    It looks for some reason the wrapper class does not have a referenceto the wrapped
    ResultSetMetaData instance and when the getColumnType() is invokedit throws NPE.
    Any help would be appreciated.
    Thanks,
    Parag

  • JDeveloper throws NPE

    I have recently installed jdeveloper 11.1.1.3 on my machine running windows xp - 32. I am getting o.jdev.pathconfiguration errors while I am trying to edit method action or add new method action in page definition. It striaght away popups with the jdeveloper error window saying exit, continue. I have done exit and save, problem not resolved. If I continue the operation, it throws NPE exception.
    I have tested the same application on different machines, it runs well with no error messages. Most weired thing is it does work sometimes on my machine.

    Hi,
    I looked up the bug database for similar issues and found one fixed in 11.1.1.2. However, your may be different. Maybe if you compare your install directory structure with the ones on machines that don't have the issue, it will give you a hint
    Frank

  • AdvanceCache throwing NPE in headless mode

    Using jCharts (cross-posted there too), axisChart.render() is throwing this NullPointerException, but only some of the time. Looks like about half the time, the other half everything works great. I'm at a loss. It's a servlet that generates a JPEG chart, running in Caucho's Resin engine, 1.4 jdk running in headless mode, on a Linux box. Any ideas are appreciated...
    dataSeries.addIAxisChartDataSet( new AxisChartDataSet( data, legendLabels, paints, ChartType.BAR, barChartProperties ) );
    AxisChart axisChart= new AxisChart( dataSeries, chartProperties, axisProperties, legendProperties, width, height );
    BufferedImage awtImage = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);
    axisChart.setGraphics2D(awtImage.createGraphics());
    axisChart.render();
    try {
    JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(response.getOutputStream());
    encoder.encode(awtImage);
    } catch (Exception e) {
    System.out.println(e);
    java.lang.NullPointerException
    at sun.awt.font.AdvanceCache.get(AdvanceCache.java:125)
    at java.awt.font.TextLayout$OptInfo.handleGetVisualBounds(TextLayout.java:280)
    at sun.awt.font.Decoration.getVisualBounds(Decoration.java:105)
    at java.awt.font.TextLayout$OptInfo.getVisualBounds(TextLayout.java:309)
    at java.awt.font.TextLayout.getBounds(TextLayout.java:1109)
    at org.jCharts.Chart.renderChartTitle(Unknown Source)
    at org.jCharts.axisChart.AxisChart.renderChart(Unknown Source)
    at org.jCharts.Chart.render(Unknown Source)
    at ChartGen.doGet(ChartGen.java:76)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:126)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:103)
    at com.caucho.server.http.FilterChainServlet.doFilter(FilterChainServlet.java:96)
    at com.caucho.server.http.Invocation.service(Invocation.java:311)
    at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java:342)
    at com.caucho.server.http.RunnerRequest.handleConnection(RunnerRequest.java:272)
    at com.caucho.server.TcpConnection.run(TcpConnection.java:137)
    at java.lang.Thread.run(Thread.java:536)

    I'm also running into this. It seems after having Tomcat running for a while (days) it suddenly starts happening. It's as if it caches something that is then forgotten (or closed), and when called, it throws NPE. I'd love to know if this turns out to be a JDK bug or if there's a logical explanation.

  • NPE from LoggerUtil in 4.0.92

    Hi,
    I'm trying to upgrade our code from 3.x to 4.x, but when the code tries to open the environment, we get an NPE from LoggerUtils on the logger.getHandlers() line (line 164). Our application runs in the Resin application server, which has its own logging implementation, it looks like the Logger instance returned by Resin is returning null for the getHandlers call, causing the NPE in LoggerUtils. Any chance you could update this to check for null ?
    Thanks
    Simon

    Simon,
    I've opened SR #18277 for this, and we'll put in the check as you suggest, and will make it available in the next patch release.
    Email me at linda dot q dot lee at o__ .com if you want the official source code change, because there are a few more places where we call java.util.logging.Logger.getHandlers() and expect it to obey the contract that it returns an empty array rather than a null array. It will also be interesting to find out if Resin behaves differently in any other ways.
    Regards,
    Linda

  • Throw exceptions from threads?

    Is it possible to throw exceptions from threads since I can't add the throws statement to the run method I don't know how I could do it...
    Any help greatly appriciated!
    Cya

    Is it possible to throw exceptions from threads since
    I can't add the throws statement to the run method I
    don't know how I could do it...
    Any help greatly appriciated!
    CyaYou can't throw checked exceptions, because obviously the code responsible for invoking the run() method wouldn't know what to do with it, and you wouldn't be the one to catch them. You can however throw unchecked exceptions (such as those based on RuntimeException).

  • Can i throw content from my sony tablet S to my Bravia hx750???

    throwing content from tablet s to tv>>
    Solved!
    Go to Solution.

    Yep, asuming this does't work could indicate however their is a problem inside the network with firewall, which you can fix by enabling option uPnP inside the router.
    If that however still don't work you can try this app which allows you to throw anything as long it has a share button.
    https://play.google.com/store/apps/details?id=com.pv.twonkybeam&hl=nl
    Like this
    After that just select device to stream to inside the twonky beam app.
    I like this lot better because it lets me throw even inside youtube app or other apps, sony throw is limited to sony apps only which sux ball-s.

  • Opening Organizer from Editor

    I have Elements 11, using windows 8. When I am in the Editor mode I can't open the Organizer, I get a message that elements isnt working and needs to shut down. I also can't get a picture I am looking at in the Organizer to pop open in the Editor without first going to the Editor and opening it from there.

    From Organizer to Editor:
    1. Please delete status.dat and psa.prf again.
    2.Navigate to 'PhotoshopElementsOrganizer.exe' located inside:
        Win x64: C:\Program Files (x86)\Adobe\Elements 11 Organizer
        Win x32: C:\Program Files\Adobe\Elements 11 Organizer
    Right click 'PhotoshopElementsOrganizer.exe' and select 'Run as Admin'.
    3. Select an image, right click it and click on 'Edit it in PSE Editor'.
    From Editor to Organizer:
    1. Please follow solution #1 as mention on: http://psekb.blogspot.in/2013/04/pse-editor-is-not-launching-windows.html
    2. Now try to launch Organizer from Editor.
    Please let me know if it doesn't help.
    ~Andromeda

  • How to throw event from R3 to NW using JRA?

    Hi colleagues.
    I would like to throw events from backend R3 system to a Java composite which is running in NW CE.
    I red that this is possible with JRA. I have already created and deployed the Mbean, configured the NW server, created a JRA resource, set its parameters.
    I have also created a Http connection to external server in R3 sm59.
    The connection works fine when I click check button. However when I debug the Java code the debugger does not stop. So the event is not comming into the NW server.
    I guess this is because the event is not thrown from the backend or because the IP address, port, path prefix is wrong. Can somebody tell me what are these values?
    I would appreciate if someone who has already done something similar would share his / her emotions.
    Thanks,
    Balázs

    Hi
      1st create ZFKK_SAMPLE_0020 and write the logic in it for your requirement. next in ZFKK_SAMPLE_0073 use the FM BAPI_CTRACDOCUMENT_GETDETAIL pass the document no you will get all the details of doc no then in your fm update or cleare the table using std FM.
    FUNCTION ZFKK_SAMPLE_0299.
    *"*"LOCAL INTERFACE:
    *"  IMPORTING
    *"     REFERENCE(I_KEYR1) TYPE  KEYR1_KK
    *"     REFERENCE(I_SUCCESS) TYPE  CHAR1
    *"  EXPORTING
    *"     REFERENCE(RETURN) TYPE  BAPIRET2
    INCLUDE <CNTAIN>.
      TYPES: BEGIN OF TY_DETAILS,
               OPBEL TYPE OPBEL_KK,
               CHCKN TYPE CHCKN_KK,
               BKREF TYPE BKREF,
               BETRZ LIKE DFKKZP-BETRZ,
               WAERS TYPE WAERS,
               BANKL TYPE BANKL_KK,
               END OF TY_DETAILS.
      TYPES : BEGIN OF TY_FINAL,
              OPBEL TYPE OPBEL_KK,
              HVORG TYPE HVORG_KK,
              TVORG TYPE TVORG_KK,
              VKONT TYPE VKONT_KK,
              VKBEZ TYPE VKBEZ_KK,
              BLDAT TYPE BLDAT,
              END OF TY_FINAL.
      TYPES : BEGIN OF TY_USERS,
              USER  TYPE SYSID,
              END OF TY_USERS.
      TYPES: BEGIN OF  TY_ZCABLMTST,
             HVORG TYPE HVORG_KK,
             TVORG TYPE TVORG_KK,
             END OF TY_ZCABLMTST.
      TYPES: BEGIN OF  TY_DFKKRH.
             INCLUDE TYPE DFKKRH .
      TYPES: END OF TY_DFKKRH.
      TYPES: BEGIN OF  TY_FKKOP.
             INCLUDE TYPE FKKOP .
      TYPES: END OF TY_FKKOP.
      TYPES: BEGIN OF  TY_RLBEL,
             RLBEL TYPE DFKKRH-RLBEL.
      TYPES: END OF TY_RLBEL.
      TYPES : BEGIN OF TY_EMAILID,
              USRID_LONG TYPE COMM_ID_LONG,
              END OF TY_EMAILID.
      TYPES : BEGIN OF TY_PERNR,
              PERNR TYPE PERSNO,
              END OF TY_PERNR.
      TYPES : BEGIN OF TY_SOMLRECI1.
              INCLUDE TYPE SOMLRECI1.
      TYPES : END OF TY_SOMLRECI1.

  • How to Throw Music From Your Xperia Tablet S

    If you have any further questions please feel free to ask away. I will do my best to find the answer you are looking for!
    - Patrick
    Solved!
    Go to Solution.

    Sony wants your feedback! http://bit.ly/WcYjMO
    This video will show you how to throw music from your Xperia™Tablet S.
    If you have any further questions please feel free to ask away. I will do my best to find the answer you are looking for!
    - Patrick

  • How to throw OAAttrValException from AM.

    Hi All,
    I have to show exception at column level from AM validation.
    Is it possible?
    I know we can throw OAAttrValException from VORowImpl or EORowImpl.
    Is there any way to achieve the same from AM as well.
    Thanks,
    Arvind Goel

    Hi,
    what is your exact requirement ?
    --Sushant                                                                                                                                                                                                           

  • How to throws exception from subprocess?

    Hi,
    I use subprocess in my process and I need throws exception from subprocess to my main process.
    Thanks for help.
    Jakub

    The only to throw an exception from a sub process is by leveraging the Exception event (from the event view).
    You need to throw the exception, by dragging the Exception event and choose Throw into your subprocess. Then you need to add an exception "catcher" in the parent process to catch the Exception.
    Jasmin

  • [svn] 650: Prevent potential NPEs from wait' ed long poll requests whose threads exit after the underlying endpoint has been stopped by a separate thread .

    Revision: 650
    Author: [email protected]
    Date: 2008-02-25 16:55:13 -0800 (Mon, 25 Feb 2008)
    Log Message:
    Prevent potential NPEs from wait'ed long poll requests whose threads exit after the underlying endpoint has been stopped by a separate thread.
    Bugs: BLZ-65 - Long-polling clients trigger NPE on server shutdown.
    QA: Yes
    Doc: No
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-65
    Modified Paths:
    blazeds/trunk/modules/core/src/java/flex/messaging/endpoints/BasePollingHTTPEndpoint.java

    Hi,
    Looks like you're using BDB, not BDB JE, and this is the BDB JE forum. Could you please repost here?:
    Berkeley DB
    Thanks,
    mark

  • I can throw exception from a catch

    Hello,
    I have created a new Exception : myException (for example).
    and, i can't throw it under a catch bloc !!
    My code :
    public myMethod( ... ) throw myException {
         try {
              if(true) thorw new NullPointerException("test nll pt");
         } catch(NullPointerException nullPt) {
              if(true) throw new myException("toto",nullPt.getMessage());
    this code doesn't want to throw "myException" from the "catch" !
    Why ?
    myException extends the class Exception.
    Thanks.
    maxx.

    First, I assume you didn't cut and paste the code, as what you have there won't compile. Can you 1) paste the actual code and 2) be a bit more specific about what's happening?
    Aside from a couple of misspellings, I don't see why it wouldn't throw myException. Is it not compiling? Running but not throwing any exception? Throwing a different exception?

Maybe you are looking for