Project of OSB of the error using Ant Script development

Hi all

I encounter the error while trying to build an eclipse workspace .jar file using the following ant script.

The project even when built in Eclipse directly, rests and a .jar file is generated.

Kindly help me to resolve the issue.

Error:

! SESSION-2014-06-16 09:23:50.085-

eclipse.buildId = M20110909-1335

Java.version = 1.6.0_29

Java.Vendor Sun Microsystems Inc. =.

BootLoader constants: OS = win32, ARCH = x 86, WS = win32, NL = en_US

Framework arguments:-application - configProject com.bea.alsb.core.ConfigExport POC - configJarC:/Users/bradhakr/desktop/OSB CMT/Working-OSB_CMT/CommonNotificationService1.jar configSubProjects - CommonNotificationService - true includeDependencies

Command line arguments:-dataC:/Users/bradhakr/workspace-application - configProject com.bea.alsb.core.ConfigExport POC - configJarC:/Users/bradhakr/desktop/OSB CMT/Working-OSB_CMT/CommonNotificationService1.jar configSubProjects - CommonNotificationService - true includeDependencies

! ENTRY org.eclipse.osgi 4 0 09:23:52.238 2014-06-16

! MESSAGE an error has occurred in automatically activate com.bea.alsb.core bundle (933).

! BATTERY 0

org.osgi.framework.BundleException: Exception in com.bea.alsb.core.AlsbCore.start () from bundle com.bea.alsb.core.

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)

at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)

at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)

at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)

at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:462)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)

at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)

at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)

at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1207)

at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)

at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)

at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

Caused by: java.lang.NoClassDefFoundError: weblogic/xml/query/compiler/Analyzer/XQueryTokenListener

at com.bea.alsb.core.AlsbCore.preStart (unknown Source)

at com.bea.alsb.core.AlsbCore.start (unknown Source)

to org.eclipse.osgi.framework.internal.core.BundleContextImpl$ 1.run(BundleContextImpl.java:711)

at java.security.AccessController.doPrivileged (Native Method)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

... 34 more

Caused by: java.lang.ClassNotFoundException: weblogic.xml.query.compiler.parser.XQueryTokenListener

at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 39 more

First exception:

java.lang.NoClassDefFoundError: weblogic/xml/query/compiler/Analyzer/XQueryTokenListener

at com.bea.alsb.core.AlsbCore.preStart (unknown Source)

at com.bea.alsb.core.AlsbCore.start (unknown Source)

to org.eclipse.osgi.framework.internal.core.BundleContextImpl$ 1.run(BundleContextImpl.java:711)

at java.security.AccessController.doPrivileged (Native Method)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)

at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)

at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)

at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)

at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:462)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)

at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)

at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)

at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1207)

at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)

at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)

at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

Caused by: java.lang.ClassNotFoundException: weblogic.xml.query.compiler.parser.XQueryTokenListener

at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 39 more

! ENTRY org.eclipse.osgi 4 0 09:23:53.174 2014-06-16

! Application error MESSAGE

! BATTERY 1

org.eclipse.core.runtime.CoreException: com.bea.alsb.core plugin failed to load class com.bea.alsb.core.internal.repositories.ConfigExportApplication.

at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)

at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)

at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)

at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)

at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)

at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)

at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:597)

at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)

at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)

at org.eclipse.equinox.launcher.Main.run(Main.java:1410)

at org.eclipse.equinox.launcher.Main.main(Main.java:1386)

Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$ TerminatingClassNotFoundException: an error occurred when turned on automatically com.bea.alsb.core bundle (933).

at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:122)

at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:462)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)

at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:400)

at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:476)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:345)

at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:229)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1207)

at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)

... 16 more

Caused by: org.osgi.framework.BundleException: Exception in com.bea.alsb.core.AlsbCore.start () from bundle com.bea.alsb.core.

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)

at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:381)

at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:299)

at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:440)

at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:268)

at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:107)

... 28 more

Caused by: java.lang.NoClassDefFoundError: weblogic/xml/query/compiler/Analyzer/XQueryTokenListener

at com.bea.alsb.core.AlsbCore.preStart (unknown Source)

at com.bea.alsb.core.AlsbCore.start (unknown Source)

to org.eclipse.osgi.framework.internal.core.BundleContextImpl$ 1.run(BundleContextImpl.java:711)

at java.security.AccessController.doPrivileged (Native Method)

at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)

... 34 more

Caused by: java.lang.ClassNotFoundException: weblogic.xml.query.compiler.parser.XQueryTokenListener

at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)

at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)

at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)

at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

... 39 more

Ant script to export Eclipse workspace:

< target name = "exportFromWorkspace" >

<!-remove failonerror = "false" includeemptydirs = "true" dir = "${metadata.dir}" /-->

"< java dir="C:/Oracle/MiddlewareOSB_11118/oepe_11.1.1.8.0.

jar="C:/Oracle/MiddlewareOSB_11118/oepe_11.1.1.8.0/plugins/org. Eclipse.Equinox.launcher_1.2.0.v20110502.jar ".

fork = "true" failonerror = "true" maxmemory = "768 m" >

< jvmarg line = "-XX:MaxPermSize = 256 m" / >

< arg line = "-data C:/users/bradhakr/workspace" / >

< arg line = "-application com.bea.alsb.core.ConfigExport"/ > "

< arg line = "-configProject POC" / >

< arg line = "-configJar CMT/Working-OSB_CMT/CommonNotificationService1.jar"/ C:/users/bradhakr/Desktop/OSB > "

< arg line = "-configSubProjects CommonNotificationService" / >

