"No active userstore is set": portal not started.

Hi,
I put ABAP and Java together and this morning when I restart j2ee, I found server stated but dispatcher is not.
when I go to http://hostname:50000/irj/portal I got error
503   Service Unavailable
  7.00 
  Dispatcher running but no server connected!
  Details:   No details available
then I check the log file std_server0.out file and find following logs.
I feel the problem is no active userstore is set. and I did check config tool regarding
the com.sap.engine.services.security and 1. I did not change anything there before, 2. I restore the default setting which does not make any changes.
what do I need to check or get this fixed?
George
details of std_server0.out:
stdout/stderr redirect
node name   : server0
pid         : 2136
system name : BWD
system nr.  : 00
started at  : Fri Dec 26 13:52:42 2008
Reserved 1610612736 (0x60000000) bytes before loading DLLs.
[Thr 4788] MtxInit: 10001 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
CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
SAP J2EE Engine Version 7.00   PatchLevel is starting...
Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: 文件名、目录名或卷标语法不正确。
Loading: LogManager ... 2656 ms.
Loading: PoolManager ... 31 ms.
Loading: ApplicationThreadManager ... 250 ms.
Loading: ThreadManager ... 31 ms.
Loading: IpVerificationManager ... 16 ms.
Loading: ClassLoaderManager ... 15 ms.
Loading: ClusterManager ... 719 ms.
Loading: LockingManager ... 141 ms.
Loading: ConfigurationManager ... 4062 ms.
Loading: LicensingManager ... 47 ms.
Loading: CacheManager ... 188 ms.
Loading: ServiceManager ...
Loading services.:
  Service DQE started. (16 ms).
  Service memory started. (78 ms).
  Service cafeuodi~mnuacc started. (0 ms).
  Service timeout started. (110 ms).
  Service cross started. (156 ms).
  Service runtimeinfo started. (15 ms).
  Service file started. (187 ms).
  Service trex.service started. (172 ms).
  Service p4 started. (485 ms).
  Service classpath_resolver started. (47 ms).
  Service cafeucc~api started. (1485 ms).
  Service userstore started. (15 ms).
  Service jmx_notification started. (93 ms).
  Service log_configurator started. (7968 ms).
  Service locking started. (16 ms).
  Service naming started. (391 ms).
  Service ts started. (62 ms).
  Service failover started. (172 ms).
  Service licensing started. (47 ms).
  Service appclient started. (157 ms).
  Service javamail started. (250 ms).
  Service jmsconnector started. (281 ms).
  Service connector started. (297 ms).
  Service iiop started. (468 ms).
  Service http started. (938 ms).
  Service webservices started. (1016 ms).
  Service deploy started. (24156 ms).
  Service configuration started. (47 ms).
  Service MigrationService started. (32 ms).
  Service bimmrdeployer started. (15 ms).
  Service dbpool started. (1328 ms).
  Service cafeugpmailcf started. (47 ms).
  Service com.sap.security.core.ume.service started. (4704 ms).
Dec 26, 2008 1:53:36 PM  ...xt.<init>(UserContextSpi, Properties) [SAPEngine_System_Thread[impl:5]_24] Fatal: Can not instantiate UserContext with given properties.
  service security ================= ERROR =================
Core service security failed. J2EE Engine cannot be started.
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
     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:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
     at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
     at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
     ... 5 more
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
     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:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
     at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
     at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
     ... 5 more
[Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
Dec 26, 2008 1:53:36 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_24] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.
stdout/stderr redirect
node name   : server0
pid         : 2136
system name : BWD
system nr.  : 00
started at  : Fri Dec 26 13:53:37 2008
Reserved 1610612736 (0x60000000) bytes before loading DLLs.
[Thr 6844] MtxInit: 10001 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
CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
SAP J2EE Engine Version 7.00   PatchLevel is starting...
Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: 文件名、目录名或卷标语法不正确。
Loading: LogManager ... 391 ms.
Loading: PoolManager ... 0 ms.
Loading: ApplicationThreadManager ... 109 ms.
Loading: ThreadManager ... 32 ms.
Loading: IpVerificationManager ... 0 ms.
Loading: ClassLoaderManager ... 15 ms.
Loading: ClusterManager ... 203 ms.
Loading: LockingManager ... 63 ms.
Loading: ConfigurationManager ... 2375 ms.
Loading: LicensingManager ... 31 ms.
Loading: CacheManager ... 219 ms.
Loading: ServiceManager ...
Loading services.:
  Service DQE started. (0 ms).
  Service memory started. (32 ms).
  Service cafeuodi~mnuacc started. (0 ms).
  Service cross started. (16 ms).
  Service file started. (78 ms).
  service appclient ================= ERROR =================
  Service runtimeinfo started. (63 ms).
  Service timeout started. (125 ms).
  Service cafeucc~api started. (46 ms).
  Service trex.service started. (141 ms).
  Service userstore started. (31 ms).
  Service jmx_notification started. (47 ms).
  Service p4 started. (219 ms).
  Service classpath_resolver started. (31 ms).
  Service log_configurator started. (8906 ms).
  Service locking started. (16 ms).
  Service naming started. (500 ms).
  Service http started. (688 ms).
  Service failover started. (156 ms).
  Service javamail started. (250 ms).
  Service jmsconnector started. (250 ms).
  Service ts started. (218 ms).
  Service licensing started. (0 ms).
  Service connector started. (281 ms).
  Service iiop started. (203 ms).
  Service webservices started. (578 ms).
  Service deploy started. (22171 ms).
  Service MigrationService started. (93 ms).
  Service bimmrdeployer started. (31 ms).
  Service configuration started. (109 ms).
  Service dbpool started. (3703 ms).
  Service cafeugpmailcf started. (63 ms).
  Service com.sap.security.core.ume.service started. (2453 ms).
Dec 26, 2008 1:54:16 PM  ...xt.<init>(UserContextSpi, Properties) [Session Reader for cluster node 3388400] Fatal: Can not instantiate UserContext with given properties.
  service security ================= ERROR =================
Core service security failed. J2EE Engine cannot be started.
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
     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:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
     at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
     at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
     ... 5 more
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
     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:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
     at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
     at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
     ... 5 more
[Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
Dec 26, 2008 1:54:16 PM             com.sap.engine.core.Framework [Session Reader for cluster node 3388400] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.
stdout/stderr redirect
node name   : server0
pid         : 2136
system name : BWD
system nr.  : 00
started at  : Fri Dec 26 13:54:17 2008
Reserved 1610612736 (0x60000000) bytes before loading DLLs.
[Thr 5464] MtxInit: 10001 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
CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
SAP J2EE Engine Version 7.00   PatchLevel is starting...
Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: 文件名、目录名或卷标语法不正确。
Loading: LogManager ... 391 ms.
Loading: PoolManager ... 0 ms.
Loading: ApplicationThreadManager ... 78 ms.
Loading: ThreadManager ... 63 ms.
Loading: IpVerificationManager ... 15 ms.
Loading: ClassLoaderManager ... 16 ms.
Loading: ClusterManager ... 172 ms.
Loading: LockingManager ... 62 ms.
Loading: ConfigurationManager ... 1828 ms.
Loading: LicensingManager ... 32 ms.
Loading: CacheManager ... 125 ms.
Loading: ServiceManager ...
Loading services.:
  Service DQE started. (0 ms).
  Service cafeuodi~mnuacc started. (0 ms).
  Service cross started. (31 ms).
  Service memory started. (63 ms).
  Service file started. (203 ms).
  Service runtimeinfo started. (47 ms).
  Service cafeucc~api started. (47 ms).
  Service timeout started. (187 ms).
  Service trex.service started. (125 ms).
  Service userstore started. (31 ms).
  Service jmx_notification started. (31 ms).
  Service p4 started. (188 ms).
  Service classpath_resolver started. (31 ms).
  Service log_configurator started. (7141 ms).
  Service locking started. (0 ms).
  Service naming started. (296 ms).
  Service failover started. (125 ms).
  Service appclient started. (125 ms).
  Service http started. (531 ms).
  Service jmsconnector started. (203 ms).
  Service javamail started. (266 ms).
  Service ts started. (187 ms).
  Service licensing started. (15 ms).
  Service connector started. (297 ms).
  Service iiop started. (359 ms).
  Service webservices started. (578 ms).
  Service deploy started. (17484 ms).
  Service MigrationService started. (46 ms).
  Service bimmrdeployer started. (31 ms).
  Service configuration started. (47 ms).
  Service dbpool started. (1125 ms).
  Service cafeugpmailcf started. (47 ms).
  Service com.sap.security.core.ume.service started. (2047 ms).
Dec 26, 2008 1:54:47 PM  ...xt.<init>(UserContextSpi, Properties) [SAPEngine_System_Thread[impl:5]_30] Fatal: Can not instantiate UserContext with given properties.
  service security ================= ERROR =================
Core service security failed. J2EE Engine cannot be started.
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
     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:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
     at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
     at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
     ... 5 more
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
     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:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
     at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
     at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
     ... 5 more
[Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
Dec 26, 2008 1:54:47 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_30] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.
stdout/stderr redirect
node name   : server0
pid         : 2136
system name : BWD
system nr.  : 00
started at  : Fri Dec 26 13:54:48 2008
Reserved 1610612736 (0x60000000) bytes before loading DLLs.
[Thr 8012] MtxInit: 10001 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
CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
SAP J2EE Engine Version 7.00   PatchLevel is starting...
Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: 文件名、目录名或卷标语法不正确。
Loading: LogManager ... 375 ms.
Loading: PoolManager ... 0 ms.
Loading: ApplicationThreadManager ... 110 ms.
Loading: ThreadManager ... 31 ms.
Loading: IpVerificationManager ... 0 ms.
Loading: ClassLoaderManager ... 16 ms.
Loading: ClusterManager ... 218 ms.
Loading: LockingManager ... 63 ms.
Loading: ConfigurationManager ... 2297 ms.
Loading: LicensingManager ... 31 ms.
Loading: CacheManager ... 187 ms.
Loading: ServiceManager ...
Loading services.:
  Service DQE started. (0 ms).
  Service cafeuodi~mnuacc started. (0 ms).
  Service memory started. (32 ms).
  service CUL ================= ERROR =================
  Service cross started. (16 ms).
  Service file started. (63 ms).
  service apptracing ================= ERROR =================
  Service timeout started. (47 ms).
  Service cafeucc~api started. (47 ms).
  Service runtimeinfo started. (16 ms).
  Service trex.service started. (110 ms).
  Service userstore started. (62 ms).
  Service jmx_notification started. (32 ms).
  Service p4 started. (297 ms).
  Service classpath_resolver started. (15 ms).
  Service log_configurator started. (8828 ms).
  Service locking started. (16 ms).
  Service naming started. (422 ms).
  Service failover started. (125 ms).
  Service appclient started. (157 ms).
  Service javamail started. (219 ms).
  Service ts started. (203 ms).
  Service jmsconnector started. (282 ms).
  Service licensing started. (16 ms).
  Service http started. (781 ms).
  Service connector started. (265 ms).
  Service iiop started. (312 ms).
  Service webservices started. (625 ms).
  Service deploy started. (21609 ms).
  Service MigrationService started. (93 ms).
  Service bimmrdeployer started. (31 ms).
  Service configuration started. (78 ms).
  Service dbpool started. (3594 ms).
  Service cafeugpmailcf started. (47 ms).
  Service com.sap.security.core.ume.service started. (2500 ms).
Dec 26, 2008 1:55:26 PM  ...xt.<init>(UserContextSpi, Properties) [Session Reader for cluster node 3388400] Fatal: Can not instantiate UserContext with given properties.
  service security ================= ERROR =================
Core service security failed. J2EE Engine cannot be started.
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
     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:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
     at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
     at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
     ... 5 more
com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
     at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
     at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
     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:150)
Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
     at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
     at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
     at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
     at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
     ... 5 more
[Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
Dec 26, 2008 1:55:26 PM             com.sap.engine.core.Framework [Session Reader for cluster node 3388400] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.

Deb,
you are right in ST22.
no SAPJSF in SM04 however in ST22
I see short dump below:
Runtime Errors         DYNPRO_SEND_IN_BACKGROUND
Exception              CX_SY_SEND_DYNPRO_NO_RECEIVER
Date and Time          26.12.2008 13:15:57
Short text                                                                               
Screen output without connection to user.                                                    
What happened?                                                                               
Error in the ABAP Application Program                                                                               
The current ABAP program "SAPLARFC" had to be terminated because it has                      
    come across a statement that unfortunately cannot be executed.                               
What can you do?                                                                               
Note down which actions and inputs caused the error.                                                                               
To process the problem further, contact you SAP system                                       
    administrator.                                                                               
Using Transaction ST22 for ABAP Dump Analysis, you can look                                  
    at and manage termination messages, and you can also                                         
    keep them for a long time.                                                                   
Error analysis                                                                               
An exception occurred that is explained in detail below.                                     
    The exception, which is assigned to class 'CX_SY_SEND_DYNPRO_NO_RECEIVER', was               
     not caught and                                                                               
therefore caused a runtime error.                                                            
    The reason for the exception is:                                                             
    During background processing, the system attempted to send a                                 
    screen to a user.                                                                               
Current screen: "SAPMSYST " 0029.                                                            
How to correct the error                                                                         
    If the error occurred in your own ABAP program or in an SAP                                  
    program you modified, try to remove the error.                                                                               
If the error occures in a non-modified SAP program, you may be able to                       
    find an interim solution in an SAP Note.                                                     
    If you have access to SAP Notes, carry out a search with the following                       
    keywords:                                                                               
"DYNPRO_SEND_IN_BACKGROUND" "CX_SY_SEND_DYNPRO_NO_RECEIVER"                                  
    "SAPLARFC" or "LARFCU05"                                                                     
    "ARFC_DEST_CONFIRM"                                                                               
If you cannot solve the problem yourself and want to send an error                           
    notification to SAP, include the following information:                                                                               
1. The description of the current problem (short dump)                                                                               
To save the description, choose "System->List->Save->Local File                           
    (Unconverted)".                                                                               
2. Corresponding system log                                                                               
Display the system log by calling transaction SM21.                                       
       Restrict the time interval to 10 minutes before and five minutes                          
    after the short dump. Then choose "System->List->Save->Local File                            
    (Unconverted)".                                                                               
3. If the problem occurs in a problem of your own or a modified SAP                          
    program: The source code of the program                                                      
       In the editor, choose "Utilities->More                                                    
    Utilities->Upload/Download->Download".                                                                               
4. Details about the conditions under which the error occurred or which                      
    actions and input led to the error.                                                                               
System environment                                                                               
SAP-Release 700                                                                               
Application server... "bwdev"                                                                
    Network address...... "10.0.16.123"                                                          
    Operating system..... "Windows NT"                                                           
    Release.............. "5.2"                                                                  
    Hardware type........ "4x Intel 80686"                                                       
    Character length.... 8 Bits                                                                  
    Pointer length....... 32 Bits                                                                
    Work process number.. 0                                                                      
    Shortdump setting.... "full"                                                                               
Database server... "BWDEV\BWD"                                                               
    Database type..... "MSSQL"                                                                   
    Database name..... "BWD"                                                                     
    Database user ID.. "bwd"                                                                               
Terminal................. "mfc"                                                                               
Char.set.... "Chinese_CHN.936"                                                                               
SAP kernel....... 700                                                                        
    created (date)... "Aug 25 2008 01:11:49"                                                     
    create on........ "NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10"                             
    Database version. "SQL_Server_8.00 "                                                                               
Patch level. 175                                                                               
Patch text.. " "                                                                               
Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"                             
    SAP database version. 700                                                                    
    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2, Windows               
     NT 6.0"                                                                               
Memory consumption                                                                               
Roll.... 8112                                                                               
EM...... 1045296                                                                               
Heap.... 0                                                                               
Page.... 0                                                                               
MM Used. 730304                                                                               
MM Free. 313656                                                                               
User and Transaction                                                                               
Client.............. 000                                                                     
    User................ "SAPSYS"                                                                
    Language Key........ 1                                                                       
    Transaction......... " "                                                                     
    Transactions ID..... "110CD3DD8838F154B57A000C29233B12"                                                                               
Program............. "SAPLARFC"                                                              
    Screen.............. "SAPMSSY1 3004"                                                         
    Screen Line......... 2                                                                               
Information on caller of Remote Function Call (RFC):                                         
    System.............. "LJQ"                                                                   
    Database Release.... 640                                                                     
    Kernel Release...... 640                                                                     
    Connection Type..... 3 (2=R/2, 3=ABAP System, E=Ext., R=Reg. Ext.)                           
    Call Type........... "synchron and transactional (emode 0, imode 0)"                         
    Inbound TID.........." "                                                                     
    Inbound Queue Name..." "                                                                     
    Outbound TID........." "                                                                     
    Outbound Queue Name.." "                                                                               
Client.............. 500                                                                     
    User................ "TEST1"                                                                 
    Transaction......... " "                                                                     
    Call Program........."SAPLARFC"                                                              
    Function Module..... "ARFC_DEST_CONFIRM"                                                     
    Call Destination.... "000CLT"                                                                
    Source Server....... "sapljq_LJQ_00"                                                         
    Source IP Address... "10.0.16.5"                                                                               
Additional information on RFC logon:                                                         
    Trusted Relationship " "                                                                     
    Logon Return Code... 53                                                                      
    Trusted Return Code. 0                                                                               
Note: For releases < 4.0, information on the RFC caller are often                            
    only partially available.                                                                    
Information on where terminated                                                                  
    Termination occurred in the ABAP program "SAPLARFC" - in "ARFC_DEST_CONFIRM".                
    The main program was "SAPMSSY1 ".                                                                               
In the source code you have the termination point in line 1                                  
    of the (Include) program "LARFCU05".                                                         
Source Code Extract                                                                               
Line SourceCde                                                                               
>>>>>FUNCTION arfc_dest_confirm.                                                                
    2*"----
    3""Lokale Schnittstelle:                                                                  
    4*"  IMPORTING                                                                               
5*"     VALUE(CALLID) LIKE  ARFCCALLID STRUCTURE  ARFCCALLID                                
    6*"     VALUE(ERRORSTATUS) LIKE  SY-SUBRC DEFAULT 0                                         
    7*"     VALUE(RETUDATA) LIKE  SY-INPUT DEFAULT SPACE                                        
    8*"     VALUE(RS_SERVER_RESOURCES_REQUESTED) TYPE  SYINPUT OPTIONAL                         
    9*"     VALUE(RS_SYSTEM_IDENTITY_REQUESTED) TYPE  RFC_IDENTITY_REQUESTED                    
   10*"       OPTIONAL                                                                          
   11*"     VALUE(RS_SERVER_GROUP_TYPE) TYPE  RFC_RESOURCE_GROUP_TYPE                           
   12*"       OPTIONAL                                                                          
   13*"     VALUE(RS_SERVER_GROUP_NAME) TYPE  RFC_RESOURCE_GROUP_NAME                           
   14*"       OPTIONAL                                                                          
   15*"     VALUE(RS_SERVER_GROUP_TRACE) TYPE  I OPTIONAL                                       
   16*"  EXPORTING                                                                               
17*"     VALUE(HOLD_DELETE) LIKE  SY-INPUT                                                   
   18*"     VALUE(RS_SYSTEM_IDENTITY) TYPE  RFC_SYSTEM_IDENTITY                                 
   19*"     VALUE(RS_SERVER_RESOURCES_RC) TYPE  SYSUBRC                                         
   20*"  TABLES                                                                               
Contents of system fields                                                                        
Name    Val.                                                                               
SY-SUBRC0                                                                               
SY-INDEX1                                                                               
SY-TABIX1                                                                               
SY-DBCNT1                                                                               
SY-FDPOS40                                                                               
SY-LSIND0                                                                               
SY-PAGNO0                                                                               
SY-LINNO1                                                                               
SY-COLNO1                                                                               
SY-PFKEY                                                                               
SY-UCOMM                                                                               
SY-TITLECPIC 和 RFC控制                                                                         
SY-MSGTY                                                                               
SY-MSGID                                                                               
SY-MSGNO000                                                                               
SY-MSGV1                                                                               
SY-MSGV2                                                                               
SY-MSGV3                                                                               
SY-MSGV4                                                                               
SY-MODNO0                                                                               
SY-DATUM20081226                                                                               
SY-UZEIT131556                                                                               
SY-XPROGSAPCNVE                                                                               
SY-XFORMCONVERSION_EXIT                                                                         
Active Calls/Events                                                                               
No.   Ty.          Program                             Include                             Line  
      Name                                                                               
    4 FUNCTION     SAPLARFC                            LARFCU05                                1 
      ARFC_DEST_CONFIRM                                                                               
3 FORM         SAPLARFC                            LARFCU05                                1 
      ARFC_DEST_CONFIRM                                                                               
2 FORM         SAPMSSY1                            SAPMSSY1                               85 
      REMOTE_FUNCTION_CALL                                                                       
    1 MODULE (PBO) SAPMSSY1                            SAPMSSY1                               30 
      %_RFC_START                                                                               
Chosen variables                                                                               
Name                                                                               
Val.                                                                               
No.       4 Ty.          FUNCTION                                                                
Name  ARFC_DEST_CONFIRM                                                                          
CALLID                                                                               
0A0010051758495467BF3459000CLT                          00000001                             
    3433333333333333334433333334452222222222222222222222222233333333                             
    0100100517584954672634590003C40000000000000000000000000000000001                             
ERRORSTATUS                                                                               
1                                                                               
0000                                                                               
1000                                                                               
RETUDATA                                                                               
2                                                                               
0                                                                               
RS_SERVER_GROUP_NAME                                                                               
22222222222222222222                                                                         
    00000000000000000000                                                                         
RS_SERVER_GROUP_TRACE                                                                               
0                                                                               
0000                                                                               
0000                                                                               
RS_SERVER_GROUP_TYPE                                                                               
2                                                                               
0                                                                               
RS_SERVER_RESOURCES_REQUESTED                                                                               
2                                                                               
0                                                                               
RS_SYSTEM_IDENTITY_REQUESTED                                                                               
2                                                                               
0                                                                               
HOLD_DELETE                                                                               
2                                                                               
0                                                                               
RS_SERVER_RESOURCES_RC                                                                               
0                                                                               
0000                                                                               
0000                                                                               
RS_SYSTEM_IDENTITY                                                                               
2222222222222222222222222222222222222222                                                     
    0000000000000000000000000000000000000000                                                     
RS_SERVER_GROUP_RESOURCES[]                                                                      
    Table[initial]                                                                               
OPCODE_TX_ABORT                                                                               
2                                                                               
A                                                                               
<%_TABLE_ARFCRSTATE>                                                                               
VB_V2_SERVER                                                                               
0                                                                               
2                                                                               
DSTATE                                                                               
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
VB_V1_RESTART_CONTINUE                                                                               
0                                                                               
C                                                                               
RFC_RFCDES                                                                               
2222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
    0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
VB_ARFC_FB                                                                               
4                                                                               
3                                                                               
4                                                                               
VB_V2_AUTO_SYS_CONTINUE                                                                               
1                                                                               
7                                                                               
%_TIME_QINBATCH                                                                               
003000                                                                               
333333                                                                               
003000                                                                               
COL_DELETE                                                                               
2                                                                               
0                                                                               
TH_VMC_PROF_ROLLTRACE_ENABLE                                                                     
    10                                                                               
0000                                                                               
A000                                                                               
SYST-REPID                                                                               
SAPLARFC                                                                               
5454454422222222222222222222222222222222                                                     
    310C126300000000000000000000000000000000                                                     
VB_REORG                                                                               
1                                                                               
3                                                                               
No.       3 Ty.          FORM                                                                    
Name  ARFC_DEST_CONFIRM                                                                          
VB_ARFC_DELETE                                                                               
2                                                                               
3                                                                               
2                                                                               
TH_UNREG_PARAMETER                                                                               
%UNREG%                                                                               
25454422                                                                               
55E25750                                                                               
SET_USR_MANDT                                                                               
0                                                                               
4                                                                               
OPCODE_CPIC_LOGIN                                                                               
1                                                                               
2                                                                               
%_%_CALLID                                                                               
0A0010051758495467BF3459000CLT                          00000001                             
    3433333333333333334433333334452222222222222222222222222233333333                             
    0100100517584954672634590003C40000000000000000000000000000000001                             
OPCODE_ASYNC_RECEIVE                                                                               
1                                                                               
3                                                                               
%_%_ERRORSTATUS                                                                               
1                                                                               
0000                                                                               
1000                                                                               
OPCODE_USR_DEL                                                                               
1                                                                               
4                                                                               
%_%_RETUDATA                                                                               
2                                                                               
0                                                                               
OPCODE_DELETE_MODE                                                                               
1                                                                               
8                                                                               
%_%_RS_SERVER_GROUP_NAME                                                                               
22222222222222222222                                                                         
    00000000000000000000                                                                         
OPCODE_DELETE_USR                                                                               
1                                                                               
9                                                                               
%_%_RS_SERVER_GROUP_TRACE                                                                        
    0                                                                               
0000                                                                               
0000                                                                               
OPCODE_CREATE_MODE                                                                               
1                                                                               
7                                                                               
%_%_RS_SERVER_GROUP_TYPE                                                                               
2                                                                               
0                                                                               
OPCODE_USR_RECONNECT                                                                               
1                                                                               
5                                                                               
%_%_RS_SERVER_RESOURCES_REQUESTED                                                                               
2                                                                               
0                                                                               
OPCODE_INVALIDATE_CUA                                                                               
1                                                                               
6                                                                               
%_%_RS_SYSTEM_IDENTITY_REQUESTED                                                                               
2                   

Similar Messages

  • J2ee server failed to start: No active userstore is set

    Hi,
    I have troubled in starting J2ee engine the std_server0.out file contains the following description Please help
    Jun 2, 2008 4:19:30 PM   ...xt.<init>(UserContextSpi, Properties) [SAPEngine_System_Thread[impl:5]_11] Fatal: Can not instantiate UserContext with given properties.
      service security ================= ERROR =================
    Core service security failed. J2EE Engine cannot be started.
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:181)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:405)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:84)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:58)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:181)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:405)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:84)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:58)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    [Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
    Jun 2, 2008 4:19:30 PM              com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_11] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.
    Thanks & Regards,
    Bhupinder Singh

    Hi below is dev_server0 content and i have check that note earlier but it didnt work in my case
    trc file: "F:\usr\sap\BS1\DVEBMGS01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID13330450
    pid         : 4428
    system name : BS1
    system nr.  : 01
    started at  : Mon Jun 02 16:53:04 2008
    arguments       :
           arg[00] : F:\usr\sap\BS1\DVEBMGS01\exe\jlaunch.exe
           arg[01] : pf=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[02] : -DSAPINFO=BS1_01_server
           arg[03] : pf=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=3207
           arg[06] : -DSAPSYSTEM=01
           arg[07] : -DSAPSYSTEMNAME=BS1
           arg[08] : -DSAPMYNAME=sapserver2_BS1_01
           arg[09] : -DSAPPROFILE=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 4180] Mon Jun 02 16:53:04 2008
    [Thr 4180] *** WARNING => INFO: Unknown property [instance.box.number=BS1DVEBMGS01sapserver2] [jstartxx.c   841]
    [Thr 4180] *** WARNING => INFO: Unknown property [instance.en.host=sapserver2] [jstartxx.c   841]
    [Thr 4180] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 4180] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties]
    -> ms host    : sapserver2
    -> ms port    : 3900
    -> OS libs    : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sapserver2
    -> ms port    : 3900
    -> os libs    : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID13330400 : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID13330450 : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID13330400           : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] ID13330450           : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    [Thr 4180] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 4180] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 1776] WaitSyncSemThread: Thread 1776 started as semaphore monitor thread.
    [Thr 4372] JLaunchRequestFunc: Thread 4372 started as listener thread for np messages.
    [Thr 4180] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 4180] CPIC (version=700.2005.12.02)
    [Thr 4180] [Node: server0] java home is set by profile parameter
         Java Home: F:\j2sdk1.4.2_12
    [Thr 4180] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID13330450]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : F:\j2sdk1.4.2_12
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_12-b03
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\BS1\DVEBMGS01\exe\jstartup.jar;F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 4180] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4892] JLaunchIStartFunc: Thread 4892 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=256M
    -> arg[ 10]: -XX:PermSize=256M
    -> arg[ 11]: -XX:NewSize=171M
    -> arg[ 12]: -XX:MaxNewSize=171M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dsys.global.dir=F:\usr\sap\BS1\SYS\global
    -> arg[ 25]: -Dapplication.home=F:\usr\sap\BS1\DVEBMGS01\exe
    -> arg[ 26]: -Djava.class.path=F:\usr\sap\BS1\DVEBMGS01\exe\jstartup.jar;F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=F:\j2sdk1.4.2_12\jre\bin\server;F:\j2sdk1.4.2_12\jre\bin;F:\j2sdk1.4.2_12\bin;F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs;F:\Program Files\PC Connectivity Solution\;F:\oracle\product\10.2.0\db_1\bin;F:\WINDOWS\system32;F:\WINDOWS;F:\WINDOWS\System32\Wbem;F:\j2sdk1.4.2_16\bin;F:\oracle\product\10.2.0\db_1\OPatch;F:\usr\sap\BS1\SYS\exe\uc\NTI386
    -> arg[ 28]: -Dmemory.manager=1024M
    -> arg[ 29]: -Xmx1024M
    -> arg[ 30]: -Xms1024M
    -> arg[ 31]: -DLoadBalanceRestricted=no
    -> arg[ 32]: -Djstartup.mode=JCONTROL
    -> arg[ 33]: -Djstartup.ownProcessId=4428
    -> arg[ 34]: -Djstartup.ownHardwareId=E0215248427
    -> arg[ 35]: -Djstartup.whoami=server
    -> arg[ 36]: -Djstartup.debuggable=no
    -> arg[ 37]: -DSAPINFO=BS1_01_server
    -> arg[ 38]: -DSAPSTART=1
    -> arg[ 39]: -DCONNECT_PORT=3207
    -> arg[ 40]: -DSAPSYSTEM=01
    -> arg[ 41]: -DSAPSYSTEMNAME=BS1
    -> arg[ 42]: -DSAPMYNAME=sapserver2_BS1_01
    -> arg[ 43]: -DSAPPROFILE=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
    -> arg[ 44]: -DFRFC_FALLBACK=ON
    -> arg[ 45]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 46]: -DSAPSTARTUP=1
    -> arg[ 47]: -DSAPSYSTEM=01
    -> arg[ 48]: -DSAPSYSTEMNAME=BS1
    -> arg[ 49]: -DSAPMYNAME=sapserver2_BS1_01
    -> arg[ 50]: -DSAPDBHOST=sapserver2
    -> arg[ 51]: -Dj2ee.dbhost=sapserver2
    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
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4892] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 4332] Mon Jun 02 16:53:08 2008
    [Thr 4332] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 4332] Mon Jun 02 16:53:10 2008
    [Thr 4332] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 4332] JLaunchISetClusterId: set cluster id 13330450
    [Thr 4332] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 4332] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 6016] Mon Jun 02 16:53:54 2008
    [Thr 6016] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 6016] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "F:\usr\sap\BS1\DVEBMGS01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID13330450
    pid         : 2956
    system name : BS1
    system nr.  : 01
    started at  : Mon Jun 02 16:53:55 2008
    arguments       :
           arg[00] : F:\usr\sap\BS1\DVEBMGS01\exe\jlaunch.exe
           arg[01] : pf=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[02] : -DSAPINFO=BS1_01_server
           arg[03] : pf=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=3207
           arg[06] : -DSAPSYSTEM=01
           arg[07] : -DSAPSYSTEMNAME=BS1
           arg[08] : -DSAPMYNAME=sapserver2_BS1_01
           arg[09] : -DSAPPROFILE=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 3392] Mon Jun 02 16:53:55 2008
    [Thr 3392] *** WARNING => INFO: Unknown property [instance.box.number=BS1DVEBMGS01sapserver2] [jstartxx.c   841]
    [Thr 3392] *** WARNING => INFO: Unknown property [instance.en.host=sapserver2] [jstartxx.c   841]
    [Thr 3392] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 3392] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties]
    -> ms host    : sapserver2
    -> ms port    : 3900
    -> OS libs    : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sapserver2
    -> ms port    : 3900
    -> os libs    : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID13330400 : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID13330450 : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID13330400           : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] ID13330450           : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    [Thr 3392] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 3392] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 3352] JLaunchRequestFunc: Thread 3352 started as listener thread for np messages.
    [Thr 2872] WaitSyncSemThread: Thread 2872 started as semaphore monitor thread.
    [Thr 3392] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 3392] CPIC (version=700.2005.12.02)
    [Thr 3392] [Node: server0] java home is set by profile parameter
         Java Home: F:\j2sdk1.4.2_12
    [Thr 3392] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID13330450]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : F:\j2sdk1.4.2_12
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_12-b03
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\BS1\DVEBMGS01\exe\jstartup.jar;F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 3392] JLaunchISetDebugMode: set debug mode [no]
    [Thr 2808] JLaunchIStartFunc: Thread 2808 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=256M
    -> arg[ 10]: -XX:PermSize=256M
    -> arg[ 11]: -XX:NewSize=171M
    -> arg[ 12]: -XX:MaxNewSize=171M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dsys.global.dir=F:\usr\sap\BS1\SYS\global
    -> arg[ 25]: -Dapplication.home=F:\usr\sap\BS1\DVEBMGS01\exe
    -> arg[ 26]: -Djava.class.path=F:\usr\sap\BS1\DVEBMGS01\exe\jstartup.jar;F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=F:\j2sdk1.4.2_12\jre\bin\server;F:\j2sdk1.4.2_12\jre\bin;F:\j2sdk1.4.2_12\bin;F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs;F:\Program Files\PC Connectivity Solution\;F:\oracle\product\10.2.0\db_1\bin;F:\WINDOWS\system32;F:\WINDOWS;F:\WINDOWS\System32\Wbem;F:\j2sdk1.4.2_16\bin;F:\oracle\product\10.2.0\db_1\OPatch;F:\usr\sap\BS1\SYS\exe\uc\NTI386
    -> arg[ 28]: -Dmemory.manager=1024M
    -> arg[ 29]: -Xmx1024M
    -> arg[ 30]: -Xms1024M
    -> arg[ 31]: -DLoadBalanceRestricted=no
    -> arg[ 32]: -Djstartup.mode=JCONTROL
    -> arg[ 33]: -Djstartup.ownProcessId=2956
    -> arg[ 34]: -Djstartup.ownHardwareId=E0215248427
    -> arg[ 35]: -Djstartup.whoami=server
    -> arg[ 36]: -Djstartup.debuggable=no
    -> arg[ 37]: -DSAPINFO=BS1_01_server
    -> arg[ 38]: -DSAPSTART=1
    -> arg[ 39]: -DCONNECT_PORT=3207
    -> arg[ 40]: -DSAPSYSTEM=01
    -> arg[ 41]: -DSAPSYSTEMNAME=BS1
    -> arg[ 42]: -DSAPMYNAME=sapserver2_BS1_01
    -> arg[ 43]: -DSAPPROFILE=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
    -> arg[ 44]: -DFRFC_FALLBACK=ON
    -> arg[ 45]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 46]: -DSAPSTARTUP=1
    -> arg[ 47]: -DSAPSYSTEM=01
    -> arg[ 48]: -DSAPSYSTEMNAME=BS1
    -> arg[ 49]: -DSAPMYNAME=sapserver2_BS1_01
    -> arg[ 50]: -DSAPDBHOST=sapserver2
    -> arg[ 51]: -Dj2ee.dbhost=sapserver2
    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
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 2808] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 3660] Mon Jun 02 16:53:57 2008
    [Thr 3660] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 3660] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 3660] JLaunchISetClusterId: set cluster id 13330450
    [Thr 3660] Mon Jun 02 16:53:58 2008
    [Thr 3660] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 3660] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 3384] Mon Jun 02 16:54:29 2008
    [Thr 3384] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3384] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "F:\usr\sap\BS1\DVEBMGS01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID13330450
    pid         : 3124
    system name : BS1
    system nr.  : 01
    started at  : Mon Jun 02 16:54:31 2008
    arguments       :
           arg[00] : F:\usr\sap\BS1\DVEBMGS01\exe\jlaunch.exe
           arg[01] : pf=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[02] : -DSAPINFO=BS1_01_server
           arg[03] : pf=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=3207
           arg[06] : -DSAPSYSTEM=01
           arg[07] : -DSAPSYSTEMNAME=BS1
           arg[08] : -DSAPMYNAME=sapserver2_BS1_01
           arg[09] : -DSAPPROFILE=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 2724] Mon Jun 02 16:54:31 2008
    [Thr 2724] *** WARNING => INFO: Unknown property [instance.box.number=BS1DVEBMGS01sapserver2] [jstartxx.c   841]
    [Thr 2724] *** WARNING => INFO: Unknown property [instance.en.host=sapserver2] [jstartxx.c   841]
    [Thr 2724] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 2724] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties]
    -> ms host    : sapserver2
    -> ms port    : 3900
    -> OS libs    : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sapserver2
    -> ms port    : 3900
    -> os libs    : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID13330400 : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID13330450 : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID13330400           : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] ID13330450           : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    [Thr 2724] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 2724] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 2976] JLaunchRequestFunc: Thread 2976 started as listener thread for np messages.
    [Thr 328] WaitSyncSemThread: Thread 328 started as semaphore monitor thread.
    [Thr 2724] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 2724] CPIC (version=700.2005.12.02)
    [Thr 2724] [Node: server0] java home is set by profile parameter
         Java Home: F:\j2sdk1.4.2_12
    [Thr 2724] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID13330450]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : F:\j2sdk1.4.2_12
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_12-b03
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\BS1\DVEBMGS01\exe\jstartup.jar;F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 2724] JLaunchISetDebugMode: set debug mode [no]
    [Thr 3192] JLaunchIStartFunc: Thread 3192 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=256M
    -> arg[ 10]: -XX:PermSize=256M
    -> arg[ 11]: -XX:NewSize=171M
    -> arg[ 12]: -XX:MaxNewSize=171M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dsys.global.dir=F:\usr\sap\BS1\SYS\global
    -> arg[ 25]: -Dapplication.home=F:\usr\sap\BS1\DVEBMGS01\exe
    -> arg[ 26]: -Djava.class.path=F:\usr\sap\BS1\DVEBMGS01\exe\jstartup.jar;F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=F:\j2sdk1.4.2_12\jre\bin\server;F:\j2sdk1.4.2_12\jre\bin;F:\j2sdk1.4.2_12\bin;F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs;F:\Program Files\PC Connectivity Solution\;F:\oracle\product\10.2.0\db_1\bin;F:\WINDOWS\system32;F:\WINDOWS;F:\WINDOWS\System32\Wbem;F:\j2sdk1.4.2_16\bin;F:\oracle\product\10.2.0\db_1\OPatch;F:\usr\sap\BS1\SYS\exe\uc\NTI386
    -> arg[ 28]: -Dmemory.manager=1024M
    -> arg[ 29]: -Xmx1024M
    -> arg[ 30]: -Xms1024M
    -> arg[ 31]: -DLoadBalanceRestricted=no
    -> arg[ 32]: -Djstartup.mode=JCONTROL
    -> arg[ 33]: -Djstartup.ownProcessId=3124
    -> arg[ 34]: -Djstartup.ownHardwareId=E0215248427
    -> arg[ 35]: -Djstartup.whoami=server
    -> arg[ 36]: -Djstartup.debuggable=no
    -> arg[ 37]: -DSAPINFO=BS1_01_server
    -> arg[ 38]: -DSAPSTART=1
    -> arg[ 39]: -DCONNECT_PORT=3207
    -> arg[ 40]: -DSAPSYSTEM=01
    -> arg[ 41]: -DSAPSYSTEMNAME=BS1
    -> arg[ 42]: -DSAPMYNAME=sapserver2_BS1_01
    -> arg[ 43]: -DSAPPROFILE=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
    -> arg[ 44]: -DFRFC_FALLBACK=ON
    -> arg[ 45]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 46]: -DSAPSTARTUP=1
    -> arg[ 47]: -DSAPSYSTEM=01
    -> arg[ 48]: -DSAPSYSTEMNAME=BS1
    -> arg[ 49]: -DSAPMYNAME=sapserver2_BS1_01
    -> arg[ 50]: -DSAPDBHOST=sapserver2
    -> arg[ 51]: -Dj2ee.dbhost=sapserver2
    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
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 3192] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 2548] Mon Jun 02 16:54:32 2008
    [Thr 2548] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 2548] Mon Jun 02 16:54:33 2008
    [Thr 2548] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 2548] JLaunchISetClusterId: set cluster id 13330450
    [Thr 2548] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 2548] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 3224] Mon Jun 02 16:55:05 2008
    [Thr 3224] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 3224] JLaunchCloseProgram: good bye (exitcode = -11113)
    trc file: "F:\usr\sap\BS1\DVEBMGS01\work\dev_server0", trc level: 1, release: "700"
    node name   : ID13330450
    pid         : 4980
    system name : BS1
    system nr.  : 01
    started at  : Mon Jun 02 16:55:06 2008
    arguments       :
           arg[00] : F:\usr\sap\BS1\DVEBMGS01\exe\jlaunch.exe
           arg[01] : pf=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[02] : -DSAPINFO=BS1_01_server
           arg[03] : pf=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[04] : -DSAPSTART=1
           arg[05] : -DCONNECT_PORT=3207
           arg[06] : -DSAPSYSTEM=01
           arg[07] : -DSAPSYSTEMNAME=BS1
           arg[08] : -DSAPMYNAME=sapserver2_BS1_01
           arg[09] : -DSAPPROFILE=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
           arg[10] : -DFRFC_FALLBACK=ON
           arg[11] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 5704] Mon Jun 02 16:55:06 2008
    [Thr 5704] *** WARNING => INFO: Unknown property [instance.box.number=BS1DVEBMGS01sapserver2] [jstartxx.c   841]
    [Thr 5704] *** WARNING => INFO: Unknown property [instance.en.host=sapserver2] [jstartxx.c   841]
    [Thr 5704] *** WARNING => INFO: Unknown property [instance.en.port=3200] [jstartxx.c   841]
    [Thr 5704] *** WARNING => INFO: Unknown property [instance.system.id=1] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties]
    -> ms host    : sapserver2
    -> ms port    : 3900
    -> OS libs    : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    Instance properties
    -> ms host    : sapserver2
    -> ms port    : 3900
    -> os libs    : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID13330400 : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID13330450 : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID13330400           : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    -> [01] ID13330450           : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\instance.properties
    [Thr 5704] JLaunchRequestQueueInit: create named pipe for ipc
    [Thr 5704] JLaunchRequestQueueInit: create pipe listener thread
    [Thr 4384] JLaunchRequestFunc: Thread 4384 started as listener thread for np messages.
    [Thr 5272] WaitSyncSemThread: Thread 5272 started as semaphore monitor thread.
    [Thr 5704] NiInit3: NI already initialized; param 'maxHandles' ignored (1;202)
    [Thr 5704] CPIC (version=700.2005.12.02)
    [Thr 5704] [Node: server0] java home is set by profile parameter
         Java Home: F:\j2sdk1.4.2_12
    [Thr 5704] JStartupICheckFrameworkPackage: can't find framework package F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar
    JStartupIReadSection: read node properties [ID13330450]
    -> node name          : server0
    -> node type          : server
    -> node execute       : yes
    -> jlaunch parameters :
    -> java path          : F:\j2sdk1.4.2_12
    -> java parameters    : -Djava.security.policy=./java.policy -Djava.security.egd=file:/dev/urandom -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy -Djco.jarm=1 -XX:MaxPermSize=256M -XX:PermSize=256M -XX:NewSize=171M -XX:MaxNewSize=171M -XX:DisableExplicitGC -verbose:gc -Xloggc:GC.log -XX:PrintGCDetails -XX:+PrintGCTimeStamps -Djava.awt.headless=true -Dsun.io.useCanonCaches=false -XX:SoftRefLRUPolicyMSPerMB=1 -XX:SurvivorRatio=2 -XX:TargetSurvivorRatio=90 -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> java vm version    : 1.4.2_12-b03
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 1024M
    -> init heap size     : 1024M
    -> root path          : F:\usr\sap\BS1\DVEBMGS01\j2ee\cluster\server0
    -> class path         : .\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> OS libs path       : F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs
    -> main class         : com.sap.engine.boot.Start
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : F:\usr\sap\BS1\DVEBMGS01\exe\jstartup.jar;F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar
    -> shutdown class     : com.sap.engine.boot.Start
    -> parameters         :
    -> debuggable         : no
    -> debug mode         : no
    -> debug port         : 50121
    -> shutdown timeout   : 120000
    [Thr 5704] JLaunchISetDebugMode: set debug mode [no]
    [Thr 4764] JLaunchIStartFunc: Thread 4764 started as Java VM thread.
    JHVM_LoadJavaVM: VM Arguments of node [server0]
    -> stack   : 262144 Bytes
    -> arg[  0]: exit
    -> arg[  1]: abort
    -> arg[  2]: vfprintf
    -> arg[  3]: -Djava.security.policy=./java.policy
    -> arg[  4]: -Djava.security.egd=file:/dev/urandom
    -> arg[  5]: -Dorg.omg.CORBA.ORBClass=com.sap.engine.system.ORBProxy
    -> arg[  6]: -Dorg.omg.CORBA.ORBSingletonClass=com.sap.engine.system.ORBSingletonProxy
    -> arg[  7]: -Djavax.rmi.CORBA.PortableRemoteObjectClass=com.sap.engine.system.PortableRemoteObjectProxy
    -> arg[  8]: -Djco.jarm=1
    -> arg[  9]: -XX:MaxPermSize=256M
    -> arg[ 10]: -XX:PermSize=256M
    -> arg[ 11]: -XX:NewSize=171M
    -> arg[ 12]: -XX:MaxNewSize=171M
    -> arg[ 13]: -XX:+DisableExplicitGC
    -> arg[ 14]: -verbose:gc
    -> arg[ 15]: -Xloggc:GC.log
    -> arg[ 16]: -XX:+PrintGCDetails
    -> arg[ 17]: -XX:+PrintGCTimeStamps
    -> arg[ 18]: -Djava.awt.headless=true
    -> arg[ 19]: -Dsun.io.useCanonCaches=false
    -> arg[ 20]: -XX:SoftRefLRUPolicyMSPerMB=1
    -> arg[ 21]: -XX:SurvivorRatio=2
    -> arg[ 22]: -XX:TargetSurvivorRatio=90
    -> arg[ 23]: -Dorg.omg.PortableInterceptor.ORBInitializerClass.com.sap.engine.services.ts.jts.ots.PortableInterceptor.JTSInitializer
    -> arg[ 24]: -Dsys.global.dir=F:\usr\sap\BS1\SYS\global
    -> arg[ 25]: -Dapplication.home=F:\usr\sap\BS1\DVEBMGS01\exe
    -> arg[ 26]: -Djava.class.path=F:\usr\sap\BS1\DVEBMGS01\exe\jstartup.jar;F:\usr\sap\BS1\DVEBMGS01\exe\jvmx.jar;.\bin\boot\boot.jar;.\bin\boot\jaas.jar;.\bin\system\bytecode.jar;.
    -> arg[ 27]: -Djava.library.path=F:\j2sdk1.4.2_12\jre\bin\server;F:\j2sdk1.4.2_12\jre\bin;F:\j2sdk1.4.2_12\bin;F:\usr\sap\BS1\DVEBMGS01\j2ee\os_libs;F:\Program Files\PC Connectivity Solution\;F:\oracle\product\10.2.0\db_1\bin;F:\WINDOWS\system32;F:\WINDOWS;F:\WINDOWS\System32\Wbem;F:\j2sdk1.4.2_16\bin;F:\oracle\product\10.2.0\db_1\OPatch;F:\usr\sap\BS1\SYS\exe\uc\NTI386
    -> arg[ 28]: -Dmemory.manager=1024M
    -> arg[ 29]: -Xmx1024M
    -> arg[ 30]: -Xms1024M
    -> arg[ 31]: -DLoadBalanceRestricted=no
    -> arg[ 32]: -Djstartup.mode=JCONTROL
    -> arg[ 33]: -Djstartup.ownProcessId=4980
    -> arg[ 34]: -Djstartup.ownHardwareId=E0215248427
    -> arg[ 35]: -Djstartup.whoami=server
    -> arg[ 36]: -Djstartup.debuggable=no
    -> arg[ 37]: -DSAPINFO=BS1_01_server
    -> arg[ 38]: -DSAPSTART=1
    -> arg[ 39]: -DCONNECT_PORT=3207
    -> arg[ 40]: -DSAPSYSTEM=01
    -> arg[ 41]: -DSAPSYSTEMNAME=BS1
    -> arg[ 42]: -DSAPMYNAME=sapserver2_BS1_01
    -> arg[ 43]: -DSAPPROFILE=F:\usr\sap\BS1\SYS\profile\BS1_DVEBMGS01_sapserver2
    -> arg[ 44]: -DFRFC_FALLBACK=ON
    -> arg[ 45]: -DFRFC_FALLBACK_HOST=localhost
    -> arg[ 46]: -DSAPSTARTUP=1
    -> arg[ 47]: -DSAPSYSTEM=01
    -> arg[ 48]: -DSAPSYSTEMNAME=BS1
    -> arg[ 49]: -DSAPMYNAME=sapserver2_BS1_01
    -> arg[ 50]: -DSAPDBHOST=sapserver2
    -> arg[ 51]: -Dj2ee.dbhost=sapserver2
    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
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    [Thr 4764] JHVM_LoadJavaVM: Java VM created OK.
    JHVM_BuildArgumentList: main method arguments of node [server0]
    [Thr 2096] Mon Jun 02 16:55:08 2008
    [Thr 2096] JHVM_RegisterNatives: registering methods in com.sap.bc.krn.perf.PerfTimes
    [Thr 2096] JHVM_RegisterNatives: registering methods in com.sap.bc.proj.jstartup.JStartupFramework
    [Thr 2096] JLaunchISetClusterId: set cluster id 13330450
    [Thr 2096] JLaunchISetState: change state from [Initial (0)] to [Waiting for start (1)]
    [Thr 2096] JLaunchISetState: change state from [Waiting for start (1)] to [Starting (2)]
    [Thr 4752] Mon Jun 02 16:55:40 2008
    [Thr 4752] JLaunchIExitJava: exit hook is called (rc = -11113)
    [Thr 4752] JLaunchCloseProgram: good bye (exitcode = -11113)

  • Secure storage not seen from configtool and Portal not starting

    Hi,
    My Portal is not starting. The dispatcher and sdm are starting,but server0 is not able to start.The exit code displayed was -11113.
    I checked up the log files and the error displayed was :
    No active user store set.
    I opened up the Configtool , and the secure storage node and ume ldap storage  node are not seen at all.
    Here is a what was found in the trace file:
    <b>#
    #1.5#000180522ADA001E0000000A000017A4000408D055EC5E0A#1135590794609#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_58##0#0#Error#1#/System/Server#Java###Core service security failed. J2EE Engine cannot be started.
    [EXCEPTION]
    #1#com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
                at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:186)
                at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:201)
                at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:142)
                at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
                at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
                at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:98)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
                at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
                at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:322)
                at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:57)
                at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
                at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:146)
                ... 5 more</b>
    Can anyone explain how I must solve this problem.
    (People who answer the question will be richly rewarded)
    Regards,
    Harish

    Hi Harish,
       Check whether your SecStore.properties file exists in <SID>\SYS\global\security\data folder. If not, place that file from the backups you have.
    Regards,
    Siva
    P.S: Award points if you find this useful.

  • Exhausted with all options for error "No active userstore is set"

    Dear Experts,
    I changed the client number to 200 in UME configuration from default client number 001. Also I had created a system user SAPJSF in the backend system in client 200. I restarted the j2ee engine but its not starting. I received this error WebAS running. Server not found. The log says "No active userstore is set".
    I have researched the forum and tried out *all the notes and set the parameters in visual administrator tool*. Nothing is working.
    I have reinstalled my system atleast 4 times after and finally I have exhausted with all options.
    Please Help.

    Dear Sunny,
    Thanks for the response. I had tried it for both client 000 and client 001. The problem still persists. I am thinking of raising an OSS message. Any other suggestion appreciated.
    Regards,
    P Thompson

  • No active userstore is set

    Hi
    I receive this error from ther server0 when installing webas for java on windows.
    Loading: LogManager ... 2703 ms.
    Loading: PoolManager ... 266 ms.
    Loading: ApplicationThreadManager ... 844 ms.
    Loading: ThreadManager ... 406 ms.
    Loading: IpVerificationManager ... 0 ms.
    Loading: ClassLoaderManager ... 94 ms.
    Loading: ClusterManager ... My Library Path is: C:\j2sdk1.4.2_06\jre\bin\server;C:\j2sdk1.4.2_06\jre\bin;C:\j2sdk1.4.2_06\bin;D:\usr\sap\J2E\JC00\j2ee\os_libs;D:\ORACLE\EP6\920\jre\1.4.2\bin\client;D:\ORACLE\EP6\920\jre\1.4.2\bin;D:\TREX\Python\.;C:\jdk1.3.1_11\bin;D:\ORACLE\EP6\920\bin;C:\Program\Oracle\jre\1.3.1\bin;C:\Program\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program\Microsoft SQL Server\80\Tools\BINN;D:\TREX;D:\usr\sap\J2E\SCS01\exe;D:\usr\sap\J2E\JC00\exe;D:\usr\sap\J2E\SYS\exe\run
    2234 ms.
    Loading: LockingManager ... My Library Path is: C:\j2sdk1.4.2_06\jre\bin\server;C:\j2sdk1.4.2_06\jre\bin;C:\j2sdk1.4.2_06\bin;D:\usr\sap\J2E\JC00\j2ee\os_libs;D:\ORACLE\EP6\920\jre\1.4.2\bin\client;D:\ORACLE\EP6\920\jre\1.4.2\bin;D:\TREX\Python\.;C:\jdk1.3.1_11\bin;D:\ORACLE\EP6\920\bin;C:\Program\Oracle\jre\1.3.1\bin;C:\Program\Oracle\jre\1.1.8\bin;C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program\Microsoft SQL Server\80\Tools\BINN;D:\TREX;D:\usr\sap\J2E\SCS01\exe;D:\usr\sap\J2E\JC00\exe;D:\usr\sap\J2E\SYS\exe\run
    1672 ms.
    Loading: ConfigurationManager ... 7563 ms.
    Loading: LicensingManager ... 203 ms.
    Loading: ServiceManager ...
    Loading services:
      service memory started. (31 ms)
      service jmx_notification started. (32 ms)
      service cross started. (15 ms)
      service file started. (172 ms)
      service runtimeinfo started. (0 ms)
      service timeout started. (438 ms)
      service p4 started. (1016 ms)
      service userstore started. (515 ms)
      service classpath_resolver started. (0 ms)
      service deploy started. (2063 ms)
      service tcsecwssec~service started. (2953 ms)
      service log_configurator started. (5984 ms)
      service locking started. (0 ms)
      service failover started. (6094 ms)
      service naming started. (1047 ms)
      service http started. (1203 ms)
      service javamail started. (1203 ms)
      service appclient started. (1188 ms)
      service ts started. (1250 ms)
      service jmsconnector started. (1297 ms)
      service connector started. (1500 ms)
      service webservices started. (1453 ms)
      service configuration started. (172 ms)
      service licensing started. (593 ms)
      service dbpool started. (4406 ms)
      service com.sap.security.core.ume.service started. (2860 ms)
      service security ================= ERROR =================
      CORE SERVICE ERROR! security
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:162)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:144)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:107)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:279)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:50)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:125)
         ... 3 more
    caused by -
    com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.update(LogonInfoLogger.java:279)
         at com.sap.engine.services.security.server.jaas.LogonInfoLogger.<init>(LogonInfoLogger.java:50)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:54)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:125)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:144)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:107)
         at java.lang.Thread.run(Thread.java:534)
    Anyone else got this? Ideas?
    Cheers,
    Max

    Dear Max,
    There is a note that deals with the exact case:
    SAP Note No. 1042418- "No active userstore is set".
    When the UME is connected to ABAP server, below are the parameters that need to be checked. Steps :
    1) Login to the configtool->switch to the configuration editor mode->configuration->cluster_data->server-> cfg> services->
    Propertysheet com.sap.security.core.ume.service.
    Check the below values:
    ->ume.persistence.data_source_configuration=  dataSourceConfiguration_abap.xml
    ->ume.login.guest_user.uniqueids : J2EE_GUEST
    ->ume.r3.connection.master.client :< Backend client to which the j2ee has to be connected >
    ->ume.r3.connection.master.msghost
    ->ume.r3.connection.master.r3name :
    ->ume.r3.connection.master.user :SAPJSF (SAP_BC_JSF_COMMUNICATION should be assigned in the backend)
    ->ume.r3.connection.master.passwd: <passwd of the sapjsf user>
    Make sure that the J2EE_guest user is present only in the ABAP server (not in the local DB) and has the role SAP_J2EE_GUEST assigned to it.
    After that restart the J2EE engine. For more info:
    http://help.sap.com/saphelp_nw04/helpdata/en/84/10594aecd3e1408845e66c43
    2b955e/frameset.htm
    If the issue persists, trigger a restart of the engine anc check the below logs:
    /usr/sap/<SID>/JC<nr>/cluster/server0/logs/defalt trace.trc and the work folder updated files. This should help in future investigation.
    Please close the thread if the query is resolved.
    Thank you and have a nice day!
    Kind Regards,
    Hemanth
    SAP ACTIVE GLOBAL SUPPORT

  • WebLogic Portal not starting

    Hi Folks,
    I downloaded and installed weblogic 6.1 and weblogic portal 4.0. The weblogic server
    starts and runs with no problems. When I try starting the portal server I get the
    following error.
    Does anybody know whats causing this?
    <May 20, 2002 8:48:58 AM EDT> <Info> <Security> <Getting boot password from user
    .>
    Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Press any key to continue . . .

    "rich" <[email protected]> wrote:
    >
    >
    Hi Folks,
    I downloaded and installed weblogic 6.1 and weblogic portal 4.0. The weblogic
    server
    starts and runs with no problems. When I try starting the portal server
    I get the
    following error.
    Does anybody know whats causing this?
    <May 20, 2002 8:48:58 AM EDT> <Info> <Security> <Getting boot password from
    user
    .>
    Enter password to boot WebLogic server:
    Starting WebLogic Server ....
    The WebLogic Server did not start up properly.
    Exception raised:
    java.lang.IllegalAccessError: try to access method weblogic/management/internal/
    Helper.preloadMBeanInfos()V from class weblogic/management/Admin
    at weblogic.management.Admin.initialize(Admin.java:210)
    at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:362)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:202)
    at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception
    Press any key to continue . . .After the reading the release notes I noticed other configurations that need to take
    place inorder for it to run with weblogic SP2. Here is the info that got it working:
    To Run Portal on WLS 6.1 SP2
    The following steps are required to run WebLogic Portal 4.0 with Service Pack 1 on
    WLS 6.1 with SP2:
    Apply Service Pack 1, as explained in the Installation Guide.
    Remove patches.jar
    Change the CapacityIncrement setting
    Remove patches.jar
    To remove patches.jar from your installation, take the following steps:
    Edit the set-environment.bat (Windows) / set-environment.sh (Solaris) to exclude
    reference to patches.jar.
    Delete patches.jar from bea_home/lib/ directory
    Change the CapacityIncrement setting
    In the P13N domain, this value is set to 0, which conflicts with WLS 6.1 SP2. Change
    this setting to 1 by editing the config.xml file.
    For more information on the CapacityIncrement setting in WLS 6.1, consult Configuring
    WebLogic JDBC Features in Programming WebLogic JDBC.

  • Workshop 3.3 + Liferay 4.1.3 (Tomcat bundle) portal not starting

    I downloaded the Liferay Portal Professional 4.1.3 (Bundled with Tomcat for JDK 5.0) available at http://www.liferay.com/web/guest/downloads. I installed it on a an Eclipse 3.2.1 SDK and was able to successfully start deploy a portlet to it.
    I then added the server runtime in BEA Workshop and added a new server to use this runtime and added my portlet project to it. When I try to start the server I get the dreaded "An internal error occurred during: ..." error dialog. Here is the contents of the log file:
    !ENTRY org.eclipse.core.jobs 4 2 2006-12-05 22:04:40.468
    !MESSAGE An internal error occurred during: "Starting server - liferay-portal(tomcat)-v4.1.1 1".
    !STACK 0
    java.lang.NullPointerException
         at com.bea.wstudio.debugger.WorkshopTomcatLaunchConfigurationDelegate.launch(Unknown Source)
         at com.bea.wstudio.debugger.WebAppServerLaunchConfigurationDelegate.launch(Unknown Source)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
         at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:558)
         at org.eclipse.wst.server.core.internal.Server.start(Server.java:1226)
         at org.eclipse.wst.server.core.internal.Server.synchronousStart(Server.java:1611)
         at org.eclipse.wst.server.core.internal.StartServerJob.run(StartServerJob.java:34)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
    The server does not start. My initial guess is this has to do with some weird combination of the Liferay Tomcat bundle and BEA Workshop Studio. I am wondering if anyone else can try this and let me know if they have successfully got this to work.
    Thanks in advance for any help.
    -sud

    Ok...I lied....
    I also get this error on the Session Example Servlet that is packaged with Tomcat.....
    -a

  • Adobe Active File Monitor V12 will not start/ program crashes & other errors

    I have recently installed Version 12 of Photoshop Elements on Windows XP Pro (service pack 3).
    If I try to specify "Watched Folders" PE tells me to start the Adobe Active File Monitor in Admin Tools - Services.
    If I try to manually start this service it reports that:
    "Could not start the Adobe Active File Monitor V12 service on local computer Error 1067. The process terminated unexpectedly"
    If I look at the Event Viewer in XP there are numerous errors reporting that this service has attempted to start automatically with the following error:
    Event Type: Error
    Event Source: Application Error
    Event Category: (100)
    Event ID: 1000
    Date:  30/11/2013
    Time:  17:53:01
    User:  N/A
    Computer: NICOLA
    Description:
    Faulting application PhotoshopElementsFileAgent.exe, version 12.0.0.0, faulting module unknown, version 0.0.0.0, fault address 0x73657275.
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 41 70 70 6c 69 63 61 74   Applicat
    0008: 69 6f 6e 20 46 61 69 6c   ion Fail
    0010: 75 72 65 20 20 50 68 6f   ure  Pho
    0018: 74 6f 73 68 6f 70 45 6c   toshopEl
    0020: 65 6d 65 6e 74 73 46 69   ementsFi
    0028: 6c 65 41 67 65 6e 74 2e   leAgent.
    0030: 65 78 65 20 31 32 2e 30   exe 12.0
    0038: 2e 30 2e 30 20 69 6e 20   .0.0 in
    0040: 75 6e 6b 6e 6f 77 6e 20   unknown
    0048: 30 2e 30 2e 30 2e 30 20   0.0.0.0
    0050: 61 74 20 6f 66 66 73 65   at offse
    0058: 74 20 37 33 36 35 37 32   t 736572
    0060: 37 35                     75
    In addition the Photoshop Organiser crashes frequently and If I edit a picture and save it to the stack, it does not appear in the catalogue so I have to manually get the picture and stack it with the original. I assume that these problems are related to the above problem.
    My original installation co-existed with Version 3 so I uninstalled this old version then uninstaled and reinstalled version 12. This made no difference to the problem.
    Any ideas on this problem?     

    Thanks for that suggestion Michel.
    Killing the AutoAnalyzer using these instructions (http://barbarabrundage.com/2013/10/31/the-elements-12-auto-analyzer-adobes-evil-undead/doe s ) does seem to have solved the problem of edited pictures not being saved to the stack - although I have noticed that since disabling the autoanalyzer, when saving a file, the editor almost always now does not display the option window which allows you to choose if you want to save with the stack etc. It usually only shows the JPEG quality selector window.
    Its too early for me to say if making this change has reduced the frequency of crashes but it certainly has not solved the problem with the Watched Folders so Im still looking for a solution to this one.

  • Portal not starting after a copy on another server

    We have copy our development portal to another server. We are working
    on a EP 6.0 SP2 Patch4 on a WAS 6.20.
    The j2ee engine is working correctly but the dispatcher can not start.
    The error message is "Service Unavailable 503! Initialization of
    Dispatcher failed" when we try to connect the irj part.
    It can come from the LDAP connection and we want to break that link.
    Help will be appreciated.
    Please find an extract of the log:
    Caused by: java.lang.NullPointerException
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.scanpcd(UserManagementService.java:693)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.scandir(UserManagementService.java:737)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.readPCD(UserManagementService.java:1090)
         at com.sapportals.portal.prt.service.usermanagement.UserManagementService.init(UserManagementService.java:220)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.getServiceInstance(PortalServiceItem.java:464)
         at com.sapportals.portal.prt.core.service.ServiceManager.get(ServiceManager.java:163)
         at com.sapportals.portal.prt.runtime.Portal$RuntimeResources.getService(Portal.java:132)
         at com.sapportals.portal.prt.service.license.LicenseService.init(LicenseService.java:94)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.__initServiceInstance(PortalServiceItem.java:678)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.createServiceInstance(PortalServiceItem.java:519)
         at com.sapportals.portal.prt.core.broker.PortalServiceItem.startServices(PortalServiceItem.java:875)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startLoadOnStartupServices(PortalAppBroker.java:1470)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.start(PortalAppBroker.java:1426)
         at com.sapportals.portal.prt.core.broker.PortalAppBroker.startCoreApplications(PortalAppBroker.java:1360)
         at com.sapportals.portal.prt.runtime.Portal.init(Portal.java:345)
         at com.sapportals.portal.prt.core.PortalCoreInitializer.coreInit(PortalCoreInitializer.java:55)
         at com.sapportals.portal.prt.dispatcher.PortalInitializer.(ServletsAndJspImpl.java:200)
         at com.inqmy.services.servlets_jsp.server.ServletsAndJspServerFrame.start(ServletsAndJspServerFrame.java:125)
         at com.inqmy.core.service.application.ApplicationServiceRunner.startFrame(ApplicationServiceRunner.java:55)
         at com.inqmy.core.service.container.ServiceRunner.run(ServiceRunner.java:129)
         at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    This is the first service failing to load.
    Rémi
    Message was edited by: Rémi BLANCHARD

    Hi
    I did not use a standard SAP operation. I copy my portal doing these operations:
    - copy of /usr/sap + I change the server name + ip adress inside the files
    - copy de /oracle
    - SIDadm et oraSID users + groups creation
    - copy of the .profile files
    - copy of java
    Regards

  • Portal not starting - Error: Couldn't connect to DB

    Hi
    I have installed a WAS ABAP 6.40 stack running on AIX 5.2 and Oracle 9.2.0.6. I then successfully installed a JAVA add-on stack. I then successfully installed a portal.
    The portal was working fine, I could successfully logon to it via the url http://<fully qualified hostname>:58400/irj (84 being my instance number)
    Now the portal no longer works. Some investigation has found that my J2EE engine is no longer starting.
    When I enter the command startsap as <sid>adm, I see the following:
    Checking BWD Database
    J2EE Database is not available via  test
    See logfile JdbcCon.log
    Below is an extract from the file /home/<sid>adm/JdbCcon.log
    Error: Couldn't connect to DB
    java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Also from the log file /usr/sap/<SID>/DVEBMGS84/work/std_server0.out I can see the following:
    <SAP J2EE Engine Version 6.40 PatchLevel 87289.311 is shutting down!>
    If anyone can advise, it would be greatly appreciated.
    Regards
    Sam

    Hi Sam,
    Sometimes it is only because you have not set the environment correctly (ORACLE_HOME, ORACLE_SID).
    Is your TNSNAMES.ORA correct?
    If you do a "ps -ef |grep oracle" you should get a list of processes. Make sure you see PMON and SMON processes as well as the LSNR processes.
    If you don't see the LSNR processes start the listener.
    If this don't help try to start the DB manually and check with tsnping, otherwise come back again with mor info.
    regards
    Wolfgang

  • Enterprise portal not starting , error java.lang.NoClassDefFoundError:

    hi friends , till mondy my EP module was starting, today it has stopped. i had only applied some new SP7 patches to make my VC work however it resulted in failure of EP.
    url i am trying is http://ps3381:50100/irj/portal
    i am getting following error
    Application error occurred during request processing.
      Details:   <b>java.lang.NoClassDefFoundError: com/sapportals/common/TracingConsts</b>Exception id: [001125F032ED006D0000002400000F980004211489009873]
    please let me know what can be issue. is this the right forum to post in ....
    thanks,
    rohit

    Hi,
    please look at the startup logs to see what is the problem.
    IF the services are not running then look at usr\sap\<SID>\JC<SYSNO>\work directory for jvm., dev and std* log files.

  • J2EE Engine not starting

    Hi
    I am having a problen in starting J2EE engine. Follwoing is the error log of file  DEV_JCONTROL. Can some body help me in this?
    Thanks in advance
    trc file: "D:\usr\sap\PCN\DVEBMGS00\work\dev_jcontrol", trc level: 1, release: "700"
    node name   : jcontrol
    pid         : 6048
    system name : PCN
    system nr.  : 00
    started at  : Mon Sep 29 12:34:11 2008
    arguments       :
           arg[00] : D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs\jcontrol.exe
           arg[01] : pf=D:\usr\sap\PCN\SYS\profile\PCN_DVEBMGS00_SAPXI
           arg[02] : -DSAPSTART=1
           arg[03] : -DCONNECT_PORT=64991
           arg[04] : -DSAPSYSTEM=00
           arg[05] : -DSAPSYSTEMNAME=PCN
           arg[06] : -DSAPMYNAME=SAPXI_PCN_00
           arg[07] : -DSAPPROFILE=D:\usr\sap\PCN\SYS\profile\PCN_DVEBMGS00_SAPXI
           arg[08] : -DFRFC_FALLBACK=ON
           arg[09] : -DFRFC_FALLBACK_HOST=localhost
    [Thr 7492] Mon Sep 29 12:34:11 2008
    [Thr 7492] *** WARNING => INFO: Unknown property [instance.box.number=PCNDVEBMGS00sapxi] [jstartxx.c   841]
    [Thr 7492] *** WARNING => INFO: Unknown property [instance.en.host=SAPXI] [jstartxx.c   841]
    [Thr 7492] *** WARNING => INFO: Unknown property [instance.en.port=3201] [jstartxx.c   841]
    [Thr 7492] *** WARNING => INFO: Unknown property [instance.system.id=0] [jstartxx.c   841]
    JStartupReadInstanceProperties: read instance properties [D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster\instance.properties;D:\usr\sap\PCN\DVEBMGS00\SDM\program\config\sdm_jstartup.properties]
    -> ms host    : SAPXI
    -> ms port    : 3901
    -> OS libs    : D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs
    -> Admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Used property files
    -> files [00] : D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster\instance.properties
    -> files [01] : D:\usr\sap\PCN\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    Instance properties
    -> ms host    : SAPXI
    -> ms port    : 3901
    -> os libs    : D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs
    -> admin URL  :
    -> run mode   : NORMAL
    -> run action : NONE
    -> enabled    : yes
    Bootstrap nodes
    -> [00] bootstrap            : D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] bootstrap_ID4383600  : D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] bootstrap_ID4383650  : D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster\instance.properties
    Worker nodes
    -> [00] ID4383600            : D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster\instance.properties
    -> [01] ID4383650            : D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster\instance.properties
    -> [02] sdm                  : D:\usr\sap\PCN\DVEBMGS00\SDM\program\config\sdm_jstartup.properties
    [Thr 7492] JControlExecuteBootstrap: execute bootstrap process [bootstrap]
    [Thr 7492] [Node: bootstrap] java home is set by profile parameter
         Java Home: C:\j2sdk1.4.2_13
    [Thr 7492] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs\jstartup.jar
    [Thr 7492] JStartupICheckFrameworkPackage: can't find framework package D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs\jvmx.jar
    JStartupIReadSection: read node properties [bootstrap]
    -> node name          : bootstrap
    -> node type          : bootstrap
    -> node execute       : yes
    -> java path          : C:\j2sdk1.4.2_13
    -> java parameters    : -Djco.jarm=1
    -> java vm version    : 1.4.2_13-b06
    -> java vm vendor     : Java HotSpot(TM) Server VM (Sun Microsystems Inc.)
    -> java vm type       : server
    -> java vm cpu        : x86
    -> heap size          : 256M
    -> root path          : D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster
    -> class path         : .\bootstrap\launcher.jar
    -> OS libs path       : D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs
    -> main class         : com.sap.engine.offline.OfflineToolStart
    -> framework class    : com.sap.bc.proj.jstartup.JStartupFramework
    -> registr. class     : com.sap.bc.proj.jstartup.JStartupNatives
    -> framework path     : D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs\jstartup.jar;D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs\jvmx.jar
    -> parameters         : com.sap.engine.bootstrap.Bootstrap ./bootstrap ID0043836
    -> debuggable         : yes
    -> debug mode         : no
    -> debug port         : 60000
    -> shutdown timeout   : 120000
    JControlStartJLaunch: program = D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs\jlaunch.exe
    -> arg[00] = D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs\jlaunch.exe
    -> arg[01] = pf=D:\usr\sap\PCN\SYS\profile\PCN_DVEBMGS00_SAPXI
    -> arg[02] = -DSAPINFO=PCN_00_bootstrap
    -> arg[03] = -nodeId=-1
    -> arg[04] = -file=D:\usr\sap\PCN\DVEBMGS00\j2ee\cluster\instance.properties
    -> arg[05] = -syncSem=JSTARTUP_WAIT_ON_6048
    -> arg[06] = -nodeName=bootstrap
    -> arg[07] = -jvmOutFile=D:\usr\sap\PCN\DVEBMGS00\work\jvm_bootstrap.out
    -> arg[08] = -stdOutFile=D:\usr\sap\PCN\DVEBMGS00\work\std_bootstrap.out
    -> arg[09] = -locOutFile=D:\usr\sap\PCN\DVEBMGS00\work\dev_bootstrap
    -> arg[10] = -mode=BOOTSTRAP
    -> arg[11] = pf=D:\usr\sap\PCN\SYS\profile\PCN_DVEBMGS00_SAPXI
    -> arg[12] = -DSAPSTART=1
    -> arg[13] = -DCONNECT_PORT=4509
    -> arg[14] = -DSAPSYSTEM=00
    -> arg[15] = -DSAPSYSTEMNAME=PCN
    -> arg[16] = -DSAPMYNAME=SAPXI_PCN_00
    -> arg[17] = -DSAPPROFILE=D:\usr\sap\PCN\SYS\profile\PCN_DVEBMGS00_SAPXI
    -> arg[18] = -DFRFC_FALLBACK=ON
    -> arg[19] = -DFRFC_FALLBACK_HOST=localhost
    -> lib path = PATH=C:\j2sdk1.4.2_13\jre\bin\server;C:\j2sdk1.4.2_13\jre\bin;D:\oracle\PCN\102\bin;D:\oracle\SM4\102\bin;D:\oracle\c46\102\bin;D:\oracle\c46\920\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\PCN\SYS\exe\uc\NTI386
    -> exe path = PATH=C:\j2sdk1.4.2_13\bin;D:\usr\sap\PCN\DVEBMGS00\j2ee\os_libs;D:\oracle\PCN\102\bin;D:\oracle\SM4\102\bin;D:\oracle\c46\102\bin;D:\oracle\c46\920\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\j2sdk1.4.2_13\bin;D:\usr\sap\PCN\SYS\exe\uc\NTI386
    [Thr 5276] JControlDPMessageProxy: Thread 5276 started as handler thread for R/3 dispatcher messages.
    [Thr 7492] Mon Sep 29 12:34:12 2008
    [Thr 7492] *** ERROR => invalid return code of process [bootstrap] (exitcode = -1) [jstartxx.c   1642]
    [Thr 7492] JControlExecuteBootstrap: error executing bootstrap node [bootstrap] (rc = -1)
    [Thr 7492] JControlCloseProgram: started (exitcode = -1)
    [Thr 7492] JControlCloseProgram: good bye... (exitcode = -1)

    Mayank
    Now I am having access to Configtool. and now while starting its gives error. Following is the extract form std.server0.out file:
    stdout/stderr redirect
    node name   : server0
    pid         : 2732
    system name : PCN
    system nr.  : 00
    started at  : Mon Sep 29 13:30:38 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 3632] 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
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 6765 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 484 ms.
    Loading: ThreadManager ... 47 ms.
    Loading: IpVerificationManager ... 47 ms.
    Loading: ClassLoaderManager ... 15 ms.
    Loading: ClusterManager ... 907 ms.
    Loading: LockingManager ... 406 ms.
    Loading: ConfigurationManager ... 16078 ms.
    Loading: LicensingManager ... 16 ms.
    Loading: CacheManager ... 687 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service memory started. (16 ms).
      Service DQE started. (0 ms).
      Service timeout started. (15 ms).
      Service runtimeinfo started. (0 ms).
      Service cross started. (1125 ms).
      Service file started. (1156 ms).
      Service trex.service started. (15 ms).
      Service cafeuodi~mnuacc started. (0 ms).
      Service p4 started. (2422 ms).
      Service classpath_resolver started. (62 ms).
      Service cafeucc~api started. (8859 ms).
      Service userstore started. (16 ms).
      Service jmx_notification started. (141 ms).
      Service log_configurator started. (13094 ms).
      Service locking started. (0 ms).
      Service http started. (156 ms).
      Service naming started. (1329 ms).
      Service ts started. (31 ms).
      Service licensing started. (15 ms).
      Service jmsconnector started. (32 ms).
      Service failover started. (0 ms).
      Service appclient started. (32 ms).
      Service iiop started. (734 ms).
      Service javamail started. (2156 ms).
      Service connector started. (2641 ms).
      Service webservices started. (4703 ms).
      Service deploy started. (18406 ms).
      Service configuration started. (16 ms).
      Service MigrationService started. (16 ms).
      Service bimmrdeployer started. (0 ms).
      Service dbpool started. (2078 ms).
      Service cafeugpmailcf started. (16 ms).
      Service com.sap.security.core.ume.service started. (2125 ms).
    Sep 29, 2008 1:32:00 PM  ...xt.<init>(UserContextSpi, Properties) [SAPEngine_System_Thread[impl:5]_29] Fatal: Can not instantiate UserContext with given properties.
      service security ================= ERROR =================
    Core service security failed. J2EE Engine cannot be started.
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    [Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
    Sep 29, 2008 1:32:00 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_29] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.
    stdout/stderr redirect
    node name   : server0
    pid         : 2732
    system name : PCN
    system nr.  : 00
    started at  : Mon Sep 29 13:32:06 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 7356] 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
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 719 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 6422 ms.
    Loading: ThreadManager ... 47 ms.
    Loading: IpVerificationManager ... 0 ms.
    Loading: ClassLoaderManager ... 15 ms.
    Loading: ClusterManager ... 329 ms.
    Loading: LockingManager ... 46 ms.
    Loading: ConfigurationManager ... 2250 ms.
    Loading: LicensingManager ... 15 ms.
    Loading: CacheManager ... 110 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service userstore started. (16 ms).
      Service memory started. (16 ms).
      Service DQE started. (0 ms).
      Service cafeuodi~mnuacc started. (0 ms).
      Service cross started. (16 ms).
      Service file started. (47 ms).
      Service cafeucc~api started. (63 ms).
      Service runtimeinfo started. (47 ms).
      Service jmx_notification started. (47 ms).
      Service p4 started. (297 ms).
      Service timeout started. (265 ms).
      Service trex.service started. (265 ms).
      Service classpath_resolver started. (47 ms).
      Service deploy started. (8359 ms).
      Service MigrationService started. (125 ms).
      Service bimmrdeployer started. (15 ms).
      Service log_configurator started. (10344 ms).
      Service locking started. (16 ms).
      Service naming started. (594 ms).
      Service ts started. (16 ms).
      Service failover started. (0 ms).
      Service licensing started. (16 ms).
      Service iiop started. (140 ms).
      Service jmsconnector started. (31 ms).
      Service appclient started. (94 ms).
      Service javamail started. (312 ms).
      Service http started. (266 ms).
      Service connector started. (218 ms).
      Service configuration started. (78 ms).
      Service webservices started. (1812 ms).
      Service dbpool started. (4594 ms).
      Service cafeugpmailcf started. (157 ms).
      Service com.sap.security.core.ume.service started. (1531 ms).
    Sep 29, 2008 1:32:41 PM  ...xt.<init>(UserContextSpi, Properties) [SAPEngine_System_Thread[impl:5]_36] Fatal: Can not instantiate UserContext with given properties.
      service security ================= ERROR =================
    Core service security failed. J2EE Engine cannot be started.
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    [Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
    Sep 29, 2008 1:32:41 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_36] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.
    stdout/stderr redirect
    node name   : server0
    pid         : 2732
    system name : PCN
    system nr.  : 00
    started at  : Mon Sep 29 13:32:47 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 6676] 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
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 4719 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 156 ms.
    Loading: ThreadManager ... 15 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 187 ms.
    Loading: LockingManager ... 47 ms.
    Loading: ConfigurationManager ... 2219 ms.
    Loading: LicensingManager ... 16 ms.
    Loading: CacheManager ... 125 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service memory started. (16 ms).
      Service DQE started. (0 ms).
      Service cafeuodi~mnuacc started. (0 ms).
      Service cross started. (15 ms).
      Service file started. (46 ms).
      Service timeout started. (16 ms).
      Service cafeucc~api started. (16 ms).
      Service runtimeinfo started. (0 ms).
      Service trex.service started. (63 ms).
      Service jmx_notification started. (32 ms).
      Service userstore started. (47 ms).
      Service p4 started. (1188 ms).
      Service classpath_resolver started. (31 ms).
      Service log_configurator started. (7406 ms).
      Service locking started. (0 ms).
      Service naming started. (296 ms).
      Service appclient started. (94 ms).
      Service javamail started. (375 ms).
      Service jmsconnector started. (281 ms).
      Service failover started. (281 ms).
      Service http started. (766 ms).
      Service connector started. (265 ms).
      Service ts started. (515 ms).
      Service licensing started. (0 ms).
      Service iiop started. (1703 ms).
      Service webservices started. (3547 ms).
      Service deploy started. (14203 ms).
      Service MigrationService started. (62 ms).
      Service configuration started. (47 ms).
      Service bimmrdeployer started. (297 ms).
      Service dbpool started. (1234 ms).
      Service cafeugpmailcf started. (16 ms).
      Service com.sap.security.core.ume.service started. (1328 ms).
    Sep 29, 2008 1:33:21 PM  ...xt.<init>(UserContextSpi, Properties) [SAPEngine_System_Thread[impl:5]_35] Fatal: Can not instantiate UserContext with given properties.
      service security ================= ERROR =================
    Core service security failed. J2EE Engine cannot be started.
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    [Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
    Sep 29, 2008 1:33:21 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_35] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.
    stdout/stderr redirect
    node name   : server0
    pid         : 2732
    system name : PCN
    system nr.  : 00
    started at  : Mon Sep 29 13:33:26 2008
    Reserved 1610612736 (0x60000000) bytes before loading DLLs.
    [Thr 6032] 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
    CompilerOracle: exclude com/sapportals/portal/navigation/cache/CacheNavigationNode getAttributeValue
    CompilerOracle: exclude com/sapportals/portal/navigation/TopLevelNavigationiView PrintNode
    CompilerOracle: exclude com/sapportals/wcm/service/ice/wcm/ICEPropertiesCoder encode
    CompilerOracle: exclude com/sap/lcr/pers/delta/importing/ObjectLoader loadObjects
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readElement
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/InstanceBuilder readSequence
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/TypeMappingImpl initializeRelations
    CompilerOracle: exclude com/sap/engine/services/webservices/jaxrpc/encoding/GeneratedComplexType _loadInto
    SAP J2EE Engine Version 7.00   PatchLevel is starting...
    Error occurred while preloading classes of security providers from jre/lib/ext folder: java.util.zip.ZipException: The filename, directory name, or volume label syntax is incorrect
    Loading: LogManager ... 468 ms.
    Loading: PoolManager ... 0 ms.
    Loading: ApplicationThreadManager ... 313 ms.
    Loading: ThreadManager ... 15 ms.
    Loading: IpVerificationManager ... 16 ms.
    Loading: ClassLoaderManager ... 16 ms.
    Loading: ClusterManager ... 172 ms.
    Loading: LockingManager ... 31 ms.
    Loading: ConfigurationManager ... 2172 ms.
    Loading: LicensingManager ... 32 ms.
    Loading: CacheManager ... 109 ms.
    Loading: ServiceManager ...
    Loading services.:
      Service userstore started. (15 ms).
      Service memory started. (16 ms).
      Service DQE started. (0 ms).
      Service cafeuodi~mnuacc started. (0 ms).
      Service runtimeinfo started. (47 ms).
      Service cafeucc~api started. (62 ms).
      Service cross started. (172 ms).
      Service file started. (234 ms).
      Service jmx_notification started. (46 ms).
      Service trex.service started. (219 ms).
      Service timeout started. (234 ms).
      Service p4 started. (266 ms).
      Service classpath_resolver started. (0 ms).
      Service log_configurator started. (6219 ms).
      Service locking started. (0 ms).
      Service http started. (281 ms).
      Service naming started. (328 ms).
      Service failover started. (15 ms).
      Service appclient started. (31 ms).
      Service jmsconnector started. (47 ms).
      Service webservices started. (532 ms).
      Service javamail started. (360 ms).
      Service ts started. (172 ms).
      Service connector started. (235 ms).
      Service licensing started. (0 ms).
      Service iiop started. (156 ms).
      Service deploy started. (11219 ms).
      Service configuration started. (0 ms).
      Service MigrationService started. (109 ms).
      Service bimmrdeployer started. (765 ms).
      Service dbpool started. (3062 ms).
      Service cafeugpmailcf started. (16 ms).
      Service com.sap.security.core.ume.service started. (1625 ms).
    Sep 29, 2008 1:33:51 PM  ...xt.<init>(UserContextSpi, Properties) [SAPEngine_System_Thread[impl:5]_36] Fatal: Can not instantiate UserContext with given properties.
      service security ================= ERROR =================
    Core service security failed. J2EE Engine cannot be started.
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    [Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
    Sep 29, 2008 1:33:51 PM             com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_36] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.

  • Dispatcher Running Server Not started

    Hi,
    I have installed abap+java stack ECC 6.0
    I have problem with J2ee engine not started . the trace file error log is:
    #1.5#001B789F31FE00240000000B00001F340004467CFFEBCD37#1203402590380#/System/Server##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_18##0#0#Error#1#com.sap.engine.core.service630.container.ServiceRunner#Plain###Service security error. Nested exception is: com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    #1.5#001B789F31FE00240000000D00001F340004467CFFEBD3FA#1203402590380#/System/Server##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_18##0#0#Error#1#/System/Server#Plain###Core service security failed. J2EE Engine cannot be started.#
    #1.5#001B789F31FE00240000000F00001F340004467CFFEBD8A2#1203402590380#/System/Server##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_18##0#0#Fatal#1#com.sap.engine.core.Framework#Plain###Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.#
    Let me knowhow to proceed further.
    Regards,
    Saravanan.S

    Hi,
    Please chck the following notes.
    1. Note 700864 was not applied completely - dispatcher's
    framework.properties was not changed.
    2. In the go script of the server there was "-server" option which
    is not supported on Windows and Solaris - note 746673.
    Reduce the values for new size memory parameters to 192M.
    About this change, please consult with note 696410.
    After the changes, Start the engine (using go scripts) without problems.
    Hope this helps,
    Regards,
    Shailesh Nagar
    Edited by: Shailesh Kumar Nagar on Feb 19, 2008 8:15 AM

  • J2EE error can not start

    please help.
    J2EE error can not start, below is last error message from std_server0.out
    [Framework -> criticalShutdown] Core service security failed. J2EE Engine cannot be started.
    Jul 2, 2007 5:22:04 PM              com.sap.engine.core.Framework [SAPEngine_System_Thread[impl:5]_22] Fatal: Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.

    thanks for your fast response vladimir
    #1.5#001A642FC09C00230000000E000015DC000434445CB5597C#1183368124656#com.sap.engine.core.service630.container.ServiceRunner##com.sap.engine.core.service630.container.ServiceRunner#######SAPEngine_System_Thread[impl:5]_22##0#0#Error#1#/System/Server#Java###Core service security failed. J2EE Engine cannot be started.
    [EXCEPTION]
    #1#com.sap.engine.services.security.exceptions.SecurityServiceException: Unexpected exception:
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:179)
         at com.sap.engine.core.service630.container.ServiceRunner.startApplicationServiceFrame(ServiceRunner.java:214)
         at com.sap.engine.core.service630.container.ServiceRunner.run(ServiceRunner.java:144)
         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:150)
    Caused by: com.sap.engine.services.security.exceptions.BaseSecurityException: No active userstore is set.
         at com.sap.engine.services.security.server.UserStoreFactoryImpl.getActiveUserStore(UserStoreFactoryImpl.java:77)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.update(LoginModuleHelperImpl.java:402)
         at com.sap.engine.services.security.server.jaas.LoginModuleHelperImpl.<init>(LoginModuleHelperImpl.java:81)
         at com.sap.engine.services.security.server.SecurityContextImpl.<init>(SecurityContextImpl.java:57)
         at com.sap.engine.services.security.SecurityServerFrame.start(SecurityServerFrame.java:135)
         ... 5 more
    #1.5#001A642FC09C002300000010000015DC000434445CB55B31#1183368124656#com.sap.engine.core.Framework##com.sap.engine.core.Framework#######SAPEngine_System_Thread[impl:5]_22##0#0#Fatal#1#/System/Server#Plain###Critical shutdown was invoked. Reason is: Core service security failed. J2EE Engine cannot be started.#

  • Can screensaver not start when front row is active?

    Hi,
    I would like to know if there is a way to set the screensaver not to start, but only when Front Row is active. I want it to start all the other times.
    Thanks,
    Brandon

    there is an option in front row settings to deactivate screensaver when FR is on.
    Message was edited by: V.K.
    Message was edited by: V.K.

