Sun Federation Manager installation problem

I'm trying to install Sun Federation Manager on a machine running RedHat Linux and Sun Application Server. The installation in itself appears to go ok, and the loginpage appears when i connect to http://x.x.x.x/federation The problem is when I try to login with the username and password, it only redirects back to the login page. It seems like it tries to go to AMAdminFrame, but gets redirected back. First I thought i didn't login correctly, but when I look in the amAuthentication.access file, it says that the login was correct.
Has anyone else had this problem? I've tried with both 8.2 and 9 of the application server, and the problem is the same on both. All help would be appriciated.
I've also tried with the Sun Webserver, but it threw an nullpointerexception on me. Does anyone have any ideas?

Hello,
When you create any user through SUN Access Manager, is that user is created in LDAP
datastore, or is it created in SAM flat file repository ?

Similar Messages

  • Sun Access Manager login problem

    Hi,
    This is a very basic problem. I have installed Sun Access Manager 7 using JES installer. It is configured to authenticate against a LDAP datastore. I am able to login into the amconsole application using the amAdmin DN but I am not able to login with any other user that I create through Sun Access Manager.Any help will be highly appreciated.
    TIA.

    Hello,
    When you create any user through SUN Access Manager, is that user is created in LDAP
    datastore, or is it created in SAM flat file repository ?

  • [Sun Federation Manager] Error deploying a sample

    Hi all,
    I'm currently working on the sun java system federation manager and I simply try to deploy a sample, as written in the readme file. The readme.txt tells that :
    1. Update sp1Metadata.xml (available in <sample_xml_dir>)
    The following assumptions are made in sp1Metadata.xml.
    a. IDP1_PROTO is the protocol for IDP1, eg. http.
    b. IDP1_HOST is the hostname for IDP1, eg. www.idp1.com.
    c. IDP1_PORT is the port for IDP1, eg. 58080.
    d. IDP1_DEPLOY_URI is the deploy URI for IDP1, eg. /federation.
    e. SP1_SECURITY_KEY is the certificate alias for SP1.
    f. IDP1_SECURITY_KEY is the certificate alias for IDP1.
    Update above values in sp1Metadata.xml as per your deployment. SP1_SECURITY_KEY and IDP1_SECURITY_KEY are required only when you want to enable xml digital signature signing. If the keystore has not been configured yet, remove the iplanet-am-certificate-alias attribute value pair from the XML file.
    2. Load sp1Metadata.xmlusing following command.
    <begin_dir>/bin/amadmin -i <war_dir> -u amadmin -w <amadmin password> -t <sample_xml_dir>/sp1Metadata.xml
    First step : no problem :)
    Second step : I get this error :
    Error 9: Operation failed: Can't find ressource for bundle java.util.PropertyResourceBundle, key invalidconfigfile
    java.util.MissingResourceException: Can't find ressource for bundle java.util.PropertyResourceBundle, key invalidconfigfile
    and I didn't find why this error is thrown :( I'm working on a Windows XP SP2 station with NetBeans 5.5 RC2 + Enterprise Pack 5.5 Beta.
    Thanks for the help
    Best regards !
    @++

    I am now working on deployment of sun one access manager. I have deployed as a single war in application server. But i am not able to see the access manager console as it shows file not found exception, Can anyone help me to resolve?
    Log Entry Detail
    DetailsTimestamp: Mar 22, 2007 19:20:51.435
    Log Level: SEVERE
    Logger: javax.enterprise.system.container.web
    Name-Value Pairs: _ThreadID=12;
    Record Number: 544
    Message ID: WebModule[amserver]Exception starting filter amSetupFilter java.lang.ClassNotFoundException
    Complete Message
    com.sun.identity.setup.AMSetupFilter     at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1447)     at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1228)     at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:215)     at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:312)     at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:83)     at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:3881)     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4531)     at com.sun.enterprise.web.WebModule.start(WebModule.java:241)     at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:827)     at org.apache.catalina.core.ContainerBase.access$000(ContainerBase.java:125)     at org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:147)     at java.security.AccessController.doPrivileged(Native Method)     at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:809)     at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632)     at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:1254)     at com.sun.enterprise.web.HttpServiceWebContainer.loadWebModule(HttpServiceWebContainer.java:821)     at com.sun.enterprise.web.WebContainer.loadWebModule(WebContainer.java:987)     at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:160)     at com.sun.enterprise.server.WebModuleDeployEventListener.moduleDeployed(WebModuleDeployEventListener.java:238)     at com.sun.enterprise.admin.event.AdminEventMulticaster.invokeModuleDeployEventListener(AdminEventMulticaster.java:918)     at com.sun.enterprise.admin.event.AdminEventMulticaster.handleModuleDeployEvent(AdminEventMulticaster.java:905)     at com.sun.enterprise.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:427)     at com.sun.enterprise.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:139)     at com.sun.enterprise.ee.admin.mbeans.ServerRuntimeMBean.forwardEvent(ServerRuntimeMBean.java:64)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at com.sun.enterprise.admin.MBeanHelper.invokeOperationInBean(MBeanHelper.java:308)     at com.sun.enterprise.admin.runtime.BaseRuntimeMBean.invoke(BaseRuntimeMBean.java:389)     at com.sun.jmx.mbeanserver.DynamicMetaDataImpl.invoke(DynamicMetaDataImpl.java:213)     at com.sun.jmx.mbeanserver.MetaDataImpl.invoke(MetaDataImpl.java:220)     at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(DefaultMBeanServerInterceptor.java:815)     at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(JmxMBeanServer.java:784)     at javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1408)     at javax.management.remote.rmi.RMIConnectionImpl.access$100(RMIConnectionImpl.java:81)     at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(RMIConnectionImpl.java:1245)     at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(RMIConnectionImpl.java:1341)     at javax.management.remote.rmi.RMIConnectionImpl.invoke(RMIConnectionImpl.java:782)     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)     at java.lang.reflect.Method.invoke(Method.java:585)     at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)     at sun.rmi.transport.Transport$1.run(Transport.java:153)     at java.security.AccessController.doPrivileged(Native Method)     at sun.rmi.transport.Transport.serviceCall(Transport.java:149)     at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)     at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)     at java.lang.Thread.run(Thread.java:595)

  • SUN ROLE MANAGER INSTALLATION HASSLE

    I am installing Sun Role Manager 5.0 on Tomcat 6.0.2
    I am facing context initialization error when i deploye rbacx.war filerbacx.log file's content is as shown below. (This log file gets created in log folder of the tomcat server after deployment)
    12:19:34,289 ERROR [ContextLoader] Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'certificationEventListener' defined in ServletContext resource [WEB-INF/idc-context.xml]: Cannot resolve reference to bean 'rbacxIDCService' while setting bean property 'rbacxIDCService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rbacxIDCService' defined in ServletContext resource [WEB-INF/idc-context.xml]: Cannot resolve reference to bean 'rbacxIDWService' while setting bean property 'rbacxIDWService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rbacxIDWService' defined in ServletContext resource [WEB-INF/idw-context.xml]: Cannot resolve reference to bean 'mLRbacxRoleMiningService' while setting bean property 'roleMiningService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mLRbacxRoleMiningService' defined in ServletContext resource [WEB-INF/rolemining-context.xml]: Cannot resolve reference to bean 'roleMiningServiceTarget' while setting bean property 'target'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roleMiningServiceTarget' defined in ServletContext resource [WEB-INF/rolemining-context.xml]: Cannot create inner bean 'mLRbacxRoleMiningServiceImpl' of type [com.vaau.rbacx.rolemining.service.impl.MLRbacxRoleMiningServiceImpl] while setting bean property 'rbacxRoleMiningService'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mLRbacxRoleMiningServiceImpl' defined in ServletContext resource [WEB-INF/rolemining-context.xml]: Cannot resolve reference to bean 'roleMiningConfigurationManager' while setting bean property 'roleMiningConfigurationManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'roleMiningConfigurationManager' defined in ServletContext resource [WEB-INF/rolemining-context.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
    PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'normalize' threw exception; nested exception is com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1245)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1010)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:472)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
         at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)
         at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:701)
         at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:377)
         at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
         at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
         at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
         at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:850)
         at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:724)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:493)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:516)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
    Edited by: chhavi.saluja on Jan 25, 2010 2:35 AM

    is com.thoughtworks.xstream.io.StreamException: : only whitespace content allowed before
    start tag and not \u0 (position: START_DOCUMENT seen \u0... @1:1) Well, looks like one of these xml thingies is broken.

  • Sun Solaris 10 installation problem on IBM ThinkPad R31Notebook

    Hello,
    I have tried to install Sun Solaris 10 on my IBM ThinkPad R31 notebook, but the system has problem at initial stage of loading the installation software from CD. Here is the message I see on the screen when the CD is loaded:
    loading stage2 ....
    GNU GRUB Version 0.95 (639K lower / 514880K upper memory"
    Solaris
    Solaris Serial Console ttya
    Solaris Serial Console ttyb (for 1x50, v60x and v65x
    SunOS Release 5.10 version Generic_118855-33 32-bit
    Copyright 1983-2006 Sun Microsystems, Inc All Right reserved
    Use is subject to license terms
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    Rebooting
    I changed both memory and the hard drive but I still have the same problem. Can anyone please tell me what the problem might be or what remedial step I should take to install Solaris 10 on R31?
    Thanks

    Did you try install check CD before the installation?
    I think that there might be two main reasons:
    1. Your computer is not supported
    2. Hard drive may need to be formated to FAT32 or UFS

  • SUN One & J2EE Installation Problems

    Every time I run the setup program for Sun One and J2EE I get the following error message before setup even get's going (ie when setup.exe hides the command prompt it returns with the following error message:)
    "Error writing native components to disk. Aborting wizard"
    I'm running WinXP Pro ..
    I've asked around for a solution to this problem. At the moment my last resort solution is to do a format of my machine and try again =) because all my mates have had no bother so far.
    If anyone could give me a hint as to what's wrong I'd be utterly grateful.
    Regards,
    Shaun

    As wierd as it sounds, one of the things that will trigger this behaviour is if you have a file called Documents on the drive where your %USERPROFILE% directory is. For instance, if %USERPROFILE% is c:\documents and settings\username, the existance of c:\Documents will break native toolkit bootstrap process.
    Workaround is to temporarily rename the file and run the installation...

  • Sun Studio 11 Installation Problem on Solaris 9

    Hi
    I am installing Sun Studio11 on Solaris 9 SPARC Platform using -nodisplay option. The command line output is showing as installation is success.
    But when I see the install log file I am seeing the following errors.
    Begin------------------------------------------------------------------------------------------
    Installing Package: SPROcpl
    Processing package instance <SPROcpl> from </mcc/app/ds/Compiler/CD1/kits/ide/packages>
    Sun Studio 11 C++ Compiler
    (sparc) 11.0,REV=2005.10.13
    Using </mcc/app/ds/sunstudio11> as the package base directory.
    ## Processing package information.
    ## Processing system information.
    ## Verifying package dependencies.
    ## Verifying disk space requirements.
    Installing Sun Studio 11 C++ Compiler as <SPROcpl>
    ## Installing part 1 of 1.
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/inventory/v15n1/SPROcpl <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CC <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CCadmin <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/CClink <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/c++filt <not present on Read Only file system>
    WARNING: /mcc/app/ds/sunstudio11/SUNWspro/prod/bin/ccfe <not present on Read Only file system>
    End ------------------------------------------------------------------------------------------
    The above errors are coming for almost all the packages / components.
    Also I am not seeing any files created in <installdir>/SUNWspro/prod/bin folder.
    Thanks in advance

    Give this a whizz:
    for a in `pkginfo | nawk '/SPRO/{print $2}'` ; do pkgchk $a ; doneDoes it report anything? If it doesn't, I wouldn't lose too much sleep over the warnings.
    Paul

  • Hyperion Financial Management Installation Problem on WinXP system

    Hi,
    I am trying to install EPM/HFM 11g from scratch. I have downloaded the following files and extracted them in a folder. I started the installation with a specified hyperion_home as C:\Hyperion1.
    APS-11113.zip
    EPM-Architect-11113.zip
    EPM-FoundationServices-11113-Part1.zip
    EPM-FoundationServices-11113-Part2.zip
    EPM-FoundationServices-11113-Part3.zip
    EPM-FoundationServices-11113-Part4.zip
    Essbase-11113-Part2.zip
    HyperionFinancialManagement-11113.zip
    E12825_01.zip
    EPM-SystemInstaller-11113.zip
    Essbase-11113-Part1.zip
    Unfortunately, the installation didn't go through well and I had the stop the installer as it was stuck. So, I thought I should start again with a clean slate. Thus, I uninstalled the program from control panel, extracted the files again and ran the installer. Somehow, the installer now fails with every product item lines marked as Failed.
    I checked that the HYPERION_HOME/coomon/config/9.5.0.0/product directories are created and the Hyperion_Home/logs/install/installTool-install-stderr.log file indicates certain directories that are not present yet -
    java.io.IOException: Cannot run program "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin\services_build_helper.exe" (in directory "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin"): CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.util.Java2ProcessExec.processExec(Unknown Source)
         at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 7 more
    java.io.IOException: Cannot run program "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin\services_build_helper.exe" (in directory "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin"): CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.util.Java2ProcessExec.processExec(Unknown Source)
         at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 7 more
    java.io.IOException: Cannot run program "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin\BPMAConfig.exe" (in directory "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin"): CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.util.Java2ProcessExec.processExec(Unknown Source)
         at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 7 more
    could not utilize start class: com.installshield.wizard.Wizard
    java.lang.SecurityException
         at com.hyperion.install.action.impl.ISMPSecurityManager.checkPermission(ISMPSecurityManager.java:34)
         at java.lang.SecurityManager.checkExit(Unknown Source)
         at java.lang.Runtime.exit(Unknown Source)
         at java.lang.System.exit(Unknown Source)
         at com.installshield.wizard.Wizard.startup(Wizard.java:248)
         at com.installshield.boot.BootMain.boot(Unknown Source)
         at run.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.hyperion.install.action.impl.ISMPExecAction$1.run(ISMPExecAction.java:103)
    java.io.IOException: Cannot run program "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin\services_build_helper.exe" (in directory "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin"): CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.util.Java2ProcessExec.processExec(Unknown Source)
         at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 7 more
    java.io.IOException: Cannot run program "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin\services_build_helper.exe" (in directory "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin"): CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.util.Java2ProcessExec.processExec(Unknown Source)
         at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 7 more
    java.io.IOException: Cannot run program "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin\BPMAConfig.exe" (in directory "C:\Hyperion1\products\Foundation\BPMA\AppServer\DimensionServer\ServerEngine\bin"): CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.util.Java2ProcessExec.processExec(Unknown Source)
         at com.installshield.util.ProcessExec.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(Unknown Source)
         at com.installshield.wizardx.actions.ExecWizardAction.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=3, The system cannot find the path specified
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 7 more
    could not utilize start class: com.installshield.wizard.Wizard
    java.lang.SecurityException
         at com.hyperion.install.action.impl.ISMPSecurityManager.checkPermission(ISMPSecurityManager.java:34)
         at java.lang.SecurityManager.checkExit(Unknown Source)
         at java.lang.Runtime.exit(Unknown Source)
         at java.lang.System.exit(Unknown Source)
         at com.installshield.wizard.Wizard.startup(Wizard.java:248)
         at com.installshield.boot.BootMain.boot(Unknown Source)
         at run.main(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.hyperion.install.action.impl.ISMPExecAction$1.run(ISMPExecAction.java:103)
    Any idea/suggestion, what might be wrong here.
    Thanks

    user12098325 wrote:
    Any idea/suggestion, what might be wrong here.Unsupported O/S could be the issue.
    Cheers
    John
    http://john-goodwin.blogspot.com

  • Sun studio 12 installation problem on RHEL5 x86_64

    Whenever I try to execute the batch installer for sun studio 12 I get the following error message:
    ./batch_installer --accept-sla
    Exception in thread "Thread-1" java.awt.HeadlessException
    at java.awt.dnd.DropTarget.<init>(libgcj.so.7rh)
    at java.awt.dnd.DropTarget.<init>(libgcj.so.7rh)
    at javax.swing.JComponent.<init>(libgcj.so.7rh)
    at javax.swing.JPanel.<init>(libgcj.so.7rh)
    at javax.swing.JPanel.<init>(libgcj.so.7rh)
    at com.sun.wizards.core.WizardComponent.<init>(WizardComponent.java:159)
    at com.sun.wizards.core.WizardComposite.<init>(WizardComposite.java:83)
    at com.sun.wizards.core.WizardTreeManager.createWizardPanel(WizardTreeManager.java:890)
    at com.sun.wizards.core.WizardTreeManager.<init>(WizardTreeManager.java:325)
    at com.sun.wizards.core.CommandLineConsole.run(CommandLineConsole.java:75)
    at java.lang.Thread.run(libgcj.so.7rh)
    Task Failed: java.lang.NullPointerException
    java.lang.NullPointerException
    at java.lang.Class.isAssignableFrom(libgcj.so.7rh)
    at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.tryBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.getBundle(libgcj.so.7rh)
    at java.util.ResourceBundle.getBundle(libgcj.so.7rh)
    at com.sun.setup.util.wbResource.getString(wbResource.java:212)
    at com.sun.setup.util.wbResource.getString(wbResource.java:132)
    at com.sun.setup.util.setupInitializationTask.perform(setupInitializationTask.java:88)
    at com.sun.wizards.core.Sequence.perform(Sequence.java:343)
    at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
    at java.lang.Thread.run(libgcj.so.7rh)
    I've used the ./prepare_system to install all dependencies. Any suggestions?
    Cheers

    Please check version of java that is in your PATH. It should be JDK 1.5 or later.

  • Performance Management Installation problem

    Hi all
    I'm in a big trouble with Performance Management XI installation on a BO XI R2 environment.
    When I reach the CMS logon information, the CMS box is left blank by default, so I fill it and I got the following error:
    "Logon Information for the CMS is invalid"
    But when using java launchpad I can enter CMS with the same information (username, password, and authentication).
    Anyone knows a file or something else where setup file looks for CMS configuration info?
    thanks in advance
    marco

    Hello Marco,
    I recommend to post this query to the [BusinessObjects Enterprise Administration|BI Platform; forum.
    This forum is dedicated to topics related to administration and configuration of BusinessObjects Enterprise, BusinessObjects Edge, and Crystal Reports Server.
    It is monitored by qualified technicians and you will get a faster response there.
    Also, all BOE Administration queries remain in one place and thus can be easily searched in one place.
    Best regards,
    Falk

  • Work Manager Installation Problem

    Hi Experts,
    I'm currently installing PCM Version 7.5 on Windows 2008 R2 with MS SQL Server 2008.
    This installation is for a demonstration system, and has all components (database, Application Server, Web Server, etc) installed on one host.
    The database has installed successfully and the Msschema script has also ran successfully.
    I have been able to install the Primary Application server successfully too.
    I am having some difficulty with installing the Work Manager, as follows:
    In the Work Manager Options screen (for reference, page 39, point 14 to 18 of the installation guide), I have entered the details as requested by the installation guide.
    I have checked that the account entered is the correct administrators account and password (logged on to OS using them), I have checked that the SMTP server and port are correct and have provided the correct path for temporary storage.
    The error message that I receive when selecting next is:
    Invalid Workflow User - Unable to Login
    Invalid Username or Password
    When referring back to the guide, the entry (point 14) is:
    In the "Work Manager Options" screen, enter an Administrator user name and password in the User
    Name and Password text boxes.
    I can't account for why this is not working - it is a current administrator account that I am using and the guide asks me to enter it.
    Has anyone had this issue before, what did you do to overcome it?
    Thanks and regards,
    Chris

    First time configuration requires use of PCM administrator account.  The username and password are administrator (lower case).  Afterwards you can log into PCM Model Builder and change the credentials.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Customer Solutions Adoption (CSA) team

  • Roxio Media Manager Installation Problem

    My Desktop Manager recently updated itself to version 5.   Shortlly therafter I started to get error messages from Window's Installer trying to configure  Roxio Media Manager and not finding a particular roxio media manager .msi file.  This is a very insistent installation routine because no amount of "cancel" or rebooting eliminates the process.  Very frustrating.  The error message is prompting me for an alternate path to the folder containing the installation package but my browing is not finding it.  Maybe it's somewhere else?
    What do I need to do to either abort this installation or complete it?   I really don't care either way, since I don't use Media Manager much.  Thanks in advance for your help. 
    Solved!
    Go to Solution.

    If you don't use media manager, I suggest removing it entirely. In my experience it has caused issues with the desktop manager software. I would uninstall the desktop manager from your computer first. Uninstall the Blackberry Destkop Manager (DTM) using this guide: http://www.blackberry.com/btsc/KB02206
    Then, Download Blackberry Desktop Manager over here (without media manager): https://www.blackberry.com/Downloads/entry.do?code=A8BAA56554F96369AB93E4F3BB068C22
    Install it and hopefully everything runs fine again. Be sure to reconfigure your sync settings if you use them.
    Cheers,
    Kijana
    Please remember to:
    1. Mark Accept as Solution on the appropriate post once your issue has been resolved
    2. Give Kudos to helpful posts (click the star next to the post)
    Thanks

  • OVM manager installation problem

    Hi Gurus
    I am trying to install OVM manager into oracle Linux 6. I m getting following error
    Invalid mount point /u01 ...
    I have tried my best but not able to address the problem , please help me in this regards
    Regard
    Rabi

    What is the status of your vm-02 server in VM manager?
    Have you checked the agent status on the vm-02 server?
    Regards
    Sebasitian

  • Oracle9i Enterprise Manager installation Problem on winXP Pro

    While installing CD2 of the Oracle9i Version-9.0.1.1.1 it gives the error that error in copying file on Oracle/Ora90/assistants/dbca/components/Transaction_processing.dfj .
    After this when I skipped this compnent installation and continued further after 100% completion it showed me in GUI that configuration Assistant could not be installed.. And finally showing the window that Oracle9i isntallation was unsuccessful. Please Help.

    Are you sure your installation software is complete and not corrupted? Another possible reason for failure is, target destination has run out of space. Transaction_processing.dfj is one of the predefined seed databases, maybe it cannot be copied because lack of space.
    Werner

  • E6 Manage installations Problem

    My Nokia E6 is a g8 phone. It has still some few bugs. I could live with them, but I can't take this one. When I install an app ore when I try to uninstall it, the phone just freezes. It's unusable for 30 sec’s, 1 min. I didn't have this problem on the E5. I tried soft reset, reinstall soft with OVI. But the problem is the same.
    What can be done?

    Would suggest that you backup E6-00 using Nokia Suite, then reset device to "Out of box" state by keying in *#7370# followed by 12345 (default Nokia lock code unless altered by user). Perhaps restore contacts only and try out texting/conversations before restoring device any further.
    Happy to have helped forum in a small way with a Support Ratio = 37.0

Maybe you are looking for

  • CharConversionException when displaying smart quotes

    My servlets are throwing a CharConversionException when I attempt to display "smart quotes." The quotes and other symbols (i.e. long hyphen) are entered into an online form when a user composes something in Word 2000 then copies/pastes it into a text

  • Can you use multiple plugins on one piece of media?

    can you use multiple plugins on one piece of media? ...so for example have one plugin for a UI control bar, another for tracking, and another for advertising? If this is possible how? What types of plugin would each plugin be and what sort of media e

  • Installed new iPod + iTunes, closed iTunes and can't open it

    I was running on 10.3.8, and QT 6.5.2 and iTunes 4.6. Installed to 10.3.9, QT 7.0, and ran the iPod installer, and installed QT 7.0.3, everything seemed to work fine. My iTunes updated and I pulled my music over to the iPod, then I ejected the ipod,

  • Creating JScrollPane with vertical scroll only...

    Anyone got any idea how to use a JScrollPane to perform vertical scrolling only? The components should be stacked vertically, as wide as the scrollpane and as high as they need to be. Is it only possible by adding a ComponentListener to the JScrollPa

  • After iTunes update all playlists gone

    I updated my iTunes, now all my playlists are gone and it changed it´s destination folder (It used to be my external hd now its on C). My music files are still on my external hd. I tried system restore but that didn't reset anything. How do I get my