OIM 9.1.0.2 wont start after upgrade

I have upgraded OIM 9.1.0.1 to 9.1.0.2 following the document from the patch.
On running xlStartWLS.cmd to start the WebLogic domain - The command window just closes off in a second. Below is the output from xlStartWLS.cmd command
I couldn't figure-out what could be the problem. The setup is on Windows Stand-Alone machine.
===================================================================================
C:\bea\user_projects\domains\OIM\bin>setlocal
C:\bea\user_projects\domains\OIM\bin>SET XLHOME=C:\OIM\xellerate
C:\bea\user_projects\domains\OIM\bin>SET EXT_POST_CLASSPATH=C:\OIM\xellerate\ext\jdbcpool-0.99.jar;C:\OIM\xellerate\lib\xlLogger.jar;C:\OIM\xellerate\ext\log4j-1.2.8.jar;C:\OIM\xellerate\lib\xlUtils.jar;C:\OIM\xellerate\lib\xlCrypto.jar;
C:\bea\user_projects\domains\OIM\bin>call C:/bea/user_projects/domains/OIM\bin\setDomainEnv.cmd
"Sun JAVA"
JAVA Memory arguments: -Xms1280m -Xmx1280m -XX:PermSize=128m -XX:MaxPermSize=256m
WLS Start Mode=Development
CLASSPATH=;C:\bea\patch_wlw1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_wls1030\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\patch_cie660\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\bea\JDK160~1\lib\tools.jar;C:\bea\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\bea\WLSERV~1.3\server\lib\weblogic.jar;C:\bea\modules\features\weblogic.server.modules_10.3.0.0.jar;C:\bea\WLSERV~1.3\server\lib\webservices.jar;C:\bea\modules\ORGAPA~1.5/lib/ant-all.jar;C:\bea\modules\NETSFA~1.0_1/lib/ant-contrib.jar;;C:\bea\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\bea\WLSERV~1.3\server\lib\xqrl.jar;C:\OIM\xellerate\ext\jdbcpool-0.99.jar;C:\OIM\xellerate\lib\xlLogger.jar;C:\OIM\xellerate\ext\log4j-1.2.8.jar;C:\OIM\xellerate\lib\xlUtils.jar;C:\OIM\xellerate\lib\xlCrypto.jar;;;
PATH=C:\bea\patch_wlw1030\profiles\default\native;C:\bea\patch_wls1030\profiles\default\native;C:\bea\patch_cie660\profiles\default\native;C:\bea\WLSERV~1.3\server\native\win\32;C:\bea\WLSERV~1.3\server\bin;C:\bea\modules\ORGAPA~1.5\bin;C:\bea\JDK160~1\jre\bin;C:\bea\JDK160~1\bin;C:\bea\patch_wlw1030\profiles\default\native;C:\bea\patch_wls1030\profiles\default\native;C:\bea\patch_cie660\profiles\default\native;C:\bea\WLSERV~1.3\server\native\win\32;C:\bea\WLSERV~1.3\server\bin;C:\bea\modules\ORGAPA~1.5\bin;C:\bea\JDK160~1\jre\bin;C:\bea\JDK160~1\bin;C:\oracle\OHTTP13\bin;C:\oracle\OHTTP13\jlib;C:\OraHome\bin;C:\OraHome\jdk\jre\bin\client;C:\OraHome\jlib;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\bea\WLSERV~1.3\server\native\win\32\oci920_8;C:\bea\WLSERV~1.3\server\native\win\32\oci920_8
* To start WebLogic Server, use a username and *
* password assigned to an admin-level user. For *
* server administration, use the WebLogic Server *
* console at http:\\hostname:port\console *
starting weblogic with Java version:
Starting WLS with line:
C:\bea\JDK160~1\bin\java -client -Xms1280m -Xmx1280m -XX:PermSize=128m -XX:MaxPermSize=256m -DXL.HomeDir=C:\OIM\xellerate -Djava.security.auth.login.config=C:\OIM\xellerate\config\authwl.conf -Dlog4j.configuration=file:/C:\OIM\xellerate/config/log.properties -Djava.awt.headless=true;\OIM\xellerate\ext\ojdbc14.jar -Xverify:none -da -Dplatform.home=C:\bea\WLSERV~1.3 -Dwls.home=C:\bea\WLSERV~1.3\server -Dweblogic.home=C:\bea\WLSERV~1.3\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\bea\patch_wlw1030\profiles\default\sysext_manifest_classpath;C:\bea\patch_wls1030\profiles\default\sysext_manifest_classpath;C:\bea\patch_cie660\profiles\default\sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=C:\bea\WLSERV~1.3\server\lib\weblogic.policy weblogic.Server
Error occurred during initialization of VM
Could not reserve enough space for object heap

