How can i fetch the city name from database according the state name

If you have any example of Dyamic List box.
How can i fetch the city name from database according the state name when i select the state name in a dynamic list box.
Thanks

When i run the this code it is giving the an exception
org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'com.mypackage.MyBean'.. class com.mypackage.MyBean : java.lang.NullPointerException
     org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:541)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:417)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
     org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
root cause
javax.servlet.ServletException: javax.servlet.jsp.JspException: javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'com.mypackage.MyBean'.. class com.mypackage.MyBean : java.lang.NullPointerException
     org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:846)
     org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
     org.apache.jsp.test_jsp._jspService(test_jsp.java:95)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
     org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
root cause
javax.faces.el.EvaluationException: javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'com.mypackage.MyBean'.. class com.mypackage.MyBean : java.lang.NullPointerException
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:190)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
     com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:406)
     javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1019)
     javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1046)
     javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:761)
     javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:451)
     com.sun.faces.taglib.html_basic.SelectOneMenuTag.doStartTag(SelectOneMenuTag.java:487)
     org.apache.jsp.test_jsp._jspx_meth_h_005fselectOneMenu_005f0(test_jsp.java:259)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGroup_005f0(test_jsp.java:219)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGrid_005f0(test_jsp.java:189)
     org.apache.jsp.test_jsp._jspx_meth_h_005fform_005f0(test_jsp.java:160)
     org.apache.jsp.test_jsp._jspx_meth_f_005fview_005f0(test_jsp.java:127)
     org.apache.jsp.test_jsp._jspService(test_jsp.java:86)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
     org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
root cause
javax.faces.FacesException: javax.faces.FacesException: Can't instantiate class: 'com.mypackage.MyBean'.. class com.mypackage.MyBean : java.lang.NullPointerException
     com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:292)
     com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:97)
     com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:145)
     com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:166)
     com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
     com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:406)
     javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1019)
     javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1046)
     javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:761)
     javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:451)
     com.sun.faces.taglib.html_basic.SelectOneMenuTag.doStartTag(SelectOneMenuTag.java:487)
     org.apache.jsp.test_jsp._jspx_meth_h_005fselectOneMenu_005f0(test_jsp.java:259)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGroup_005f0(test_jsp.java:219)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGrid_005f0(test_jsp.java:189)
     org.apache.jsp.test_jsp._jspx_meth_h_005fform_005f0(test_jsp.java:160)
     org.apache.jsp.test_jsp._jspx_meth_f_005fview_005f0(test_jsp.java:127)
     org.apache.jsp.test_jsp._jspService(test_jsp.java:86)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
     org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
root cause
javax.faces.FacesException: Can't instantiate class: 'com.mypackage.MyBean'.. class com.mypackage.MyBean : java.lang.NullPointerException
     com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:229)
     com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:282)
     com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:97)
     com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:145)
     com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:166)
     com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
     com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:406)
     javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1019)
     javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1046)
     javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:761)
     javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:451)
     com.sun.faces.taglib.html_basic.SelectOneMenuTag.doStartTag(SelectOneMenuTag.java:487)
     org.apache.jsp.test_jsp._jspx_meth_h_005fselectOneMenu_005f0(test_jsp.java:259)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGroup_005f0(test_jsp.java:219)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGrid_005f0(test_jsp.java:189)
     org.apache.jsp.test_jsp._jspx_meth_h_005fform_005f0(test_jsp.java:160)
     org.apache.jsp.test_jsp._jspx_meth_f_005fview_005f0(test_jsp.java:127)
     org.apache.jsp.test_jsp._jspService(test_jsp.java:86)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
     org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
