AM SDK Install Problem - Two server config

I am using the 2005Q4 release of JES on Solaris 10 zones. I have ds, web, and AM on first zone (zldap) and I have web, and the sdk installed on the second zone (zmail). No problems with the zldap appliations. The zldap apps start and run without issues.
**zldap zone: /jes/ds, /jes/web, /jes/am (full install), and /jes/da
**zmail zone: /jes/web, /jes/amsdk (AM SDK)
I installed the AM SDK on the web server in the zmail zone and it starts up without any errors, however, when I try the"./amadmin -u amadmin -w *** -m http://zldap.domain.com" command it returns errors. I am also trying to install the uwc and get errors and I am assuming that there is a problem with the SDK.
Below is a cut of my "silient" install file for the amconfig -s silent install. Am I using the wrong values for server?
DEPLOY_LEVEL=4
SERVER_PROTOCOL=http
SERVER_NAME=zldap
SERVER_HOST=$SERVER_NAME.domain.com
SERVER_PORT=80
ADMIN_PORT=8888
DS_HOST=zldap.domain.com
DS_DIRMGRPASSWD=*******
ROOT_SUFFIX="o=isp"
ADMINPASSWD=*******
AMLDAPUSERPASSWD=*******
COOKIE_DOMAIN=.domain.com
AM_ENC_PWD="xxxxxxxxxxxxxxxxx"
NEW_OWNER=root
NEW_GROUP=root
PAM_SERVICE_NAME=other
WEB_CONTAINER=WS6
BASEDIR=/jes/amsdk
CONSOLE_HOST=$SERVER_HOST
CONSOLE_PORT=$SERVER_PORT
CONSOLE_PROTOCOL=$SERVER_PROTOCOL
CONSOLE_REMOTE=true
SERVER_DEPLOY_URI=/amserver
CONSOLE_DEPLOY_URI=/amconsole
PASSWORD_DEPLOY_URI=/ampassword
COMMON_DEPLOY_URI=/amcommon
DIRECTORY_MODE=4
DS_PORT=389
DS_DIRMGRDN="cn=Directory Manager"
USER_NAMING_ATTR=uid
ORG_NAMING_ATTR=o
ORG_OBJECT_CLASS=sunismanagedorganization
USER_OBJECT_CLASS=inetorgperson
DEFAULT_ORGANIZATION=domain.com
JAVA_HOME=/usr/jdk/entsys-j2se
AM_REALM=disabled
NEW_INSTANCE=false
WS61_INSTANCE=https-zmail.domain.com
WS61_HOME=/jes/web
WS61_PROTOCOL=$SERVER_PROTOCOL
WS61_HOST=zmail.domain.com
WS61_PORT=$SERVER_PORT
WS61_ADMINPORT=$ADMIN_PORT
WS61_ADMIN="admin"
Thanks for any suggestions.

Yes, I can telnet to zldap ports 80, 443, and 389 from zmail. Note, zldap and zmail are Solaris 10 zones on a single V490.
Here's my differences between the AMConfig.properties on each system. Not sure that to think about the diffs?
root@mail# diff /tmp/AMConfig-zldap /tmp/AMConfig-zmail
< com.iplanet.am.defaultOrg=o=isp
com.iplanet.am.defaultOrg=domain.com,o=isp< com.iplanet.am.notification.url=https://zldap.domain.com:443/amserver/notificationservice
com.iplanet.am.notification.url=http://zmail.domain.com:80/notificationservice
< com.iplanet.am.rootsuffix=o=isp
< com.iplanet.am.domaincomponent=o=isp
com.iplanet.am.rootsuffix=domain.com,o=isp
com.iplanet.am.domaincomponent=domain.com,o=isp< com.iplanet.am.admin.cli.certdb.prefix=https-zldap.domain.com-zldap-
com.iplanet.am.admin.cli.certdb.prefix=https-zmail.domain.com-mail-< com.sun.identity.authentication.super.user=uid=amAdmin,ou=People,o=isp
com.sun.identity.authentication.super.user=uid=amAdmin,ou=People,domain.com,o=isp< com.sun.identity.authentication.special.users=cn=dsameuser,ou=DSAME Users,o=isp|cn=amService-UrlAccessAgent,ou=DSAME Users,o=isp
com.sun.identity.authentication.special.users=cn=dsameuser,ou=DSAME Users,domain.com,o=isp|cn=amService-UrlAccessAgent,ou=DSAME Users,domain.com,o=isp< com.iplanet.am.installdir=/jes/am/SUNWam
< com.iplanet.am.install.basedir=/jes/am/SUNWam/web-src/services/WEB-INF
com.iplanet.am.installdir=/jes/amsdk/SUNWam
com.iplanet.am.install.basedir=/jes/amsdk/SUNWam/web-src/services/WEB-INF< com.iplanet.am.session.client.polling.enable=false
com.iplanet.am.session.client.polling.enable=true< com.iplanet.am.console.remote=
com.iplanet.am.console.remote=true< #com.sun.identity.server.fqdnMap[<invalid-name>]=<valid-name>
com.sun.identity.server.fqdnMap[zldap.domain.com]=zldap.domain.com< com.sun.identity.webcontainer=WEB_CONTAINER
com.sun.identity.webcontainer=SUN_WEBSERVER< com.sun.identity.liberty.interaction.htmlStyleSheetLocation=/jes/am/SUNWam/lib/is-html.xsl
com.sun.identity.liberty.interaction.htmlStyleSheetLocation=/jes/amsdk/SUNWam/lib/is-html.xsl< com.sun.identity.liberty.interaction.wmlStyleSheetLocation=/jes/am/SUNWam/lib/is-wml.xsl
com.sun.identity.liberty.interaction.wmlStyleSheetLocation=/jes/amsdk/SUNWam/lib/is-wml.xsl

