10.1.3ea1 - Exception on loading JDev

JDev team,
I'm receiving the exception below each time I start JDev 10.1.3ea1. If I click ok in the error dialog JDev continues correctly. Any idea why it's occuring? I believe it only started occuring since I started using the versioning support a couple of weeks back (though memory may fail me).
CM.
java.lang.NullPointerException
     at oracle.jdevimpl.webapp.editor.DeviceIconEditorExtension.initExtension(DeviceIconEditorExtension.java:29)
     at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.loadExtensions(AbstractWebAppEditor.java:1118)
     at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.setupEditor(AbstractWebAppEditor.java:1099)
     at oracle.jdevimpl.webapp.editor.AbstractWebAppEditor.open(AbstractWebAppEditor.java:366)
     at oracle.jdevimpl.webapp.editor.html.HtmlEditor.open(HtmlEditor.java:172)
     at oracle.jdevimpl.webapp.editor.jsp.JspEditor.open(JspEditor.java:113)
     at oracle.ideimpl.editor.EditorState.openEditor(EditorState.java:240)
     at oracle.ideimpl.editor.EditorState.createEditor(EditorState.java:148)
     at oracle.ideimpl.editor.EditorState.getOrCreateEditor(EditorState.java:91)
     at oracle.ideimpl.editor.SplitPaneState.canSetEditorStatePos(SplitPaneState.java:231)
     at oracle.ideimpl.editor.SplitPaneState.setCurrentEditorStatePos(SplitPaneState.java:194)
     at oracle.ideimpl.editor.SplitPaneState.loadStateInfo(SplitPaneState.java:407)
     at oracle.ideimpl.editor.TabGroupState.loadStateInfo(TabGroupState.java:970)
     at oracle.ideimpl.editor.TabGroup.loadLayout(TabGroup.java:1758)
     at oracle.ideimpl.editor.TabGroupXMLLayoutPersistence.loadComponent(TabGroupXMLLayoutPersistence.java:31)
     at oracle.ideimpl.controls.dockLayout.DockLayoutInfoLeaf.loadLayout(DockLayoutInfoLeaf.java:123)
     at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:631)
     at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:628)
     at oracle.ideimpl.controls.dockLayout.AbstractDockLayoutInfoNode.loadLayout(AbstractDockLayoutInfoNode.java:614)
     at oracle.ideimpl.controls.dockLayout.DockLayout.loadLayout(DockLayout.java:302)
     at oracle.ideimpl.controls.dockLayout.DockLayoutPanel.loadLayout(DockLayoutPanel.java:128)
     at oracle.ideimpl.editor.Desktop.loadLayout(Desktop.java:353)
     at oracle.ideimpl.editor.EditorManagerImpl.init(EditorManagerImpl.java:1824)
     at oracle.ide.layout.Layouts.activate(Layouts.java:758)
     at oracle.ide.layout.Layouts.activateLayout(Layouts.java:179)
     at oracle.ideimpl.MainWindowImpl$2.runImpl(MainWindowImpl.java:734)
     at oracle.javatools.util.SwingClosure$1Closure.run(SwingClosure.java:50)
     at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Hi,
I think the wizard crashing is because of your Regional Settings, unfortunately in the EA release there were some badly translated files which lead to the exception you see. If you try setting your Regional Settings to English/English and use the wizard again, you should find that you don't get the Exception.
Hope that helps,
Lisa Sherriff
JDev QA

