Make sure Webserver and Appserver are up. java.lang.NullPointerException

I redeployed PIA (websphere version 6.1.0.3) Aix 5.3
Webserver / Apps boot up fine and 3 tier login works perfect.
While trying to login to the Apps (PIA) i get following Error
Please make sure Webserver and Appserver are up.
java.lang.NullPointerException
i also reinstalled PIA for another instance on the same server... that is working fine.
I checked the PIAinstall.log as well .. that also looks fine.
I have increased the Java Heap size but that also dint help..
Can anyone help or adivse on this ...Thanks

Vishal,
Is it the follow of your previous thread ? Re: Issue with PeopleSoft Sign-on url....not able to get the signon page
Wouldn't it be Weblogic11gR1 ?
Did you upgraded your FSCM 8.9 database to Peopletools 8.50 ?
It seems you are not using fixed IP address and /etc/hosts not updated correctly (127.0.0.1 should not be used here).
OS ?
I checked the PSMSGNODEDEFN table and the node PSFT_EP is the default node and not the PT_LOCAL. Can this be the reason or something else? I'm not sure to understand you is wrong there. Why would you want PT_LOCAL ?
Error in service HomepageT, CREF with URL can not be foundAre you using Portal ?
This error is described here : HomepageT, CREF with URL can not be found ID 624799.1+
Nicolas.