Similar Messages

  • JRE or SDK install problem - installing in non-std dir

    I'm encountering a problem trying to install either the JRE or SDK into a non-standard directory (one that's not the default of c:\j2sdk1.4.2_01 or what have you). This is occuring with both 1.4.2_01 and 1.4.2_02.
    In this case, I'm trying to install it in a directory similar to c:\progra~1\compan~1\produc~1\jre. (Short names b/c I can't figure out how to do long paths silently, but that's a whole different issue).
    The install nears the end and then presents the user with a "Java(TM) Update (1.4.2_01-b06) cannot be installed on this machine because the Java(TM) Virtual Machine is currently running. Please close all running Java(TM) applications, especially browsers. [RETRY] [CANCEL]" message.
    There's definitely not a JVM running at the moment. If I click Cancel, the install finishes up and there is a workable install there. But why the prompt? Since this is a silent install within another install, it will cause concern for my customers.
    The last few lines of my setup file:
    Action start 19:16:59: removesdkpackfiles.
    Action ended 19:17:00: removesdkpackfiles. Return value 1.
    Action start 19:17:00: unzipdemos.
    Action ended 19:17:15: unzipdemos. Return value 1.
    Action start 19:17:15: copysrczip.
    Action ended 19:17:19: copysrczip. Return value 1.
    Action start 19:17:19: patchsdk.
    Error 1722.There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action patchsdk, location: C:\Program Files\Common Files\Java\Update\Base Images\j2sdk1.4.2-b28\patch-j2sdk1.4.2_02-b03\patchsdk.exe, command: -s "C:\PROGRA~1\COMPAN~1\PRODUC~1\jre\"
    Action ended 19:17:35: patchsdk. Return value 3.
    Action ended 19:17:35: INSTALL. Return value 3.
    === Logging stopped: 10/23/2003 19:17:35 ===
    The command line to kick off the install:
    j2sdk-1_4_2_02-windows-i586-p.exe /s /v\"/qn ADDLOCAL=ALL IEXPLORER=1 INSTALLDIR=c:\progra~1\compan~1\produc~1\jre /L \jresetup.log"
    Has anyone encountered this? I've narrowed it down to the fact that it's an install into a directory that's not the default. If I run the install without specifying the INSTALLDIR, everything works fine. Help is appreciated!

    See the original posting and comments in http://forum.java.sun.com/thread.jsp?forum=14&thread=462167 and the bug http://developer.java.sun.com/developer/bugParade/bugs/4953793.html
    Rebooting has no effect whatsoever on this problem; even if you can now get the SDK installed, a non-administrative account won't be able to use the JRE in it, nor will the user be able to use the other JRE installed in the default location.

  • J2EE 1.4 beta SDK install problem on Linux RH 7.2 ?

    Hello everybody
    Thank for your reading
    I have installed J2EE SDK 1.4 beta on Linux RH 7.2, my installed J2SE is 1.4.0_01, but the J2EE installer reported that: Exception in the "main" thread: java.lang.io.NoDefClassFound: J2EE.
    I had defined JAVA_HOME. I don't know how to sovle this problem.
    Please help me. thank you
    [email protected]

    Hi, I'm fairly new with Linux.... I've downloaded the self extracting 1.4.0 bin file... how do I istall it now? I'm not sure what command to use for the installation to occur.
    I'm installing Tomcat as well...
    Is there anywhere I can go to see step by step instructions to install these products?
    Thank you in advanced!

  • 1.4.2_03 SDK install problem (WinXP SP1)

    I just installed j2sdk 1.4.2_03 (freshly downloaded), and installed on my WinXP SP1 laptop.
    * The install croaked at the point at which it tried to install the standalone JRE (threw up an error dialog, and if you hit OK on that, it exits the install without installing the JRE).
    * At that point, if I do "c:\j2sdk1.4.2_03\bin\java -version" (to check the version of the JRE contained in the SDK), it says "build 1.4.2-b28" (!!!). (I don't have any other JREs installed anywhere, and verified that it was indeed picking up the JRE from c:\j2sdk1.4.2_03\jre.)
    Did the 1.4.2_03 SDK go out with a bad JRE bundled? The 1.4.2_02 SDK correctly identifies itself (java -version) as "build 1.4.2_02-b03", and I've uninstalled everything and rolled back to that version of both the JRE and SDK, and everything works fine now (installs flawlessly).

    I am seeing the same problem with the j2sdk1.4.2_03 SDK and JRE installers. The error showing up on XP is "Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor." The install then exits with the package in a partial state and must be uninstalled. I also see the same problem when installing the older j2sdk1.4.2_03 SDK. Sounds like there is return state that is not being handled correctly in the package installer. Any ideas on how to fix this problem?
    Thanks
    Mark

  • SCOM 2012 Install problems - SQL Server 2012

    I am trying to install SCOM 2012 R2 on Server 2012. I cannot connect to sql the log file shows below. I have SQL 2012 installed and patched. Has anyone seen this before?
    [15:18:16]: Always:
    :DatabaseConfigurationPage: Attempting to connect to database using server\instance itp-operations\mssqlserver. If we need it, the port is 1433
    [15:18:16]: Debug:
    :MSSQLSERVER on server itp-operations is in a running state
    [15:18:16]: Info:
    :Info:Opening/Testing Sql Connection on itp-operations, port: 
    [15:18:16]: Debug:
    :Connection was not open.  We will try to open it.
    [15:18:16]: Debug:
    :SqlConnectionReady returned True.
    [15:18:16]: Debug:
    :MSSQLSERVER on server itp-operations is in a running state
    [15:18:16]: Debug:
    :Connection was not open.  We will try to open it.
    [15:18:16]: Debug:
    :SqlConnectionReady returned True.
    [15:18:16]: Info:
    :Info:Using DB command timeout = 1800 seconds.
    [15:18:16]: Info:
    :SQL Product Level: RTM
    [15:18:16]: Info:
    :SQL Edition: Standard Edition (64-bit)
    [15:18:16]: Info:
    :SQL Version: 11.0.2100.60
    [15:18:16]: Always:
    :Current Version of SQL=11.0.2100.60   Required Version=10.50.2500.0
    [15:18:16]: Always:
    :Entering GetRemoteOSVersion.
    [15:18:16]: Info:
    :Info: remoteOS = 6.3.9600
    [15:18:16]: Info:
    :Info:Using DB command timeout = 1800 seconds.
    [15:18:16]: Info:
    :Info:Using DB command timeout = 1800 seconds.
    [15:18:16]: Info:
    :The SQL Collation is valid.
    [15:18:16]: Info:
    :Info:Using DB command timeout = 1800 seconds.
    [15:18:16]: Info:
    :Info:DatabaseConfigurationPage: DB connection attempt completed.
    [15:18:16]: Info:
    :Info:DatabaseConfigurationPage: DB connection attempt completed.

    Hi,
    Please turn off firewall and retry it.
    In addition, please also follow the below two links when installing SCOM 2012:
    Walkthrough: Installing Operations Manager on a Single Server
    http://technet.microsoft.com/en-us/library/hh457006.aspx
    OpsMgr 2012: a quickstart deployment guide
    http://blogs.technet.com/b/kevinholman/archive/2012/04/26/deploying-opsmgr-2012-a-quick-start-guide.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • SDK install problems on Redhat 7.1

    Hi
    I'm having problems getting the SDK to work on Redhat 7.1.
    My path variable is set up corectly, and get the following errors when I do a java -version
    java: /usr/bin/cut: No such file or directory
    usr/lib/jdk1.3.0_02/bin/i386/native_threads/java: error loading shared libraries: libjvm.so :cannot load shared object file: No such file or directory
    I've tried the following: copying libjvm.so to my /usr/lib directory and creating a "cut" file under /usr/bin. That took care of the error msgs, but now I get a core dump.
    Does anybody know why this is happening?? I running the same SDK on SuSE without any problems.
    Please help!!

    Lots of people talk about this problem with RedHat 7.1
    I know this sounds crazy but you could download jBuilder from borland and get a Sun jdk that works.
    That's what I did.
    I can't figure out what's up with the Sun download but look at the permissions.
    For the second guy
    If the file had a .bin on the end of it it's a bash script that the permission is screwed up on I bet ??
    You might want to move the file off the system and put it back as user. Don't know, seems like if you change the permission as root or run as root you might end up with an unusable jdk (permissions all screwed up) ???

  • CF11 install problem on WIndows server 2012 R2

    We have a new install windows server 2012 R2 with a new install CF11 standard installed on C drive. Everything is 64bit. The CF administrator site and login works fine.  cfm files will not serve up in the default directory, but IIS shows htm files fine.  CF administrator runs fine.
    Web Server Config tool will only show "None" in the IIS Web Site box.  The usual CGI, APS, etc have been installed on IIS.  In fact IIS and CF11 have been reinstalled.  wsconfig.exe manual run shows no errors.
    The problem is that any call to a cfm template results in an error (html pages serve fine):
    HTTP Error 500.0 - Internal Server Error
    The page cannot be displayed because an internal server error has occurred.
    Detailed Error Information:
    Module       IsapiModule
    Notification       ExecuteRequestHandler
    Handler       cfmHandler
    Error Code       0x8007007f
    Requested URL       http://localhost:80/default.cfm
    Physical Path       C:\inetpub\wwwroot\default.cfm
    Can anybody give any suggestions for troubleshooting?  No logs seem to show any information that helps.

    Fixed the problem......... it is not a CF problem alone but and mostly an IIS problem ....
    1) remove IIS completely...... including the inetpub directory..... remove .NET Extensibility from server manager under Application Development if inetpub in use error is present... inetpub has to be deleted.
    2) reboot
    3) reinstall IIS and enable all the usual stuff, ie, CGI, ISAPI, .NET, ASP , WebSocket Protocol, etc under Application Development
    4) restart IIS and CF
    5) Set Web Server Config to  "All"
    60 restart IIS and CF
    The trick to completely reinstall IIS and that is only done if you can delete the inetpub folder under root drive.

  • Content server Instalation problem.---HTTP 404- ERROR FORBIDDEN

    Hello Guys,
    This issue is pertaining to Content server instalation with SAP 6 ECC.
    Status till date:
    1) content server is installed to windows 2003 server.
    2) we are currently working in quality server.I have opted a 80 GB harddisk and installed windows 2003 server and also installed Content server to that.
    3) i defined New content repository ZDMS_C1in OAC0
    Gave appropriate description,
    Doc area : Doc magt system
    Storage type: HTTP content server
    Version no: 0046
    Http server 132.147.167.110( this is 80 gb system Ip address)
    port number:1090
    Http script: Contentserver/contentserver.dll
    Physical path: H:usr\sap\ELD\SYS\Global\ (default selection )
    i saved and i get every information of created by and last changed by....
    Ok but when i <u><b>test connection</b></u> it says " HTTP 404:ERROR FORBIDEN".
    I get another error when i "<u><u><b>SEND CERTIFICATE</b></u></u>"
    " ERROR IN HTTP ACCESS IFHTTPCLIENT--RECEIVE 1
    ICM-HTTP-CONNECTION-FAILED.
    Some problem in IIS server but litraly basis team is unable to solve the status.
    How to solve this issue.....Help me out in detail.
    Regards,
    Murali.S

    Hi Murali,
    Follow two NOTES 212394 & 661852
    or
    Ensure that PSE (Personal Security Environment) is created directly on SAP system after the system is installed, this is one time activity.
    To do this you use T Code "STRUST". You can check with your Senior Basis guy for more.
    By default the system's PSE is used to sign URLs. from SAP WAS you can also create your own PSE to sign Kpro URLs
    Regards
    Rehman

  • Problems installing MS SQl Server 2012

    Hi.
    I am trying to install MS SQL Server 2012, and I am getting the next error in the "Install Setup files" step:
    "The following error has occurred:
    An error occurred during the installation of assembly
    'Microsoft.VC80.ATL,version="8.0.50727.6229",publicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="amd64",type="win32". Please refer to Help and Support for more information. HRESULT:"
    Thanks in advance for your help

    Folks:
    I just spent 24 hours trying to research this problem.  This has affected every product I want to use that interfaces to MS SQL Server 2012.  My development machine is in need of recovery.  I de-installed my old products and I have to recover
    from backups.  Every new product (2012 and 2013) I downloaded had failed on this ERROR when it touches a SQL Server install or some VC Redistributable kit;
    ***'Microsoft.VC80.ATL,version="8.0.50727.6229", publicKeyToken="1fc8b3b9a1e18e3b", processorArchitecture="amd64",type="win32"***
    , for one reason or another (SqlSupport.msi).
    After extensive Internet research and many drill downs, it sounds like this issue has been around for years on and off.  It is now ON again.  No solution worked which tells me it is a serious architectural issue or complex upward compatibility
    issue.  Because the installs actually work on my non-development machines that have little software installed.
    It needs a cleanup routine, and a simple straight forward install routine.  I found someone who reported this a bug and I am looking forward to a solution.
    Go MS

  • Problem installing the J2EE server on a 6.40 WebAS System

    On an AIX server I've installed Oracle 9.2, WebAS Central ABAP instance and
    now I'm trying to install the J2EE server.  When it gets to phase
    "Deployment of JDDI" I get the following error.  Does anyone have any
    ideas on how to resolve this.  Thanks!
    Apr 4, 2005 2:17:21 PM   Info:                    Starting deployment                                                                     
    Apr 4, 2005 2:17:21 PM   Info: Loading selected archives...            
    Apr 4, 2005 2:17:21 PM   Info: Loading archive '/dvd/igs/J2EE1/J2EE-ENG/JDD/SYNCLOG.SDA'                              
    Apr 4, 2005 2:17:21 PM   Info: Selected archives successfully loaded.  
    Apr 4, 2005 2:17:21 PM   Info: Error handling strategy: OnErrorStop    
    Apr 4, 2005 2:17:21 PM   Info: Update strategy: UpdateLowerVersions    
    Apr 4, 2005 2:17:21 PM   Info: Starting to execute deployment action (deploy) for "synclog".                                                
    Apr 4, 2005 2:17:24 PM   Info: Creating connections to database "DBW". 
    Apr 4, 2005 2:17:24 PM   Info: Creating vendor connection to database. 
    Apr 4, 2005 2:17:24 PM   Error: Creation of vendor connection failed.  
    Original error message is:                                             
    java.sql.SQLException: Io exception: Invalid number format for port number                                                                 
    Stack trace of original Exception or Error is:                         
    java.sql.SQLException: Io exception: Invalid number format for port number                                                                 
            at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)                                                                   
            at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)                                                                   
            at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)                                                                   
            at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3649)
            at oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:353)  
            at oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:368)                                                              
            at oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDriver.java:549)                          
            at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:349)                                                                   
            at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:149)                                           
            at com.sap.sql.connect.OpenSQLDataSourceImpl.createConnection(OpenSQLDataSourceImpl.java:472)                                                  
            at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:253)                                                     
            at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMVendorConnection(DBSCConnectionManager.java:214)                
            at com.sap.sdm.serverext.servertype.dbsc.extern.DBSCConnectionManager.createSDMConnections(DBSCConnectionManager.java:77)                      
            at com.sap.sdm.serverext.servertype.dbsc.ConnectionManagerDecorator.createSDMConnections(ConnectionManagerDecorator.java:73)                   
            at com.sap.sdm.serverext.servertype.dbsc.DatabaseTargetSystem.connect(DatabaseTargetSystem.java:140)                              
            at com.sap.sdm.serverext.servertype.dbsc.DBSCDeploymentActionProcessor.executeAction(DBSCDeploymentActionProcessor.java:115)                
            at com.sap.sdm.app.proc.deployment.impl.PhysicalDeploymentActionExecutor.execute(PhysicalDeploymentActionExecutor.java:58)                  
            at com.sap.sdm.app.proc.deployment.impl.DeploymentActionImpl.execute(DeploymentActionImpl.java:181)                                         
            at com.sap.sdm.app.proc.deployment.controllers.internal.impl.DeploymentExecutorImpl.execute(DeploymentExecutorImpl.java:51)      
            at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.executeAction(ExecuteDeploymentHandler.java:84)             
            at com.sap.sdm.app.proc.deployment.states.eventhandler.ExecuteDeploymentHandler.handleEvent(ExecuteDeploymentHandler.java:61)               
            at com.sap.sdm.app.proc.deployment.states.StateBeforeNextDeployment.processEvent(StateBeforeNextDeployment.java:78)                         
            at com.sap.sdm.app.proc.deployment.states.InstContext.processEventServerSide(InstContext.java:88)                                           
            at com.sap.sdm.app.proc.deployment.states.InstContext.processEvent(InstContext.java:74)                                                     
            at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.doPhysicalDeployment(DeployerImpl.java:121)                         
            at com.sap.sdm.app.sequential.deployment.impl.DeployerImpl.deploy(DeployerImpl.java:90)                                           
            at com.sap.sdm.control.command.cmds.Deploy.execute(Deploy.java:162)                                                                   
            at com.sap.sdm.control.command.decorator.AssureStandaloneMode.execute(AssureStandaloneMode.java:54)                                  
            at com.sap.sdm.control.command.decorator.AssureOneRunningSDMOnly.execute(AssureOneRunningSDMOnly.java:61)                                      
            at com.sap.sdm.control.command.decorator.SDMInitializer.execute(SDMInitializer.java:52)                                        
            at com.sap.sdm.control.command.decorator.GlobalParamEvaluator.execute(GlobalParamEvaluator.java:60)                                  
            at com.sap.sdm.control.command.decorator.AbstractLibDirSetter.execute(AbstractLibDirSetter.java:46)                                  
            at com.sap.sdm.control.command.decorator.ExitPostProcessor.execute(ExitPostProcessor.java:48)                                     
            at com.sap.sdm.control.command.decorator.CommandNameLogger.execute(CommandNameLogger.java:49)                                     
            at com.sap.sdm.control.command.decorator.AdditionalLogFileSetter.execute(AdditionalLogFileSetter.java:65)                                      
            at com.sap.sdm.control.command.decorator.AbstractLogDirSetter.execute(AbstractLogDirSetter.java:52)                                  
            at com.sap.sdm.control.command.Command.exec(Command.java:42)   
            at SDM.main(SDM.java:21)                                                                               
    Apr 4, 2005 2:17:24 PM   Error: Execution of deployment action for "synclog" aborted: Db connect failed.                                                     
    Apr 4, 2005 2:17:25 PM   Error: Deployment NOT successful for synclog
    Apr 4, 2005 2:17:25 PM   Error: At least one of the Deployments failed
    Apr 4, 2005 2:17:25 PM   Info: Summarizing the deployment results:  
    Apr 4, 2005 2:17:25 PM   Error: Aborted: /dvd/igs/J2EE1/J2EE-ENG/JDD/SYNCLOG.SDA                             
    Apr 4, 2005 2:17:25 PM   Error: Processing error. Return code: 4

    Also, I should mention I'm running the 64bit capable SDK for version 1.4.2 for AIX.
    Thanks again!

  • Configure Windows Server Essentials (2012R2) "Identified problem": "Certificate Issuer is installed on this server" stops the configuration

    On a server 2012R2 Essentials when trying to install the essentials experience the first install works ok but the configuration allways stops with the message "Certificate Issuer is installed on this server" and no way to continue the configuration.
    Windows/Logs/CBS/
    2014-07-24 21:10:04, Info                  CBS    TI: --- Initializing Trusted Installer ---
    2014-07-24 21:10:04, Info                  CBS    TI: Last boot time: 2014-07-24 18:36:03.489
    2014-07-24 21:10:04, Info                  CBS    Starting TrustedInstaller initialization.
    2014-07-24 21:10:04, Info                  CBS    Ending TrustedInstaller initialization.
    2014-07-24 21:10:04, Info                  CBS    Starting the TrustedInstaller main loop.
    2014-07-24 21:10:04, Info                  CBS    TrustedInstaller service starts successfully.
    2014-07-24 21:10:04, Info                  CBS    No startup processing required, TrustedInstaller service was not set as autostart
    2014-07-24 21:10:04, Info                  CBS    Startup processing thread terminated normally
    2014-07-24 21:10:04, Info                  CBS    Starting TiWorker initialization.
    2014-07-24 21:10:04, Info                  CBS    Ending TiWorker initialization.
    2014-07-24 21:10:04, Info                  CBS    Starting the TiWorker main loop.
    2014-07-24 21:10:04, Info                  CBS    TiWorker starts successfully.
    2014-07-24 21:10:04, Info                  CBS    Universal Time is: 2014-07-24 19:10:04.379
    2014-07-24 21:10:04, Info                  CBS    Loaded Servicing Stack v6.3.9600.17200 with Core: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.3.9600.17200_none_fa7026dd9b04586e\cbscore.dll
    2014-07-24 21:10:04, Info                  CSI    00000001@2014/7/24:19:10:04.379 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7ffd2cb360e5 @0x7ffd2de92e53 @0x7ffd2de924ac @0x7ff60b37d2df @0x7ff60b37d9e4
    @0x7ffd588d2385)
    2014-07-24 21:10:04, Info                  CBS    Could not load SrClient DLL from path: SrClient.dll.  Continuing without system restore points.
    2014-07-24 21:10:04, Info                  CBS    SQM: Initializing online with Windows opt-in: True
    2014-07-24 21:10:04, Info                  CBS    SQM: Cleaning up report files older than 10 days.
    2014-07-24 21:10:04, Info                  CBS    SQM: Requesting upload of all unsent reports.
    2014-07-24 21:10:04, Info                  CBS    SQM: Queued 0 file(s) for upload with pattern: C:\Windows\servicing\sqm\*_std.sqm, flags: 0x2
    2014-07-24 21:10:04, Info                  CBS    SQM: Queued 0 file(s) for upload with pattern: C:\Windows\servicing\sqm\*_all.sqm, flags: 0x6
    2014-07-24 21:10:04, Info                  CBS    NonStart: Set pending store consistency check.
    2014-07-24 21:10:04, Info                  CBS    Session: 30386034_3758808251 initialized by client WinMgmt.
    2014-07-24 21:10:04, Info                  CBS    Enumerating Foundation package: Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~6.3.9600.16384, this could be slow
    2014-07-24 21:10:05, Info                  CSI    00000002 IAdvancedInstallerAwareStore_ResolvePendingTransactions (call 1) (flags = 00000004, progress = NULL, phase = 0, pdwDisposition = @0x172dbed940
    2014-07-24 21:10:05, Info                  CSI    00000003 Creating NT transaction (seq 1), objectname [6]"(null)"
    2014-07-24 21:10:05, Info                  CSI    00000004 Created NT transaction (seq 1) result 0x00000000, handle @0x25c
    2014-07-24 21:10:08, Info                  CSI    00000005 Poqexec successfully registered in [ml:26{13},l:24{12}]"SetupExecute"
    2014-07-24 21:10:08, Info                  CSI    00000006@2014/7/24:19:10:08.151 Beginning NT transaction commit...
    2014-07-24 21:10:08, Info                  CSI    00000007@2014/7/24:19:10:08.182 CSI perf trace:
    CSIPERF:TXCOMMIT;32854
    2014-07-24 21:10:08, Info                  CSI    00000008 CSI Store 99552754976 (0x000000172dce7d20) initialized
    2014-07-24 21:10:08, Info                  CSI    00000009@2014/7/24:19:10:08.182 CSI Transaction @0x172e9bcaa0 initialized for deployment engine {d16d444c-56d8-11d5-882d-0080c847b195} with flags 00000002
    and client id [26]"TI5.30386034_3758808251:1/"
    2014-07-24 21:10:08, Info                  CSI    0000000a@2014/7/24:19:10:08.182 CSI Transaction @0x172e9bcaa0 destroyed
    2014-07-24 21:10:19, Info                  CBS    Session: 30386012_3156824848 initialized by client DISM Package Manager Provider.
    2014-07-24 21:12:19, Info                  CBS    Trusted Installer is shutting down because: SHUTDOWN_REASON_AUTOSTOP
    2014-07-24 21:12:19, Info                  CBS    TiWorker signaled for shutdown, going to exit.
    2014-07-24 21:12:19, Info                  CBS    Ending the TiWorker main loop.
    2014-07-24 21:12:19, Info                  CBS    Starting TiWorker finalization.
    2014-07-24 21:12:19, Info                  CBS    Ending the TrustedInstaller main loop.
    2014-07-24 21:12:19, Info                  CBS    Starting TrustedInstaller finalization.
    2014-07-24 21:12:19, Info                  CBS    Ending TrustedInstaller finalization.
    2014-07-24 21:12:20, Info                  CBS    Ending TiWorker finalization.
    Any ideas?
    //Christer

    Hi Justin!
    nltest /server:"servername" /sc_reset:"domaninname" returns: "I_NetLogonControl failed: Status = 1355 0x54b ERROR_NO_SUCH_DOMAIN" 
    Dcdiag /q returns : An error occurred. EventID: 0xC0001B77
    The text log was not small enough to post here..
    Regards.
    Christer
    Can not find anything directly related in windows-logs but here is the latest log from CBS folder.. 
    2014-07-28 11:04:25, Info                  CSI    00000888 [DIRSD OWNER WARNING] Directory [ml:520{260},l:118{59}]"\??\C:\Windows\Inf\Windows Workflow Foundation 3.0.0.0\041D" is not owned but specifies
    SDDL in component Microsoft-Windows-WWFCoreComp.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"sv-se", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:25, Info                  CSI    00000889 [DIRSD OWNER WARNING] Directory [ml:128{64},l:126{63}]"\??\C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\MsDtc\en" is not owned but specifies
    SDDL in component Microsoft.Dtc.PowerShell.Non_msil.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088a [DIRSD OWNER WARNING] Directory [ml:134{67},l:132{66}]"\??\C:\Windows\SysWOW64\WindowsPowerShell\v1.0\Modules\MsDtc\en-US" is not owned but specifies
    SDDL in component Microsoft.Dtc.PowerShell.Scripts.Resources, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture = [l:10{5}]"en-US", VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088b [DIRSD OWNER WARNING] Directory [ml:520{260},l:134{67}]"\??\C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework" is not owned but specifies
    SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088c [DIRSD OWNER WARNING] Directory [ml:520{260},l:118{59}]"\??\C:\Windows\Inf\Windows Workflow Foundation 3.0.0.0\0000" is not owned but specifies
    SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088d [DIRSD OWNER WARNING] Directory [ml:520{260},l:114{57}]"\??\C:\Program Files (x86)\Reference Assemblies\Microsoft" is not owned but specifies SDDL
    in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088e [DIRSD OWNER WARNING] Directory [ml:520{260},l:144{72}]"\??\C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\v3.0" is not owned
    but specifies SDDL in component Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:28, Info                  CSI    0000088f [DIRSD OWNER WARNING] Directory [ml:520{260},l:94{47}]"\??\C:\Program Files (x86)\Reference Assemblies" is not owned but specifies SDDL in component
    Microsoft-Windows-WWFCoreComp, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:30, Info                  CSI    00000890 Ignoring duplicate ownership for directory [l:72{36}]"\??\C:\Windows\microsoft.net\authman" in component Microsoft.Interop.Security.AzRoles, Version
    = 6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:31, Info                  CSI    00000891 [SR] Verify complete
    2014-07-28 11:04:31, Info                  CSI    00000892 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:31, Info                  CSI    00000893 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:36, Info                  CSI    00000894 [SR] Verify complete
    2014-07-28 11:04:36, Info                  CSI    00000895 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:36, Info                  CSI    00000896 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:40, Info                  CSI    00000897 [DIRSD OWNER WARNING] Directory [ml:520{260},l:120{60}]"\??\C:\Windows\Microsoft.NET\Framework\v2.0.50727\RedistList" is not owned but specifies
    SDDL in component NetFx-ASSEMBLYLIST_XML, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope neutral, PublicKeyToken = {l:8 b:b03f5f7f11d50a3a}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:04:42, Info                  CSI    00000898 [SR] Verify complete
    2014-07-28 11:04:42, Info                  CSI    00000899 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:42, Info                  CSI    0000089a [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:46, Info                  CSI    0000089b [SR] Verify complete
    2014-07-28 11:04:46, Info                  CSI    0000089c [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:46, Info                  CSI    0000089d [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:52, Info                  CSI    0000089e [SR] Verify complete
    2014-07-28 11:04:52, Info                  CSI    0000089f [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:52, Info                  CSI    000008a0 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:04:58, Info                  CSI    000008a1 [SR] Verify complete
    2014-07-28 11:04:58, Info                  CSI    000008a2 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:04:58, Info                  CSI    000008a3 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:05:02, Info                  CSI    000008a4 [SR] Verify complete
    2014-07-28 11:05:02, Info                  CSI    000008a5 [SR] Verifying 100 (0x0000000000000064) components
    2014-07-28 11:05:02, Info                  CSI    000008a6 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:05:08, Info                  CSI    000008a7 [SR] Verify complete
    2014-07-28 11:05:08, Info                  CSI    000008a8 [SR] Verifying 52 (0x0000000000000034) components
    2014-07-28 11:05:08, Info                  CSI    000008a9 [SR] Beginning Verify and Repair transaction
    2014-07-28 11:05:09, Info                  CSI    000008aa [DIRSD OWNER WARNING] Directory [ml:520{260},l:56{28}]"\??\C:\Windows\system\Speech" is not owned but specifies SDDL in component Windows-Media-SpeechSynthesis-WinRT,
    pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:05:09, Info                  CSI    000008ab Ignoring duplicate ownership for directory [l:56{28}]"\??\C:\Windows\system\Speech" in component Windows-Media-SpeechSynthesis-WinRT, Version =
    6.3.9600.16384, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral
    2014-07-28 11:05:09, Info                  CSI    000008ac [SR] Verify complete
    2014-07-28 11:05:09, Info                  CSI    000008ad [SR] Repairing 1 components
    2014-07-28 11:05:09, Info                  CSI    000008ae [SR] Beginning Verify and Repair transaction
    2014-07-28 11:05:09, Info                  CSI    000008af Hashes for file member \??\C:\Program Files\Windows Server\Bin\WebApps\RemoteAccess\Web.config do not match actual file [l:20{10}]"Web.config"
      Found: {l:32 b:jiP+IRWGZxsG0nX6il5MCZofFThiSfytb8Ih27r5EPk=} Expected: {l:32 b:KR7DbPqdCKMwdiZI2XDSr42o4ujtpZlzfX9ud+ODKRM=}
    2014-07-28 11:05:09, Info                  CSI    000008b0 [SR] Repairing corrupted file [ml:520{260},l:120{60}]"\??\C:\Program Files\Windows Server\Bin\WebApps\RemoteAccess"\[l:20{10}]"Web.config" from
    store
    2014-07-28 11:05:09, Info                  CSI    000008b1 [SR] Repair complete
    2014-07-28 11:05:09, Info                  CSI    000008b2 [SR] Committing transaction
    2014-07-28 11:05:09, Info                  CSI    000008b3 Creating NT transaction (seq 2), objectname [6]"(null)"
    2014-07-28 11:05:09, Info                  CSI    000008b4 Created NT transaction (seq 2) result 0x00000000, handle @0xba4
    2014-07-28 11:05:11, Info                  CSI    000008b5@2014/7/28:09:05:11.308 Beginning NT transaction commit...
    2014-07-28 11:05:11, Info                  CSI    000008b6@2014/7/28:09:05:11.470 CSI perf trace:
    CSIPERF:TXCOMMIT;163479
    2014-07-28 11:05:11, Info                  CSI    000008b7 [SR] Verify and Repair Transaction completed. All files and registry keys listed in this transaction  have been successfully repaired
    2014-07-28 11:07:13, Info                  CBS    Trusted Installer is shutting down because: SHUTDOWN_REASON_AUTOSTOP
    2014-07-28 11:07:13, Info                  CBS    TiWorker signaled for shutdown, going to exit.
    2014-07-28 11:07:13, Info                  CBS    Ending the TiWorker main loop.
    2014-07-28 11:07:13, Info                  CBS    Starting TiWorker finalization.
    2014-07-28 11:07:13, Info                  CBS    Ending the TrustedInstaller main loop.
    2014-07-28 11:07:13, Info                  CBS    Starting TrustedInstaller finalization.
    2014-07-28 11:07:13, Info                  CBS    Ending TrustedInstaller finalization.
    2014-07-28 11:07:13, Info                  CBS    Ending TiWorker finalization.
    Regards. Christer

  • Instalation problem with iplanet direcory server

    when am trying to install iplanet directory server at the end of instaltion am getting the following problems
    1)setup is unable to store data in the LDAP directory
    2) unable to create administartion server configuration
    3)could ot authenticate ldap connection
    4) unable to set aci in configuration directory server
    after installation of iplanet server with some errors it is asking for
    administration url.
    let me know how to find this administartion url.
    plz send me the solution asap.

    Check out the below.
    Problem 4680491. CSS causes oserr=130 in iWS 6.0 logs.
    Workaround
    If you are using the Cisco Content Services Switch (CSS) with Sun ONE Web Server and have set the value of the sticky bit setting in CSS to on, the following error is logged periodically in the error logs:
    failure ( 2210): Error accepting connection -5928, oserr=130 (Connect aborted)
    This is caused not by a defect in Sun ONE Web Server but by the setting of the sticky bit in CSS. To avoid the error logging, set the value of the sticky bit in CSS to off.
    Which as been fixed in iWS 6.0 SP5.
    For more info check the below link.
    http://docs.sun.com/source/816-6434-10/rn60sp5.html
    Dakshin.

  • How to to make Cluster between two server 2012 Datacenter with share storage and Hyper-V role then install Exchange 2013 on each server datacenter then make DAG between Exchange servers

    Dears,
    I have IBM Flex server with built in storage,  
    HOW to to make Cluster between two  server 2012 Datacenter with share storage and Hyper-V role then install Exchange 2013 on each server datacenter then make DAG between Exchange servers?
    If there any prerequisites of the Share storage types ?and any configuration guide to deploy Cluster between two Server 2012 datacenter ?

    Microsoft Failover Clusters require shared storage.  If you wish to create a failover cluster with local storage, you need to use third party software to mirror the disks and present it to the hosts (siog.com, datacore.com, starwind.com).  If you
    use third party software, you will need to follow their instructions for configuring the environment.
    Questions on how to configure Exchange environments are better asked in an Exchange forum.
    .:|:.:|:. tim

  • OBIEE install problem on Windows 2008 R2 64bit server

    Hi!
    I have for 1 month struggled with a OBIEE 11g install on a Windows 2008 R2 64 bit server. (I have a open SR at Oracle but have not got any answer/suggestion for 2 weeks)
    I follow these documentations:
    Oracle® Fusion Middleware
    Installation Guide for Oracle Business Intelligence
    11g Release 1 (11.1.1)
    E10539-01
    and
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CIHDJGIH
    Specially chapter 4.4.4 for the moment, cant get pass step "Specify Installation Location"
    First did I run RCU against our Oracle 11g database and created the schemas for BI Publisher
    Then did I install JRockIT - jrockit-jdk1.6.0_26-R28.1.4-4.0.1-windows-x64.exe
    Then from JRockIT installed WLS_1035 generic.
    Then configure AdminServer so thatone is up and running (even installed a HTML server from E1 to check if WLS is up and running and working)
    Then start the installer (Oracle Business Intelligence, v. 11.1.1.5.0, for Microsoft Windows x86-64-bit) disk 1, setup.exe, then must I choose "software only" install. But on step 3 och 9 can I not press next, the installer says that I do not have any "Application Server" running. I have installed on E:\Oracle\Middleware but the installer can not see any application there, but I can access it thru a browser.
    Tests I have done,
    Install loopback adapter
    Deinstall loopback
    Deactivated everything but IPV4 protocoll (we have also IPV6 on all server).
    Verified that we have static ip on the server
    Tried installer for BIP (OBIEE) with WLS AdminServer running and without have it running.
    And checked the installer logs everytime, no errors, no warning.
    Is there anyone how can guide me or give some tips? I am getting frustrated after 4 weeks without success.
    Best regards,
    Anders

    Hi!
    It is the installer who not working properly, when using the "Browse", I had to choose a comletly wrong place first, and then again choose the correct installation path, after that would the understand where I wanted to install.
    Best regards,
    Anders

  • Facing problem in installing oracle http server

    hi,
    i am trying to install oracle http server from companion cd (oracle 10g) but facing this error
    /Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory.
    i don't know what to do.
    plz help

    Hi,
    there are other posts on this but try an install of the gnome-libs package on the server. It is possible to install a more recent version than 1.4.1.2.90-34.1.i386.
    Mike

Maybe you are looking for