Thanks Kevin. After reviewing the log file; the only problem I found is below.
But, all the other operations like copy/modify/create/delete went well. The complete log can be found Here
Do you think the upgrade Failed ? The log shows only it failed tried to delete nexaweb.log files
Thanks Much !
=========================================================================================
BUILD FAILED
C:\OIM\xellerate\Setup\setup.xml:448: The following error occurred while executing this line:
C:\OIM\xellerate\setup\***-setup.xml:266: Unable to delete file C:\OIM\xellerate\OIMApplications\WLNexaweb.ear\Nexaweb.war\logs\nexaweb.log
     at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:539)
     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:384)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
     at org.apache.tools.ant.Task.perform(Task.java:364)
     at org.apache.tools.ant.Target.execute(Target.java:341)
     at org.apache.tools.ant.Target.performTasks(Target.java:369)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
     at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
     at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
     at org.apache.tools.ant.Main.runBuild(Main.java:668)
     at org.apache.tools.ant.Main.startAnt(Main.java:187)
     at org.apache.tools.ant.Main.start(Main.java:150)
     at org.apache.tools.ant.Main.main(Main.java:240)
Caused by: C:\OIM\xellerate\setup\***-setup.xml:266: Unable to delete file C:\OIM\xellerate\OIMApplications\WLNexaweb.ear\Nexaweb.war\logs\nexaweb.log
     at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:594)
     at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:587)
     at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:587)
     at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:587)
     at org.apache.tools.ant.taskdefs.Delete.execute(Delete.java:498)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
     at org.apache.tools.ant.Task.perform(Task.java:364)
     at org.apache.tools.ant.Target.execute(Target.java:341)
     at org.apache.tools.ant.Target.performTasks(Target.java:369)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
     at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
     at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
     ... 12 more
--- Nested Exception ---
C:\OIM\xellerate\setup\***-setup.xml:266: Unable to delete file C:\OIM\xellerate\OIMApplications\WLNexaweb.ear\Nexaweb.war\logs\nexaweb.log
     at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:594)
     at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:587)
     at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:587)
     at org.apache.tools.ant.taskdefs.Delete.removeDir(Delete.java:587)
     at org.apache.tools.ant.taskdefs.Delete.execute(Delete.java:498)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
     at org.apache.tools.ant.Task.perform(Task.java:364)
     at org.apache.tools.ant.Target.execute(Target.java:341)
     at org.apache.tools.ant.Target.performTasks(Target.java:369)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
     at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:37)
     at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:382)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
     at org.apache.tools.ant.Task.perform(Task.java:364)
     at org.apache.tools.ant.Target.execute(Target.java:341)
     at org.apache.tools.ant.Target.performTasks(Target.java:369)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
     at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
     at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
     at org.apache.tools.ant.Main.runBuild(Main.java:668)
     at org.apache.tools.ant.Main.startAnt(Main.java:187)
     at org.apache.tools.ant.Main.start(Main.java:150)
     at org.apache.tools.ant.Main.main(Main.java:240)
Total time: 16 minutes 56 seconds
Edited by: Notorious Non-Confirmist on Sep 25, 2009 11:36 AM

