Error while OSB Building on UNIX Machine

Hi All,
I am building OSB Projects on OSB Server on UNIX Machine using ant scripts. The script runs properly on Windows. OSB Version being used is 11.1.1.4. I am getting the following error while creating sbconfig.jar:
!SESSION 2011-09-05 11:26:40.424 -----------------------------------------------
eclipse.buildId=M20100909-0800
java.version=1.6.0_23
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=en_US
Framework arguments: -application com.bea.alsb.core.ConfigExport -configProject OSB Configuration -configJar /var/build/osb_deployment/deployment/domains/osb/cz-osb-build.jar -configSubProjects Project_A,Project_B,Project_C -includeDependencies true
Command-line arguments: -data /var/build/osb_deployment/temp -application com.bea.alsb.core.ConfigExport -configProject OSB Configuration -configJar /var/build/osb_deployment/deployment/domains/osb/cz-osb-build.jar -configSubProjects Project_A,Project_B,Project_C -includeDependencies true
!ENTRY org.eclipse.osgi 4 0 2011-09-05 11:26:52.492
!MESSAGE An error occurred while automatically activating bundle com.bea.alsb.core (768).
!STACK 0
org.osgi.framework.BundleException: Exception in com.bea.alsb.core.AlsbCore.start() of bundle com.bea.alsb.core.
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:806)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
     at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
     at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
     at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
     at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
     at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
     at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
     at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
     at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
     at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
     at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)
     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:369)
     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:619)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
     at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: java.lang.NoClassDefFoundError: weblogic/descriptor/DescriptorManager
     at com.bea.alsb.core.AlsbCore.preStart(Unknown Source)
     at com.bea.alsb.core.AlsbCore.start(Unknown Source)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
     ... 34 more
Caused by: java.lang.ClassNotFoundException: weblogic.descriptor.DescriptorManager
     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
     ... 39 more
Root exception:
java.lang.NoClassDefFoundError: weblogic/descriptor/DescriptorManager
     at com.bea.alsb.core.AlsbCore.preStart(Unknown Source)
     at com.bea.alsb.core.AlsbCore.start(Unknown Source)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
     at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
     at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
     at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
     at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
     at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
     at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
     at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
     at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
     at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:174)
     at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:904)
     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:369)
     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:619)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
     at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: java.lang.ClassNotFoundException: weblogic.descriptor.DescriptorManager
     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
     ... 39 more
!ENTRY org.eclipse.osgi 4 0 2011-09-05 11:26:53.551
!MESSAGE Application error
!STACK 1
org.eclipse.core.runtime.CoreException: Plug-in com.bea.alsb.core was unable 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:904)
     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:369)
     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:619)
     at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
     at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
     at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
Caused by: org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter$TerminatingClassNotFoundException: An error occurred while automatically activating bundle com.bea.alsb.core (768).
     at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:121)
     at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:453)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:216)
     at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:393)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:469)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
     at org.eclipse.osgi.internal.loader.BundleLoader.loadClass(BundleLoader.java:338)
     at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:232)
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1197)
     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() of bundle com.bea.alsb.core.
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:806)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:755)
     at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:370)
     at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:284)
     at org.eclipse.osgi.framework.util.SecureAction.start(SecureAction.java:417)
     at org.eclipse.osgi.internal.loader.BundleLoader.setLazyTrigger(BundleLoader.java:265)
     at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.postFindLocalClass(EclipseLazyStarter.java:106)
     ... 28 more
Caused by: java.lang.NoClassDefFoundError: weblogic/descriptor/DescriptorManager
     at com.bea.alsb.core.AlsbCore.preStart(Unknown Source)
     at com.bea.alsb.core.AlsbCore.start(Unknown Source)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:783)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:774)
     ... 34 more
Caused by: java.lang.ClassNotFoundException: weblogic.descriptor.DescriptorManager
     at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:506)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422)
     at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)
     at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
     ... 39 more
Please help!!
Thanks in advance!!
Regards,
Karthik
Edited by: Karthik Krishnamurthy on Sep 5, 2011 2:15 AM

