Jcontrol.exe stops with Error executing Bootstrap Node in EP

Hello Everybody,
We have Enterprise Portal 6.0 installed on our system with 1 GB RAM .The jcontrol.exe gets stopped in MMC ,the developer trace gives the error :
Error executing Bootstrap Node
Iam trying to restore Portal Application on another server with 2 GB RAM.I have taken OS level Offline backup of the system and restored it on another server of 2GB RAM.After that when I boot the server again
jcontrol.exe gets stopped giving the same problem in developer trace:
Error executing bootstrap node
I want to change memory parameters for the system through configtool as given in note 723909 but iam even not able to connect to configtool,while connecting to configtool the error message given is
Error connecting to DB
Although i hv manually through command prompt shutdown and started the database but still gives the same problem?
How to change the various memory parameters then? Kindly revert at earliest.Kindly revert to the issue at earliest as this is urgent and iam struggling with this issue since many day.Ur reply if found useful shall be awarded points.
Regards,
Saumya

Hi,
I would go with Michael's suggestion about system copy. I don't think just copying the files from one machine to another would serve the purpose. Let's not forget it's a totally different server all together and while installations, there are references to hostnames.
Java system copy would be an ideal solution or i would suggest you to go for an upgrade of the same old server for RAM related issues.
Regards,
Sunil

