Error building the BPM application

Hello,
My BPM application was running fine. When I add one more Webdynpro component as dependent project and use Its UI on certain step. Since then my BPM application has an error in building the project which is
"Build fail for <project name> in variant "default": the build terminated with errors"
One I have seen the log file the "buildpluginfalaxy" has the property as build type = default.
But it was normal always I get warning message but now its an error. I can use my application.
does any one know about this.
Regards,
Naeem

Part 2.
compile:
  [MOINInit] Meta models found.
  [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\BPEM-BUILDT\sap.com\tc\bpem\bi\model\flow\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcbpemmodelflow_xmi.zip
  [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\BPEM-BUILDT\sap.com\tc\bpem\bi\model\triggernet\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcbpemmodeltriggernet_xmi.zip
  [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\ESMP_BUILDT\sap.com\tc\esmp\bi\model\wsdl20\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcesmpmodelwsdl20_xmi.zip
  [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\ESMP_BUILDT\sap.com\tc\esmp\bi\model\xsd1\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcesmpmodelxsd1_xmi.zip
  [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\MOIN_BUILDT\sap.com\tc\mie\bi\model\gfw\_comp\gen\default\public\MM_Inf\lib\moin\sap.comcomsapmigfwmmdef_assmbl.zip
  [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\MOIN_BUILDT\sap.com\tc\moin\bi\model\textverticalization\_comp\gen\default\public\MM_Inf\lib\moin\sap.comtcmoinmodeltextverticalization_xmi.zip
  [MOINInit] Referenced meta-model: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\ESCONF_BUILDT\sap.com\ide\es\config\mc\model\bi\_comp\gen\default\public\MM_Inf\lib\moin\sap.comideesconfigmc~model_xmi.zip
  [MOINInit] DataArea name: DefaultDataArea
  [MOINInit] Moin initialized in 672 milliseconds.
BpemTask.execute
Genereating version ID's for sources...
Compiling workflow...
Error: java.lang.NullPointerException
     at com.sap.glx.paradigmInterface.bpmn.compiler.rules.IntermediateControlRule.generateFilterConfiguration(IntermediateControlRule.java:555)
     at com.sap.glx.paradigmInterface.bpmn.compiler.rules.IntermediateControlRule.generateTaskStatusFilter(IntermediateControlRule.java:593)
     at com.sap.glx.paradigmInterface.bpmn.compiler.rules.IntermediateControlRule.compile(IntermediateControlRule.java:640)
     at com.sap.glx.paradigmInterface.bpmn.compiler.rules.CatchEventDispatcherRule.compile(CatchEventDispatcherRule.java:99)
     at com.sap.glx.paradigmInterface.bpmn.compiler.rules.CatchEventDispatcherRule.compile(CatchEventDispatcherRule.java:15)
     at com.sap.glx.paradigmInterface.bpmn.compiler.stage.CompileArtifactsStage.compile(CompileArtifactsStage.java:103)
     at com.sap.glx.paradigmInterface.bpmn.compiler.stage.CompileArtifactsStage.execute(CompileArtifactsStage.java:80)
     at com.sap.glx.paradigmInterface.bpmn.compiler.CompilerRun.createSkeletonTriggerNetwork(CompilerRun.java:97)
     at com.sap.glx.paradigmInterface.bpmn.compiler.CompilerRun.generateTriggerNetwork(CompilerRun.java:70)
     at com.sap.glx.paradigmInterface.bpmn.compiler.BPMN2CSVCompiler$1.compileSubnet(BPMN2CSVCompiler.java:84)
     at com.sap.glx.paradigmInterface.facades.TriggernetTransaction.doExecute(TriggernetTransaction.java:50)
     at com.sap.tc.moin.repository.core.commands.InternalExecutableCommand$1.runInTransaction(InternalExecutableCommand.java:57)
     at com.sap.tc.moin.repository.core.transactions.CompositeTransaction.doExecute(CompositeTransaction.java:32)
     at com.sap.tc.moin.repository.core.transactions.AbstractTransaction.execute(AbstractTransaction.java:44)
     at com.sap.tc.moin.repository.core.transactions.TransactionManagerImpl.runTransaction(TransactionManagerImpl.java:146)
     at com.sap.tc.moin.repository.core.transactions.TransactionManagerImpl.runInTransaction(TransactionManagerImpl.java:83)
     at com.sap.tc.moin.repository.core.commands.InternalExecutableCommand._execute(InternalExecutableCommand.java:53)
     at com.sap.tc.moin.repository.core.commands.CommandStackImpl.execute(CommandStackImpl.java:193)
     at com.sap.tc.moin.repository.core.CommandStackWrapper.execute(CommandStackWrapper.java:90)
     at com.sap.tc.moin.repository.commands.Command.execute(Command.java:116)
     at com.sap.glx.paradigmInterface.facades.TriggernetTransaction.process(TriggernetTransaction.java:64)
     at com.sap.glx.paradigmInterface.bpmn.compiler.BPMN2CSVCompiler.compile(BPMN2CSVCompiler.java:99)
     at com.sap.tc.glx.BpemTask.processCompiler(BpemTask.java:214)
     at com.sap.tc.glx.BpemTask.callCompilers(BpemTask.java:176)
     at com.sap.tc.glx.BpemTask.execute(BpemTask.java:100)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
     at org.apache.tools.ant.Task.perform(Task.java:364)
     at org.apache.tools.ant.Target.execute(Target.java:341)
     at org.apache.tools.ant.Target.performTasks(Target.java:369)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
     at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
     at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
     at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
     at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
     at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
     at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
     at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
     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.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
     at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
     at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
     at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
     at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:301)
     at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1339)
     at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3637)
     at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.build(BuildJob.java:376)
     at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.doInWorkerThread(BuildJob.java:190)
     at com.sap.ide.dii05.util.api.job.JdiJob$1.doInWorkerThread(JdiJob.java:77)
     at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3$1.run(InternalJdiJob.java:198)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1779)
     at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3.run(InternalJdiJob.java:207)
     at com.sap.ide.dii05.util.internal.job.BusyBackgroundIndicator.showWhile(BusyBackgroundIndicator.java:74)
     at com.sap.ide.dii05.util.internal.job.InternalJdiJob.internalRun(InternalJdiJob.java:188)
     at com.sap.ide.dii05.util.internal.job.InternalDiiJob.run(InternalDiiJob.java:279)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Error: C:\Documents and Settings\khann\workspace.jdi\LocalDevelopment\t2\209EEF4B4F0E7C7653E2FC54067A7A43\default\logs\build.xml:125: java.lang.NullPointerException
     at com.sap.tc.glx.BpemTask.execute(BpemTask.java:106)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
     at org.apache.tools.ant.Task.perform(Task.java:364)
     at org.apache.tools.ant.Target.execute(Target.java:341)
     at org.apache.tools.ant.Target.performTasks(Target.java:369)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
     at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
     at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:114)
     at com.sap.tc.buildplugin.DefaultAntBuildAction.execute(DefaultAntBuildAction.java:57)
     at com.sap.tc.buildplugin.DefaultPlugin.handleBuildStepSequence(DefaultPlugin.java:196)
     at com.sap.tc.buildplugin.DefaultPlugin.performBuild(DefaultPlugin.java:168)
     at com.sap.tc.buildplugin.DefaultPluginV3Delegate$BuildRequestHandler.handle(DefaultPluginV3Delegate.java:66)
     at com.sap.tc.buildplugin.DefaultPluginV3Delegate.requestV3(DefaultPluginV3Delegate.java:48)
     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.v2.impl.PluginHandler2.maybeInvoke(PluginHandler2.java:403)
     at com.sap.tc.buildtool.v2.impl.PluginHandler2.request(PluginHandler2.java:149)
     at com.sap.tc.buildtool.v2.impl.PluginHandler2.build(PluginHandler2.java:87)
     at com.sap.tc.buildtool.PluginHandler2Wrapper.execute(PluginHandler2Wrapper.java:59)
     at com.sap.tc.devconf.internal.DCProxyMake.make(DCProxyMake.java:301)
     at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:1339)
     at com.sap.tc.devconf.internal.DCProxy.make(DCProxy.java:3637)
     at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.build(BuildJob.java:376)
     at com.sap.ide.dii05.lib.internal.commands.dc.BuildJob.doInWorkerThread(BuildJob.java:190)
     at com.sap.ide.dii05.util.api.job.JdiJob$1.doInWorkerThread(JdiJob.java:77)
     at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3$1.run(InternalJdiJob.java:198)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1797)
     at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1779)
     at com.sap.ide.dii05.util.internal.job.InternalJdiJob$3.run(InternalJdiJob.java:207)
     at com.sap.ide.dii05.util.internal.job.BusyBackgroundIndicator.showWhile(BusyBackgroundIndicator.java:74)
     at com.sap.ide.dii05.util.internal.job.InternalJdiJob.internalRun(InternalJdiJob.java:188)
     at com.sap.ide.dii05.util.internal.job.InternalDiiJob.run(InternalDiiJob.java:279)
     at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

