Webserver errors on startup with AM sdk and UWC

Installed JES3 (2005Q1) messaging mmp and mesg express proxy, cal server, web server, AM sdk and Comms express (uwc) onto a machine.
for some reason everytime we start the webserver we get "Message:Service does not exist" com.sun.identity.sm.ServiceManager.getVersions(ServiceManager.java:413)
We have been through the docs and configured all the components several times - and we can't spot what we have screwed up (we did SDK+config web container). Any one got any ideas? Support have been looking at it for a couple of days as well and haven't got anywhere :-(
It seems to be uwc causing the crash but it looks to be access manager related hence why I'm asking here.
Thanks,
Darren
full log from startup of webserver
[23/Jun/2005:17:11:43] info (25481): CORE1116: Sun ONE Web Server 6.1SP4 B12/16/2004 11:42
[23/Jun/2005:17:11:43] info (25483): CORE3016: daemon is running as super-user
[23/Jun/2005:17:11:43] info (25483): CORE5076: Using [Java HotSpot(TM) Server VM, Version 1.5.0_01] from [Sun Microsystems Inc.]
[23/Jun/2005:17:11:46] info (25483): WEB0100: Loading web module in virtual server [https-msgproxyexb.kent.ac.uk] at [uwc]
[23/Jun/2005:17:11:46] info (25483): WEB0110: Ignoring invalid property [allowLinking] = [true]
[23/Jun/2005:17:11:46] info (25483): WEB0100: Loading web module in virtual server [https-msgproxyexb.kent.ac.uk] at [search]
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: Message:Service does not exist
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceManager.getVersions(ServiceManager.java:413)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceManager.checkServiceNameAndVersion(ServiceManager.java:443)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceSchemaManagerImpl.<init>(ServiceSchemaManagerImpl.java:97)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceSchemaManagerImpl.getInstance(ServiceSchemaManagerImpl.java:458)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceConfigManagerImpl.<init>(ServiceConfigManagerImpl.java:102)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceConfigManagerImpl.getInstance(ServiceConfigManagerImpl.java:405)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceConfigManager.<init>(ServiceConfigManager.java:121)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ums.ConfigManagerUMS.<init>(ConfigManagerUMS.java:992)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ums.ConfigManagerUMS.getConfigManager(ConfigManagerUMS.java:121)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ums.TemplateManager.<init>(TemplateManager.java:133)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ums.TemplateManager.getTemplateManager(TemplateManager.java:151)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.am.sdk.ldap.DirectoryManager.getSearchFilterFromTemplate(DirectoryManager.java:3458)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.am.sdk.AMSearchFilterManager.getSearchFilter(AMSearchFilterManager.java:125)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.am.sdk.AMStoreConnection.getOrganizationDN(AMStoreConnection.java:593)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCDomainManager.loadDomainFromIS(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCDomainManager.loadDomain(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCConfigManager.loadDefaultDomainProperties(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCConfigManager.init(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.UWCServletBase.init(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: Message:Service does not exist
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceManager.getVersions(ServiceManager.java:413)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceManager.checkServiceNameAndVersion(ServiceManager.java:443)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceSchemaManagerImpl.<init>(ServiceSchemaManagerImpl.java:97)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceSchemaManagerImpl.getInstance(ServiceSchemaManagerImpl.java:458)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceConfigManagerImpl.<init>(ServiceConfigManagerImpl.java:102)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceConfigManagerImpl.getInstance(ServiceConfigManagerImpl.java:405)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.identity.sm.ServiceConfigManager.<init>(ServiceConfigManager.java:121)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ums.ConfigManagerUMS.<init>(ConfigManagerUMS.java:992)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ums.ConfigManagerUMS.getConfigManager(ConfigManagerUMS.java:121)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ums.TemplateManager.<init>(TemplateManager.java:133)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ums.TemplateManager.getTemplateManager(TemplateManager.java:151)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.am.sdk.ldap.DirectoryManager.getSearchFilterFromTemplate(DirectoryManager.java:3458)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.am.sdk.AMSearchFilterManager.getSearchFilter(AMSearchFilterManager.java:125)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.am.sdk.AMStoreConnection.getOrganizationDN(AMStoreConnection.java:593)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCDomainManager.loadDomainFromIS(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCDomainManager.getAttributeValue(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCConfigManager.loadUWCDomainConfig(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCConfigManager.loadDomainConfig(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCConfigManager.loadDefaultDomainProperties(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.common.util.UWCConfigManager.init(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.sun.uwc.UWCServletBase.init(Unknown Source)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:921)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:813)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:3478)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardContext.start(StandardContext.java:3760)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ias.web.WebModule.start(WebModule.java:251)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardHost.start(StandardHost.java:652)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1133)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:355)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at org.apache.catalina.startup.Embedded.start(Embedded.java:995)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ias.web.WebContainer.start(WebContainer.java:431)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ias.web.WebContainer.startInstance(WebContainer.java:500)
[23/Jun/2005:17:11:53] warning (25483): CORE3283: stderr: at com.iplanet.ias.server.J2EERunner.confPostInit(J2EERunner.java:161)
[23/Jun/2005:17:11:55] info (25483): HTTP3072: [LS ls1] http://msgproxyexb.kent.ac.uk:80 ready to accept requests
[23/Jun/2005:17:11:55] info (25483): CORE3274: successful server startup

The problem is that you have two forms. Put a single form.

Similar Messages

  • Trying to embed a video file in HTML5: ERROR=No video with supported format and MIME type found?

    Hello all!
    I am desparate for a solution. I am testing my site on Firefox and Explorer and still no sign of a functional video yet.
    Firefox: I get the error: No video with supported format and MIME type found.
    Explorer: I just get a distorted layout.
    Here is the code I am working on:
    <table id="Table_01" width="480" height="801" border="0" cellpadding="0" cellspacing="0">
        <tr>
            <td colspan="6">
                <img src="images/Video_01.jpg" width="480" height="114" alt=""></td>
        </tr>
        <tr>
            <td rowspan="3">
                <img src="images/Video_02.jpg" width="52" height="486" alt=""></td>
            <td colspan="4">
               <video controls width="376" height="221">
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).mp4" type="Video/Mp4"/>
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).webm" type="Video/WebM"/>
                 <source src="C:\Users\aalmeida\Videos\AEMC PEL 103 6 Channel, Power & Energy Logger - with Display (Part 1).oggtheora.ogv" type="Video/Ogg"/>
                 </video>
    Please tell me that there is something missing in the code. I have spent a lot of time uninstalling-updating Firefox plugins, added MIME types in the Internet Information Manager (I'm on Windows 7)
    and  seriuously hit a dead end with this!
    Any advice would be muchly appreciated!!!
    Thanks
    ~LA

    As Jon said, you must declare the page as HTML5.
    And your server may not be set up to deliver video as a binary file if it is an .OGG file. I have not seen this problem with .MP4 or .M4V in the past, but every server is a little different.
    To add a MIME type, you need to change your .htaccess file on an Apache server thusly:
    AddType audio/ogg .oga
    AddType video/ogg .ogv
    AddType application/ogg .ogg
    AddHandler application-ogg .ogg .ogv .oga
    Additionally, MIME types can usually be changed on a server's Control Panel. One can also ask one's hosting provider to do this as well.
    Firefox makes it necessary to use OGG files. Webkit-based browsers will deal with .M4V or .MP4 and I understand Internet Exploder will work with the latter two as well.

  • Error exporting report with sub report and parameters

    Post Author: joncombe
    CA Forum: JAVA
    I am using the JRC to export to a PDF file a report that has a sub report within it. Both the main and subreport connect to an Oracle database via an Oracle ODBC connection and both share a single parameter, RUN_ID. I need to set a value for the parameter in both reports. If I don't do that I get this error:-com.crystaldecisions.reports.exportinterface.exceptions.ExportException: Some parameters are missing valuesI have the following code to update the parameters in both reports.                     ParameterField thisParameter1           = new ParameterField ( );                   ParameterField thisParameter2           = new ParameterField ( );                   Values thisValue1                       = new Values ( );                   Values thisValue2                       = new Values ( );                   ParameterFieldDiscreteValue thisParamDV1= new ParameterFieldDiscreteValue();                   ParameterFieldDiscreteValue thisParamDV2= new ParameterFieldDiscreteValue();                   thisParameter1.setReportName("");                   thisParameter2.setReportName("DQA_GER_Adressverification.rpt");                   thisParameter1.setName("RUN_ID");                   thisParameter2.setName("RUN_ID");                   thisParameter1.setType(FieldValueType.numberField);                   thisParameter2.setType(FieldValueType.numberField);                   thisParamDV1.setValue(254);                   thisParamDV2.setValue(254);                   thisValue1.add(thisParamDV1);                   thisValue2.add(thisParamDV2);                   thisParameter1.setCurrentValues(thisValue1);                   thisParameter2.setCurrentValues(thisValue2);                   parameterFields.add(thisParameter1);                   parameterFields.add(thisParameter2);                  ReportStateInfo repStateInfo = new ReportStateInfo();                  repStateInfo.setParameterFields(parameterFields);                  reqCont.setReportStateInfo(repStateInfo);  With this code in place I have found that if I run using the JRC supplied with Crystal Reports for Eclipse I get the following error:-ERROR - QueryEngine error: verify database failed.ERROR - Disk Exporter: no output file was created by an exporterERROR - PdfExporter: caught Exception in PDFFormatter.finalizeFormatJob (from destination?); aborting exportjava.lang.IllegalArgumentException        at com.crystaldecisions.reports.exporters.destination.disk.c.a(Unknown Source)        at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)        at com.crystaldecisions.reports.a.e.if(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)        at com.businessobjects.reports.sdk.b.b.int(Unknown Source)        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.export(Unknown Source)        at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)        at crystalreportrunner.ReportExporter.exportReport(ReportExporter.java:174)        at crystalreportrunner.CrystalReportRunner.main(CrystalReportRunner.java:91)ERROR - Failed to export reportcom.crystaldecisions.reports.exporters.format.page.pdf.a.a: Unexpected exception thrown        at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)        at com.crystaldecisions.reports.a.e.if(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)        at com.businessobjects.reports.sdk.b.b.int(Unknown Source)        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.export(Unknown Source)        at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)        at crystalreportrunner.ReportExporter.exportReport(ReportExporter.java:174)        at crystalreportrunner.CrystalReportRunner.main(CrystalReportRunner.java:91)Caused by: java.lang.IllegalArgumentException        at com.crystaldecisions.reports.exporters.destination.disk.c.a(Unknown Source)        ... 17 moreERROR - JRCAgent1 detected an exception: An error occured while exporting the report        at com.businessobjects.reports.sdk.b.b.int(Unknown Source)        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.export(Unknown Source)        at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source)        at crystalreportrunner.ReportExporter.exportReport(ReportExporter.java:174)        at crystalreportrunner.CrystalReportRunner.main(CrystalReportRunner.java:91)Error exporting report : report. Error is ReportSDKException: An error occured while exporting the reportAn error occured while exporting the reportcom.businessobjects.reports.sdk.d.byte(Unknown Source)com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(Unknown Source)com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)com.crystaldecisions.sdk.occa.report.application.ReportSource.export(Unknown Source)com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(Unknown Source)com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.export(Unknown Source)com.crystaldecisions.reports.reportengineinterface.JPEReportSource.export(Unknown Source) With the JRC supplied with Crystal Reports XIR2 I get this error:- INFO - PdfExporter: serializing pdf document and cleaning upINFO - Disk Exporter: verifying export to destinationERROR - Disk Exporter: no output file was created by an exporterERROR - PdfExporter: caught Exception in PDFFormatter.finalizeFormatJob (from destination?); aborting exportjava.lang.IllegalArgumentException        at com.crystaldecisions.reports.exporters.destination.disk.c.a(Unknown Source)        at com.crystaldecisions.reports.exporters.format.page.pdf.b.a(Unknown Source)        at com.crystaldecisions.reports.a.e.if(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)        at com.businessobjects.reports.sdk.b.i.int(Unknown Source)        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.export(Unknown Source)        at crystalreportrunner.ReportExporter.exportReport(ReportExporter.java:174)        at crystalreportrunner.CrystalReportRunner.main(CrystalReportRunner.java:91)INFO - Disk Exporter: finalizing export to destinationERROR - JRCAgent1 detected an exception: java.lang.NullPointerException        at oracle.jdbc.driver.T4C8Oall.getNumRows(T4C8Oall.java:870)        at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:811)        at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1037)        at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:830)        at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1132)        at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1687)        at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1653)        at com.crystaldecisions.reports.queryengine.driverImpl.o.ew(Unknown Source)        at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)        at com.crystaldecisions.reports.queryengine.ao.d4(Unknown Source)        at com.crystaldecisions.reports.queryengine.ao.f(Unknown Source)        at com.crystaldecisions.reports.queryengine.ao.dP(Unknown Source)        at com.crystaldecisions.reports.queryengine.av.if(Unknown Source)        at com.crystaldecisions.reports.queryengine.ba.if(Unknown Source)        at com.crystaldecisions.reports.queryengine.ba.do(Unknown Source)        at com.crystaldecisions.reports.queryengine.ba.try(Unknown Source)        at com.crystaldecisions.reports.queryengine.ba.for(Unknown Source)        at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)        at com.crystaldecisions.reports.dataengine.j.a(Unknown Source)        at com.crystaldecisions.reports.dataengine.j.a(Unknown Source)        at com.crystaldecisions.reports.dataengine.a9.if(Unknown Source)        at com.crystaldecisions.reports.dataengine.a9.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.be.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.be.g(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.i.g(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.be.for(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bt.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bv.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bf.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.for(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.for(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.b3.for(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bt.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.ca.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.a9.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.e.m.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.for(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.for(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.b3.for(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.e.m.for(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.objectformatter.bt.a(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.e.p.k(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.e.p.null(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.e.p.k(Unknown Source)        at com.crystaldecisions.reports.formatter.formatter.e.p.az(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.if(Unknown Source)        at com.crystaldecisions.reports.formatter.a.c.a(Unknown Source)        at com.businessobjects.reports.sdk.b.i.int(Unknown Source)        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)        at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.ReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.export(Unknown Source)        at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.export(Unknown Source)        at crystalreportrunner.ReportExporter.exportReport(ReportExporter.java:174)        at crystalreportrunner.CrystalReportRunner.main(CrystalReportRunner.java:91)I believe the error is that the SQL query in the main report is being updated with the RUN_ID but the SQL in the sub-report is not. I am not sure why the update to set the RUN_ID in the second SQL query fails, but it seems to me the JRC is not detecting it as a missing parameter and is passing the SQL including {?RUN_ID} to Oracle, causing the JDBC driver to fail with this NullPointerException. I think this because further up in the log I see this:-INFO - Executing query: SELECT v.* FROM v_ger_main vwhere v.run_id = 254INFO - Verifying databaseINFO - Executing query: SELECT h.* FROM v_ger_av_ls_tagging hwhere h.run_id = {?RUN_ID}ERROR - QueryEngine error: verify database failed.Both connections are from the same database, but the first has the updated value (254) whilst the second query still seems to have the parameter and so fails to verify.Can someone suggest how I can fix this problem or if I have missed something that is required?Thanks.Jon.

    Post Author: Ted Ueda
    CA Forum: JAVA
    What happens if, instead of passing in parameter field values, you pass the report source object to the viewer (ReportViewerBean for stand-alone or CrystalReportViewer for web)?  The viewer should introspect the report for the parameter fields and bring up a parameter field entry dialog box.  Does such a dialog box come up?  Is only the main report parameter field queried for, or both main and subreport paramter fields?  When you enter correct values for the field, does the report display?
    Hopefully, the above should narrow down the issue.
    By the way, JRC doesn't support ODBC connections, only Java based connectivity such as JDBC, JavaBeans and XML.  If you have a report with ODBC, then it looks for a JNDI connection with the same name.
    Sincerely,
    Ted Ueda

  • Error Message working with new Nano and iTunes

    Posts: 15
    From: Petaluma Ca
    Registered: Aug 29, 2004
    Unlock iTunes / get write permission
    Posted: Dec 26, 2006 6:02 PM
    Reply Email
    Wanted to upload some songs from my iTunes Library to new Nano.
    Hooked it up, went through the promps, choose two playlists to load, and before we could say oops, we saw that it was infact loading the entire library. We had no way of stopping the process so we unplugged it.
    Now when I try to open iTunes it I get an error message :"The iTunes Library file is locked, on a locked disk, or you do not have write permission for this file."
    I verified permissions and repaired them. No luck.
    Help! Please!

    i'm assuming the Error code HRESULT: 0x800763b3 means something and is the solution but where can i find the answer or am i going about this all wrong?
    Yeah, this 0x800763b3 is a slightly unusual one. Normally with these, the iTunes install error code matches the error codes that people get on their Windows Update failures. But for the last two 0x800763b3s I've been involved in on an iTunes install (Liv and someone else), the 0x800763b3 on the iTunes install has been associated with an 0x8007000b on the Windows Update failures. (Liv's 643s were pretty much "generic" error message codes for Windows Update failures, which could mean anything. So that's why I/we went after the 0x8007000b, which has some Microsoft documentation on fixes.)
    Doublechecking on other symptoms of your situation ... is your Windows Update not opening at all when you try to launch it?
    If so, when you click "Turn Windows features on or off" in the "Programs and Features Control Panel" item, is the Windows Features dialog box empty? (No features are shown?)
    (If we can't get the codes from the windows update failures, we might be able to make some progress if we can identify other symptoms that you're getting. I know some documentation for some of these codes that mentions the Windows Features thing as a possible additional symptom.)

  • To anyone with the SDK and the skills required

    Now that we have the App Store, how long until someone makes an "Adblock" for iPod Safari, or even a version of Firefox (with extension computability) for iPod Touch?

    how long until someone makes an "Adblock" for iPod Safari
    Never. Because you can't make Safari Plugins with the SDK
    or even a version of Firefox (with extension computability)
    Why? Safari is a better browser, and Firefox would become unstable, bloated and a memory-hog with extensions.

  • Error on startup with B1 Usability Add-on

    We are currently running B1UP Version 3.0.1.1 on SAP B1 2007A PL41. We are getting errors on start up and the B1 Usability package is not running properly. I've tried contacting Boyum IT support but they are gone for the day (they're in Denmark) and it's crucial to get this up and running asap so I'm hoping someone can help.
    When all but one of our users log in this morning, we are getting one or both of the following errors. When starting up, the B1 Usability Package goes through the Test of Components but when it gets to step 3/4 an error appears that says "Sorry. An error occurred while making a connection to the client from the add-on: B1 Usability Package. Contact the supplier if this happens again. Do you want to see a detailed error message?" I click Yes and get an error message that says:
    System.IO.IOException: Cannot create a file when that file already exists.
    at System.IO._Error.WinIOError(Int32 errorCode, String maybeFullPath)
    at System.IO._Error.WinIOError()
    at System.IO.File.Move(String sourceFileName, String destFileName)
    at SBO.Logging.Log.ArchiveFile()
    at SBO.Logging.Log.WriteEntry(String messsage, LogEntryType type, Int32 eventId, Int32 category)
    at SBO.AddonLogic.Addon.LicenseSystemCheck()
    at SBO.AddonLogic.Addon.Start(AddonData addonData,AddonModules addonModules)
    Source: mscorlib | Method failed: Void WinIOError(Int32, System. String)
    Another error that a couple of users reported on start up this morning was a System Message that said "Addon BOY_USABILITY failed to pass license check: Invalid character in a Base-64 string."
    In both cases, while the B1 Usability looks like it's running (the Add On Manager says it's connected and you can see the B1 Usability options in the Add-Ons folder in the main menu), none of the modules are actually working (item placements, B1 Validation, menu items etc). For example, if you click a custom menu item, nothing happens. I also cannot open any of the B1 Usability menu items from the Add-ons menu.
    This morning, I added a new UDF to the Recurring Invoices Header table (which is one of the User Tables created by B1 Usability). I had previously done this on my test database and there were no problems. Also, the first time I logged back in after adding the UDF I didn't get any error. Just to be sure though, I went back and deleted the new UDF and tried logging in again but I am still getting the error.
    Does anyone have any suggestions?

    Thank you for your suggestions. Fortunately someone from Boyum IT just called me back (I guess they were working late).
    The problem was that their website was down and the add-on wasn't able to do the license check because of that. The website is back up right now so the add-on is working again. If I upgrade to a later version of B1UP then this error will not happen when the website is down.

  • Errors compiling program with RFC SDK 700 for ECC 6.0

    Hi,
    We are getting an error when trying to compile a program on HP_UX HP9000.  We downloaded the RFC SDK for 700.  The command we are using is:
    cc sapsockets.c librfc.a -o sapsockets -lm -lcl +DA2.0W
    The error we receive is:
    ld: Unsatisfied symbol "xdr_string" in file librfc.a[cpictlib.o]
    ld: Unsatisfied symbol "__nw__FUl" in file librfc.a[cpictlib.o]
    ld: Unsatisfied symbol "__dl__FPv" in file librfc.a[cpictlib.o]
    ld: Unsatisfied symbol "xdr_free" in file librfc.a[cpictlib.o]
    ld: Unsatisfied symbol "[Vtable]key:__dt__21__versioned_type_infoFv" in file librfc.a[cpictlib.o]
    ld: Unsatisfied symbol "__PureVirtualCalled" in file librfc.a[cpictlib.o]
    ld: Unsatisfied symbol "__dla__FPv" in file librfc.a[cpictlib.o]
    ld: Unsatisfied symbol "__nwa__FUl" in file librfc.a[cpictlib.o]
    ld: Unsatisfied symbol "__ConstructMarkedArray__FPvUiUlPFv_vT4" in file librfc.a[cpictlib.o]
    9 errors.
    I don't have much experience in this area.  Sorry I couldn't supply more information.
    Any help is appreciated.
    Thanks,
    Domenick

    See note 1056696 - Compiling and Linking RFC Programs with the SAP NW RFC SDK
    HP-UX (PA-RISC, 64 bit)
    aCC -DSAPonUNIX -DSAPonHPPA -DSAPwithUNICODE +DD64 -Aa +W392,829,818,887 -DSAPwithTHREADS -mt -w +O2 -DNDEBUG +inst_compiletime -c <program>.cpp
    aCC -Wl,+n,-z -Wl,-a,default +DD64 -o <program> <program>.o libsapnwrfc.sl libsapucum.sl [and possibly libicudecnumber.sl]
    Markus

  • ON-ERROR trigger fires with Error_Type null and Error_Code 0

    We've recently seen our 6i Forms application throwing some odd errors, not least of which is when an alert popped up with just "-0:" displayed.
    This seems to come from the ON-ERROR trigger.
    DECLARE
       lv_errcod  NUMBER       := ERROR_CODE;
       lv_errtyp  VARCHAR2(3)  := ERROR_TYPE;
       lv_errtxt  VARCHAR2(80) := ERROR_TEXT;
       lv_dbmserr NUMBER       := DBMS_ERROR_CODE;
       lv_albut   NUMBER;
    BEGIN
      IF (lv_errcod = 40508) THEN
          -- Failure on insert
        IF lv_dbmserr = -1031 THEN
               -- Insufficient Privileges
          Display_Alert( 'You do not have permission to create new records here.');
          Raise Form_Trigger_Failure;
        ELSE
          Display_Alert( 'Unable to create record.');
          Raise Form_Trigger_Failure;
        END IF;     
      ELSIF (lv_errcod = 40510) THEN
          -- Failure on delete
        IF lv_dbmserr = -1031 THEN
               -- Insufficient Privileges
          Display_Alert( 'You do not have permission to delete records here.');
          Raise Form_Trigger_Failure;
        ELSIF lv_dbmserr = -2292 THEN
               -- Integrity Constraint violated
          Display_Alert( 'Cannot delete this record - Data exists on other tables that uses this value.');
          Raise Form_Trigger_Failure;
        ELSE
          Display_Alert( 'Unable to delete record.');
          Raise Form_Trigger_Failure;
        END IF;     
       ELSIF (lv_errcod = 40200) THEN   
          message('This field is protected against update');
      ELSE
        Display_Alert(lv_errtyp||'-'||to_char(lv_errcod)||': '||lv_errtxt);
        RAISE Form_Trigger_Failure;
      END IF;
    END;At least there's nowhere else that could be doing it. It seems that error_type and error_text are null and error_code is 0
    It's as if the ON-ERROR trigger has fired but there isn't an error. Anyone ever experienced this? It's been ported to a VM environment but ran perfectly fine for 6 months and has only started doing this in the last few days.
    It's also occasionally saying that queries return no results when the users KNOW there are records, and if they log out completely and log back in the records are returned, which is doing nothing for their confidence in the application.
    It's entirely possible that one of the teams responsible for various parts of the VM environment or network, or even the DBAs, has done something that caused it but we're unlikely to get them to admit it without knowing what it could be. I would expect a dropped connection or network issue to give an appropriate error, not freak out.
    Edited by: Dave Hemming on Jul 22, 2010 9:48 AM
    Edited by: Dave Hemming on Jul 22, 2010 9:49 AM

    Bit of a breakthrough - we had it again and it appears to then be followed - depending on which form they're in - by an ORA-02396 and an error that built-in DBMS_ERROR_CODE has failed. We are now suspecting that it's down to the Idle Time for the profile - the users session has been dropped but the form hasn't realised it's not connected. It looks like the users idle time has been amended from UNLIMITED to 90 in the last few days.
    Nobody thought it important to tell us, mind...
    Edited by: Dave Hemming on Jul 22, 2010 1:15 PM

  • Logon Error when SetTableLocation with RAS SDK

    Hi
    I have a lot of Reports based on TTX files. As these don't work anymore in an 64 bit environment with CRVS2010 I tried to make an update program based on an replace_click sample in this newsgroup.
    My program is 32 Bit (x86) on an Windows 7 with VS2010. Cr2010 SP1 (13.0.1.220) 32 and 64 Bit is installed.
    After creating an XML-file I want to set the new table location with SetTableLocation method:
    I always get this Error: Logon Failed. Error in File xxx.rpt: Unable to connect: incorrect log on parameters.
    I tested this with two super easy reports created with Crystal Reports 10: 
    First: 1 Table (based on ttx) with only one String filed. no subreports.
    Second: Same report based on an XML File
    With Crystal Reports 10 I can update the Report with the created XML-File.
    public convert(NewFilename as String)
            Dim lCR As New CrystalDecisions.CrystalReports.Engine.ReportDocument
            lCR = New CrystalDecisions.CrystalReports.Engine.ReportDocument
            Try
                lCR.Load(NewFileName)
                Dim rcd As ISCDReportClientDocument
                rcd = lCR.ReportClientDocument
                For i As Integer = 0 To rcd.SubreportController.GetSubreportNames.Count - 1
                    ConvertReportTables(NewFileName, rcd, rcd.SubreportController.GetSubreportNames.Item(i), True)
                Next
                ConvertReportTables(NewFileName, rcd, "", False)
    end sub
    Jürgen
    Edited by: Jürgen Bauer on Jun 7, 2011 1:55 PM

    Private Sub ConvertReportTables(ByRef destination As String, ByRef lcr As ISCDReportClientDocument, srp As String, issubrpt As Boolean)
           Dim boTables As CrystalDecisions.ReportAppServer.DataDefModel.ISCRTables
            If issubrpt Then
                boTables = lcr.SubreportController.GetSubreport(srp).DatabaseController.Database.Tables
            Else
                boTables = lcr.DatabaseController.Database.Tables
            End If
            For Each Table As CrystalDecisions.ReportAppServer.DataDefModel.ISCRTable In boTables
                'Dateiname für Tabellendefinition erzeugen
                Dim XMLFile As String
                XMLFile = destination
                XMLFile &= "_R_" & srp
                XMLFile &= "_T_" & Table.Name.Trim & ".xml"
                'Tabellendefinition lesen und in Datei schreiben
                Dim dt As New DataTable
                For Each field As CrystalDecisions.ReportAppServer.DataDefModel.Field In Table.DataFields
                    Dim fieldtype As String = ""
                    Select Case field.Type
                        Case FieldValueType.BitmapField, FieldValueType.BlobField, FieldValueType.IconField, FieldValueType.OleField, FieldValueType.PictureField
                            fieldtype = "System.Byte[]"
                        Case FieldValueType.BooleanField
                            fieldtype = "System.Boolean"
                        Case FieldValueType.CurrencyField, FieldValueType.NumberField
                            fieldtype = "System.Decimal"
                        Case FieldValueType.TimeField, FieldValueType.DateField, FieldValueType.DateTimeField
                            fieldtype = "System.DateTime"
                        Case FieldValueType.Int16sField, FieldValueType.Int16uField, FieldValueType.Int32sField, FieldValueType.Int32uField, FieldValueType.Int8sField, FieldValueType.Int8uField
                            fieldtype = "System.Int32"
                        Case FieldValueType.StringField
                            fieldtype = "System.String"
                        Case Else
                            fieldtype = "System.String"
                    End Select
                     dt.Columns.Add(New DataColumn(field.Name, Type.GetType(fieldtype)))
                Next
                dt.TableName = Table.QualifiedName
                Dim ds As New System.Data.DataSet
                ds.Tables.Add(dt)
                ds.WriteXml(XMLFile, XmlWriteMode.WriteSchema)
                'boMainPropertyBag: These hold the attributes of the tables ConnectionInfo object
                Dim boMainPropertyBag As New PropertyBag()
                'boInnerPropertyBag: These hold the attributes for the QE_LogonProperties
                'In the main property bag (boMainPropertyBag)
                Dim boInnerPropertyBag As New PropertyBag()
                'Set the attributes for the boInnerPropertyBag
                boInnerPropertyBag.Add("File Path", XMLFile)
                boInnerPropertyBag.Add("Internal Connection ID", Guid.NewGuid.ToString)
                'Set the attributes for the boMainPropertyBag
                boMainPropertyBag.Add("Database DLL", "crdb_adoplus.dll")
                boMainPropertyBag.Add("QE_DatabaseName", "")
                boMainPropertyBag.Add("QE_DatabaseType", "ADO.NET (XML)")
                'Add the QE_LogonProperties we set in the boInnerPropertyBag Object
                boMainPropertyBag.Add("QE_LogonProperties", boInnerPropertyBag)
                boMainPropertyBag.Add("QE_ServerDescription", "NewDataSet")
                boMainPropertyBag.Add("QE_SQLDB", "False")
                boMainPropertyBag.Add("SSO Enabled", "False")
                'Create a new ConnectionInfo object
                Dim boConnectionInfo As New CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo()
                'Pass the database properties to a connection info object
                boConnectionInfo.Attributes = boMainPropertyBag
                'Set the connection kind
                boConnectionInfo.Kind = CrConnectionInfoKindEnum.crConnectionInfoKindCRQE
                Dim boTable As CrystalDecisions.ReportAppServer.DataDefModel.ISCRTable
                boTable = Table.Clone(True)
                boTable.ConnectionInfo = boConnectionInfo
                Try
                    If issubrpt Then
                        lcr.SubreportController.GetSubreport(srp).DatabaseController.SetTableLocation(Table, boTable)
                        lcr.VerifyDatabase()
                    Else
                        lcr.DatabaseController.SetTableLocationEx(Table, boTable)
                        lcr.VerifyDatabase()
                    End If
                Catch ex As Exception
                    MsgBox(ex.Message)
                End Try
            Next
      End Sub

  • Compiling error ORA-00600 with Forms 6 and Database 10g

    Hi,
    I am using "Oracle Database 10g Enterprise Edition Release 10.1.0.4.0" and "Forms [32 Bit] Version 6.0.8.26.0 " with patch 17, when i compile a form that works with some tables in another database under dblink the error ORA-00600:internal error code, arguments:[16203],[],[],[],[],[],[],[] is displayed.
    If i word with reports or sqlplus no error is displayed.
    Before we installed 10g everything worked ok
    What is wrong with forms or do i need to configure something else?
    Regards
    Yuri V. López Manrique

    I searched for this error on Google and found the following blog:
    Is there a tool to troubleshoot ORA-00600 and ORA-07445 errors?
    February 27th, 2006 By Fahd Mirza
    ORA-00600 and ORA-07445 errors are the most esoteric errors in Oracle.
    There is a tool called “ORA-600/ORA-7445 Troubleshooter” available at Metalink. It asks for the first argument of ORA-600 error with an optional database version number.
    For example, to see the description of the error:
    ORA-00600: internal error code, arguments: [723], [25908], [25908], [memory leak]
    You enter 723 in the “ORA-600 First Argument” field. The first argument is a pointer to where in the code the error was caught and thus is the key information in identifying the problem.
    You can also embed (copy/paste) the “Call Stack Trace” there, and, when you click on the “Search Call Stack” button an advanced MetaLink search is performed to find documents containing relevant sections from the call stack.
    Call Stack extracts from the following files are supported:
    * Generic foreground and background server trace files located in background_dump_dest and user_dump_dest
    * OpenVMS NETV2 and BEQ log files located in ORA_ROOT:[NETWORK.LOG]
    * WINDOWS CORE.LOG files
    * GDB (debugger) backtrace call stacks (best endeavors)
    Of course you will need a login to Oracle's Metalink site.
    Hope that helps,
    c

  • Error code 0x800700B7 with System Restore and Backup problems

    My OS is Vista Ultimate. 2GB RAM. 13GB free space on C Drive. I am unable to use System Restore or Backup and Restore center. When I try to create a Restore Point (or do a backup) error message comes up 'Could not create the scheduled task for the following reason: Cannot create a file when that file already exists. (0x800700B7).' I think (not sure) that these problems came after I was infected with win32:Vitro virus. (No longer any infections showing). I think that my registry may be corrupt or files deleted. Can anyone help please?

    Hi,
    Thank you for your post.
    Based on my research, I would like to suggest the following:
    Note: Please perform a complete system backup first. If any unexpected issue occurs, we can quickly restore the system to the current status.
    1.     Click Start, type regedit in the Start Search box, and then click regedit in the Programs list.
    If you are prompted for an administrator password or for a confirmation, type the password, or click Continue.
    2.     In the navigation pane, locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache
    3.     Right click on this key and select "Export" and save the key to a Flash Drive or other removable storage device.
    4.     Remove the key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows”
    5.     Please reboot the computer and check if the issue reoccurs. If it works, please also reconfigure the Scheduled Task for System restore in Task Scheduler.
    Hope this helps. Thanks.
    Nicholas Li - MSFT

  • Random error fills screen with colored pixels and then reboots, OSX 10.6.8 2010 iMac intel Core2Duo, help?

    Hi all,
    random error I'm guessing something to do with video drivers that replaces the screen with a bunch of colored pixels.
    I'm not sure if the computer is still responding and it's just a screen issue, but I do see a little square move when I move the mouse.
    I'm uploading a picture of the error.
    I've updated everything to the latest version of Leopard.
    2010 intel iMac
    OSX 10.6.7
    Any ideas?

    I've updated everything to the latest version of Leopard.
    2010 intel iMac
    OSX 10.6.7
    v10.6.7 is Snow Leopard not Leopard and there is a v10.6.8 update available.
    Click your Apple menu  /  Software Update
    Restart your Mac after the update is installed.
    Same problem exists then run the Using Apple Hardware Test
    Might be a bad graphics card.

  • Weblogic 8.1 startup with debug options and struts

    I'm trying to startup weblogic 8.1 with the set debug=-Xdebug -Xnoagent -Djava.compiler=NONE
    -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=7021
    option...it will not start up because of something in my .war file however it
    does start up fine without the debug settings.
    Attached is my war file...
    [calendar.war]

    The procedure is the same for Oracle database and MySQL. Except the driver class and connection url are different.
    Please refer
    http://weblogic.sys-con.com/node/43045

  • Muse Script Errors During Startup. Also Dreamweaver and Premiere Pro Crash during Startup.

    I have a brand new iMac i7 with 16gig Ram. Multiple Problems with Applications Launching Successfully.
    Error: HTMLLoader failed to initialize
              at flash.html::HTMLLoader/initHTMLEngine()
              at flash.html::HTMLLoader()
              at mx.core::FlexHTMLLoader()
              at mx.core::ClassFactory/newInstance()
              at mx.controls::HTML/createChildren()
              at com.adobe.muse.widgets::MuseHTML/createChildren()
              at mx.core::UIComponent/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/createChildren()
              at mx.core::UIComponent/initialize()
              at com.adobe.muse.widgets::BaseAttachingWidget/initialize()
              at com.adobe.pash.ui::DocumentCanvas/initialize()
              at com.adobe.pash.ui::PreviewCanvas/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/createChildren()
              at mx.core::UIComponent/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/createChildren()
              at mx.core::UIComponent/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/createChildren()
              at mx.core::UIComponent/initialize()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::childAdded()
              at mx.core::UIComponent/addChildAt()
              at spark.components::Group/addDisplayObjectToDisplayList()
              at spark.components::Group/http://www.adobe.com/2006/flex/mx/internal::elementAdded()
              at spark.components::Group/setMXMLContent()
              at spark.components::Group/set mxmlContent()
              at spark.components::SkinnableContainer/set mxmlContent()
              at spark.components::SkinnableContainer/createDeferredContent()
              at spark.components::SkinnableContainer/createContentIfNeeded()
              at spark.components::SkinnableContainer/createChildren()
              at spark.components::Application/createChildren()
              at mx.core::UIComponent/initialize()
              at spark.components::Application/initialize()
              at spark.components::WindowedApplication/initialize()
              at com.adobe.pash.air::PASHonAIRApplication/initialize()
              at MuseOnAIR/initialize()
              at mx.managers.systemClasses::ChildManager/childAdded()
              at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()
              at mx.managers::SystemManager/initializeTopLevelWindow()
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()
              at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()
              at flash.events::EventDispatcher/dispatchEventFunction()
              at flash.events::EventDispatcher/dispatchEvent()
              at mx.preloaders::Preloader/timerHandler()
              at flash.utils::Timer/_timerDispatch()
              at flash.utils::Timer/tick()
    AND
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
              at mx.controls::HTML/measure()
              at mx.core::UIComponent/http://www.adobe.com/2006/flex/mx/internal::measureSizes()
              at mx.core::UIComponent/validateSize()
              at mx.managers::LayoutManager/validateSize()
              at mx.managers::LayoutManager/doPhasedInstantiation()
              at mx.managers::LayoutManager/doPhasedInstantiationCallback()
    Please Help!

    1st idea... uninstall and reinstall
    Discussions of RE-installing
    -http://forums.adobe.com/thread/1398961?tstart=0
    -and http://helpx.adobe.com/creative-cloud/help/install-apps.html
    -http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html
    2nd idea... ask program questions in the individual program forums
    If you start at the Forums Index http://forums.adobe.com/index.jspa
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says ALL FORUMS) to open the drop down list and scroll

  • SMS_SRS_REPORTING_POINT - Error retrieving folders with SCCM 2012 and SQL Server 2008 R2 SP2

    Hi:
    According to all the Reporting Services logs my Reporting Point was setup correctly.  When I try and run any report I see the entries below in the srsrp.log on the SQL Server.  The report names show up in the Console but when I right any of the
    listed reports I get errors and no report runs.
    I am running SQL Server 2008 R2 SP2 on a remote server.  SQL is installed on its own server.  There is no firewall between the Configuration Manager server and SQL Server.
    Thanks.
    Mark
    (!) Error retrieving folders - [A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance
    name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because
    connected host has failed to respond.)].   SMS_SRS_REPORTING_POINT
    1/25/2013 9:15:07 AM    4532 (0x11B4)
    No folder configuration information found.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM   
    4532 (0x11B4)
    Next security configuration at [1/25/2013 9:22:42 AM]
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM   
    4532 (0x11B4)
    Root Folder exists     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM   
    4532 (0x11B4)
    Successfully checked that the SRS web service is healthy on server DBSCCM.LOCAL    
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM 
    4532 (0x11B4)
    Waiting for changes for 1 minutes  
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:07 AM   
    4532 (0x11B4)
    SRSRP registry key change notification triggered.    
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:16 AM   
    4532 (0x11B4)
    Waiting for changes for 1 minutes  
    SMS_SRS_REPORTING_POINT 1/25/2013 9:15:16 AM   
    4532 (0x11B4)
    Timed Out...     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM   
    4532 (0x11B4)
    Reporting Services URL from Registry [http://dbsccm/ReportServer/ReportService2005.asmx] 
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM 
    4532 (0x11B4)
    Reporting Services is running
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM   
    4532 (0x11B4)
    Retrieved datasource definition from the server.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM   
    4532 (0x11B4)
    Retrieved datasource definition from the server.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM   
    4532 (0x11B4)
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ManagedDesktops_MD1 
    SMS_SRS_REPORTING_POINT 1/25/2013 9:16:16 AM 
    4532 (0x11B4)
    (!) Error retrieving folders - [A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance
    name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because
    connected host has failed to respond.)].   SMS_SRS_REPORTING_POINT
    1/25/2013 9:17:40 AM    4532 (0x11B4)
    No folder configuration information found.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM   
    4532 (0x11B4)
    Next security configuration at [1/25/2013 9:22:42 AM]
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM   
    4532 (0x11B4)
    Root Folder exists     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM   
    4532 (0x11B4)
    Successfully checked that the SRS web service is healthy on server DBSCCM.LOCAL    
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM 
    4532 (0x11B4)
    Waiting for changes for 1 minutes  
    SMS_SRS_REPORTING_POINT 1/25/2013 9:17:40 AM   
    4532 (0x11B4)
    Timed Out...     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM   
    4532 (0x11B4)
    Reporting Services URL from Registry [http://dbsccm/ReportServer/ReportService2005.asmx] 
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM 
    4532 (0x11B4)
    Reporting Services is running
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM   
    4532 (0x11B4)
    Retrieved datasource definition from the server.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM   
    4532 (0x11B4)
    Retrieved datasource definition from the server.     
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM   
    4532 (0x11B4)
    Updating data source {5C6358F2-4BB6-4a1b-A16E-8D96795D8602} at ManagedDesktops_MD1 
    SMS_SRS_REPORTING_POINT 1/25/2013 9:18:40 AM 
    4532 (0x11B4)

    Hi:
    Windows Firewall is off on both systems.
    I can ping the Configuration Manager server from the SQL Server by netbios name, ip address and fully qualified domain name.   I can ping the SQL Server from the Configuration Manager server by netbios name, ip address and fully qualified domain
    name.
    I have uninstalled and installed the Reporting Point Service a couple of times and everything looks fine according to the logs after the install finishes but these errors only appear each time I try and Run a report.
    Mark

Maybe you are looking for