Similar Messages

  • Exception while loading jars

    Hello. Sometimes when starting applet I get exceptions during loading:
    com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://gier.gamepoint.net/games/common-images-lobby_20110907_2_cleaned.jar.pack.gz
         at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
         ... java internal classes
         at java.lang.Thread.run(Unknown Source)
    Caused by:
    java.io.IOException: Corrupted pack file: magic/ver = CAFED00D/0.0 should be CAFED00D/150.7 OR CAFED00D/160.1
         at com.sun.java.util.jar.pack.NativeUnpack.start(Native Method)
             ... java internal classes
         at java.lang.Thread.run(Unknown Source)or
    some exception
    Caused by: java.io.IOException: Pipe is already shut down
         at sun.plugin2.message.Pipe.checkForShutdown(Unknown Source)
         at sun.plugin2.message.Pipe.receive(Unknown Source)
         ... 8 moreand after that JVM exits. But after I press F5 the same applet is being loaded correctly.
    So question is: is there any possibility to handle exceptions during loading so I can call javascript to reload applet?

    It's nasty, but problem is that exceptions are absolutely random: first one I got only once, second with "Pipe is already shut down" I get more regularly but again without any pattern (and I never got it in IE, only Firefox). And my co-worker for example never got any of them. So it's sort of workaround for unexpected behavior and I'd be grateful if you tell me how to detect exceptions using javascript.
    But anyway we load applet using JNLP with "progress-class" and using pack200 for some jars.

  • Exception while loading process

    Hi all,
    I just installed BPEL 2.0.10 (PM and Designer) and as I completed my first BPEL process (a simple invocation of a synchronous WS) I got the following problem
    <2004-09-09 19:05:47,036> <DEBUG> <default.collaxa.cube.engine.deployment> <Cube
    ProcessHolder::bind> Exception while loading process
    ORABPEL-05217
    Error while creating process.
    An error has occurred while attempting to instantiate the class "bpel.FirstBPEL.
    FirstBPEL__BPEL4WS_BIN" for the process "FirstBPEL" (revision "1.0"). The excep
    tion reported was: bpel.FirstBPEL.FirstBPEL__BPEL4WS_BIN
    Please try recompiling your BPEL process again. The current BPEL process archiv
    e "FirstBPEL" may have been compiled with an older version of "bpelc".
    Obviously I have no older version of 'bpelc'. The stack trace reported
    at com.collaxa.cube.engine.deployment.CubeProcessFactory.create(CubeProc
    essFactory.java:83)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.create(CubeProce
    ssLoader.java:351)
    at com.collaxa.cube.engine.deployment.CubeProcessLoader.load(CubeProcess
    Loader.java:276)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.loadAndBind(Cube
    ProcessHolder.java:698)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.getProcess(CubeP
    rocessHolder.java:512)
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.getStatus(CubePr
    ocessHolder.java:168)
    at com.collaxa.cube.engine.CubeEngine.lookupProcessStatus(CubeEngine.jav
    a:967)
    at com.collaxa.cube.beans.BPELProcessManagerBean.getErrors(BPELProcessMa
    nagerBean.java:52)
    at com.collaxa.cube.beans.ProcessManagerBean_1eyxw1_EOImpl.getErrors(Pro
    cessManagerBean_1eyxw1_EOImpl.java:370)
    at com.oracle.bpel.client.BPELProcessHandle.getErrors(BPELProcessHandle.
    java:163)
    at jsp_servlet.__ngprocessloaderror._jspService(__ngprocessloaderror.jav
    a:188)
    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(ServletStubIm
    pl.java:387)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:305)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:594)
    at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispat
    cherImpl.java:409)
    at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:155
    at jsp_servlet.__displayprocess._jspService(__displayprocess.java:414)
    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(ServletStubIm
    pl.java:387)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationActio
    n.run(WebAppServletContext.java:6310)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(Authenticate
    dSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:
    118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:3622)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2569)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    Can somebody help me?
    BTW I'm using WLS 8.1 sp2
    Regards.
    Antonio.

    I tried both solutions but with no benefit. If it helps here are the FirstBPEL.bpel content and the FirstBPEL.wsdl
    BEGIN FirstBPEL.bpel -----------------------------
    <process name="FirstBPEL" targetNamespace="http://acm.org/samples" suppressJoinFailure="yes" xmlns:tns="http://acm.org/samples" xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/" xmlns:bpelx="http://schemas.oracle.com/bpel/extension" xmlns:ora="http://schemas.oracle.com/xpath/extension" xmlns:ns0="http://www.openuri.org/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ns1="urn:MSGSenderService">
         <partnerLinks>
              <partnerLink name="client" partnerLinkType="tns:FirstBPEL" myRole="FirstBPELProvider" partnerRole="FirstBPELRequester"/>
              <partnerLink name="msgWs" partnerRole="MSGSenderServiceProvider" partnerLinkType="ns1:MSGSenderServiceLink"/>
         </partnerLinks>
         <variables>
              <variable name="input" messageType="tns:FirstBPELRequestMessage"/>
              <variable name="output" messageType="tns:FirstBPELResponseMessage"/>
              <variable name="msgInput" messageType="ns1:MSGSenderService_sendMsg"/>
              <variable name="msgOutput" messageType="ns1:MSGSenderService_sendMsgResponse"/>
         </variables>
         <sequence>
              <receive createInstance="yes" name="request" partnerLink="client" portType="tns:FirstBPEL" operation="initiate" variable="input"/>
              <assign name="assignInput">
                   <copy>
                        <from variable="input" part="payload" query="/tns:FirstBPELRequest/tns:from">
                        </from>
                        <to variable="msgInput" part="String_1"/>
                   </copy>
                   <copy>
                        <from variable="input" part="payload" query="/tns:FirstBPELRequest/tns:to">
                        </from>
                        <to variable="msgInput" part="String_2"/>
                   </copy>
                   <copy>
                        <from variable="input" part="payload" query="/tns:FirstBPELRequest/tns:body">
                        </from>
                        <to variable="msgInput" part="String_3"/>
                   </copy>
                   <copy>
                        <from variable="input" part="payload" query="/tns:FirstBPELRequest/tns:la">
                        </from>
                        <to variable="msgInput" part="String_4"/>
                   </copy>
              </assign>
              <invoke name="forward" partnerLink="msgWs" portType="ns1:MSGSenderService" operation="sendMsg" inputVariable="msgInput" outputVariable="msgOutput"/>
              <sequence name="main">
                   <assign name="assignOutput">
                        <copy>
                             <from variable="msgOutput" part="result">
                             </from>
                             <to variable="output" part="payload" query="/tns:FirstBPELResponse/tns:msgId"/>
                        </copy>
                   </assign>
                   <invoke name="callback" partnerLink="client" portType="tns:FirstBPELCallback" operation="onResult" inputVariable="output"/>
              </sequence>
         </sequence>
    </process>
    END FirstBPEL.bpel -------------------------------
    BEGIN FirstBPEL.wsdl -----------------------------
    <?xml version="1.0"?>
    <definitions name="FirstBPEL"
    targetNamespace="http://acm.org/samples"
    xmlns:tns="http://acm.org/samples"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    >
    <types>
    <schema attributeFormDefault="qualified"
    elementFormDefault="qualified"
    targetNamespace="http://acm.org/samples"
    xmlns="http://www.w3.org/2001/XMLSchema"
    >
    <element name="FirstBPELRequest">
    <complexType>
    <sequence>
    <element name="from" type="string" />
    <element name="to" type="string" />
    <element name="body" type="string" />
    <element name="la" type="string" />
    </sequence>
    </complexType>
    </element>
    <element name="FirstBPELResponse">
    <complexType>
    <sequence>
    <element name="msgId" type="string"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    </types>
    <message name="FirstBPELRequestMessage">
    <part name="payload" element="tns:FirstBPELRequest"/>
    </message>
    <message name="FirstBPELResponseMessage">
    <part name="payload" element="tns:FirstBPELResponse"/>
    </message>
    <portType name="FirstBPEL">
    <operation name="initiate">
    <input message="tns:FirstBPELRequestMessage"/>
    </operation>
    </portType>
    <portType name="FirstBPELCallback">
    <operation name="onResult">
    <input message="tns:FirstBPELResponseMessage"/>
    </operation>
    </portType>
    <plnk:partnerLinkType name="FirstBPEL">
    <plnk:role name="FirstBPELProvider">
    <plnk:portType name="tns:FirstBPEL"/>
    </plnk:role>
    <plnk:role name="FirstBPELRequester">
    <plnk:portType name="tns:FirstBPELCallback"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    END FirstBPEL.wsdl -------------------------------

  • ADS: com.adobe.ProcessingException: Class not found exception while loading

    Hi All,
    While i'm trying to activate FORM (Interactive Form in Transaction SFP), i'm getting error -
    ADS: com.adobe.ProcessingException: Class not found exception while loading class SAPForm, classpath: /usr/sap/AHS/DVEBMGS00/exe/jstart7 1.jar/usr/sap/AHS/DVEBMGS00/exe.
    Could anyone let me know the way to resolve this issue.
    Thanks and Regards,
    Sunil

    Many Thanks for the reply-It's working now
    I added the MySQL connector in the following manner
    1)Open the Tom Cat server console by Selecting 'Servers' in Package Explorer
    2)Right Click 'Tomcat v5.5 at localhost.server'
    3)Select 'Open Launch Configuration' under 'General Information'
    4)Select the 'Classpath' tab in the Edit configuration window that opens
    5)Select 'Add External Jars' and add the required connector

  • Indesign debug version(64 bit) throws exception while loading pluggin

    I build a sample plugin in Microsoft Visual Studios 2010 in debug X64 mode and copied the generated files from debugX64 folder to the plugin folder inside indesign folder.
    But In-design is throwing exception in loading the plugin. Any help will be appreciated. Please note that same plugin when compiled and released using release version of indesign is working.

    The issue was I trying to load 64 bit pluggin into 32 bit version of Indesign. Got resolved after loading into correct version.

  • Unable to load the Vertipaq engine because there was a COM exception while loading

    I saw a similar thread on the forum but it's a dead end.
    PowerPivot for Excel 2010 gives me this error whenever I click the PowerPivot window icon:
    Unable to load the VertiPaq engine because there was a COM exception. This might happen if you load a workbook on a corrupt installation. To fix the problem, uninstall and then reinstall PowerPivot. Click Details for more error information.
    ============================
    Error Message:
    ============================
    Could not load file or assembly 'msmgdsrv, Version=9.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    The type initializer for 'Microsoft.AnalysisServices.BackEnd.DAXServices' threw an exception.
    ============================
    Call Stack:
    ============================
       at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
       at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
       at Microsoft.AnalysisServices.XLHost.Addin.InProcServer.LoadSafeSandboxAfterConnection(String errorCache)
       at Microsoft.AnalysisServices.XLHost.Addin.InProcServer.LoadSafeSandboxAfterConnection(String errorCache)
       at Microsoft.AnalysisServices.XLHost.Addin.InProcServer.LoadOLEDBConnection(Boolean raiseCompleteEvent, String errorCache)
    ============================
    I've tried everything that was suggested so far: uninstall and reinstall PowerPivot, Microsoft Office 2010, and all of the prerequisites for PowerPivot (NET Framework 4.0, Visual Studio) and it still gives the same error message.
    Thing is, I don't think it is a PowerPivot issue because many people in the office use PowerPivot and they all receive the same error message.
    We are all running on Windows 7 Pro 64-bit.
    Any help and/or assistance would be greatly appreciated.
    Thanks,
    Seong Lee

    I saw a similar thread on the forum but it's a dead end.
    PowerPivot for Excel 2010 gives me this error whenever I click the PowerPivot window icon:
    Unable to load the VertiPaq engine because there was a COM exception. This might happen if you load a workbook on a corrupt installation. To fix the problem, uninstall and then reinstall PowerPivot. Click Details for more error information.
    ============================
    Error Message:
    ============================
    Could not load file or assembly 'msmgdsrv, Version=9.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
    The type initializer for 'Microsoft.AnalysisServices.BackEnd.DAXServices' threw an exception.
    ============================
    Call Stack:
    ============================
       at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
       at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
       at Microsoft.AnalysisServices.XLHost.Addin.InProcServer.LoadSafeSandboxAfterConnection(String errorCache)
       at Microsoft.AnalysisServices.XLHost.Addin.InProcServer.LoadSafeSandboxAfterConnection(String errorCache)
       at Microsoft.AnalysisServices.XLHost.Addin.InProcServer.LoadOLEDBConnection(Boolean raiseCompleteEvent, String errorCache)
    ============================
    I've tried everything that was suggested so far: uninstall and reinstall PowerPivot, Microsoft Office 2010, and all of the prerequisites for PowerPivot (NET Framework 4.0, Visual Studio) and it still gives the same error message.
    Thing is, I don't think it is a PowerPivot issue because many people in the office use PowerPivot and they all receive the same error message.
    We are all running on Windows 7 Pro 64-bit.
    Any help and/or assistance would be greatly appreciated.
    Thanks,
    Seong Lee

  • Out Of Memory Exception While Loading Images in Windows Phone 8 Silverlight App?

    Hi,
    I am developing a windows phone 8 silver light app , I am loading high resolution images from web  through image control , After loading 2-3 images I am getting outof memory exception ,
    I am unable to catch this , and I am unable to break this exception , Can anyone tell me how to handle this exception,
    I am searching solution for this  from last 15 days but I am unable to find solution,
    I tried by setting the bitmap image source to null by doing this also I am getting exception, I tried by using gc.collect() also ..
    First I am loading list of images in listbox with lowres of size 100X100 , in selection change event I am changing the image source , 
    My image control code is
    <Canvas Width="480" Height="720">
    <Image Width="480" x:Name="MyImage" Height="720" Stretch="Uniform" >
    <Image.Source>
    <BitmapImage x:Name="MyImage1"/>
    </Image.Source>
    <toolkit:GestureService.GestureListener>
    <toolkit:GestureListener Flick="GestureListener_Flick_1"
    PinchStarted="OnPinchStarted" DragDelta="GestureListener_DragDelta"
    PinchDelta="OnPinchDelta"/>
    </toolkit:GestureService.GestureListener>
    <Image.RenderTransform>
    <CompositeTransform x:Name="myTransform"
    ScaleX="1" ScaleY="1"
    TranslateX="0" TranslateY="0"/>
    </Image.RenderTransform>
    </Image>
    </Canvas>
    My listbox selection changed code is
    GC.Collect();
    GC.WaitForPendingFinalizers();
    Classes.PgaeInfo ob = listpages.SelectedItem as Classes.PgaeInfo;
    progressLoad.Visibility = Visibility.Visible;
    LayoutRoot.Opacity = 0.8;
    LayoutRoot.IsHitTestVisible = false;
    StackPanel st = sender as StackPanel;
    index = ob.pId - 1;
    JArray jsonArray = JArray.Parse(json);
    JToken jsonArray_Item = jsonArray[index];
    string sour = "xxx.xxx.xxx.jpeg" (only one image for sample)
    img.Source = null;
    DisposeImage(bm);
    img.Source = new BitmapImage(new Uri(sour));
    MyImage1.UriSource = null;
    MyImage1.DecodePixelHeight = (int)img.Height;
    MyImage1.DecodePixelWidth = (int)img.Width;
    MyImage1.UriSource = new Uri(sour);
    Any help..
    thanks..
    Suresh.M

    Hello Suresh,
    Are you loading multiple images at once on one page? If so this is an expected behavior. There is limited memory available per app so it's important to not load too large or too many photos at once in your app.
    If possible you can try to convert your Windows Phone 8 to Window Phone 8.1 so as to take advantage of the FlipView control which is built to handle photo gallery-like applications.
    Also you can always run the Windows Phone Application Analysis tool to check on the application performance and memory usage. This will help you test and fine tune your app accordingly.
    Let me know if this helps.
    Abdulwahab Suleiman

  • [Help] Weblogic throws exception under load testing

    Hello All,
    I have developed an application using struts 1.1 framework and deployed
    it on weblogic 8.1. The application works fine. But when we load test
    the application, weblogic throws an exception. I am not able to
    understand why is weblogic throwing this exception. The exception
    doesn't originate from my code
    I am using struts 1.1 on BEA weblogic 8.1 on HP-UX 11i.
    Please help me ... I will be very gratefull for your help.
    Here is the stack trace :
    <Jan 15, 2004 10:02:28 PM IST> <Error> <HTTP> <BEA-101020>
    <[ServletContext(id=28318025,name=testWebApp,context-path=/testWebApp)]
    Servlet failed with Exception java.lang.NullPointerException
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se
    rvle
    tStubImpl.java:1053)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
    java
    :387)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
    java
    :305)
    at
    weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(Reques
    tDis
    patcherImpl.java:382)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu
    bjec
    t.java:317)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatche
    rImp
    l.java:286)
    at
    org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.jav
    a:10
    69)
    at
    org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProc
    esso
    r.java:274)
    at
    org.apache.struts.action.RequestProcessor.processForwardConfig(RequestPr
    oces
    sor.java:455)
    at
    org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Tiles
    Requ
    estProcessor.java:320)
    at
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
    279)
    at
    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at
    org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se
    rvle
    tStubImpl.java:1053)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
    java
    :387)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
    java
    :305)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.r
    un(W
    ebAppServletContext.java:6310)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu
    bjec
    t.java:317)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServl
    etCo
    ntext.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)
    Regards,
    Abhishek.

    Hello All,
    I have developed an application using struts 1.1 framework and deployed
    it on weblogic 8.1. The application works fine. But when we load test
    the application, weblogic throws an exception. I am not able to
    understand why is weblogic throwing this exception. The exception
    doesn't originate from my code
    I am using struts 1.1 on BEA weblogic 8.1 on HP-UX 11i.
    Please help me ... I will be very gratefull for your help.
    Here is the stack trace :
    <Jan 15, 2004 10:02:28 PM IST> <Error> <HTTP> <BEA-101020>
    <[ServletContext(id=28318025,name=testWebApp,context-path=/testWebApp)]
    Servlet failed with Exception java.lang.NullPointerException
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se
    rvle
    tStubImpl.java:1053)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
    java
    :387)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
    java
    :305)
    at
    weblogic.servlet.internal.RequestDispatcherImpl$ForwardAction.run(Reques
    tDis
    patcherImpl.java:382)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu
    bjec
    t.java:317)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatche
    rImp
    l.java:286)
    at
    org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.jav
    a:10
    69)
    at
    org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProc
    esso
    r.java:274)
    at
    org.apache.struts.action.RequestProcessor.processForwardConfig(RequestPr
    oces
    sor.java:455)
    at
    org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(Tiles
    Requ
    estProcessor.java:320)
    at
    org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:
    279)
    at
    org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at
    org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(Se
    rvle
    tStubImpl.java:1053)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
    java
    :387)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.
    java
    :305)
    at
    weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.r
    un(W
    ebAppServletContext.java:6310)
    at
    weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSu
    bjec
    t.java:317)
    at
    weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServl
    etCo
    ntext.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)
    Regards,
    Abhishek.

  • Exception Side-loading Metro application to Windows 8.1 Pro tablet

    I'm running a Windows 8.1 Pro system in a tablet, I side-loaded a metro application developed with VS 2013 for testing purpose. I was able to do it one time, and everything worked fine, but when the I tried to side-load an update for my application I run
    into problems.
    When executing the command Show-WindowsDeveloperLicenseRegistration I get the following error message and exception:
    You need administrator privileges to acquire or remove a developer license.
     At line1 char 1
    CategoryInfo  : PermissionDenied [Show-WindowsDeveloperLicenseRegistration], UnauthorizedAccessExecution
    FullyQualifiedErrorId : NonAdminAccessException, Microsoft.Windows.DeveloperLicense.Commands.WindowsDeveloperLicenseRegistrationCommand
    I'm running an admin account, I can log with this account at Microsoft as well. I also run windows validation and it report that my windows is genuine.
    I need advice on this.
    Thanks.

    You need to run PowerShell as Administrator. You should be able to do so by right clicking the PowerShell link and selecting "Run as Administrator" as regularly it will be run with regular user privileges.

  • Exception when loading an image in ImageIcon component

    Hello,
    I want to load an image whose name or path contains special character such as accents (a french name). So that generates an exception. For exemple for an image named caf�.jpeg I obtain this message :
    java.io.FileNotFoundException: /media/disk/images/caf��.jpeg (No such file or directory)
    Can you please help me.
    Thanks in advance.

    Can you store multiple images in memory and be able
    to reference them all individually, or is it better
    to store them in a construct, such as an array and
    then loop through that when attempting to match?I'm sorry but I don't understand the question. And does it
    have anything to do with images per se? Can it be generalized
    without losing its meaning:
    Can you store multiple objects in memory and be able
    to reference them all individually, or is it better
    to store them in a construct, such as an array and
    then loop through that when attempting to match?It seems to me that multiple objects should be stored in
    an appropriate collection, if that is what is required.
    Perhaps you need to say more about what you are trying to
    do, what your goal is, to make your question meaningful.

  • Exception Error Loading Adobe X

    When Adobe Reader loads, whether directly from Start Menu or indirectly through Internet Explorer link or Outlook file attachment link, the following exception error occurs
    AcroRd32.exe - Application Error
    X The exception unknown software exception (0xc0000710) occured in the application at location 0x7782a289.
    Click OK to terminate the program
    OK
    After clicking OK, the program seems to function correctly.
    The Environment below was created using the Generate System Report function in the Help Menu in Reader X
    Available Physical Memory: 3090564 KB
    Available Virtual Memory: 4030688 KB
    BIOS Version: DELL   - 20090302
    Default Browser:
    Default Mail: Microsoft Office Outlook
        mapi32.dll
        Version: 1.0.2536.0 (win7_rtm.090713-1255)
        Creation Date: 2011/03/08
        Creation Time: 4:06:53 PM
    Graphics Card: ATI Radeon HD 3600 Series     
        Version: 8.17.10.1065
        Check: Not Supported
    Installed Acrobat:
    Installed Acrobat: C:\Program Files (x86)\Adobe\Reader 10.0\Reader\AcroRd32.exe
        Version: 10.0.1.434
        Creation Date: 2011/01/30
        Creation Time: 8:45:14 AM
    Locale: English (United States)
    Monitor:
        Name: ATI Radeon HD 3600 Series     
        Resolution: 1920 x 1080 x 59
        Bits per pixel: 32
    OS Manufacturer: Microsoft Corporation
    OS Name: Microsoft Windows Vista
    OS Version: 6.1.7601  Service Pack 1
    Page File Space: 4194303 KB
    Processor: Intel64 Family 6 Model 23 Stepping 10  GenuineIntel  ~2666  Mhz
    System Name: STUDIOPC-WDTJR
    Temporary Directory: C:\Users\Walter\AppData\Local\Temp\
    Time Zone: Pacific Standard Time
    Total Physical Memory: 4194303 KB
    Total Virtual Memory: 4194176 KB
    User Name: Walter
    Windows Directory: C:\Windows
    Installed plug-ins:
    C:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\Accessibility.api
        Version: 10.0.1.434
        Creation Date: 2011/01/30
        Creation Time: 8:45:14 AM
    C:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\EScript.api
        Version: 10.0.1.434
        Creation Date: 2011/01/30
        Creation Time: 8:45:14 AM
    C:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\Updater.api
        Version: 10.0.1.434
        Creation Date: 2011/01/30
        Creation Time: 8:45:14 AM
    C:\Program Files (x86)\Adobe\Reader 10.0\Reader\plug_ins\weblink.api
        Version: 10.0.1.434
        Creation Date: 2011/01/30
        Creation Time: 8:45:14 AM

    See if anything in here helps: http://helpx.adobe.com/creative-suite/kb/error-1327-invalid-drive-drive.html

  • Exception in Loading Images in JSP pages

    Hi All,
    I am trying to load an image many number of times(to create a sort of graph).
    I am using Buffered Image & Graphics.drawImage().Still when my page loads I can see only the lines I draw btween the images but not the images.The images are seen only on refresh.
    I get Illegal State Exception ServletHttpResponse.getWriter().
    Can anyone help me with this at the earliest
    THANKS

    Hi,
    Here is part of my code:
    image= new BufferedImage(1000,img_height, BufferedImage.TYPE_INT_RGB);
    grph=image.getGraphics();
    Then in for loop i execute the following ,changing the co-ordinate,required no of times.
    grph.drawImage(myImage,xCord,yCord,xBlock,yBlock,null);
    Finally I do this:
    ServletOutputStream out1 = response.getOutputStream();
    JPEGImageEncoder encoder= JPEGCodec.createJPEGEncoder(out1);
    encoder.encode(image);
    The page that has this code is called by another jsp in the image tag.<img src="drawimage.jsp">
    Please Reply

  • SQL Loader Exception while loading Partitioned table

    Hi,
    I have a table EMP and it has year wise partitions created based on creation_date column.
    Now, I using SQL Loader to load bulk data using Java Program. But I am getting SQLLoader Exception. When I drop partition on the table, same code is working fine.
    Do I need to do anything extra for the partitioned table?
    Please help me.
    Thanks

    SQL Loader should produce a log file with an error code(s) in it. Check for that.

  • Java Exception & error loading fmrweb.res

    I have installed Oracle9i Database and oracle 9i Forms on windows XP.
    When i try to run a form i get a java Exception
    MessageManager: key VERSION bundle oracle.forms.engine.RunformBundle exception java.lang.IllegalArgumentException: unknown format type at
    At the same time i get an error while opening the fmrweb.res file.
    I have seen some solutions to this problem, but I'm not sure i fully understand them. I hope somebody could help me.

    What is the error message, this looks like normal informational messages
    I have signed it sucessfully..Now i am getting the
    following in the java console
    Oracle JInitiator: Version 1.3.1.9
    Using JRE version 1.3.1.9 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and
    Settings\Aruns
    Proxy Configuration: Manual Configuration
    Proxy: proxy1.emirates.net.ae:8080
    Proxy Overrides: 172.16.*,<local>
    JAR cache enabled
    Location: C:\Documents and Settings\Aruns\Oracle
    racle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading
    http://hpc266:8888/forms90/java/f90all_jinit.jar from
    JAR cache
    Cached copy of
    http://hpc266:8888/forms90/java/webutil.jar is out of
    date
    Cached copy: Jul 4, 2005 8:50:04 AM
    Server copy: Jul 4, 2005 8:52:15 AM
    Downloading
    http://hpc266:8888/forms90/java/webutil.jar to JAR
    cache
    Cached copy of
    http://hpc266:8888/forms90/java/jacob.jar is out of
    date
    Cached copy: Jul 4, 2005 8:50:16 AM
    Server copy: Jul 4, 2005 8:51:59 AM
    Downloading http://hpc266:8888/forms90/java/jacob.jar
    to JAR cache
    connectMode=HTTP, native.
    Forms Applet version is : 90270
    Can anybody pls help me in this issue

  • First-chance exception on load and calls

    When loading our application we see quite a few "first chance exception" error messages being reported from the berkeley db xml library. The same first chance exceptions are thrown on each call to the berkeley db xml library - about 30 or so result from each call.
    Is this normal or is it indicative of a problem/misconfiguration?
    The following 2 errors (set) are thrown together numerous times:
    First-chance exception at 0x7c812a5b in app.exe: Microsoft C++ exception: DbException at memory location 0x0012cf48..
    First-chance exception at 0x7c812a5b in app.exe: Microsoft C++ exception: DbXml::XmlException at memory location 0x0012d210..
    Message was edited by:
    taka

    Hi,
    Those exceptions are expected during container open. When debugging under Visual Studio I tend to set a breakpoint after container open, then enable first-chance exceptions.
    Regards,
    George