Maybe you are looking for

  • I reformat my ipod with MBP disc utility. Is my ipod DEAD?

    i have a 20Gb 3rd gen. ipod that i was using with my window pc (so it was formatted FAT). Now i have a macbookpro and the ipod wouldn't sync. neither restore to factory setting. So i try to reformat it (mac OS extended journaled) using macbookpro dis

  • How can I save song created in GarageBand as a MIDI file

    Is this possible, I'm an old user of Cubase, and before SMPTETrack (someone remembers?) so Midi files are for me an obvious think. In GarageBand a new nice program for begginers and fans of music easily produced I found a little problems finding how

  • Manual Clearing_F-03

    I want to clear a GL . i have document list of 1000 documents, But in f-03, if i choose additional selection  Document number i can enter upto 16 documents only. How can i import the list of 1000 documents in document . or tell me other way out ,can

  • How to resolve error with code: 0xe7210001 cannot load powrprof, object:cls

    Hello there Doses anybody know how to resolve the error with code: 0xe7210001, message: cannot load powrprof, object:clsd-not-found; OR: Fingerprintsoftware error OR: THotkey.exe message window multiplicates and computer freezes Scanned maleware and

  • Migrating EUL from one schema to another

    Hi All, We have a custom EUL XX_EUL_US defined in the APPS schema and so, cant use discoverer viewer and discoverer plus with it. We are planning to migrate this EUL to a new owner of name say, XX_EUL_US itself so we can then use all the features of