Similar Messages

  • HT1692 I have zero contacts in icloud and under "Replace information on this iPhone/iPad/iPod touch" make sure Contacts and Calendars are not selected. There is no box for contacts and calendars, just mail accounts and notes

    my problem started when I tried to install latest operating system for my iphone 4 screen said verifying update for about 20 minutes, I got a text that i needed to reply to, then the whole thing locked up and forced me to restore phone. Icloud doesn't have my contacts(I thought that's what it does), I've tried to sync with my computer many times, the only time it said anything about contacts was "Can't sync contacts because they're disabled on Iphone). When I sync, I get old text messages, old photos, old voice memos, but no contacts.

    Good evening from the Phils :)
    That didn't work. I turned off the icloud for contacts already, so even the 5 network numbers are not on my phone anymore, which is okay. I tried the sync / replace info contacts on phone from itunes, no contacts still. At least, there were no other stuff lost. I might try the restore from backup next time.. But still hiping for something which would not involve doing the restore or any tools. Thanks! :)

  • Java.lang.nullpointerexception in Guided Procedure

    Hello Guru's,
    We have integrated a WD4J application in Guided Procedure.
    And within this application there is a Submit Button, on clicking it we are getting Java.lang.NullPointerException.
    The same application works fine for other users, only 1 user is having this issue.
    And I tried replicating the same in our Development system and it works fine.
    This issue occurs only in Production.
    Full Message Text
    Exception occured during processing of Web Dynpro application sap.com/cafeugpuiinst/AInstantiation. The causing exception is nested.
    [EXCEPTION]
    java.lang.NullPointerException
    at com.sfwmd.Contract.newcontract(Contract.java:798)
    at com.sfwmd.wdp.InternalContract.newcontract(InternalContract.java:814)
    at com.sfwmd.ContractView.onActionComplete(ContractView.java:5075)
    at com.sfwmd.wdp.InternalContractView.wdInvokeEventHandler(InternalContractView.java:1142)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:333)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Full Message Text
    application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error. The error is: java.lang.NullPointerException
    at com.sfwmd.Contract.newcontract(Contract.java:798)
    at com.sfwmd.wdp.InternalContract.newcontract(InternalContract.java:814)
    at com.sfwmd.ContractView.onActionComplete(ContractView.java:5075)
    at com.sfwmd.wdp.InternalContractView.wdInvokeEventHandler(InternalContractView.java:1142)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:333)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:741)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:694)
    at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:253)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
    at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
    at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
    at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
    at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
    at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
    at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Full Message Text
    application [webdynpro/dispatcher] Processing HTTP request to servlet [dispatcher] finished with error.
    The error is: java.lang.NullPointerException: null
    Exception id: [0003BAC3E095007900000C830000620E0004B61AE95D50D6]
    Please assist in resolving this issue.
    Thanks & Regards,
    Pramod

    Hi Maksim,
    Thanks for the reply. you are right NPE is at 798 line but this issue is only with one user, for others it works fine. That is my issue.
    Here is the code at 798 :
    wdThis.wdFireEventCallContractView(wdContext.currentNewOutputElement().getW_Zzconnum(),flag);
    public INewOutputElement(InternalContract delegate, com.sap.tc.webdynpro.progmodel.gci.IGCINodeInfo info, Object modelInstance) {
          super(info, modelInstance);
          this.gen_modelInstance = (com.s.insertmodel.Z_Bapi_Insert_Contract_Data_Output) modelInstance;
          gen_delegate = delegate;
    Can you look at this code and tell me what is wrong?
    Thanks & Regards,
    Pramod

  • Java.lang.NullPointerException in Parser

    Hi,
    I appreciate any idea that can help me.
    I'm processing a sql sentence that can retrive 10.000 rows with XSU.
    I generate xml files with 1000 rows from the resultset and then I transform this xmls into xml files based of Onix Standard.
    I've nullpointer exception in random way, but I supose that there is a problem when the xml files are transformed.
    There are any limitation for user parser and tranformer. I supose that there is a memory problem with this because the class consume a lot of CPU memory.
    Thank in advance.

    Thank every body.
    I increase -mx stack to 200 but the NullPointerexception followed showed in my screen.
    In that moment I'm running the java program with jdk1.2.2, because Jdeveloper look like very hard.
    Some of random exception are here:
    Java.lang.NullPointerException
    void java.io.OutputStreamWriter.write(char[], int, int)
    void oracle.xml.parser.v2.XMLOutputStream.flush()
    void oracle.xml.parser.v2.XMLPrintDriver.printElement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLPrintDriver.printElement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLPrintDriver.printElement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLDocument.print(oracle.xml.parser.v2.PrintDriver)
    void oracle.xml.parser.v2.XMLDocument.print(java.io.OutputStream)
    void onix.IsbnXmlProcessor.main(java.lang.String[])
    Exception in thread main
    Se genero la excepcion al instanciar un Stylesheet
    java.lang.NullPointerException
    java.lang.String java.lang.String.intern()
    java.lang.String oracle.xml.parser.v2.XSLParseString.getQname()
    int oracle.xml.parser.v2.XSLParseString.nextToken()
    oracle.xml.parser.v2.XSLExprBase oracle.xml.parser.v2.XSLNodeSetExpr.parse(oracle.xml.parser.v2.XSLParseString, boolean, boolean)
    oracle.xml.parser.v2.XSLPatternInt oracle.xml.parser.v2.XSLExprBase.createPattern(java.lang.String, oracle.xml.parser.v2.NSResolver)
    void oracle.xml.parser.v2.XSLTemplate.<init>(oracle.xml.parser.v2.XMLElement, oracle.xml.parser.v2.XSLStylesheet, int, int)
    void oracle.xml.parser.v2.XSLStylesheet.updateStylesheet(oracle.xml.parser.v2.XMLDocument, int)
    void oracle.xml.parser.v2.XSLStylesheet.initStylesheet(oracle.xml.parser.v2.XMLDocument, java.net.URL)
    void oracle.xml.parser.v2.XSLStylesheet.<init>(oracle.xml.parser.v2.XMLDocument, java.net.URL)
    void onix.XMLToFile.transform(oracle.xml.parser.v2.XMLDocument, java.lang.String, java.lang.String)
    void onix.IsbnXmlGenerator.main(java.lang.String[])
    Se genero la excepcion al procesarse el xsl
    java.lang.NullPointerException
    void oracle.xml.parser.v2.XSLProcessor.processXSL(oracle.xml.parser.v2.XSLStylesheet, oracle.xml.parser.v2.XMLDocument, java.io.OutputStream)
    void onix.XMLToFile.transform(oracle.xml.parser.v2.XMLDocument, java.lang.String, java.lang.String)
    void onix.IsbnXmlGenerator.main(java.lang.String[])
    Se genero onix_2000.xml
    java.lang.NullPointerException
    void java.lang.Runtime.gc()
    void java.lang.System.gc()
    void onix.IsbnXmlGenerator.main(java.lang.String[])
    Exception in thread main
    java.lang.NullPointerException
    java.lang.String java.lang.StringBuffer.toString()
    void oracle.xml.parser.v2.XMLPrintDriver.printEndTag(oracle.xml.parser.v2.XMLElement, boolean)
    void oracle.xml.parser.v2.XMLPrintDriver.printElement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLPrintDriver.printElement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLPrintDriver.printElement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLDocument.print(oracle.xml.parser.v2.PrintDriver)
    void oracle.xml.parser.v2.XMLDocument.print(java.io.OutputStream)
    void onix.IsbnXmlGenerator.setGenerator(java.lang.String)
    void onix.IsbnXmlGenerator.<init>(java.lang.String)
    void onix.IsbnXmlProcessor.main(java.lang.String[])
    java.lang.NullPointerException
    void oracle.xml.parser.v2.XMLPrintDriver.printEndTag(oracle.xml.parser.v2.XMLElement, boolean)
    void oracle.xml.parser.v2.XMLPrintDriver.printEl ement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLPrintDriver.printElement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLPrintDriver.printElement(oracle.xml.parser.v2.XMLElement)
    void oracle.xml.parser.v2.XMLPrintDriver.printChildNodes(oracle.xml.parser.v2.XMLNode)
    void oracle.xml.parser.v2.XMLDocument.print(oracle.xml.parser.v2.PrintDriver)
    void oracle.xml.parser.v2.XMLDocument.print(java.io.OutputStream)
    void onix.IsbnXmlGenerator.setGenerator(java.lang.String)
    void onix.IsbnXmlGenerator.<init>(java.lang.String)
    void onix.IsbnXmlProcessor.main(java.lang.String[])
    Somebody Know how can I use OracleXMLQuery getSAX method....I appreciate an examples.
    null

  • Urgent :-Need Help in DOtnet Dll integration with CFM 8. for error "java.lang.NullPointerException"

    Hi Everyone,
    I am trying to intergrate Dotnet DLL with coldfusion. The basic perpose of this DLL is putting value in cache.
    My code is working fine on my local machine but it giving me problem on live server.
    It is throwing "java.lang.NullPointerException" error.
    Description of task:-
    DLL:-
    made in : Dotnet 3.0
    Functions:-
    setCache:- setting a string into cache.
    getCache:- getting value from cache.
    ClearCache:- Clearing all value from Cache.
    Local Machine:-
    OS: window server 2003
    Coldfusion version :MX8
    coldfusion Product level:-Developer
    Result:-Task is working fine.No error what so ever.
    Live server:-
    OS: window server 2003
    Coldfusion version :MX8
    coldfusion Product level:-Standred
    Result:-Task is throwing error "java.lang.NullPointerException"

    Thanks for your response, but surely if the .NET Services was not running how can CF instantiate and dump the object with all the correct methods?
    Anyway for some strange reason there is no Coldfusion .NET service in my services control panel even though I am running CF8. I have since downloaded the .NET service installer, run it and done a restart but I can still see no such service and the error continues?
    I am running CF8 Dev on IIS 6 – Window XP pro and here is debug
    java.lang.NullPointerException
                   at com.jnbridge.jnbcore.clientTransports.d$b.close(Unknown Source)
                   at java.net.Socket.<init>(Socket.java:368)
                   at java.net.Socket.<init>(Socket.java:209)
                   at com.jnbridge.jnbcore.clientTransports.d$b.<init>(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.d.if(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.c.a(Unknown Source)
                   at com.jnbridge.jnbcore.clientTransports.f.a(Unknown Source)
                   at com.jnbridge.jnbcore.DotNetSideProxy.int(Unknown Source)
                   at com.jnbridge.jnbcore.DotNetSideProxy.getObjectStaticProperty(Unknown Source)
                   at System.Environment.Get_CurrentDirectory()
                   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                   at java.lang.reflect.Method.invoke(Method.java:597)
                   at coldfusion.runtime.java.JavaProxy.invoke(JavaProxy.java:87)
                   at coldfusion.runtime.dotnet.DotNetProxy.invoke(DotNetProxy.java:38)
                   at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:2272)
                   at cftestDotNet2ecfm215937280.runPage(C:\Inetpub\wwwroot\his_clothing\testDotNet.cfm:20)
                   at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196)
                   at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370)
                   at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
                   at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:273)
                   at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
                   at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
                   at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
                   at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
                   at coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:74)
                   at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
                   at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
                   at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
                   at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
                   at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
                   at coldfusion.CfmServlet.service(CfmServlet.java:175)
                   at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
                   at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
                   at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
                   at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
                   at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
                   at jrun.servlet.FilterChain.service(FilterChain.java:101)
                   at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
                   at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
                   at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
                   at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
                   at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
                   at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
                   at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
                   at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
                   at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

  • Jdev11g: java.lang.NullPointerException

    Hi Jdev Team,
    Using Jdeveloper 11.1.1.2.0. Some times(now frequently :() when working in Jdev, I am getting following error, and then the dialoge box appears saying "Save and Exit or Continue".
    java.lang.NullPointerException
         at oracle.jdevimpl.webapp.jsp.el.JspVariableProvider.getProperties(JspVariableProvider.java:209)
         at oracle.jdeveloper.el.VariableProvider.propertyExists(VariableProvider.java:192)
         at oracle.jdevimpl.webapp.jsp.el.JspVariableProvider.propertyExists(JspVariableProvider.java:556)
         at oracle.jdeveloper.el.ELManager.propertyExists(ELManager.java:280)
         at oracle.jdeveloper.webapp.xdf.AbstractELReferenceFactory.addUnknownReferences(AbstractELReferenceFactory.java:187)
         at oracle.jdeveloper.webapp.xdf.AbstractELReferenceFactory.getReferences(AbstractELReferenceFactory.java:131)
         at oracle.bali.xml.model.dependency.DependencyUtils.getReferences(DependencyUtils.java:227)
         at oracle.bali.xml.gui.jdev.audit.XdfAnalyzer._reportUnusedReferences(XdfAnalyzer.java:137)
         at oracle.bali.xml.gui.jdev.audit.XdfAnalyzer.enter(XdfAnalyzer.java:89)
         at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.jdevimpl.audit.core.ProfileBinding$Invoker.invoke(ProfileBinding.java:312)
         at oracle.jdevimpl.audit.core.ProfileBinding$Invoker.enter(ProfileBinding.java:283)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1348)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1005)
         at oracle.ide.status.StatusMonitor$StatusTask.run(StatusMonitor.java:667)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Mar 18, 2010 5:04:13 PM null
    SEVERE: unexpected exception in oracle.jdevimpl.webapp.jsp.el.JspVariableProvider, oracle.ide.Context[{Context.WORKSPACE=Learning.jws, Context.NODE=GridView.jsff, Context.PROJECT=ViewController.jpr, Context.SELECTION=[Loracle.ide.model.Element;@1c7088a}]
    java.lang.NullPointerException
         at oracle.jdevimpl.webapp.jsp.el.JspVariableProvider.getProperties(JspVariableProvider.java:209)
         at oracle.jdeveloper.el.VariableProvider.propertyExists(VariableProvider.java:192)
         at oracle.jdevimpl.webapp.jsp.el.JspVariableProvider.propertyExists(JspVariableProvider.java:556)
         at oracle.jdeveloper.el.ELManager.propertyExists(ELManager.java:280)
         at oracle.jdeveloper.webapp.xdf.AbstractELReferenceFactory.addUnknownReferences(AbstractELReferenceFactory.java:187)
         at oracle.jdeveloper.webapp.xdf.AbstractELReferenceFactory.getReferences(AbstractELReferenceFactory.java:131)
         at oracle.bali.xml.model.dependency.DependencyUtils.getReferences(DependencyUtils.java:227)
         at oracle.bali.xml.gui.jdev.audit.XdfAnalyzer._reportUnusedReferences(XdfAnalyzer.java:137)
         at oracle.bali.xml.gui.jdev.audit.XdfAnalyzer.enter(XdfAnalyzer.java:89)
         at sun.reflect.GeneratedMethodAccessor98.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.jdevimpl.audit.core.ProfileBinding$Invoker.invoke(ProfileBinding.java:312)
         at oracle.jdevimpl.audit.core.ProfileBinding$Invoker.enter(ProfileBinding.java:283)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1348)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1367)
         at oracle.jdevimpl.audit.core.DefaultAuditor.audit(DefaultAuditor.java:1005)
         at oracle.ide.status.StatusMonitor$StatusTask.run(StatusMonitor.java:667)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Vikram

    >
    SEVERE: unexpected exception in oracle.jdevimpl.webapp.jsp.el.JspVariableProvider, oracle.ide.Context[{Context.WORKSPACE=Learning.jws, Context.NODE=GridView.jsff, Context.PROJECT=ViewController.jpr, Context.SELECTION=[Loracle.ide.model.Element;@1c7088a}]
    >
    looks like your GridView.jsff causes trouble. You can either select continue in the dialog and check the 'don't show again' checkbox or try to dig deeper in the GridView.jsff fragment to find out what exactly causes it.
    Timo

  • Make sure your network settings are correct and your network connection is active, or try again later; Have been trying to fix for ages.

    Hi Everyone, been struggling all day to restore my settings on my ipod, as my little brother has put a restriction password in place and made me not able to get into Safari, iTunes, Camera which I really need. I have tried everything, resetting my proxy settings, turning off the firewall, changing my network location, ran diagnostics. Everything seems fine on that, I post below my results. I also tried restoring from the device, but with the restrictions code in place I can not do so. And everytime I am dowloading the software update before the restore it comes up with 'Make sure your network settings are correct and your network connection is active, or try again later'. I have been using google for ages and am not sure what I have missed.
    I am using Windows 7 with an Acer Notebook.
    DIAGNOSTICS:
    Microsoft Windows 7 Enterprise Edition Service Pack 1 (Build 7601)
    Acer Aspire One 753
    iTunes 11.0.2.26
    QuickTime 7.7.3
    FairPlay 2.3.31
    Apple Application Support 2.3.3
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.1.0.13
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 00BCBEE0093E4EF0
    Current user is not an administrator.
    The current local date and time is 2013-04-05 19:32:36.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics
    **** External Plug-ins Information ****
    No external plug-ins installed.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:     {E1CB97AA-CDFF-4C43-8F63-658D7E70A39F}
    Description:     Intel(R) Centrino(R) Advanced-N 6205
    IP Address:     172.16.42.14
    Subnet Mask:     255.255.255.0
    Default Gateway:     172.16.42.1
    DHCP Enabled:     Yes
    DHCP Server:     172.16.42.1
    Lease Obtained:     Fri Apr 05 19:01:59 2013
    Lease Expires:     Fri Apr 05 20:01:59 2013
    DNS Servers:     172.16.42.1
    Adapter Name:     {44D6CC7B-1F1E-4F26-BBB8-18F98A868E2B}
    Description:     Atheros AR8151 PCI-E Gigabit Ethernet Controller (NDIS 6.20)
    IP Address:     0.0.0.0
    Subnet Mask:     0.0.0.0
    Default Gateway:     0.0.0.0
    DHCP Enabled:     Yes
    DHCP Server:
    Lease Obtained:     Thu Jan 01 11:00:00 1970
    Lease Expires:     Thu Jan 01 11:00:00 1970
    DNS Servers:
    Active Connection:     LAN Connection
    Connected:     Yes
    Online:          Yes
    Using Modem:     No
    Using LAN:     Yes
    Using Proxy:     No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2013-02-14 17:34:33.
    **** Device Connectivity Tests ****
    iPodService 11.0.2.26 is currently running.
    iTunesHelper 11.0.2.26 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B34.  Device is working properly.
    Intel(R) 5 Series/3400 Series Chipset Family USB Enhanced Host Controller - 3B3C.  Device is working properly.
    No FireWire (IEEE 1394) Host Controller found.
    Connected Device Information:
    Daniel Pugh's Ipod, iPod touch (4th generation) running firmware version 6.1.3
    Serial Number:     C3XDN3C5DCP7
    Most Recent Devices Not Currently Connected:
    iPhone 4S running firmware version 5.0.1
    Serial Number:     C38GKQWZDT9Y
    **** Device Sync Tests ****
    Sync tests completed successfully.
    Kindest Regards
    Daniel (Puggy858)

    Hi Diesel vdub,
    Did that and I tried again, download stops halfway through and comes up with same message I have already quoted. Wifi Signal is 5/5, network is working, just not letting me download via iTunes.

  • Error message when accessing iTunes Store: "iTunes could not connect to the iTunes Store. The network connection timed out.   Make sure your network settings are correct and your network connection is active, then try again." Internet's fine! Please help!

    Everytime I try to access the itTunes Store, this is the message I receive:
    iTunes could not connect to the iTunes Store. The network connection timed out.
    Make sure your network settings are correct and your network connection is active, then try again.
    The internet connection is fine. I don't know how to fix this problem, and in the meantime I cannot connect at all to buy songs. Thanks for your help.

    I feel you pain i'm haveing the same problems here.
    iTunes could not connect to the iTunes Store. The
    network connection timed out.
    Make sure your network settings are correct and your network
    connection is active, then try again.
    does anyone plz have some insight for us.

  • IPod Touch 4gen disabled "The iPod Software update server could not be contacted" Make sure your network settings are correct and your network connection is active or try again later.  Please help!

    My daughter forgot her passcode.  Her iPod Touch 4gen is disabled.  I've tried everything I've read online.  I get to the "Restore" part on iTunes and then I get the message, "The iPod Software update server could not be contacted.  Make sure your network connections are correct and your network connection is active or try again later."  How can this be so hard to do?  Why isn't there a simpler solution.  I live 2 hours from the nearest Apple store.  Any advice you may offer would be very much appreciated.

    Update Server
    Try:
    - Powering off and then back on your router.
    - iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server
    - Change the DNS to either Google's or Open DNS servers
    Public DNS — Google Developers
    OpenDNS IP Addresses
    - Try on another computer/network
    - Wait if it is an Apple problem

  • Have CS 5 Installed on my iMac and works ok. But installed on my new MacBook Pro it won't open NEF files from my Nikon D810. Displays NEF icons, but when I try and open them the response is: Make sure latest RAW updates are installed. If problem persists

    Have CS 5 Installed on my iMac and works ok. But installed on my new MacBook Pro it won't open NEF files from my Nikon D810. Displays NEF icons, but when I try and open them the response is: Make sure latest RAW updates are installed. If problem persists follow link: http://www.adobe.com/go/kb407111. Have installed Bridge 5.0.2.4; Raw Ref Version 7.0.0.308; DNG converter_8_7_1.dmg; Bridge 5.0.2 Update 2. Also same problem with Lightroom which I don't normally use. Lightroom_3_LS11_mac_3_6.dmg installed.

    In the link you posted it states that the Nikon 810 requires ACR 8.6 or newer.
    Version of ACR are specific to versions of Photoshop. You cannot use 8.6 nor even 7.0.in CS5.
    I believe that ACR 6.7 is the latest that will work with CS5, so make sure you have this installed and get rid of ACR 7.
    Having 2 versions of ACR will cause problems.
    You have already downloaded DNG Converter 8.7.1.
    Have you double clicked the DMG file to allow you to install DNG Converter on your computer?
    Be aware that DNG converter is a stand-along application and not a plug-in.
    You need to open DNG converter at select the FOLDER that contain your .NEF files.
    Don't open the folder and try to select individual files, it doesn't work that way.
    After converting your D810 files to DNGs you can then open the DNGs in CS5
    The problem is your camera didn't exist when CS5 & its version of ACR was developed.
    i don't use Lightroom, but the list mentions Lightroom 5.6 as needed to open D819 so your 3.6 version of LR won't cut it.

  • I need to download all of my photos from my iPhone 4S and my iPad 2 to my MacBook Air. I want to make sure all my photos are not lost and that they do not return to the original devices because of the cloud. Can someone please help ?

    I need to download all of my photos from my iPhone 4S and my iPad 2 to my MacBook Air because there is no more storage space available. I want to make sure all my photos are not lost and that they do not return to the original devices because of the cloud. Can someone please help ?

    Connect your devices to the computer with the USB cable (one device at a time) and import the photos via iPhoto or Image Capture.
    If you have not changed any default settings on your computer, iPhoto will automatically launch when you plug in the device. Then follow the import prompts.

  • HT1768 itunes could not connect to itunes store.  The network connection timed out.  Make sure your network settings are correct and your network connection is active, then try again.

    I keep getting this error message when I try to log into Itunes, has anyone else seen this error?  If so how did you fix it?
    Itunes could not connect to itunes store.  The network connection timed out.  Make sure your network settings are correct and your network connection is active, and try again. 

    Have you disabled any firewall and security/antivirus programs?  This seems to have helped the vast majority of people who have posted the same problem in this forum.

  • When i try to open my itues it says "iTunes could not connect to the iTunes store. The Network connection timed out. Make sure your network settings are correct and your network connection is active, and try again"

    when i try to open my itues it says "iTunes could not connect to the iTunes store. The Network connection timed out. Make sure your network settings are correct and your network connection is active, and try again"

    I am having similar issues except that the store starts to load, then stops, then I only get iTunes Store in gray letters on a white screen. I can access playlist and the other stuff. Like flamesgirl, I contacted them and they just keep sending me links of stuff to try which I had already seen on the Apple website and nothing works. I posted the question on another forum I belong to and one responder said her husband was in an Apple store and asked about this problem as he was having the same issue. They said an update would be coming out soon as they were aware of the problem. Who knows.

  • What do I do when it says "make sure your network settings are correct and your network connection is active" when I am trying to update or restore my ipod?

    What do I do when it says "make sure your network settings are correct and your network connection is active" when I am trying to update or restore my ipod?

    Are yo getting a network timeout error?
    Disabling the computer's antivirus and firewall during the download and update usually resolves the timeout error.

  • Release notes for 2.16 states that there was a fix for alerts not being modal. We are using 3.0.6 and are experiencing the same issue; was there a regression to the modal fix. What version needs to be used to make sure that alert messages are modal?

    Release notes for 2.16 states that there was a fix for alerts not being modal. We are using 3.0.6 and are experiencing the same issue; was there a regression to the modal fix. What version needs to be used to make sure that alert messages are modal?

    We are trying to determine why alert boxes are not modal
    The fix states it's for Firefox 2.0 - 3.7a1pre
    We are using 3.0.6 not the current version of 3.6.13.
    Add-on release notes 2.16.1
    https://addons.mozilla.org/en-US/firefox/addon/foxyproxy-standard/versions/
    Repeating 2.16 release notes since 2.16 was not made available for more than a couple of hours
    Fixed bug whereby some alert boxes weren't properly parented/owned. This led to some alerts not being properly modal
    with respect to the window/dialog that issued the alert.

Maybe you are looking for

  • Pension issue

    Hi, In Payroll GB, where we can set the limit for pension contribution? Any idea? Sukhram

  • Connecting my Touch via the USB cable

    I am connecting the Touch to my car via the usb cable as it has a built in ipod app. The car recognises the Touch and I can access all the menus and songs, select what I want to play and play the song, all from the car controls. The only problem is t

  • Installed all new printer cartridges but prints blank pages

    I installed brand new official HP ink cartridges today. I aligned the cartidges, cleaned the printer head, etc and it just prints a blank page?

  • Please fix the metadata consistency warning..

    Hello Gurus, I have come across the scenario where i have to add the Dummy Fact and dummy column for data densification between Fact and Dimension to see all possible result on answer set. so I have created the Dummy Fact with Dummy column and done t

  • Acrobat X doesn't recognize network printer

    Trying to get Acrobat 10 Pro to recognize my new printer that I've connected to on my home network. Works just fine on my desktop, but it won't recognize the printer in Acrobat on my laptop. Laptop prints to new printer fine from other programs. Acro