root cause
java.lang.ClassNotFoundException: class com.mypackage.MyBean : java.lang.NullPointerException
     java.beans.Beans.instantiate(Unknown Source)
     java.beans.Beans.instantiate(Unknown Source)
     com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:223)
     com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:282)
     com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:97)
     com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:145)
     com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:166)
     com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
     com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:406)
     javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1019)
     javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1046)
     javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:761)
     javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:451)
     com.sun.faces.taglib.html_basic.SelectOneMenuTag.doStartTag(SelectOneMenuTag.java:487)
     org.apache.jsp.test_jsp._jspx_meth_h_005fselectOneMenu_005f0(test_jsp.java:259)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGroup_005f0(test_jsp.java:219)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGrid_005f0(test_jsp.java:189)
     org.apache.jsp.test_jsp._jspx_meth_h_005fform_005f0(test_jsp.java:160)
     org.apache.jsp.test_jsp._jspx_meth_f_005fview_005f0(test_jsp.java:127)
     org.apache.jsp.test_jsp._jspService(test_jsp.java:86)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
     org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)
root cause
java.lang.NullPointerException
     javax.faces.model.SelectItem.setValue(SelectItem.java:254)
     javax.faces.model.SelectItem.<init>(SelectItem.java:138)
     javax.faces.model.SelectItem.<init>(SelectItem.java:96)
     com.mypackage.MyBean.fillCountryItems(MyBean.java:80)
     com.mypackage.MyBean.<init>(MyBean.java:28)
     sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
     java.lang.reflect.Constructor.newInstance(Unknown Source)
     java.lang.Class.newInstance0(Unknown Source)
     java.lang.Class.newInstance(Unknown Source)
     java.beans.Beans.instantiate(Unknown Source)
     java.beans.Beans.instantiate(Unknown Source)
     com.sun.faces.config.ManagedBeanFactory.newInstance(ManagedBeanFactory.java:223)
     com.sun.faces.application.ApplicationAssociate.createAndMaybeStoreManagedBeans(ApplicationAssociate.java:282)
     com.sun.faces.el.VariableResolverImpl.resolveVariable(VariableResolverImpl.java:97)
     com.sun.faces.el.impl.NamedValue.evaluate(NamedValue.java:145)
     com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:166)
     com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
     com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
     com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:406)
     javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1019)
     javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1046)
     javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:761)
     javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:451)
     com.sun.faces.taglib.html_basic.SelectOneMenuTag.doStartTag(SelectOneMenuTag.java:487)
     org.apache.jsp.test_jsp._jspx_meth_h_005fselectOneMenu_005f0(test_jsp.java:259)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGroup_005f0(test_jsp.java:219)
     org.apache.jsp.test_jsp._jspx_meth_h_005fpanelGrid_005f0(test_jsp.java:189)
     org.apache.jsp.test_jsp._jspx_meth_h_005fform_005f0(test_jsp.java:160)
     org.apache.jsp.test_jsp._jspx_meth_f_005fview_005f0(test_jsp.java:127)
     org.apache.jsp.test_jsp._jspService(test_jsp.java:86)
     org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
     org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
     org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
     javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
     com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
     com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
     org.ajax4jsf.framework.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
     org.ajax4jsf.framework.ajax.AjaxViewHandler.renderView(AjaxViewHandler.java:233)
     com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
     com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
     com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
     javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:127)
     org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter.java:277)

