ESS603 build fails - new ESS component

Hi all,
We are upgrading our ECC system (to EHP4) and the Portal (to EHP1) and now have new ESS components that need to be built in a track in NWDI.The version of ESS is 603 SP04 and its dependencies are V7.01:
SAP_ESS 603 SP04
EP_BUILDT03P_1
SAPJEE03
SAPBUILDT03
SAPJTECHS03
SAPPPCUIGP04
All the above build fine in Development except SAP_ESS. The failure is:
at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
20090529101345 Fatal  :caused by Exception:com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailure received: Internal Server Error [(pre||post)-condition failed: Internal Server Error]:communication error: VcmFailure received: Internal Server Error [(pre||post)-condition failed: Internal Server Error]
com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailure received: Internal Server Error [(pre||post)-condition failed: Internal Server Error]
     at com.sap.cms.tcs.client.DTRCommunicator.integrateChangelist(DTRCommunicator.java:563)
Along with in the default trace file:
#1#java.lang.OutOfMemoryError
#1#java.lang.OutOfMemoryError
NOTE: that other builds (MSS, PCUI tracks) are fine. The only one thats failing is the new ESS 603 track.
Also NWDI was upgraded to EHP1 - enhancement Pack 1 - which is NW7.01. and we have been running on our NWDI system for 3 years now and have many tracks supporting production portals.
Any insights ?
Thanks, Neeta

HI Snehal,
The JDK version is 1.4.2_20b.
The Java heap for the server was increased from 2048m to 4096m, restarted the build and now it failes on the CBS import with, in the defaulttrace file, so the good news is that it went further than before but still fails:
WDI_CMSADM#c7423fd04ead11dea8a900144fec02e0#SAPEngine_Application_Thread[impl:3]_17##0#0#Error#1#/Applications/CMS/TCS#Plain###CBS throws exception during activation: Exc=com.sap.tc.cbs.client.error.CommunicationException: Read timed out (Service call exception; nested exception is:
        java.net.SocketTimeoutException: Read timed out)#
#1.#00144FEC02E000710000001B000013C100046B4B76AB7030#1243871764508#com.sap.cms.tcs.core.TCSLog#sap.com/tcSLCMS~PCS#com.sap.cms.tcs.core.TCSLog#NWDI_CMSADM#43#SAP J2EE Engine JTA Transaction : [1f6843ffffff9e0004b]#sappnwdi_NWD_526926750#NWDI_CMSADM#c7423fd04ead11dea8a900144fec02e0#SAPEngine_Application_Thread[impl:3]_17##0#0#Error#1#/Applications/CMS/TCS#Plain###more details on this error:  Exc=java.rmi.RemoteException: Service call exception; nested exception is:
        java.net.SocketTimeoutException: Read timed out#
Regards, Neeta