Hi Karthik
Looking at the exception stack trace, looks like the root cause is this error: It is not able to find the class "weblogic/descriptor/DescriptorManager"
java.lang.NoClassDefFoundError: weblogic/descriptor/DescriptorManager
Well you need to set the .JAR that has this class in the classpath before you run your command or script. NOW you have to generate something called wlfullclient.jar.
If you are using WLS 10.3.x, here is the link on how to generate a client jar file that has almost all the APIs from weblogic.jar and wls-api.jar etc etc. Most of the times, when we want to run WebServices, EJB clients etc as standalone, we need all these classes. So here is the link on how to generate something called "wlfullclient.jar" and put that in classpath or java build path etc.
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/jarbuilder.html (To create wlfullclient.jar)
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/t3.html
http://download.oracle.com/docs/cd/E12840_01/wls/docs103/client/basics.html#wp1069994
NOTE: I already generated this wlfullclient.jar and I do see the above missing class in this .jar file. So hopefully this should solve your issue.
Thanks
Ravi Jegga

Similar Messages

  • Getting error while posting reports on Unix Process Scheduler Server

    Hello ,
    I am getting the below error while posting reports on Unix Process Scheduler Server .
    PSDSTSRV.14338 (2) [09/08/09 08:21:34 PostReport](1) (JNIUTIL): Java exception thrown: java.io.IOException: Stream closed.
    PSDSTSRV.14338 (2) [09/08/09 08:21:34 PostReport](3) HTTP transfer error.
    PSDSTSRV.14338 (2) [09/08/09 08:21:34 PostReport](3) Post Report Elapsed Time: 0.0900
    PSDSTSRV.14171 (10) [09/08/09 08:21:34 PostReport](1) (JNIUTIL): Java exception thrown: java.io.IOException: Stream closed.
    Please advise ,thank you.

    user5838027 wrote:
    Node name :PS_HTTP
    URL: http://ddas1020.dev.com:16000/psreports/hrdmo
    URI:SchedulerTransfer/hr90dmo
    URI Port: 16000
    Please let me know if any other info is needed.
    Thanks.
    typo...
    URL: http://ddas1020.dev.com:16000/psreports/hr90dmo
    Hopefully, your application URL looks like http://ddas1020.dev.com:16000/psp/hr90dmo/..., your URI host looks like ddas1020.dev.com (or corresponding ip address), and hhtp is checked.
    Did you also tried to give the web login/password ?
    Nicolas.

  • Error while creating user on Unix through OIM timeout waiting for user password

    Hello all ,
    we made integration with Unix using connector  , while creating user  we receive the following error
    <Jun 27, 2013 1:30:14 PM AST> <Error> <ORACLE.IAM.CONNECTORS.ICFCOMMON.PROV.ICPROVISIONINGMANAGER> <BEA-000000> <oracle.iam.connectors.icfcommon.prov.ICProvisioningManager : createObject : Error while creating user
    org.identityconnectors.framework.common.exceptions.ConnectorException: Exception occured while setting the password.org.identityconnectors.framework.common.exceptions.OperationTimeoutException: Command timed-out while waiting for: new[\s](unix[\s])?password:
            at org.identityconnectors.genericunix.GenericUnixConnection.setUserPassword(GenericUnixConnection.java:866)
            at org.identityconnectors.genericunix.operation.GenericUnixCreate.setUserPassword(GenericUnixCreate.java:193)
            at org.identityconnectors.genericunix.operation.GenericUnixCreate.analyzeResult(GenericUnixCreate.java:233)
            at org.identityconnectors.genericunix.operation.GenericUnixCreate.createOp(GenericUnixCreate.java:180)
            at org.identityconnectors.genericunix.operation.GenericUnixCreate.create(GenericUnixCreate.java:111)
            at org.identityconnectors.genericunix.GenericUnixConnector.create(GenericUnixConnector.java:200)
            at org.identityconnectors.framework.impl.api.local.operations.CreateImpl.create(CreateImpl.java:80)
            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.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:93)
            at $Proxy363.create(Unknown Source)
    any one can support me how to fix this

    Try increasing the commandTimeout from 100seconds to 200seconds and see if this works?
    Also, look at the Section 5.2.5 in the connector doc.

  • What are the common error while EBS installation in Unix /windows

    what are the common error while EBS R12 installation with os unix and windows.
    oracle have any any check after installation all installation are correct according to no of directory, files and file size ?
    regards

    Hi user;
    what are the common error while EBS R12 installation with os unix and windows.AFAIK there is no document which show common error.There are some common error for installation like:
    RW-5004- RW-50010 etc.
    For error we have to check instalaltion log files for can get more details about it
    oracle have any any check after installation all installation are correct according to no of directory, files and file size ?Oracle has 2 checking mechanisim during installation.
    1. Before start installation, rapidwiz makes Validate system Configuration check which is checking port avaliability,file system check etc.
    2. End of the installation,rapidwiz makes Validate system Configuration again to check jsp,dbc file, db avaliablity etc..
    For more details Please check:
    For r12.1.1:
    http://download.oracle.com/docs/cd/B53825_01/current/html/docset.html
    For r12:
    http://download.oracle.com/docs/cd/B40089_10/current/html/docset.html
    Hope it helps
    Regard
    Helios

  • Error while starting server in UNIX environment

    Hi,
    I am getting the following error while starting servers:
    Oracle BI Presentation Services 10.1.3.4 (Build 080726.1900) are starting up.
    Type: Error
    Severity: 40
    Time: Thu Jun 3 06:41:00 2010
    File: project/webcatalog/localwebcatalog.cpp Line: 761
    Properties: ThreadID-1
    Location:
         saw.catalog.local.readObject
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
    Error outside of Presentation Catalog occurred.
    Type: Error
    Severity: 40
    Time: Thu Jun 3 06:41:00 2010
    File: project/webcatalog/localwebcatalog.cpp Line: 761
    Properties: ThreadID-1
    Location:
         saw.catalog.local.readObject
         saw.catalog.local.loadCatalog
         saw.webextensionbase.init
         saw.sawserver
    Error outside of Presentation Catalog occurred.
    Type: Error
    Severity: 20
    Time: Thu Jun 3 06:41:00 2010
    File: project/sawserver/main.cpp Line: 338
    Properties: ThreadID-1
    Location:
         saw.sawserver
    Error loading security account .
    Attempted to use an unconstructed lock.
    Current Owner thread id: 0 (0x0)
    Current thread id: 1 (0x1)
    Lock pointer: 0xf2a2efa8
    Lock created in file: server/include/Utility/Generic/SUGRecursiveLock.h
    Lock created on line: 34
    Lock created in function: NQRecursiveLock<NQCriticalSection>::NQRecursiveLock
    Error in file: server/Utility/Generic/NQThreads/SUGCriticalSection.cpp
    Error on line: 242
    Error in function: NQCriticalSection::Acquire
    /orapsdev/BI/setup/sawserver.sh[7]: 786638 IOT/Abort trap(coredump)
    Kindly help to find a solution to it.
    Regards,
    Rahul

    Hi
    I came accrossed this kind of problems before, when I checked the log, I found almost the same error you mentioned and the BI Preenstation services is not started up.
    As my experience, there would be something wrong with the presentation catalog, I changed the catalog to samplesales and it is ok, so I redeploy the specific catalog and then it is ok.
    hope this can help.
    thanks & regards
    henry

  • Error while installing XI on virtual machine

    Hi All,
    My Scenario:  I am installing SAP XI on Windows 2K3 server with Ms SQL as DB and Java 1.4.2_12.
                           I am doing this installation on a VMware virtual machine.
    My Problem:   I am facing these error:
    ERROR 2007-12-18 20:07:54
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    ERROR 2007-12-18 20:07:54
    FCO-00011  The step runMigrationMonitor with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Doublestack_OneHost|ind|ind|ind|ind|3|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|11|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR .
    Log File content
    import_monitor.java.log
    java version "1.4.2_12"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_12-b03)
    Java HotSpot(TM) Client VM (build 1.4.2_12-b03, mixed mode)
    Import Monitor jobs: running 1, waiting 17, completed 0, failed 0, total 18.
    Loading of 'SAPSDIC' import package: ERROR
    Import Monitor jobs: running 0, waiting 17, completed 0, failed 1, total 18.
    importmonitor.log_
    INFO: 2007-12-18 20:06:24
    Import Monitor is started.
    CONFIG: 2007-12-18 20:06:24
    Application options:
    dbCodepage=4103
    dbType=MSS
    extFiles=no
    impJobNum=3
    importDirs=C:\NW2004s_Dump\51031504\EXP1;C:\NW2004s_Dump\51031504\EXP2;C:\NW2004s_Dump\51031504\EXP3
    installDir=C:\Program Files\sapinst_instdir\NW04S\SYSTEM\MSS\CENTRAL\AS
    jobNum=3
    loadArgs= -loadprocedure fast
    monitorTimeout=30
    orderBy=size
    r3loadExe=E:\usr\sap\AC3\SYS\exe\uc\NTI386\R3load.exe
    sapinst=
    trace=all
    tskFiles=yes
    CONFIG: 2007-12-18 20:06:24
    List of packages with table structure: 'SAP0000'.
    CONFIG: 2007-12-18 20:06:24
    List of packages with views: 'SAPVIEW'.
    INFO: 2007-12-18 20:06:24
    Data codepage 1100 is determined using TOC file 'C:\NW2004s_Dump\51031504\EXP1\DATA\SAPSSEXC.TOC' for package 'SAPSSEXC'.
    INFO: 2007-12-18 20:06:27
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'C:\NW2004s_Dump\51031504\EXP3\DATA\SAPSDIC.STR' for package 'SAPSDIC'.
    TRACE: 2007-12-18 20:06:27 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is started.
    TRACE: 2007-12-18 20:06:27 com.sap.inst.migmon.LoadTask processPackage
    Task file generation for 'SAPSDIC' import package:
    E:\usr\sap\AC3\SYS\exe\uc\NTI386\R3load.exe -ctf I C:\NW2004s_Dump\51031504\EXP3\DATA\SAPSDIC.STR DDLMSS.TPL SAPSDIC.TSK MSS -l SAPSDIC.log
    TRACE: 2007-12-18 20:06:27 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPSDIC' import package into database:
    E:\usr\sap\AC3\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -loadprocedure fast
    ERROR: 2007-12-18 20:07:46 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPSDIC' import package is interrupted with exception.
    com.sap.inst.lib.io.ProcessExitException: Process 'E:\usr\sap\AC3\SYS\exe\uc\NTI386\R3load.exe -i SAPSDIC.cmd -dbcodepage 4103 -l SAPSDIC.log -loadprocedure fast' exited with return code -1073741819
    *     at com.sap.inst.migmon.LoadTask.loadPackage(LoadTask.java:534)*
    *     at com.sap.inst.migmon.LoadTask.processPackage(LoadTask.java:257)*
    *     at com.sap.inst.migmon.LoadTask.run(LoadTask.java:176)*
    *     at java.lang.Thread.run(Thread.java:534)*
    *     at com.sap.inst.lib.util.ThreadDispatcher$ThreadWrapper.run(ThreadDispatcher.java:113)*WARNING: 2007-12-18 20:07:54
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2007-12-18 20:07:54
    18 error(s) during processing of packages.
    INFO: 2007-12-18 20:07:54
    Import Monitor is stopped.
    I also checked the SAPSDIC.tsk file.
    Task entry for only one task had errors:
    D TADIR I err.
    I also read note 455195 but did not get much help to solve this issue.
    Please help me!!
    Regards,
    Sumit

    Did you actually run the installer (Setup.exe) after downloading?

  • Error while Updating build 10049 to 10074

    Hi,
    currently build 10049 is installed and I want to update to build 10074. While downloading und preparing everything is find, but while installing the new build after the reboot there is an error.
    The installation aborts at 1%. After that, the PC reboots und restores the previous version of Windows 10.
    I have tried serveral times, but always the same error.
    Before updating there are about 30 gigabyte free disk space.
    Any suggestions?

    ML
    I suspect you mean 10074 not 71.  You may want to try installing from the ISO'S which can be found here
    Windows 10 build 10074 ISOs are available for download:
    Pro from Windows Insiders:
    http://windows.microsoft.com/en-us/windows/preview-iso-updat…
    Enterprise from Evaluation Center:
    https://www.microsoft.com/en-us/evalcenter/evaluate-windows-…
    For Pro edition use this: NKJFK-GPHP7-G8C3J-P6JXR-HQRJR
    Windows 10 Pro build 10074 or later  (6P99N-YF42M-TPGBG-9VMJP-YKHCF)
    Enterprise edition use this: PBHCJ-Q2NYD-2PX34-T2TD6-233PK
    Windows 10 Enterprise build 10074 or later,  (VTNMT-2FMYP-QCY43-QR9VK-WTVCK)
    Wanikiya and Dyami--Team Zigzag

  • Getting Error while creating build

    Hi Gurus
    I am facing the below error when we are creating the build in NWDI.
    (com.sap.ide.eclipse.component.provider.actions.dc.UsedDCFoundHandlerBase) [Thread[ModalContext,5,main]] ERROR: failed to resolve reference "sap.com/struts/digester" for DC "sap.com_SAP-SHRWEB_1: sap.com/crm/isa/web/b2b":Cannot find compartment of used component: sap.com:struts/digester
    Please help us why this error is creating...
    Awaiting for ur valuable response
    Regards
    Satish

    HI,
    Build is failed because it is unable to find find compartment of used component: sap.com:struts/digester.
    check wheather it is available at your development compartment(i.e.trackname _D).
    so go to CBS->compartment-- choose your compartment (trackname_D), there you can see all the DC's(custom and dependecies too).
    if sap.com:struts/digester is custom DC then, be sure that all its activities are checked in.
    and if sap.com:struts/digester is standerd DC, then you need to import dependecies again into track

  • Error while booting Tuxedo on Linux machine

    Hi,
    I am getting following o/p when I run tmboot -y
    (testing)itrtrc[0]:/home/modula/itrtrc/sys-conf>tmboot -y
    Booting all admin and server processes in /home/modula/itrtrc/sys-conf/tuxconfig
    INFO: BEA Tuxedo, Version 8.0
    INFO: Serial #: 454493271161-2312432531016, Expiration 2007-07-10, Maxusers 1000000
    INFO: Licensed to: BEA Evaluation Customer
    Booting admin processes ...
    exec BBL -A :
    CMDTUX_CAT:819: INFO: Process id=4621 Assume started (pipe).
    Booting server processes ...
    exec TMUSREVT -A :
    CMDTUX_CAT:819: INFO: Process id=4622 Assume started (pipe).
    exec TMSYSEVT -A :
    CMDTUX_CAT:819: INFO: Process id=4623 Assume started (pipe).
    exec TMS -A :
    CMDTUX_CAT:819: INFO: Process id=4624 Assume started (pipe).
    exec TMS -A :
    CMDTUX_CAT:819: INFO: Process id=4625 Assume started (pipe).
    exec NormalizeE -A :
    CMDTUX_CAT:819: INFO: Process id=4626 Assume started (pipe).
    exec NormalizeE -A :
    CMDTUX_CAT:819: INFO: Process id=4627 Assume started (pipe).
    exec NormalizeE -A :
    and at the end it says 39 processes started but none exists.
    Thanx in advance

    The CMDTUX_CAT:819 message usually means that the newly booted process died
    before it was able to synchronize with tmboot.
    In your configuration, you are able to execute tmboot but you cannot execute
    any other Tuxedo process. You may want to verify the following:
    - Does the value of TUXDIR in your TUXCONFIG file match the directory in
    your path for `whence tmboot`? If the TUXDIR in TUXCONFIG points to a
    directory containing binaries for some other hardware architecture, then it
    would be logical for all of the binaries to be unable to run.
    - Is your operating system version a version that has been certified by BEA?
    - Verify the executable file type of the binaries using "file
    $TUXDIR/bin/BBL". Does the 32-bit/64-bit setting match what you expect, and
    are the binaries for the OS that you expect?
    - Is there any outstanding shared memory on the system with the IPCKEY
    specified in $TUXCONFIG? Tuxedo will detect most such errors by examining a
    magic value, but it's possible that the magic value might accidentally match
    while the rest of the shared memory is of the wrong format.
    I hope this is of help.
    Ed
    <Kaustubh Deoghare> wrote in message news:[email protected]...
    Hi,
    I am getting following o/p when I run tmboot -y
    (testing)itrtrc[0]:/home/modula/itrtrc/sys-conf>tmboot -y
    Booting all admin and server processes in
    /home/modula/itrtrc/sys-conf/tuxconfig
    INFO: BEA Tuxedo, Version 8.0
    INFO: Serial #: 454493271161-2312432531016, Expiration 2007-07-10, Maxusers
    1000000
    INFO: Licensed to: BEA Evaluation Customer
    Booting admin processes ...
    exec BBL -A :
    CMDTUX_CAT:819: INFO: Process id=4621 Assume started (pipe).
    Booting server processes ...
    exec TMUSREVT -A :
    CMDTUX_CAT:819: INFO: Process id=4622 Assume started (pipe).
    exec TMSYSEVT -A :
    CMDTUX_CAT:819: INFO: Process id=4623 Assume started (pipe).
    exec TMS -A :
    CMDTUX_CAT:819: INFO: Process id=4624 Assume started (pipe).
    exec TMS -A :
    CMDTUX_CAT:819: INFO: Process id=4625 Assume started (pipe).
    exec NormalizeE -A :
    CMDTUX_CAT:819: INFO: Process id=4626 Assume started (pipe).
    exec NormalizeE -A :
    CMDTUX_CAT:819: INFO: Process id=4627 Assume started (pipe).
    exec NormalizeE -A :
    and at the end it says 39 processes started but none exists.
    Thanx in advance

  • HELP - Getting INS0034 Error while running RuntimeAssistant on UNIX

    Hy all,
    hope anyone here can help me.
    The Problem:
    OWB 10.1.0.1.4 is installed on a UNIX Cluster-Server (OS: Solaris 10)
    (I connect remote to the Server via a tunneled ssh connect x-session).
    So, i still have run the reposinst.sh via that connection - No Problem.
    Next step was to create a runtime repository. I started the runtimeinst.sh, the wizzard opened in the GUI and i´ve inserted the SYS passord, ip-adress, Port, sid.
    Then i made a cklick on Next,... and then : INS0034....needs to run on the server where the Database is installed.
    I don´t understand what´s the Problem. The Database is installed on this server.
    The owb Software is installed on this server.
    The owb is in a different oracle Home installed.
    Connect to the Databes is ok.
    I can build a design repository, but the runtimeinst.sh said evrytime : INS0034.
    Where´s my Fault?
    I´ve tried with the IP Adress, with 'localhost',..... The Port and SID is absolutely ok.
    I realy hope anyone can help me, i still looked on so much Sites in the web, and in the Oracle Installation Guide.
    Thanks in Advance
    LoneWolf

    Yes , it does. I might be wrong but, I think the problem comes from stage initalization. Because I check the logs and every thing is ok. My environment is:
    OS: ubuntu 11.10 - 64 bit
    jdk: jdk1.7.0_03 - 32bit
    javafx: JavaFX 2.1 build b17
    Thanks
    sdemirci
    Edited by: sdemirci on 20.Mar.2012 07:19

  • Error while compiling forms10g in Unix with webutil features.

    Hi,
    I developed a form called test.fmb and attached webutil.pll. change all text_io to client_text_io.
    Copied the file to unix and tried to compile, it says
    CLIENT_TEXT_IO.FILE_TYPE must be declared.
    (Please note that webutil.pll has been compiled and .plx file is generated).
    Please help.
    Thanks.

    Our Forms_90 Path is
    FORMS90_PATH=/AppsTop/FRMTOP/app/9.0.4/forms90:/AppsTop/FRMTOP/app/9.0.4/pi:/AppsTop/FRMTOP/app/9.0.4/webutil:/AppsTop/FRMTOP/app/9.0.4/webutil/forms
    I just copied webutil.pll from
    :/AppsTop/FRMTOP/app/9.0.4/webutil/forms/webutil.pll to
    my local directory C:\webutil.pll
    I attached the C:\webutil.pll under Attached Libraries in test.fmb in my own PC.
    Please advice.
    Thanks,
    Mano.

  • Error while running graph through UNIX

    I am using below command to run a graph
    curl -u clover:clover --url http://localhost:8080/clover/request_processor/graph_run?graphID=graph/Configuration.grf&sandbox=name
    but i am getting below error
    Error running job: sanbox = null, job file = graph/Configuration.grf!
    => Error loading job file: sandbox://default/graph/Configuration.grf
    => File graph/Configuration.grf does not exist in default {2} : null; requested sandbox item path: 'graph/Configuration.grf'

    Thanks Patrick..
    Now i am using below command.Its working fine. Removed the --url from old command and added /& before sandbox
    curl -u clover:clover http://localhost:8080/clover/request_processor/graph_run?graphID=graph/Configuration.grf/&sandbox=name

  • Error while starting database from client machine.

    Hi,
    I connected to oracle server from a clinet PC on LAN. I connect as-
    SQL> conn sys/pwd@orcl as sysdba
    Now, I am able to shutdown the database, but when I try to open my database it gives following error.
    SQL> STARTUP
    ORACLE instance started.
    ORA-12523: TNS:listener could not find instance appropriate for the client connection
    SQL>
    Thanks.

    Here is the contents of my listener.ora file-
    # LISTENER.ORA Network Configuration File: E:\oracle\ora92\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = Faisal)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\oracle\ora92)
    (PROGRAM = extproc)
    )

  • DNS Error while joining the machine to domain.

    I get the below error while joining a new Win7 machine to the domain.
    I can ping and successfully resolve nslookup on both server and client machine.
    Both client and server (2008r2) are virtual machines, with private ip's on LAN...
    The following error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain
    magic.com:
    The error was: "DNS name does not exist."
    (error code 0x0000232B RCODE_NAME_ERROR)
    The query was for the SRV record for _ldap._tcp.dc._msdcs.magic.com
    Common causes of this error include the following:
    - The DNS SRV record is not registered in DNS.
    - One or more of the following zones do not include delegation to its child zone:
    magic.com
    com
    . (the root zone)
    For information about correcting this problem, click Help.
    Looks like some problem with my DNS.
    Also i tried to uninstall/ re-install the DNS role.
    What should be the TCP/IP network configuration???
    System Security analyst at CapG

    I get the below error while joining a new Win7 machine to the domain.
    I can ping and successfully resolve nslookup on both server and client machine.
    Both client and server (2008r2) are virtual machines, with private ip's on LAN...
    The following error occurred when DNS was queried for the service location (SRV) resource record used to locate a domain controller for domain
    magic.com:
    The error was: "DNS name does not exist."
    (error code 0x0000232B RCODE_NAME_ERROR)
    The query was for the SRV record for _ldap._tcp.dc._msdcs.magic.com
    Common causes of this error include the following:
    - The DNS SRV record is not registered in DNS.
    - One or more of the following zones do not include delegation to its child zone:
    magic.com
    com
    . (the root zone)
    For information about correcting this problem, click Help.
    Looks like some problem with my DNS.
    Also i tried to uninstall/ re-install the DNS role.
    What should be the TCP/IP network configuration???
    System Security analyst at CapG
    Also something to look in, i do not have the usual folders below 'Forward lookup zone', i.e, Sites, Home, tcp etc..
    I beleive these are required. I am not sure.!!. I did re-install the role, no change :-(
    System Security analyst at CapG

  • Error while starting Analytical Services

    Hi,
    I am getting following error while strating Analytical services (AIX machine)
    [Wed May 28 17:17:51 2008]Local/ESSBASE0///Info(1051232)
    Using English_UnitedStates.Latin1@Binary
    as the Essbase Locale
    [Wed May 28 17:17:51 2008]Local/ESSBASE0///Error(1051496)
    Analytical Services failed to register product at Shared Services Server
    with Er
    ror [Registeration failed:
    error.UnableToCreateExternalUser.Registeration failed
    error.UnableToCreateExternalUser.]
    Fatal Error: CSS Initialization Fails
    Any help
    Regards
    Dhanjit

    try remove security and start essbase in native mode
    you can use this steps
    1) backup essbase.sec
    1a) backup (copy) you production app from %ARBORPATH%/app
    2) cd %ARBORPATH%/bin
    rm - f essbase.sec
    3) vi essbase.cfg
    - find strings
    CssSyncLevel
    SharedServicesLocation
    AuthenticationModule
    put ";" on the first columns on strings
    4) start essbase and create new admin

Maybe you are looking for