Similar Messages

  • How can i remove my credit card from app store, the none option its not there and i don't Owen  nothing to apple, my last in app purchase was in clash of clans, please help!!! Because of that problem i cant update my apps! Plz help!!!!!

    How can i remove my credit card from app store, the none option its not there and i don't Owen  nothing to apple, my last in app purchase was in clash of clans, please help!!! Because of that problem i cant update my apps! Plz help!!!!!

    You've logged into your account and viewed your purchase history and there aren't any error messages shown (e.g. 'problem with a previous purchase'), and you haven't got any purchases due (e.g. pre-orders and/or subscriptions) : Why can’t I select None when I edit my Apple ID payment information ?

  • How can I order two different calendars from iPhoto in the same order?

    How can I order two different calendars from iPhoto in the same order?

    You cannot - the "Buy Calendar" button is only available, while viewing one calendar. You can order more than one copy of the same calendar on one order, however.

  • Why has apple restricted adobe flash player?  How can one watch things like shows from CBS without the flash player?

    Wy has apple restricted the use of adobe flash player?  How can one watch things like shows from CBS without the flash player?

    This has been discussed a billion times. Please search before posting.
    Read this: http://www.apple.com/hotnews/thoughts-on-flash/
    CBS has apps for watching its shows. Search the AppStore.

  • TS4036 How Can I re-enable my disabled from my Computer(the Ipad doesn't allow me any access to the Ipad)

    How can I re-enable a disabled Ipad from my computer?

    By not allowing enough time to reset, do you mean you have tried a reboot by holding both the power and home buttons until the apple logo appears, ignoring the red slider?  If so, are you able to power down just using the power button?  Does it then restart on its own?
    If you cannot get it to reboot, stay powered down, take it to an Apple store genius bar and have the technicians test it to see what is wrong...that is most likely a hardware issue.

  • How can i send PGP encrypted file from PI to the receiver

    Hi experts,
                        I am unable to send the  PGP encrypted file from PI to the receiver. where the Clients sends the file using PGP encryption,
    But i am trying to send the same with PI. But i am not able to send the same can you please help me out to get the same incorporated using PI 7.1
    and sends to the receiver ( the rceiver would be FTP ).
    Regards,
    Amruth

    hi,
    You can write an adapter module to encypt your payload before sending to Reciever:
    /people/dijesh.tanna/blog/2008/09/15/sap-pi-integrating-macafee-e-business-server-with-sap-pi-70-for-pgp-encryptiondecryption
    http://www.bouncycastle.org/documentation.html
    http://www.cryptix.org/
    http://aedaptive.com/index.php/solutions/pgp-for-sap-netweaver
    http://www.pgpi.org/doc/pgpintro/
    PGP encryption: Do we need to write adapter module?
    If you are getting PGP file from sender and want  to send this file to target without any mapping transformation you can use this blog:
    /people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository
    Thanks.

  • How can I permanently stop Backup Asisstant from running in the background?

    Backup Asisstant plus is constantly running in the background of my phone. It is annoying and I can not even open it up under the "manage accounts" section of my phone. When I do this it just has the blue circle spinning forever and ever never openning up at all. Is there a way to fix this or am I just stuck battling this stupid app day after day. It came with the Verizon phone, but I had this before and customer service was able to stop it from running all the time. Now I get told there is nothing Verizon can do. So how can I stop this app permanently and why is there so much comflicting information coming from Verizon agents and its website? I cant seem to get a solid answer.

    I have a galaxy s3. The backup assistant just freezes my phone. It is always running in the background draining memory from my phone slowing it down. It is beyond annoying since even after a hard reset I can not even access the Backup Assistant + to manually change settings, so I would just like it to stay off. It has not helped me recover much in the way it was advertised.

  • How can I export a finished project from iMovie when the "share" function will not respond?

    Hopefully someone might have an answer for me. I am trying to export a finished project to You Tube. However, when trying to choose the file, it does not show up in the finished project list. I have gone back to iMovie to see if I've made a mistake with finalizing it. It seems to be finalized, but I cannot share it to anything (You Tube, Facebook, iTunes). I click on share and it does not respond. I click on File, scroll down to share, it does nothing. Has anyone else had this problem? How did you reslove it?

    I experienced the same problem as mreingrover. The Share features of iMovie appear to be completely unimplemented.
    I had had MacKeeper installed for a short while on my previous Mac; never on my new MacBook Pro. I could not find any trace of it in Application Support, Launch Daemons, or LaunchAgents, in either my user Library or the root Library. But I figured maybe there was some trace somewhere that had been copied over from the old system, so I deleted iMovie and went to reinstall it from the App Store.
    Now the App Store wants $14.95 for an app that has never worked right, and which is (I think) supposed to be free with my new MacBook Pro Retina.

  • How can I track an Iphone storen from me using the serial number?

    I got my I Phone stolen yesterday and I really need to find it. I registered it with apple when I bought it, but thats about it. My location finder on the phone could be on, or off. help if there is a way of tracking it using the serial number.

    Did you enable the "Find My iPhone" feature?
    If you did, log into MobileMe and use it.
    If you did not, there is no way to track it.
    Apple does not assist users in tracking lost/stolen devices.
    Contact your carrier and report it stolen.  YOU are responsible for all charges on the account until you report it stolen.
    Contact law enforcement and file a report.  If they have the manpower and deem it important enough, they can get a warrant and get information from your carrier to track the device.

  • How can I stop embedded shockwave files from resizing in the exported file.

    -Operating System: Windows XP
    -Office Version: 2007
    -Flash Player version:
    -Xcelsius Version and Patch Level: 2008 (2?)
    I have a problem with embedded shockwave files resizing when they are exported.
    I have built a dashboard which needs a video to loop in the corner.  When I embed this video as a swf file using the image component and linking to the swf in question there is no problem.  I can export the entire as a swf in itself and the video plays in the corner fine.
    However when I need several videos each appearing on different 'pages' within the dashboard the problem arises.  I can set the various shockwave videos behaviour to appear and disappear depending on the page selected.  But, instead of appearing in the size that I have set the embedded video to they have grown.
    So instead of having a neat little video looping in the corner I have a huge video obliterating the rest of the dashboard.
    any help would be gratefully heard.
    Thanks
    Ed

    Halo Mattias,
    i using this function get file file name and directory:
    at selection-screen on value-request for p_file.
      call function 'F4_FILENAME'
        exporting
          program_name  = syst-cprog
          dynpro_number = syst-dynnr
          field_name    = 'P_FILE'
        importing
          file_name     = p_file.
    Rgds,
    Wilibrodus

  • How can I create xml file automatically from database

    Hi,
    Can I create a site map drom database.There is table for storing menu details.Is it possible to create an xml file corresponding to a query.
    How can i configure root menu.xml to incllude this xml file.Please help me..
    Thanks

    Is your question pertaining to an answer regarding JDeveloper, or you just want an XML file? If XML, have you considered looking at the Oracle db XML DB feature set?
    CM.

  • HT1338 How can I start a software update from scratch?  error states that it was corrupted during transfer but when it starts over later, it still give the same error

    Software updates tells me it needs to download and install a new version of itunes.  When this notice first appeared the download started but stopped after about 34 MB and said the download was corrupted.  Later (after many restarts), the notice appears again but the download starts where it left off and immediately gives me the message that it is corrupted.  How do I force the download to start over from scratch?

    Check the version you're being offered, and go to Apple Support Downloads.
    Read the info on the update and decide if you actually need it. (if your OS version is 10.6.4 as shown in your info, I doubt that you will need it at all).
    The latest update I can find for iTunes is here; http://support.apple.com/kb/DL1426

  • HT5517 In multiple Apple TV's installation how can one prevent one iOS device from taking over the connection of another iOS device?

    I am working on a system design where I would like to install 5 Apple TV's so when clients walk in with their iPhones they can connect to the network and be able to stream their audio to facility zone speakers where they will be working. But I am looking to prevent others from taking over that connection. I have never installed multiple Apple TV's in one site but I assume one would name them differently (Apple TV 1 - 5) when setting them up. I am also assuming when I walk in with my iphone and use the airplay I would see all 5 Apple TV's listed. Once I choose Apple TV 1 for instance, I do not want others to walk in and see Apple TV 1 on the list any longer so they do not have the oportunity to select it inadvertantly. Is this doable?

    You can't remove them from the list, but you can set a password for airplay to each Apple TV

  • How can i output a square wave from one of the digital lines of NI 9401

    hello,
    i m very much new to the LABVIEW environment and NI. please help me guys. i am using cDAQ 9172 and NI 9401 which i believe is a digital I/O device. i want a square wave of amplitude 4 to come out of it so that i can use that to control the speed of a DC motor by pulse width modulation technique by varying the duty cycle. how do i output a continuos square wave?
    Thank tou for reading.
    hoping for a reply at the earliest
    Regards
    ashutosh

    The DIO ports on a MIO will not satisfy your needs (unless you move to LV RT).
    They do not support buffered outputs.
    Your update rate (how often you can set the port and clear it) is going to be limited by how fast (a-hem slow) windows will let you iterate,
    and,
    be non-determinstic.
    You could use,
    1) LV RT with the existing board, or
    2) FieldPoint PWM module, or
    3) Arbitrary waveform generators, or
    4) HS DIO board, or
    5) use the analog output of your baord where you que-up a 0 -5V waveform of the proper shape (i.e. make sure that the duty cylce fraction of the update values are high, the rest low).
    This is just to get a PWM signal out.
    Now there is another issue. Determinism. How often do you plan on reading your inputs and making a change to you
    r PWM? If you plan on doing more often that 10/second, write your code to handle windows going out to la-la land when you expect it to be working.
    Can you tell I like LV-RT.
    I hope my ramblings have helped.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How can I get iTunes to refresh its database of the music on my PC?

    This is what I want to do:
    1.Delete a lot of tracks in various folders on my hard drive
    2.Then get iTunes to run through its database and compare to my hard drive and remove any references to tracks it can no longer find.
    How do I do this? I can't find a way of getting iTunes to order the tracks by folder location, nor does there seem to be a refresh method.
    If you want to know why I want to do this:
    I had a bunch of music on my PC when I installed iTunes. So iTunes added all the music it could find to its database but basically without any info, like Artist/Album etc etc.
    Now, I don't mind importing my CD's again so that iTunes can organise it properly with all the info and track order info, but how do I get iTunes to forget about the stuff that was originally imported? Bearing in mind that I don't want to forget about everything, and also there doesn't seem to be a way of ordering the music by location. If there was, I could just ordrer it that way and then select the tracks I want to delete.
    Thanks in advance...
    Generic   Windows 2000  

    After a couple of days, I'm noticing that the repeat(ing) offenders have more than 10 episodes, and seem to keep repeating them every time I sync.
    They only show once in my phone and in the iTunes Podcasts, but through iTunes and looking at what's in my phone is when I see the repeats.
    Even after I've marked a podcast as played, and deleted it from within my phone, as well as telling iTunes to delete the played episodes, it still shows multiples of the played episodes.
    There doesn't seem to be any rhyme or reason to it either. They aren't the newest ones either.

Maybe you are looking for

  • Error when Installing R12 on Windows XP SP3

    Hi I am trying to install EBS R12 on WindXP SP3 and followed all the steps mentioned. I go the following error: Step 2 of 5 RW-50004: Error code received when running external process. Check log file for details. Running Database Install Driver for V

  • Creating Active Directory Accounts for vSphere 5.1 Services

    To set up the management pieces of vSphere, I need to have an account or accounts created in Active Directory.  I need to determine how many to create and what permissions they need. In Single Sign on Server, I need to choose an account that vCenter

  • I just put in a dvd rom disc and I can't get it to read or eject

    Hello I just inserted a dvd rom disc into my imac and I cant get it to eject or to read

  • Better filtering for smart collections - by number of keywords

    There is a nice feature for smart collections that allow filtering keywords by "are empty" and "aren't empty" I would like to filter keywords by X number of keywords. It's great to have a collection that tells me that there are no keywords but if I a

  • Work Flow Software for Code

    Does anyone have any suggestions? I'm looking for a software product that would help regulate programmign work flow. For example: if we have several programmers working on the same application, we want a)everyone to have the same version of the appli