C++ 5.3 missing include files

I have Forte 6 update 2 C++ compiler , patch 108434-05 on Solaris sparc 5.8. When I try to compile code written for 4.1 compiler, with option -compat=4, I get errs saying that stddef.h and string.h is not found. Can anyone suggest a remedy.
The same code, when compiled in standard mode (-compat = 5) produced similar errs. sys/feature_tests.h and sys/isa_defs.h not found.
This is the compile script with - v option and the errors.
(for -compat=4)
### command line files and options (expanded):
### -v -o dbtitle.o -g -compat=4 -c -mt -DSOLSPARC -I/opt/lotus/notescpp/include dbtitle.cpp -library=rwtools7
### CC: Note: LM_LICENSE_FILE = /homes/sjoseph/key.txt
### CC: Note: NLSPATH = /BA/opt/SUNWspro/bin/../WS6U2/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/BA/opt/SUNWspro/bin/../WS6U2/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
/BA/opt/SUNWspro/bin/../WS6U2/bin/ccfe -y-o -ydbtitle.o -I/opt/lotus/notescpp/include -y-fbe -y/BA/opt/SUNWspro/bin/../WS6U2/bin/fbe -ptb dbtitle.o -y-xarch=generic -y-verbose -O0 -ptf /tmp/05721%1.%2 -ptx /BA/opt/SUNWspro/bin/../WS6U2/bin/CC -ptk "-v -g -compat=4 -c -mt -DSOLSPARC -library=rwtools7,iostream -I/opt/lotus/notescpp/include " -D_REENTRANT -D__SunOS_5_8 -D__SUNPRO_CC=0x530 -Dunix -Dsun -Dsparc -D__sparc -D__unix -D__sun -D__BUILTIN_VA_ARG_INCR -D__SVR4 -D__SUNPRO_CC_COMPAT=4 -compat=4 -g +d -y-g -I-xbuiltin -I/BA/opt/SUNWspro/WS6U2/include/CC4 -I/BA/opt/SUNWspro/WS6U2/include/CC/rw7 -I/BA/opt/SUNWspro/WS6U2/include/cc -D__SUN_PREFETCH -DSOLSPARC dbtitle.cpp -s /tmp/ccfe.05721.0.s
"/opt/lotus/notescpp/include/lnglosym.h", line 102: Error: Could not open include file <stddef.h>.
"/opt/lotus/notescpp/include/lnglosym.h", line 103: Error: Could not open include file <string.h>.
"/opt/lotus/notescpp/include/lnglofun.h", line 38: Error: size_t is not defined.
"/opt/lotus/notescpp/include/lncommon.hpp", line 42: Error: size_t is not defined.
"/opt/lotus/notescpp/include/lncommon.hpp", line 144: Error: The function "memcpy" must have a prototype.
"/opt/lotus/notescpp/include/lncommon.hpp", line 151: Error: The function "memcpy" must have a prototype.
"/opt/lotus/notescpp/include/lndate.hpp", line 337: Error: The function "memcpy" must have a prototype.
"/opt/lotus/notescpp/include/lndate.hpp", line 344: Error: The function "memcpy" must have a prototype.
"/opt/lotus/notescpp/include/lnsessio.hpp", line 240: Error: size_t is not defined.
9 Error(s) detected.
rm /tmp/ccfe.05721.0.s
This is the compile script with - v option and the errors.
(for std mode)
### command line files and options (expanded):
### -v -o dbtitle.o -g -c -mt -DSOLSPARC -I/opt/lotus/notescpp/include dbtitle.cpp -library=rwtools7,iostream
### CC: Note: LM_LICENSE_FILE = /homes/sjoseph/key.txt
### CC: Note: NLSPATH = /BA/opt/SUNWspro/bin/../WS6U2/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/BA/opt/SUNWspro/bin/../WS6U2/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
/BA/opt/SUNWspro/bin/../WS6U2/bin/ccfe -y-o -ydbtitle.o -I/opt/lotus/notescpp/include -y-fbe -y/BA/opt/SUNWspro/bin/../WS6U2/bin/fbe -ptb dbtitle.o -y-xarch=generic -y-verbose -O0 -ptf /tmp/05704%1.%2 -ptx /BA/opt/SUNWspro/bin/../WS6U2/bin/CC -ptk "-v -g -c -mt -DSOLSPARC -library=rwtools7,iostream -I/opt/lotus/notescpp/include " -D_REENTRANT -D__SunOS_5_8 -D__SUNPRO_CC=0x530 -Dunix -Dsun -Dsparc -D__sparc -D__unix -D__sun -D__BUILTIN_VA_ARG_INCR -D__SVR4 -D__SUNPRO_CC_COMPAT=5 -g +d -y-g -I-xbuiltin -I/BA/opt/SUNWspro/WS6U2/include/CCios -instlib=/BA/opt/SUNWspro/WS6U2/lib/libCstd.a -I/BA/opt/SUNWspro/WS6U2/include/CC/Cstd -I/BA/opt/SUNWspro/WS6U2/include/CC -I/BA/opt/SUNWspro/WS6U2/include/CC/rw7 -I/BA/opt/SUNWspro/WS6U2/include/cc -D__SUN_PREFETCH -DSOLSPARC dbtitle.cpp -s /tmp/ccfe.05704.0.s
"/BA/opt/SUNWspro/WS6U2/include/CC/std/stddef.h", line 7: Error: Could not open include file <sys/feature_tests.h>.
"/BA/opt/SUNWspro/WS6U2/include/CC/std/stddef.h", line 15: Error: Could not open include file <sys/isa_defs.h>.
"/BA/opt/SUNWspro/WS6U2/include/CC/std/string.h", line 7: Error: Could not open include file <sys/feature_tests.h>.
"/opt/lotus/notescpp/include/ods.h", line 61: Error: #define and #undef are not legal for predefined macros.
"/opt/lotus/notescpp/include/ods.h", line 61: Warning (Anachronism): Attempt to redefine _BOOL without using #undef.
4 Error(s) and 1 Warning(s) detected.
rm /tmp/ccfe.05704.0.s

