Minor_init failed for module... & unable to configure nics

Hello,
following the instructions of: "Sun Two-Node Cluster How to Guide"
I successfully installed the "Sun Cluster 3.1U4" on my sun ultra 5 workstations (on the two nodes and on the administrative console), which are all running solaris 10 1/06.
During the installation process I choose the option "configure later" as suggested by the guide.
Before configuring the nodes and proceeding with the steps, I wanted to check the correct installation of the nics. I have three nics plugged in the two nodes and two in the administrative console. One per computer is integrated, the others are three pci 10/100 Ark and two Intel nics.
The fact is that the output of dladm show-link is just hme0 for all the computers, none of the other nics seems to be recognized.
in the output of prtconf I see
pci instance 1 ethernet (drive not attached) ethernet (driver not attached)
instead with prtconf -D
pci instance 1 ethernet ethernet (driver simba)
this is the output of one of my nodes that has two Ark nics.
I tried with devfsadm -v (as I read in a post) and the output is
minor_init failed for module /usr/lib/devfsadm/linkmod/SUNW_scmd_link.so
this string also appears at every boot (also when I boot -r)
This last thing I found treated as a problem in "sun java enterprise administration guide":
this is like my situation, but of course I am not running solaris on an x86 system, and I also do not receive "NOTICE NO PCI PROB"
x86 machines running Solaris 10 fail to come up in cluster mode due to changes made for the Solaris boot architecture project. The following error messages are displayed when the machine boots up:
NOTICE: Can�t open /etc/cluster/nodeid
NOTICE: BOOTING IN NON CLUSTER MODE
NOTICE: NO PCI PROP
NOTICE: NO PCI PROP
Configuring devices.
Hostname: pvyom1
devfsadm: minor_init failed for module /usr/lib/devfsadm/linkmod/SUNW_scmd_link.so
Loading smf(5) service descriptions: 24/24
/usr/cluster/bin/scdidadm: Could not load DID instance list.
Cannot open /etc/cluster/ccr/did_instances.
Not booting as part of a cluster
/usr/cluster/bin/scdidadm: Could not load DID instance list.
Cannot open /etc/cluster/ccr/did_instances.
Note: path_to_inst might not be updated. Please �boot -r� as needed to update.
Solution Perform these steps:
1. Add etc/cluster/nodeid to /boot/solaris/filelist.ramdisk.
2. Enter these commands:
# bootadm update-archive
# reboot -- -r
I did not perform the steps indicated as the "solution" for this.
I wait because maybe the scinstall configuration can fix this, doesn't it?
I just want to end my two node cluster config happily and begin to work with it.
Thanks in advantage,
Francesco

The primary problem you seem to have is that your network adapters are not recognized. So this is not a Cluster problem. You talk about "three pco 10/100 Ark and two intel nics". The question is, if those cards have a corresponding solaris driver. Since you seem to indicate that prtdiag does report that there is no driver attached, you may be out of luck for the drivers coming with Soalris 10 01/06 you use. Maybe the vendor of those cards offers drivers that need to get installed?
Otherwise I guess you are out of luck using them, without finding a usabel kernel driver.
For the message
minor_init failed for module /usr/lib/devfsadm/linkmod/SUNW_scmd_link.so
you see, this is harmless and not your problem. You can ignore it.
This error happens when the scmd_link devfsadm link module is attempted to be
loaded before clustering has started. It is a harmless situation.
Greets
Thorsten