Similar Messages

  • I Tunes for WIndows wont start after upgrade to 8.0.1

    I recently upgraded to iTunes 8.0.1.11. After upgrade, if for some reason I need to reboot my computer iTunes will not start. It took forever to finally figure out what it was. I couldn't sync my iPod, could not get on to iTunes , etc. I finally had to try to uninstall Bonjour to make it come up. The problem is that I can never fully uninstall Bonjour. It says I do not have sufficient privileges. It will be ok until I have to reboot again or turn off my computer. I then have to try to uninstall bonjour to make it come up again. Is there a fix for this bug so I don't have to go through the same procedure every time I reboot?

    As far as the sufficient privileges go.
    You may wish to temporarily disable User Access Control (UAC)
    This should then give you permission to complete the uninstall process like you have been doing. Also ensure you are an Administrator user on the account. That right away will cause the message to appear if you are not.
    You want to ensure this gets turned back on if you do not have adequate security protection such as
    -Firewall Software
    -Anti Virus Software
    -Spyware/Adaware Software
    To Turn UAC off in the easiest way possible
    -Launch Control Panel
    -Launch User Accounts
    In this Window you will see an option called "Turn User Access Control ON/OFF" Click on this. A simple pop up window will appear. If it has a check mark in the box. Un-check it. Reboot. UAC is now off.
    Windows security will notify you of this. Feel free to ignore it while you try to uninstall again. Repeat the steps above to turn it back on when you are ready.
    By any chance have you tried a Basic Uninstall of Apple Software? and then Run the iTunes Setup file in Administrator Mode?

  • Itunes wont start after upgrading for iPhone

    has anyone had this problem after upgrading itunes? I downloaded the new software and it appears to install fine (I even restarted my laptop) but when I click on itunes or quicktime, nothing happens. I've checked the processes list to see if its running and it shows that applemobiledevice.exe, ipodservice.exe, launchapplication.exe ituneshelper.exe are running. can anyone help? I'd really like to sync my calendar and contacts.
    thanks

    Hi chrisr2sf;
    Since this is the iPhone forum where you posted you might have more response if you post over in the iTunes for Windows forum instead.
    Allan

  • VIBE wont start after Upgrade to VIBE4

    Hello,
    I tried to upgrad our VIBE 3.4 to new Verson 4 how it is explained in documentation.
    If I try to start VIBE now I get the following error in catalina.out:
    Apr 23, 2015 12:24:08 PM org.apache.catalina.core.StandardService initInternal
    SEVERE: Failed to initialize connector [Connector[HTTP/1.1-8443]]
    org.apache.catalina.LifecycleException: Failed to initialize component [Connector[HTTP/1.1-8443]]
    at org.apache.catalina.util.LifecycleBase.init(Lifecy cleBase.java:106)
    at org.apache.catalina.core.StandardService.initInter nal(StandardService.java:559)
    at org.apache.catalina.util.LifecycleBase.init(Lifecy cleBase.java:102)
    at org.apache.catalina.core.StandardServer.initIntern al(StandardServer.java:821)
    at org.apache.catalina.util.LifecycleBase.init(Lifecy cleBase.java:102)
    at org.apache.catalina.startup.Catalina.load(Catalina .java:638)
    at org.apache.catalina.startup.Catalina.load(Catalina .java:663)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:95)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:56)
    at java.lang.reflect.Method.invoke(Method.java:620)
    at org.apache.catalina.startup.Bootstrap.load(Bootstr ap.java:280)
    at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:454)
    Caused by: java.lang.ExceptionInInitializerError
    at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:257)
    at javax.crypto.KeyAgreement.getInstance(Unknown Source)
    at com.ibm.jsse2.L.h(L.java:53)
    at com.ibm.jsse2.L.a(L.java:206)
    at com.ibm.jsse2.l$c.a(l$c.java:6)
    at com.ibm.jsse2.l.a(l.java:90)
    at com.ibm.jsse2.m.a(m.java:2)
    at com.ibm.jsse2.m.g(m.java:123)
    at com.ibm.jsse2.SSLServerSocketFactoryImpl.getSuppor tedCipherSuites(SSLServerSocketFactoryImpl.java:11 )
    at org.apache.tomcat.util.net.jsse.JSSESocketFactory. <clinit>(JSSESocketFactory.java:114)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:235)
    at org.apache.tomcat.util.net.jsse.JSSEImplementation .getServerSocketFactory(JSSEImplementation.java:47 )
    at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEnd point.java:388)
    at org.apache.tomcat.util.net.AbstractEndpoint.init(A bstractEndpoint.java:646)
    at org.apache.coyote.AbstractProtocol.init(AbstractPr otocol.java:434)
    at org.apache.coyote.http11.AbstractHttp11JsseProtoco l.init(AbstractHttp11JsseProtocol.java:119)
    at org.apache.catalina.connector.Connector.initIntern al(Connector.java:978)
    at org.apache.catalina.util.LifecycleBase.init(Lifecy cleBase.java:102)
    ... 12 more
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:235)
    ... 30 more
    Caused by: java.lang.SecurityException: Cannot locate policy or framework files!
    at javax.crypto.b.c(Unknown Source)
    at javax.crypto.b.access$600(Unknown Source)
    at javax.crypto.b$0.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Access Controller.java:341)
    ... 33 more
    Java: 1.7 from IBM ink. JCE
    Keystore worked in 3.4 before.
    Has anybody an idea how I could solve this problem?
    Thanks,
    Michael

    Hello Willem,
    appserver.log:
    015-04-23 14:25:03,680 ERROR [localhost-startStop-1] [org.springframework.web.context.ContextLoader] - Context initialization failed
    org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'sPropsUtil' defined in ServletContext resource [/WEB-INF/context/applicationContext.xml]: Cannot create inner bean 'org.kablink.teaming.util.encrypt.EncryptedClassPa thConfigFiles#862127bd' of type [org.kablink.teaming.util.encrypt.EncryptedClassPat hConfigFiles] while setting bean property 'config'; nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'org.kablink.teaming.util.encrypt.EncryptedClassPa thConfigFiles#862127bd' defined in ServletContext resource [/WEB-INF/context/applicationContext.xml]: Invocation of init method failed; nested exception is org.jasypt.exceptions.EncryptionInitializationExce ption: java.lang.NoClassDefFoundError: javax.crypto.b (initialization failure)
    at org.springframework.beans.factory.support.BeanDefi nitionValueResolver.resolveInnerBean(BeanDefinitio nValueResolver.java:287)
    at org.springframework.beans.factory.support.BeanDefi nitionValueResolver.resolveValueIfNecessary(BeanDe finitionValueResolver.java:122)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.applyPropertyValues(Abs tractAutowireCapableBeanFactory.java:1417)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.populateBean(AbstractAu towireCapableBeanFactory.java:1158)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.doCreateBean(AbstractAu towireCapableBeanFactory.java:519)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.createBean(AbstractAuto wireCapableBeanFactory.java:458)
    at org.springframework.beans.factory.support.Abstract BeanFactory$1.getObject(AbstractBeanFactory.java:2 96)
    at org.springframework.beans.factory.support.DefaultS ingletonBeanRegistry.getSingleton(DefaultSingleton BeanRegistry.java:223)
    at org.springframework.beans.factory.support.Abstract BeanFactory.doGetBean(AbstractBeanFactory.java:293 )
    at org.springframework.beans.factory.support.Abstract BeanFactory.getBean(AbstractBeanFactory.java:194)
    at org.springframework.beans.factory.support.Abstract BeanFactory.doGetBean(AbstractBeanFactory.java:286 )
    at org.springframework.beans.factory.support.Abstract BeanFactory.getBean(AbstractBeanFactory.java:194)
    at org.springframework.beans.factory.support.DefaultL istableBeanFactory.preInstantiateSingletons(Defaul tListableBeanFactory.java:615)
    at org.springframework.context.support.AbstractApplic ationContext.finishBeanFactoryInitialization(Abstr actApplicationContext.java:932)
    at org.springframework.context.support.AbstractApplic ationContext.refresh(AbstractApplicationContext.ja va:479)
    at org.springframework.web.context.ContextLoader.conf igureAndRefreshWebApplicationContext(ContextLoader .java:410)
    at org.springframework.web.context.ContextLoader.init WebApplicationContext(ContextLoader.java:306)
    at org.springframework.web.context.ContextLoaderListe ner.contextInitialized(ContextLoaderListener.java: 112)
    at org.kablink.teaming.spring.web.context.ContextLoad erListener.contextInitialized(ContextLoaderListene r.java:55)
    at org.apache.catalina.core.StandardContext.listenerS tart(StandardContext.java:4992)
    at org.apache.catalina.core.StandardContext.startInte rnal(StandardContext.java:5490)
    at org.apache.catalina.util.LifecycleBase.start(Lifec ycleBase.java:150)
    at org.apache.catalina.core.ContainerBase.addChildInt ernal(ContainerBase.java:901)
    at org.apache.catalina.core.ContainerBase.addChild(Co ntainerBase.java:877)
    at org.apache.catalina.core.StandardHost.addChild(Sta ndardHost.java:649)
    at org.apache.catalina.startup.HostConfig.deployDescr iptor(HostConfig.java:672)
    at org.apache.catalina.startup.HostConfig$DeployDescr iptor.run(HostConfig.java:1862)
    at java.util.concurrent.Executors$RunnableAdapter.cal l(Executors.java:483)
    at java.util.concurrent.FutureTask.run(FutureTask.jav a:274)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1157)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:627)
    at java.lang.Thread.run(Thread.java:801)
    Caused by: org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'org.kablink.teaming.util.encrypt.EncryptedClassPa thConfigFiles#862127bd' defined in ServletContext resource [/WEB-INF/context/applicationContext.xml]: Invocation of init method failed; nested exception is org.jasypt.exceptions.EncryptionInitializationExce ption: java.lang.NoClassDefFoundError: javax.crypto.b (initialization failure)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.initializeBean(Abstract AutowireCapableBeanFactory.java:1512)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.doCreateBean(AbstractAu towireCapableBeanFactory.java:521)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.createBean(AbstractAuto wireCapableBeanFactory.java:458)
    at org.springframework.beans.factory.support.BeanDefi nitionValueResolver.resolveInnerBean(BeanDefinitio nValueResolver.java:276)
    ... 31 more
    Caused by: org.jasypt.exceptions.EncryptionInitializationExce ption: java.lang.NoClassDefFoundError: javax.crypto.b (initialization failure)
    at org.jasypt.encryption.pbe.StandardPBEByteEncryptor .initialize(StandardPBEByteEncryptor.java:638)
    at org.jasypt.encryption.pbe.StandardPBEStringEncrypt or.initialize(StandardPBEStringEncryptor.java:532)
    at org.jasypt.encryption.pbe.StandardPBEStringEncrypt or.encrypt(StandardPBEStringEncryptor.java:585)
    at org.kablink.util.encrypt.ExtendedPBEStringEncrypto r.encrypt(ExtendedPBEStringEncryptor.java:105)
    at org.kablink.teaming.util.encrypt.EncryptedClassPat hConfigFiles.afterPropertiesSet(EncryptedClassPath ConfigFiles.java:169)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.invokeInitMethods(Abstr actAutowireCapableBeanFactory.java:1571)
    at org.springframework.beans.factory.support.Abstract AutowireCapableBeanFactory.initializeBean(Abstract AutowireCapableBeanFactory.java:1509)
    ... 34 more
    Caused by: java.lang.NoClassDefFoundError: javax.crypto.b (initialization failure)
    at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:175)
    at javax.crypto.SecretKeyFactory.getInstance(Unknown Source)
    at org.jasypt.encryption.pbe.StandardPBEByteEncryptor .initialize(StandardPBEByteEncryptor.java:597)
    ... 40 more
    Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
    at javax.crypto.b.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:235)
    at javax.crypto.KeyAgreement.getInstance(Unknown Source)
    at com.ibm.jsse2.L.h(L.java:53)
    at com.ibm.jsse2.L.a(L.java:206)
    at com.ibm.jsse2.l$c.a(l$c.java:6)
    at com.ibm.jsse2.l.a(l.java:90)
    at com.ibm.jsse2.m.a(m.java:2)
    at com.ibm.jsse2.m.g(m.java:123)
    at com.ibm.jsse2.SSLServerSocketFactoryImpl.getSuppor tedCipherSuites(SSLServerSocketFactoryImpl.java:11 )
    at org.apache.tomcat.util.net.jsse.JSSESocketFactory. <clinit>(JSSESocketFactory.java:114)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.j ava:235)
    at org.apache.tomcat.util.net.jsse.JSSEImplementation .getServerSocketFactory(JSSEImplementation.java:47 )
    at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEnd point.java:388)
    at org.apache.tomcat.util.net.AbstractEndpoint.init(A bstractEndpoint.java:646)
    at org.apache.coyote.AbstractProtocol.init(AbstractPr otocol.java:434)
    at org.apache.coyote.http11.AbstractHttp11JsseProtoco l.init(AbstractHttp11JsseProtocol.java:119)
    at org.apache.catalina.connector.Connector.initIntern al(Connector.java:978)
    at org.apache.catalina.util.LifecycleBase.init(Lifecy cleBase.java:102)
    at org.apache.catalina.core.StandardService.initInter nal(StandardService.java:559)
    at org.apache.catalina.util.LifecycleBase.init(Lifecy cleBase.java:102)
    at org.apache.catalina.core.StandardServer.initIntern al(StandardServer.java:821)
    at org.apache.catalina.util.LifecycleBase.init(Lifecy cleBase.java:102)
    at org.apache.catalina.startup.Catalina.load(Catalina .java:638)
    at org.apache.catalina.startup.Catalina.load(Catalina .java:663)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Nativ e Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Native MethodAccessorImpl.java:95)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(De legatingMethodAccessorImpl.java:56)
    at java.lang.reflect.Method.invoke(Method.java:620)
    at org.apache.catalina.startup.Bootstrap.load(Bootstr ap.java:280)
    at org.apache.catalina.startup.Bootstrap.main(Bootstr ap.java:454)
    Caused by: java.lang.SecurityException: Cannot locate policy or framework files!
    at javax.crypto.b.c(Unknown Source)
    at javax.crypto.b.access$600(Unknown Source)
    at javax.crypto.b$0.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Access Controller.java:341)
    ... 33 more
    2015-04-23 14:25:03,690 ERROR [localhost-startStop-1] [org.kablink.teaming.web.servlet.listener.ContextLi stenerPostSpring] - Error during startup
    java.lang.NullPointerException
    at org.kablink.teaming.util.SpringContextUtil.getBean (SpringContextUtil.java:117)
    at org.kablink.teaming.web.servlet.listener.ContextLi stenerPostSpring.getZoneModule(ContextListenerPost Spring.java:145)
    at org.kablink.teaming.web.servlet.listener.ContextLi stenerPostSpring.initZones(ContextListenerPostSpri ng.java:137)
    at org.kablink.teaming.web.servlet.listener.ContextLi stenerPostSpring.contextInitialized(ContextListene rPostSpring.java:62)
    at org.apache.catalina.core.StandardContext.listenerS tart(StandardContext.java:4992)
    at org.apache.catalina.core.StandardContext.startInte rnal(StandardContext.java:5490)
    at org.apache.catalina.util.LifecycleBase.start(Lifec ycleBase.java:150)
    at org.apache.catalina.core.ContainerBase.addChildInt ernal(ContainerBase.java:901)
    at org.apache.catalina.core.ContainerBase.addChild(Co ntainerBase.java:877)
    at org.apache.catalina.core.StandardHost.addChild(Sta ndardHost.java:649)
    at org.apache.catalina.startup.HostConfig.deployDescr iptor(HostConfig.java:672)
    at org.apache.catalina.startup.HostConfig$DeployDescr iptor.run(HostConfig.java:1862)
    at java.util.concurrent.Executors$RunnableAdapter.cal l(Executors.java:483)
    at java.util.concurrent.FutureTask.run(FutureTask.jav a:274)
    at java.util.concurrent.ThreadPoolExecutor.runWorker( ThreadPoolExecutor.java:1157)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:627)
    at java.lang.Thread.run(Thread.java:801)
    Michael

  • Excel wont start after upgrading to Office 2007

    just installed office 2007 now i get this error anytiem i launch BPC for Excel - SYSTEM ERROR &H8000405 -- i click OK and it says out of memory. Anyone encounter this before?
    Edited by: sapbpc70 on Oct 27, 2009 8:27 PM

    After the upgrade of Excel to 2007 did you reinstall the SAP BPC client?
    If not I suggest to do it because actually the SAP BPC is an add ins into excel.
    So in this case after the upgrade is possible that some register dll of SAP BPC to be into a bad status regarding registration.
    Also make sure you have installed into application server  Ofiice 2007 data connectivoty cpomponents.
    http://www.microsoft.com/downloads/details.aspx?FamilyID=7554F536-8C28-4598-9B72-EF94E038C891&displaylang=en
    Regards
    Sorin Radulescu

  • Wont start after upgrade

    Upgraded 1st gen ipad to iOS 4.3.2, then attemped to restore to factory. No issues previously but system was running slow.
    When connected to computer (PC running win7) itunes says that there may be an malfunction and to take it to an Apple store.

    just looked at "there is a problem with your device" thread, that seems to be my problem also so i will be following the updates on there

  • ITunes wont start After upgrading to 6.0

    I just updated to 6.0 and now when i clicked on the itunes icon it comes up with a send error report box. I tried downgrading to 5.01 and the same probume happens. i re installed 6.0 7 times and the same probume happens. So i currently have 6.0 installed. Again iTunes dosent even open up. Any ideas on getting it to work anyone?
    Thanks in advanced
    -Kyle
    EDIT:my PC crashed during instlliation if this could effect anything.

    hi y'all!
    first try a careful QT 7.0.3 reinstall. see:
    b noir, "QuickTime Installation FAILED!! "Error Code: -1"" #1, 09:31am Oct 22, 2005 CDT
    but if no joy with that, try the following more rigorous technique:
    b noir, "itunes won't open, tried all the suggestions here" #13, 10:08pm Nov 5, 2005 CDT
    keep us posted.
    love, b

  • My System wont start after setting FSB to 200

    My System wont start after I'd set my FSB to 200,
    when the system starts, nothing comes up, and my Pc screen LED just blinks,
    I have tryed to reseting the Bios but it doesn't help, have also tryed with new RAM and new Graphiccard but it doesnt help.
    Please help me:-(
    Am I resetting the Bios wrong? I set the jumper to safe mode and 100mhz, then I use the jumper to clear the CMOS. And the restart at set the jumpers back
    3ghz AMD BARTON
    NVIDIA nforce2 k7bn2 Delta
    512 DDR RAM PCI3200
    300WATT

    Quote
    Originally posted by roobster
    set the multiplier lower , FSB(200) X multiplier (ex.10.5) = 2100 MHz , and your voltage raise it a bit too let say 1,700 ( default is 1.650 ) If this doesn't work at once , keep booting . My rig started up after 5 times . Strange but true .
    does not work if he has a 3000.
    they are multiplier locked.

  • Intel imac wont start after changing permission

    intel imac wont start after i changed my hard drive permission to let me read and write, then i clicked apply to all enclosed files.i turned it off no problem. then it never started up again in os x. the grey screen with apple logo appears,then after a minute it restarts, and will keep doing that if i let it. i can start up in windows xp, but i dont know how to do anything in windows xp that will affect os x. i can use the hard drive in target mode, but i cant figure out how that can help me. i use a macbook to view target disk. ive spent hours looking through help and support. finally i do not have the os install disks. PLEASE HELP!

    My apologies for the inept instructions.
    Restart normally. Open Terminal in the Utilities folder. Paste the commands in the Terminal application to avoid typos:
    sudo su
    Press RETURN. Enter your admin password when prompted.  It will not be echoed to the screen. Press RETURN again. Now paste each of the following at the prompt and press RETURN after each.
    chown root:admin /Applications
    chmod 0775 /Applications
    chown root:admin /Library
    chmod 1775 /Library
    chown root:admin /System
    chmod 0775 /System
    chown root:admin /Users
    chmod 0775 /Users
    chmod -R -N /Applications
    chown -R :admin /Applications/*
    Again, my apologies.

  • Portege Z930-118 wont start after BIOS update

    my PORTG Z930-118 failover and wont start after i upgrading in middle of upgrade i remove power and press shutdown bottom after that i see the power and wireless but screen still black ?
    Any help please

    Hmmmm.... BIOS upgrade interruption has screwed up BIOS and thats the reason why your notebook doesn't start properly. BIOS is damaged now.
    In such case you need professional help by authorized Toshiba service provider.
    On this forum you can find many threads about similar problems. Some people have tried to fix this alone and if you are interested to read how one other forum user has fixed it check please this thread.
    Ayway, you can contact nearest Toshiba service, explain the situation and ask for help.

  • 770-G45 wont start after ShutDown

    Recently installed MSI 770-G45, problem starts when i regulary shutdown comp. from WinXP or Win7 64-bit.Computer wont start after that, like ther is no power, fans dont spin, no bips, NOTHING. I got to unplug power cord and plugg it again into psu, after that it starts normaly.
    Strange thing is that computer starts normally when i manualy shutdown system(holding the power button on the case).There is no exception, starts perfectly evry time after manual shutdown, no need to unplugg powercord.
    Rest of my components> Phenom II X2 555BE, Kingston 2GB 1333mhz, Sapphire 5770, HDD WD 250gb,PSU Corsair TX 650w.
    Tried to change power cord, tried other PSU, other case (tought its maybe power button but no), changed mobo battery, installed several OS versions (XP, Win7) and still dont have solution.
    MS 7599 ver. 2.0
    Bios version 10.2
    MoBo is new bought it 3 days ago.
    PLEASE HELP!!!!!

    First: It is important to clear CMOS after a BIOS update. Unplug power cable before the clearing, as there can be no power in the system
    Second: Rebuild the system, but outside the case. Use only PSU, motherboard, processor, one stick of memory and graphics card. If it works better then, you may have a short, from a stand-off too many, or poorly isolated wire somewhere.
    But I second it sounds like a motherboard problem. You'd better contact the one who sold it to you.
    Oh, an oldie thing! You will need to install Windows again, with the new motherboard and all.

  • SSMS wont start after Installing SQLServer

    Hello,
     After SSMS wont start after updating VS2012. I have unistallled and installed a number of times but the error message I keep getting indicates that Visual Studio shell Isolated is missing. I have tried to install this directly from the set up dvd but
    no success.
    Also I noticed that VSShell is missing in the C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn.
    I am assuming that this has something to do with it.
    Can someone please tell me how to fix this?
    Thank you.
    here is the error message received

    Hi,
    Try the below solution and see how it works.
    Note: Take a backup of the key before make any changes on the registry keys.
    http://support.microsoft.com/kb/322756
    Start regedit.exe
    Go to HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio
    Delete 12.0_Config
    Restart ssms.exe
    Here is the original thread:
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/aeff13b3-3960-4724-bb9a-7e585651d7f4/sql-server-2012-error
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Safari wont start after i installed avi player any suggestions?

    safari wont start after i installed a avi player any suggestions?

    You may have installed the "VSearch" trojan. Remove it as follows.
    Malware is always changing to get around the defenses against it. These instructions are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data before proceeding.
    Step 1
    From the Safari menu bar, select
              Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including any that have the word "Spigot," "Trovi," or "Conduit" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Reset the home page and default search engine in all the browsers, if it was changed.
    Step 2
    Triple-click anywhere in the line below on this page to select it:
    /Library/LaunchAgents/com.vsearch.agent.plist
    Right-click or control-click the line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item named "com.vsearch.agent.plist" selected. Drag the selected item to the Trash. You may be prompted for your administrator login password.
    Repeat with each of these lines:
    /Library/LaunchDaemons/com.vsearch.daemon.plist
    /Library/LaunchDaemons/com.vsearch.helper.plist
    Restart the computer and empty the Trash. Then delete the following items in the same way:
    /Library/Application Support/VSearch
    /System/Library/Frameworks/VSearch.framework
    ~/Library/Internet Plug-Ins/ConduitNPAPIPlugin.plugin
    Some of these items may be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    The problem may have started when you downloaded and ran an application called "MPlayerX." That's the name of a legitimate free movie player, but the name is also used fraudulently to distribute VSearch. If there is an item with that name in the Applications folder, delete it, and if you wish, replace it with the genuine article from mplayerx.org.
    This trojan is often found on illegal websites that traffic in pirated content such as movies. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Internet criminal behind VSearch has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing has not done so, even though it's aware of the problem. This failure of oversight has compromised both Gatekeeper and the Developer ID program. You can't rely on Gatekeeper alone to protect you from harmful software.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.

  • Im having major problems syncing my iphone 4 to itunes, this problem started after upgrading to ios 5. I have upgraded my itunes, turned sync by wifi on and off but still nothing. Everytime I try to sync my iphone it just says sync cancelled. Please help!

    Im having major problems syncing my iphone 4 to itunes, this problem started after upgrading to ios 5. I have upgraded my itunes, turned sync by wifi on and off but still nothing. Everytime I try to sync my iphone it just says sync cancelled. Please help.....

    I'm having the same problem ! Each time the sync starts it suddenly stops and says finished syncing

  • My LaCie external hard drive connected to Time Machine for data backup drops it's connection and a error message displays tell me that I did not properly disconnect the device.  This started after upgrading to OSX10.6.7.

    My La Cie external hard drive drops it's connection after mounting on my iMac computer.  This problem seems to have started after upgrading to OSX10.6.7.  When I turn on my computer and than turn on the external hard drive the hard drive mounts to my disk top without any problem, but when I bring up Mail or Safari the hard drive drops its connection.  Is there a fix for this problem?  Hope someone can help.

    The connection to 10.6.7 may just be a coincidence.  I had a similar problem with a disk and was about to throw it out but decided to try a different USB cable.  That fixed the problem and the drive is still in use.
    Try a new cable if you have not already done so.
    Dave

Maybe you are looking for

  • How to print in atable

    Hi, I have requirement like when the condition satisfies it needs to print details in atabular format in output. Now I am just getting details not in any particular format, which is in while loop. Can you help me. import java.io.File; public class Ma

  • Is there no professional DVD program running on Mavericks?

    DVD studio Pro and Adobe Encore is not working on Mavericks. You can't no longer install a Power PC program on Mavericks, therefor DVD studio Pro is out. Right now you cant do a professional DVD with a Mac running on Mavericks? Why have Apple stopped

  • How can to show picture in my dynamic page?

    I have a dynamic page where I want to show a logotype or picture in the header same than a template, how can to do it? thank by any idea.

  • Document/Information on infotype 0342 and 0343

    Dear all, I would like to know where can I find the document on specific infotype? For example, 0342 and 0343, I find that they cannot input directly, but have no idea what the role they play in the system and would like to find out. Any pointer will

  • Please Help With My Headache

    Hey there! Here's my problem: We have an old mac pc, it's a G3 Blueberry that is running OS 8.6. The processor speed is 333mhz. Our objective is to insert a new memory module into the open slot for it, this is in order for us to be able to upgrade th