Help me, please. generate error when i run web application

i want you help me. I run web application on local window very well. I deploy web application success on Linux. But it generate error when run it. My web application use : struts framework, hibernate framework, tomcat 4.1, PostgreSQL 7.3 Database.
why error generate when i run web application ?
Thank you very much
WARN 13-09-2006 15:51:41,674 org.apache.commons.beanutils.MethodUtils (MethodUtils.java:583) - Cannot use JVM pre-1.4 access bug workaround die to restrictive security manager.
WARN 13-09-2006 15:53:14,880 net.sf.hibernate.cfg.Environment (Environment.java:529) - could not copy system properties. System properties will be ignored.
WARN 13-09-2006 15:53:16,201 net.sf.hibernate.cfg.SettingsFactory (SettingsFactory.java:107) - Could not obtain connection metadata
org.postgresql.util.PSQLException: Something unusual has occured to cause the driver to fail. Please report this exception.
     at org.postgresql.Driver.connect(Driver.java:209)
     at java.sql.DriverManager.getConnection(DriverManager.java:512)
     at java.sql.DriverManager.getConnection(DriverManager.java:140)
     at net.sf.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:101)
     at net.sf.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
     at net.sf.hibernate.cfg.Configuration.buildSettings(Configuration.java:1160)
     at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:794)
     at com.canhph.vietnamjob.db.HibernateSessionFactory.currentSession(HibernateSessionFactory.java:48)
     at com.canhph.vietnamjob.dao.company.DAOJob.getHotJob(DAOJob.java:122)
     at com.canhph.vietnamjob.bussiness.company.BussinessJob.getHotJob(BussinessJob.java:74)
     at com.canhph.vietnamjob.actions.home.PortalAction.execute(PortalAction.java:230)
     at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
     at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
     at org.apache.catalina.core.ApplicationFilterChain.access$0(Unknown Source)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
     at com.canhph.vietnamjob.common.FilterCharacterEncoding.doFilter(FilterCharacterEncoding.java:53)
     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
     at org.apache.catalina.core.ApplicationFilterChain.access$0(Unknown Source)
     at org.apache.catalina.core.ApplicationFilterChain$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
     at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
     at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
     at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
     at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
     at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
     at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
     at org.apache.catalina.core.StandardContext.invoke(Unknown Source)
     at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
     at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
     at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
     at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
     at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
     at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
     at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
     at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
     at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
     at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
     at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
     at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
     at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
     at java.lang.Thread.run(Thread.java:534)
Caused by: java.security.AccessControlException: access denied (java.net.SocketPermission localhost resolve)
     at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
     at java.security.AccessController.checkPermission(AccessController.java:401)
     at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
     at java.lang.SecurityManager.checkConnect(SecurityManager.java:1023)
     at java.net.InetAddress.getAllByName0(InetAddress.java:1000)
     at java.net.InetAddress.getAllByName0(InetAddress.java:981)
     at java.net.InetAddress.getAllByName(InetAddress.java:975)
     at java.net.InetAddress.getByName(InetAddress.java:889)
     at java.net.InetSocketAddress.<init>(InetSocketAddress.java:114)
     at java.net.Socket.<init>(Socket.java:124)
     at org.postgresql.core.PGStream.<init>(PGStream.java:58)
     at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
     at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
     at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:117)
     at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
     at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
     at org.postgresql.Driver.connect(Driver.java:195)
     ... 54 more
Message was edited by:
balzacvietnam

Sounds like the java version on your Linux machine is not working with the PostgreSQL JDBC driver.
Try updating your JVM on the Linux server.