Similar Messages

  • Build fail!   Read component differs from expected values by dcvendor

    CBS Build Log indicates my error with the follow:
    Creation of DC proxy failed:Read component differs from expected values by dcvendor, where xxxxx.com != com.xxxxx
    The dcvendor is xxxxx.com. So who can tell me where the CBS get the "com.xxxxx"?

    Hi,
    could you please provide the complete build log which includes this error?
    Most likely the DCs cannot be built because in the DC/PP definition files, there are some illegal vendor names.
    Can you please also tell me the version of your NWDI? Is it 640? We experienced this error a long-long time ago.
    Most likely from the logs I can tell more. See the note:
    #1305991 - How to find the build log and request log of a DC
    Best Regards,
    Ervin

  • Java server component library DC build fails

    Hello,
    I have problem with building sda from Java server component library DC which contains external library DC and jars.
    Btw., I implemented newest JDI patch (note 935334) so I don't have problem with packing jars into sda.
    How did following steps:
    <b>External library DC</b>
    1. Import jars into library subfolder
    2. Add all jars to public part jarAPI, which is created with  'Provides an API for developing/compiling other DCs' setting
    3. Add all jars to new public part jarSDA, which is created with 'Can be packaged into other build results (e.g. SDAs)'
    <b>Java server component library DC</b>
    1. Add jarSDA and jarAPI to Used DCs, with <i>Build Time</i> and <i>Run Time</i> Dependency Type checked and <i>strong</i> runtime qualifier selected.
    2. Add jarAPI to Entity References of defLib public part
    3. Build Java server component library DC
    After that build fails with following error log:
    [code]createPublicParts:
      [pppacker] Packing compilation public part 'defLib'
      [pppacker] Packed   0 files for entity sap.comhomeapp_libs (SERVER_COMPONENTS)
      [pppacker] Packing entity reference gbscore/poi_libs (gbs.org), POIapi:  ()
      [pppacker] ERROR: Internal error occured
      [pppacker] ERROR: java.lang.NullPointerException
      [pppacker] ERROR:      at java.io.File.<init>(File.java:263)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.pack.ZipPacker.unpack(ZipPacker.java:364)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packEntityReferences(PPPacker.java:763)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packPublicPartContent(PPPacker.java:476)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packPublicPart(PPPacker.java:406)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.pack(PPPacker.java:359)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPackTask._execute(PPPackTask.java:233)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
      [pppacker] ERROR:      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
      [pppacker] ERROR:      at org.apache.tools.ant.Task.perform(Task.java:341)
      [pppacker] ERROR:      at org.apache.tools.ant.Target.execute(Target.java:309)
      [pppacker] ERROR:      at org.apache.tools.ant.Target.performTasks(Target.java:336)
      [pppacker] ERROR:      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
      [pppacker] ERROR:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [pppacker] ERROR:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      [pppacker] ERROR:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      [pppacker] ERROR:      at java.lang.reflect.Method.invoke(Method.java:324)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
      [pppacker] ERROR:      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
      [pppacker] ERROR:      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
      [pppacker] ERROR:      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
      [pppacker] ERROR: java.lang.NullPointerException
      [pppacker] ERROR:      at java.io.File.<init>(File.java:263)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.pack.ZipPacker.unpack(ZipPacker.java:364)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packEntityReferences(PPPacker.java:763)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packPublicPartContent(PPPacker.java:476)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.packPublicPart(PPPacker.java:406)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPacker.pack(PPPacker.java:359)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.pp.PPPackTask._execute(PPPackTask.java:233)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
      [pppacker] ERROR:      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
      [pppacker] ERROR:      at org.apache.tools.ant.Task.perform(Task.java:341)
      [pppacker] ERROR:      at org.apache.tools.ant.Target.execute(Target.java:309)
      [pppacker] ERROR:      at org.apache.tools.ant.Target.performTasks(Target.java:336)
      [pppacker] ERROR:      at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
      [pppacker] ERROR:      at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
      [pppacker] ERROR:      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      [pppacker] ERROR:      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      [pppacker] ERROR:      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      [pppacker] ERROR:      at java.lang.reflect.Method.invoke(Method.java:324)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
      [pppacker] ERROR:      at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
      [pppacker] ERROR:      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
      [pppacker] ERROR:      at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
      [pppacker] ERROR:      at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
      [pppacker] ERROR:      at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Ant runtime 0.13 seconds
    Ant build finished with ERRORS
    java.lang.NullPointerException
         at java.io.File.<init>(File.java:263)
         at com.sap.tc.buildplugin.pp.pack.ZipPacker.unpack(ZipPacker.java:364)
         at com.sap.tc.buildplugin.pp.PPPacker.packEntityReferences(PPPacker.java:763)
         at com.sap.tc.buildplugin.pp.PPPacker.packPublicPartContent(PPPacker.java:476)
         at com.sap.tc.buildplugin.pp.PPPacker.packPublicPart(PPPacker.java:406)
         at com.sap.tc.buildplugin.pp.PPPacker.pack(PPPacker.java:359)
         at com.sap.tc.buildplugin.pp.PPPackTask._execute(PPPackTask.java:233)
         at com.sap.tc.buildplugin.techdev.ant.util.BPTask.execute(BPTask.java:20)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
         at org.apache.tools.ant.Task.perform(Task.java:341)
         at org.apache.tools.ant.Target.execute(Target.java:309)
         at org.apache.tools.ant.Target.performTasks(Target.java:336)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:225)
         at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:201)
         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:324)
         at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
         at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    [/code]
    Am I doing something wrong or SAP again released something not tested?
    Thank you for your answers!
    Best regards, Ivan

    Did you also follow the instructions in note 891223? This note is referenced from note 935334 and describes how to update the Build plugins in your track(s).
    Message was edited by: Pascal Willemsen

  • Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?

    The documentation for Flash Builder 4 beta says that after opening flash from flash builder, I should click a "done" button in flash and flash should close and what I created in flash should be included as a component or container in Flash Builder.  Using the Flash Builder 4 beta on Windows, when I click on the "create in flash" button on the properties panel for either the new flash component or container, Flash CS4 opens, I create something in Flash and no "done" button is present.  Nor is anything present in the menus resembling a "done" option.  Where is it?

    Hi Jeffrey:
    Still no done button.  Now under commands in Flash I can convert symbols to flex components and containers and these show up in the Flash library.
    Thanks:
    Jim
    Date: Wed, 30 Sep 2009 09:58:10 -0600
    From: [email protected]
    To: [email protected]
    Subject: Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?
    Hi,
    You may need to install FlexComponentKit.mxp to your Flash CS4 beforehand.
    Jeffrey
    Date: Tue, 29 Sep 2009 17:04:36 -0600
    From: mailto:[email protected]
    To: mailto:[email protected]
    Subject: Flex Where is the "done" button in Flash CS4 when using Flash Builder 4's new flash component or container?
    I apparently didn't get one.  I've looked under various workspace configurations.  Another thing that seems odd is that when Flash opens I get the opening panel that allows me to select the type of file and version of AS I want to use.  I select new file with AS3.  Any ideas on why the "done" button wouldn't be present and if the opening panel is what I should expect on opening Flash after clicking the "create in Flash" button?
    >
    >

  • ERROR: tax/calc: Build failed for . . .in variant "default": Used component

    Hi Friends,
    Could anyone help me in find the way to get rid of the above error.
    I have installed and configured the JDI, and created a sample DC with java as mentioned in the help in the NWDS.
    I created the DC, i have created Java package, but when tried to build the DC, i am getting the following :
    "<i><b>
    Nov 14, 2005 3:36:26 PM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: tax/calc: Build failed for deloitte.dc.com/tax/calc(mydeloitte.org_MYDELOITTECOMPONENT_1) in variant "default": Used component not found: sap.com/tc/bi/bp/javaLib</b></i> "
    Please help me in this regard. Thanks for your time.
    Thanks,
    RP

    Seems like the SAP_BUILDT SCA is missing from your track. Did you check-in and import all three SCA's (SAP_BUILDT, SAP_JTECHS and SAP-JEE)?
    See http://help.sap.com/saphelp_nw04/helpdata/en/ab/6760b8d7b64b6eb74052eb5bdf1405/frameset.htm for more info.
    Message was edited by: Pascal Willemsen

  • DC Build Failed - Missing Component

    Hi
    From the context menu of a DC in a track after selecting "Create Project"  (for modifying as local DC) it is showing errors due to "Missing Components" under "Used Web Dynpro Component" node.
    In this process a window had asked for "Sync Development Component" ; I had proceeded with OK.
    Why it is not copying/importing dependent components ?
    Is there is any way to find out what exactly required DC's are instead of going through "Used Web Dynpro Components" ?
    Thanks in Advance
    Ananda

    Hi Ananda,
    1) Make sure that the DCs added are :
    a) properly activated
    b) the 'Build Failed' status is 'no'
    c) the  'Build needed' is also 'no'.
    2) In the WD Explorer view of NWDS, right click on your project -> Development Component -> Sync Used DCs'. Select the required DCs from the list and do a sync.
    3) Do a DC build for the project (right click on your project -> Development Component -> build).
    Even after this, if you have problems, remove and add the Used DCs once more:
    1) Under the path 'Dc Metadata -> DC Definition -> Used DCs', remove the corresponding DCs and add them once more from the active DCs list.
    2) Under your component-> Used WebDynpro Components, select the DC, right click and select 'Edit Component Usage' and then select the corresponding DC through the browse button.
    Hope this helps,
    Best Regards,
    Nibu.

  • Assembling ESS component fails in NWDI.

    Hello Experts,
    Did any one see this error before?
    We have checked in all our changes and trying to assemble ESS  component. Now While assembling I finished with errors. Can any suggest waht we need to do?
    Do I have to reimport SCA file. But, does the reimport wipe-off all the change which already exist in there.
    NWDI 7.0
    Following is the error log.
    20081030103948 Info   :Starting Step Repository-export at 2008-10-30 10:39:48.0509 -5:00
    20081030103948 Info   :Start export of sources
    20081030103948 Info   :Component: sap.com/SAP_ESS Version :JDI_Tr713M_C.20081030153947 is processed now.
    20081030103948 Info   :1. PR is of type TCSSoftwareComponent
    20081030103948 Info   :Start reading sources of SC sap.com,SAP_ESS from DTR http://www.corp
    20081030103948 Detail :Start creating PropagationList 'CMS_sap.com_SAP_ESS_22_9b90b2d48e6711ddcd0c001a642a9542'.
    20081030105301 Detail :Created PropagationList '0e0dc992a69711ddcc2d001a642a9542'.
    20081030105301 Info   :PropagationList CMS_sap.com_SAP_ESS_22_9b90b2d48e6711ddcd0c001a642a9542 added to export.
    20081030105301 Info   :Include sources physically into archive.
    20081030110346 Fatal  :caused by Exception:com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailure received: Could not perform Export Request. Response status = 500 (Internal Server Error):communication error: VcmFailure received: Could not perform Export Request. Response status = 500 (Internal Server Error)
    com.sap.cms.tcs.interfaces.exceptions.TCSCommunicationException: communication error: VcmFailure received: Could not perform Export Request. Response status = 500 (Internal Server Error)
         at com.sap.cms.tcs.client.Export.getContents(Export.java:45)
         at com.sap.cms.tcs.core.RepositoryExportTask.processRepositoryExport(RepositoryExportTask.java:167)
         at com.sap.cms.tcs.core.RepositoryExportTask.process(RepositoryExportTask.java:333)
         at com.sap.cms.tcs.process.ProcessStep.processStep(ProcessStep.java:77)
         at com.sap.cms.tcs.process.ProcessStarter.process(ProcessStarter.java:206)
         at com.sap.cms.tcs.core.TCSManager.assemblePropagationRequests(TCSManager.java:739)
         at com.sap.cms.pcs.assembly.manager.AssemblyManager.assemble(AssemblyManager.java:1068)
         at com.sap.cms.pcs.assembly.manager.AssemblyManager.startLevelAssembly(AssemblyManager.java:468)
         at com.sap.cms.pcs.assembly.manager.AssemblyManager.startQueueAssembly(AssemblyManager.java:350)
         at com.sap.cms.pcs.transport.proxy.CmsTransportProxyBean.startAssembly(CmsTransportProxyBean.java:1096)
         at com.sap.cms.pcs.transport.proxy.LocalCmsTransportProxyLocalObjectImpl2_0.startAssembly(LocalCmsTransportProxyLocalObjectImpl2_0.java:2302)
         at com.sap.cms.ui.wl.Custom1.startComponetAssembly(Custom1.java:16703)
         at com.sap.cms.ui.wl.Custom1.assembleQueue(Custom1.java:4845)
         at com.sap.cms.ui.wl.wdp.InternalCustom1.assembleQueue(InternalCustom1.java:2901)
         at com.sap.cms.ui.wl.Worklist.handleAssemblyOptionsEvent(Worklist.java:1625)
         at com.sap.cms.ui.wl.wdp.InternalWorklist.wdInvokeEventHandler(InternalWorklist.java:2991)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Component.fireEvent(Component.java:284)
         at com.sap.cms.ui.wl.wdp.InternalWorklists.wdFireEventAssemblyOptionsEvent(InternalWorklists.java:482)
         at com.sap.cms.ui.wl.Worklists.fireAssemblyOptionsEvent(Worklists.java:247)
         at com.sap.cms.ui.wl.wdp.InternalWorklists.fireAssemblyOptionsEvent(InternalWorklists.java:402)
         at com.sap.cms.ui.wl.AssemblyOptionsPopup.startAssembly(AssemblyOptionsPopup.java:1360)
         at com.sap.cms.ui.wl.AssemblyOptionsPopup.onActionStartAssemblyAndAttachToCTS(AssemblyOptionsPopup.java:715)
         at com.sap.cms.ui.wl.wdp.InternalAssemblyOptionsPopup.wdInvokeEventHandler(InternalAssemblyOptionsPopup.java:660)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:321)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(AccessController.java:215)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    20081030110346 Info   :Remove software component SAP_ESS from further processing.
    20081030110346 Info   :Step Repository-export ended with result 'error' at 2008-10-30 11:03:46.0265 -5:00

    Boiler,
    I remember having this issue and we did a restart of the NWDI server and it helped...try it..
    Shikhil

  • EjbModule Build failed ...

    Hello all,
    I am new to CAF developing, and I am experiencing this problem: When I create new CAF DC and when I add only one entity service (only adding no other customization) a try to build this occurs through building:
    0.3.2006 18:37:30 /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: test3/ejbmodule: Build failed for sk.globesy/test3/ejbmodule(MyComponents) in variant "default": JDO enhancer failed because of internal Error.
    Build log -
    Development Component Build (2006-03-30 18:37:28)
      Component name: test3/ejbmodule
      Component vendor: sk.globesy
      SC compartment: MyComponents
      Configuration: LocalDevelopment
      Location: local
      Source code location: koskarm@gn10
      DC root folder: C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\DCs\sk.globesy\test3\ejbmodule\_comp\
      DC type: J2EE
      DC subtype: EJBModule
      Host: gn10
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/ejbmodule"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/ejb20"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/jdbc20"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/jms"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
              [dcmake] validating dependency to  public part "CAFRuntimeAPI" of DC "sap.com/caf/runtime/impl"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/bi/mmr/core"
              [dcmake] validating dependency to  public part "compilation" of DC "sap.com/caf/metamodel"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.security.api.sda"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/logging"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.jdo"
              [dcmake] validating dependency to  public part "compilation" of DC "sap.com/bi/mmr/cwm_1.0_source"
              [dcmake] validating dependency to  public part "jmi" of DC "sap.com/bi/mmr/jmi"
              [dcmake] validating dependency to  public part "ClientApi" of DC "sap.com/caf/km.proxyjava"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/bi/mmr/db"
              [dcmake] validating dependency to  public part "ClientAPI" of DC "sap.com/caf/runtime/security"
              [dcmake] validating dependency to  public part "ClientAPI" of DC "sap.com/caf/core/services"
              [dcmake] validating dependency to used DC "sap.com/caf/runtime/connectivity/base"
              [dcmake] validating dependency to used DC "sap.com/caf/runtime/connectivity"
              [dcmake] validating dependency to used DC "sap.com/applocking"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.engine.client.lib"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/kernel.sda"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/ejbmodule
              [dcmake] starting build plugin from : C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.tc.ap\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\ejbmodule\_comp\gen\default\public\ejb\
    Build Plugin 'EJB Module Plugin', Version 6.40 SP 15  (630_VAL_REL, built on 2005-11-25 00:23:07 CET)
      development component: test3/ejbmodule (sk.globesy)
                       type: J2EE, subtype: EJBModule
         software component: MyComponents (sap.com)
                   location: local
            source location: koskarm@gn10
              build variant: default
          plugin start time: 2006-03-30 18:37:28 GMT+01:00 (CEST)
                    Java VM: Java HotSpot(TM) Client VM, 1.5.0_01-b08 (Sun Microsystems Inc.)
    General options:
    convert *.xlf to *.properties: yes
    include sources for debugging: yes
    Reading BuildInfrastructure extension from DC tc/bi/javatech (sap.com)
    Reading BuildInfrastructure extension from DC tc/bi/util (sap.com)
    Added technology 'sap.com/tc/bi/core'
    Added technology 'sap.com/tc/bi/javatech'
    Plugin initialized in 0.031 seconds
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Data context prepared in 0.015 seconds
    Executing macro file..
      Using macro file:     C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.tc.ap\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\ejbmodule\_comp\gen\default\public\ejb\macros\build.vm
      Creating output file: C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\DCs\sk.globesy\test3\ejbmodule\_comp\gen\default\logs\build.xml
    Macro file executed in 0.047 seconds
    Starting Ant..
      Using build file:     C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\DCs\sk.globesy\test3\ejbmodule\_comp\gen\default\logs\build.xml
      Using build target:   build
      Generation folder:    C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\t\EE76BAB34EE55D9582B939C3638F656A
    Ant build started at 2006-03-30 18:37:28 GMT+01:00 (CEST)
    Using Ant version 1.5.4
    prepare:
    compile:
         [javac] Compiling 7 source files to C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\t\EE76BAB34EE55D9582B939C3638F656A\classes
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
         [timer] Java compiler finished in 1.547 seconds
          [echo] Calling JDOEnhance task
    [jdo.enhance] Using classfile: C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\t\EE76BAB34EE55D9582B939C3638F656A\classes/globesy\sk\test3\besrv\testa\TestA.class
    [jdo.enhance] Using metadata : C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\DCs\sk.globesy\test3\ejbmodule\_comp\/ejbModule/globesy\sk\test3\besrv\testa\TestA.jdo
    [jdo.enhance] Using dst      : C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\t\EE76BAB34EE55D9582B939C3638F656A\classes
    Error while enhancing: JDO ENHANCER: At least one error occurred while enhancing input class for Transparent Persistence; detailed message(s): I/O error while reading input stream or input stream does not denote a valid Java class.
    com.sap.jdo.enhancer.EnhancerUserException: JDO ENHANCER: At least one error occurred while enhancing input class for Transparent Persistence; detailed message(s): I/O error while reading input stream or input stream does not denote a valid Java class.
         at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile(Enhancer.java:238)
         at com.sap.jdo.enhancer.Main.enhanceClassFile(Main.java:516)
         at com.sap.jdo.enhancer.Main.enhanceInputFiles(Main.java:474)
         at com.sap.jdo.enhancer.Main.process(Main.java:139)
         at com.sap.jdo.anttasks.JDOEnhance.run(JDOEnhance.java:99)
         at com.sap.jdo.anttasks.JDOEnhance.execute(JDOEnhance.java:82)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
         at org.apache.tools.ant.Task.perform(Task.java:341)
         at org.apache.tools.ant.Target.execute(Target.java:309)
         at org.apache.tools.ant.Target.performTasks(Target.java:336)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1339)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:217)
         at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:193)
         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:585)
         at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:345)
         at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:175)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5548)
         at com.sap.caf.designer.actions.DcBuildAction.buildDCsForDevConfig(DcBuildAction.java:768)
         at com.sap.caf.designer.actions.DcBuildAction.access$300(DcBuildAction.java:84)
         at com.sap.caf.designer.actions.DcBuildAction$1.run(DcBuildAction.java:500)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    aborted with errors.
    Ant build finished with ERRORS
    file:C:/Documents and Settings/koskarm/.dtc/LocalDevelopment/DCs/sk.globesy/test3/ejbmodule/_comp/gen/default/logs/build.xml:308: JDO enhancer failed because of internal Error.
    Ant build finished at 2006-03-30 18:37:30 GMT+01:00 (CEST), Duration: 1.75 seconds
    Build finished with ERROR
    Cleaning up.
    Total build plug-in runtime: 2.109 seconds
    My coleague have installed fresh installation of NWDS SPS15 and the same example on his installation work fine. All building proccesses are successfully executed. I tried it several times, everytime same result. I tried to use fresh workspace, tried to delete whole content in ./dtc.
    I compared every file with coleague installation. But no success. I am running out of ideas what should I do with it.
    If anyone was facing similar problem or have any idea. I will be glad to read it.
    Thanks
    Best regards Miroslav Koskar

    Hi,
    I have similar error:
    Can anybody help me?
    Regards.
    [jdo.enhance] WARNING: Caused by: com.sap.jdo.enhancer.util.UserException: The byte code of the class file has version 1.6. This is not supported by the JDO enhancer. Please compile with the option -target 1.5.
    [jdo.enhance] WARNING: at com.sap.jdo.enhancer.classfile.ClassFile.assertSupportedVersion(ClassFile.java:101)
    [jdo.enhance] WARNING: at com.sap.jdo.enhancer.classfile.ClassFile.<init>(ClassFile.java:364)
    [jdo.enhance] WARNING: at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile1(Enhancer.java:144)
    [jdo.enhance] WARNING: at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile(Enhancer.java:192)
    [jdo.enhance] WARNING: ... 45 more
    [jdo.enhance] aborted with errors.
    Ant runtime 1.07 seconds
    Ant build finished with ERRORS
    JDO enhancer failed because of unknown Error: 1
    Build stopped due to an error: JDO enhancer failed because of unknown Error: 1
    Build plugin finished at 2013-03-14 12:59:22 GMT+01:00 (CET)
    Total build plugin runtime: 1.34 seconds
    Build finished with ERROR

  • Central build fails when checking in an activity

    I have a web dynpro application that uses a javabean as model. The javabean has several properties that are of type collection that are mapped to DTOs that consist of simple types. I had to add a new simple type (integer) to one of the DTOs and made the same change in web dynpro by adding the integer property to the appropriate model class.
    I did a reload + rebuild in web dynpro, dragged the new model attribute from the model to the component controller and added the attribute to my view. I then did a DC build and then a DC deploy and the application works. I can retrieve, update and add values from the database with the new field.
    When I go to check my activity in, the central build fails and the failure is related to the new attribute that was added.  Im wondering in the problem is related to problems with the NWDI server, as it was restarted several times this week while I had my activity open. 
    When I browse to the dev/inactive branch in the DTR, I can see the new attribute that was added to JobPartDTO.java class in the DTO DC and I can see the new attribute that was added to the JobPartDTO.wdmodelclass in the web dynpro DC. In the dev/active branch, theses changes are not present.
    Here are the errors from the CBS log.
    [echo] Starting Java compiler
         [javac] Compiling 73 source files to /usr/sap/DJD/JC50/j2ee/cluster/server0/temp/CBS/eb/.B/10398/t/E63CF921E07C342BC77B3BB9E227D7A8/classes
    /usr/sap/DJD/JC50/j2ee/cluster/server0/temp/CBS/eb/.B/10398/t/E63CF921E07C342BC77B3BB9E227D7A8/gwd/packages/com/company/dev/jsets/wdp/wdp/IPublicJobSetsComp.java:12771: cannot resolve symbol
    symbol  : method getOperSeqNo ()
    location: class com.company.dev.jsets.dto.JobPartDTO
          return gen_modelInstance.getOperSeqNo();
                                  ^
    /usr/sap/DJD/JC50/j2ee/cluster/server0/temp/CBS/eb/.B/10398/t/E63CF921E07C342BC77B3BB9E227D7A8/gwd/packages/com/company/dev/jsets/wdp/wdp/IPublicJobSetsComp.java:12779: cannot resolve symbol
    symbol  : method setOperSeqNo (int)
    location: class com.company.dev.jsets.dto.JobPartDTO
          gen_modelInstance.setOperSeqNo(value);
                           ^
    /usr/sap/DJD/JC50/j2ee/cluster/server0/temp/CBS/eb/.B/10398/t/E63CF921E07C342BC77B3BB9E227D7A8/gwd/packages/com/company/dev/jsets/wdp/wdp/IPublicJobSetsComp.java:12791: cannot resolve symbol
    symbol  : method getOperSeqNo ()
    location: class com.company.dev.jsets.dto.JobPartDTO
              return new Integer(gen_modelInstance.getOperSeqNo());
                                                  ^
    /usr/sap/DJD/JC50/j2ee/cluster/server0/temp/CBS/eb/.B/10398/t/E63CF921E07C342BC77B3BB9E227D7A8/gwd/packages/com/company/dev/jsets/wdp/wdp/IPublicJobSetsComp.java:12808: cannot resolve symbol
    symbol  : method setOperSeqNo (int)
    location: class com.company.dev.jsets.dto.JobPartDTO
              gen_modelInstance.setOperSeqNo(((Number)value).intValue());
                               ^
    /usr/sap/DJD/JC50/j2ee/cluster/server0/temp/CBS/eb/.B/10398/t/E63CF921E07C342BC77B3BB9E227D7A8/gwd/packages/com/company/dev/jsets/wdp/wdp/IPublicJobSetsComp.java:12820: cannot resolve symbol
    symbol  : method getOperSeqNo ()
    location: class com.company.dev.jsets.dto.JobPartDTO
              return gen_modelInstance.getOperSeqNo();
                                      ^
    /usr/sap/DJD/JC50/j2ee/cluster/server0/temp/CBS/eb/.B/10398/t/E63CF921E07C342BC77B3BB9E227D7A8/gwd/packages/com/company/dev/jsets/wdp/wdp/IPublicJobSetsComp.java:12829: cannot resolve symbol
    symbol  : method setOperSeqNo (int)
    location: class com.company.dev.jsets.dto.JobPartDTO
              gen_modelInstance.setOperSeqNo((int)value);
                               ^
    /usr/sap/DJD/JC50/j2ee/cluster/server0/temp/CBS/eb/.B/10398/t/E63CF921E07C342BC77B3BB9E227D7A8/gwd/packages/com/company/dev/jsets/wdp/JobSetsComp.java:3052: cannot resolve symbol
    symbol  : method setOperSeqNo (int)
    location: class com.company.dev.jsets.dto.JobPartDTO
                   dto.setOperSeqNo(operSeqNo);
                               ^
    7 errors

    The problem has fixed itself! I made some new additional changes to my DAO and EJB  and checked in my activity. This detected all the predecessors activities and central build was successful, even in the CMS!

  • DC build fails: unknown entity type

    Hi,
    I'm trying to create a Development Component of type: "External Library". But i am unable to build it in both nwds st 16 and 14.
    Whenever I create a public part, building the DC fails:
    Build failed... in variant "default": unknown entity type 'Archive'.
    This error seems similar to the one posted on
    Build Error  - Unknown Entity Type
    But installing the patched nwds14 or installing nwds16 did not solve the problem.
    has anyone know how to solve this?
    thanks,
    Michael
    Here the entire stack trace:
    Error: com.sap.tc.buildplugin.util.ConfigurationException: Duplicate technology definition: 'sap.com/tc/bi/javatech'
         at com.sap.tc.buildplugin.ext.ExtensionManager.readTechnology(ExtensionManager.java:278)
         at com.sap.tc.buildplugin.ext.ExtensionManager.loadExtensionFile(ExtensionManager.java:196)
         at com.sap.tc.buildplugin.ext.ExtensionManager.loadExtension(ExtensionManager.java:166)
         at com.sap.tc.buildplugin.ext.ExtensionManager.initializeExtensions(ExtensionManager.java:99)
         at com.sap.tc.buildplugin.TechnologyManager.initialize(TechnologyManager.java:28)
         at com.sap.tc.buildplugin.AbstractPlugin.initialize(AbstractPlugin.java:591)
         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:324)
         at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:32)
         at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:354)
         at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:176)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5559)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.buildDCsForDevConfig(BuildAction.java:307)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction.access$200(BuildAction.java:58)
         at com.sap.ide.eclipse.component.provider.actions.dcproject.BuildAction$1.run(BuildAction.java:212)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    Plugin initialized in 0.718 seconds
    Error: unknown entity type 'Archive'.

    Hi,
    a more precise solution for the "Duplicate technology definition" problem: Search for files named "bpfextension.xml" in the eclipse/plugins/com.sap.tc.ap/comp/SAP_BUILDT folder and delete them.
    The build logic uses these descriptor files as extensions mechanism, but the files were renamed from "bpfextension.xml" to ".bpfext" in SP16. If you just copy a new IDE over an older installation you end up with both files and then you get the "Duplicate technology..." error. 
    Marc

  • Build Fails for Alsaplayer in ABS

    Hi all,
    I couldn't get alsaplayer to run in GUI mode, but I found this thread that had the answer: http://bbs.archlinux.org/viewtopic.php?id=42168.  So I followed the ABS wiki's directions for setting up ABS and I tried to run for alsaplayer (with the one line change in the PKGBUILD) , but the build fails after configuring.  Here's the full console output:
    aclocal.m4:14: error: this file was generated for autoconf 2.61.
    You have another version of autoconf. If you want to use that,
    you should regenerate the build system entirely.
    aclocal.m4:14: the top level
    autom4te: /usr/bin/m4 failed with exit status: 63
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc
    checking for C compiler default output file name... a.out
    checking whether the C compiler works... yes
    checking whether we are cross compiling... no
    checking for suffix of executables...
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc accepts -g... yes
    checking for gcc option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc... gcc3
    checking how to run the C preprocessor... gcc -E
    checking for g++... g++
    checking whether we are using the GNU C++ compiler... yes
    checking whether g++ accepts -g... yes
    checking dependency style of g++... gcc3
    checking for a BSD-compatible install... /bin/install -c
    checking whether NLS is requested... yes
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking for grep that handles long lines and -e... /bin/grep
    checking for egrep... /bin/grep -E
    checking whether we are using the GNU C Library 2 or newer... yes
    checking for ranlib... ranlib
    checking for simple visibility declarations... yes
    checking for inline... inline
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for size_t... yes
    checking for stdint.h... yes
    checking for working alloca.h... yes
    checking for alloca... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... yes
    checking for working mmap... yes
    checking whether integer division by zero raises SIGFPE... yes
    checking for inttypes.h... yes
    checking for unsigned long long int... yes
    checking for inttypes.h... (cached) yes
    checking whether the inttypes.h PRIxNN macros are broken... no
    checking for ld used by GCC... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for shared library run path origin... done
    checking whether imported symbols can be declared weak... yes
    checking pthread.h usability... yes
    checking pthread.h presence... yes
    checking for pthread.h... yes
    checking for pthread_kill in -lpthread... yes
    checking for pthread_rwlock_t... yes
    checking for multithread API to use... posix
    checking argz.h usability... yes
    checking argz.h presence... yes
    checking for argz.h... yes
    checking for inttypes.h... (cached) yes
    checking limits.h usability... yes
    checking limits.h presence... yes
    checking for limits.h... yes
    checking for unistd.h... (cached) yes
    checking sys/param.h usability... yes
    checking sys/param.h presence... yes
    checking for sys/param.h... yes
    checking for getcwd... yes
    checking for getegid... yes
    checking for geteuid... yes
    checking for getgid... yes
    checking for getuid... yes
    checking for mempcpy... yes
    checking for munmap... yes
    checking for stpcpy... yes
    checking for strcasecmp... yes
    checking for strdup... yes
    checking for strtoul... yes
    checking for tsearch... yes
    checking for argz_count... yes
    checking for argz_stringify... yes
    checking for argz_next... yes
    checking for __fsetlocking... yes
    checking whether feof_unlocked is declared... yes
    checking whether fgets_unlocked is declared... yes
    checking for iconv... yes
    checking for iconv declaration...
    extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
    checking for NL_LOCALE_NAME macro... yes
    checking for bison... bison
    checking version of bison... 2.3, ok
    checking for long long int... yes
    checking for long double... yes
    checking for wchar_t... yes
    checking for wint_t... yes
    checking for intmax_t... yes
    checking whether printf() supports POSIX/XSI format strings... yes
    checking whether we are using the GNU C Library 2.1 or newer... yes
    checking for stdint.h... (cached) yes
    checking for SIZE_MAX... yes
    checking for stdint.h... (cached) yes
    checking for CFPreferencesCopyAppValue... no
    checking for CFLocaleCopyCurrent... no
    checking for ptrdiff_t... yes
    checking stddef.h usability... yes
    checking stddef.h presence... yes
    checking for stddef.h... yes
    checking for stdlib.h... (cached) yes
    checking for string.h... (cached) yes
    checking for asprintf... yes
    checking for fwprintf... yes
    checking for putenv... yes
    checking for setenv... yes
    checking for setlocale... yes
    checking for snprintf... yes
    checking for wcslen... yes
    checking whether _snprintf is declared... no
    checking whether _snwprintf is declared... no
    checking whether getc_unlocked is declared... yes
    checking for nl_langinfo and CODESET... yes
    checking for LC_MESSAGES... yes
    checking for CFPreferencesCopyAppValue... (cached) no
    checking for CFLocaleCopyCurrent... (cached) no
    checking whether included gettext is requested... no
    checking for GNU gettext in libc... yes
    checking whether to use NLS... yes
    checking where the gettext function comes from... libc
    checking whether ln -s works... yes
    checking for a sed that does not truncate output... /bin/sed
    checking for ld used by gcc... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -B
    checking how to recognize dependent libraries... pass_all
    checking dlfcn.h usability... yes
    checking dlfcn.h presence... yes
    checking for dlfcn.h... yes
    checking how to run the C++ preprocessor... g++ -E
    checking for g77... no
    checking for xlf... no
    checking for f77... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for xlf90... no
    checking for f90... no
    checking for pgf90... no
    checking for pghpf... no
    checking for epcf90... no
    checking for gfortran... gfortran
    checking whether we are using the GNU Fortran 77 compiler... yes
    checking whether gfortran accepts -g... yes
    checking the maximum length of command line arguments... 1572864
    checking command to parse /usr/bin/nm -B output from gcc object... ok
    checking for objdir... .libs
    checking for ar... ar
    checking for ranlib... (cached) ranlib
    checking for strip... strip
    checking for correct ltmain.sh version... yes
    checking if gcc supports -fno-rtti -fno-exceptions... no
    checking for gcc option to produce PIC... -fPIC
    checking if gcc PIC flag -fPIC works... yes
    checking if gcc static flag -static works... yes
    checking if gcc supports -c -o file.o... yes
    checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    checking for ld used by g++... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking for g++ option to produce PIC... -fPIC
    checking if g++ PIC flag -fPIC works... yes
    checking if g++ static flag -static works... yes
    checking if g++ supports -c -o file.o... yes
    checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking for gfortran option to produce PIC... -fPIC
    checking if gfortran PIC flag -fPIC works... yes
    checking if gfortran static flag -static works... yes
    checking if gfortran supports -c -o file.o... yes
    checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether gcc and cc understand -c and -o together... yes
    checking whether make sets $(MAKE)... (cached) yes
    checking for libmikmod-config... /usr/bin/libmikmod-config
    checking for libmikmod - version >= 3.1.7... yes, `/usr/bin/libmikmod-config --version`
    checking for Ogg... yes
    checking for Vorbis... yes
    checking for audiofile-config... /usr/bin/audiofile-config
    checking for Audio File Library - version >= 0.1.7... yes
    checking for afOpenFile in -laudiofile... yes
    checking for ANSI C header files... (cached) yes
    *** Disabling OpenGL plugins per user request ***
    checking for FLAC__stream_decoder_new in -lFLAC... yes
    checking for FLAC__stream_decoder_init_ogg_stream in -lFLAC... yes
    checking for mad_stream_init in -lmad... yes
    checking for id3_file_open in -lid3tag... yes
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for JACK... yes
    checking for xosd_create in -lxosd... no
    checking for GLIB2... yes
    checking for GTK2... yes
    checking for SNDFILE... yes
    checking for pthread_create in -lpthread... yes
    checking for ANSI C header files... (cached) yes
    checking for dirent.h that defines DIR... yes
    checking for library containing opendir... none required
    checking fcntl.h usability... yes
    checking fcntl.h presence... yes
    checking for fcntl.h... yes
    checking malloc.h usability... yes
    checking malloc.h presence... yes
    checking for malloc.h... yes
    checking sys/ioctl.h usability... yes
    checking sys/ioctl.h presence... yes
    checking for sys/ioctl.h... yes
    checking sys/time.h usability... yes
    checking sys/time.h presence... yes
    checking for sys/time.h... yes
    checking for unistd.h... (cached) yes
    checking linux/cdrom.h usability... yes
    checking linux/cdrom.h presence... yes
    checking for linux/cdrom.h... yes
    checking sys/soundcard.h usability... yes
    checking sys/soundcard.h presence... yes
    checking for sys/soundcard.h... yes
    checking sys/audioio.h usability... no
    checking sys/audioio.h presence... no
    checking for sys/audioio.h... no
    checking audio/audiolib.h usability... no
    checking audio/audiolib.h presence... no
    checking for audio/audiolib.h... no
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking mad.h usability... yes
    checking mad.h presence... yes
    checking for mad.h... yes
    checking id3tag.h usability... yes
    checking id3tag.h presence... yes
    checking for id3tag.h... yes
    checking FLAC/stream_decoder.h usability... yes
    checking FLAC/stream_decoder.h presence... yes
    checking for FLAC/stream_decoder.h... yes
    checking OggFLAC/stream_decoder.h usability... no
    checking OggFLAC/stream_decoder.h presence... no
    checking for OggFLAC/stream_decoder.h... no
    checking for alsa version... found latest
    checking for esd-config... /usr/bin/esd-config
    checking for ESD - version >= 0.2.4... yes
    checking for alOpenPort in -laudio... no
    checking for AuStartFlow in -laudio... no
    checking for doxygen... false
    configure: WARNING: *** doxygen not found, docs will not be built
    checking machine architecture... i686
    checking for gcc optimization flags... -O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -Wall
    checking for an ANSI C-conforming const... yes
    checking for size_t... (cached) yes
    checking whether gcc needs -traditional... no
    checking for working memcmp... yes
    checking for stdlib.h... (cached) yes
    checking for unistd.h... (cached) yes
    checking for getpagesize... (cached) yes
    checking for working mmap... (cached) yes
    checking for madvise... yes
    checking for strdup... (cached) yes
    checking for strstr... yes
    configure: creating ./config.status
    config.status: creating intl/Makefile
    config.status: creating po/Makefile.in
    config.status: creating Makefile
    config.status: creating alsaplayer.1
    config.status: creating alsaplayer.pc
    config.status: creating alsaplayer.spec
    config.status: creating app/Makefile
    config.status: creating interface/Makefile
    config.status: creating interface/gtk2/Makefile
    config.status: creating interface/gtk2/pixmaps/Makefile
    config.status: creating interface/text/Makefile
    config.status: creating interface/daemon/Makefile
    config.status: creating interface/xosd/Makefile
    config.status: creating scopes2/Makefile
    config.status: creating scopes2/monoscope/Makefile
    config.status: creating scopes2/levelmeter/Makefile
    config.status: creating scopes2/spacescope/Makefile
    config.status: creating scopes2/logbarfft/Makefile
    config.status: creating scopes2/synaescope/Makefile
    config.status: creating scopes2/blurscope/Makefile
    config.status: creating scopes2/opengl_spectrum/Makefile
    config.status: creating output/Makefile
    config.status: creating output/alsa-0.5.x/Makefile
    config.status: creating output/alsa-final/Makefile
    config.status: creating output/jack/Makefile
    config.status: creating output/oss/Makefile
    config.status: creating output/esound/Makefile
    config.status: creating output/sgi/Makefile
    config.status: creating output/sparc/Makefile
    config.status: creating output/null/Makefile
    config.status: creating output/nas/Makefile
    config.status: creating input/Makefile
    config.status: creating input/mad/Makefile
    config.status: creating input/cdda/Makefile
    config.status: creating input/mikmod/Makefile
    config.status: creating input/wav/Makefile
    config.status: creating input/vorbis/Makefile
    config.status: creating input/audiofile/Makefile
    config.status: creating input/flac/Makefile
    config.status: creating input/sndfile/Makefile
    config.status: creating reader/Makefile
    config.status: creating reader/file/Makefile
    config.status: creating reader/http/Makefile
    config.status: creating alsaplayer/Makefile
    config.status: creating libalsaplayer/Makefile
    config.status: creating extra/Makefile
    config.status: creating examples/Makefile
    config.status: creating m4/Makefile
    config.status: creating docs/Makefile
    config.status: creating docs/reference.doxygen
    config.status: creating config.h
    config.status: config.h is unchanged
    config.status: executing depfiles commands
    config.status: executing po-directories commands
    config.status: creating po/POTFILES
    config.status: creating po/Makefile
    Configuration:
    Install path: /usr
    Use libmad shared library: yes
    Enable libid3tag support: yes
    Build GTK2 interface: yes
    Build XOSD interface: no
    Build OpenGL based visual plugins: no
    Build alsa 0.5.x output plugin: no
    Build alsa 0.9.x output plugin: yes
    Build jack output plugin: yes
    Build oss output plugin: yes
    Build esound output plugin: yes
    Build sparc output plugin: no
    Build sgi output plugin: no
    Build nas output plugin: no
    Build vorbis input plugin: yes
    Build cdda input plugin: yes
    Build mikmod input plugin: yes
    Build audiofile input plugin: yes
    Build FLAC input plugin: yes
    Included OggFLAC input plugin: yes
    Separated OggFLAC input plugin: no
    Build sndfile input plugin: yes
    Now type 'make' to build AlsaPlayer.
    make all-recursive
    make[1]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80'
    Making all in intl
    make[2]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/intl'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/intl'
    Making all in po
    make[2]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/po'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/po'
    Making all in interface
    make[2]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface'
    Making all in gtk2
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/gtk2'
    Making all in pixmaps
    make[4]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/gtk2/pixmaps'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/gtk2/pixmaps'
    make[4]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/gtk2'
    make[4]: Nothing to be done for `all-am'.
    make[4]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/gtk2'
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/gtk2'
    Making all in text
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/text'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/text'
    Making all in daemon
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/daemon'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/daemon'
    Making all in xosd
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/xosd'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface/xosd'
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface'
    make[2]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/interface'
    Making all in output
    make[2]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output'
    Making all in alsa-0.5.x
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/alsa-0.5.x'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/alsa-0.5.x'
    Making all in alsa-final
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/alsa-final'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/alsa-final'
    Making all in oss
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/oss'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/oss'
    Making all in esound
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/esound'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/esound'
    Making all in sgi
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/sgi'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/sgi'
    Making all in sparc
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/sparc'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/sparc'
    Making all in nas
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/nas'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/nas'
    Making all in null
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/null'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/null'
    Making all in jack
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/jack'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output/jack'
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output'
    make[2]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/output'
    Making all in input
    make[2]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input'
    Making all in cdda
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/cdda'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/cdda'
    Making all in audiofile
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/audiofile'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/audiofile'
    Making all in mikmod
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/mikmod'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/mikmod'
    Making all in wav
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/wav'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/wav'
    Making all in vorbis
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/vorbis'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/vorbis'
    Making all in mad
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/mad'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/mad'
    Making all in flac
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/flac'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/flac'
    Making all in sndfile
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/sndfile'
    make[3]: Nothing to be done for `all'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input/sndfile'
    make[3]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input'
    make[3]: Nothing to be done for `all-am'.
    make[3]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input'
    make[2]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/input'
    Making all in app
    make[2]: Entering directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/app'
    g++ -DHAVE_CONFIG_H -I. -I.. -I../alsaplayer -I../libalsaplayer -DLOCALEDIR=\"/usr/share/locale\" -D_REENTRANT -DADDON_DIR=\"/usr/lib/alsaplayer\" -O2 -fexpensive-optimizations -funroll-loops -finline-functions -ffast-math -Wall -march=i686 -mtune=generic -O2 -pipe -march=i686 -mtune=generic -O2 -pipe -MT alsaplayer-ControlSocket.o -MD -MP -MF .deps/alsaplayer-ControlSocket.Tpo -c -o alsaplayer-ControlSocket.o `test -f 'ControlSocket.cpp' || echo './'`ControlSocket.cpp
    ControlSocket.cpp: In function 'void socket_looper(void*)':
    ControlSocket.cpp:150: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:151: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:154: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:158: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:161: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:164: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:167: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:170: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:173: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:176: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:184: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:188: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:192: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:196: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:201: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:206: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:209: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:212: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:214: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:219: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:223: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:229: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:235: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:239: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:243: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:245: error: 'PATH_MAX' was not declared in this scope
    ControlSocket.cpp:246: error: 'save_path' was not declared in this scope
    ControlSocket.cpp:248: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:257: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:261: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:267: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:268: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:272: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:273: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:277: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:278: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:282: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:283: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:286: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:292: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:298: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:319: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:322: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:323: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:326: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:332: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:337: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:339: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:345: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:346: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:351: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:353: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:359: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:360: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:366: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:367: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:373: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:374: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:380: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:381: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:387: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:388: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:394: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:395: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:400: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:401: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:407: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:408: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:414: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:415: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:421: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:422: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:428: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:429: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:435: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:436: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:441: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:444: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:446: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:451: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:452: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:457: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:471: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:475: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:486: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:489: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:490: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:495: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:496: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:501: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:502: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:507: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:508: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:513: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:515: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:520: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:521: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:524: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:526: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:527: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:530: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:535: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:537: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:539: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:542: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:547: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:550: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:553: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:558: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:561: warning: deprecated conversion from string constant to 'char*'
    ControlSocket.cpp:564: warning: deprecated conversion from string constant to 'char*'
    make[2]: *** [alsaplayer-ControlSocket.o] Error 1
    make[2]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80/app'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/zephyr/abs/alsaplayer/src/alsaplayer-0.99.80'
    make: *** [all] Error 2
    I figure it's those 2 errors in the middle of make that are holding it up, but I don't have a clue how to fix it. 
    thanks,
    progrock

    If you know how to write a patch or feel like learning, put one together, file a bug report, and submit the patch with it. If you don't feel like writing a patch, just submit a bug report that says that app/ContolSocket.cpp needs "include <climits>" to build. Either way is good.
    Last edited by skottish (2008-08-08 04:03:17)

  • Executable build failing with no error message with smtp email VIs

    I have a VI which I want to build into a .exe which will be used as an HMI for a real-time system. I am using the SMTP VIs to text/email me various notifications about the system state. The main VI works fine if run but will not build into an .exe. The error message comes back blank so no help there (LabView 2010). If I just simply disable the portion of the code in the HMI.VI which contains the email VI code, the application builds. I searched for anwers and was unable to resolve the problem. Any ideas? Do I need to include anything in the build that is specific to the LabView SMTP VIs? I'm new to building .exe's so I appologize for any rookie mistakes I may have made.
    Thanks.

    mikeporter wrote:
    You said you searched for answers (on the forum?).
    Yes.
    What did you find?
    I found a bunch of topics on email send errors after the application was built but nothing related to .exe building failures (related to the SMTP/email VIs). I also found topics dicussing the bug that fails to report an (any) error during the .exe build (for 2011). The solution was to install the service pack. if that's my problem then I will have to go through the motions to get that done (corporate computers / lack of persmissons and such).
    What have you tried? This question has been answered many, many, many times.
    I tried what I stated in the OP. If I disable the portion of the code which contains the email SMTP VIs, the application builds, otherwise, the build fails and no error code or description is given.
    PS: probably has nothing to do with the SMTP drivers, per se.
    If the answer has been given many, many times, then I appologize for not being able to find it before posting. Trust me, the last thing I want to is waste my time fishing for answers on the forum, especially when I get a response from forum members who would rather point out that my mis-identified problem has been answered many, many times, rather then just helping me out.

  • Building a new computer.. video card help?

    im building a new system, planning to use after effects CS5 on it, and these are the specs.
    Intel Core i7 930 2.8 GHz w/ 8mb cache
    Asus P6T SE Motherboard
    2 x 500GB Caviar Black 7200 RPM SATA HD (linked somehow.. raid, maybe? he said it's show up as one drive and be faster)
    2 TB 5400 RPM Additional storage drive.
    Patriot Extreme Performance Viper II Series DDR3 12GB (6 x 2GB)
    GeForce GTS 250 512MB PCI-E w/ DVI, HDMI
    and a 24" Samsung Display.
    This has run me 2200, already a little over over my budget?
    My question is, is it worth the upgrade to a 285 (or maybe a Quadro)? This'll cost probably 300-400 more dollars. How different will it really be with this Mercury Playback Engine?

    If you build the PC and it has RAID you can use a RAID 0 (striping).  It
    reads and writes faster but if one drive fails all is lost as each drive only contains half of
    the data.  I run an ICor7 920 2.66 that boots from a Western Digital 10K hard drive and runs two 500 GB drives in a RAID 0 for data drive.  I didn't get the boost I expected from the RAID 0.  I run two monitors with a 512 MB NVidia 8400 video card running my editing screen and a 1 GB NVidia 9500 running my display monitor.  It works pretty well.  The CS5 x64 really made it better but if I have too many layered sequences I have to reduce the monitoring to 1/4 res.  I run Windows7 x64.

  • VS Project build fails on TSQL Code in script.

    Hi there,
    I have the following issue on which I've done some research, but nothing helps.
    The database project I am working on compiles everything but one script. The scripts folder has 3 scripts, a controller that calls the remainder two.
    One of these scripts fail on SQL syntax which is weird because they seem to be okay and SSMS would not complain. Having experimented a little I found that any SQL statement fails on syntax, there must be a configuration issue here.
    What I have tried so far:
    -add the script as a stored procedure and reference it within the script, so that the script will have one line only (EXEC usp_BuildTestData - it is needless to say that the stored procedure compiles well...)
    -create a new script file (without build) from within VS.
    -check if the script file BuildAction property is set to None
    -load the script file and switch off the SQLCMD mode in t-SQL Editor Execution settings.
    Build still fails with SQL72007: The syntax check failed 'Incorrect syntax near EXEC' in the batch near 'EXEC usp_BuildTestData '.
    I thought this was a common error or at least something I could easily find a solution for.
    Unfortunately VS is somewhat new to me.
    Any ideas are appreciated.
    Versions:
    Visual Studio Pro 2012 (Version 11.0.50727.1 RTMREL) (.Net FW: 4.5.50709)
    Target database version: SQL 2008R2 (this is set in the project's target platform setting)

    Hi Tina,
    Thank you for getting back to me. I inherited the project file in subject therefore I cannot tell how it was created. But, I tried re-creating the database project from scratch that resulted in the same error. Steps below:
    -Select New Solution/ new SQL Server database project
    -Copy the sql files and folders into solution folder then map them into the project file
    -build the project.
    The database is based upon C#.
    The idea of the post deployment script is that it builds test data in the freshly deployed application. It uses a linked server that points to production and selects some data.
    I continued experimenting with the post deployment script and found something interesting.
    So 1 of the invoked scripts fail on the SQL syntax. This is a simple line EXEC usp_BuildTestData.
    The other that compiles well is an ALTER VIEW. I pasted the EXEC... line after this and it worked. It builds now. (I have removed the remaining empty script file, so I have 1 post deployment script file now that invokes 1 script only.
    I tried comparing the two files but concluded in the fact that each property is the same (Buildaction=None, CopyAlways) in both files.
    This proves to me that the SQL code was correct, I did not leave obvious mistakes in it.
    The "bad" script file fails on syntax, regardless of what I give in. I tried recreating by clicking 'Add new item' then selecting Script (Not in build). Did not help unfortunately. Once referenced in the PostDeployment script, build fails.

  • Build failed

    I use BPM standalone 10g and BPM studio 10g.
    I copy the AntTasks folder to F:
    Then, I change the BPMHOME of all files.
    Then, I ran the ant.
    However, the ant is fail.
    Error mesage:
    F:\AntTasks\build.xml: 268: The file or path you specified (..\..\basic) is invalid relative to F:\AntTasks
    or The command line shows error:
    Build failed
    F:\AntTasks\build.xml:268: Cannot resolve path F:\AntTasks\..\..\basic
    The build file is like that
    <property name="bpm.projects.dir" value="${basedir}/../../basic" />
    <property name="fuego.basedir" value="D:\BPM_HOME" />
    How to change the path?
    Then, I copy the above folder to D:\BPM_HOME\samples
    I rerun the ant script.
    set ANT_ARGS=-lib D:\BPM_HOME\lib;D:\BPM_HOME\ext
    ant -Denv=EDV deploy-bpm-project
    But the build is failed again. The error message as as follow:
    D:\BPM_HOME\samples\interop\AntTasks\build.xml:249: Properties file does not exist! D:\BPM_HOME\samples\interop\AntTasks\config\EDV\directory.xml
    However, I do not delete files.

    Now, I use the original AntTasks sample and run the scripts. I stop the BPM application.
    I follow each step of the readme.txt. But during the first step, it shows error of illegal arguments.
    New engin can be created. But it cannot be run through ant. And I cannot deploy the BPM project.
    I try in the second method.
    I have a Default Eirectory Configuration named default. If I just want to deploy .exp file to default, how to modify the script files?
    I just run the script of deployment. The build is still failed.
    I cannot find xsi in all xml file in that folder
    D:\BPM_HOME\samples\interop\AntTasks_defaultEngine>set ANT_ARGS=-lib
    D:\BPM_HOME\lib;D:\BPM_HOME_standalone\ext
    D:\BPM_HOME\samples\interop\AntTasks_defaultEngine>ant deploy-bpm-pro
    ject
    Buildfile: build.xml
    [input] No environment specified. Please enter environment id:(DEV,PROD,UAT,
    config)
    DEV
    prompt-project-name:
    [echo] bpm.projects.dir = ../../basic
    [input] Please enter project name:(ExpenseManagement,HROnboarding)
    HROnboarding
    deploy-bpm-project:
    [input] Enter Organizational Unit for deployment (may be empty):
    ou
    [input] Force new major version?(y,n)
    y
    [unzip] Expanding: D:\BPM_HOME_standalone\samples\basic\HROnboarding.exp int
    o D:\BPM_HOME_standalone\samples\basic
    [echo] Publishing and deploying HROnboarding project on DEV environment ...
    [fuego:session] fuego base dir [\BPM_HOME]
    [fuego:session] CREATE_CONNECTOR 正在创建连接器 [fuego:SQL]
    [fuego:publish] text = nostore
    [fuego:publish] text = nostore
    [fuego:publish] [Error] :3:69: <Line 3, Column 69>: XML-20129: (Error) Namespace
    prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :8:33: <Line 8, Column 33>: XML-20129: (Error) Namespace
    prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :10:34: <Line 10, Column 34>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :12:40: <Line 12, Column 40>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :14:42: <Line 14, Column 42>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :16:32: <Line 16, Column 32>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :18:34: <Line 18, Column 34>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :20:37: <Line 20, Column 37>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :22:50: <Line 22, Column 50>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :30:39: <Line 30, Column 39>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :32:35: <Line 32, Column 35>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :38:38: <Line 38, Column 38>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :42:43: <Line 42, Column 43>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :44:33: <Line 44, Column 33>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :46:38: <Line 46, Column 38>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :48:35: <Line 48, Column 35>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :3:69: <Line 3, Column 69>: XML-20129: (Error) Namespace
    prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :8:33: <Line 8, Column 33>: XML-20129: (Error) Namespace
    prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :10:34: <Line 10, Column 34>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :12:40: <Line 12, Column 40>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :14:42: <Line 14, Column 42>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :16:32: <Line 16, Column 32>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :18:34: <Line 18, Column 34>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :20:37: <Line 20, Column 37>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :22:50: <Line 22, Column 50>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :30:39: <Line 30, Column 39>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :32:35: <Line 32, Column 35>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :38:38: <Line 38, Column 38>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :42:43: <Line 42, Column 43>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :44:33: <Line 44, Column 33>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :46:38: <Line 46, Column 38>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    [fuego:publish] [Error] :48:35: <Line 48, Column 35>: XML-20129: (Error) Namespa
    ce prefix 'xsi' used but not declared.
    BUILD FAILED
    D:\BPM_HOME\samples\interop\AntTasks_defaultEngine\build.xml:261: jav
    a.lang.IllegalArgumentException

Maybe you are looking for

  • Oracle Receivables-Cash Application

    When retrieving records into application form, dollar amounts stop applying when the amount of the check entered in the Receipts Summary form is depleted as indicated when the "unapplied" field reaches zero. Must manually enter dollar ammount of reco

  • Redirecting output when starting the server as Service

    Hi, I was wondering if there is any way to redirect the error to a log file if the weblogic server has been started as Service. We are getting some crashes and we are not sure what exactly the issue is. We have tried running it on the command line an

  • I have photoshop elements 12 and when I use the font it crashes the program, how can I fix this?

    I have photoshop elements 12 and when I use the font tool it crashes the program, how can I fix this?I have a macbook pro

  • Adobe Flash security hole

    As we all now, there's a huge security hole in flash. It's not a question, what to upgrade urgently in 32-bit systems, but the crap company Adobe didn't provide us a 64bit version of this new flash beta. The question is: In 64bit systems wouldn't it

  • Splitting the Front outp

    Hello there, i have a weird problem. I have a set of 6 channel headphones, and a 2 channel PA system in my room for all my sound from my pc. I use the 6 channel headphones when i am gaming or when i need to be quiet. I switch the speaker mode to 5. w