Similar Messages

  • Unable to configure webstack - SXDE - failed adding connection to postgreSQ

    Noob here. Firstly, feel free to redirect if this is the wrong forum.
    I just installed the current release of SXDE on VMware server. I am now trying to configure the webstack, as per the Getting Started guide (as per file:///opt/webstack/doc/html/p3.html).
    I am currently stuck at the step 5a: Configure the PostgreSQL database with NetBeans IDE 6.0.- . Create a New Database Connection.
    As I have not used NetBeans before, I am kind of hunt'n'pecking to perform this operation. The NetBeans Help system isn't (isn't any help, that is - at least on this topic). Poking around, I found Services>Databases>Drivers>PostgreSQL. If I rt-clk>ConnectUsing on this, it opens a dialog with fields named as the Getting Started guide would lead me to expect. Filling this out as per the Getting Started guide*, and clicking OK yields the following error dialog:
    [!] Unable to add connection. Cannot establish a connection to jdbc:postgresql://localhost:5432/postgres using org.postgresql.Driver (The connection attempt failed.).* what should I use for a password in this dialog? I have tried the root password, my user password, "postgres", and blank. I kind of assume I need to use the password for user postgres, but the Getting Started guide has not prompted me to create one. It has prompted me to create a user postgres, but I have not, as /etc/passwd indicates there is already a user by that name in the system. Is there a default password for the user postgres?
    For that matter, is this even the right mechanism within NetBeans for peforming this configuration? The Getting Started guide seems to assume previous exposure to NetBeans - I have none.
    Possible contributing factors:
    I first used the first form of starting the database server:
    $/usr/postgres/8.2/bin/postgres -D /var/postgres/8.2/dataI didn't like the fact that it was foregrounded. I figured the other form may be backgrounded, so I
    <ctl>-C out
    then used the other form:
    $ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile start
    sh: logfile: cannot create
    server starting
    $ pwd
    /                                                                  // no longer root - user postgres can't create /logfile?
    $ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile stop             // just a guess
    pg_ctl: PID file "/var/postgres/8.2/data/postmaster.pid" does not exist
    $ cd /var/postgres/8.2/data
    $ /usr/postgres/8.2/bin/pg_ctl -D /var/postgres/8.2/data -l logfile start
    server startingThe bottom of the page of the Getting Started guide says:
    See Also
    For more information about configuring PostgreSQL database with NetBeans IDE, see <link>.
    However, the <link> is not a <link>. Anyone know what this should point to?
    The logfile, as I think I have started it(is this location superseded by the subsequent svcadm?)
    # cat /var/postgres/8.2/data/logfile
    LOG:  database system was shut down at 2008-04-02 09:32:24 MDT
    LOG:  checkpoint record is at 0/42CE60
    LOG:  redo record is at 0/42CE60; undo record is at 0/0; shutdown TRUE
    LOG:  next transaction ID: 0/593; next OID: 10820
    LOG:  next MultiXactId: 1; next MultiXactOffset: 0
    LOG:  database system is ready
    LOG:  received smart shutdown request
    LOG:  shutting down
    LOG:  database system is shut downSays shut down, but seems to be running?:
    # svcs | grep postg
    online          9:44:11 svc:/application/database/postgresql:version_82Any help would be most appreciated.

        This is quite a conundrum that you find yourself in, TheGlaxayIsOnOrionsBelt! I can help you get this cleared up! I would suggest completing a master reset. This should allow you to add the enterprise email back on to your account. Please follow the instructions below: http://tinyurl.com/9czplhv ^CM

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) Logon failure: unknown user name or bad

    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Logon failure: unknown user name or bad password 
    am using Windows integrated security,version of my sql server 2008R2
    I have go throgh the different articuls, they have given different answers,
    So any one give me the  exact soluction for this problem,
    Using service account then i will get the soluction or what?
    pls help me out it is urgent based.
    Regards
    Thanks!

    Hi Ychinnari,
    I have tested on my local environment and can reproduce the issue, as
    Vaishu00547 mentioned that the issue can be caused by the Execution Account you have configured in the Reporting Services Configuration Manager is not correct, Please update the Username and Password and restart the reporting services.
    Please also find more details information about when to use the execution account, if possible,please also not specify this account:
    This account is used under special circumstances when other sources of credentials are not available:
    When the report server connects to a data source that does not require credentials. Examples of data sources that might not require credentials include XML documents and some client-side database applications.
    When the report server connects to another server to retrieve external image files or other resources that are referenced in a report.
    Execution Account (SSRS Native Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Adobe plugin for Outlook in 2013 unable to configure to load at startup

    Windows 7 Pro, Office 2013 Home and Business
    I don't see a registry key for the plugin, there's no properties in Outlook for the plugin
    Manually loads properly and functions properly, however unable to configure it to load when Outlook starts.
    Any ideas?

    Hi jeremyh77032804,
    Please open Outlook and go to 'Tools > Options > Add-Ins' and select 'COM Add-ins' option under Manage label and click Go.
    From the new dialog box that appears, select Acrobat PDFMaker Office COM Addin and click OK.
    Also, please confirm the location of PDFMaker add-in is under "C:\Program Files (x86)\Adobe\Acrobat 11.0\PDFMaker\Mail\Outlook"
    Do you have the administrative privileges to this location specified above?
    Please let me know.
    Regards,
    Anubha

  • Transaction failed for unknown reason (100) Unable to complete backup at this time. Does anyone know how to solve this issue?

    Transaction failed for unknown reason (100) Unable to complete backup at this time. Does anyone know how to solve this issue?
    Thanks.

    The system is set up to backup files to the iCloud at the end of the day. This has ot happen for sometime now and the mesaage I get is the back up error.

  • Symbol resolution failed for i5/OS PASE module sapstart

    Has anyone seen this error while trying to start their ECC 6.0 system: Symbol resolution failed for i5/OS PASE module sapstart
    We applied the latest patch to R3INLPGM,  LIB_DBSL, O4TRC, and STARTSAP. Now our instance won't start.
    The joblog reads:
    CPDB9D0    Diagnostic              30   10/16/08  11:57:13.366320  QP2USER2     QSYS        *STMT    R3INLPGM    R3ERD400    *STMT
                                         From module . . . . . . . . :   QP2EXERR                                                                               
    From procedure  . . . . . . :   sendmsg__FPCcN21e                                                                               
    Statement . . . . . . . . . :   34                                                                               
    To module . . . . . . . . . :   AS4EXECI2                                                                               
    To procedure  . . . . . . . :   RunPase                                                                               
    Statement . . . . . . . . . :   184                                                                               
    Message . . . . :   Symbol resolution failed for i5/OS PASE module sapstart.                 
                                          Cause . . . . . :   Symbol resolution failed attempting to load i5/OS PASE                   
                                            program sapstart. Recovery  . . . :   See other messages in the job log.                   
                                            Correct the errors and then try the request again.                                         
    CPDB9D3    Diagnostic              30   10/16/08  11:57:13.366352  QP2USER2     QSYS        *STMT    R3INLPGM    R3ERD400    *STMT
                                          From module . . . . . . . . :   QP2EXERR                                                                               
    From procedure  . . . . . . :   sendmsg__FPCcN21e                                                                               
    Statement . . . . . . . . . :   34                                                                               
    To module . . . . . . . . . :   AS4EXECI2                                                                               
    To procedure  . . . . . . . :   RunPase                                                                               
    Statement . . . . . . . . . :   184                                                                               
    Message . . . . :   Symbol o4_getpwuid (number 232) not exported from                        
                                            dependent i5/OS PASE module /usr/sap/ERD/SYS/exe/run/os4apilib.so.                         
                                          Cause . . . . . :   The symbol is not exported from dependent i5/OS PASE                     
                                            module /usr/sap/ERD/SYS/exe/run/os4apilib.so. The error occurred attempting                
       Job description  . . . . . . :   R3_00           Library . . . . . :   R3ERD400                                                 
    MSGID      TYPE                    SEV  DATE      TIME             FROM PGM     LIBRARY     INST     TO PGM      LIBRARY     INST 
                                            to load i5/OS PASE module sapstart. Recovery  . . . :   Correct the error                  
                                            and then try the request again. Technical description . . . . . . . . :                    
                                            Examine file headers with the i5/OS PASE 'dump -Tv' command. i5/OS PASE                    
                                            commands can be entered on the command line displayed by calling program                   
                                            QP2TERM in an interactive job.                                                             
    I am not familar with running 'dump -Tv' .
    Thanks!
    Diana

    Hello,
    we had this at one point. It indicates that you have 'inconsistencies' in the kernel. You should probably at least get the DW patch for the same level. If there is a complete kernel out right now, I would go with that.
    Please check the Forumalso, there have been several threads regarding the kernel in the last couple of weeks.
    Regards,
    Ingrid

  • Configuring EDI Feature failing for BTS2k9

    Any pointers to fixing this solution will be greatly appreciated.
    OS:Win2k8R2
    BTS2k9
    Thanks
    [10:37:00 AM Error Configuration Framework]Feature: [BizTalk EDI/AS2 Runtime] Failed to configure with error message [<Exception Message="Failed to configure BizTalk EDI functionalities." Source="Microsoft.BizTalk.Configuration.EDIAS2.EdiHelper"
    HelpID="StrFailedToConfigEDI"><Exception Message="Failed to add a resource to a BizTalk application using BtsTask.exe." Source="Microsoft.BizTalk.Configuration.EDIAS2.Utility" HelpID="StrFailedBtsTaskAddResource"><Exception
    Message="Failed to execute process: C:\Program Files (x86)\Microsoft BizTalk Server 2009\btstask.exe." Source="Microsoft.BizTalk.Configuration.EDIAS2.Utility" HelpID="StrFailedToExecuteProcess"><Exception Message="Microsoft
    (R) BizTalk Application Deployment Utility Version 3.8.368.0&#xD;&#xA;Copyright (c) 2006 Microsoft Corporation. All rights reserved.&#xD;&#xA;&#xD;&#xA;Information: Adding resource (-Type='System.BizTalk:BizTalkAssembly' -Luid='Microsoft.BizTalk.Edi.BatchingOrchestration,
    Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35') to application 'BizTalk EDI Application'...&#xD;&#xA;Serialized BizTalk assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
    from 'C:\Program Files (x86)\Microsoft BizTalk Server 2009\Microsoft.BizTalk.Edi.BatchingOrchestration.dll'.&#xD;&#xA;Information: Validating resources (count=1)...&#xD;&#xA;* Validating resource (-Type='System.BizTalk:BizTalkAssembly' -Luid='Microsoft.BizTalk.Edi.BatchingOrchestration,
    Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35')...&#xD;&#xA;Information: Performing change requests...&#xD;&#xA;Information: Calling BeginTypeChangeRequest for all selected resource types...&#xD;&#xA;PerformingBeginChangeRequest&#xD;&#xA;Updating
    resource (-Type='System.BizTalk:BizTalkAssembly' -Luid='Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35') in store.&#xD;&#xA;Information: * Performing change request on type 'System.BizTalk:BizTalkAssembly'
    (count=1)...&#xD;&#xA;Information: Assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' is not used by any other assemblies. Skipping pre-update operations.&#xD;&#xA;Information:
    Updating assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'...&#xD;&#xA;Information: Reading binding information for assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0,
    Culture=neutral, PublicKeyToken=31bf3856ad364e35'.&#xD;&#xA;Information: Successfully selected binding information.&#xD;&#xA;Information: Saved binding information to XML file 'C:\Users\administrator.EDITPS\AppData\Roaming\Microsoft\BizTalk
    Server\Deployment\BindingFiles\~Microsoft.BizTalk.Edi.BatchingOrchestration_3.0.1.0_neutral_31bf3856ad364e35.BindingInfo.xml'.&#xD;&#xA;Information: Updating binding information.&#xD;&#xA;ConnectionString='Data Source=10.150.93.220\node2;Initial
    Catalog=BizTalkMgmtDb;Integrated Security=True;Enlist=True;Application Name=Microsoft.BizTalk.ApplicationDeployment.Engine'&#xD;&#xA;Information: Updating send ports, send port groups, and receive ports...&#xD;&#xA;Information: Updating parties
    and enlistments...&#xD;&#xA;Information: Updating orchestration bindings...&#xD;&#xA;Information: Successfully updated binding information.&#xD;&#xA;Information: Deploy server='10.150.93.220\node2' database='BizTalkMgmtDb' assembly='C:\Users\administrator.EDITPS\AppData\Local\Temp\2\BT\PID1704\BizTalkAssembly\177a8c897a18d9a802d64909374b950a\Microsoft.BizTalk.Edi.BatchingOrchestration.dll'&#xD;&#xA;Warning:
    Assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' depends on the following assemblies that must be installed in the Global Assembly Cache for runtime to succeed:&#xD;&#xA;Assembly
    'Microsoft.BizTalk.Edi.BaseArtifacts, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'&#xD;&#xA;Assembly 'Microsoft.BizTalk.GlobalPropertySchemas, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'&#xD;&#xA;Error:
    Assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' references the following assemblies that must be deployed before deploying this assembly:&#xD;&#xA;Assembly 'Microsoft.BizTalk.GlobalPropertySchemas,
    Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'&#xD;&#xA;Error: Deploy operation failed.&#xD;&#xA;''&#xD;&#xA;Assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
    references the following assemblies that must be deployed before deploying this assembly:&#xD;&#xA;Assembly 'Microsoft.BizTalk.GlobalPropertySchemas, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'&#xD;&#xA;Error:  
     at Microsoft.BizTalk.Deployment.BizTalkAssembly.PrivateDeploy(String server, String database, String assemblyPathname, String applicationName)&#xD;&#xA;   at Microsoft.BizTalk.Deployment.BizTalkAssembly.Deploy(Boolean redeploy, String server,
    String database, String assemblyPathname, String group, String applicationName, ApplicationLog log)&#xD;&#xA;Error: Deploy operation failed.&#xD;&#xA;''&#xD;&#xA;Assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0,
    Culture=neutral, PublicKeyToken=31bf3856ad364e35' references the following assemblies that must be deployed before deploying this assembly:&#xD;&#xA;Assembly 'Microsoft.BizTalk.GlobalPropertySchemas, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'&#xD;&#xA;&#xD;&#xA;Information:
    PerformingEndChangeRequestsWithRollBack&#xD;&#xA;* Performing EndTypeChangeRequest for resource type 'System.BizTalk:BizTalkAssembly'.&#xD;&#xA;Error: Failed to add resource(s).&#xD;&#xA;Change requests failed for some resources.&#xD;&#xA;BizTalkAssemblyResourceManager
    failed to complete end type change request.&#xD;&#xA;Deploy operation failed.&#xD;&#xA;''&#xD;&#xA;Assembly 'Microsoft.BizTalk.Edi.BatchingOrchestration, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' references
    the following assemblies that must be deployed before deploying this assembly:&#xD;&#xA;Assembly 'Microsoft.BizTalk.GlobalPropertySchemas, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Command
    failed with 1 errors, 0 warnings.&#xD;&#xA;&#xD;&#xA;" Source="Microsoft.BizTalk.Configuration.EDIAS2.Utility" HelpID="StrFailedToExecuteProcess" 
    SV

    Hi SV,
    You have already posted this issue 3 years back and the suggestion made their still holds good.
    Trouble Installing EDI/AS2 Runtime
    Also refer the thread where the user has faced same issue:
    BizTalk 2009 Configuration failing in EDI/AS2 runtime configuration
    As suggested, could be that somehow the Microsoft.BizTalk.GlobalPropertySchemas
    is not recognized by BizTalk when it configured EDI, though the dll still resides in the GAC folder.
    Go to BizTalk Administration console and try to manually add the assembly in the resources of "BizTalk Application 1"  application. Then try to configure EDI and hopefully this time you will be able to configure it without any problem.
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) The user name or password is incorrect

    I am able to run the report fine in BIDS in the preview window, and it deployes fine.  When it goes to view the report in the browser, I get the following error.  There is no domain, I am using a standalone computer with SQL Server and SSRS on
    this one machine.
    Can anyone point to where I might configure the permission it is looking for?  thanks!  Steven
    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    The user name or password is incorrect
    Steven DeSalvo

    Hi StevenDE2012,
    Based on the error message "The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)", it seems that the Unattended Execution Account settings in Reporting Services
    Configuration is not correct.
    Reporting Services provides a special account that is used for unattended report processing and for sending connection requests across the network. Unattended report processing refers to any report execution process that is triggered by an event rather than
    a user request. The report server uses the unattended report processing account to log on to the computer that hosts the external data source. This account is necessary because the credentials of the Report Server service account are never used to connect
    to other computers. To configure the account, please refer to the following steps:
    Start the Reporting Services Configuration tool and connect to the report server instance you want to configure.
    On the Execution Account page, select Specify an execution account.
    Type the account and password, retype the password, and then click Apply.
    In addition, please verify you have access to the Report Server database by following steps:
    Go to SQL Server Reporting Services Configuration Manager, make sure the configuration is correct.
    Go to Database, Verify that you can connect to the database.
    Make sure you are granted public and RSExecRole roles.
    Reference:
    Configure the Unattended Execution Account
    Configure a Report Server Database Connection
    If the problem is unresolved, i would appreciate it if you could give us detailed error log, it will help us move more quickly toward a solution.
    Thanks,
    Wendy Fu

  • Error -: AIP-18506: Configuration Builder rollback failed for configuration

    Hi B2B gurus,
    Everytime while i deploying a Config, its throwing a below error
    Error -: AIP-18506: Configuration Builder rollback failed for configuration null for business process null
    I changed the config ID still i am getting the same error.deleted the agreement, still same error its thorwing of.
    regards

    Hi,
    It's great to hear that your problem is solved now and you got the root cause of it.
    Can you please mark all your threads as answred, for which you have got the solution, and award points to the person who has helped you finding the solution as appropriate? It would help us to help everyone in better way.
    It would be great if you can share the solution in the respective forums for the sake of benefit of other users of this forum. (You can find the threads raised by you, by clicking your user name --> Recent Questions)
    Thanks & Regards,
    Anuj

  • Error:AIP-18506: Configuration Builder rollback failed for configurations n

    Hi All
    While creating a deployement , i am getting below error,
    please help me
    Error:AIP-18506: Configuration Builder rollback failed for configurations null for business process null
    regards
    suni

    Hi Anuj,
    Thanks for your response, Now i getting a new error.
    I am getting the below error, while i am deploying the configurations.
    AIP-11016:SQL
    please find the below errors
    2009.07.29 at 06:38:54:371: B2BStarter thread: B2B - (DEBUG) B2BStarter - Current list is empty. Shutdown B2B
    2009.07.29 at 06:38:54:372: B2BStarter thread: B2B - (DEBUG) B2BStarter - Shutdown B2B
    2009.07.29 at 06:38:54:405: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:shutdown Enter
    2009.07.29 at 06:38:54:407: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:shutdown Exit
    2009.07.29 at 06:38:54:409: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:shutdown Shutdown B2B server start
    2009.07.29 at 06:38:54:464: Thread-18: BusinessLogicLayer - (ERROR) caught error: Closed Connection
    2009.07.29 at 06:38:54:468: Thread-18: IP - (ERROR) java.sql.SQLException: Closed Connection
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:174)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:239)
         at oracle.jdbc.driver.PhysicalConnection.rollback(PhysicalConnection.java:1259)
         at oracle.jdbc.OracleConnectionWrapper.rollback(OracleConnectionWrapper.java:90)
         at oracle.tip.repos.core.driver.CatalogDriver.disconnect(CatalogDriver.java:1662)
         at oracle.tip.repos.core.persistency.PersistencyService.disconnect(PersistencyService.java:578)
         at oracle.tip.buslogic.common.ExecutionContextImpl.disconnectService(ExecutionContextImpl.java:602)
         at oracle.tip.buslogic.common.ExecutionContextManager.closeLongRunningContext(ExecutionContextManager.java:511)
         at oracle.tip.adapter.b2b.data.B2BExecutionContext.close(B2BExecutionContext.java:208)
         at oracle.tip.adapter.b2b.data.DBContext.shutdown(DBContext.java:141)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:455)
         at java.lang.Thread.run(Thread.java:534)
    2009.07.29 at 06:38:54:469: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:run Thread end ignore exception
    2009.07.29 at 06:38:54:471: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:run Thread end
    2009.07.29 at 06:38:55:426: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:shutdown Shutdown Transport and App Transport
    2009.07.29 at 06:38:55:428: B2BStarter thread: B2B - (DEBUG) B2BStarter - B2B Server shutdown
    2009.07.29 at 06:40:25:439: B2BStarter thread: B2B - (DEBUG) B2BStarter - Context Initialized
    2009.07.29 at 06:40:25:573: B2BStarter thread: B2B - (DEBUG) B2BStarter - Start B2B
    2009.07.29 at 06:40:25:767: B2BStarter thread: B2B - (DEBUG) B2BStarter - Starting B2B
    2009.07.29 at 06:40:25:873: B2BStarter thread: B2B - (DEBUG) B2BStarter - configuration obtained
    2009.07.29 at 06:40:26:079: B2BStarter thread: B2B - (DEBUG) B2BStarter - clear global cache
    2009.07.29 at 06:40:26:149: B2BStarter thread: B2B - (DEBUG) XEngine is already started. So clear cached objects inside XEngine.
    2009.07.29 at 06:40:26:181: B2BStarter thread: B2B - (INFORMATION) Repository:print: [0] HL7 over MLLP Exchange
    2009.07.29 at 06:40:26:185: B2BStarter thread: B2B - (INFORMATION) Repository:print: [1] EDI X12 over AS1
    2009.07.29 at 06:40:26:189: B2BStarter thread: B2B - (INFORMATION) Repository:print: [2] Custom Document over Generic Exchange
    2009.07.29 at 06:40:26:195: B2BStarter thread: B2B - (INFORMATION) Repository:print: [3] EDI EDIFACT over Generic Exchange
    2009.07.29 at 06:40:26:198: B2BStarter thread: B2B - (INFORMATION) Repository:print: [4] EDI X12 over Generic Exchange
    2009.07.29 at 06:40:26:204: B2BStarter thread: B2B - (INFORMATION) Repository:print: [5] RosettaNet over RNIF
    2009.07.29 at 06:40:26:208: B2BStarter thread: B2B - (INFORMATION) Repository:print: [6] Custom Document over MLLP Exchange
    2009.07.29 at 06:40:26:213: B2BStarter thread: B2B - (INFORMATION) Repository:print: [7] Custom Document over AS1
    2009.07.29 at 06:40:26:218: B2BStarter thread: B2B - (INFORMATION) Repository:print: [8] EDI EDIFACT over AS1
    2009.07.29 at 06:40:26:222: B2BStarter thread: B2B - (INFORMATION) Repository:print: [9] HL7 over Generic Exchange
    2009.07.29 at 06:40:26:227: B2BStarter thread: B2B - (INFORMATION) Repository:print: [10] Custom Document over ebMS
    2009.07.29 at 06:40:26:233: B2BStarter thread: B2B - (INFORMATION) Repository:print: [11] Custom Document over Internet
    2009.07.29 at 06:40:26:239: B2BStarter thread: B2B - (INFORMATION) Repository:print: [12] EDI X12 over Internet
    2009.07.29 at 06:40:26:245: B2BStarter thread: B2B - (INFORMATION) Repository:print: [13] EDI EDIFACT over Internet
    2009.07.29 at 06:40:26:690: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:initialize Enter
    2009.07.29 at 06:40:27:125: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.document.custom.CustomDocumentPlugin:initialize Exit
    2009.07.29 at 06:40:27:126: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize Enter
    2009.07.29 at 06:40:27:130: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize resetListener = true
    2009.07.29 at 06:40:27:133: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize initdcx = true
    2009.07.29 at 06:40:27:135: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize initialize TPAProcessor
    2009.07.29 at 06:40:27:137: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize Clear TPA Cache
    2009.07.29 at 06:40:27:141: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize initialize DataContext. Pool Size 0
    2009.07.29 at 06:40:27:143: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:initialize Treat Response as Request = false
    2009.07.29 at 06:40:27:145: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:initialize Exit
    2009.07.29 at 06:40:27:148: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize initialize Transport
    2009.07.29 at 06:40:27:150: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.TransportInterface:initialize Transport LogLevel = DEBUG
    2009.07.29 at 06:40:27:304: B2BStarter thread: B2B - (INFORMATION) Repository:getDeliveryEndPointList: Putting http://localhost
    2009.07.29 at 06:40:27:309: B2BStarter thread: B2B - (INFORMATION) oracle.tip.adapter.b2b.transport.TransportInterface:initialize: Props: http://localhost transport_callout_waittime = 30
    port = 12001
    PROTOCOL_ENDPOINT = null
    2009.07.29 at 06:40:27:320: B2BStarter thread: B2B - (DEBUG) initialize TransportReceiver: [Emerson_Test_AS2_TransportServer < http > < Emerson >]
    2009.07.29 at 06:40:27:797: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.transport.AppTransportInterface:initialize AppTransport LogLevel = ERROR
    2009.07.29 at 06:40:27:865: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:startListen Enter
    2009.07.29 at 06:40:27:869: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:startListen Exit
    2009.07.29 at 06:40:27:875: Thread-19: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:run Thread start
    2009.07.29 at 06:40:27:879: B2BStarter thread: B2B - (DEBUG) oracle.tip.adapter.b2b.engine.Engine:initialize Exit
    2009.07.29 at 06:40:27:883: B2BStarter thread: B2B - (DEBUG) B2BStarter - B2B initialized
    2009.07.29 at 06:40:29:214: Thread-19: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:run initialize Enter
    2009.07.29 at 06:40:29:297: Thread-19: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:run initialize B2BListen turned on, will listen on IP_OUT_QUEUE for messages
    2009.07.29 at 06:40:29:380: Thread-19: B2B - (DEBUG) oracle.tip.adapter.b2b.data.MsgListener:run start listening on message
    UI LOG:
    2009.07.29 at 04:54:58:859: DEPLOYMENT_MANAGER_THREAD: Repository - (ERROR) java.sql.SQLException: ORA-20011: Inserting into runtime table TIP_DocumentType_rt failed
    ORA-06512: at "B2B.IP_DEPLOY", line 3942
    ORA-00001: unique constraint (B2B.TIP_DOCUMENTTYPE_RT_RUK) violated
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:183)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:872)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3000)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3073)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4308)
         at oracle.tip.deploy.DeploymentManager.deployObjectInRuntimeSchema(DeploymentManager.java:1067)
         at oracle.tip.deploy.DeploymentManager.run(DeploymentManager.java:419)
         at java.lang.Thread.run(Thread.java:534)
    2009.07.29 at 06:38:06:010: Thread-46: Repository - (ERROR) Error -: AIP-11015: Object does not exist 629FF62EB2D55C7BE04400144F873925-27-1-30
         at oracle.tip.repos.core.driver.CatalogDriver.getObject(CatalogDriver.java:759)
         at oracle.tip.repos.core.driver.AssociationList.get(AssociationList.java:70)
         at oracle.tip.buslogic.validation.rules.TradingPartnerCollectionRules.rule7_2(TradingPartnerCollectionRules.java:168)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at oracle.tip.buslogic.validation.ModelValidationEngineImpl.invokeMethod(ModelValidationEngineImpl.java:1349)
         at oracle.tip.buslogic.validation.ModelValidationEngineImpl.invokeMethod(ModelValidationEngineImpl.java:1325)
         at oracle.tip.buslogic.validation.ModelValidationEngineImpl.validate(ModelValidationEngineImpl.java:1212)
         at oracle.tip.buslogic.validation.ModelValidationEngineImpl.validateDeployableBusinessObjects(ModelValidationEngineImpl.java:296)
         at oracle.tip.buslogic.validation.ModelValidationEngineImpl.validateDeployableBusinessObjectsAgreement(ModelValidationEngineImpl.java:272)
         at oracle.tip.configuration.B2BConfigurationBuilder.run(B2BConfigurationBuilder.java:492)
         at java.lang.Thread.run(Thread.java:534)
    2009.07.29 at 06:38:56:895: DEPLOYMENT_MANAGER_THREAD: Repository - (ERROR) java.sql.SQLException: ORA-20011: Inserting into runtime table TIP_DocumentType_rt failed
    ORA-06512: at "B2B.IP_DEPLOY", line 3942
    ORA-00001: unique constraint (B2B.TIP_DOCUMENTTYPE_RT_RUK) violated
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:183)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:872)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3000)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3073)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4308)
         at oracle.tip.deploy.DeploymentManager.deployObjectInRuntimeSchema(DeploymentManager.java:1067)
         at oracle.tip.deploy.DeploymentManager.run(DeploymentManager.java:419)
         at java.lang.Thread.run(Thread.java:534)
    2009.07.29 at 06:41:05:932: PURGE_MANAGER_THREAD: Repository - (ERROR) java.sql.SQLException: ORA-02431: cannot disable constraint (TIP_ATTACHMENTSTORAGE_RFK) - no such constraint
    ORA-06512: at "B2B.IP_PURGE", line 107
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:183)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:872)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3000)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3073)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4308)
         at oracle.tip.repos.purge.PurgeManager.disableConstraints(PurgeManager.java:706)
         at oracle.tip.repos.purge.PurgeManager.purgeConfiguration(PurgeManager.java:836)
         at oracle.tip.repos.purge.PurgeManager.doPurge(PurgeManager.java:475)
         at oracle.tip.repos.purge.PurgeManager.run(PurgeManager.java:381)
         at java.lang.Thread.run(Thread.java:534)
    2009.07.29 at 06:41:07:927: PURGE_MANAGER_THREAD: Repository - (ERROR) java.sql.SQLException: ORA-02430: cannot enable constraint (TIP_ATTACHMENTSTORAGE_RFK) - no such constraint
    ORA-06512: at "B2B.IP_PURGE", line 47
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:183)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:872)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3000)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3073)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4308)
         at oracle.tip.repos.purge.PurgeManager.enableConstraints(PurgeManager.java:728)
         at oracle.tip.repos.purge.PurgeManager.purgeConfiguration(PurgeManager.java:870)
         at oracle.tip.repos.purge.PurgeManager.doPurge(PurgeManager.java:475)
         at oracle.tip.repos.purge.PurgeManager.run(PurgeManager.java:381)
         at java.lang.Thread.run(Thread.java:534)
    2009.07.29 at 06:41:07:931: PURGE_MANAGER_THREAD: Repository - (ERROR) PurgeManager: Purge op failed
    2009.07.29 at 06:41:07:933: PURGE_MANAGER_THREAD: Repository - (ERROR) PurgeManager: PurgeManager failed: Error -: AIP-11016: SQL error: java.sql.SQLException: ORA-02430: cannot enable constraint (TIP_ATTACHMENTSTORAGE_RFK) - no such constraint
    ORA-06512: at "B2B.IP_PURGE", line 47
    ORA-06512: at line 1
    2009.07.29 at 06:46:50:646: DEPLOYMENT_MANAGER_THREAD: Repository - (ERROR) java.sql.SQLException: ORA-20011: Inserting into runtime table TIP_DocumentType_rt failed
    ORA-06512: at "B2B.IP_DEPLOY", line 3942
    ORA-00001: unique constraint (B2B.TIP_DOCUMENTTYPE_RT_RUK) violated
    ORA-06512: at line 1
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:137)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)
         at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)
         at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:183)
         at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java:872)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1160)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3000)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3073)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4308)
         at oracle.tip.deploy.DeploymentManager.deployObjectInRuntimeSchema(DeploymentManager.java:1067)
         at oracle.tip.deploy.DeploymentManager.run(DeploymentManager.java:419)
         at java.lang.Thread.run(Thread.java:534)

  • Unable to connect to XL Reporter.  Login failed for user 'xlruser'

    Hi,
    I have one user getting the following error when starting XLR in 2005:
    Unable to connect to XL Reporter.  Login failed for user 'xlruser'
    I have done a clean uninstall of XLR on the client but the message still appears on starting the add-on
    Greig

    Check this SAP Note: 847981 Unable to connect to XLR after installation
    [https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/smb_searchnotes/display.htm?note_langu=E&note_numm=847981]

  • V5 configuration fails for certain bitfiles

    I have a V5 device on a board which I am configuring via JTAG in ChipScope. For most bitfiles, it configures successfully. However, on some bitfiles I get the following error message:
    ERROR: Internal Error: Failed reading JTAG Instruction Register.
    ERROR - Device 0: Communication failed with device: 0
    The result is that ChipScope shows the part as not being configured (ILA and VIO cores do not appear). However, the current draw is similar to when the part is configured.
    If I try configuring via iMPACT, it says the programming is successful, but the part still shows up as not being configured in ChipScope (at this stage of testing, we are interacting with the part via ChipScope for I/O).
    I am able to configure the V5 on another board with the above bitfiles, without seeing the error message, so I know the bitfile itself is okay.
    How should I proceed in debugging the above problem?
    Thank you.
    Sam

    Hi Vinay,
    Thank you for your repsonse. The link provided involved non-Xilinx devices. I am trying to configure a V5. Is there a way (or need) to specify the Instruction Register length when programming a V5? Would this be in ChipScope or ISE/bitgen?
    Thank you.
    Sam

  • Unable to reconnect afp share - "sosend failed for request" error

    I use rsync to synchronize an Xserve G5 (2 x2 Ghz - Mac OS X 10.3.9) from a Windows 2000 Server.
    I use a script to reconnect a network share hosted by the w2k server. today system.log indicates the following lines :
    Jan 11 11:53:19 XserveStudio kernel: AFP_VFS afpfs UserCommand: sosend failed for request 32
    Jan 11 11:53:19 XserveStudio kernel: AFP_VFS afpfs_Reconnect started /Volumes/Studio
    Jan 11 11:53:19 XserveStudio kernel: AFP_VFS afpfs_Reconnect: Wrong version 4 or no more attempts 0
    I am unable to remount the share with the Finder but I can mount another share of the same server
    Any idea ?
    Xserve G5 2 x 2Ghz   Mac OS X (10.3.9)  

    i had a similar problem the other day at a client's office. the solution seemed to be to remove a faulty switch between the workstation and the server.
    connecting the cat5 directly to an available wall jack allowed the user to reconnect right away. before that, she was unable to reconnect after getting disconnected, and the Finder would hang, rendering the Mac useless.
    how does your script connect to the server? do you explicitly use afp://... or some other syntax?

  • Error while compiling BerkeleyDB: Command failed for target `util_sig.lo'

    Hi,
    While trying to compile BerkeleyDB on Solaris 10 x86 ( is there an easier way to get BerkeleyDB running than compiling from source? ) I was confronted with the error message appended.
    I used Berkeley 4.4.20 and configured by executing
    PATH=/usr/ccs/bin:${PATH} # for ar
    cd build_unix
    CC=gcc ../dist/configure
    Here the error message:
    UNIX /app/berkeleydb/db/4.4.20/build_unix
    $ make
    /usr/bin/sh ./libtool --mode=compile gcc -c -I. -I../dist/..  -D_REENTRANT -O2 ../common/util_sig.c
    gcc -c -I. -I../dist/.. -D_REENTRANT -O2 ../common/util_sig.c -fPIC -DPIC -o .libs/util_sig.o
    In file included from /usr/include/sys/signal.h:34,
    from /usr/include/signal.h:26,
    from ../common/util_sig.c:15:
    /usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:292: error: parse error before '}' token
    /usr/include/sys/siginfo.h:294: error: parse error before '}' token
    /usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
    /usr/include/sys/siginfo.h:392: error: conflicting types for `__proc'
    /usr/include/sys/siginfo.h:261: error: previous declaration of `__proc'
    /usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
    /usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
    /usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
    /usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
    /usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
    /usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
    /usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
    /usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
    /usr/include/sys/siginfo.h:426: error: parse error before '}' token
    /usr/include/sys/siginfo.h:428: error: parse error before '}' token
    /usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
    /usr/include/sys/siginfo.h:437: error: parse error before '}' token
    In file included from /usr/include/signal.h:26,
    from ../common/util_sig.c:15:
    /usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
    In file included from ../common/util_sig.c:15:
    /usr/include/signal.h:111: error: parse error before "siginfo_t"
    /usr/include/signal.h:113: error: parse error before "siginfo_t"
    *** Error code 1
    make: Fatal error: Command failed for target `util_sig.lo'
    Thanks, Dietrich
    PS:
    I need the LDAP server for playing with a JAAS LDAP login module and something minimal would be enough. Is there something easier to install than OpenLDAP?

    I fail to understand why you're taking all this trouble. Both the Berkeley DB as OpenLDAP are both shipped with Solaris 10/x86 natively. Look into the so called companion cd / dvd. That makes setting all of this up a piece of cake.
    Another option could be looking into Blastwave or Sun Freeware.

  • UNABLE TO CONFIGURE ODSM(oracle directorey service manager_

    Hi ,
    I am unable to configure ODSM with weblogic and getting the following error
    "ERROR while deploying the application ODSM
    cause:
    An internal operation has failed :weblogic.management.DeploymentException:[J2EE:160149]Error while processing library refrences ,unresolved application library refrences defined in weblogic-application.xml:[Extension adf.oracledomain.com)
    Thanks
    Giridhar                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Giri,
    Install the Java Required Files (JRF) in the Managed Server where you want to deploy your
    application to.
    NB: Java Required Files (JRF) consists of those components not included in the Oracle WebLogic
    Server installation and that provide common functionality for Oracle business applications and
    application frameworks. They include the ADF Runtime Libraries.
    Regards,
    Kal

Maybe you are looking for

  • EJB 3.0 Constraints Problem

    Hi everybody ! Hope someone can help me !! Im really go crazy with this stuff :s... Im Using jdeveloper .... I have 2 Entity Bean called Jiverating and Jiveuser, I creadte them using "Create Entity Bean from Table".... also a Session Bean called Foru

  • How to create xml entity in sap

    hi,   kindly tell me process of creating xml entity in sap. regrad's vineet

  • Web Service Wizards crash with java.lang.StackOverflowError

    Hi there! I'm desperately trying to integrate some Web Services into our Java project developed with NWDS 2.0.7 / WebAS 6.40. Unfortunately every time I try to create Virtual Interfaces or a Web Service within the Web Service Perspective, nothing hap

  • Best settings for a high quality dvd from FCP reference file?

    Can anyone give me a list of steps to make the best possible quality DVD from an FCP reference file? The film is 10 minutes long, NTSC. Or can someone direct me to some threads that address this issue? Thanks so much.

  • Problem during import of Adapative WS Model in 2004s SP09

    Hi, I try to import a Adaptive WS Model and I have this error in error log file: Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.WebserviceClientException: GenericServiceFactory initialization problem. Could not load web service mode