Similar Messages

  • Urgent help needed:oc4j  server error coming while running  web application

    while running application below error is coming
    2007-05-28 18:05:39.439 NOTIFICATION JMSServer[]: OC4J JMS server recovering transactions (commit 0) (rollback 0) (prepared 0).
    2007-05-28 18:05:39.470 NOTIFICATION JMSServer[]: OC4J JMS server recovering local transactions Queue[jms/Oc4jJmsExceptionQueue].
    2007-05-28 18:05:54.471 ERROR J2EE HTTP-00004 Internal error raised tyring to instantiate web-application: webapp defined in web site OC4J 10g (10.1.3) Default Web Site. Application: datatags does not exist. Error creating Web application: webapp

    Hello,
    The notification messahes (JMS related) are here for information purpose and not related to your application.
    The ERROR J2EE HTTP-00004 is related to your application, is looks like you have a misconfiguration or something bad with your application and the module/application named "datatags".
    Could you please give more information about the application that you are deploying?
    - how do you deploy it?
    - what is the packaging? EAR or WAR, how did you package it? (Jdev or other?)
    - what are the different modules that you are using? (web apps, ejb, ...)
    - can you run the application from JDeveloper if you are using it?
    Regards
    Tugdual Grall

  • Network Error when I run Web Form

    I've got the following message when I run form on web.
    FRM-99999 : A network error occurred, the client will not be
    able to continue.
    Details ...
    Java Exception :
    java.net.SocketException : Socket read failed
    Is there any file missing when I setup my environment.
    Please help me.
    Regards,
    ET
    null

    First of all, thank you for your reply.
    I have already setup the params you mentioned.
    FORMS60_MAPPING = http://MYHOST:XXXX/abc/
    where MYHOST is my host server
    XXXX is the port number of listener
    abc is a virtual path
    FORMS60_OUTPUT = C:\ORANT\WEBTEMP
    which is a valid path.
    Are they correct ?
    Can you tell me what is the purpose of setting the above params ?
    Thank you.
    Regards,
    ET
    Senthil Kumar Balasundaram (guest) wrote:
    : ET (guest) wrote:
    : : I agree with you that it's the problem of form listen.
    : : I start it with the following command line :
    : : ifsrv60.exe -listen port=9000 log=listen.log
    : : I found that the listener log like this :
    : : Not able to allocate memory 9000
    : : I found that the application node log like this :
    : : There was a network failure before the transaction was
    : completed
    : : Is there anyone know how to solve it ? I have try it for a
    few
    : : weeks, many diff. problem hit and I was exhausted for
    : : this "computer game".
    : : Can anyone body help ?
    : : Regards,
    : : ET
    : Hi,
    : If you are using any button having an icon on it and you have
    : not setup the form variable FORMS60_MAPPING and FORMS60_OUTPUT
    : correctly then you will get this Network error frm-99999
    : Try setting up these variables correctly in the Registry of
    the
    : server and try.
    : rgds
    : Senthil.
    null

  • Why do i get this error when i run my application which has one Business comp Frame

    I do have one application and a business component frame.
    I followed all the steps of how to create a workspace a project , application and a business component. But my application when it runs gives the following errors.
    This error is from the following statement in the Constructor of Frame
    Frame(){
    jbInit();
    //the above statement executes well
    sessionInfo.publishSession(executeQueriesNow);
    //the above statement gives the error shown below.
    null
    java.lang.NullPointerException
    void oracle.jbo.server.DBTransactionImpl.initTransaction()
    void oracle.jbo.server.DBTransactionImpl.<init>(java.lang.String, java.lang.String, java.lang.String)
    oracle.jbo.server.DBTransactionImpl oracle.jbo.server.DatabaseTransactionFactory.create(java.lang.String, java.lang.String, java.lang.String)
    void oracle.jbo.server.NullDBTransactionImpl.connect(java.lang.String, java.lang.String, java.lang.String)
    oracle.jbo.ApplicationModule oracle.dacf.dataset.SessionInfo._createAppModule()
    void oracle.dacf.dataset.SessionInfo.connect()
    void oracle.dacf.dataset.SessionInfo.openProducerObject()
    void oracle.dacf.dataset.ProducerObject.open(boolean)
    void oracle.dacf.dataset.SessionInfo.publishSession(boolean)
    void package22.Frame1.<init>()
    void package22.Application1.<init>()
    void package22.Application1.main(java.lang.String[])
    oracle.dacf.dataset.DataSourceOperationException: SessionInfo: Application module creation failed; className: MyProject9
    void oracle.dacf.dataset.ProducerObject.open(boolean)
    void oracle.dacf.dataset.SessionInfo.publishSession(boolean)
    void package22.Frame1.<init>()
    void package22.Application1.<init>()
    void package22.Application1.main(java.lang.String[])
    null

    I solved the problem. The invoked method was not part of the VO, but was part of the AM.

  • An unexpected error when create a web application

    hello,
    I'm trying to create a new web application ( under Deployments in console). I
    just manually create an sub-dir under ".\config\<active-domain>\applications"
    directory, say WebAppDir. Then I went to the console and right-click on the "Web
    Applications" and select "Configure a new Web Application", then I filled out
    the Name, URI, and Path as follows:
    Name: WebAppDir
    URI: WebAppDir
    Path: .\config\<active-domain>\applications
    then click "Create" , I then got the following error message, I don't know why
    and what i did wrong... please let me know what did i do wrong ? I don't have
    any things under the new dir i created, but I thought i would be fine, but it
    didn't.
    Here is the error message:
    An unexpected error was encountered in processing your request.
    Exception
    java.lang.NullPointerException
         at weblogic.management.console.pages._panels._mbean._webappcomponent._jspService(_webappcomponent.java:212)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:208)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1127)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1529)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Current Date
    Wed Jun 06 17:01:25 CDT 2001
    thanks so much...i really appreciate your helps.
    -Kieu

    hello,
    I'm trying to create a new web application ( under Deployments in console). I
    just manually create an sub-dir under ".\config\<active-domain>\applications"
    directory, say WebAppDir. Then I went to the console and right-click on the "Web
    Applications" and select "Configure a new Web Application", then I filled out
    the Name, URI, and Path as follows:
    Name: WebAppDir
    URI: WebAppDir
    Path: .\config\<active-domain>\applications
    then click "Create" , I then got the following error message, I don't know why
    and what i did wrong... please let me know what did i do wrong ? I don't have
    any things under the new dir i created, but I thought i would be fine, but it
    didn't.
    Here is the error message:
    An unexpected error was encountered in processing your request.
    Exception
    java.lang.NullPointerException
         at weblogic.management.console.pages._panels._mbean._webappcomponent._jspService(_webappcomponent.java:212)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
         at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:208)
         at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1127)
         at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1529)
         at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
         at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Current Date
    Wed Jun 06 17:01:25 CDT 2001
    thanks so much...i really appreciate your helps.
    -Kieu

  • A network related or instance specific error when I run VS2005 application

    I am new to programming, I am a system and network engineer so not much understanding in coding. I have an application which has been created in VS2005 .net which has an sql database. The SQL server version is 2000 which is running on Windows 2003 serer.
    This application is running fine on existing Windows XP machines. But I have tried to installed on new Windows XP, 7 and 8 PC's but all the clients getting error "A network related or instance specific error.........error 40 could not open a connection
    to SQL server. I have tried to connect the sql server with an UDL file and I can connect successfully. Also installed VS2005 and able to connect the SQL server successfully but some reason the application cannot connect to the sql server. My exe.config connection
    string as follow (this connection string works fine with the exiting windows XP PC's).
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
      <configSections>
      </configSections>
      <connectionStrings>
        <add name="xxx.MySettings.SQLConString" connectionString="server=10.0.0.23;database=XXX;Persist Security Info=True;User ID=sa;Password=password"
          providerName="System.Data.SqlClient" />
        <add name="xxx.MySettings.OLEConString" connectionString="Provider=SQLOLEDB;server=10.0.0.23;Persist Security Info=True;Password=password;User ID=sa;database=XXX"
          providerName="System.Data.OleDb" />
        <add name="xxx.MySettings.ConnectionString" connectionString="Provider=SQLNCLI.1;server=10.0.0.23;Persist Security Info=True;Password=password;User ID=sa;database=XXX"
          providerName="System.Data.OleDb" />
        <add name="xxx.MySettings.WGCConnectionString" connectionString="server=192.0.0.23;database=XXX;Persist Security Info=True;User ID=sa;Password=password"
          providerName="System.Data.SqlClient" />
      </connectionStrings>
      <appSettings>
        <!--   User application and configured property settings go here.-->
        <!--   Example: <add key="settingName" value="settingValue"/> -->
      </appSettings>
    </configuration>
    We have two sites, IP 10 range is the head office and 192 is a sub office and both sites using same application but different databases.
    Please help!
    Thanks
    Kumar

    Debug 
    'MyApps.exe': Loaded 'C:\MySuite\MySuite\bin\MyApps.exe', No native symbols in symbol file.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ntdll.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mscoree.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\kernel32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shimeng.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\shimeng.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\rpcrt4.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\secur32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v4.0.30319\mscoreei.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shlwapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\gdi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\user32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\imm32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.6195_x-ww_44262b86\msvcr80.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\shell32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.6028_x-ww_61e65202\comctl32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comctl32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Culture.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Culture.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\mscorlib\dae02331a443fb52216ca83292cb2f21\mscorlib.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\mscorlib\2.0.0.0__b77a5c561934e089\mscorlib.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ole32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\uxtheme.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msctf.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\TeamViewer\Version9\tv_w32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\version.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\MyApps.exe', Symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System\4b0455ae94e3cecca4bb3ba8c96828c9\System.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Drawing\424bff3295c6e7539cc6df62b9425bd0\System.Drawing.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Windows.Forms\1cdfe1998ad6794db3237006906c6fa2\System.Windows.Forms.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System\2.0.0.0__b77a5c561934e089\System.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Drawing\2.0.0.0__b03f5f7f11d50a3a\System.Drawing.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorjit.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Microsoft.VisualBas#\aa86b1a0c9a5bd2a973bef106c0461f9\Microsoft.VisualBasic.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Microsoft.VisualBasic\8.0.0.0__b03f5f7f11d50a3a\Microsoft.VisualBasic.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Data\af8afdcab485e00a04b18ed487981f3d\System.Data.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'System.Data.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'System.Data.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ws2_32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ws2help.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\crypt32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msasn1.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Configuration\4b6e70acd99dc22e29b7fc8f9ac340c4\System.Configuration.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Configuration\2.0.0.0__b03f5f7f11d50a3a\System.Configuration.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Xml\7faf645dc46781225cb722edf9e1e738\System.Xml.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\System.Xml\2.0.0.0__b77a5c561934e089\System.Xml.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\apphelp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msctfime.ime', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.6002.23084_x-ww_f3f35550\GdiPlus.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\xpsp2res.dll', Binary was not built with debug information.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\en\MyApps.resources.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.Transactions\7e310942e6e9a5d623e003130ec3d9bd\System.Transactions.ni.dll', No symbols loaded.
    'MyApps.exe': Loaded 'System.Transactions.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'System.Transactions.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.Transactions\2.0.0.0__b77a5c561934e089\System.Transactions.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\sxs.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\clbcatq.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comres.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\oleaut32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\oledb32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msdart.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comdlg32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\oledb32r.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\sqloledb.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\Program Files\Common Files\System\Ole DB\msdatl3.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\netapi32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\comsvcs.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\colbact.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mtxclu.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wsock32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\clusapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\resutils.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\userenv.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dbnetlib.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\security.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msapsspc.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt40.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msapsspc.dll'
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msvcrt40.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\schannel.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\schannel.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\digest.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\digest.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msnsspc.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msvcrt40.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msnsspc.dll'
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\msvcrt40.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\msv1_0.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\cryptdll.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\iphlpapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\ntdsapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dnsapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wldap32.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mswsock.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\hnetcfg.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wshtcpip.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\schannel.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\rsaenh.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\dssenh.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.EnterpriseSe#\78e7a4c3acd1a345c4ef1f73ff48a1dd\System.EnterpriseServices.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'ImageAtBase0x10000000', No symbols loaded.
    'MyApps.exe': Unloaded 'ImageAtBase0x10000000'
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\System.EnterpriseSe#\78e7a4c3acd1a345c4ef1f73ff48a1dd\System.EnterpriseServices.Wrapper.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_32\System.EnterpriseServices\2.0.0.0__b03f5f7f11d50a3a\System.EnterpriseServices.Wrapper.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    'MyApps.exe': Loaded 'ImageAtBase0x11000000', No symbols loaded.
    'MyApps.exe': Unloaded 'ImageAtBase0x11000000'
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorsec.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\wintrust.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\imagehlp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\riched20.dll', No symbols loaded.
    'MyApps.exe': Unloaded 'C:\WINDOWS\system32\riched20.dll'
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\cryptnet.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\psapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\sensapi.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\winhttp.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\MySuite\MySuite\bin\C1.Win.C1TrueDBGrid.2.dll', Binary was not built with debug information.
    'MyApps.exe' (Managed): Loaded 'C:\MySuite\MySuite\bin\C1.Win.C1TrueDBGrid.2.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\diasymreader.dll', No symbols loaded.
    'MyApps.exe': Loaded 'C:\WINDOWS\assembly\NativeImages_v2.0.50727_32\Accessibility\06b454361516e65eca55a743cd93cefc\Accessibility.ni.dll', No symbols loaded.
    'MyApps.exe' (Managed): Loaded 'C:\WINDOWS\assembly\GAC_MSIL\Accessibility\2.0.0.0__b03f5f7f11d50a3a\Accessibility.dll', Skipped loading symbols. Module is optimized and the debugger option 'Just My Code' is enabled.
    *** HR originated: -2147024774
    ***   Source File: d:\iso_whid\x86fre\base\isolation\com\copyout.cpp, line 1302
    *** HR propagated: -2147024774
    ***   Source File: d:\iso_whid\x86fre\base\isolation\com\enumidentityattribute.cpp, line 144
    'MyApps.exe': Loaded 'C:\WINDOWS\system32\mslbui.dll', No symbols loaded.
    The thread 'Win32 Thread' (0xc20) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x9b4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1464) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x6a8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdf4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1110) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xc04) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x1188) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xd9c) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x153c) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x10d8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x914) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0x175c) has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: Managed' has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: Native' has exited with code 0 (0x0).
    The program '[5412] MyApps.exe: T-SQL' has exited with code 0 (0x0).

  • I get this Error: MsiError 87 Unhandled MSI Error. when i run an application installer on my 64bit machine.

    Hi,
    I have LabVIEW 2013 SP1 (32-bit) installed on 64bit machine everything was fine untill i tried to create an installer for my LV application the install build finishes with no error but when i try to test the installer i get the following error:
    My installer includes the NI LabVIEW Run-Time Engine 2013 SP1, and my application excutalbe runs fine with no errors. at this point i have no idea what is causing this error and i couldn't find any asnwer in the forum that can help so any hint will be appreciated.
    Samir F
    Electrical/Software Engineer
    Transtechnik-USA Corp

    Hi muks thanks for the reply
    I already went thru that post before and i already tried the following:
    1. I created a new fresh project and added the files to to it and built the executable and installed from it.
    2. I reinstalled the windows installed as it was suggested here
    3. I also tried editing the project file using Notepad by removing the build informaiton and started fresh with new build.
    none of the obove solved my problem.

  • Hp pavilion dv6 6180 help me for this error when I am using my recovery disk

    hp pavilion dv6 6180 help me for this error when I am using my recovery disk
    The destination drive is not connected

    Hello Mohammadshamlou.  I understand that you're having some issues using your Recovery Disc.  It is giving you the error that the drive is not connected.  Is this correct?  How long have you had the notebook?
    What issue originally led you to want to try a recovery?
    The error seems to imply that it is not detecting the hard drive as this would be the most logical destination drive.  So, I feel the best thing to try first is verify that the hard drive is in proper working order.  Follow these steps and please post the result. 
    Please click the white star under my name to give me Kudos as a way to say "Thanks!"
    Click the "Accept as Solution" button if I resolve your issue.

  • Render Mode GPU generate error when we use window.open()

    Hi,
       Am using AIR 3 beta2 SDK. I set the rendermode descriptor to gpu(<renderMode>gpu</renderMode>) in the application descriptor file. In the application I created a window component which can be opened as a new window within the main application.
    Some lines of code where I load the new window
    var window3DInstance:Window3D=new Window3D();
    window3DInstance.open(true)
    When I run the application and try to open the new window, it generates the following error:
    Error #1508: The value specified for argument renderMode is invalid.
    When we set the rederMode to Auto or cpu, the error disappears and the new window is opened. But I need to render it in gpu mode.
    How we can solve this issue?

    01.  The way that a Monkey Patch is applied depends upon your build/test environment.  You probably use FlashBuilder.  I do not use FlashBuilder, I use FlashDevelop, but the approach is the same, either way.  The principle is that the mxmlc compiler, when it looks to resolve a reference to spark.components.Window, will find two possible resolutions.  Without a Monkey Patch, it would find only one.  Without a Monkey Patch, it would find spark.components.Window only in the airglobal.swc file.  With the Monkey Patch, it will find spark.components.Window because you will add that path to the sources that your project is using.  When the compiler has both a source and a swc entry, it will use the source instead of the swc entry.
    In my build/test environment, the two files are found in my SDK directory:
         G:\FlexSDK\21328
    The swc is at:
        frameworks\libs\air\airgloabal.swc
    The modified source is at:
        frameworks\projects\airspark\src\spark\components\Windows.as
    02.  Wherever your spark.component.Window.as file is located, you should first rename that to Window.org.  Then, you should save the attachment in this email to that location.  To make the modified code visible to your compiler, you will add a sourcepath.  Using my example, the added source path is G:\FlexSDK\21328\frameworks\projects\airspark\src.
    03.  If you open my attachment, you can search for the string 'SSS'.  You will find it only twice -- the patch is trivial.  The first change is to add an additional argument to the constructor for the class.  The second change is to use the value of that argument where Window creates the NativeWindow.  I have set the default value to NativeWindowRenderMode.AUTO, but I do not know if that will work correctly or not.  In my use case, EVERY sub-window is being created by this invocation:
          new Window (new NativeWindowRenderMode.GPU);
    04.  If you read the ASDoc notes for the NativeWindowRenderMode class you will see some rules concerning the requirement of a RenderMode specified in your code having to agree with the RenderMode that is set in the AIR Application Descriptor.  Since my Application Descriptor sets the value of that <RenderMode> parameter to the string 'gpu', I know that my application is obeying the NativeWindowRenderMode class' rules.  What I do not know is how you would create an AIR application in which you had some sub-windows configured for GPU usage and other sub-windows configured for non-GPU usage.  I suspect that under this new architecture, it is not possible to mix and match.  I suspect it is only possible to have one or the other.  Since I must have GPU rendering in at least one of my application's sub-windows, I am setting ALL of them that way even though most of the other sub-windows have no Molehill code running inside them.
    05.  Since Adobe has not published clear documentation concerning these matters, I have no idea whether or not my setting of the default value to NativeWindowRenderMode.AUTO is generally valid.  I have not tested that theory.  If it breaks other applications, then I will simply revert to the un-modified spark.component.Window when working with the broken application(s), and only use the Monkey Patch when working with the important application that requires rendering of Molehill code in a sub-window.

  • HT1338 I keep getting a Networking Error: when i run Software update. i have 10.5.8 and want to upgrade to at least 10.6 or later. i know the network is working perfectly.

    I keep getting a Networking Error: when i run Software update. i have 10.5.8 and want to upgrade to at least 10.6 or later. i know the network is working perfectly.

    Snow Leopard OS 10.6 is not available via Software Update, it is paid upgrade.
    Start by checking if you can run Snow Leopard:
    Requirements for OS X 10.6 'Snow Leopard'
    http://support.apple.com/kb/SP575
    OS 10.6 Snow Leopard is available for $19.99 from the Apple Store:
    http://store.apple.com/us/product/MC573/mac-os-x-106-snow-leopard
    and in the UK:
    http://store.apple.com/uk/product/MC573/mac-os-x-106-snow-leopard
    but nobody knows for how long it will be available.
    When you have installed it, run Software Update to download and install the latest updates for Snow Leopard.
    To use iCloud you have to upgrade at least to Lion, but some functions are only available in Mountain Lion:
    http://support.apple.com/kb/HT4759
    You can also purchase the code to use to download Lion (Lion requires an Intel-based Mac with a Core 2 Duo, i3, i5, i7 or Xeon processor and 2GB of RAM, running the latest version of Snow Leopard), or you can purchase Mountain Lion from the App Store - if you can run that:
    http://www.apple.com/osx/specs/

  • Getting Class not registered error when I run wmi queries

    Getting Class not registered error when I run win32 wmi queries. Eg:

    Specs: 
    Lenovo 3000 N100
    Windows Vista Home Premium
    Genuine Intel (R) CPU T2080 @ 1.73 GHz (2 CPUs)
    1014 MB RAM
    DirectX 10
    Intel(R) GMA 950 

  • Error when first run page using SelectOneChoice objects

    Hi! I had following error, when I run my jspx page:
    <FacesCtrlListBinding><getInputValue> ADFv: Could not find selected item matching value Vitis of type: java.lang.String in the list-of-values.
    When I press refresh button in browser, then I can see in my SelectOneChoice object value "Vitis"
    Any ideas why it is so?
    Best regards!

    Hi,
    The reason could be that the selectItem with the value 'Vitis' may not be available in your selectOneChoice at the time of page load.
    You may try printing all the values bound to selectItems using forEach and see if the list contains the value 'Vitis' or not.
    Sireesha

  • Error when i run any page with any view object

    jdevloper 11.1.2
    version 64
    i create menu from task flow and template  and its ok .
    after create  model from database.
    when i run any page not have any view object its successful and run
    but when i drag any table  object from data control  to the page and run  its show error
    Error 500--Internal Server Error
    oracle.jbo.domain.DataCreationException: JBO-29114 ADFContext is not setup to process messages for this exception. Use the exception stack trace and error code to investigate the root cause of this exception. Root cause error code is JBO-25029 at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:243) at oracle.jbo.server.AttributeDefImpl.initFromXML(AttributeDefImpl.java:3904) at oracle.jbo.server.AttributeDefImpl.loadFromXML(AttributeDefImpl.java:3855) at oracle.jbo.server.EntityDefImpl.loadAttribute(EntityDefImpl.java:4935) at oracle.jbo.server.EntityDefImpl.loadAttributes(EntityDefImpl.java:4899) at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:3808) at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:3422) at oracle.jbo.server.EntityDefImpl.loadFromXML(EntityDefImpl.java:3406) at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:525) at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:1202) at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:585) at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:507) at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:489) at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:753) at oracle.jbo.server.EntityDefImpl.findDefObject(EntityDefImpl.java:644) at oracle.jbo.server.ViewDefImpl.doAddRowReference(ViewDefImpl.java:7076) at oracle.jbo.server.ViewDefImpl.loadEntityReference(ViewDefImpl.java:7357) at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:4003) at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:3773) at oracle.jbo.server.ViewDefImpl.loadFromXML(ViewDefImpl.java:3721) at oracle.jbo.server.MetaObjectManager.loadFromXML(MetaObjectManager.java:529) at oracle.jbo.mom.DefinitionManager.loadLazyDefinitionObject(DefinitionManager.java:1202) at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:585) at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:507) at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:489) at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:753) at oracle.jbo.server.ViewDefImpl.findDefObject(ViewDefImpl.java:739) at oracle.jbo.server.AMViewUsage.createViewObject(AMViewUsage.java:112) at oracle.jbo.server.ApplicationModuleDefImpl.loadViewObject(ApplicationModuleDefImpl.java:655) at oracle.jbo.server.ApplicationModuleDefImpl.loadComponents(ApplicationModuleDefImpl.java:916) at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:489) at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:86) at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:158) at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:73) at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2908) at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:580) at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2468) at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2342) at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:3241) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:571) at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:234) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:504) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:499) at oracle.adf.model.bc4j.DCJboDataControl.initializeApplicationModule(DCJboDataControl.java:517) at oracle.adf.model.bc4j.DCJboDataControl.getApplicationModule(DCJboDataControl.java:867) at oracle.adf.model.binding.DCDataControl.setErrorHandler(DCDataControl.java:486) at oracle.jbo.uicli.binding.JUApplication.setErrorHandler(JUApplication.java:261) at oracle.adf.model.BindingContext.put(BindingContext.java:1318) at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:247) at oracle.adf.model.BindingContext.instantiateDataControl(BindingContext.java:1020) at oracle.adf.model.dcframe.DataControlFrameImpl.doFindDataControl(DataControlFrameImpl.java:1645) at oracle.adf.model.dcframe.DataControlFrameImpl.internalFindDataControl(DataControlFrameImpl.java:1514) at oracle.adf.model.dcframe.DataControlFrameImpl.findDataControl(DataControlFrameImpl.java:1474) at oracle.adf.model.BindingContext.internalFindDataControl(BindingContext.java:1150) at oracle.adf.model.BindingContext.get(BindingContext.java:1103) at oracle.adf.model.binding.DCParameter.evaluateValue(DCParameter.java:82) at oracle.adf.model.binding.DCParameter.getValue(DCParameter.java:111) at oracle.adf.model.binding.DCBindingContainer.getChildByName(DCBindingContainer.java:2748) at oracle.adf.model.binding.DCBindingContainer.internalGet(DCBindingContainer.java:2796) at oracle.adf.model.binding.DCExecutableBinding.get(DCExecutableBinding.java:115) at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:329) at oracle.adf.model.binding.DCBindingContainer.evaluateParameterWithElCheck(DCBindingContainer.java:1478) at oracle.adf.model.binding.DCBindingContainer.findDataControl(DCBindingContainer.java:1608) at oracle.adf.model.binding.DCIteratorBinding.initDataControl(DCIteratorBinding.java:2542) at oracle.adf.model.binding.DCIteratorBinding.getDataControl(DCIteratorBinding.java:2477) at oracle.jbo.uicli.binding.JUCtrlActionBinding.getDataControl(JUCtrlActionBinding.java:583) at oracle.jbo.uicli.binding.JUCtrlActionBinding.isOperationEnabled(JUCtrlActionBinding.java:316) at oracle.jbo.uicli.binding.JUCtrlActionBinding.isActionEnabled(JUCtrlActionBinding.java:296) at oracle.jbo.uicli.binding.JUCtrlActionBinding.getEnabled(JUCtrlActionBinding.java:1824) at oracle.jbo.uicli.binding.JUCtrlActionBinding.internalGet(JUCtrlActionBinding.java:1918) at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.internalGet(FacesCtrlActionBinding.java:367) at oracle.adf.model.binding.DCControlBinding.get(DCControlBinding.java:749) at javax.el.MapELResolver.getValue(MapELResolver.java:164) at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:176) at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:203) at com.sun.el.parser.AstValue.getValue(Unknown Source) at com.sun.el.parser.AstNot.getValue(Unknown Source) at com.sun.el.ValueExpressionImpl.getValue(Unknown Source) at com.sun.faces.facelets.el.TagValueExpression.getValue(TagValueExpression.java:109) at org.apache.myfaces.trinidad.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:73) at oracle.adfinternal.view.faces.renderkit.rich.GoLinkRenderer.getDisabled(GoLinkRenderer.java:585) at oracle.adfinternal.view.faces.renderkit.rich.GoLinkRenderer.isDisabled(GoLinkRenderer.java:760) at oracle.adfinternal.view.faces.renderkit.rich.GoLinkRenderer.handleInaccessibility(GoLinkRenderer.java:663) at oracle.adfinternal.view.faces.renderkit.rich.GoLinkRenderer.encodeAll(GoLinkRenderer.java:146) at oracle.adfinternal.view.faces.renderkit.rich.CommandLinkRenderer.encodeAll(CommandLinkRenderer.java:170) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201) at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer._encodeHorizontalChild(PanelGroupLayoutRenderer.java:525) at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.access$1200(PanelGroupLayoutRenderer.java:30) at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:698) at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer$EncoderCallback.processComponent(PanelGroupLayoutRenderer.java:637) at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:187) at org.apache.myfaces.trinidad.component.UIXComponent.processFlattenedChildren(UIXComponent.java:318) at org.apache.myfaces.trinidad.component.UIXComponent.encodeFlattenedChildren(UIXComponent.java:283) at oracle.adfinternal.view.faces.renderkit.rich.PanelGroupLayoutRenderer.encodeAll(PanelGroupLayoutRenderer.java:360) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201) at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeFacet(DecorativeBoxRenderer.java:440) at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer._encodeCenterPane(DecorativeBoxRenderer.java:704) at oracle.adfinternal.view.faces.renderkit.rich.DecorativeBoxRenderer.encodeAll(DecorativeBoxRenderer.java:380) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:623) at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062) at oracle.adfinternal.view.faces.renderkit.rich.FormRenderer.encodeAll(FormRenderer.java:274) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:606) at oracle.adf.view.rich.render.RichRenderer.encodeChild(RichRenderer.java:3201) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:623) at oracle.adf.view.rich.render.RichRenderer.encodeAllChildrenInContext(RichRenderer.java:3062) at oracle.adfinternal.view.faces.renderkit.rich.DocumentRenderer.encodeAll(DocumentRenderer.java:1277) at oracle.adf.view.rich.render.RichRenderer.encodeAll(RichRenderer.java:1452) at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:493) at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:913) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1659) at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1655) at oracle.adfinternal.view.faces.component.AdfViewRoot.encodeAll(AdfViewRoot.java:91) at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:399) at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.renderView(ViewDeclarationLanguageFactoryImpl.java:350) at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:131) at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:273) at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:165) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:1027) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:334) at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:232) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:313) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:121) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468) at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293) at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199) at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209) at weblogic.work.ExecuteThread.run(ExecuteThread.java:178) Caused by: java.lang.ClassNotFoundException: BigInteger at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297) at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270) at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64) at java.lang.ClassLoader.loadClass(ClassLoader.java:305) at java.lang.ClassLoader.loadClass(ClassLoader.java:246) at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179) at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at oracle.jbo.common.java2.JDK2ClassLoader.loadClassForName(JDK2ClassLoader.java:35) at oracle.jbo.common.JBOClass.forName(JBOClass.java:174) at oracle.jbo.common.JBOClass.findDataClass(JBOClass.java:239) ... 176 more

    Thanks for u replay
    yes it show same error when i run new page without template
    but i close jdevloper and open it again and  page come but   appear others error
    in message popup  in page like this
    ""Messages for this page are listed below.ErrorBigIntegerErrorBigInteger   ""
    And in log  file it appear like this
    - http://localhost:7101/MenuWebApp-ViewController-context-root/faces/TaskStuts
    <ViewHandlerImpl> <_checkTimestamp> Apache Trinidad is running with time-stamp checking enabled. This should not be used in a production environment. See the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION property in WEB-INF/web.xml
    <Utils> <buildFacesMessage> ADF: Adding the following JSF error message: BigInteger
    java.lang.ClassNotFoundException: BigInteger
      at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
      at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)

  • HT1338 Receiving Error when I run Software Update in Mountain Lion.

    I am receiving the following error when I run software update in OS-X Mountain Lion. The operation couldn’t be completed. (NSURLErrorDomain error -1100.)
    Is this a problem with my MBP or is there an issue with the AppStore servers? Is there an alternate way in Mountain Lion to look for updates if the problem is with the AppStore app itself?
    Thank you,

    Apparently a server overload > NSURLErrorDomain error -1100
    Try again later.

  • I get this error when i run diagnostic 4MEM/9/40000000 : 0x7f561d90

    MacBook Pro 13-inch, Mid 2012,
    2.5 GHz Intel Core i5
    16 GB 1600 MHz DDR3
    YOSEMITE 10.10
    My computer started shutting down.  error message stated Your computer restarted because of a problem.  Press any key. 
    I get this error when i run diagnostic 4MEM/9/40000000 : 0x7f561d90 but can't find the error code reference.

    Check to see if your MBP has a kernel panic report.  If so use these instructions and post it:
    http://support.apple.com/en-us/HT2546
    Ciao.

Maybe you are looking for