Maybe you are looking for

  • Logging to a systemd per-user journal from shell

    Does anybody know how I can log a message to a per-user journal without using a per-user systemd service (~/.config/systemd/user/something.service)? As root, I can run: echo This is a test. | systemd-cat -t test or: echo This is a test. | logger -t t

  • Idvd #8 and widescreen still doesnt work!?

    ok, i shot some HDV 1080i, downconverted it as sd widescreen, edited in imovie as widescreen, exported using quicktime as 16X9 853X480 dv video, imported that into idvd widescreen, and the preview shows 4X3. HOW HARD IS IT FOR THIS TO WORK CORRECTLY?

  • Table for following the Stock Tracking in queries

    hello, I am trying to generate a query based on the stock taking module (under Inventory Transactions). the form takes its values from different tables, but i would like to you the 'counted' column in a query. a similar form is the price list and for

  • Router ip address

    ok i have a fairly stupid question, should my router ip be the same as my computer ip address? a while back they were the same and just recently i found i was unable to host on a game that uses port fowarding, yet, everything is the same as it use to

  • Suddenly I can't use flash

    I've checke Systems Preference to make sure the radio box is checked. I uninstalled Flash, Repaired Permissions, cleared the catch, reinstalled Flash, restarted my computer with the disk in so I could repair permissions from the disk and still nothin