Do you have the SUNWhea package on your system? This package contains the headers you seem to be missing. It's on the Solaris 8 CDROM 2 of 2. If you don't know how to add packages from the CDROM, look up "Adding and Removing Software After Installing Solaris 8" in the "Solaris 8 Advanced Installation Guide" on docs.sun.com.

Similar Messages

  • DW CS5 Missing Related Files Problem

    Hello
    Hoping somebody may be able to help me with a missing related files problem in CS5. I've tried Adobe phone support but they couldn't solve the problem.
    *Some* of my sites (but not all) are not showing all the files related to that page. My pages are typically in .asp vb server model and contain .asp virtual includes (header, nav etc) plus .js and .css linked files
    However DW is only showing the .asp includes as related files and not css or js ones. In design view the CSS is displaying correctly, and all styles appear in the CSS inspector but not showing as a related file in the bar. In CS4 it works fine.
    I've tried deleting the site and recreating it, copying the files to a new folder and setting up a fresh site, creating a new folder and downloading all files from the remote server but no joy. I've also tried refreshing related files. if I click on the filter in the bar it only shows the asp includes and nothing else.
    Any help would be gratefully appreciated, this is a great feature when it works
    Cheers
    MB

    UPDATE:
    Managed to solve this problem, this is a new issue to DW CS5, previous versions do not seem to exhibit this problem
    It occurs when you use site root rather than document relative paths for js/css etc files AND don't have the remote site url (web url) specified in the site setup | local info dialog, or do not have it fully qualified with http://
    ie. ../js/file.js works fine without a remote web url but /js/file.js does not show the related file in the bar unless a remote url is defined.
    Hope that helps anyone else that encounters the same issue!
    MB

  • Missing XML files in Export of Portal Resource in WebCenter Portal App

    Using JDeveloper 11.1.1.5.0
    1) Create a JSF fragment in the Portal Project/WebContent/oracle/webcenter/portalapp/pages -> untiltled3.jsff.
    2) From the Component Palette -> Webcenter Content Display Templates, drag a Content Template Def onto the jsff.
    3) Create var = "node".
    4) Drag an AdfOutputText into the contentTemplateDef.
    5) Save.
    6) In Application Navigator, right click on untitled3.jsff -> View Page Definition. No page definition has been created. Create a new page definition.
    7) In Application Navigator, right click on untitled3.jsff -> Create Portal Resource.
    7.1) Select my Content Repository Name(already created a content server Application Resource called UML)
    7.2) Content Type - IDC:GlobalProfile
    7.3) Content Type Default View: true
    7.4) View ID - testTemplate
    7.5) Display Name - untitled3
    7.6) Content Directory - defaulted to /C:/Projects/Application1/Portal/public_html/oracle/webcenter/portalapp/shared/
    8) Click OK.
    9) In Application Navigator, right click on untitled3.jsff -> Export Portal Resource.
    1) Export Archive File Name -> M:\testTemplate6102011
    10) Click OK.
    11) Results in the following:
    This is displayed in the Messages - Log:
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3PageDef.xml is missing.
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3.jsff is missing.
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3PageDef.xml is missing.
    How do I setup JDev to include the missing xml files? What am I doing wrong?
    Follow Up:
    When I Upload my testTemplate6102011.ear in Webcenter Spaces-> Resources -> Content Presenter I get the following error in the Spaces log file:
    Message ID     WCS-12045
    Message Level     1
    Relationship ID     0
    Component     WCSpaces
    Module     oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation
    Thread ID     [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'
    ECID     5b329033a707e8d5:2d924c4d:130755eef60:-8000-00000000000061c3
    Message     Operation aborted because of an exception thrown by subunit (oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit)
    Supplemental Detail     oracle.webcenter.lifecycle.LifecycleException: Unexpected error occurred while adding a generic site resource.
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:222)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:129)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:198)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    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.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:43)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.generalsettings.model.provider.GeneralSettingsProviderFilter.doFilter(GeneralSettingsProviderFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:250)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:696)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:109)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:335)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    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 oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    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 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:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: oracle.webcenter.portalframework.genericsiteresources.GenericSiteResourcesException: Unexpected error occurred while adding a generic site resource.
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:333)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:214)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:130)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:202)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:34)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:45)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.generalsettings.model.provider.GeneralSettingsProviderFilter.doFilter(GeneralSettingsProviderFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:253)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:701)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:116)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:335)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    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:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    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:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    ... 6 more
    Caused by: oracle.security.idm.OperationFailureException: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: DomainDnsZones.fitchdevna.corp:389 [Root exception is java.net.UnknownHostException: DomainDnsZones.fitchdevna.corp]]
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.throwException(LDAPRealm.java:773)
    at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:162)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:52)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:44)
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:489)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:273)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:366)
    at oracle.webcenter.framework.service.Utility.findUserByGuid(Utility.java:765)
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:179)
    ... 104 more
    Caused by: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: DomainDnsZones.fitchdevna.corp:389 [Root exception is java.net.UnknownHostException: DomainDnsZones.fitchdevna.corp]]
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:224)
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:171)
    at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:137)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:52)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:43)
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:489)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:273)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:366)
    at oracle.webcenter.framework.service.Utility.findUserByGuid(Utility.java:765)
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:179)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:214)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:129)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:198)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    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.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:43)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterCh

    Hi,
    try this forum: WebCenter Portal
    Frank

  • Constantly restoring iPod due to a missing sync file

    iPod model: Ipod Nano (3rd Gen)
    softwear Version: 1.3.3 (current)
    Format: Windows
    Capacity: 8 GB
    itunes Version: 11.0.4.4
    For the past few days I've been having a very annoying issue. Whenever I plug in my iPod It tells me that it's unable to sync to itunes because my iPod is missing the sync files. I find that odd. This is the first time in the 6 years -almost 7- that I've owned this device, that I've experienced this problem. Restarting the computer, unplugging and replugging the iPod back into the computer and trying a different computer all produces the same error.
    Here's what happens.
    -Plug iPod in
    -Itunes starts syncing my iPod.
    -itunes gives me an error saying my ipod can't be synced because if missing a file needed to sync my ipod to itunes.
    -iPod is disconnected from iTunes -by itunes- yet my computer can still detect it as a removeable device 95% of the time.
    I don't understand why It's doing this. I always disconnect my ipod from a computer once it's finished syncing -once both itunes and the ipod both say it's finished- by selecting the option on itunes and by selecting the safely remove hardware option in the taskbar.
    In order to restore my iPod, i have to click the ipod button when it pops up in itunes and hit restore before thhe error message comes up. It's a pain in the but that i have to do this every time i connect it to my computer. Is there any long term solutions for this?

    Hey TidalWavesLion,
    Thanks for the question, and welcome to Apple Support Communities.
    This error usually relates to a missing file for photo syncing. A good troubleshooting step would be to restore the iPod, then try to sync each type of media at a time (i.e. sync music only, then sync photos only, etc). This will help us isolate the issue.
    iTunes: Unable to sync photos
    http://support.apple.com/kb/TS3697
    Symptoms
    In certain situations, iTunes may display an alert or may be unable to sync photos to an iPod or iOS device. Examples include:
    - This error appears: "The iPhone/iPod touch '[device name]' cannot be synced. The required file cannot be found."
    This article outlines steps to resolve these issues...
    Thanks,
    Matt M.

  • Installed Adobe Pro X now unable to convert PDF - Missing PDFMaker Files

    Hello,
    I installed the trial version of Adobe Pro X and now I am unable to convert a Microsoft Word.doc file to .pdf.  The error message is 'Missing PDFMaker Files.  Do you want to run the installer to repair mode?'  I ran the installer, twice, with the same resulting error message.  (Am currently using Windows XP Pro along with Microsoft 2003 - and will upgrade in the new year.)  I searched this issue, and found the following:
    To manage your Disabled Items list in a Microsoft Office application:
    Open the Microsoft Office application (Word, Excel, Publisher).
    Choose Help > About [the application name].
    Click Disabled Items.
    Select Adobe PDF from the list, and then click Enable.
    Quit the Microsoft Office application, and then restart it.
    However, there are no applications in the list, including Adobe.
    I also tried this:
    If the error message continues to appear after you enable Adobe PDF, check the security level for macros in Microsoft Word:
    Choose Tools > Macro > Security.
    In the Security dialog, click the Security tab.
    Choose Medium or High.
    Do one of the following:
    If you chose Medium, then click OK.
    If you chose High, then continue with steps 5 through 7.
    Click the Trusted Publishers tab.
    Check Trust all installed add-ins and templates.
    Click OK.
    And Adobe is already there, so no change here.
    I have uninstalled the trial version, deleted what visible remnants I could find, restarted the computer, installed the trial version again and am getting the same error message.
    Is there a solution to this problem?  Or, should I just return to my Adobe Pro 7?
    Thank you in advance!
    Laura

    I recently bought and installed Adobe Acrobat X Pro thinking that X Pro was compatable with Windows XP. I am unable to convert any Microsoft Office 2003 file into a PDF. I receive the same error message as above ( "Missing PDFMaker Files") and tried running it in repair mode as suggested. No change.
    I've tried this stuff:
    To manage your Disabled Items list in a Microsoft Office application:
    Open the Microsoft Office application (Word, Excel, Publisher).
    Choose Help > About [the application name].
    Click Disabled Items.
    Select Adobe PDF from the list, and then click Enable.
    Quit the Microsoft Office application, and then restart it.
    However, there are no applications in the list, including Adobe.
    I also tried this:
    If the error message continues to appear after you enable Adobe PDF, check the security level for macros in Microsoft Word:
    Choose Tools > Macro > Security.
    In the Security dialog, click the Security tab.
    Choose Medium or High.
    Do one of the following:
    If you chose Medium, then click OK.
    If you chose High, then continue with steps 5 through 7.
    Click the Trusted Publishers tab.
    Check Trust all installed add-ins and templates.
    Click OK.
    But there is no change.
    Please help!!!

  • Reloading a jsp include file

    Lets say I have a container,
    <div id="mindmapcontainer">and within this container, I have a jsp include
    <%@ include file="mindmap.jsp"%>and within the parent page there is a flash map. I have manipulated the css in such a way that this container (and its include file) will not show unless the user clicks on a country (using visibility hidden/visible). I understand that the external file loads on the server side when the parent page loads,despite it being hidden.
    Now the problem is, I'm missing some fancy effects that is shown only when the external jsp first loads. Is there any way I can make it reload onClick?
    I'm using ammap and js-mindmap btw.

    nope using window.location.reload() will reload the entire page.and i dont want that because it will get me back to my flash map screen and not the mindmap screen.thanks for your answer anyway.is there is a way to make it reload a div only or a jsp include?

  • More include file craziness [SOLVED]

    I posted about this in another thread, but it got lost because the thread wasn't about this in the first place. I have two separate programs, GPAC and Blender, which both use to be trivial to build with standard PKGBUILDs and both of them fail at not being able to find math.h on 64 bit. All of base-devel is installed. In fact, I force installed all of it again just for this. There's nothing new in makepkg.conf, and what's in there isn't special in the first place.
    Let me show the first error with GPAC. This happens with both versions from AUR which have worked for me unedited every time I've tried them until last week. I run makepkg, and it fails almost right away:
    [skottish@iasE gpac]$ makepkg
    ==> Making package: gpac 0.4.4-1 (Tue May 20 20:54:41 MST 2008)
    ==> Checking Runtime Dependencies...
    ==> Checking Buildtime Dependencies...
    ==> Retrieving Sources...
    -> Found gpac-0.4.4.tar.gz in build dir
    ==> Validating source files with md5sums...
    gpac-0.4.4.tar.gz ... Passed
    ==> Extracting Sources...
    -> bsdtar -x -f gpac-0.4.4.tar.gz
    ==> Entering fakeroot environment...
    ==> Starting build()...
    which: no wx-config in (/bin:/usr/bin:/sbin:/usr/sbin:/opt/findbugs/bin:/opt/nvidia/gelato/bin:/opt/jdk/bin:/opt/mozilla/bin:/usr/bin/perlbin/site:/usr/bin/perlbin/vendor:/usr/bin/perlbin/core:/opt/texlive/bin)
    ** System Configuration
    Install prefix: /usr
    Source path: /home/skottish/downloads/gpac/src/gpac
    C compiler: gcc
    make: make
    CPU: x86_64
    Big Endian: no
    ** GPAC 0.4.4 Core Configuration **
    debug version: no
    GProf enabled: no
    Memory tracking enabled: no
    read-only version: no
    fixed-point version: no
    IPV6 Support: yes
    IsoMedia MovieFragments support: yes
    SVG Support disabled: no
    ** Detected libraries **
    zlib: system
    OSS Audio: yes
    ALSA Audio: yes
    X11 Shared Memory support: yes (path: /usr/X11R6)
    SDL Support: yes
    libXML2: yes
    OpenGL support: yes
    OpenSSL support: yes
    DVB Support: yes
    wxWidgets support: no
    ** Extra Libraries used **
    SpiderMonkey: system
    FreeType: system
    JPEG: system
    OpenJPEG: no
    PNG: system
    MAD: system
    FAAD: system
    XVID: system
    FFMPEG: local
    Xiph OGG: system
    Xiph Vorbis: system
    Xiph Theora: system
    Creating config.mak
    Done - type 'make help' for make info, 'make' to build
    make -C src all
    make[1]: Entering directory `/home/skottish/downloads/gpac/src/gpac/src'
    gcc -O3 -fPIC -DPIC -fno-strict-aliasing -Wno-pointer-sign -Wall -I/home/skottish/downloads/gpac/src/gpac/include -c -o utils/os_divers.o utils/os_divers.c
    utils/os_divers.c: In function 'gf_sys_get_rti':
    utils/os_divers.c:1143: warning: format '%lld' expects type 'long long int *', but argument 3 has type 'u64 *'
    utils/os_divers.c:1146: warning: format '%lld' expects type 'long long int *', but argument 3 has type 'u64 *'
    gcc -O3 -fPIC -DPIC -fno-strict-aliasing -Wno-pointer-sign -Wall -I/home/skottish/downloads/gpac/src/gpac/include -DGPAC_IPV6 -c -o utils/os_net.o utils/os_net.c
    utils/os_net.c: In function 'gf_sk_connect':
    utils/os_net.c:407: warning: cast from pointer to integer of different size
    utils/os_net.c:417: warning: cast from pointer to integer of different size
    utils/os_net.c: In function 'gf_sk_bind':
    utils/os_net.c:517: warning: cast from pointer to integer of different size
    utils/os_net.c:533: warning: cast from pointer to integer of different size
    utils/os_net.c: In function 'gf_sk_setup_multicast':
    utils/os_net.c:738: warning: cast from pointer to integer of different size
    utils/os_net.c:762: warning: cast from pointer to integer of different size
    gcc -O3 -fPIC -DPIC -fno-strict-aliasing -Wno-pointer-sign -Wall -I/home/skottish/downloads/gpac/src/gpac/include -c -o utils/os_module.o utils/os_module.c
    gcc -O3 -fPIC -DPIC -fno-strict-aliasing -Wno-pointer-sign -Wall -I/home/skottish/downloads/gpac/src/gpac/include -c -o utils/os_thread.o utils/os_thread.c
    utils/os_thread.c: In function 'RunThread':
    utils/os_thread.c:97: warning: cast to pointer from integer of different size
    gcc -O3 -fPIC -DPIC -fno-strict-aliasing -Wno-pointer-sign -Wall -I/home/skottish/downloads/gpac/src/gpac/include -c -o utils/list.o utils/list.c
    gcc -O3 -fPIC -DPIC -fno-strict-aliasing -Wno-pointer-sign -Wall -I/home/skottish/downloads/gpac/src/gpac/include -c -o utils/base_encoding.o utils/base_encoding.c
    gcc -O3 -fPIC -DPIC -fno-strict-aliasing -Wno-pointer-sign -Wall -I/home/skottish/downloads/gpac/src/gpac/include -c -o utils/bitstream.o utils/bitstream.c
    gcc -O3 -fPIC -DPIC -fno-strict-aliasing -Wno-pointer-sign -Wall -I/home/skottish/downloads/gpac/src/gpac/include -c -o utils/color.o utils/color.c
    In file included from /home/skottish/downloads/gpac/src/gpac/include/gpac/events.h:34,
    from /home/skottish/downloads/gpac/src/gpac/include/gpac/user.h:35,
    from utils/color.c:26:
    /home/skottish/downloads/gpac/src/gpac/include/gpac/math.h:41:18: error: math.h: No such file or directory
    make[1]: *** [utils/color.o] Error 1
    make[1]: Leaving directory `/home/skottish/downloads/gpac/src/gpac/src'
    make: *** [lib] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    You'll notice right at the end it says:
    /home/skottish/downloads/gpac/src/gpac/include/gpac/math.h:41:18: error: math.h: No such file or directory
    Really?
    [skottish@iasE gpac]$ ls /home/skottish/downloads/gpac/src/gpac/include/gpac/ | grep math.h
    math.h
    It's there. And if anyone asks, the -O3 flag is being called by GPAC, and '--disable-opt' doesn't stop the error.
    Blender also fails right away. Unlike GPAC it doesn't have a local version of math.h. I tried for testing purposes symlinking /usr/include/c++/4.3.0/tr1/math.h to /usr/include. Blender then sees math.h but fails in other ways (like not finding cmath, the next include line).
    Maybe I'm missing something here, or maybe my system is becoming ill. I've had other strange build problems lately that no one else was seeing or was able to prove. Does anyone have any idea here? I really need to get this fixed.
    Last edited by skottish (2008-05-21 11:55:58)

    Allan wrote:
    skottish wrote:/home/skottish/downloads/gpac/src/gpac/include/gpac/math.h:41:18: error: math.h: No such file or directory
    Well, math.h should be in the directory because it is the file giving the error...  It is not trying to include itself, but rather /usr/include/math.h which is owned by glibc.  It seems you are missing that file from your comment about building blender.
    I just fired up my x86_64 box and it the file /usr/include/math.h is there, so you should try reinstalling glibc.
    Well gee whiz. Knowing the answer certainly makes solving the problem easy. Thanks a bunch Allan.

  • INCLUDE File Concept Questions

    Hello All!
    I am extremely new to ABAP development; most of my experience is in Windows Programming.
    While building a Local Class Hierarchy in an INCLUDE file, I ran into a few "quirks". Hopefully, answers to these questions will help me understand the inter-op between REPORT files and INCLUDE Files much better as well.
    **NOTE** I have searched through SAP Library, this forum (admittedly, I may have missed older threads) and Googled each topic for each of these issues and not found information that satisfactorily answered my questions. I'm hoping the experts here may shed some light on my questions.
    My questions are in regard to the linking between a REPORT and an INCLUDE file. When I created the INCLUDE file, I started a new instance of SE38 and went through the option dialogs to establish the file as an INCLUDE. Then, UML in hand, I started coding. Since I am new to ABAP, I run Syntax checks regularly (Finally getting used to those periods!!!). Not suprisingly, I couldn't run a Syntax check on the include. I decided to start another instance of SE38 and open the REPORT file this INCLUDE is being built for (initially). I added the INCLUDE statement and ran a Syntax Check, Success! Ever since that point however, the quirks have been appearing.
    For instance, I would like to define Text Elements local to the include file; however, when I bring up the Text Elements Screen (from the INCLUDE file), the Text Elements from the REPORT are loaded in. Is it possible to define Text Elements Local to an INCLUDE file? If not, are INCLUDE files really intended to be used by multiple REPORTs? It would seem not since it looks to be tightly coupled to the REPORT I have it included in; # this could lead to naming conflicts with Text Elements as well #.
    I think I may have thought of a reason for the other quirk, but would like to run it by you all to see if I am on the mark. When I have the INCLUDE file open and attempt to activate it, if a syntax error is in the active version of the report due to the include file (i.e. Tables declared more then once), it will warn me before activating. I believe this is due to the fact that SAP will try make sure existing applications will not be harmed by changes to an include file. If this is true, then INCLUDE files must be fairly closely coupled with each REPORT they are included in. Is this correct?
    Thank you for your time and consideration.
    I look forward to the day I know enough to begin helping each of you as well.
    Steven Coolbaugh
    Edited by: Steven Coolbaugh on Jan 20, 2009 6:21 PM - Clarifying a Thought - # Delimited.

    Hi
    U should considere the INCLUDE is just like a box can be inserted in a program (REPORT), the include can't exist without a report (the main program).
    The include can be used to arrange the program: several thounsends of abap code lines can be in a program, if you split them in several includes, it'll be easier to read and manage the program.
    It can group components of the same type (for example the data declaration, the routine definitions,....) into the same include, in this way it'll be easier to manage the program for the maintenaces in the future.
    An include can be used by different programs, so if u need to use certain definations for many program, u can insert them in a include once and then call the include in all program u need: in this way if you update that include you'll update all program using that include.
    So you'll need to insert the corrections in the include just once instead of to repeate it for every program.
    Anyway all text elements used in include belongs to main program, not to the include, so u need to define it again for every program.
    Max

  • LabView 2010 Applicatio​n Builder for EXE Always Included files are not Included

    In LabVIEW 2010 F2, When I am using the Application Builder to build an EXE file, I have listed 10 or so files to Be "Always Included". But when I Explore the directory where the EXE was built, those "Always Included" files are not there or in any subdirectory under the EXE file.
    This frequently makes my EXE file not work properly because important files are missing. I have to spend extra debugging time to find out the the cause of my problem is missing files that the Application Builder should have transferred "Always".
    Why did the Application Builder, when building an EXE target, not include the files that should be "Always Included"?
    Why does the Application Builder ignore these files specifications?

    Dennis Knutson wrote:
    The build does include files you select. Post an example project with a small VI and some separate files where this does not happen.
    No, it does not appear that all of the files that I listed in the "Always Include" list are copied during the Build process to the Build directory or any subdirectory under that.
    The Build Source Files.jpg file shows most of the list of the files that should be "Always Included". Notice the .VI and .ctl files that are listed
    The Build Directory.jpg file shows the file in the Build directory that were built.
    The Data Directory.jpg file shows the data directory under the Build directory and may include some of the files listed in the "Always Include", but not all of them.
    The other subdirectories under the Build directory were created by me and do not include any files that were copied during the Build process.
    So not ALL of the files that were included in the "Always Include" list were copied into the Build directory area as expected. ALL of the files that are listed as "Always Include" should be copied, if they exist. Those files existed when then were selected for the List and they existed at the time of the Build.
    I can not include an example project that demonstrates this. I am prevented from doing so by the terms of an NDA. You are going to have to take my word that this event is real and happens the same way every time. This information should be sufficient for someone to investigate why do not ALL of the files listed in the "Always Include" list are copied into the Build directory area regardless of the file type or contents.
    Attachments:
    Build Source Files.jpg ‏151 KB
    Build Directory.jpg ‏125 KB
    Data Directory.jpg ‏131 KB

  • Problems using a php include file with an Add-on Domain.

    Hello,
    I am having an issue getting a php include file to work with a new add-on domain I am working on getting up and running.
    This include file is one that supplies the rest of the php code to a contact form page.  It works as it should for my original domain, same file no difference.  I made sure that the files hosted on the remote server had all read, write, execute permissions turned on.
    I have tried putting the include file in several different locations as a test, such as:
    I don't remember the exact name of the include file at the moment, as I'm at work so I will designate it below as 'includefile.php'.
    file path for add-on domain - ../public_html/lorentzpainting/includes/includefile.php
    alternatives I tried moving the file to - ../public_html/lorentzpainting/includefile.php
    When none of those options worked, I tried just pointing the path towards other places on the server that have the include file such as:
    ../public_html/includes/includefile.php
    ../public_html/includefile.php
    What can I do here?  Should I just give up on using the include and put all the code back in the page?  Doesn't seem like it should be this complicated, it works perfectly fine for my other site.. and still does.
    Thanks ahead of time to those who may assist me.

    here is the contents of the include file:
    <?php
    if (isset($_SERVER['SCRIPT_NAME']) && strpos($_SERVER['SCRIPT_NAME'],
    '.inc.php')) exit;
    // remove escape characters from POST array
    if (PHP_VERSION < 6 && get_magic_quotes_gpc()) {
      function stripslashes_deep($value) {
        $value = is_array($value) ? array_map('stripslashes_deep', $value) : stripslashes($value);
        return $value;
      $_POST = array_map('stripslashes_deep', $_POST);
      // assume that there is nothing suspect
        $suspect = false;
        // create a pattern to locate suspect phrases
        $pattern = '/Content-Type:|Bcc:|Cc:/i';
          // function to check for suspect phrases
      function isSuspect($val, $pattern, &$suspect) {
        // if the variable is an array, loop through each element
        // and pass it recursively back to the same function
        if (is_array($val)) {
          foreach ($val as $item) {
            isSuspect($item, $pattern, $suspect);
        else {
          // if one of the suspect phrases is found, set Boolean to true
          if (preg_match($pattern, $val)) {
            $suspect = true;
    //check the $_POST array and any subarrays for suspect content
    isSuspect($_POST, $pattern, $suspect);
        if (!empty($_POST['url'])) {
            $suspect = true;
        if ($suspect) {
            $mailSent = false;
            unset($missing);
        } else {
        //process the $_POST variables
        foreach ($_POST as $key => $value) {
            // assign to temporary variable and strip whitespace if not an array
            $temp = is_array($value) ? $value : trim($value);
            // if empty and required, add to $missing array
            if (empty($temp) && in_array($key, $required)) {
                array_push($missing, $key);
            } elseif (in_array($key, $expected)) {
                // otherwise, assign to a variable of the same name as $key
                ${$key} = $temp;
        //validate the email address
        if (!empty($email)) {
            // regex to identify illegal characters in email address
    $checkEmail = '/^[^@]+@[^\s\r\n\'";,@%]+$/';
    //reject the email address if it doesn't match
    if (!preg_match($checkEmail, $email)) {
        $suspect = true;
        $mailSent = false;
        unset($missing);
    //go ahead only if all required fields OK
        if (!$suspect && empty($missing)) {
    //initialize the $message variable
            $message = '';
    // loop through the $expected array
            foreach($expected as $item) {
    // assign the value of the current item to $val
                if (isset(${$item}) && !empty(${$item})) {
                    $val = ${$item};
                } else {
    // if it has no value, assign 'Not selected'
                    $val = 'Not selected';
    // if an array, expand as comma-sparated string
                if (is_array($val)) {
                    $val = implode(',', $val);
    // add label and value to the message body
      $message .= ucfirst($item).": $val\r\n\r\n";
    //limit line length to 70 characters
        $message = wordwrap($message, 70);
    //create Reply-To header
        if (!empty($email)) {
            $headers .= "\r\nReply-To: $email";
    // send it
        $mailSent = mail($to, $subject, $message, $headers);
        if ($mailSent) {
    // $missing is no longer needed if the email is sent, so unset it
            unset($missing); echo('Thank you for contacting Common Wealth Web Solutions');
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    </head>
    <body>
    </body>
    </html>

  • Pro Tools Missing  audio file message syndrom exists on Logic

    I come from Pro tools and i am a bit traumatised by this fkn Pro Tools missing audio file message for those who know what i mean..
    Is it something possible and frequent in logic when we work on a daily basis ?

    No, you simply copy the entire project folder to a flash drive and bring it home. If you have included the audio files in the project folder, which logic does by default, logic will find them just fine at home. If it asks where they are, you just hit "search" and if they're there, If you've copied the song file to your drive without including the audio files ("pilot error") then  the program can't find them. Often, I get protools sessions from clients with missing files. Sometimes the entire audio files folder is missing, but more often the missing files are out-takes that are no longer part of the arrangement, and were still in the audio file list of the song, but were not included in the folder when the project was copied and brought to me. How or why, I cannot tell you.

  • Proc*C/C++ suport for include files without .h extensions

    We have written code C++ code which is Standard C++ ver 5.0 compilant. In this version of C++ compiler the files are without .h extensions. For example <iostream.h> is now to be reffered as <iostream>. We are facing problems in compiling this code with PCC compiler
    Sample Code:
    File test1.h
    #ifndef TEST1H
    #define TEST1H
    #include<iostream>
    #include<list>
    class test
    private:
    int i;
    public:
    int k;
    #endif
    File test1.pc
    #include <iostream>
    #include<test1.h>
    int main()
    int i;
    std::cout << "Enter a value :";
    std::cin >> i;
    std::cout << std::endl;
    return 0;
    When this code is compiled with Code=cpp CPP_SUFFIX=cpp PARSE=PARTIAL options we get the following errors
    Pro*C/C++: Release 8.1.5.0.0 - Production on Fri Feb 1 12:46:00 2002
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    System default option values taken from: /oracle8/app/oracle/product/8.1.5/precomp/admin/pcscfg.cfg
    Error at line 2, column 10 in file test1.pc
    #include <iostream>
    .........1
    PCC-S-02015, unable to open include file
    Error at line 3, column 9 in file test1.h
    #include<iostream>
    ........1
    PCC-S-02015, unable to open include file
    Error at line 4, column 9 in file test1.h
    #include<list>
    ........1
    PCC-S-02015, unable to open include file
    I guess so PCC compiler does not identify include files without .h extension.
    Lata

    Do you have the SUNWhea package on your system? This package contains the headers you seem to be missing. It's on the Solaris 8 CDROM 2 of 2. If you don't know how to add packages from the CDROM, look up "Adding and Removing Software After Installing Solaris 8" in the "Solaris 8 Advanced Installation Guide" on docs.sun.com.

  • CFBuilder open included file

    Is it possibe to open an included file  by right mouse click on it similar with ColdFusion studio? I can't find it and not sure if it's a setup or somthing I'm missing
    Thanks

    I think that whichever other way one might trigger this functionality, it should also be in the context-sensitive menu.
    Adam

  • Missing license file for : WebLogic Server 6.1

    Hi there,I just installed the weblogic server and want to test the mssqlserver4 driver. I run the example.jdbc.mssqlserver4.ThreadTests.java. I met this kind of erro message:ThreadsTests - exception java.sql.SQLException: java.sql.SQLException: $$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$Missing license file for: WebLogic Server 6.1$$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$I do not know why.Philip

    Check to make sure that the directory in which you have a valid license file
    "license.bea" is included in your CLASSPATH.
    -Utpal
    "Philip" <[email protected]> wrote in message
    news:3ba8e9be$[email protected]..
    Hi there,I just installed the weblogic server and want to test themssqlserver4 driver. I run the example.jdbc.mssqlserver4.ThreadTests.java. I
    met this kind of erro message:ThreadsTests - exception
    java.sql.SQLException: java.sql.SQLException: $$$$$$$$$$$$$$$$ License
    Exception $$$$$$$$$$$$$$$$Missing license file for: WebLogic Server
    6.1$$$$$$$$$$$$$$$$ License Exception $$$$$$$$$$$$$$$$I do not know
    why.Philip

  • ASP Include File issue

    I have been trying to use a form as an include file.
    I created the file as a separate asp page, and then tried to
    add it as an
    include, the page fails when I try in on my testing server.
    If I create the
    form within the page I get no problems!!
    Also when the page displays in the design view I get the
    </Head> tag showing
    within the include file of the page.
    Anyone any suggestions to fixing these issues.
    Thanks
    Lez

    The way to think of it is that the server reads original
    page, and if it has
    an include, it grabs that and throws it in the code where you
    told it to be.
    What you get is one compiled page that goes to the browser.
    So any CSS or
    other info at the top of your calling page will affect
    everything in the
    page. Look at your page in a browser, then check out "View
    Source" and
    you'll see that it looks like one page. The browser doesn't
    know, or care,
    whether it was assembled from several parts or is just one
    whole page from
    the get go.
    So yes, it can go...as long as that CSS call is in the top of
    the calling
    page! Which I don't think it is (but it should be).
    MD
    "Lez" <[email protected]> wrote in message
    news:[email protected]...
    > Do I not need to leave the CSS link in, or will it pick
    up from the main
    > page ?
    >
    > "Mad Dog" <[email protected]> wrote
    in message
    > news:[email protected]...
    >> You still have one stray line in the include that
    doesn't belong there:
    >>
    >> <link href="standard.css" rel="stylesheet"
    type="text/css" />
    >>
    >> As to the next question, you need to set the ACTION
    to go to a forms
    >> handler. That's what will process it and send an
    email with the info they
    >> filled in to someone. The easiest thing, is to check
    with whoever is
    >> hosting the site. They usually have a forms handler
    in place (such as
    >> formmail) along with an FAQ and instructions on how
    to set it up and use
    >> it.
    >>
    >> MD
    >>
    >>
    >> "Lez" <[email protected]> wrote in
    message
    >> news:[email protected]...
    >>> OK have changed and saved the page as ASP and
    now seems to work
    >>> fine....do you know How I can send a mail to an
    email address advising
    >>> when this has been completed...have had a real
    problem sorting that one
    >>> out?
    >>> Lez
    >>>
    >>>
    >>> "Lez" <[email protected]> wrote
    in message
    >>> news:[email protected]...
    >>>> The 'INCLUDE' form page has the asp
    extension, does the main page also
    >>>> require to be an ASP, as these pages will be
    done by someone else?
    >>>>
    >>>> Thanks
    >>>> Lez
    >>>>
    >>>> "Nancy - Adobe Comm. Expert"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>> An ASP page has to have an ASP
    extension. Your page has an html
    >>>>> extension.
    >>>>>
    >>>>>
    >>>>> --
    >>>>> Nancy Gill
    >>>>> Adobe Community Expert
    >>>>> Author: Dreamweaver 8 e-book for the DMX
    Zone
    >>>>> Co-Author: Dreamweaver MX: Instant
    Troubleshooter (August, 2003)
    >>>>> Technical Editor: Dreamweaver CS3: The
    Missing Manual,
    >>>>> DMX 2004: The Complete Reference, DMX
    2004: A Beginner's Guide
    >>>>> Mastering Macromedia Contribute
    >>>>> Technical Reviewer: Dynamic Dreamweaver
    MX/DMX: Advanced PHP Web
    >>>>> Development
    >>>>>
    >>>>> "Lez"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> Sorry if I sounded off hand, I
    followed the help file that does not
    >>>>>> say remove any surrounding tags, I
    have now removed them and the page
    >>>>>> looks OK, however, the submit button
    does not submit the form. On
    >>>>>> hovering the button it displays the
    <% ==MM_editAction %> and fails
    >>>>>> to complete the insert as it should
    do.
    >>>>>>
    >>>>>> the testing URL is
    >>>>>>
    >>>>>>
    http://millmaxnetwork.com/Copy%20of%20SpecificInv_GNT_1.html
    >>>>>>
    >>>>>> Regards
    >>>>>> Lez
    >>>>>>
    >>>>>>
    >>>>>> "Mad Dog"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> What I said could very likely be
    helpful. Without seeing the pages
    >>>>>>> online or the files it's
    impossible to know for sure, but since you
    >>>>>>> said you could "get the
    </Head> tag showing within the include file
    >>>>>>> of the page" in Design View, it
    sounds like you might have more in
    >>>>>>> the include page than you
    should. As I said, an include should not
    >>>>>>> have anything other than the
    "guts" of the page. Does your include
    >>>>>>> file have any <header>,
    <body> or other "top of the page" elements
    >>>>>>> included? If so, that could be
    the culprit. From your description, I
    >>>>>>> would expect it might only
    include the area from <form> to </form>.
    >>>>>>> If this isn't being helpful and
    you already have it stripped down, I
    >>>>>>> apologize and hope you'll post a
    URL where we can see it or include
    >>>>>>> the code so someone can look at
    it.
    >>>>>>>
    >>>>>>> MD
    >>>>>>>
    >>>>>>>
    >>>>>>>
    >>>>>>> "Lez"
    <[email protected]> wrote in message
    >>>>>>>
    news:[email protected]...
    >>>>>>>>
    >>>>>>>> If you can't add anything
    helpful ....why reply ?
    >>>>>>>>
    >>>>>>>>
    >>>>>>>> "Mad Dog"
    <[email protected]> wrote in message
    >>>>>>>>
    news:[email protected]...
    >>>>>>>>> For starters, the
    include file should have nothing but the actual
    >>>>>>>>> body of the code. No
    header, no <head> tag, no <body> tag. Just
    >>>>>>>>> the guts.
    >>>>>>>>>
    >>>>>>>>> MD
    >>>>>>>>>
    >>>>>>>>>
    >>>>>>>>> "Lez"
    <[email protected]> wrote in message
    >>>>>>>>>
    news:[email protected]...
    >>>>>>>>>>I have been trying to
    use a form as an include file.
    >>>>>>>>>>
    >>>>>>>>>> I created the file
    as a separate asp page, and then tried to add
    >>>>>>>>>> it as an include,
    the page fails when I try in on my testing
    >>>>>>>>>> server. If I create
    the form within the page I get no problems!!
    >>>>>>>>>>
    >>>>>>>>>> Also when the page
    displays in the design view I get the </Head>
    >>>>>>>>>> tag showing within
    the include file of the page.
    >>>>>>>>>>
    >>>>>>>>>> Anyone any
    suggestions to fixing these issues.
    >>>>>>>>>>
    >>>>>>>>>> Thanks
    >>>>>>>>>> Lez
    >>>>>>>>>
    >>>>>>>>>
    >>>>>>>>
    >>>>>>>
    >>>>>>>
    >>>>>>
    >>>>>
    >>>>>
    >>>>
    >>>
    >>
    >>
    >

Maybe you are looking for

  • Please recommend solutions for  Cache Connect and ?

    ---> Solution I 2 servers create Cache Connect to RDBMS ---> Solution II 1 server create Cache Connect to RDBMS and create active standby pair with another server

  • Getting music off of an iPod classic

    Hi Everyone, Heres the situation: I have an Ipod classic (5th Gen I think, white, 60gb) that I used for almost three years no issue. I have tons of music on it. My dock cable developed a short and it took me a while to figure that one out. Obviously

  • How to use FM cp_cc_s_import_data

    Hi Experts,                 I want to create routing for header, operation and component allocation level . For that i am using RFC FM CP_CC_S_IMPORT_DATA. is anybody having experience ? If yes pls send me the coding for the same. Thanks Ramesh Manoh

  • Problem with Flex Beta3 and Design mode

    Hi I've installed de Flex beta 3 version and Flex exit the programm with an error feed back : VM terminated. Exit code=1 and many others parameters when I click on the Design button mode. System Vista Pro, 32 bits, french version, 4Go of RAM, video :

  • Speakers compatible with classic

    After reading the discussion about the problems people are having with the camera connector not being compatible with the classic I am now wondering if speakers designed for use with ipods like the logic3 ones are compatible or not. I plugged a £5 se