Similar Messages

  • J2E instance not up/jcontrol.exe stopped after DB password changes

    Hi,
    i have changed my MAXDB user(SAPJ2EDB) password in config tool in secure store node (parameter: jdbc/pool/J2E/Password). After the password changes, when i re-started the server, my J2E instance is not started running. The jcontrol.exe file is stopped with the following trace log
    trace file log
    JStartupStartJLaunch: program = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> arg[02] = -DSAPINFO=J2E_02_bootstrap
    -> arg[03] = -file=C:\usr\sap\J2E\JC02\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3124
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> lib path = PATH=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC02\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    [Thr 1708] Wed Jan 17 18:33:59 2007
    [Thr 1708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1452]
    [Thr 1708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 1708] JControlCloseProgram: started (exitcode = 66)
    [Thr 1708] JControlCloseProgram: good bye... (exitcode=66)
    Bootstrp file log below
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0256613].
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:147)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:66)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination
         at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
         at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:852)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:511)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:375)
         at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:313)
         at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:108)
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:577)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Bootstrap module]> Problem occured while performing synchronization.
    From the system log, i noticed ,
    log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#-4008#08004#[-4008]: Unknown user name/password combination#jdbc:sapdb://us21217509/J2E?timeout=0&spaceoption=true&unicode=true#<null>#
    because of the changes done by me in config tool, the username / password combination is not considered by the system properly i think. Anyways not sure what went on wrong ?
    Any idea ?
    Raja

    If so , then how do i do it at database level .
    Also today i noticed the simillar problem in SDN.but solution is not provided there
    Changed password of SAPJ2EDB user, cannot start WAS 6.40 anymore
    When i search sap.dom fo the same ( as per the above thread says ) , i could see few relevant documents(http://help.sap.com/saphelp_nw2004s/helpdata/en/cd/14c93ec2f7df6ae10000000a114084/frameset.htm ) , but not able to follow the instructions. because i couldnt able to open the visual admin to create new user or group .
    Any one have any idea ?
    Thanks
    Raja S

  • J2E instance not working / jcontrol.exe stopped after DB password changes

    Hi,
    i have changed my MAXDB user(SAPJ2EDB) password in config tool in secure store node (parameter: jdbc/pool/J2E/Password). After the password changes, when i re-started the server, my J2E instance is not started running. The jcontrol.exe file is stopped with the following trace log
    trace file log
    JStartupStartJLaunch: program = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[00] = C:\usr\sap\J2E\JC02/j2ee/os_libs/jlaunch.exe
    -> arg[01] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> arg[02] = -DSAPINFO=J2E_02_bootstrap
    -> arg[03] = -file=C:\usr\sap\J2E\JC02\j2ee\cluster\instance.properties
    -> arg[04] = -nodeName=bootstrap
    -> arg[05] = -nodeId=-1
    -> arg[06] = -syncSem=JSTARTUP_WAIT_ON_3124
    -> arg[07] = -jvmOutFile=C:\usr\sap\J2E\JC02\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=C:\usr\sap\J2E\JC02\work\std_bootstrap.out
    -> arg[09] = -locOutFile=C:\usr\sap\J2E\JC02\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=C:\usr\sap\J2E\SYS\profile\J2E_JC02_us21217509
    -> lib path = PATH=C:\j2sdk1.4.2_08\jre\bin\server;C:\j2sdk1.4.2_08\jre\bin;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    -> exe path = PATH=C:\j2sdk1.4.2_08\bin;C:\usr\sap\J2E\JC02\j2ee\os_libs;c:\sapdb\programs\bin;c:\sapdb\programs\pgm;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Support Tools\;C:\Program Files\Schlumberger\Smart Cards and Terminals\Cyberflex Access Kits\v4\;C:\Program Files\Executive Software\Diskeeper\;C:\usr\sap\J2E\SCS03\exe;C:\usr\sap\J2E\JC02\exe;C:\usr\sap\J2E\SYS\exe\run
    [Thr 1708] Wed Jan 17 18:33:59 2007
    [Thr 1708] *** ERROR => invalid return code of process [bootstrap] (exitcode=66) [jstartxx.c   1452]
    [Thr 1708] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=66)
    [Thr 1708] JControlCloseProgram: started (exitcode = 66)
    [Thr 1708] JControlCloseProgram: good bye... (exitcode=66)
    Bootstrp file log below
    Bootstrap MODE:
    <INSTANCE GLOBALS>
    determined by parameter [ID0256613].
    Exception occured:
    com.sap.engine.bootstrap.SynchronizationException: Database initialization failed! Check database properties!
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:422)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    ==[ Caused by: ]==----
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:360)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:125)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
         at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:147)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:236)
         at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:49)
         at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:66)
         at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:419)
         at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:144)
         at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:814)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: com.sap.dbtech.jdbc.exceptions.DatabaseException: [-4008]: Unknown user name/password combination
         at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:72)
         at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:852)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:511)
         at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:375)
         at com.sap.dbtech.jdbc.ConnectionSapDB.doConnect(ConnectionSapDB.java:313)
         at com.sap.dbtech.jdbc.ConnectionSapDB.<init>(ConnectionSapDB.java:108)
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:189)
         at com.sap.sql.jdbc.NativeConnectionFactory.createNativeConnection(NativeConnectionFactory.java:219)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.createPooledConnection(OpenSQLDataSourceImpl.java:577)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getPooledConnection(OpenSQLDataSourceImpl.java:263)
         at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:302)
         ... 14 more
    [Bootstrap module]> Problem occured while performing synchronization.
    From the system log, i noticed ,
    log.OpenSQLResourceBundle#SQL error occurred on connection : code={0,number,integer}, state="", message="".#5#-4008#08004#[-4008]: Unknown user name/password combination#jdbc:sapdb://us21217509/J2E?timeout=0&spaceoption=true&unicode=true#<null>#
    because of the changes done by me in config tool, the username / password combination is not considered by the system properly i think. Anyways not sure what went on wrong ?
    Any idea ?
    Raja S

    Hi,
    You changed the password in J2EE instance , however maybe the change didn't go thru into the Database.
    You need to change the database password, check this link
    http://dev.mysql.com/doc/maxdb/en/ba/64b3403a493f5fe10000000a155106/frameset.htm
    Regards,
    Siddhesh

  • J2EE Server does not start  -  jcontrol.exe  stopped

    Hello,
    I have read a lot of messages on this topic on SDN. But I did not find any dealing exactly with my problem.
    Indeed, I got these two following errors :
    <b>** in log file dev_bootstrap</b> :
    [Thr 3720] *** ERROR => JHVM_LoadJavaVM: Cannot create Java VM (rc=-6) [jhvmxx.c     485]
    [Thr 3720] *** ERROR => Cannot load Java VM (server) (rc=-1) [jlnchxxi.c   591]
    [Thr 3720] JLaunchCloseProgram: good bye (exitcode=-1)
    and
    <b>** in log file dev_jcontrol :</b>
    [Thr 2288] *** ERROR => invalid return code of process [bootstrap] (exitcode=-1) [jstartxx.c   1452]
    [Thr 2288] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc=-1)
    [Thr 2288] JControlCloseProgram: started (exitcode = -1)
    [Thr 2288] JControlCloseProgram: good bye... (exitcode=-1)
    Does any one met this problem?
    I thank you in davance for the help you could give me.
    Regards.
    Karine TAVERNIER

    Hello Dan,
    I can only thank you!
    It was not easy to solve that problem, because people who installed that SAP instance has left the company, without having given any documentation or information.
    Then, thanks to OSS notes 723909/716604/736557, I solved my problem.
    What I did :
    As "my server" (MS Windows 2000) only got 500 Mo of RAM!, I must adapted some values, compraing with SAP notes.
    According to note 723909, for the dispatcher node, I increased the heap size to 70 Mo to 170 Mo .
    According to note 716604, for the serverID, I put the PermSize and MaxPermsize to 192 Mo.
    I decreased the Max Heap Size from 256 to 128 Mo.
    And the most important to my mind, as described in note 736557, I suppressed in file <i>instance.properties</i>, the line <i>bootstrap.MaxHeapSize=0</i> (and not 16 as in note!).
    Through the config tool, I put this value to 128 (instance node, instance_IDxx / Message Server & Bootstrap -> Max heap size).
    Then, at last, the J2EE Server started.
    I think some values may be changed to improve the respone time or the general behaviour of the application.
    I hope this message may help some other people.
    Many thanks.
    Kind regards.
    Karine.<i></i><i></i>

  • NWCE 7.1 EHP1 installation - server0 stopped with error code 2150

    Hi All,
    ***I try to install NWCE 7.1 EHP1 with Oracle 10.2 on Windows Server 2003 Enterprise X64. On phase 29 of 40 Start Java Engine, it gives me this error:*****
    WARNING[E] 2010-08-11 13:18:27.468
    CJS-30222  Java process server0 of instance MII/J00 increased error count to 1. Giving up.
    ERROR 2010-08-11 13:18:27.593
    FCO-00011  The step startJava with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_StartJava|ind|ind|ind|ind|8|0|startJava was executed with status ERROR .
    WARNING 2010-08-11 13:18:27.687
    Could not get property IDs of the JavaScript object.
    ERROR 2010-08-11 13:18:27.687
    FJS-00010  Could not get value for property .
    ****I checked it on MMC and server0 stopped with error code 2150 (Core service start fails on initial startups )*****
    std_server0 is here:
    node name   : server0
    host name   : sapmii
    system name : MII
    system nr.  : 00
    started at  : Wed Aug 11 13:19:10 2010
    JVMX version - Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode)
    (CompilerOracle read from file D:\usr\sap\MII\J00\exe\sapjvm_5\jre\.hotspot_compiler )
    (CompilerOracle exclude com/sun/tools/javac/code/SymbolMethodSymbol overrides)
    The active factory is : com.sap.engine.boot.loader.StandardClassLoaderFactory
    Class loading cache information loaded from package index [D:\usr\sap\MII\J00\j2ee\cluster\bin\index.list]
    Reading kernel properties from kernelProperties.bin file...
       Checked the data for 15 ms
       Read the objects for 93 ms
       Substituted the values for 16 ms
    Finished reading kernel objects for 109 ms
    Startup mode [NORMAL] and action [NONE] read
    AS Java version [7.11.3710.34306.20081117170308] is starting server process [ID7616850] on host [sapmii]...
    Loading [LogManager]... [31] ms
    Loading [PoolManager]... [0] ms
    Loading [ApplicationThreadManager]... [47] ms
    Loading [ThreadManager]... [0] ms
    Loading [ClassLoaderManager]... [32] ms
    Loading [ClusterManager]... [140] ms
    Loading [LockingManager]... [31] ms
    Loading [ConfigurationManager]... [1000] ms
    Loading [CacheManager]... [GC [ParNew: 436736K->8479K(655104K), 0.0153459 secs] 436736K->8479K(5024512K), 0.0154061 secs]
    [47] ms
    Loading [DatabaseManager]... [203] ms
    Loading [SessionManager]... [141] ms
    Loading [LicensingManager]... [16] ms
    Loading [ServiceManager]...
    Initialize components for : 312 ms.
    Resolve components for : 31 ms.
    Load components for 1953 ms.
    Loading services.
    Calculate startup service set for 125 ms.
      Service [r3startup] started. [0] ms / [0] CPU ms
      Service [tc~je~content~classification~handler] started. [0] ms / [0] CPU ms
      Service [webservices] started. [0] ms / [0] CPU ms
      Service [tc~esi~uddi~content~handler] started. [0] ms / [0] CPU ms
      Service [engine.dsr.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~cross~api] started. [0] ms / [0] CPU ms
      Service [engine.lm.log.facade] started. [0] ms / [0] CPU ms
      Service [tc~je~mngt_model~srv] started. [0] ms / [0] CPU ms
      Service [tc~je~security~api] started. [0] ms / [0] CPU ms
      Service [cluster] started. [16] ms / [0] CPU ms
      Service [runtimeinfo] started. [16] ms / [0] CPU ms
      Service [jmx_notification] started. [31] ms / [15] CPU ms
      Service [userstore] started. [47] ms / [0] CPU ms
      Service [memory] started. [63] ms / [15] CPU ms
      Service [timeout] started. [78] ms / [31] CPU ms
      Service [cross] started. [94] ms / [46] CPU ms
      Service [log_configurator] started. [94] ms / [31] CPU ms
      Service [locking] started. [0] ms / [0] CPU ms
      Service [tc~sec~destinations~provider] started. [125] ms / [109] CPU ms
      Service [p4] started. [62] ms / [62] CPU ms
      Service [classload] started. [0] ms / [0] CPU ms
      Service [classload.facade] started. [0] ms / [0] CPU ms
      Service [msp] started. [16] ms / [15] CPU ms
      Service [classpath_resolver] started. [16] ms / [15] CPU ms
      Service [deploy] start ================= ERROR =================
    java.lang.IllegalArgumentException: No enum const class com.sap.engine.services.deploy.container.ComponentReference.SERVu0130CE
         at java.lang.Enum.valueOf(Enum.java:196)
         at com.sap.engine.services.deploy.container.ComponentReference.valueOf(ComponentReference.java:18)
         at com.sap.engine.services.deploy.server.Component.<init>(Component.java:44)
         at com.sap.engine.services.deploy.server.Component.create(Component.java:60)
         at com.sap.engine.services.deploy.server.properties.impl.PropManagerImpl.readStandardAppRefs(PropManagerImpl.java:497)
         at com.sap.engine.services.deploy.server.properties.impl.PropManagerImpl.<init>(PropManagerImpl.java:234)
         at com.sap.engine.services.deploy.server.properties.PropManagerFactory.initInstance(PropManagerFactory.java:27)
         at com.sap.engine.services.deploy.server.DeployServiceFrame.start(DeployServiceFrame.java:56)
         at com.sap.engine.core.service630.container.ServiceRunner.startFrame(ServiceRunner.java:155)
         at com.sap.engine.core.service630.container.ServiceRunner.startService(ServiceRunner.java:113)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:60)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:162)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:260)
    FATAL: Critical shutdown with exit code [2150] was requested due to [AS Java cannot be started; core service [deploy] failed to start]
    ****What is the problem and how can I solve the problem.*****
    Thanks.

    Hi,
      Based on the Java trouble shooting guide 'error 2150' indicates that a core service failed to start. http://wiki.sdn.sap.com/wiki/display/TechTSG/(JSTTSG)(Kernel)ExitCodes. Based on the threads below it could be Oracle listener related.
    Re: FCO-00011 error occurred when install ECC6.0 SR3 IDES on Win2003_X64
    Problem installing JAVA WAS - ERP 7.0 (EHP4) - NW 7.01 - RHEL 5.3 - ORACLE
    HTH.
    O.

  • J2EE Engine Stopped with Error 11113

    Hi All,
    After I changed some values in the Portal UME to connect to ECC 6.0, after the restart of cluster the J2EE is not coming up and getting stopped with Error 11113.
    I have changed the Datasource to ABAP and tried resetting the values in Configtool as per the previous threads in the forum but could not get my J2EE engine up.
    Please find the last some last line of "std_server0.out" file:
    stdout/stderr redirect
    node name   : server0
    pid         : 3456
    system name : EP7
    system nr.  : 01
    started at  : Wed May 07 12:35:19 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 5340] MtxInit: -2 0 0
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Loading: LogManager ... 562 ms.
    Loading: PoolManager ... 16 ms.
    Loading: ApplicationThreadManager ... 203 ms.
    Loading: ThreadManager ... 62 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 234 ms.
    Loading: LockingManager ... 250 ms.
    Loading: ConfigurationManager ... 2203 ms.
    Loading: LicensingManager ... 31 ms.
    Loading: CacheManager ... 172 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service memory started. (31 ms).
      Service runtimeinfo started. (172 ms).
      Service cafeucc~api started. (281 ms).
      Service cross started. (219 ms).
      Service timeout started. (156 ms).
      Service file started. (500 ms).
      Service userstore started. (78 ms).
      Service jmx_notification started. (94 ms).
      Service trex.service started. (156 ms).
      Service p4 started. (282 ms).
      Service classpath_resolver started. (46 ms).
      Service log_configurator started. (7172 ms).
      Service locking started. (0 ms).
      Service naming started. (515 ms).
      Service http started. (703 ms).
      Service javamail started. (297 ms).
      Service failover started. (219 ms).
      Service appclient started. (203 ms).
      Service ts started. (250 ms).
      Service jmsconnector started. (297 ms).
      Service licensing started. (32 ms).
      Service cafeugpmailcf started. (281 ms).
      Service connector started. (531 ms).
      Service webservices started. (953 ms).
      Service iiop started. (672 ms).
      Service deploy started. (20344 ms).
      Service MigrationService started. (47 ms).
      Service bimmrdeployer started. (16 ms).
      Service configuration started. (31 ms).
      Service dbpool started. (2453 ms).
    May 7, 2008 12:35:57 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_78] Fatal: User Management Engine (com.sap.security.core.persistence.datasource.imp.R3Persistence) failed to connect to the ABAP backend system. Check that connection data are correct and the backend system is available. Error message: "'password' missing". Connection data (obtained from properties of UME service in section "ume.r3.connection.master.": "{
      receiverid_guest=master
      poolmaxwait=10000
      client=800
      user=sapuser
      sysnr=02
      poolmaxsize=10
      ashost=SAP4
      receiverid=master
    May 7, 2008 12:35:57 PM         com.sap.security.core.persistence [SAPEngine_System_Thread[impl:5]_78] Fatal: Initialization of UME persistence adapter "R3_DATASOURCE" failed.
    May 7, 2008 12:35:57 PM   com.sap.security.core.InternalUMFactory [SAPEngine_System_Thread[impl:5]_78] Fatal:
    May 7, 2008 12:35:57 PM   com.sap.security.core.InternalUMFactory [SAPEngine_System_Thread[impl:5]_78] Fatal:
      service com.sap.security.core.ume.service ================= ERROR =================
    Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:346)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:211)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.api.UMException: Could not initialize principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: Could not instantiate principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: 'password' missing
         at com.sap.security.core.InternalUMFactory.initializeClass(InternalUMFactory.java:1258)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:302)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:251)
         ... 6 more
    com.sap.engine.frame.ServiceException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='UME initialization failed.', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key UME initialization failed.
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:346)
         at com.sap.engine.frame.ApplicationFrameAdaptor.start(ApplicationFrameAdaptor.java:31)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:211)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:64)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:79)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:105)
    Caused by: com.sap.security.api.UMException: Could not initialize principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: Could not instantiate principal factory class 'com.sap.security.core.imp.PrincipalFactory'!: 'password' missing
         at com.sap.security.core.InternalUMFactory.initializeClass(InternalUMFactory.java:1258)
         at com.sap.security.core.InternalUMFactory.initializeUME(InternalUMFactory.java:302)
         at com.sap.security.core.server.ume.service.UMEServiceFrame.start(UMEServiceFrame.java:251)
         ... 6 more
    [Framework -> criticalShutdown] Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    May 7, 2008 12:35:57 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_78] Fatal: Critical shutdown was invoked. Reason is: Core service com.sap.security.core.ume.service failed. J2EE Engine cannot be started.
    Please take a look and help me in resolving this problem. Do let me know you need anymore other logs for analysis ?
    Regards,
    Srikar

    Hi Karthik,
    I have checked all the UME properties and are fine. I am trying to connect to ECC 6.0 Clnt 800 with Communication user I created called "portaluser" and the pwd along with system number and application host.
    I tried giving all the details in Configtool > Ume properties but again the same problem J2EE is getting stopped with the same error.
    About the SAPJSF user, it has been created while installation as a Dailog user in the EP system. I logged into the EP system and checked that in SU01. It there but not as a communication user but as a Dialog user.
    Can you let me know what could be the issue ?
    Regards,
    Srikar
    Edited by: Srikar Vankadaru on May 8, 2008 7:59 PM

  • CreateMedia.exe finished with error code 80070002

    Hi,
    In one of our locations, we are unable to create USB boot media. We keep getting the error "The system cannot find the file specified" CreateMedia.exe finished with error code 80070002. Does anyone know what would be the cause of this? TIA
    CreateTSMedia.log
    <![LOG[ADK installation root registry value not found.]LOG]!><time="13:51:24.598+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="wimfile.cpp:207">
    <![LOG[Loaded C:\Windows\system32\wimgapi.dll]LOG]!><time="13:51:24.598+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="wimfile.cpp:344">
    <![LOG[Opening image file D:\sources\boot.wim]LOG]!><time="13:51:24.598+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="wimfile.cpp:422">
    <![LOG[Applying image 1 to volume C:\Users\hidden\AppData\Local\Temp\_tsmedia_3836\BootImageTemp]LOG]!><time="13:51:24.602+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836"
    file="wimfile.cpp:613">
    <![LOG[Closing image file D:\sources\boot.wim]LOG]!><time="13:51:25.993+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="wimfile.cpp:458">
    <![LOG[BootLoader::restore: C:\Users\hidden\AppData\Local\Temp\_tsmedia_3836\BootImageTemp, D:\]LOG]!><time="13:51:46.081+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836"
    file="bootloader.cpp:382">
    <![LOG[Copied D:\EFI\Microsoft\Boot\bootmgfw.efi to D:\EFI\Boot\bootx64.efi]LOG]!><time="13:51:59.693+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836"
    file="bootsystem.cpp:1815">
    <![LOG[Copied D:\EFI\Microsoft\Boot\bootmgfw.efi to D:\EFI\Boot\bootia32.efi]LOG]!><time="13:51:59.921+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836"
    file="bootsystem.cpp:1815">
    <![LOG[Successfully staged files to make media bootable]LOG]!><time="13:51:59.921+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="bootsystem.cpp:1822">
    <![LOG[State has been executed.]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:622">
    <![LOG[Media Remaining Space= 6597 Mb]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:627">
    <![LOG[-------------------------------------------]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:630">
    <![LOG[Size available  = 6597 Mb, size required = 0 Mb]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:509">
    <![LOG[-------------------------------------------]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:610">
    <![LOG[Staging base files]LOG]!><time="13:52:00.077+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:611">
    <![LOG[Media Remaining Space before executing state is 6597 Mb]LOG]!><time="13:52:00.078+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:616">
    <![LOG[StageBaseFiles::Execute()]LOG]!><time="13:52:00.078+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="stagebasefiles.cpp:562">
    <![LOG[Failed to create media (0x80070002)]LOG]!><time="13:52:00.086+360" date="01-09-2015" component="CreateTsMedia" context="" type="3" thread="3836" file="createtsmedia.cpp:345">
    <![LOG[CreateTsMedia failed with error 0x80070002, details='']LOG]!><time="13:52:00.086+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="createtsmedia.cpp:355">
    <![LOG[MediaGenerator::~MediaGenerator()]LOG]!><time="13:52:00.086+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="3836" file="mediagenerator.cpp:396">
    <![LOG[Media creation process that was started from Admin Console completed.
    ]LOG]!><time="13:52:10.244+360" date="01-09-2015" component="CreateTsMedia" context="" type="1" thread="7776" file="createmedia.cpp:1065">
    <![LOG[CreateMedia.exe finished with error code 80070002]LOG]!><time="13:52:10.244+360" date="01-09-2015" component="CreateTsMedia" context="" type="2" thread="7776" file="createmedia.cpp:1123">

    You shouldn't really need the path.  Just make sure that the distribution point has the content for all packages referenced by the task sequence.  You can check that in the Monitoring node of the console under Distribution Status | Content Status
    or by going to the Distribution Pints node in Administration.  Right click the DP in question and select properties.  Then go to the COntent tab
    Jeff

  • Sapinst stops with error while installing ess component for Java AS

    Dear experts,
    I really hope you can help me with this one,
    We are installing a ABAP/Java AS development system and sapinst has gone through 75% of all execution tasks nicely,
    but then stopped with error while deploying components for the Java AS:
    ERROR 2009-03-30 13:01:27
    CJS-30156  SDM deployment failed for at least one of the components to deploy.<br> SOLUTION: Check 'C:\Program Files/sapinst_instdir/ERP/SYSTEM/ORA/DISTRIBUTED/AS/CI/callSdmViaSapinst.log' for more information.
    ERROR 2009-03-30 13:01:28
    FCO-00011  The step enableUsageTypes with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|15|0|enableUsageTypes was executed with status ERROR .
    Any help would be really appreciated as I am stuck with this and dont seem to be able to find any information on this one.
    Thanks a lot for your help in advance.
    Here is the crucial part of callSdmViaSapinst.log:
    Mar 30, 2009 12:55:18... Info: Starting: Initial deployment: Selected development component 'ess/bp_ess'/'sap.com'/'MAIN_ERP05VAL_C'/'788220'/'0' will be deployed.
    Mar 30, 2009 12:55:18... Info: SDA to be deployed: D:\usr\sap\DE1\DVEBMGS00\SDM\root\origin\sap.com\ess\bp_ess\MAIN_ERP05VAL_C\0\788220\sap.com_ess~bp_ess.sda
    Mar 30, 2009 12:55:18... Info: Software type of SDA: J2EE
    *Mar 30, 2009 12:55:18... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) ******
    Mar 30, 2009 1:00:21 PM  Info: Begin of log messages of the target system:
    *09/03/30 12:55:19 -  ************************************************************
    09/03/30 12:58:07 -  Start updating EAR file...
    09/03/30 12:58:07 -  start-up mode is lazy
    09/03/30 12:58:08 -  EAR file updated successfully for 578ms.
    09/03/30 12:58:08 -  Start deploying ...
    09/03/30 12:58:42 -  EAR file uploaded to server for 30641ms.
    09/03/30 13:00:20 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/ess~bp_ess..
                         Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception during deploy: Failed to deploy archive D:\usr\sap\DE1\DVEBMGS00\j2ee\cluster\server0\.\temp\deploy\work\deploying\reader1238414327258\sap.comessbp_ess.epa
                   The following objects could not be locked: [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess**.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.mx/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.de/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.id/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.pages/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.jp/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.pages/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.de/com.sap.pct.erp.es

    Thanks Désirée for your answer and apologies for the late update on this one.
    This issue is resolved now, the reason for the error was a lack of memory which probably triggered a timeout in sapinst. After upgrading the memory to 7GB and re-starting the ABAP+Java AS and resuming sapinst everything went through fine. However, this was hard to spot because the logs wouldn't tell you about the lack of memory but about everything else!
    regards,
    Manfred

  • Sm35 / session stops with error F5 097

    Hi together,
    we´ve created a batch input session (report RFBIBL00). When we go to trx. sm35 erverything looks fine within the simulation. But  when we execute the the session the process stops with error "F5 097"
    The error occurs in dypro SAPMF05A /302. No field is beeing filled her. Wenn we fill the fields manually the session breaks away.
    We are working with release ECC 6.0.
    Thanks for any help.

    Hi Rob,
    Nope.
    I want to create an entry with a positive amount (>0).
    Thus I use report RFBIBL00 to create this entries/session.
    When I simulate this very session in trx. sm35 erverything looks OK.
    --> there is the expected positive amount in field bseg-wrbtr.
    But when I execute the session these information get lost! The entire dynpro remains empty.
    If I then try to fill the fields manually, no further processing is possible.

  • Download of adobe creative cloud desktop always stops with error code 207. Trying for 6 hours now. What now?

    Hi.
    I started a Creative Cloud abonement and try to install applications. But the download of the "adobe creative cloud desktop" always stops with error code 207 (No answer from server, try later). I am trying for 6 hours but the problem is still the same. What can I do?
    Thank you,
    Heiko

    Errors 201 & 205 & 206 & 207 or several U43 errors
    -http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html
    or
    A chat session where an agent may remotely look inside your computer may help
    Creative Cloud chat support (all Creative Cloud customer service issues)
    http://helpx.adobe.com/x-productkb/global/service-ccm.html

  • TS1539 How do we deal with Error 50 when downloading a movie rental then stopped with error 50 and when I try to resume the downld, it doesn't do it?

    How do we deal with Error 50 when downloading a movie rental then stopped with error 50 and when I try to resume the downld, it doesn't do it?

    Yeah this "fix" is bunk. The movie is downloading just fine, but the extra features is the one giving me this error code. It is NOT my firewall. If it was, then both files wouldn't download. Plus, I already have the firewall "issue" tacked down and fixed. Have had it fixed for months now. No, this is due to the "new" itunes version 11 software. The only conclusion to fix this issue is UPgrading from 11 back to 10.7 which is what I am going to do. This is completely ridiculous! Come on, Apple, get itunes working once and for all, and fire the people responsible for itunes 11, just like you did to the guy who was responsible for apple maps. Thankfully Google came back to the rescue with google maps app.

  • Upgraded pc to ios7 but when syncing to iphone 4 it crashed. Phone is now in recovery mode but it nearly finishes recovery then stops with error 3014. Phone rendered useless until this is fixed. Help pls?

    Upgraded pc to ios 7 but when syncing to iphone 4 it crashed. Phone is now in recovery mode but it nearly finishes recovery then stops with error 3014. Phone rendered useless until this is fixed. Help pls? I have tried many of the suggestions for the error code given. Im getting frustrated. I'm not a techno so would appreciate simple terms or ways of explanation. Thx!!

    I have the exact same issue right now!

  • CreateMedia.exe finished with error code 80091007

    Hi,
    We are having the following error message "CreateMedia.exe finished with error code 80091007" when creating a USB off-line Media to image Windows 7. This only occurs if we include driver packages into the task sequence. We have no issue creating
    the USB media without the drivers packages. However, the PC does not have all supporting drivers once we image without the driver packages included in the task sequence. Below is the log file for CreateTsMedia.log
    <![LOG[Failed to verify hash value of package SSC00216]LOG]!><time="12:30:35.186+240" date="04-09-2015" component="CreateTsMedia" context="" type="3" thread="8072" file="packagemgr.cpp:492">
    <![LOG[Failed to stage package SSC00216 (0x80091007)]LOG]!><time="12:30:35.186+240" date="04-09-2015" component="CreateTsMedia" context="" type="3" thread="8072" file="stagepackage.cpp:175">
    <![LOG[Failed to create media (0x80091007)]LOG]!><time="12:30:35.186+240" date="04-09-2015" component="CreateTsMedia" context="" type="3" thread="8072" file="createtsmedia.cpp:345">
    <![LOG[CreateTsMedia failed with error 0x80091007, details='SSC00216']LOG]!><time="12:30:35.186+240" date="04-09-2015" component="CreateTsMedia" context="" type="1" thread="8072" file="createtsmedia.cpp:355">
    <![LOG[MediaGenerator::~MediaGenerator()]LOG]!><time="12:30:35.186+240" date="04-09-2015" component="CreateTsMedia" context="" type="1" thread="8072" file="mediagenerator.cpp:396">
    <![LOG[SSC00216]LOG]!><time="12:30:35.340+240" date="04-09-2015" component="CreateTsMedia" context="" type="3" thread="8072" file="createmedia.cpp:814">
    <![LOG[Media creation process that was started from Admin Console completed.
    ]LOG]!><time="12:30:35.340+240" date="04-09-2015" component="CreateTsMedia" context="" type="1" thread="4820" file="createmedia.cpp:1065">
    <![LOG[CreateMedia.exe finished with error code 80091007]LOG]!><time="12:30:35.340+240" date="04-09-2015" component="CreateTsMedia" context="" type="2" thread="4820" file="createmedia.cpp:1123">

    Hi,
    Please try to refresh or update your package, and this may also related to Access Accounts settings for the package. Check these ones
    Driver Package is missing HASH values
    Task Sequence Media Wizards fails with 0x80091007
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Webkit2webprocess.exe stopped working error

    I keep getting webkit2webprocess.exe stopped working error when trying to open you tube on safari browser, on a PC running Windows Vista. Anyone have any ideas why and how to fix this?it was working fine until two days ago. Now i can't open You Tube at all.

    Here's a typical report:
    Product
    WebKit2WebProcess.exe
    Problem
    Stopped working
    Date
    9/7/2012 9:00 AM
    Status
    Report Sent
    Problem signature
    Problem Event Name:      APPCRASH
    Application Name:           WebKit2WebProcess.exe
    Application Version:         7534.57.2.4
    Application Timestamp:   4f97642d
    Fault Module Name:        StackHash_a769   (the hexcode here changes each time)
    Fault Module Version:      6.0.6002.18541
    Fault Module Timestamp:                4ec3e3d5
    Exception Code:                c0000374
    Exception Offset:              000b06b7
    OS Version:        6.0.6002.2.2.0.768.3
    Locale ID:           1033
    Additional Information 1:                a769                              (the hexcode for 1-4 here changes each time)
    Additional Information 2:                9b5e4c40c82d003ab9a9d7b33adceca6
    Additional Information 3:                e08b
    Additional Information 4:                5487ca3c1736cf0af5b973a19b24bb30

  • HT204406 When downloading albums some songs stop with error messages..

    Hi, I was trying to download Armin van Buuren "A State of Trance 2011". The individual songs downloaded fine but both continuous dj mixes failed to download, they get right to the end and then stop with error messages. This is the 2nd Armin van Buuren album this has happened to! Please help!
    Dave.

    The 2nd mix still won't play, it just skips to the next track on the album. In my purchases it says it's downloaded, it just won't seem to play.
    It sounds damaged.
    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copy of the track and try redownloading a fresh one. See the following document for instructions:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    If you get another -50 on the redownload, perhaps try the "Error -50," "-5000," "8003," "8008," or "-42023"section in the Specific Conditions and Alert Messages: (Mac OS X / Windows) section of the following document:
    iTunes: Advanced iTunes Store troubleshooting

Maybe you are looking for