NullPointerException trying to render

Hello,
I have a scenario I am not sure about. I have a command button tag on a JSF page. This tag is binded to a HtmlCommandButton instance field on a backing bean e.g.
<h:commandButton type="button" value="Find"
                                       binding="#{AddCaseForm.offenderFindButton}"
                                       immediate="false"/>When the page is being rendered for the first time (initial reqest) I would like this button to be rendered depending on a certain condition. So in the constructor of the managed bean I put:
if(condition){
          offenderFindButton.setRendered(false);
      }else{
          offenderFindButton.setRendered(true);
}The problem is I am getting a NullPointerException because the HtmlCommandButton variable offenderFindButton is null. When exactly does this variable get instantiated?
How am I able to conditionally render a HtmlCommandButton if not in the constructor of the bean?
Can someone please help?
Thanks.

Hi:
Try the rendered property in the tag itself.
Like this:
1) Define a boolean member in your backing bean and getter and setter for this boolean.
private boolean renderButton = false;
2) Include the rendered property in the button tag:
<h:commandButton id="button1" value="Button" action="next" rendered="#{backBean.renderButton}" ... />
Hope it helps you.
Felipe

Similar Messages

  • File Error: Unknown File when trying to render a Motion Lower third

    I'm getting this: "File Error: Unknown File" when trying to render a Lower third made in the Motion tab. I'm using FCP 6.0.6 and haven't had any issues with this before. It seems to work fine if there is just text, but as soon as I apply any effect, like a drop shadow, I get that error message.
    Thanks,
    Joe

    What's the exact format of the video you're working with and the exact specification the sequence you're editing in?

  • Error 500 trying to render annotation texts and polygons

    Hello I'm new at Oracle Spatial. Im trying to render a map with Mapviewer with a XML request and I get this error on OC4J. I'm using Oracle Fusion Middleware MapViewer 11g R1 (11.1.1) and Oracle Spatial 11g.
    *500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.*
    The log:
    2010-03-23 10:28:18,216 [EMUI_10_28_18_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 10:28:18,216 [EMUI_10_28_18_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 10:28:36,857 [EMUI_10_28_36_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 10:28:36,857 [EMUI_10_28_36_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 10:28:36,857 [EMUI_10_28_36_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 10:28:36,857 [EMUI_10_28_36_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 10:28:36,857 [EMUI_10_28_36_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 10:28:36,857 [EMUI_10_28_36_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:12:13,499 [OC4J Launcher] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set file permissions
    administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home\persistence
    \ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:12:13,593 [OC4J Launcher] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set file permissions
    system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home\persistence\ascontrol
    \ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:21,660 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:21,722 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:22,035 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:22,097 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:22,410 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:22,472 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:14:10,318 [EMUI_11_14_10_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:10,318 [EMUI_11_14_10_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:10,318 [EMUI_11_14_10_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:40,297 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:40,407 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:40,719 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:40,782 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:41,079 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:41,141 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:49,704 [EMUI_11_54_49_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:49,719 [EMUI_11_54_49_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:49,719 [EMUI_11_54_49_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:12:13,499 [OC4J Launcher] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set file permissions
    administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home\persistence
    \ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:12:13,593 [OC4J Launcher] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set file permissions
    system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home\persistence\ascontrol
    \ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:21,660 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:21,722 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:22,035 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:22,097 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:22,410 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:13:22,472 [EMUI_11_13_21_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:14:10,318 [EMUI_11_14_10_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:10,318 [EMUI_11_14_10_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:10,318 [EMUI_11_14_10_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:14:15,177 [EMUI_11_14_15_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:40,297 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:40,407 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:40,719 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:40,782 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:41,079 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions administrators:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j
    \j2ee\home\persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:41,141 [EMUI_11_54_38_/console/postLogon] WARN jmx.SecureWalletManager _setPermission.161 - WARNING: Could not set
    file permissions system:F for wallet at C:\Documents and Settings\pablo.berlanga\Escritorio\mapviewer11r1_qs\mv11r1_qs\oc4j\j2ee\home
    \persistence\ascontrol\ascontrol\securestore\ewallet.p12
    2010-03-23 11:54:49,704 [EMUI_11_54_49_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:49,719 [EMUI_11_54_49_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:49,719 [EMUI_11_54_49_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    should not be null
    2010-03-23 11:54:54,844 [EMUI_11_54_54_/console/ias/logging/logfiles] WARN util.HGridDataSource setSelected.354 - setSelection: key
    XML request:
    <?xml version="1.0" standalone="yes"?>
    <map_request
    title="XML REQUEST"
    datasource = "spatial"
    width="640"
    height="480"
    bgcolor="#a6cae0"
    antialiase="false"
    format="PNG_STREAM">
    <themes name="t2">
    <theme>
    <jdbc_annotation_query spatial_column = "textobj"
    datasource = "spatial"
    jdbc_srid="4326"
    annotation_table="ejemplo_anotaciones"
    annotation_column="textobj"
    leaderline_style="L.PH">
    select textobj from ejemplo_anotaciones
    </jdbc_annotation_query>
    </theme>
    </themes>
    <themes>
    <theme name="t1">
    <jdbc_query spatial_column = "area_influencia"
    datasource = "spatial">
    SELECT area_influencia FROM centros_salud
    </jdbc_query>
    </theme>
    </themes>
    </map_request>

    I only get this error when I try to include the annotation.
    Thank you.

  • Shake crashing while trying to render

    Newbie to shake here. I'm trying to render out a quicktime from shake but it keeps crashing. Nothing fancy, just a defocus. Any ideas?

    Thanks for your help see if this makes more sense. Sorry for the confusion.
    Command: shake
    Path: /Applications/Shake/shake.app/Contents/MacOS/shake
    Parent: WindowServer [57]
    Rosetta: Yes
    Version: 4.00 (4.00)
    Build Version: 2
    Project Name: ShakeProject
    Source Version: 3150000
    PID: 1172
    Thread: Unknown
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0:
    0 com.apple.shake 0xb80a5453 0xb8000000 + 676947
    1 com.apple.shake 0xb809f925 0xb8000000 + 653605
    2 com.apple.shake 0xb80bd24e 0xb8000000 + 774734
    3 com.apple.shake 0xb811e558 spinlockwrapper + 3852
    Thread 1:
    0 com.apple.shake 0xb823369b strchr + 72
    1 com.apple.shake 0xb81cef17 pthreadcondwait + 3114
    2 com.apple.shake 0xb816831a catchexception_raise_stateidentity + 318
    3 com.apple.shake 0xb8167856 CallPPCFunctionAtAddressInt + 177220
    4 com.apple.shake 0xb816774d CallPPCFunctionAtAddressInt + 176955
    5 com.apple.shake 0xb8168418 catchexception_raise_stateidentity + 572
    6 com.apple.shake 0xb820480c pthread_create + 1124
    Thread 2:
    0 com.apple.shake 0xb8134fac spinlockwrapper + 96608
    1 com.apple.shake 0xb814ed28 CallPPCFunctionAtAddressInt + 76054
    2 com.apple.shake 0xb80c7b3a 0xb8000000 + 817978
    Thread 3:
    0 com.apple.shake 0xb813516f spinlockwrapper + 97059
    1 com.apple.shake 0xb8160750 CallPPCFunctionAtAddressInt + 148286
    2 com.apple.shake 0xb81632bd CallPPCFunctionAtAddressInt + 159403
    3 com.apple.shake 0xb80c7b3a 0xb8000000 + 817978
    Thread 4:
    0 com.apple.shake 0xb813501e spinlockwrapper + 96722
    1 com.apple.shake 0xb814e1b4 CallPPCFunctionAtAddressInt + 73122
    2 com.apple.shake 0xb80a6073 0xb8000000 + 680051
    3 com.apple.shake 0xb809f925 0xb8000000 + 653605
    4 com.apple.shake 0xb80bd24e 0xb8000000 + 774734
    5 com.apple.shake 0xb811e558 spinlockwrapper + 3852
    Thread 5:
    0 com.apple.shake 0xb813501e spinlockwrapper + 96722
    1 com.apple.shake 0xb814e1b4 CallPPCFunctionAtAddressInt + 73122
    2 com.apple.shake 0xb80a6073 0xb8000000 + 680051
    3 com.apple.shake 0xb809f925 0xb8000000 + 653605
    4 com.apple.shake 0xb80bd24e 0xb8000000 + 774734
    5 com.apple.shake 0xb811e558 spinlockwrapper + 3852
    Unknown thread crashed with unknown flavor: 1
    state_count: 16

  • Problems trying to render radioButtons  & combine HTML table cells

    Hello
    Can anyone help please, I am trying to render radio buttons in one table column and text in other columns of the same row, and can't:
    Here is some example html:
    <tr bgcolor="#EDEDCC">
    <td><input type="radio" name="downloadcode" value="223"></td>
    <td>Ciara feat. Petey Pablo</td>
    <td>Goodies</td>
    </tr>
    <tr bgcolor="#EDEDCC">
    <td><input type="radio" name="downloadcode" value="445"></td>
    <td>Blaa. Petey Pablo</td>
    <td>Baddies</td>
    </tr>
    My efforts have resulted in bad HTML all over the place, e.g. I last tried:
    <h:selectOneRadio layout="PAGE_DIRECTION" value="{order.downloadcode}">
                                  <f:selectItem itemValue="SY77731"/><f:verbatim><br></f:verbatim>
                                  <f:verbatim><td>Ciara feat. Petey Pablo</td></f:verbatim>
                                  <f:verbatim><td>Goodies</td></f:verbatim>
                                  <f:selectItem itemValue="SY77732"/><f:verbatim><br></f:verbatim>
                                  <f:verbatim><td>Green Day</td></f:verbatim>
                                  <f:verbatim><td>Boulevard of Broken Dreams</td></f:verbatim>
    </h:selectOneRadio>
    Many thanks...

    Hello
    Can anyone help please, I am trying to render radio buttons in one table column and text in other columns of the same row, and can't:
    Here is some example html:
    <tr bgcolor="#EDEDCC">
    <td><input type="radio" name="downloadcode" value="223"></td>
    <td>Ciara feat. Petey Pablo</td>
    <td>Goodies</td>
    </tr>
    <tr bgcolor="#EDEDCC">
    <td><input type="radio" name="downloadcode" value="445"></td>
    <td>Blaa. Petey Pablo</td>
    <td>Baddies</td>
    </tr>
    My efforts have resulted in bad HTML all over the place, e.g. I last tried:
    <h:selectOneRadio layout="PAGE_DIRECTION" value="{order.downloadcode}">
                                  <f:selectItem itemValue="SY77731"/><f:verbatim><br></f:verbatim>
                                  <f:verbatim><td>Ciara feat. Petey Pablo</td></f:verbatim>
                                  <f:verbatim><td>Goodies</td></f:verbatim>
                                  <f:selectItem itemValue="SY77732"/><f:verbatim><br></f:verbatim>
                                  <f:verbatim><td>Green Day</td></f:verbatim>
                                  <f:verbatim><td>Boulevard of Broken Dreams</td></f:verbatim>
    </h:selectOneRadio>
    Many thanks...

  • When trying to render i get the error "your hardware cannot render at the requested size and depth"

    when trying to render i get the error "your hardware cannot render at the requested size and depth" and does not render,, it is the first time, and happens only when i added a filter from magic bullet and won't render.

    Do you have 2 graphics cards in your system?
    You can check out your hardware profile using the "System Profiler" app which lives in the /Applications/Utilities folder ... you can also launch it from the Apple menu by choosing "About This Mac..." and then clicking the "More Info..." button. When the app launches you can choose Graphics/Displays from the Contents/Hardware list at left.

  • Trying to render using special effects in premiere

    trying to render using special effects in premiere

    Joe ...
    I'd almost just schlepped a big gulp of coffee just before reading this ... darn glad I hadn't! 
    Neil
    (still laughing ... )

  • Audio preview hangs when trying to render.what is the problem?

    Trying to render my project. audio previews hangs up. what is the problem?

    More information needed for someone to help... click these links and provide the
    requested information
    -http://forums.adobe.com/message/4200840
    -http://forums.adobe.com/thread/416679
    -http://forums.adobe.com/thread/419406
    Also, for audio, did you allow conforming to complete?
    Read Bill Hunt on Audio Conforming http://forums.adobe.com/thread/726693

  • Trying to render is crashing not only the software, but my entire computer!

    Hello!
    I do a weekly webshow that I've been making with Premiere CS5 since November. In all that time I've never had any trouble but just this past Sunday I went to render in the H264  format I always use and the bar got to around 45% before the whole thing went tits up - the computer gave me a quick blue screen of death before restarting.
    What I was able to glean from the blue screen was a suggestion that this could be due to a conflict with another piece of software. I don't install a lot of software on a regular basis, but recently I'd installed Tubeshack and - I admit - Team Fortress 2. I tried uninstalling Tubeshack and then rendering with the H264 format and the Level set to 5.0
    Lucky me, I got a full render! Thinking the problem solved, I then tried to render a smaller file with the level at 4.1 (a lot of video upload sites have stingy upload limits).
    The computer crashed again. Same blue screen. Same briefly displayed message about "HEY MAYBE THIS IS A SOFTWARE CONFLICT I DON'T KNOW MAN". I was, however, able to render a tiny (15 seconds) stretch of my video without complaint. I tried deleting render files, thinking that folder had gotten too fat, but this made no difference.
    I know my computer is up to snuff for what I'm asking of it and that those two programs I installed recently are the only changes I've made lately. I've run my anti-viral with no results and am getting a bit concerned as I have grander editing plans in the near future.
    Any help would be greatly appreciated!
    Cheers,
    Oliver

    So here's where we're at - I had a far more tech savvy pal help me out, but everything he tried failed to get results. What follows is his log of the events that transpired, along with some specs:
    Ran chkdsk /b
    Rebooted no such luck after check disk
    Adjusted Voltage in BIOS and in TURBOV Asus's mobo tools
    No luck
    Tried viewing crash logs in event viewer just turns up as Kernel Power Local 63 ID
    Log as follows:
    - System
      - Provider
       [ Name]  Microsoft-Windows-Kernel-Power
       [ Guid]  {331C3B3A-2005-44C2-AC5E-77220C37D6B4}
       EventID 41
       Version 2
       Level 1
       Task 63
       Opcode 0
       Keywords 0x8000000000000002
      - TimeCreated
       [ SystemTime]  2011-03-26T21:45:53.340400000Z
       EventRecordID 179006
       Correlation
      - Execution
       [ ProcessID]  4
       [ ThreadID]  8
       Channel System
       Computer Eric-PC
      - Security
       [ UserID]  S-1-5-18
    - EventData
      BugcheckCode 292
      BugcheckParameter1 0x0
      BugcheckParameter2 0xfffffa8007b78028
      BugcheckParameter3 0xb202a000
      BugcheckParameter4 0x175
      SleepInProgress false
      PowerButtonTimestamp 0
    Minidump has a log but I am unable to open it via notepad.exe
    SPECS
    Mobo:
    Asus M4N82 Deluxe
    Ram:
    8 Gigs of Ram
    Set at 1.80V Auto (Stock)
    CPU:
    AMD Phenom X4 II 965 Processor 3.6GHZ
    GFX:
    Nvidia 9800 GT
    BACK TO OLIVER
    One thing I'd like to add is that I cannot shake the feeling that some sort of resource has been slowly consumed over time. Why? Because when I first put the computer together I could preview video in Premiere in real-time. Over the year that followed the previews became slower and chunkier until finally this hoo-ha happened. I've tried hunting for a crowded temp file but no luck. I also tried "Clear Render Files" but it made no difference.
    Help?

  • "Error: Out of Memory" when trying to Render

    Hello all,
    I'm editing a project in FCP 5 that is using, in part, .mpeg-4 videos downloaded from the internet. After several weeks on the project with things going fine, the downloaded videos can no longer render. I can see them in the source window, but when laid into the sequence these downloaded videos produce an "Error: Out of Memory" message. Other videos of this type that are already rendered and playing in the existing sequence cannot be re-rendered or adjusted without producing the same Error message.
    A few things to remember...
    1. Other types of rendering, such as filters and fit to fill effects, render just fine.
    2. There is over 30 GBs on the external drive this project is running on.
    3. I've tried resetting scratch disks, transferring the project to another drive, and opening it on a new, super-fast computer, and nothing is different.
    Please help, I'm really stuck in the mud here and am dying to get past this issue,
    Peace,
    Sam

    Did either of you find an answer? I'm running into the S A M E issues. I feel strongly that it has to do with the quicktime update, as editing mp4's worked FINE in January.
    There is a lengthy protocol for trying to circumvent this issue:
    http://discussions.apple.com/thread.jspa?threadID=1413028&tstart=0
    Didn't work for me, but I think it worked for the query. And VLC (http://www.videolan.org/) ended up being the only program I can even VIEW mp4 in now properly.
    So if you can use a viewer, that works.

  • Codec Not Found error when trying to render/export layered sequence

    I have a sequence that I never had problems with in the past but as of yesterday when I open the project and try to render or export. I get the infamous dialogue box saying, "Codec not found. You may be using a compression type without the corresponding hardware card."
    I've narrowed it down to only being a problem wherever I have two particular types of media clips layered one on top of the other. In this case it is occurring wherever I have an Apple ProRes 422 (HQ) clip layered with an Animation codec clip containing a graphical bug that was created in After Effects and exported as a Quicktime Movie with RGB+Alpha. Because of the Alpha channel in the bug clip, it is automatically given the Animation codec upon export from After Effects to retain and preserve the transparency needed. I've also narrowed it down to only occurring when all this is combined on a sequence with its compressor set to standard ProRes 422 or ProRes HQ. If I set it to any other codec, such as any DV/DVC Pro or MPEG IMX codec then I can render and export again.
    Also interesting is that I can nest the sequence into another sequence and render and export just fine as well, even with it set to either ProRes codec (which will probably prove to be a suitable workaround for the time being), however, any additional insight into this issue that anyone can provide, pertaining to what may have changed or caused my original sequence to suddenly not want to render anymore would be greatly appreciated.
    And if anyone else reading this comes across this this same type of problem themselves, then I suggest what I just got to work: Duplicate your sequence, then delete the clips from the new sequence and nest the original sequence into it.
    Here is some additional background info if desired:
    I'm using FCP 6.0.6. The sequence I have going here is set to Apple ProRes 422 and consists entirely of Quicktime Movie files. Video Track 1 has the main video clips using the ProRes HQ codec (Again, even with the sequence set to ProRes HQ, it doesn't make any difference here). Track 2 has a graphic bug that was created in After Effects and layered over the Track 1 clips at various places. I was able to work with these clips and render as well as export the sequence with no problems last week. However, I was requested to revise the bug in After Effects, and then replace the old bug with new bug and export the sequence again. So yesterday, I simply opened up the After Effects project file for the bug, made the revisions and exported it with a new name using the same settings as the previous bug. The render problem I'm now facing surfaced right when I opened the FCP project file yesterday, before even importing and replacing the old bug with the new bug. I went ahead and imported the new bug and placed it in place of where the old bug occurred. But the render and problem remained. On this particular problem sequence, I can render the new bug if I actually disable or remove the ProRes clip beneath it, but I cannot in turn render the ProRes clip after disabling/removing the Animation clip above it.
    Now, I can copy either type of clip into their own sequence allowing the clips' respective native settings (ProRes HQ & Animation) to take effect and then they will playback and export just fine. I can even copy the bug clip (Animation codec) and paste it into the other clip's ProRes HQ sequence and it will render and export just fine from there as long as it is placed next to the other clip and not layered over it. On these newer sequences, it is only when the bug (Animation) clip is layered over the ProRes HQ clip with the sequence set to ProRes or ProRes HQ do I tend to still get the "Codec not found" error.
    I've also tried the following steps to try and troubleshoot to no avail:
    1. Copied entire sequence into a new sequence. Problem still occurs.
    2. Closed FCP, trashed preferences, and restarted FCP. Problem still not resolved.
    3. Opened project on another computer, had same problem.

    Thanks for sharing these ideas about dealing with this error message.
    For what it's worth, I finally managed to solve a similar issue by going into sequence settings, choosing the Video Processing tab, and changing Render 10-bit YUV to Render 8-bit YUV.
    Maybe this helps someone?

  • Java.lang.NullPointerException trying to migrate from MySQL to OracleXE

    (Originally posted in the SQL Developer forum)
    I'm trying to migrate a small MySQL database (four tables) to OracleXE. When I capture an object (table, schema or entire database), I'm receiving a java.lang.NullPointerException message from the Capture source in the Migration Log window. The migrated object doesn't show up in the Captured Objects window until after I shut down SQL Developer and restart it, then the tables in the migration script don't have any columns defined in them.
    Here's the error from the console:
    java.lang.Exception: java.lang.NullPointerException
    at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.start(AbstractMigrationProgressRunnable.java:139)
    at oracle.dbtools.migration.workbench.core.CaptureInitiator.launch(CaptureInitiator.java:57)
    at oracle.dbtools.raptor.controls.sqldialog.ObjectActionController.handleEvent(ObjectActionController.java:127)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:551)
    at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
    at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
    at java.awt.Component.processMouseEvent(Component.java:5501)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
    at java.awt.Component.processEvent(Component.java:5266)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3968)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1778)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    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)Caused by: java.lang.NullPointerException
    at oracle.dbtools.migration.workbench.plugin.MySQLCapturer.captureColumnDetails(MySQLCapturer.java:473)
    at oracle.dbtools.migration.workbench.plugin.MySQLCapturer.captureObjects(MySQLCapturer.java:145)
    at oracle.dbtools.migration.capture.CaptureWorker.capturePerTable(CaptureWorker.java:568)
    at oracle.dbtools.migration.capture.CaptureWorker.captureType(CaptureWorker.java:331)
    at oracle.dbtools.migration.capture.CaptureWorker.runCapture(CaptureWorker.java:282)
    at oracle.dbtools.migration.workbench.core.ui.CaptureRunner.doWork(CaptureRunner.java:63)
    at oracle.dbtools.migration.workbench.core.ui.AbstractMigrationProgressRunnable.run(AbstractMigrationProgressRunnable.java:159)
    at oracle.dbtools.migration.workbench.core.ui.MigrationProgressBar.run(MigrationProgressBar.java:532)
    at java.lang.Thread.run(Thread.java:595)
    My environment is:
    Windows Xp sp2
    SQL Developer (ver. 1.1.2.25.78)
    J2SE Development Kit 5.0 Update 11
    mysql-connector-java-5.0.5
    Oracle Database 10g Express Edition Release 10.2.0.1.0
    The MySQL database is version 4.1.2 running on a remote Mandriva Linux 2006 server.
    Are there any specific version requirements for the components involved?
    Thanks.

    Hi,
    There's a known bug in the code that captures 4.1 MySQL databases (specifically). The fix has been applied, and will be available in our next release.
    for a temporary workaround, you can put your data into a MySQL 4.0 or 5.0 database.
    Regards,
    Dermot.

  • Error when trying to render

    I am having trouble with an error in Prem 3. When I go to the timeline and click on render work area I get the message Sorry, a serious error has occured that requires Adobe Prem 3 to shut down. We will attempt to save your project. I have tried and tried again, closed the PC, started it again and every time this error occurs. I have made many hours of video on P3 with no problems and now am stuck with a large project on hand. HELP.

    Thank you for your reply. Yes I have plenty of gigs and my PC is defragmented and I use Disc cleaner and the problem still occurs. However, I have now found that I can bypass the rendering and go straight to Burn to Folder in My Videos. I collect my videos there and then I burn them to a DVD with another programme called Nero. I have had to do this because for some reason I cant burn through PE3. We have discussed this before and think it is probably because my burner is not compatible with PE3. Should I remove PE3 and reload the programme and hopefully not loose all of my Working Folder?

  • Crashing when trying to render or burn dvd in PE8

    After becoming pretty successful with PE4, and tackling multiple hardware and memory issues over the last couple years--thanks in large part to help received here in this forum-- I decided to upgrade to PS/PE 8 in December.  Like others here, I was enticed by the rebate/low price.
    I created a project in PE 8 (slide show with approx. 120 pictures and one 5 second video clip and some music).  I have transitions and titles and a menu screen.  All of that went very well in PE 8, but everytime I tried to burn a dvd or render the timeline the program crashed.  I came here to the forum and read a post that said you need at least 4 GB of RAM to run PE 8.  I had 2 GB (and 400 GB free on my hard drive).  So I contacted Dell and purchased 2 GB RAM.  The RAM came today; I popped it in...and no relief.
    I have done all (I think) of the recommended steps.  My Windows software is up to date, my graphics driver is up to date.  I've tried changing the msconfig to eliminate some programs on start up.   I've run EndItAll2 before attempting to burn.  I've held down the shift key before launching the program.  I've tried launching the version of PE8 that doesn't start at the organizer.  Nothing seems to work.
    Curiously, even after I run EnditAll, when I look at the system processes, many of the programs that are supposed to be closed still seem open.  Not sure if that has something to do with it.
    Also, curiously, my System Information says I have 3.25 GB RAM even though I installed a total of 4.
    I also tried opening my project in PE 4 but can't; I guess I misunderstood that post about backward compatibility.
    In short, after reading many posts here about problems with PE 8, my question is this: should I give up on PE 8 and go back to PE 4 and start this project over?  (And get my money back, of course.)
    Thanks for any advice,
    Susan

    Susan,
    There are usually a few programs, and Processes, that DO continue to run after EndItAll 2 has been used. If you look at the list of programs, and the "lock" icon, plus the little dialog that pops up after you have run it, there will be some programs that have told EndItAll that they ARE necessary, and it will believe them. That is why I recommend manually Exiting from AV, spysweeper and pop-up blocker programs first. By their design, they will resist being closed by any program, as that is a trick of many Trojans, and Malware. They will lie to EndItAll and say that they ARE necessary, and by their design, they are. You need to manually Exit from them first.
    It sounds like you have done your reading well, as you are doing about everything right. Kodebuster is correct on the size of your still images. If they are not resized for video, that WILL likely cause problems. This ARTICLE will give you tips on resizing them in a batch, if necessary.
    Now, one question about your new RAM. Since you bought it from Dell and they know the specs. of your computer, I would assume that it is a perfect match for the 2GB that you already had. This is important. Next, when you did the physical install, did you also go into the BIOS with Setup at boot, and set the new total RAM there? This is important. When the POST (Power On System Test) runs, does it display the 4096 RAM? On some computers, you have to go into the BIOS via Setup and turn on the POST display. I do this first thing, as I want to see all of those numbers, when I boot my machine. Many mfgrs. turn POST display off. It runs, but the user cannot see it and cannot see those numbers. I find them important.
    Thank you for listing most important aspects of your computer, especially that free space on the HDD, and also for listing the steps that you have tried. That really helps. I wish you good luck, and hope that it's just RAM that has not yet been identified in the BIOS, or that the images are too large. Those are very easy fixes.
    Hunt
    PS - as for Project compatibility, you can usually go from an older version to a newer one, but NOT the other way around. Also, there can be situations where 100% of an older version's Project will not function perfectly in the newer version - things like Themes, 3rd party Transitions and the like, can mess things up.

  • NullPointerException trying to run application

    Hi,
    I'm trying to run my project using JSF 1.2 and Facelets on Tomcat 6. When i do that I'm getting this error:
    java.lang.NullPointerException
         at com.sun.faces.lifecycle.ELResolverInitPhaseListener.beforePhase(ELResolverInitPhaseListener.java:100)
         at org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersBefore(LifecycleImpl.java:503)
         at org.apache.myfaces.lifecycle.LifecycleImpl.restoreView(LifecycleImpl.java:100)
         at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:64)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:216)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:634)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:445)
         at java.lang.Thread.run(Unknown Source)
    Can anybody help me with what that error means and how to fix it?
    Thanks,
    Ben

    Thanks for the reply.
    I have the following ones:
    commons-beanutils.jar
    commons-collections.jar
    commons-digester.jar
    commons-el.jar
    commons-logging.jar
    el-ri.jar
    jsf-api.jar
    jsf-facelets.jar
    jsf-impl.jar
    jstl-1.2.jar
    myfaces-api-1.1.3-SNAPSHOT.jar
    myfaces-impl-1.1.3-SNAPSHOT.jar
    The funny thing is, that the app runs fine at home with the same versin of Eclipse/Tomcat but not over here at work. Both are Devel environments running Windows XP. Also tried to run on Tomcat 6 in linux and got same null pointer.
    Any idea which jar it can be?

Maybe you are looking for

  • Need help with output for D5

    Hi, I need some help getting my film in sync to a D5. The film was shot on MiniDV and edited drop frame (29.97). What we did first is output on miniDV and dubbed that to a D5 for color correction. Everything was in sync with the timeline. Then my fri

  • Smartform open in pdf instead of download

    Hi, Is there a way to open a smart form in directly pdf instead of downloading it to a directory using ws_download? Thanks, ~Mark

  • NoSuchMethodError: getScaleFactor error on OS X with 1.7.0_40-b43

    I am having problems with JavaFX applications running on OSX under Java 1.7 u40. Has anyone else seen this error, and have a solution? Exception in thread "main" java.lang.RuntimeException: java.lang.NoSuchMethodError: getScaleFactor   at com.sun.jav

  • Trouble with VRF traffic on ASR9000

    Hi We have a trouble to established  neighbord and pass tables from Cisco 7600 to ASR9000 when configure a vrf between both devices. the configuration on cisco 7600 is: router bgp 2006 bgp router-id 172.16.110.97 bgp log-neighbor-changes bgp graceful

  • Problems while displaying messges on jsp under struts

    hi all, i have split up sing up page into two different pages and they are working fine. i have validated the form elements through struts validation, when there is any problem occured while submitting the form, means in case of invalid input or empt