Similar Messages

  • Getting error 'generation failed' when tried to build the CAF application

    Hi All,
    I have created the webdynpro application for the human activity.I have created CAF Application for automated activity.But when I tried to generate and build the CAF application,I am getting an error 'generation failed-com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Problem with WSDL file parsing. See nested message.-Problem with WSDL file parsing. See nested message.-unknown protocol: c'
    I am not able to get what does this error mean.Kindly suggest me some solution.
    Regards,
    Pranjali Silimkar

    > In note 1375494, I already installed vcredist_x64.exe (Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package (KB973552)). But even that, the error remained!
    This is the wrong patch - you need the patch for the Runtime 2005, not for 2008.
    Those kernels were build with Visual Studio 2005 and hence you need that runtime.
    Markus

  • The BPM application server is not available

    Hello there
    I have installed and configured Aqualogic Enterprise for
    Weblogic from scratch following the manual http://edocs.bea.com/albsi/docs57/adminguide/index.html.
    I have my weblogic server started and have started servicing all requests for wlj2eedeployer.
    But when i click on the leaf button for my engine ear or any ear in Engines/EditEngine/J2EE Application server files,the install icon is not coming.The BPM application server is not available is the message displayed.Please help.

    yup.I can see the hiperspace with my processes in it.
    As you said i installed and configured from scratch.
    But when i click on the process application
    "Component execution error.
    Note: In order to send the administrator the information he needs to solve this problem, complete the following steps:
    With the error message still displayed in your browser, go to the File menu of the browser and select the option 'save as'.
    A dialog to choose the directory where to save the file will be displayed. Browse until you get to the directory which you would like to save the page with error.
    Give the file a name and click 'save'. By doing this, you are saving the error message to a file from which the administrator can identify the problem by looking at its code" is getting displayed.I tried the sample hello world process also.I got the same error.But am very happy that i can view my processes.thanks for all the help.

  • Error in the ABAP Application Program

    Dear All
    While Incoming invoice posting ( MIRO). When i put amount in Unpl. Del. Csts field system give following  Error
    Error in the ABAP Application Program
    The current ABAP program "SAPLMRMK" had to be terminated because it has
    come across a statement that unfortunately cannot be executed.
    Error analysis
        When changing or deleting one or more lines of the internal table
        "\FUNCTION-POOL=MR1M\DATA=YDRSEG[1]-CO" or when inserting in the table
         "\FUNCTION-POOL=MR1M\DATA=YDRSEG[1]-CO", 0 was used as
        the line index. An index less than or equal to zero is not
        allowed.
        The error can occur when using the following options:
        1. "INDEX idx" for specifying the line number in the table
         "\FUNCTION-POOL=MR1M\DATA=YDRSEG[1]-CO"
           where you want to change, insert or delete.
        2. "FROM idx" for specifying the start index when deleting a line
           area from or inserting a line area into the table
         "\FUNCTION-POOL=MR1M\DATA=YDRSEG[1]-CO".
        3. "TO idx" for specifying the end index when deleting a line
           area from or inserting a line area into the table
    Pls help to resolve above issue
    Regards,
    Vipin

    Hi,
    have you checked transaction SM13?
    if so, what information have you got there?
    Best regards.
    Edited by: Pablo Casamayor on Sep 30, 2011 3:33 PM

  • Server Error Either the Macromedia application server(s) are unreachable or none of them has a mappi

    Server Error Either the Macromedia application server(s) are unreachable or none of them has a mapping to process this request.I got this error.I installed coldfusion 8 on windows 7 64 bit.What should I do?Can't I use coldfusion?Is there any suggestion???

    Yes I google before and I tried to do all advice.But there is nothing change.Can you explain or send a link for solving this?

  • Error starting the Planning application, review the event log for details

    We are using the Hyperion Demo and there was a problem suddenly cropped up.
    While rebooting the system error is displayed saying - Atleast one of the driver is not installed.
    VMware is used to access the Hyperion Demo and when Planning application is started it gives the following error:
    Error starting the Planning application, review the event log for details
    We were using this Demo from some weeks and was able to access the workspace and others but from few days this issue is faced.
    Immediate response is highly appreciated as we are planning for a user demo in the weekend.
    Thanks,
    Ravi Kanth

    Hi Nofog / Goodwin,
    OLDAP is not running.
    Following errors are displayed:
    When VMWare is restarted: At least one service or driver failed during system startup. Use Event viewer to examine the Event log for details.
    OpenLDAP: Windows could not start the hyperion S9 OpenLDAP on Local Computer. For more information review the system even log. If this is not the microsoft service contact the service vendor, and refer to service specific code 21.
    Event log: The Hyperion S9 OpenLDAP service terminated with service - specific - erro 21 (0x15).
    Please let me know your email ids so that to send the screen shots.
    Thanks,
    Ravi

  • Error 28007: The Ppptool application is running. Please terminate

    I am trying to uninstall VPN Client 5.0.03.0530 and keep getting Error 28007: The Ppptool application is running. Please terminate all Cisco Systems.... Any suggestions on how to uninstall?

    Please try the following steps :
    1. Click on Start --> Run--> Type services.msc
    2. In the services panel, look for "Cisco Systems, Inc. VPN Service"
    3. Make a right click on it and stop it.
    Please try uninstalling now from add/remove programs.
    You may try uninstall them manually from the following Cisco link :
    http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_tech_note09186a0080094b7f.shtml

  • Error when deploying BPM application: The specified process was not found

    Hi,
    I was trying to deploy a simple BPM application to a SOA Server, when I got the following error:
    [04:55:19 PM] Error deploying archive sca_PRUEBABPM_rev1.0.jar to partition "default" on server WLS_SOA2 [http://myserver:8001]
    [04:55:19 PM] HTTP error code returned [500]
    [04:55:19 PM] Error message from server:
    There was an error deploying the composite on WLS_SOA2: Operation failed - Member(Id=1, Timestamp=2013-07-15 19:30:56.492, Address=myadress:8088, MachineId=15229, Location=site:,machine:soadev1vhn1,process:29545, Role=WeblogicServer):Error occurred during deployment of component: PruebaManual to service engine: implementation.bpmn, for composite: PRUEBABPM: java.lang.RuntimeException: oracle.bpm.metadata.exception.MetadataException: BPM-70812: Process 'PruebaManual' not found.  Cause: The specified process was not found.  Action: Check that the name of the process is correct: oracle.bpm.metadata.exception.MetadataException: BPM-70812: Process 'PruebaManual' not found.  Cause: The specified process was not found.  Action: Check that the name of the process is correct; .  Please see the server diagnostic logs on WLS_SOA2 for details.
    [04:55:19 PM] Check server log for more details.
    [04:55:19 PM] Error deploying archive sca_PRUEBABPM_rev1.0.jar to partition "default" on server WLS_SOA2 [http://myserver:8001]
    The log file in the server console shows this:
    Error during deployment oracle.fabric.common.FabricException: Operation failed - Member(Id=1, Timestamp=2013-07-15 19:30:56.492, Address=192.168.168.231:8088, MachineId=15229, Location=site:,machine:soadev1vhn1,process:29545, Role=WeblogicServer):Error occurred during deployment of component: PruebaManual to service engine: implementation.bpmn, for composite: PRUEBABPM: java.lang.RuntimeException: oracle.bpm.metadata.exception.MetadataException: BPM-70812: Process 'PruebaManual' not found. Cause: The specified process was not found. Action: Check that the name of the process is correct: oracle.bpm.metadata.exception.MetadataException: BPM-70812: Process 'PruebaManual' not found. Cause: The specified process was not found. Action: Check that the name of the process is correct; . Please see the server diagnostic logs on WLS_SOA2 for details at oracle.integration.platform.blocks.deploy.CompositeDeploymentCoordinatorMessages.throwOperationFailedOnNode(CompositeDeploymentCoordinatorMessages.java:132) at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.submitRequestAndWaitForCompletion(CoherenceCompositeDeploymentCoordinatorImpl.java:351) at oracle.integration.platform.blocks.deploy.CoherenceCompositeDeploymentCoordinatorImpl.coordinateCompositeDeployment(CoherenceCompositeDeploymentCoordinatorImpl.java:214) at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deployNewComposite(BaseDeployProcessor.java:467) at oracle.integration.platform.blocks.deploy.servlet.BaseDeployProcessor.deploySARs(BaseDeployProcessor.java:268) at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:203) at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeployWork(DeployProcessor.java:147) at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.doDeploy(DeployProcessor.java:134) at oracle.integration.platform.blocks.deploy.servlet.DeployProcessor.process(DeployProcessor.java:100) at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPostInsideLoggingSession(CompositeDeployerServlet.java:221) at oracle.integration.platform.blocks.deploy.servlet.CompositeDeployerServlet.doPost(CompositeDeployerServlet.java:130) at javax.servlet.http.HttpServlet.service(HttpServlet.java:727) at javax.servlet.http.HttpServlet.service(HttpServlet.java:820) at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227) at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125) at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301) at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119) at java.security.AccessController.doPrivileged(Native Method) at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324) at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460) at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103) at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171) at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163) at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730) at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696) at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321) at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120) at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273) at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179) at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490) at weblogic.work.ExecuteThread.execute(ExecuteThread.java:252) at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Restart the server as I found in some pages and even a thread here (https://forums.oracle.com/thread/1557156) is not the better solution, the real issue still unknown. I need to find a solution without restarting the server machine.
    Thanks,
    AAPDL

    That error means you don't have rights to the Mailbox your trying to access. In Exchange by default the only user that has access to mailbox is the owner of the Mailbox, Exchange Administration rights does not grant you access to another users mailbox. You
    need to either specifically grant rights to each mailbox using Add-MailboxPermissions or use EWS impersonation where you can impersonate the owner of the Mailbox see
    http://msdn.microsoft.com/en-us/library/bb204095(EXCHG.140).aspx and
    http://msdn.microsoft.com/en-us/library/office/dd633680(v=exchg.80).aspx
    Cheers
    Glen

  • Error building installer: this application has requested the runtime to terminate it in an unusual way

    Hi,
    I build an appliction using LabView 8.2 with Report Generation Toolkit for MS Office V1.1.1 on a WinXP SP3 system without any errors. When I try to build a coresponding Installer, I got the following error message:
    This application has requested the runtime to terminate it in an unusual way.
    Can anyone help me????
    Solved!
    Go to Solution.

    Hi Gunnar,
    Good Morning and I hope your well today. Thanks for your post onto the NI Discussion Forums. 
    There are several considerations and potential causes of the error. I will try my best to cover some of the potential causes.
    Firstly, you've suggested that the Report Generation Toolkit is being used:
    When building applications with Report Generation Toolkit VIs, you must complete the following additional steps:
    1. From the Source Files tab of the Build Application or Shared Library (DLL) dialog box, click the Add Dynamic VI button to add the following two VIs to the application:
    – _Excel Dynamic VIs.vi in vi.lib\addons\_office\_exclsub.llb
    – _Word Dynamic VIs.vi in vi.lib\addons\
    _office\_wordsub.llb
    2. If the application you are building contains the MS Office Report Express VI, you must add any Word or Excel templates that you use to the built application. From the Source Files tab, click the Add Support File button to add the template files to the application. By default, the custom destination for the templates is the same as the path that appears in the Destination directory field on the Target tab with a data subdirectory appended. Do not change the custom destination for the files you add.
    For example, if you are using the basic Excel template with the MS Office Report Express VI, add MSOffice_RGT_Template.xlt to the application. The basic template files are located in the templates\Report directory.
    Have you done this?
    Could you please send an image of your project and your installer options?
    The problem was that I use Office toolkit and it was not compiled with LabVIEW 8.2:
    I found a forum where the toolkit wasn't complied for LabVIEW 8.2. Could this be an issue I wonder?
    I mass compiled the complete directory c:\program files\National
    Instruments\LabVIEW 8.2 (it took quite a long time) and afterwards the
    directory lvjpeg disapeared.
    Have you tried this?
    Runtime to Terminate Error:
    1. Have you been having any trouble with LabVIEW - crashes or bug installation?
    I would suggest repairing your installation of LabVIEW and the toolkit(s) using the Add/Remove Programs.
    2. Also would it be possible to try building an installer on another machine?
    3. I have seen that not enough Hard-disk space can cause this error - what is the status of yours?
    4. Are you using any other drivers such as DAQmx or VISA?
    I hope this information starts to help us locate the root cause of the trouble your having, and if you could answer the questions above and try my suggestions that would be great! if you could also gather the extra information about your installer options that would also really help supporting the issue further.
     *edit:
    5. Also the runtime error would suggest you've selected to include a runtime in your installer options - have you tried de-selecting this and see if it installer builds correctly? If it does, then we could then work on how to add the additional installer to your build. 
    Message Edited by Hillman on 04-01-2009 10:01 AM
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • Error Building the Application

    Hi Guys,
    Whenever I try to test my pages from struts-config.xml, I get the following errors.
    C:\Project\nepsys\gwrs\ViewController\public_html\test.jsp
    Error(1): java.lang.IllegalArgumentException
    Error(1): Unable to load taghandler class: http://xmlns.oracle.com/adf/ui/jsp/adftags
    Error(2): java.lang.IllegalArgumentException
    Error(2): Unable to load taghandler class: /WEB-INF/struts-html.tld
    The same application was working fine, before I put my application under CVS.
    Regards
    Himu

    To Give you a detail view I have found the following lines in Entries file (in CVS directory created under WEB-INF)
    /header.jspf/1.1.1.1/Mon Oct 3 05:44:58 2005//
    /struts-bean.tld/1.1.1.1/Mon Oct 3 05:44:58 2005//
    /struts-config.xml/1.4/Wed Oct 5 05:36:36 2005//
    /struts-html.tld/1.1.1.1/Mon Oct 3 05:44:58 2005//
    /web.xml/1.1.1.2/Wed Oct 5 05:30:41 2005//

  • Error building the formula

    Hello,
    I need to figure out an error in building the below formula on my BSO cube outline (Essbase server V 9.3.1) (My local EAS version 11.1.2.2)
    Dimesion - TimeSpan
    Members -
    PER (no formula)
    YTD (no formula)
    MTD (Formula - given below)
    @CALCMODE (BLOCK);@CALCMODE (BOTTOMUP);
    IF (
         @ISMBR (@IDESCENDANTS ("ADB_Acc_NSign")) OR
         @ISMBR ("DayCount_YTD") OR
         @ISUDA ("Account", Acct_Gr_Cde_2) OR
         @ISUDA ("Account", Acct_Gr_Cde_4)
         AND NOT ( @ISMBR (@MATCH ("AccountingDate", "????-01*")) )
    IF (@CURLEV ("AccountingDate") == 0)
    IF( @TODATE("mm-dd-yyyy",@NAME(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR("AccountingDate")),5,10),@CONCATENATE("-",@SUBSTRING(@NAME(@CURRMBR("AccountingDate")),0,4))  ) )  ) >  @TODATE("mm-dd-yyyy",@SUBSTRING("09-01-2011",0,10))   )
    *"YTD" - @prior(@ANCEST("AccountingDate",-1,"YTD"),1,@levmbrs("AccountingDate",1));*
    ENDIF     
    IF (           @ISMBR (
              @MATCH ("AccountingDate", "????-01-31") ,           @MATCH ("AccountingDate", "????-03-31") ,
              @MATCH ("AccountingDate", "????-05-31") ,           @MATCH ("AccountingDate", "????-07-31") ,
              @MATCH ("AccountingDate", "????-08-31") ,           @MATCH ("AccountingDate", "????-10-31") ,
              @MATCH ("AccountingDate", "????-12-31") ,           @MATCH ("AccountingDate", "????-04-30") ,
              @MATCH ("AccountingDate", "????-06-30") ,           @MATCH ("AccountingDate", "????-09-30") ,
              @MATCH ("AccountingDate", "????-11-30") ,           @MATCH ("AccountingDate", "2007-02-28") ,
              @MATCH ("AccountingDate", "2008-02-29") ,          @MATCH ("AccountingDate", "2009-02-28") ,
              @MATCH ("AccountingDate", "2010-02-28") ,          @MATCH ("AccountingDate", "2011-02-28") ,
              @MATCH ("AccountingDate", "2012-02-29") ,          @MATCH ("AccountingDate", "2013-02-28")      )
              "YTD" - @prior(@ANCEST("AccountingDate",-1,"YTD"),1,@levmbrs("AccountingDate",1));
    ENDIF
    ELSE
         "YTD" ;
    ENDIF
    Error:
    [Wed Sep 12 11:16:52 2012]xxxx/Error(1200335)
    Error optimizing formula for [MTD] (line 1): invalid argument in function [@_TODATE]
    [Wed Sep 12 11:16:52 2012]xxxx/Error(1200002)
    Compilation failed
    [Wed Sep 12 11:16:52 2012]xxxx/Warning(1012121)
    Error encountered when loading member [MTD]'s calc string [@CALCMODE(BLOCK);@CALCMODE(BOTTOMUP); IF ( (@ISMBR(@IDESCENDANTS("ADB_Acc_NSign")) OR @ISMBR("DayCount_YTD"
    ) OR @ISUDA("Account", Acct_Gr_Cde_2) OR @ISUDA("Account", Acct_Gr_Cde_4) ) AND NOT (@ISMBR(@MATCH("AccountingDate", "????-01*")) ) ) IF (@CURLEV...], ignored
    When I write this formula directly in the outline, it gets verified and data retrieval is also correct (as expected). I am not able to understand why this formula is not getting built in the outline via mxl.
    The formula is seen in the outline after the build with commens as /* !!ERROR: FORMULA NOT LOADED!! */
    I have cheked that the file containing the formula contains \" for each member name (e.g. AccountingDate) and that each of the members referred in this formula from this/other dimension is present in the outline.
    *Sample Accounting Date level 0 member = 2012-01-01*
    *File:*
    "TimeSpan","MTD","","X","","","","","","","","","@CALCMODE(BLOCK);@CALCMODE(BOTTOMUP); IF ( (@ISMBR(@IDESCENDANTS(\"ADB_Acc_NSign\")) OR @ISMBR(\"DayCount_YTD\") OR @ISUDA(\"Account\", Acct_Gr_Cde_2) OR @ISUDA(\"Account\", Acct_Gr_Cde_4) ) AND NOT (@ISMBR(@MATCH(\"AccountingDate\", \"????-01*\")) ) ) IF (@CURLEV(\"AccountingDate\") == 0) IF(@TODATE(\"mm-dd-yyyy\",@name(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),5,10), @CONCATENATE(\"-\",@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,4)) ) ) ) > @TODATE(\"mm-dd-yyyy\",@SUBSTRING(\"2011-09-01\",0,10)) ) \"YTD\" - @prior(@ANCEST(\"AccountingDate\",-1,\"YTD\"),1,@levmbrs(\"AccountingDate\",1)); ENDIF IF (@ISMBR(@MATCH (\"AccountingDate\", \"????-01-31\") , @MATCH(\"AccountingDate\", \"????-03-31\") , @MATCH(\"AccountingDate\", \"????-05-31\") , @MATCH(\"AccountingDate\", \"????-07-31\"), @MATCH(\"AccountingDate\", \"????-08-31\") , @MATCH(\"AccountingDate\", \"????-10-31\") , @MATCH(\"AccountingDate\", \"????-12-31\") , @MATCH(\"AccountingDate\", \"????-04-30\") , @MATCH(\"AccountingDate\", \"????-06-30\") , @MATCH(\"AccountingDate\", \"????-09-30\") , @MATCH(\"AccountingDate\", \"????-11-30\") , @MATCH(\"AccountingDate\", \"2007-02-28\") , @MATCH(\"AccountingDate\", \"2008-02-29\") , @MATCH(\"AccountingDate\", \"2009-02-28\") , @MATCH(\"AccountingDate\", \"2010-02-28\") , @MATCH(\"AccountingDate\", \"2011-02-28\") ,@MATCH(\"AccountingDate\", \"2012-02-29\") , @MATCH(\"AccountingDate\", \"2013-02-28\") ) ) \"YTD\" - @prior(@ANCEST(\"AccountingDate\",-1,\"YTD\"),1,@levmbrs(\"AccountingDate\",1)); ENDIF ELSE \"YTD\" ; ENDIF"
    Please help.
    Edited by: VinS on Sep 12, 2012 10:52 AM

    Hello Cameron,
    I do not have any calc script associated with this BSO cube (I have a source ASO cube that supplies the data values to my BSO cube via transparent partiion.) My heart weeps to continue to use this formula, however, it's a working application and at this point in time, due to various project constaints, it's not possible to rewrite any pieces (If I could, I would change the design to go for an all out ASO to ASO design, but that's a separate discussion.)
    The original formula Before I made any changes:
    "@CALCMODE (BLOCK);@CALCMODE (BOTTOMUP);IF (( @ISMBR (@IDESCENDANTS (\"ADB_Acc_NSign\")) OR @ISMBR (\"DayCount_YTD\") OR @ISUDA (\"Account\", Acct_Gr_Cde_2) OR @ISUDA (\"Account\", Acct_Gr_Cde_4) ) AND NOT (@ISMBR (@MATCH (\"AccountingDate\", \"????-01*\"))) ) IF (@CURLEV (\"AccountingDate\") == 0) \"YTD\" - @prior(@ANCEST(\"AccountingDate\",-1,\"YTD\"),1,@levmbrs(\"AccountingDate\",1)); ELSE IF (@CURLEV (\"AccountingDate\") == 1) \"YTD\" - @prior(\"YTD\"->@CURRMBR(\"AccountingDate\"),1,@levmbrs(\"AccountingDate\",1)); ELSE IF ( @ISMBR (@MATCH (@CURRMBR(\"AccountingDate\"),\"????-Q1\"))) \"YTD\" - \"YTD\"->@MEMBER(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,5), \"02\")); ELSE IF ( @ISMBR (@MATCH (@CURRMBR(\"AccountingDate\"),\"????-Q2\"),@MATCH (@CURRMBR(\"AccountingDate\"),\"????-H1\"))) \"YTD\" - \"YTD\"->@MEMBER(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,5), \"05\")) ; ELSE IF ( @ISMBR (@MATCH (@CURRMBR(\"AccountingDate\"),\"????-Q3\"))) \"YTD\" - \"YTD\"->@MEMBER(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,5), \"08\")); ELSE \"YTD\" - \"YTD\"->@MEMBER(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,5), \"11\")); ENDIF ENDIF ENDIF ENDIF ENDIF ELSE \"YTD\" ;ENDIF"
    This formula gets built correctly in the outline through existing build process
    The new formula After I made my changes:
    "@CALCMODE(BLOCK);@CALCMODE(BOTTOMUP); IF ( (@ISMBR(@IDESCENDANTS(\"ADB_Acc_NSign\")) OR @ISMBR(\"DayCount_YTD\") OR @ISUDA(\"Account\", Acct_Gr_Cde_2) OR @ISUDA(\"Account\", Acct_Gr_Cde_4) ) AND NOT (@ISMBR(@MATCH(\"AccountingDate\", \"????-01*\")) ) ) IF (@CURLEV(\"AccountingDate\") == 0) IF(@TODATE(\"mm-dd-yyyy\",@name(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),5,10), @CONCATENATE(\"-\",@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,4)) ) ) ) > @TODATE(\"mm-dd-yyyy\",@SUBSTRING(\"2011-09-01\",0,10)) ) \"YTD\" - @prior(@ANCEST(\"AccountingDate\",-1,\"YTD\"),1,@levmbrs(\"AccountingDate\",1)); ENDIF IF (@ISMBR(@MATCH (\"AccountingDate\", \"????-01-31\") , @MATCH(\"AccountingDate\", \"????-03-31\") , @MATCH(\"AccountingDate\", \"????-05-31\") , @MATCH(\"AccountingDate\", \"????-07-31\"), @MATCH(\"AccountingDate\", \"????-08-31\") , @MATCH(\"AccountingDate\", \"????-10-31\") , @MATCH(\"AccountingDate\", \"????-12-31\") , @MATCH(\"AccountingDate\", \"????-04-30\") , @MATCH(\"AccountingDate\", \"????-06-30\") , @MATCH(\"AccountingDate\", \"????-09-30\") , @MATCH(\"AccountingDate\", \"????-11-30\") , @MATCH(\"AccountingDate\", \"2007-02-28\") , @MATCH(\"AccountingDate\", \"2008-02-29\") , @MATCH(\"AccountingDate\", \"2009-02-28\") , @MATCH(\"AccountingDate\", \"2010-02-28\") , @MATCH(\"AccountingDate\", \"2011-02-28\") ,@MATCH(\"AccountingDate\", \"2012-02-29\") , @MATCH(\"AccountingDate\", \"2013-02-28\") ) ) \"YTD\" - @prior(@ANCEST(\"AccountingDate\",-1,\"YTD\"),1,@levmbrs(\"AccountingDate\",1)); ENDIF ELSE IF (@CURLEV (\"AccountingDate\") == 1) \"YTD\" - @prior(\"YTD\"->@CURRMBR(\"AccountingDate\"),1,@levmbrs(\"AccountingDate\",1)); ELSE IF (@ISMBR(@MATCH(@CURRMBR(\"AccountingDate\"),\"????-Q1\"))) \"YTD\" - \"YTD\"->@MEMBER(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,5), \"02\")); ELSE IF (@ISMBR(@MATCH(@CURRMBR(\"AccountingDate\"),\"????-Q2\"),@MATCH(@CURRMBR(\"AccountingDate\"),\"????-H1\"))) \"YTD\" - \"YTD\"->@MEMBER(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,5), \"05\")) ; ELSE IF (@ISMBR(@MATCH(@CURRMBR(\"AccountingDate\"),\"????-Q3\"))) \"YTD\" - \"YTD\"->@MEMBER(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,5), \"08\")); ELSE \"YTD\" - \"YTD\"->@MEMBER(@CONCATENATE(@SUBSTRING(@NAME(@CURRMBR(\"AccountingDate\")),0,5), \"11\")); ENDIF ENDIF ENDIF ENDIF ENDIF ELSE \"YTD\" ; ENDIF"
    This formula does not get built correctly in the outline through existing build process and errors out as shown in original post
    When I copy and paste this new formula directly in the outline and restructure the outline, it verifies and saves the outline correctly and also gives correct data results. It's the build failure that I am unable to fathom out root cause for.
    My build process involves following simple MaxL commands:
    spool on to ./myapp.log;
    login user pwd on localhost;
    alter database xxxx.yyyy reset data; /* (this is not needed as the target bso does not store any data) */
    alter system unload application xxxx;
    alter system load application xxxx;
    import database xxxx.yyyy dimensions from local text data_file "'TimeSpan.txt'" using local rules_file "'myrule.rul'" suppress verification on error append to "'./build_myapp.err'";
    spool off;
    logout;
    Can you please look at the new formula and suggest any changes?
    Thank you so much in advance.
    P.S. : (Tim Faitsch had an opportunity to work on this formula before he left for better stuff to do !!)

  • Problem in building the enterprise application using Ant -Wrkshop

    Hi All,
    I have developed the enterprise application using workshop and tries to build the application using Ant script and getting the following error.
    "An error occurred writing the controls client manifest."
    Regards
    Ashok

    Did you:
    a). Ensure you're using the correct version of WLS (it appears to me you're using a standalone WLS)? - correct version is 10.3.3
    b). Install the application development runtime 11.1.1.3?
    c). Extend the domain with the JRF?
    John

  • How to solve Error SPSite - The Web application at address could not be found

    Hello,
    I am trying to find out the internal name of a custom SharePoint list columns, for this I have used following code snippet in my
    console application but getting below error. The site I am accessing is a public SharePoint web site. This code is working
    well with my local host site and i am able to get the internal names of any list columns but don't understand why this is failing with
    public SharePoint site
    For avoiding this issue I have done following steps:
    1.Rebuild the application
    2.changed the  platform target as "Any CPU"
    3.Visual studio and this public site is working in my admin account, but still I am getting the error!
    I use visual studio 2010 and SharePoint 2010
    please note the error I am getting
    Error : The Web application at https://public.sp.a5-group.com/ could not be found. Verify that you have typed the URL correctly.
    If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application
    Code Snippet
    static void Main(string[] args)
    using (SPSite Site = new SPSite("https://public.sp.a5-group.com/"))
    using (SPWeb web = Site.RootWeb)
    SPList splst = web.Lists["ListCard"];
    foreach (var field in splst.Fields)
    bool isHidden = splst.Fields[field.ToString()].Hidden;
    if (!isHidden)
    string internalName = splst.Fields[field.ToString()].InternalName; //This will give you the internal column name.
    Console.WriteLine(internalName);
    Console.ReadLine();

    I thin you need to have sharepoint installed on same computer and URL should be working on this computer.
    If this URL WEB APP is in your IISsite try to create disableloopbackcheck registry which should be help
    When you use the fully qualified domain name (FQDN) or a custom host header to browse a local Web site that is hosted on a computer that is running Microsoft Internet Information Services (IIS) 5.1 or a later version, you may receive an error
    message 
    http://support.microsoft.com/kb/896861

  • When I try to open CS6 camera raw I get an error abou the parent application not bein active.

    Actually there are two problems. 1) When I try to open a picture in CS6 camera raw I get this error "Bridge's parent application is not active. Bridge requires that a qualifying product has been launched at least once to enable this feature. My second problem is that I'm unable to open Ps without getting a window to get the creative cloud. If I close the window it closed Ps.
    How do I fix these two problems?

    Can you open Adobe Reader by itself?  If so, try to disable Protected Mode [Edit | Preferenes | Security (Enhanced)].

  • Exception excuting the BPM application

    Hi All,
    I want to execute my BPM Application. when I selected 'RUN' from the context menu, I got  one exception "java.lang.UnsupportedClassVersionError:bad version number in .class file" . I have imported one wsdl file for automated activity.This WSDL file is included in process composer/src/wsdl/schemas where I am getting one warning "A problem occurred while running the WS-I WSDL  conformance check org.eclipse.wst.wsi.internal. analyzer.WSIAnalyzerException : The WS-I Test Assertion Document(TAD) document was either not found or could not be processed. The WSDL Analyzer was unable to validate  the given WSDL file ".
    Kindly suggest me some solution for these exceptions.
    Regards,
    Pranjali

    Are you on Linux?
    While testing the demo on linux, perhaps one time out of 10 this issue would happen to me but I was not able to track down the cause or reproduce it consistently.
    The symptom was that running the application -- by running the UserInterface project -- somehow caused the ADF BC configurations for the SRService application module to go missing.
    To try reinstalling the demo, assuming you are on Linux, do the following:
    1. rm -rf <JDEVHOME>/jdev/samples/SRDemoSampleADFBC directory
    2. rm <HOME>/jdevhome/tmp/update/SRDemoSampleADFBCExtension.zip file
    3. rm -rf <JDEVHOME>/jdev/extensions/*srdemo*

Maybe you are looking for