< arg line = "-includeDependencies true" / >

< sysproperty key = "weblogic.home" value ="${weblogic.home}" / > "

< sysproperty key = "osb.home" value ="${osb.home}" / > "

< sysproperty key = "osgi.bundlefile.limit" value = "500" / > "

< sysproperty key = "harvester.home" value="${osb.home}/harvester"/ > "

< sysproperty key = "osgi.nl" value = "en_US" / > "

< sysproperty key = "sun.lang.ClassLoader.allowArraySyntax" value = "true" / > "

< / java >

< / target >

Certainly a classpath problem, but troubleshooting builds ant in OSB is a MAJOR EFFING PAIN!

I can only show you an example of the ant target that works for me, maybe you will spot the difference: http://genericparallel.com/2014/01/out-of-memory-errors-during-the-osb-build/

Vlad

http://genericparallel.com

Tags: Fusion Middleware

Similar Questions

  • Error during the deployment using Ant Scripts

    Hello

    I use the Ant scripts for projects on the Enterprise BPM deployment.

    However, every time I try the project deployment deployment takes a long time (about 15-20 min.) followed by the following error message:


    means: Java heap space

    This error message is followed by several lines explaining the same error.


    Kindly help me with the solution or the necessary changes I have to do in order to get the deployed project.


    PS: When I try to deploy some of the examples given, they all work very well.

    try to increase a lot of ants
    Export ANT_OPTS = "- Xms256m - Xmx256m" (ksh/bash)
    Define ANT_OPTS = "- Xms256m - Xmx256m" (Windows)

    HTH
    Peter

    Edited by: user12083480 the 23.10.2009 11:45

  • Deployment using ant script is a failure

    Hey guys,.

    Having a problem when im trying to deploy my bpel process using ant scripts, was got the error below, I have not even looked at the file they specified on the server, but it was not where they said that it is. someone knows how to solve this problem. When I tried to deployment using jdeveloper, I got this error, but after I cleared the cache wsdl, this error disappeared and it worked very well, but I need to use Ant scripts to deploy and this error occurs, I tried to clear the cache wsdl as well but no luck, any help on this is REALLY appreciated

    Thank you
    Krishil


    [deployProcess] Deployment of process C:\buildroot_0\build\CashRegister\CashRegisterService\output\bpel_CashRegisterService_1.1.jar

    BUILD FAILED
    C:\buildroot_0\build.XML:92: The following error occurred during the execution of this line:
    C:\buildroot_0\build.XML:103: The following error occurred during the execution of this line:
    C:\buildroot_0\build\CashRegister\build\build-ABC.XML:14: The following error occurred during the execution of this line:
    C:\buildroot_0\build\CashRegister\CashRegisterService\build.XML:77: There was a problem connecting to the server "soadv.up.ac.za" using the port '80': bpel_CashRegisterService_1.1.jar failed to deploy. Ex
    exception message is: ORABPEL-05215
    Error loading process.
    The field of process encountered the following errors when loading the "CashRegisterService" ("1.1" review) process: BPEL validation failed.
    Source BPEL validation failed, the errors are:
    [Error ORABPEL-10000]: typelienpartenaire unresolved
    [Description]: 59 online to ' / home/oracle/product/10.1.3/OracleAS_C1/bpel/domains/default/tmp/.bpel_CashRegisterService_1.1_7fe4cbb7aa31f89de5cfc208dc3326d3.tmp/CashRegisterService.bpel ', partnerLink
    Type "{http://oracle.com/esb/namespaces/DefaultSystem} execute_pptLT" of partnerLink 'CashRegisterESBRouting' is not defined.
    [Potential fix]: ensure that typelienpartenaire ' {http://oracle.com/esb/namespaces/DefaultSystem} execute_pptLT ' is defined in the process WSDL file or the WSDL file that is referenced by the property
    ySet 'CashRegisterESBRouting' in the deployment descriptor.
    [Error ORABPEL-10007]: messageType unresolved
    [Description]: line 95 of "/ home/oracle/product/10.1.3/OracleAS_C1/bpel/domains/default/tmp/.bpel_CashRegisterService_1.1_7fe4cbb7aa31f89de5cfc208dc3326d3.tmp/CashRegisterService.bpel", WSDL messages
    eType '{http://oracle.com/esb/namespaces/DefaultSystem} DebtorInfo_request' variable 'callbackClient_execute_InputVariable' is not defined in the WSDL files.
    [Potential fix]: make sure the messageType "{http://oracle.com/esb/namespaces/DefaultSystem} DebtorInfo_request" WSDL is defined in one of the files referenced by the deployment descriptor WSDL.
    [Error ORABPEL-10000]: typelienpartenaire unresolved
    [Description]: line 743 of "/ home/oracle/product/10.1.3/OracleAS_C1/bpel/domains/default/tmp/.bpel_CashRegisterService_1.1_7fe4cbb7aa31f89de5cfc208dc3326d3.tmp/CashRegisterService.bpel", partnerLin
    kType ' {http://oracle.com/esb/namespaces/DefaultSystem} execute_pptLT "of partnerLink 'CashRegisterESBRouting' is not defined.
    [Potential fix]: ensure that typelienpartenaire ' {http://oracle.com/esb/namespaces/DefaultSystem} execute_pptLT ' is defined in the process WSDL file or the WSDL file that is referenced by the property
    ySet 'CashRegisterESBRouting' in the deployment descriptor.
    [ORABPEL-10016 error]: portType unresolved
    "[Description]: line 743 of ' / home/oracle/product/10.1.3/OracleAS_C1/bpel/domains/default/tmp/.bpel_CashRegisterService_1.1_7fe4cbb7aa31f89de5cfc208dc3326d3.tmp/CashRegisterService.bpel ', portType"
    "{http://oracle.com/esb/namespaces/DefaultSystem} execute_ppt" < call > is not defined.
    [Potential fix]: make sure the class portType ' {http://oracle.com/esb/namespaces/DefaultSystem} execute_ppt ' is defined in one of the referenced WSDL files.
    .
    .
    If you installed a hotfix on the server, verify that the ownership of the bpelcClasspath domain includes patch classes.
    at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:286)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:925)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:791)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:448)
    at sun.reflect.GeneratedMethodAccessor96.invoke (unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    to com.evermind.server.ejb.interceptor.system.JAASInterceptor$ 1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:646)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase (unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:319)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:341)
    at deployHttpClientProcess. jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    to oracle.security.jazn.oc4j.JAZNFilter$ 1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged (Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)


    Total duration: 14 seconds
    C:\buildroot_0 >

    Krish,

    I need two clarification

    1. What is the port number of your SOASuite? Manifest error that you want to deploy on port: 80 (makesure there wont be anymismatch)
    2. What is in your deploymentplan?

    When you use the "Ant" command to deploy, it will look for the build.proerties file where your port is defined. change to the right

    Thank you

    Sen

  • Compilation of the composite SOA using Ant Scripts

    Hello

    I'm trying to compile composite SOA via ant script using the following command. (Build does not work correctly when the fact using Jdeveloper)

    Ant f C:\Oracle\Middleware\jdeveloper\bin\ant-sca-compile.xml-Dscac.input=C:\Oracle\Test\Test\composite.xml

    The build fails with the following error message.

    18 November 2015 15:11:30 oracle.adf.share.ADFContext getCurrent

    WARNING: Initialization automatically a DefaultContext of getCurrent.

    The caller must ensure that a DefaultContext is suitable for this purpose.

    Memory leaks or unexpected behavior may occur if the automatic initialization completed successfully.

    This message can be avoided by doing initADFContext before using getCurrent().

    For more information please activate logging for oracle.adf.share.ADFContext at the level of the BEST.

    18 November 2015 15:11:31 oracle.mds

    NOTICE: Customization layer "adfshare" of component MDS mds-file config configuration. XML has been merged with the customization layers defined in the adf file persistence-config - config.xml requests.

    18 November 2015 15:11:31 oracle.mds

    NOTIFICATION: PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

    15:11:32 Oracle.MDS 18 November 2015

    NOTICE: Customization layer "adfshare" of component MDS mds-file config configuration. XML has been merged with the customization layers defined in the adf file persistence-config - config.xml requests.

    15:11:32 Oracle.MDS 18 November 2015

    NOTIFICATION: PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

    15:11:32 Oracle.MDS 18 November 2015

    NOTICE: Customization layer "adfshare" of component MDS mds-file config configuration. XML has been merged with the customization layers defined in the adf file persistence-config - config.xml requests.

    15:11:32 Oracle.MDS 18 November 2015

    NOTIFICATION: PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

    15:11:32 Oracle.MDS 18 November 2015

    NOTICE: Customization layer "adfshare" of component MDS mds-file config configuration. XML has been merged with the customization layers defined in the adf file persistence-config - config.xml requests.

    15:11:32 Oracle.MDS 18 November 2015

    NOTIFICATION: PManager instance is created without support multitenancy as indicator "oracle.multitenant.enabled" of the JVM is not set to enable multitenancy support.

    18 November 2015 info from com.collaxa.cube.CubeLogger 15:11:34

    INFO: validation of 'ApprovalProcess.bpel '...

    18 November 2015 15:11:34 oracle.integration.platform.blocks.FabricConfigManager < clinit >

    WARNING: JRF is unable to determine the current application server platform.

    18 November 2015 15:11:34 oracle.integration.platform.blocks.WLSPlatformConfigurationProvider < clinit >

    WARNING: JRF is unable to determine the current application server platform.

    oracle.fabric.common.FabricException: error getting stream input XML: oramds:/soa/shared/workflow/TaskServiceInterface.wsdl: oracle.mds.exception.MDSException: MDS-00054: the file is loaded there is no such thing as oramds:/soa/shared/workflow/TaskServiceInterface.wsdl.

    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL (MetadataManagerImpl.java:280)

    at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:616)

    at oracle.fabric.common.metadata.MetadataManagerImpl.getDocumentAsInputStream (MetadataManagerImpl.java:159)

    at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:478)

    at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:253)

    at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:332)

    at oracle.fabric.composite.model.CompositeModel.loadImports(CompositeModel.java:432)

    at oracle.fabric.composite.model.CompositeModel.getWSDLManager(CompositeModel.java:201)

    at com.collaxa.cube.lang.compiler.ComponentCompilationModel.getWSDLManager(ComponentCompilationModel.java:61)

    at com.collaxa.cube.lang.compiler.BPELComponentCompilationModel.lookupPartnerLinkType(BPELComponentCompilationModel.java:147)

    at com.collaxa.cube.lang.compiler.bpel.BpelParser.assertPartnerLink(BpelParser.java:4570)

    at com.collaxa.cube.lang.compiler.bpel.BpelParser.parsePartnerLink(BpelParser.java:1317)

    at com.collaxa.cube.lang.compiler.bpel.BpelParser.startElement(BpelParser.java:572)

    at com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:491)

    at com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:498)

    at com.collaxa.cube.lang.compiler.bpel.BpelParser.parseElement(BpelParser.java:498)

    at com.collaxa.cube.lang.compiler.bpel.BpelParser.parse(BpelParser.java:454)

    at com.collaxa.cube.lang.compiler.bpel.BpelParser.parse(BpelParser.java:401)

    at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:65)

    at com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)

    at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)

    at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)

    at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)

    at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1038)

    at oracle.soa.scac.ValidateComposite.doValidation0(ValidateComposite.java:502)

    at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:481)

    at oracle.soa.scac.ValidateComposite.run0(ValidateComposite.java:206)

    at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:187)

    at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:179)

    Caused by: java.io.IOException: oracle.mds.exception.MDSException: MDS-00054: the file is loaded there is no such thing as oramds:/soa/shared/workflow/TaskServiceInterface.wsdl.

    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:459)

    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStreamWithRetry(AbstractOraMDSURLConnection.java:292)

    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:184)

    at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:81)

    the impossible (unknown Source)

    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL (MetadataManagerImpl.java:276)

    ... 28 more

    Does anyone have an idea on how to compile with ant_scripts

    Thank you

    Hello 934887,

    The issue seems to be related to the validation of the scac - not being able to find the MDS repository.

    What you have in the adf-config files. XML (look at that C:\Oracle\Test\.adf\META-INF\adf-config.xml vs that of C:\Oracle\Test\Test\SCA-INF\classes\META-INF\adf-config.xml)?

    JDeveloper will use C:\Oracle\Test\.adf\META-INF\adf-config.xml, while ANT will use C:\Oracle\Test\Test\SCA-INF\classes\META-INF\adf-config.xml.

    So if the compilation runs from JDeveloper, you must verify that the adf-config. XML to C:\Oracle\Test\Test\SCA-INF\classes\META-INF exists and contains the same content that is located in C:\Oracle\Test\.adf\META-INF\adf-config.xml.

    In addition, you must set the -Dscac.application.home parameter when you compile using Ant.  Try using the following commands:

    -------------------------------------------------------------------------------------------------------------------------------------------------------------

    C:\Users\user1 > PATH=C:\Oracle\Middleware\modules\org.apache.ant_1.7.1\bin;%PATH% value

    C:\Users\user1 > cd C:\Oracle\Middleware\jdeveloper\bin

    C:\Oracle\Middleware\jdeveloper\bin > ant f ant-sca-compile.xml-Dscac.input=C:\Oracle\Test\Test\composite.xml-Dscac.application.home=C:\Oracle\Test

    Hope that helps,
    Amy
    -----
    When closing a thread as answered don't forget to mark the messages correct and useful to make it easier for others to find.

  • Make changes to the source using ANT (ojdeploy) files

    Hello

    Assume that you have an application that uses a Web Service data control. The URL of the WSDL file will be hard coded in the connections.xml (indicated by DataControls.dcx). But of course, during the deployment in a different environment (from dev, in tst, in ACC, in production), this hard-coded URL will be replaced by the corresponding environmental WSDL document. My idea was to solve this problem using Ant.

    I have already created a build.xml Ant file that uses ojdeploy to build the project as an EAR file. This is the code in build.xml generated to make the deployment:
    <target name="deploy" description="Deploy JDeveloper profiles" depends="init">
       <taskdef name="ojdeploy"
                     classname="oracle.jdeveloper.deploy.ant.OJDeployAntTask"
                     uri="oraclelib:OJDeployAntTask"
                     classpath="${oracle.jdeveloper.ant.library}"/>
       <ora:ojdeploy xmlns:ora="oraclelib:OJDeployAntTask"
                      executable="${oracle.jdeveloper.ojdeploy.path}"
                      ora:buildscript="${oracle.jdeveloper.deploy.dir}/ojdeploy-build.xml"
                      ora:statuslog="${oracle.jdeveloper.deploy.dir}/ojdeploy-statuslog.xml">
          <ora:deploy>
             <ora:parameter name="workspace"
                                      value="${oracle.jdeveloper.workspace.path}"/>
             <ora:parameter name="project"
                                     value="${oracle.jdeveloper.project.name}"/>
             <ora:parameter name="profile"
                                      value="${oracle.jdeveloper.deploy.profile.name}"/>
             <ora:parameter name="nocompile" value="false"/>
             <ora:parameter name="outputfile"
                                      value="${oracle.jdeveloper.deploy.outputfile}"/>
          </ora:deploy>
       </ora:ojdeploy>
    </target>
    How can I edit the build.xml file to adjust the URL to the WSDL for the Web Service (for example in DataControls.dcx) before you deploy the code on an EAR file?

    For example, if the DataControls.dcx has the following entry after having created the control data:
    <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice"
                      name="MyWebServiceDC" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="http://dev_server:7001/soa-infra/services/default/MyWebService/Dummy_ep?WSDL">
       <service name="Dummy_ep"
                     namespace="http://xmlns.oracle.com/MyWebServiceOutput/MyWebService/Dummy"
                     connection="MyWebServiceDC">
          <port name="execute_pt">
             <operation name="execute"/>
          </port>
       </service>
    </definition>
    Then I would be able to edit this file for:
    <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice"
                      name="MyWebServiceDC" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="http://dev_server:7001/soa-infra/services/default/MyWebService/Dummy_ep?WSDL">
       <service name="Dummy_ep"
                     namespace="http://xmlns.oracle.com/MyWebServiceOutput/MyWebService/Dummy"
                     connection="@connection@">
          <port name="execute_pt">
             <operation name="execute"/>
          </port>
       </service>
    </definition>
    where @connection @ is an Ant token, which can be replaced by the Ant in the relevant environment. For example, MyWebServiceDC_dev, MyWebServiceDC_tst, MyWebServiceDC_prd etc.

    The same issue if you use a Web Service Proxy: the URL of the Web Service is hard coded into the generated Java files, so I would like to change the location of this URL using ANT instead of having to do it by hand.

    Is this possible?

    Thanks in advance!

    Chris,

    Yes, there is no real way to do this automatically. Usually, what I do is to keep a copy of the shadow of these files in a separate Directory. Any time one of the files changes, I have a copy in the shadow directory and either do one of two things:

    (1) replace all values specific to the environment with chips
    (2) create specific versions to the environment of the files with the appropriate values.

    Then, in the ANT script, you can do this:

    (a) copy the original files somewhere safe (temp directory).
    (b) copy the tokenised files or specific to the environment to the correct location
    (c) use on the tokenised file if it was your approach
    (d).
    (e) deliver the original files.

    This is a hack, but that's life.

    John

  • Remove the error using iPhoto 08 and iPhone

    I use iPhoto 08 to import my pictures from my iPhone 5s.

    I just started getting this error...

    Error remove

    An error occurred while trying to delete the original photos.  20 pictures have not been removed.

    I didn't use to get this error and was able to remove them after you import?

    It is an iPhone5s.

    Any help would be appreciated.

    Thank you

    Gary

    You can remove them with Capture of Image (in the Applications folder)?

    You can delete the phone using the phone interface?

  • Cannot display the error using Netflix page in Windows Media Center

    Hello I use Windows Vista Home Premium and Windows Media Center. I watched titles on Netflix in the past successfully in Windows Media Center, but today I get this error when I click to play a title:

    Cannot display the page. Windows Media Center cannot open the page.  Contact technical support for the program.

    And so here I am.

    I see all of the titles on my queue when I click on the Netflix icon, so obviously I am connected and connect, but cannot actually look at all the titles.

    Thanks for your help

    What is the error you get when you try to watch Netflix from the browser?
    What browser do you use?

    Go to start, all programs, Microsoft Silverlight and open Microsoft Silverlight.

    The tab of the Configuration window About, let us know which Version you have installed.
    Go to the Read tab, and then make sure that the enabled for playback of content protected.
    Then go to the Application Storage tab, select the Netflix web site from the list and then click on Remove to remove it. There may be more than one listed Netflix website, for each of them.

    After the changes, try once again, Netflix in Media Center and browser.

    You can also try reinstalling Silverlight by going to start, Control Panel, uninstall a program, select Microsoft Silverlight, and then click on uninstall and cross the guests. After uninstalling to joinhttp://www.microsoft.com/getsilverlight/Get-Started/Install/Default.aspx and reinstall Silverlight.

    David
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • I do not understand the error in my script?

    I am completely new to SQL as I am a student. I have to write a script so that when it is run it creates a set of tables. I tried to run the script and it came with errors. Unlike java and vba, errors are not actually selected, it tells you what they are. This gives me to identify errors, so I can fix it. Can someone please look at my code and explain what the errors? Thanks in advance!


    --------------------------------------------------------------------------------

    CREATE TABLE HolidayDetails
    (
    HolCode char (2),
    CountryVis varchar2 (20).
    HolDuration number (2.0).
    DiffRating char (1),
    HolDescrip varchar2 (20).
    HolCost number (4.2).
    CONSTRAINT Hol_pk
    PRIMARY KEY (HolCode),
    CONSTRAINT Hol_fk
    FOREIGN KEY (HolCode)
    REFERENCES SiteHoliday (HolCode),
    CONSTRAINT Hol_fk1
    FOREIGN KEY (HolCode)
    REFERENCES DateHoliday (HolCode),
    CONSTRAINT Diff_fk
    FOREIGN KEY (DiffRating)
    REFERENCES DiffDetails (DiffCode),
    )

    ORA-00904: invalid identifier
    --------------------------------------------------------------------------------

    CREATE TABLE DiffDetails
    (
    DiffCode char (1),
    DiffDescrip varchar2 (30),
    CONSTRAINT Diff_pk
    PRIMARY KEY (DiffCode, DiffDescrip).
    )

    ORA-00904: invalid identifier
    --------------------------------------------------------------------------------

    CREATE TABLE SiteHoliday
    (
    HolCode char (2),
    SiteCode number (3.0)
    CONSTRAINT SiteHol_pk
    PRIMARY KEY (HolCode, SiteCode).
    CONSTRAINT SiteHol_fk
    FOREIGN KEY (SiteCode)
    REFERENCES SiteDetails (SiteCode),
    )

    ORA-00907: lack of right parenthesis
    --------------------------------------------------------------------------------

    CREATE TABLE SiteDetails
    (
    SiteCode number (3.0).
    SiteName varchar2 (30),
    CONSTRAINT SiteDetails_pk
    PRIMARY KEY (DiffCode, DiffDescrip).
    )

    ORA-00904: invalid identifier
    --------------------------------------------------------------------------------

    CREATE TABLE DateHoliday
    (
    HolCode char (2),
    DeparDate DATE, 'TO_DATE(DeparDate,DD-MMM-YYYY)'
    CONSTRAINT DateHoliday_pk
    PRIMARY KEY (HolCode, DeparDate).
    )

    ORA-00904: invalid identifier
    --------------------------------------------------------------------------------

    Hi and welcome to the forum.

    Thanks for saying that you are a student.

    The problem is your comma after the last column, for example

    REFERENCES DiffDetails (DiffCode),<--- remove="">
    )

    Don't know which tool you use, but I thing SQL * more you would have given a better idea of the problem.

    Edit:
    And by the way. Do not use the data type char, VARCHAR2, use instead

    BTW: what are you trying to do here: "TO_DATE(DeparDate,DD-MMM-YYYY)".

    Concerning
    Peter

    Published by: Peter on November 1st, 2010 05:47

  • Name of access to case / battery inside the case using VI scripts

    Hello everyone. I have a script that finds all instances of a specific under vi. All instances of this subroutine VI will be contained in a box structure. Using VI scripts, I want to be able to cross back and determine the name of the case that the sub vi is in. Is attached an image of the code that I currently have, however he mistakes in the part where I cast the reference to a case structure. Anyone know what I am doing wrong? Thank you.


  • get the id of the component using Java Script

    I have three text fields that I am trying to reset it using Java Script in the Joint Strike Fighter. When, in short, all the text fields three triggered event calls the method below and not reset the other two fields to the point.

    I need to know what text field is under discussion, so I can reset the other two.

    The question that I have does not have the correct id name using evt.getSource ();. I get a big long text for txtField, that looks like: AdfRichInputText [oracle.adf.RichInputText] id = it2

    I'm trying to get just "it2", how do I do this?

    < af:resource type = "javascript" >

    function resetFields (evt) {}

    var txtField = evt.getSource ();

    Alert (txtField);

    If (txtField == 'it2') {}

    var var1 = AdfPage.PAGE.findComponentByAbsoluteId ('it1');

    var var3 = AdfPage.PAGE.findComponentByAbsoluteId ('it3');

    var1. SetValue("");

    var3. SetValue("");

    }

    }

    < / af:resource >

    Thank you very much.

    It worked:

    var txtField = evt.getSource ();

    ID var = txtField.getProperty ("id");     -Returns the name of id for the event source.

  • Create the UDM using os script

    Hi guys,.

    I received the following task to be done as soon as possible, but have small problems, as I read the oracle documentation, we have os scripts to apply certain measures that are defined by the user, I followed tasks but cannot get the scripts

    -----

    Create a user defined Metrics (UDM) alerting when file listener is in mode Dbug

    Create an alert UDM check Rman uses catalog Rman

    Create a UDM alerting when logical WEB is in debug mode

    Create a UDM alert when logical when WEB log rotation is not defined

    -----

    I'm using OEM 11 g

    If anyone has suggestions or scripts to do this, please let us know.

    Thank you and best regards,
    Small foot

    Hi 844375,

    I created the same script you provided (seems like you and me have a similar up to think the comment section), but the script provided seems to be incomplete, it is empty, first step of the script is empty, IE "/ tmp/udm_lsnrctl_script.sh ' is not provided without which the next part is incomplete.

    Here are the scripts I've created:

    1. UDM_LSNRCTL_DEBUG_CHECK

    TASK: To check if a listener is put in debug mode.

    Script used:

    > STEP 1: udm_lsnrctl_script.sh

    #The script to check if the listener is in debug mode

    Small-foot #script, version 1.0

    #Step 1 - file name is udm_lsnrctl_script.sh

    #Step 2 - uses udm_lsnrctl_testrun.sh to retrieve the name of the listener in debug mode

    #The script below will search for ASM instance

    for k ' ps - ef | grep pmon | grep asm *. AWK '{print $8} ' | f '_' awk ' {print $3} "

    do

    echo $k ' for loop inside get the path from the House of the DSO.

    . oraenv<>

    $k

    EXPRESSIONS OF FOLKLORE

    #If more than a listener then we do loop for

    # 'lsnrctl see the trc_level' is the command to check the debug state

    for m ' ps - ef | grep inh | grep - v grep | grep "grid" | "awk"{print $9} '"

    do

    echo $m "inside for loop check the listeners of the DSO.

    lsnrctl<>

    the value current $m

    See the trc_level

    output

    EXPRESSIONS OF FOLKLORE

    fact

    echo "outside for loop check ASM listeners."

    fact

    echo «outside for loop get the path from the House of the ASM»

    #This script will not TEST for + ASM1

    for i ' ps - ef | grep inh | grep - v grep | AWK '{print $8} ' | AWK-f ' / ' '{print $6} ' | grep - v tnslsnr'

    do

    $i echo "inside for loop get ASM no way home.

    #' ps - ef | grep MP n | grep - v grep | AWK '{print $8} ' | f '_' awk ' {print $3} "#check this line once more

    #check over the line once more

    #check over the line once more

    . oraenv<>

    $i

    EXPRESSIONS OF FOLKLORE

    CD $ORACLE_HOME

    j in ' ps - ef | grep inh | grep - v grep | grep - v "grid" | AWK '{print $9} ' | grep $i ' # #CHECK THIS LINE TOO CHECK if THE FIRST LINE IS ALWAYS - LISTENER - ONLY of OTHER IT WILL RESULT WORNG OUTPUT

    # LINE #THIS CAN BE USED as AN ALTERNATIVE tTO AVOBE LINE CHCEK AND CONTINUE

    #for j in ' ps - ef | grep inh | grep - v grep | grep - v 'LISTENER ' | AWK ' {print $9} "

    #To be more specific

    #for j in ' ps - ef | grep inh | grep - v grep | grep - v "grid" | AWK ' {print $9} "

    do

    $j echo "inside for loop check listeners not ASM.

    lsnrctl<>

    the value current $j

    See the trc_level

    output

    EXPRESSIONS OF FOLKLORE

    fact

    echo "outside for loop check listeners not ASM.

    fact

    ECHO "outside for loop get ASM no way home.

    Exit 0

    > STEP 2: udm_lsnrctl_testrun.sh

    #! / bin/ksh

    #The script to check if the listener is in debug mode

    #script by Harish, version 1

    #Step 1 - file name is udm_lsnrctl_script.sh

    #Step 2 - uses udm_lsnrctl_testrun.sh to retrieve the name of the listener in debug mode

    #This file to run the script above and store the result in another file to check/compare the information required

    #file name udm_lsnrctl_testrun.sh

    #Put udm_lsnrctl_script.sh in udm_lsnrctl_debug_log.txt output to check the names of the listener in debug mode

    Date > /oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    /Oracle/app/agent11g/scripts/udm_lsnrctl_script.sh > /oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    FILE=/Oracle/app/agent11g/scripts/udm_lsnrctl_debug_log.txt

    out_result = "-i"value"grep $FILE |" grep - v out | AWK '{print $1}'

    #Check if the output is echo null then debug disabled

    Message1 =' have the active debug '

    If [-z "$out_result"]

    then

    out_result = "Disabled".

    #out_result = 1

    out = "no listener '.

    on the other

    out = $out_result

    #out_result = 2

    out_result = 'active '.

    FI

    em_result = $out_result

    echo "em_result = $em_result".

    echo "" em_message = $oute $message1 ".

    Exit 0

    2. UDM alert check of Rman uses catalog Rman: was addressed in other post of mine.
    3. UDM_WLS_DEBUG_CHECK

    Task: To check if debug mode is enabled in the wls targets

    Script used:

    > udm_wls_debug_check.sh: NOTE: the House of the area path must be set separately for each server

    Cat /oracle/app/product/fmw/user_projects/domains/custcons_domain/bin/setDomainEnv.sh|grep debugFlag = > udm_wls_debug_log.txt

    QUEUE = udm_wls_debug_log.txt

    out_result = "grep-i"true"$FILE"

    echo $out_result

    domain_name ='grep-i udm_wls_debug_check.sh "/ app/oracle/product ' | AWK '{print $2} ' | AWK-f ' / ' ' {print $8} "

    echo $domain_name

    Message1 = 'have the active debug '.

    If [-z "$out_result"]

    then

    out_result = "Disabled".

    #out_result = 1

    out = "no domain".

    on the other

    out = $out_result

    #out_result = 2

    out_result = 'active '.

    out = $nom_domaine

    FI

    #em_result = $out_result

    echo "em_result = $out_result".

    echo "" em_message = $oute $message1 ".

    Exit 0

    4. UDM_WLS_LOGROTATION_CHECK

    TASK: Check if rotation is enabled and not put over 7 days

    Script used:

    > udm_wls_logrotaion_check.sh:

    #! / bin/bash

    #The script to check if the rotaion of log is enabled

    #Step 1 - file name udm_wls_debug_check.sh contains the path of the field

    #Step 2 - use udm_wls_debug_check.sh to get the path of the field and then download the config.xml file to check if logrotation enabled id

    File #This to run the script above to check th logrotaion is true or false

    #file name udm_wls_logrotaion_check.sh

    file_name ='cat /oracle/app/agent11g/scripts/udm_wls_debug_check.sh | grep setDomain | AWK '{print $2} ' | "awk-f" / "' {print" / "$2"/"$3"/"$4"/"$5"/"$6"/"$7"/"$8"/config/config.xml"}.

    rotation_type ='cat $file_name | grep rotation-type | AWK-f ' > ' '{print $2} ' | AWK f"<" '{print="" $1}' ="" |="" awk=""><>

    numero_fichier ='cat $file_name | grep-number of files | AWK-f ' > ' '{print $2} ' | AWK f"<" '{print="" $1}' ="" |="" awk=""><>

    domain_name ='grep-i udm_wls_debug_check.sh "/ app/oracle/product ' | AWK '{print $2} ' | AWK-f ' / ' ' {print $8} "

    #echo $file_name

    #echo $rotation_type

    #echo $file_count

    If ['$rotation_type' = 'None']

    then

    #echo "Disabled".

    out_result = "Disabled".

    echo "em_message = $nom_domaine have no rotaion enabled log.

    Elif [["$file_count" - gt "7"]]

    then

    #echo "superior to 7 files.

    out_result = "Disabled".

    echo "em_message = $nom_domaine a logrotaion active with file count more than 7.

    on the other

    #echo 'active '.

    out_result = 'Active '.

    echo "" em_message = $nom_domaine have enabled rotaion journal "»

    FI

    echo "em_result = $out_result".

    Exit 0

  • Got the error using recovery disk to reinstall Windows 7

    I write this cause maybe it could be useful to someone in the same situation I was.

    After the events of my Z930, I decided to reinstall my laptop to the State of Out-Of-Box. In my first time I got an error, that I didn't understand, so I did on the second attempt:

    1 extract in the Bios and set the COMMAND SATA COMPATIBILITY MODE
    2 erase all SSD, data, partitions, sectors... etc ALL

    The second attempt was successful!

    Usually if the problem is option SATA solution should not be the BIOS option change but load SATA driver before Win7 installation begins. With SATA option enabled (no compatibility mode) HARD drive works correctly and with maximum efficiency.

    Your solution is just solution and a sort of temporary solution.

  • Definition of FD CAN baud rate gives the error (using samples of C)

    I use C for XNET "FD CAN Frame Input Stream" samples where I put the valid values of "nxPropSession_IntfCanFdBaudRate" between 1000000-8000000. (according to http://www.ni.com/pdf/manuals/372840k.pdf#page=983)

    I am getting following error

    NOR-XNET status: NOR-XNET: baud rate (Hex 0x3FF63040) The FD CAN you provided is beyond the capability of the manufacturer of the specified transmitter/receiver. In our internal testing, we found this baud rate to run, but bus errors may be detected or generated during communication. See the Presentation of the material NOR-XNET CAN section in the software and manual equipment OR XNET for more information.

    I have a loop back configuration with a PCI card with 2 ports.

    It is a warning and not an error to inform you that you may be exceeding the capacity of the physical hardware. While the FD CAN protocol supports very fast transfer speeds, none of the manufacturers transcevier still created talkies that they ensure that all transfer speeds. Talk to them, the number one problem was do an EMC low enough to run in the vehicles. They tend to be actually able to follow the signaling rate.

    Therefore, we allow you to use NOR-XNET to communicate to a wide range of transmission speeds, but sound you the alarm if you are exceeding the rates allowed by the manufacturer. For most use cases, this can be ignored safetly.

    FYI, what baud rate you try to run to?

  • HP C7280 All in One printer: HP Scan of the error using HP C7280 all-in-one printer

    I was scanning documents successfully until recently.  I use a Mac with OS X 10.7.5 and receive the following error message when you use HP Scan.

    Cannot perform the analysis because another program has control of the HP imaging device. Try the following steps. After each step, try to scan the image.

    -Restart the program.

    -Close all programs that might be using the device.

    -Restart the computer.

    I tried to download several drivers without success.

    Any help would be greatly appreciated.

    Hello @kellycc,

    Welcome to the Forums of HP Support! I see when you try to scan with your HP Photosmart C7280 with your Mac running the 10.7 operating system, you get an error "cannot perform the analysis because another program has control of the HP imaging device. Try the following steps. After each step, try to scan the image.'.

    Complete the following steps:

    Scrub / uninstall

    • Open the Applications folder > folder HP or Hewlett Packard > Uninstall HP
    • Click continue, click on one of the printers in the list.
    • * Only perform this step if you have not all other HP printers. Hold down the command, Option , and command, while now the three buttons.
    • Click on Uninstall.

    Reset the printing system

    1. click on the Apple icon ( ), then click on System Preferences.

    2. in the hardware section, click Print & Fax/scanning. The Print & Fax/scanning dialog box opens.

    3. make a right click (or Ctrl + click) in the left panel and then click on reset printing system...

    4. click on OK to confirm the reset.

    5 type the name and the correct password.

    6. click OK to reset the printing system. The Print & Fax dialog box shows any selected printer

    Note: This will remove all printers in the print and Fax/Scan, any printer deleted can be re-added later by clicking the sign plus (+) symbol...

    Repair disk permissions

    1. on the Dock, click Applications, then utilities.

    2. double-click click disk utility.

    3. highlight your hard drive / partition on the left (by default this is "Macintosh HD").

    4. click on the button to repair disk permissions at the bottom of the window.

    5. once the repair is complete, restart the computer.

    Restart the printer. Now, you will need to install the printer driver using the Apple updates. Click on the link below and follow the instructions on the screen:

    Installation of your printer driver HP and software for Mac OS X

    I hope this helps, please let me know the result!

    Thank you

  • EN the error using the grid java.rmi.UnmarshalException

    Hello


    I started using Hyperion Financial Reporting on the remote machine and now I installed it on my machine.

    Everything was ok during the installation process. Then I tried to create a new report with a new grid. When I click on the button, EN gives me the following error:


    ********


    ; nested exception is:

    java.rmi.UnmarshalException: error demarshalling return; nested exception is:

    java.io.InvalidClassException: com.hyperion.reporting.graphics.GridObject; incompatible local class: stream classdesc serialVersionUID =-1288366423950156093, local class serialVersionUID =-5245705824007679661

    ********

    Can someone explain to me what I can do to fix this error?

    In my experiences, it gives me this error when a report have a grid or when I try to create a.

    It is perhaps at a level different patch, EN can be sometimes not work so well when the client and server versions do not match.

    See you soon

    John

    http://John-Goodwin.blogspot.com/

Maybe you are looking for

  • Bug in the search for qualified products from pilot

    I have only one registered product Toshiba, so when I open the search window, the product is preselected (marked as selected in a list of radio button with just one button, because I don't have only one product approved). If I then try to search for

  • Re: Satellite P500-12F - cannot install the new nVidia display driver

    Good evening I'm sorry for stupid question, but I don't know what to do. I have the Satellite P500-12F. I tried to download the new graphics drivers for the NVidia card, I went to the site of NVidia and downloaded a new driver, which dates back to De

  • ALL-IN-ONE HP ENVY 5530: wrap each other in wrong position

    When you print several envelopes, my HP Envy an envelope prints correctly, then prints each another envelope upside. I inserted the envelopes and I use size 10 envelopes. It is standard envelopes with no gloss, no windows and are self-adhesive. What

  • Several channels AND DAQ

    Hello! I have a problem regarding the acquisition of data from multiple channels. I get a channel data in time, but when I try to do a similar code to get data from another channel, it will not work. This can be done with the DAQ assistant, but I wan

  • Installed XP 'clean' and now my slave drive is unreadable.

    I click it and it asks me to format it. BIOS it reads as a 500 GB drive. Disk management it only reads 137. I discovered the properties of it, and it says that the device is functioning correctly, but the file system is RAW format. I'm trying to chec