Production mode startup failure for 8.1SP2

I'm running BEA WL 8.1 on Windows 2000 and have created a new server configuration
in production mode with JRocket using the Configuration Wizard through Express
Setup. I am unable to successfully start the server manually or through the Workshop
interface. Below is the exception stack trace. Any suggestions would be most appreciated.
<> <000000> <Error in startup class com.bea.wli.init.WLIDBCreate Method: init:
com.bea.wli.init.WLIDBCreateException: At least one WLI data base object (TABLE
WLI_USER) was missing
     at com.bea.wli.init.WLIDBCreate$WLIDataSource.checkDBObjects(WLIDBCreate.java:875)
     at com.bea.wli.init.WLIDBCreate.init(WLIDBCreate.java:994)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.bea.wli.init.BPMStartupShutdown.invoke(BPMStartupShutdown.java:324)
     at com.bea.wli.init.BPMStartupShutdown.startup(BPMStartupShutdown.java:189)
     at com.bea.wli.init.BPMStartup.main(BPMStartup.java:23)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at weblogic.t3.srvr.StartupClassService.invokeMain(StartupClassService.java:229)
     at weblogic.t3.srvr.StartupClassService.invokeClass(StartupClassService.java:160)
     at weblogic.t3.srvr.StartupClassService.access$000(StartupClassService.java:36)
     at weblogic.t3.srvr.StartupClassService$1.run(StartupClassService.java:121)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
     at weblogic.t3.srvr.StartupClassService.invokeStartupClass(StartupClassService.java:116)
     at weblogic.t3.srvr.StartupClassService.addDeployment(StartupClassService.java:88)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployment(DeploymentTarget.java:330)
     at weblogic.management.mbeans.custom.DeploymentTarget.addDeployments(DeploymentTarget.java:590)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateServerDeployments(DeploymentTarget.java:568)
     at weblogic.management.mbeans.custom.DeploymentTarget.updateDeployments(DeploymentTarget.java:240)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at weblogic.management.internal.DynamicMBeanImpl.invokeLocally(DynamicMBeanImpl.java:711)
     at weblogic.management.internal.DynamicMBeanImpl.invoke(DynamicMBeanImpl.java:690)
     at weblogic.management.internal.ConfigurationMBeanImpl.invoke(ConfigurationMBeanImpl.java:476)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1557)
     at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1525)
     at weblogic.management.internal.RemoteMBeanServerImpl.private_invoke(RemoteMBeanServerImpl.java:947)
     at weblogic.management.internal.RemoteMBeanServerImpl.invoke(RemoteMBeanServerImpl.java:908)
     at weblogic.management.internal.MBeanProxy.invoke(MBeanProxy.java:946)
     at weblogic.management.internal.MBeanProxy.invokeForCachingStub(MBeanProxy.java:481)
     at weblogic.management.configuration.ServerMBean_Stub.updateDeployments(ServerMBean_Stub.java:7271)
     at weblogic.management.deploy.slave.SlaveDeployer.updateServerDeployments(SlaveDeployer.java:1210)
     at weblogic.management.deploy.slave.SlaveDeployer.resume(SlaveDeployer.java:362)
     at weblogic.management.deploy.DeploymentManagerServerLifeCycleImpl.resume(DeploymentManagerServerLifeCycleImpl.java:229)
     at weblogic.t3.srvr.SubsystemManager.resume(SubsystemManager.java:131)
     at weblogic.t3.srvr.T3Srvr.resume(T3Srvr.java:964)
     at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:359)
     at weblogic.Server.main(Server.java:32)

Thanks, I fixed the problem following the steps you outlined.
All that was needed was to create a database named Workshop, and then execute the scripts as explained.
For the benefit of others here is what I followed before going by your suggestion:
1. Go to: weblogic81\common\eval\pointbase\tools
2. Start pointbase by executing: startPointBase.cmd
(edit this file if it should run on any specific port that you require e.g 9093)
3. Under the same directory, execute: startPointBaseConsole.cmd so that the pointbase console comes up.
4.Click on the radio button: Create new database
5. In the dialog box, specify URL as:
jdbc:pointbase:server://localhost:9093/workshop
(I used port 9093 on localhost)
6. specify username and password
7. Click OK.
Now follow the steps on the links below:
http://forums.bea.com/bea/thread.jspa?messageID=202437477&tstart=0
or
http://www.webservertalk.com/message148326.html
Also, it does not matter whether you start the server in prod. mode or dev mode as this DB lookup is before you specify dev mode or prod. mode startup while creating the domain (when you test connection through config. wizard while creating the domain). I created the domain in custom mode and not in express mode to have greater visibility of what I am configuring (On Windows env.).
Rommel Sharma.

Similar Messages

  • SP2 Weblogic Integration Template Production Mode Failure

    I was surprised that in SP2, this simple failure is still not fixed:
    Launch configuration wizard.
    Choose Integration Template
    Choose Express Configuration
    Choose Production Mode
    Launch new domain
    You'll see the startup fails because the WLI tables are missing. This
    was broken in every release so far, and is pretty sad since it's one of
    the most basic things you can do with WL.

    Figured it out. When you try to create a new domain, it must be created in development mode (even if you want to run it in production mode). Start it at least once in development mode before trying to start it in production mode. To change whether the server starts in development or production - edit the setDomainEnv.sh file (in the same directory as config.xml). Towards the bottom of the file, there is an if condition that looks like this:
    if ("" = "true"){
    change it to
    if ("true" = "true) {
    then your server will start in production mode.

  • I migrated photoshop CS4 onto my new mac laptop. Error message on startup: Licensing for this product has stopped working. Error: 150:30

    I migrated photoshop CS4 onto my new mac laptop. Error message on startup: Licensing for this product has stopped working. Error: 150:30 What do I do?

    Uninstall and run the Cleaner Tool
    Uninstall Creative Suite 4 and point products (Mac OS X)
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • Start Weblogic 10.3.5 in production mode

    I am doing a Weblogic upgrade from 9.1 to 10.3.5.
    I am also simultaneously doing a Java upgrade to 1.6.0_27.
    All changes are done and the project is in in System test mode.
    I have configured my Sysytem test environment in development mode and used JDk installed on my computer.
    To move the changes to the UAT server, I want to start weblogic in production mode.
    can anyone help me as to how will this be different,I am planning thing for UAT and production right now.
    Can I run my System test server in production mode .
    Is it that with production mode ,we have to use jrockit and not Sun Jdk?
    Please help.
    Thanks,

    Hi
    When you started the Weblogic Server, in the starup window (or nohup output file) search for the word named like "Development". When I started my AdminServer and in the output from startup window, I could see a line like this: and in the end it says like AdminServer started in Development mode. On your side search for the word like "Production" or just "WLS Start Mode".
    WLS Start Mode=Development
    There should be a way to find out from Weblogic Admin Console, but I am not aware of this.
    Coming to redirecting the log file(s). do you want to redirect the startup log file(s) like when you start weblogic, you want all the outputs to go to someother file. Or is it the full log files from each server which are under like domain/servers/AdminServer/logs folder. I guess from weblogic console you should be able to control this.
    Coming to redirecting startup log files on Linux, under the domain root folder I created a simple file like admin_start.sh with below contents. And I run this admin_start.sh instead of startWeblogic.sh command. This takes care of starting weblogic and all output goes to specific file I mentioned. Also I can kill this window and still weblogic will be starting:
    DOMAIN_HOME="/home/ravijegga/Oracle/Middleware115/user_projects/domains/myDomain1"
    LOG_FILE="/home/ravijegga/Oracle/Middleware115/user_projects/domains/myDomain1/logs/admin.log"
    nohup ${DOMAIN_HOME}/bin/startWebLogic.sh > ${LOG_FILE} &
    The point is if you use > you can redirect to any log file. Google around and you should be able to find more examples for Windows OS also.
    Thanks
    Ravi Jegga

  • Managed server independence mode startup : VERY slow (2h~)

    Hello there,
    I'm posting this thread to ask for some help.
    In my production environnement, where I am running a cluster of several ALSB nodes, a problem showed up when a network card was unplugged on our admin server hardware.
    You have to know that for some reason, we are not using a node manager for our admin operations on the managed servers, but rather scripts that are scheduled by a tool we use for several other things (backup,etc..). This tool runs WLST scripts to do some basic stuff on our servers.
    So, during the shutdown/startup process, when we tried to bring back all the managed servers up, we faced this problem : When the managed servers were not able to contact the admin server, the startup process takes approx 2 hours, but only 10min when admin server is up and running. This is a real problem in our high availibility environnement, if we have to face this "no admin server" situation again.
    My environnement is :
    Weblogic 10.0
    Solaris 10.6.0
    Java HotSpot(TM) Server VM Version 1.5.0_16-b02
    <Jul 22, 2010 10:07:03 AM MEST> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    /xx/JMSReportingProviderStartupClass.jar:/xx/SID_AMM_ALSB_SECURITY.jar:/xx/content_system.jar:/xx/p13n-schemas.jar:/xx/p13n_common.jar:/xx/p13n_system.jar:/xx/wlp_services.jar:/xx/analytics_sys.jar:/xx/commerce_system.jar:/xx/groupspace_system.jar:/xx/netuix_common.jar:/xx/netuix_schemas.jar:/xx/netuix_system-full.jar:/xx/netuix_system.jar:/xx/nf-jspcmods.jar:/xx/nf-system.jar:/xx/wlp-schemas.jar:/xx/wlp_content_system.jar:/xx/wps_system.jar:/xx/wsrp-client.jar:/xx/wsrp-common.jar>
    WebLogic Server Temporary Patch for CR382552 Fri Dec 12 13:12:27 IST 2008
    WebLogic Server Temporary Patch for 9112835 Thu Nov 12 10:53:52 EST 2009
    WebLogic Server Temporary Patch for CR368155 Mon Jul 07 15:51:15 PDT 2008
    WebLogic Server Temporary Patch for CR370311 Tue Jun 03 14:40:28 IST 2008
    WebLogic Server Temporary Patch for CR360676 Fri Apr 18 19:41:49 IST 2008
    WebLogic Server Temporary Patch for CR360117 Wed Mar 12 14:47:42 PDT 2008
    WebLogic Server Temporary Patch for CR354395 Mon Dec 10 08:10:43 PST 2007
    WebLogic Server Temporary Patch for CR345092 Wed Oct 24 11:10:56 IST 2007
    WebLogic Server Temporary Patch for CR338239 Fri Jan 11 17:14:11 EST 2008
    WebLogic Server Temporary Patch for CR328282 Thu Nov 08 13:44:54 EST 2007
    WebLogic Server Temporary Patch for CR315317 Mon Feb 25 09:45:40 PST 2008
    WebLogic Server Temporary Patch for CR315317 Mon Feb 25 09:45:40 PST 2008
    WebLogic Server Temporary Patch for CR344429 Mon Nov 26 16:11:55 EST 2007
    WebLogic Server Temporary Patch for CR351304 Thu Feb 21 10:23:22 EST 2008
    WebLogic Server Temporary Patch for CR350614 Sun Nov 11 18:02:20 PST 2007
    WebLogic Server Temporary Patch for CR344375 Fri Oct 19 11:08:33 PDT 2007
    WebLogic Server Temporary Patch for CR353586 Mon Feb 25 18:59:49 EST 2008
    WebLogic Server Temporary Patch for CR353586 Mon Feb 25 18:59:49 EST 2008
    WebLogic Server Temporary Patch for CR339736, CR346639 Mon Nov 26 18:13:36 PST 2007
    WebLogic Server Temporary Patch for CR343580 Mon Oct 29 17:41:35 EDT 2007
    WebLogic Server Temporary Patch for CR315317 Fri Feb 15 11:13:21 PST 2008
    WebLogic Server Temporary Patch for CR351685, CR320630 Thu Dec 06 14:04:31 CST 2007
    WebLogic Server Temporary Patch for CR345472 Thu Jan 17 16:13:48 EST 2008
    WebLogic Server Temporary Patch for CR355338 Mon Jan 21 13:08:48 EST 2008
    WebLogic Server Temporary Patch for CR356295 Wed Dec 19 15:37:45 EST 2007
    WebLogic Server Temporary Patch for CR348244 Fri Oct 19 11:57:37 PDT 2007
    WebLogic Server Temporary Patch for CR346064 Fri Oct 19 13:27:18 PDT 2007
    WebLogic Server Temporary Patch for CR346063 Fri Oct 05 14:48:13 PDT 2007
    WebLogic Server Temporary Patch for Cr346061 Thu Oct 18 15:38:04 PDT 2007
    WebLogic Server Temporary Patch for Cr346061 Thu Oct 18 15:38:04 PDT 2007
    WebLogic Server Temporary Patch for CR346060 Thu Oct 18 15:28:01 PDT 2007
    WebLogic Server Temporary Patch for CR350528 Fri Nov 02 16:19:36 PDT 2007
    WebLogic Server Temporary Patch for CR354048 Thu Dec 06 13:52:09 IST 2007
    WebLogic Server Temporary Patch for CR348229 Wed Oct 24 13:49:07 PDT 2007
    WebLogic Server Temporary Patch for CR362972, CR357095 Fri Mar 07 15:38:53 IST 2008
    WebLogic Server Temporary Patch for CR358677 Wed Jan 23 16:28:40 PST 2008
    WebLogic Server Temporary Patch for CR354390 Wed Feb 27 09:57:23 PST 2008
    WebLogic Server Temporary Patch for CR357287 Thu Jan 31 14:51:56 PST 2008
    WebLogic Server Temporary Patch for CR359323 Fri Mar 07 02:24:20 EST 2008
    WebLogic Server Temporary Patch for CR322355 Tue Oct 23 10:53:45 PDT 2007
    WebLogic Server 10.0 MP1 Thu Oct 18 20:17:44 EDT 2007 1005184 >
    <Jul 22, 2010 10:10:36 AM MEST> <Emergency> <Management> <BEA-141151> <The admin server could not be reached at http://xx.xx.xx.xx:xx.>
    <Jul 22, 2010 10:10:36 AM MEST> <Info> <Configuration Management> <BEA-150018> <This server is being started in managed server independence mode in the absence of the admin server.>
    <Jul 22, 2010 10:10:36 AM MEST> <Info> <WebLogicServer> <BEA-000215> <Loaded License : xxxxxx>
    <Jul 22, 2010 10:10:36 AM MEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jul 22, 2010 10:10:36 AM MEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <22/07/2010#10:10:36.794#+0200> <Notice> <Log Management> <BEA-170019> <The server log file xxxxxxx.log is opened. All server side log events will be written to this file.>
    <22/07/2010#10:10:41.578#+0200> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <22/07/2010#10:10:42.75#+0200> <Alert> <Security> <BEA-090167> <Cannot retrieve identity certificate and private key on server xxmanaged1xx, because the keystore entry alias is not specified.>
    <22/07/2010#10:10:42.77#+0200> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the JKS keystore file /xxxkeystore.>
    <22/07/2010#10:16:02.665#+0200> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <22/07/2010#10:16:02.666#+0200> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <22/07/2010#10:45:48.374#+0200> <Alert> <ALSB Security> <BEA-387042> <There is no user password credential mapper provider configured in your security realm. AquaLogic Service Bus service account management will be disabled. Configure a user password credential mapper provider if you need ALSB service account support.>
    <22/07/2010#10:45:48.564#+0200> <Error> <ClusterTimer> <BEA-000000> <Cannot contact Admin server. Therefore constructing the Cluster Authority Current time with the time skew 0
    java.rmi.UnknownHostException: Could not discover URL for server 'xxadminxx'
         at weblogic.protocol.URLManager.findURL(URLManager.java:143)
         at com.bea.wli.sb.init.RemoteClusterTimerAuthority.getInitialContext(RemoteClusterTimerAuthority.java:72)
         at com.bea.wli.sb.init.RemoteClusterTimerAuthority.getTimerAuthority(RemoteClusterTimerAuthority.java:84)
         at com.bea.wli.sb.init.RemoteClusterTimerAuthority.getClusterTimerAuthorityCurrentTime(RemoteClusterTimerAuthority.java:44)
         at com.bea.wli.timer.ClusterTimerService.clusterTimeAuthorityCurrentTimeMillis(ClusterTimerService.java:173)
         Truncated. see log file for complete stacktrace
    >
    <22/07/2010#10:45:48.567#+0200> <Error> <ClusterTimer> <BEA-000000> <Cannot contact the admin server. Therefore constructing the Cluster Authority Urzeit from the persisted value
    java.rmi.UnknownHostException: Could not discover URL for server 'xxadminxx'
         at weblogic.protocol.URLManager.findURL(URLManager.java:143)
         at com.bea.wli.sb.init.RemoteClusterTimerAuthority.getInitialContext(RemoteClusterTimerAuthority.java:72)
         at com.bea.wli.sb.init.RemoteClusterTimerAuthority.getTimerAuthority(RemoteClusterTimerAuthority.java:84)
         at com.bea.wli.sb.init.RemoteClusterTimerAuthority.getUrzeit(RemoteClusterTimerAuthority.java:57)
         at com.bea.wli.timer.ClusterTimerService.initialize(ClusterTimerService.java:87)
         Truncated. see log file for complete stacktrace
    >
    <22/07/2010#10:45:52.154#+0200> <Warning> <WliSbTransports> <BEA-381917> <MQ Transport could not be registered due to : Missing MQ Library>
    <22/07/2010#11:54:55.765#+0200> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'ALSB Framework Starter Application'.
    RegistrationException : java.rmi.RemoteException: [Deployer:149147]Could not reach the admin server via any of its URLS: 'http://xx.xx.xx.xx:xx'.
         at weblogic.deploy.service.internal.targetserver.TargetDeploymentService.registerHandler(TargetDeploymentService.java:166)
         at weblogic.deploy.service.internal.DeploymentService.registerHandler(DeploymentService.java:177)
         at com.bea.wli.config.deployment.server.ServerDeploymentReceiver.register(ServerDeploymentReceiver.java:82)
         at com.bea.wli.config.deployment.server.ServerDeploymentReceiver.<init>(ServerDeploymentReceiver.java:75)
         at com.bea.wli.config.weblogic.WebLogicConfigService$DeploymentReceiverLauncher.endOfStart(WebLogicConfigService.java:190)
         Truncated. see log file for complete stacktrace
    RegistrationException : java.rmi.RemoteException: [Deployer:149147]Could not reach the admin server via any of its URLS: 'http://xx.xx.xx.xx:xx'.
         at weblogic.deploy.service.internal.targetserver.TargetDeploymentService.registerHandler(TargetDeploymentService.java:166)
         at weblogic.deploy.service.internal.DeploymentService.registerHandler(DeploymentService.java:177)
         at com.bea.wli.config.deployment.server.ServerDeploymentReceiver.register(ServerDeploymentReceiver.java:82)
         at com.bea.wli.config.deployment.server.ServerDeploymentReceiver.<init>(ServerDeploymentReceiver.java:75)
         at com.bea.wli.config.weblogic.WebLogicConfigService$DeploymentReceiverLauncher.endOfStart(WebLogicConfigService.java:190)
         Truncated. see log file for complete stacktrace
    >
    <22/07/2010#11:54:56.271#+0200> <Error> <ConfigFwk> <BEA-000000> <Failed in endLoadNotification. Ignoring.
    java.lang.NullPointerException
         at com.bea.wli.sb.resources.globaloperations.GlobalOperationsResourceLifecycleListener.endLoadNotification(GlobalOperationsResourceLifecycleListener.java:112)
         at com.bea.wli.config.impl.ResourceListenerNotifier.sendLoadNotificationsInContext(ResourceListenerNotifier.java:236)
         at com.bea.wli.config.impl.ResourceListenerNotifier.access$400(ResourceListenerNotifier.java:41)
         at com.bea.wli.config.impl.ResourceListenerNotifier$1.execute(ResourceListenerNotifier.java:151)
         at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
         Truncated. see log file for complete stacktrace
    >
    <22/07/2010#11:54:57.153#+0200> <Error> <ConfigFwk> <BEA-000000> <Failed in endLoadNotification. Ignoring.
    java.lang.NullPointerException
         at com.bea.wli.sb.service.ServiceChangeListener.updateAlerts(ServiceChangeListener.java:243)
         at com.bea.wli.sb.service.ServiceChangeListener.endLoadNotification(ServiceChangeListener.java:175)
         at com.bea.wli.config.impl.ResourceListenerNotifier.sendLoadNotificationsInContext(ResourceListenerNotifier.java:236)
         at com.bea.wli.config.impl.ResourceListenerNotifier.access$400(ResourceListenerNotifier.java:41)
         at com.bea.wli.config.impl.ResourceListenerNotifier$1.execute(ResourceListenerNotifier.java:151)
         Truncated. see log file for complete stacktrace
    >
    <22/07/2010#11:54:59.828#+0200> <Error> <ALSB Statistics Manager> <BEA-473004> <Cannot recover from persistent Store : java.lang.NullPointerException
    java.lang.NullPointerException
         at com.bea.wli.monitoring.statistics.collection.Collector.readPersistedRawSnapshot(Collector.java:357)
         at com.bea.wli.monitoring.statistics.StatisticsManager.onStatConfigLoad(StatisticsManager.java:347)
         at com.bea.wli.monitoring.statistics.ALSBStatisticsManager.onStatConfigLoad(ALSBStatisticsManager.java:379)
         at com.bea.wli.sb.service.ServiceStatisticsListener.updateRuntime(ServiceStatisticsListener.java:200)
         at com.bea.wli.sb.service.ServiceStatisticsListener.endLoadNotification(ServiceStatisticsListener.java:168)
         Truncated. see log file for complete stacktrace
    >
    <22/07/2010#11:55:02.434#+0200> <Warning> <Log Management> <BEA-170011> <The LogBroadcaster on this server failed to broadcast log messages to the admin server. The Admin server may not be running. Message broadcasts to the admin server will be disabled.>
    <22/07/2010#11:55:02.557#+0200> <Notice> <Cluster> <BEA-000197> <Listening for announcements from cluster using unicast cluster messaging>
    <22/07/2010#11:55:02.557#+0200> <Notice> <Cluster> <BEA-000133> <Waiting to synchronize with other running members of xxCLUSTERxx.>
    <22/07/2010#11:55:32.595#+0200> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <22/07/2010#11:55:32.595#+0200> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <22/07/2010#11:57:17.835#+0200> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on xx.xx.xx.xx:14101 for protocols iiop, t3, CLUSTER-BROADCAST, ldap, snmp, http.>
    <22/07/2010#11:57:17.835#+0200> <Notice> <WebLogicServer> <BEA-000358> <Started WebLogic Independent Managed Server "xxmanaged1xx" for domain "xxDOMAINxx" running in Production Mode>
    <22/07/2010#11:57:17.840#+0200> <Warning> <JMX> <BEA-149510> <Unable to establish JMX Connectivity with the Adminstration Server xxadminxx at <JMXServiceURL:null>.>
    <22/07/2010#11:57:20.13#+0200> <Notice> <Cluster> <BEA-000102> <Joining cluster xxCLUSTERxx on xx.xx.xx.xx:7001>
    <22/07/2010#11:57:20.28#+0200> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    I have a hard time trying to see what's happening here.
    If you have any input for me to use, I would be very thankful.
    And by the way, please excuse me for my poor english (french here ^^)
    Best regards,
    Serge

    As a test, I shutdown my admin server and then killed the managed server from the command line so that node manager would start it ( and not be able to find the admin server ).
    I'm using WL 10.3.3 ( 11g + OSB + SOA ) on oracle linux (64bit) and the managed server started in 3 minutes.
    So I tried the same in my 10g environment WL 10.3 running OSB 10g ( oracle linux 32-bit ) and the server started in 2 minutes.
    I see a couple of times when your trace shows a pause:
    1. when loading certificates22/07/2010#10:10:42.75#+0200> <Alert> <Security> <BEA-090167> <Cannot retrieve identity certificate and private key on server xxmanaged1xx, because the keystore entry alias is not specified.>
    <22/07/2010#10:10:42.77#+0200> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the JKS keystore file /xxxkeystore.>
    <22/07/2010#10:16:02.665#+0200> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    For this server, is the keystore alias entered in the server's SSL tab?
    2. Just after entering STARTING<22/07/2010#10:16:02.666#+0200> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <22/07/2010#10:45:48.374#+0200> <Alert> <ALSB Security> <BEA-387042> <There is no user password credential mapper provider configured in your security realm. AquaLogic Service Bus service account management will be disabled. Configure a user password credential mapper provider if you need ALSB service account support.>
    In my test, the "user password credential" message was preceded by messages about the Singleton Marker applications. Are the singleton apps deployed to this server, or to some other managed server? If they are deployed to some other managed server, are they deployed to a managed server on the same host as the (unreachable) admin server?
    <Jul 19, 2010 11:11:54 AM EDT> <Info> <WorkManager> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "ALSB Cluster Singleton Marker Application">
    <Jul 19, 2010 11:11:54 AM EDT> <Info> <WorkManager> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "ALSB Domain Singleton Marker Application">
    <Jul 19, 2010 11:11:54 AM EDT> <Info> <WorkManager> <BEA-002903> <Creating WorkManager from "weblogic.wsee.mdb.DispatchPolicy" WorkManagerMBean for application "ALSB Framework Starter Application">
    <Jul 19, 2010 11:11:56 AM EDT> <Alert> <OSB Security> <BEA-387042> <There is no user password credential mapper provider configured in your security realm. Oracle Service Bus service account management will be disabled. Configure a user password credential mapper provider if you need OSB service account support.>
    3. activating ALSB Framework 22/07/2010#10:45:52.154#+0200> <Warning> <WliSbTransports> <BEA-381917> <MQ Transport could not be registered due to : Missing MQ Library>
    <22/07/2010#11:54:55.765#+0200> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'ALSB Framework Starter Application'.
    In my test, this was logged immediately after the "user password credential mapper" message, with the following between:
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <WssModuleImpl.getInstance>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <WssModuleImpl.initialize>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <initializing WssHandlerImpl>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <WssHandlerImpl constructor>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <WssAuditor initilizing>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <auditingEnbled set to false>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <auditingEnbled set to false>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <WssAuditor successfully started>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityWss> <BEA-000000> <WssModuleImpl was successfully initialized>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityModule> <BEA-000000> <jndiLookup: [jndi-name: com.bea.alsb.internal.clusterTimerAuthority]>
    <Jul 19, 2010 11:11:56 AM EDT> <Debug> <AlsbSecurityModule> <BEA-000000> <jndiLookup: [jndi-name: com.bea.alsb.internal.clusterTimerAuthority]>
    <Jul 19, 2010 11:11:56 AM EDT> <Info> <Monitoring> <BEA-000000> <New Metadata version is 0>
    <Jul 19, 2010 11:11:56 AM EDT> <Info> <Monitoring> <BEA-000000> <New Metadata version is 0>
    <Jul 19, 2010 11:11:56 AM EDT> <Info> <Monitoring> <BEA-000000> <New Metadata version is 0>
    <Jul 19, 2010 11:11:56 AM EDT> <Info> <Deployer> <BEA-149059> <Module Dummy of application ALSB Framework Starter Application is transitioning from STATE_NEW to STATE_PREPARED on server
    The clusterTimerAuthority involves contacting the admin server in 11g, but not quite sure about 10g. ( I have a separate bug in 11g when the ClusterTime can't be reached if the admin server is using 2way SSL )
    I can't run the same test in my multi-node environments, but is it possible for you to change the targets of the 2 Singleton applications to a managed server which runs on some machine other than the Admin server's machine? Then try starting that managed server while the Admin server is down, and also try restarting another managed server ( which is not on the admin server's host and is not targetted by the Singleton applications. )
    I suspect the managed server with the singleton apps will start more quickly than the one without.

  • How to fix windows 7 startup failure? Windows startup repair cannot help

    Recently, my laptop have problem with the startup and unfortunately it is showing crash dump error as well.
    This is the error mesage for startup issues: c000021a fatal system error, intial session process or system process terminate
    and this is error message for crash dump: STOP: 0x0000000A (0xFFFFF80003BEDE60, 0x0000000000000002, 0x0000000000000008, 0xFFFFF80003BEDE60)
    So, when i start my laptop it comes up with the startup c000021a fatal system error. I tried to go to startup repair and chose the "Last Known Good Configuration (advanced)" after that it shown system crash dump error message.
    Unfortunately, I did not make the restore point. I want to reinstall my windows but it cant boot from CD/DVD due to startup failure. I already choose the booting sequence to CD/DVD as first sequences but it still does not work.
    Anyone can help me with this issues?
     

    Hi Arie K,
    Please explain a bit about the following question for better analyzation:
    1. What changes have you made before this issue?
    2. Do you receive the same error message when we use the normal boot, safe mode and Last Known Good Configuration? If no please share it with us.
    3. What error messages do you receive when we try to boot from CD/DVD?
    We could try to use the USB driver to performance the system restore or reinstall.
    For more information, please refer to the following article.
    How to Build a Bootable USB Drive? or How to Install an Operating System from a USB Device?
    http://blogs.technet.com/b/chenley/archive/2011/10/06/how-to-build-a-bootable-usb-drive-or-how-to-install-an-operating-system-from-a-usb-device.aspx
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • How can i get production version value(verid) for luck through bdc.

    HI..
    i have one requirement..that in c223 tcode while i luck the production version through BDC in my report program as i given bellow...i upload mat.no , plant, production version and 1(for luck)...
    req:: i want while i given production version for particlular plant and material no...that production version should be luck....
    so in standard tcode c223 how can i get value to compair it with my input production version value then i will close that...
    program:::
    report ZC2232
           no standard page heading line-size 255.
    *include bdcrecx1.
    Tables : mkal.
    data : nodata value '/' .
    data : CTUMODE type c value 'E'.
    DATA : CUPDATE TYPE C VALUE 'L'.
    DATA:   BDCDATA LIKE BDCDATA    OCCURS 0 WITH HEADER LINE.
          messages of call transaction
    DATA:   MESSTAB LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
    data: begin of HEADER OCCURS 0,
    data element: MATNR
            MATNR_001(018),
    data element: WERKS_D
            WERKS_002(004),
    data element: PLNNR
           PLNNR_003(008),
    data element: CP_STTAG
            STTAG_003(010),
    data element: ENTRY_ACT
           ENTRY_ACT_005(011),
    data element: PLNAL
            PLNAL_004(001),
    data element: FLG_SEL
           FLG_SEL_01_006(001),
    data element: PLANTEXT
           STLAL_004(002),
           DATUV_005(010),
    data element: WERKS_D
           WERKS_008(004),
    data element: PLN_VERWE
           ktext_005(001),
    data element: PLNST
            DELKZ_005(001),
    data element: LOSGRVON
           LOSVN_011(017),
    data element: LOSGRBIS
           LOSBS_012(017),
    data element: PLNME
           PLNME_013(003),
    data element: PLNME
           stlal_014(002),
    end of HEADER.
    data : begin of it_header occurs 0,
           matnr like marc-matnr,
           werks like marc-matnr,
           verid like mkal-verid,
           mksp like mkal-mksp,
           end of it_header.
    data : exnum(40) type c,
           exnum1(40) type c,
           cnt type I,
           CN(2) TYPE C,
           c1 type c value '(',
           c2 type c value ')'.
    start-of-selection.
    parameters: p_file like rlgrap-filename.
    at selection-screen on value-request  for p_file.
      call function 'F4_FILENAME'
    EXPORTING
      PROGRAM_NAME        = SYST-CPROG
      DYNPRO_NUMBER       = SYST-DYNNR
      FIELD_NAME          = ' '
      importing
         file_name           = p_file.
    start-of-selection.
    call function 'WS_UPLOAD'
    exporting
      CODEPAGE                      = ' '
       filename                      = p_file
       filetype                      = 'DAT'
      HEADLEN                       = ' '
      LINE_EXIT                     = ' '
      TRUNCLEN                      = ' '
      USER_FORM                     = ' '
      USER_PROG                     = ' '
      DAT_D_FORMAT                  = ' '
    IMPORTING
      FILELENGTH                    =
      tables
        data_tab                      = it_header
    EXCEPTIONS
      CONVERSION_ERROR              = 1
      FILE_OPEN_ERROR               = 2
      FILE_READ_ERROR               = 3
      INVALID_TYPE                  = 4
      NO_BATCH                      = 5
      UNKNOWN_ERROR                 = 6
      INVALID_TABLE_WIDTH           = 7
      GUI_REFUSE_FILETRANSFER       = 8
      CUSTOMER_ERROR                = 9
      NO_AUTHORITY                  = 10
      OTHERS                        = 11
    if sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    endif.
    DELETE it_header WHERE MATNR IS INITIAL.
    LOOP AT it_header.
    *start-of-selection.
    *perform open_group.
    perform bdc_dynpro      using 'SAPLCMFV' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ENTE'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MKAL-WERKS'.
    perform bdc_field       using 'MKAL-WERKS'
                                  it_header-werks.
    perform bdc_field       using 'MKAL-MATNR'
                                   it_header-matnr.
    perform bdc_dynpro      using 'SAPLCMFV' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=PICK'.
    perform bdc_field       using 'MKAL-WERKS'
                                 it_header-werks.
    perform bdc_field       using 'MKAL-MATNR'
                                it_header-matnr.
    *>>>>>>>>>>>>>>>>>>>>here what logic can i write****
    clear cnt.
    do 15 times.
    cnt = cnt + 1 .
    CN = CNT.
    exnum = 'MKAL_EXPAND-VERID'.
    concatenate exnum c1 cn c2 into exnum1.
    *perform bdc_field       using 'BDC_CURSOR'
                                   exnum1.
    GET PARAMETER ID 'VER' FIELD EXNUM1.
    CALL TRANSACTION 'C223' AND SKIP FIRST SCREEN.
    if ( it_header-verid = EXNUM1 ).
    exit.
    endif.
    enddo.
    ****************************************************end***>>>>>>>>
    perform bdc_field       using 'BDC_CURSOR'
                                  exnum1.
    perform bdc_dynpro      using 'SAPLCMFV' '2000'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MKAL_EXPAND-PLNTY'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=PRFG'.
    perform bdc_dynpro      using 'SAPMSSY0' '0120'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=RW'.
    perform bdc_dynpro      using 'SAPLCMFV' '2000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/ECANC'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MKAL_EXPAND-VERID'.
    perform bdc_dynpro      using 'SAPLCMFV' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SAVE'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'MKAL-WERKS'.
    perform bdc_field       using 'MKAL-WERKS'
                                  it_header-werks.
    perform bdc_field       using 'MKAL-MATNR'
                                  it_header-matnr.
    perform bdc_dynpro      using 'SAPLCMFV' '1000'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    perform bdc_transaction using 'C223'.
    endloop.
    *perform close_group.
    *&      Form  bdc_dynpro
          text
         -->P_0161   text
         -->P_0162   text
    form bdc_dynpro  USING PROGRAM DYNPRO.
      CLEAR BDCDATA.
      BDCDATA-PROGRAM  = PROGRAM.
      BDCDATA-DYNPRO   = DYNPRO.
      BDCDATA-DYNBEGIN = 'X'.
      APPEND BDCDATA.
    endform.                    " bdc_dynpro
    *&      Form  bdc_transaction
          text
         -->P_0351   text
    form bdc_transaction USING TCODE.
    call transaction 'C223' using bdcdata
                             mode    CTUMODE
                             update  CUPDATE
                             messages into messtab.
      if sy-subrc <> 0.
      message e000(zmm01) with
      'Check your input data'.
      endif.
    endform.                    " bdc_transaction
    *&      Form  bdc_field
          text
         -->P_0346   text
         -->P_0347   text
    form bdc_field  USING FNAM FVAL.
      if fval <> nodata.
        CLEAR BDCDATA.
        BDCDATA-FNAM = FNAM.
        BDCDATA-FVAL = FVAL.
        APPEND BDCDATA.
        endif.
        endform.                    " bdc_field

    l_nl := dbms_xslprocessor.selectNodes(l_n, '/TaxInvoice/TaxInvoiceDocument');try to change as follow
    l_nl := dbms_xslprocessor.selectnodes(l_n,'/TaxInvoice/TaxInvoiceDocument','xmlns="urn:kr:or:kec:standard:Tax:ReusableAggregateBusinessInformation:1:0"');Edited by: AlexAnd on Aug 17, 2011 12:36 AM

  • Weblogic starting in production mode LINUX x86

    I am having a problem when creating a new weblogic 10.3.3 domain. I created this domain in development mode yet when i try and start the domain the admin server always starts in Production mode?
    Does anyone know why this is happening as i've check the weblogic console and it shows that the domain is set to development. Below is the message recieved on start up of the admin server:
    <Warning> <Management> <BEA-141274> <Production mode has specified at the command line via the weblogic.ProductionModeEnabled system property. This system property overrides the development mode setting contained in config.xml. However, the console and WLST show the attribute values and defaults that correspond to the development mode specified in config.xml.>
    Thanks for your help in advance.

    I have the same problem during the start of Oracle Identity Manager 11G...Admin Server and Managed Server on different machines...
    ####<Dec 2, 2010 5:25:17 PM MSK> <Error> <Security> <asoim.sgp.gazprom.ru> <oim_server1> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <1291299917129> <BEA-090892> <The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.>
    ####<Dec 2, 2010 5:25:17 PM MSK> <Critical> <WebLogicServer> <asoim.sgp.gazprom.ru> <oim_server1> <main> <<WLS Kernel>> <1291299917132> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.
    weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: JPS-01538: The default policy provider was not found.
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1394)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsRuntimeException: JPS-01538: The default policy provider was not found.
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:273)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsException: JPS-01538: The default policy provider was not found.
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:705)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.JpsException: JPS-01514: The default context is missing in jps-config.xml.
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:665)
    at oracle.security.jps.internal.policystore.PolicyUtil$1.run(PolicyUtil.java:650)
    at java.security.AccessController.doPrivileged(Native Method)
    at oracle.security.jps.internal.policystore.PolicyUtil.getDefaultPolicyStore(PolicyUtil.java:650)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:271)
    at oracle.security.jps.internal.policystore.PolicyDelegationController.<init>(PolicyDelegationController.java:265)
    at oracle.security.jps.internal.policystore.JavaPolicyProvider.<init>(JavaPolicyProvider.java:136)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at java.lang.Class.newInstance0(Class.java:355)
    at java.lang.Class.newInstance(Class.java:308)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.loadOPSSPolicy(CommonSecurityServiceManagerDelegateImpl.java:1312)
    at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1018)
    at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)
    at weblogic.security.SecurityService.start(SecurityService.java:141)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: oracle.security.jps.service.credstore.CredStoreException: JPS-01050: Opening of wallet based credential store failed. Reason java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
    at oracle.security.jps.internal.credstore.ssp.CsfWalletManager.openWallet(CsfWalletManager.java:177)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.doInit(SspCredentialStore.java:218)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:140)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.<init>(SspCredentialStore.java:127)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:115)
    at oracle.security.jps.internal.credstore.ssp.SspCredentialStoreProvider.getInstance(SspCredentialStoreProvider.java:53)
    and help???

  • How long should I let Safe Mode startup run? I keep getting the "disk0s2 i/o error" message and I'm just not sure when to give up and try a different method. I already ran disk utility in Recovery Mode and it said there were no repairs needed.

    How long should I let Safe Mode startup run? I keep getting the "disk0s2 i/o error" message and I'm just not sure when to give up and try a different method. I already ran disk utility in Recovery Mode and it said there were no repairs needed but it still kept getting stuck on the apple loading screen.

    You have limited opportunity to attempt to create a backup of your created files.
    That is what the SafeBoot or safemode appears to allow you -- at the moment.
    Since the hard disk drive exhibits signs of failure or other major issues, plan
    on a replacement in the near future. You may be able to get the computer to
    start up in a regular full OS X (not safe mode) but consider its hours are limited.
    An externally enclosed hard disk drive (with own power supply, not relying on
    Mac ports to run it) is a good basic means of which to use a disk utility to make
    a copy or a Clone of the current OS X. This may help retrieve an archive that
    could be used along with a Time Machine backup, to restore your Mac once you
    get a new hard drive installed inside.
    Good luck & happy computing!

  • Problem in starting the domain in production mode

    Hi Friends,
         I have created the domain in production mode and i am using the JRockit 1.6 JDK for production.The Domain is created successfully ,no error  arises when i create the domain.But when i start the domain it raises the error because of some jdk related issues.I am not able to find the issue so please guide me for solving the issue.

    Hello,
    I checked the certification matrix for weblogic 12.1.3, and it seems it's not yet certified with Jrockit:
    Is it possible that you re-install using Oracle JDK 7u51+ ..?
    Regards,
    Mohab

  • Setting Office 2013 on Windows 8x in Pre-Production Mode

    Hello
    We are in the process of evaluating ADRMS for protecting documents. Currently, I have ADRMS running on a Windows Server 2012 x64. I have 2 other machines which talk to this - one with Office 2013 installed on a windows 8.1 set in production mode and another
    similar machine having  a custom program based on ADRMS SDK 2.1 APIs. 
    How can I set the server running ADRMS as well as Office 2013 in pre-production mode? If there are any documents on this, can this be shared or pointed to please
    Thanks
    SN

    Hello,
    Does anyone know how to do this or is this done differently?
    This is what I want to test to start with - I have a document (docx) and I have protected it using ADRMS SDK2.1 based custom client application. I want to test this protected document by opening using Office 2013 and see if the permissions I set are working.
    The custom application is installed on a machine (8.1, set to pre-prod by setting MSIPC & uDRM \Hierarchy to 1)  connecting to a server (Win 2012, set in pre-prod by setting DRMS\Hierarchy to 1) with both ADRMS & ADDS installed in it. For some
    reason the client works even with uDRM/Hierarchy set to 0, so not sure what is the relevance of uDRM. 
    I have the Office 2013 installed on a Windows 8.1 different from the above 2 machines and connected to the above domain. But I am unable to open the document protected by the custom RMS app. In fact, when I try to protect a document created using Word 2013
    on this machine it says "The system cannot find the file specified"
    00000001 0.00000000
    [23512] /-----------------------------------------------------------------------
    00000002 0.00000000
    [23512]  Public API called: IpcFreeMemory
    00000003 0.00000000
    [23512]   pb:   0000005F3D432070
    00000004 3.09854221
    [23512] /-----------------------------------------------------------------------
    00000005 3.09854221
    [23512]  Public API called: IpcpBootstrapUser
    00000006 3.09854221
    [23512]   pConnectionInfo:   NULL
    00000007 3.09854221
    [23512]   pUser:   PCIPC_USER
    00000008 3.09854221
    [23512]     -->dwType:    1
    00000009 3.09854221
    [23512]     -->wszID:     [email protected]
    00000010 3.09854221
    [23512]   pToken:   PCIPCP_TOKEN
    00000011 3.09854221
    [23512]     -->dwType:       2
    00000012 3.09854221
    [23512]     -->pcvTokenData: NULL
    00000013 3.09854221
    [23512]     -->cbTokenData:  0x00000000
    00000014 3.09854221
    [23512]   pContext:   PCIPC_PROMPT_CTX
    00000015 3.09854221
    [23512]     -->cbSize:       40
    00000016 3.09854221
    [23512]     -->hwndParent:   NULL
    00000017 3.09854221
    [23512]     -->dwFlags:      0x00000000
    00000018 3.09854221
    [23512]     -->hCancelEvent: 0000000000000558
    00000019 3.09854221
    [23512]     -->pcCredential:
    00000020 3.09854221
    [23512]       NULL
    00000021 3.09854221
    [23512]   pvReserved:   NULL
    00000022 3.09866428
    [23512] [msipc]:Disabled SSPI auth for RMSO
    00000023 3.09868693
    [23512] [msipc]:IpcTokenCache::GetCachedToken Creating a new IIpcToken
    00000024 3.09872818
    [23512] [msipc]:+LoggedOnUserToken Created
    00000025 3.09875011
    [23512] [msipp]:+ippGetUser
    00000026 3.09876585
    [23512] [msipp]:+ippGetUserForUserInfo
    00000027 3.09879208
    [23512] [msipp]:+IPPUserIdentity::InitializeIdentityForUserInfo entered
    00000028 3.09882998
    [23512] [msipp]:+IPPLicenseStore::GetMachineCert
    00000029 3.09911990
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000030 3.09911990
    [23512] HRESULT = 0x8004f00d
    00000031 3.09914303
    [23512] [msipc]:+ippActivateMachine
    00000032 3.09933877
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000033 3.09933877
    [23512] HRESULT = 0x8004f00d
    00000034 3.09944534
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000035 3.09944534
    [23512] HRESULT = 0x8004f00d
    00000036 3.09955812
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000037 3.09955812
    [23512] HRESULT = 0x8004f00d
    00000038 3.09959126
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000039 3.09959126
    [23512] HRESULT = 0x8004f00d
    00000040 3.09977841
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000041 3.09977841
    [23512] HRESULT = 0x8004f00d
    00000042 3.09981275
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000043 3.09981275
    [23512] HRESULT = 0x8004f00d
    00000044 3.09994483
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(708)
    00000045 3.09994483
    [23512] HRESULT = 0x8004f00d
    00000046 3.09997869
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(763)
    00000047 3.09997869
    [23512] HRESULT = 0x8004f00d
    00000048 3.10005188
    [23512] Exception at d:\bt\2274\private\client\source\port\windows\ipcossecuritygeneral.cpp(90): hr = CDRMtoSP::CreateMachineCerts()
    00000049 3.10005188
    [23512] HRESULT = 0x80070002
    00000050 3.10007334
    [23512] [msipc]:Error encountered while activating the machine, hr = 0x80070002
    00000051 3.10011625
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ippmsdrmwrapper.cpp(650)
    00000052 3.10011625
    [23512] HRESULT = 0x80070002
    00000053 3.10017371
    [23512] [msipp]:-ippGetUser HR=80070002
    00000054 3.10020924
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\framework\win7\win7ippuser.cpp(92): ippGetUser(IPP_GU_CONNECTION_INFO, pConnectionInfo, dwFlags, ipcContext, m_pUser)
    00000055 3.10020924
    [23512] HRESULT = 0x80070002
    00000056 3.10022879
    [23512] Error HRESULT 0x80070002 mapped to 0x80070002
    00000057 3.10026145
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\api\ippapi.cpp(2525): IppGetUser( IPP_GU_CONNECTION_INFO, &pUserFromConnInfo, pUserFromConnInfo.wszID ? dwFlags : (dwFlags | IPP_GU_NEW), pIpcContext, &hUser)
    00000058 3.10026145
    [23512] HRESULT = 0x80070002
    00000059 3.10028005
    [23512] Error HRESULT 0x80070002 mapped to 0x80070002
    00000060 3.10030127
    [23512]  Public API IpcpBootstrapUser exited with return code 0x80070002
    00000061 3.10030127
    [23512] \-----------------------------------------------------------------------
    00000062 3.10036349
    [23512] /-----------------------------------------------------------------------
    00000063 3.10036349
    [23512]  Public API called: IpcGetTemplateIssuerList
    00000064 3.10036349
    [23512]   pConnectionInfo:   NULL
    00000065 3.10036349
    [23512]   dwFlags:   0x00000000
    00000066 3.10036349
    [23512]   pContext:   PCIPC_PROMPT_CTX
    00000067 3.10036349
    [23512]     -->cbSize:       40
    00000068 3.10036349
    [23512]     -->hwndParent:   NULL
    00000069 3.10036349
    [23512]     -->dwFlags:      0x00000003
    00000070 3.10036349
    [23512]     -->hCancelEvent: 0000000000000558
    00000071 3.10036349
    [23512]     -->pcCredential:
    00000072 3.10036349
    [23512]       NULL
    00000073 3.10036349
    [23512]   pvReserved:   NULL
    00000074 3.10039186
    [23512] [msipp]:+ippGetUser
    00000075 3.10040927
    [23512] [msipp]:+ippGetUserForUserInfo
    00000076 3.10043311
    [23512] [msipp]:+IPPUserIdentity::InitializeIdentityForUserInfo entered
    00000077 3.10046244
    [23512] [msipp]:+IPPLicenseStore::GetMachineCert
    00000078 3.10075140
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000079 3.10075140
    [23512] HRESULT = 0x8004f00d
    00000080 3.10077405
    [23512] [msipc]:+ippActivateMachine
    00000081 3.10079026
    [23512] [msipc]:ippActivateMachine Skipping Machine activation because of Offline mode
    00000082 3.10082817
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ippmsdrmwrapper.cpp(621)
    00000083 3.10082817
    [23512] HRESULT = 0x8004020d
    00000084 3.10084748
    [23512] [msipp]:-ippGetUser HR=8004020d
    00000085 3.10087729
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\framework\win7\win7ippuser.cpp(92): ippGetUser(IPP_GU_CONNECTION_INFO, pConnectionInfo, dwFlags, ipcContext, m_pUser)
    00000086 3.10087729
    [23512] HRESULT = 0x8004020d
    00000087 3.10089636
    [23512] Error HRESULT 0x8004020d mapped to 0x8004020d
    00000088 3.10091305
    [23512] [msipc]:+IpcGetTemplateIssuerList IppGetUser Failed hr = 0x8004020d
    00000089 3.10093284
    [23512] [msipp]:+IPPLicenseStore::GetCLCWithRAC
    00000090 3.10112619
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\msdrm\clientsdk\store\drmstore.cpp(2222)
    00000091 3.10112619
    [23512] HRESULT = 0x8004f00d
    00000092 3.10114932
    [23512] [msdrm]:-CDRMStore::GetLicense type=3 hr=8004f00d
    00000093 3.10118246
    [23512] Exception at d:\bt\2274\private\client\source\adrms\native\protection\core\ipplicensestore.cpp(399): m_cdrmStore->GetLicense( DRM_LICENSE_TYPE_CLC, pwszSearchPattern, uSearchPatternCount, fDefaultForUser, puCount, prgwszLicense, prgwszRACs)
    00000094 3.10118246
    [23512] HRESULT = 0x8004f00d
    00000095 3.10121131
    [23512]  Public API IpcGetTemplateIssuerList exited with return code 0x8004020D
    00000096 3.10121131
    [23512] \-----------------------------------------------------------------------
    00000097 3.10124445
    [23512] /-----------------------------------------------------------------------
    00000098 3.10124445
    [23512]  Public API called: IpcFreeMemory
    00000099 3.10124445
    [23512]   pb:   0000005F3F8B0DB0
    00000100 3.10132265
    [23512] /-----------------------------------------------------------------------
    00000101 3.10132265
    [23512]  Public API called: IpcGetErrorMessageText
    00000102 3.10132265
    [23512]   hrError:   0x80070002
    00000103 3.10132265
    [23512]   dwLanguageId:   1033
    00000104 3.10215545
    [23512]  Public API IpcGetErrorMessageText exited with return code 0x00000000
    00000105 3.10215545
    [23512] \-----------------------------------------------------------------------
    00000106 4.53870678
    [23512] /-----------------------------------------------------------------------
    00000107 4.53870678
    [23512]  Public API called: IpcFreeMemory
    00000108 4.53870678
    [23512]   pb:   0000005F3D4324F0
    00000109 109.36756897
    [24016] SHIMVIEW: ShimInfo(Complete)
    00000110 118.99750519
    [24088] SHIMVIEW: ShimInfo(Complete)
    Any help will be much appreciated
    Thanks
    SN

  • What would cause keynote 5.1 to stop playing slides? It reverts back to production mode.

    My version of keynote on my MacBook has begun acting strange. If I say a presentation as a powerpoint it will open it and play it. If I open one saved as a keynote it will not play. It will revert back to production mode. I have a major presentation due on Monday Oct 14. I'd like to do it from my old MacBook which has served me well for many years. My other option is to save it as a powerpoint and play it on one of the agency pc laptops.

    If I open one saved as a keynote it will not play. It will revert back to production mode.
    Keynote will only play a presentation full screen if it has been set to do so, have you made this setting?:
    Inspector > Document > Document > Automatically Play on Opening

  • Web service does not work in production mode

    Hi!
    I created a small web service with the WorkShop in BEA Weblogiv 7.0.
    If I start the server in production mode, then my service is not visible. It can
    not be accessed, neither its WSDL. In development mode it works. I tried to create
    an EAR file and deploy it, but when I do that in the web console, it all says
    that it is deployed, but I can not access the WSDL or anything else.
    Does the WSDL URL change in production mode ?
    Help !
    Best regards,
    David

    Thanks for reply.
    It seems nothing matters.
    I changed wlw-config file:
         <hostname>localhost</hostname>
         <protocol>http</protocol>
         <http-port>8002</http-port>
         <service>
              <class-name>com.mycom.MyWS</class-name>
              <protocol>http</protocol>
         </service>
    I changed wsdl soap address
    to
    http://localhost:8002/MyWS/com/mycom/MyWS.jws
    I deployed it to managed server at port 8002 and admin server at 7001. but still, admin server works and the other one does not.

  • Usage of default keyStores(.jks) in WLS production mode

    HI All,
    I need confirmation on usage of default keystore(.jks)  on web logic servers 10.3.5 running in  PRODUCTION Mode ?
    I have configured Demo-trust.jks and Demo-identity.jks  files in web logic server which is running on production mode  , but the below link says we should not use the demoidentity.jks and demotrust.jks file in Production and default key-stores for only testing.
    In general, production mode requires you to configure additional security features.
    FYi  ...http://oracle-solutions.com/en/configuration-ssl-weblogic-server/
    FYI, Some of key web logic server log entries :
    - The system is vulnerable to security attacks, since it trusts certificates signed by the demo trusted CA.
    - <BEA-000330> <Started WebLogic Managed Server "bi_server1" for domain "bifoundation_domain" running in Production Mode>.
    - Warning : domains\bifoundation_domain\servers\bi_server1\tmp\_WL_user\oracle.applcore.model\vy4gk6/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future   versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    Basically  we are trying to implement the SSO between OBIEE11g  and j2e application in WLS 10.3.5   , I have completed the SAML2 configuration on two different managed servers ,but SSO not working and also not able to find ERROR messages on server logs
    I would like to know ,  If we chose/use  default keystores  in WLS production mode , is there impact on SSO functionality (SAML2) ?
    Thanks in Advance

    Hi ,
    Thanks for valuable input and after configuring I am able to see the SAML2.0 logs
    In Web logic custom authentication provider configured for performing authentication on j2ee  application .    SS0-Saml2.0  configured in single web-logic server11g  ,in which  two different managed servers .(One managed server for application and another managed server for OBIEE).
    We are able to login successfully on application side using the custom database authenticator (User: Tony) and then if we try to access the OBIEE urls(example: http://ctodomain.test.com:8704/saml2/analytics/saw.dll?) ,its redirecting to OBIEE URL as   http://ctodomain.test.com:8704/saml2/sp/acs/artifact?SAMLart=AAQAAP4DqhE1B5fw5nvpzoSbqW9KLgCPhgkl21qQKIG3naZsi9f75Uk8HdQ%3D   and WLS log says  “Authentication Failed: User ‘Tony’ denied
    Looks like SAML token generating properly on IDP(app)  and not able to authenticate on service provider (OBIEE)
    In order to achieve the SSO using SAML2.0 , do we need to configure any  steps at OBIEE side to bring the users in console ? , b’coz  below log says application user not able to login authenticate at OBIE E side .
    OBIEE wls log:
    Apr 13, 2015 11:18:39 PM IST> <Debug> <SecuritySAML2Service> <BLR00AFE> <bi_server1> <[ACTIVE] Execute-thread: '0' for queue: 'web-logic.kernel.Default (self-tuning)'> <<WLS Kernel>> <
    <3c7a43ee732d37f3:4702fadb:14cb333962b:-8000-000000000000238c> <1428947319400> <BEA-000000> <exception info
    javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User Download javax.security.auth.login.FailedLoginException: [Security:090302]Authentication Failed: User Download denied
                    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)
                    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
                    at java.security.AccessController.doPrivileged(Native Method)
                    at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)
                    at sun.reflect.GeneratedMethodAccessor354.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
                    at java.lang.reflect.Method.invoke(Method.java:606)
    Appreciate if any inputs on above issue
    Thanks

  • Deploying simple EAR to WL10.3 in Production Mode

    Hi,
    I'm trying to deploy a simple EAR developed using Workshop and am getting library reference errors for beehive-controls-1.0.1-10.0.
    The target server is running on Solaris with a domain created using the wls.jar template.
    I'd like to bundle the additional libraries needed in the EAR file (in APP-INF/lib, dropped in automagically using the workshop J2EE module dependencies setting) but don't know which libraries I need (can only find beehive-controls.jar on the filesystem).
    Will this work on a server running in production mode, and if so, what libraries do i need?
    Cheers.
    Martin.
    Edited by: user10925870 on 23-Nov-2009 03:19
    The library references that wls complains about are:
    - beehive-controls-1.0.1-10.0
    - weblogic-controls-10.0
    - wls-commonsloggingbridge

    You can do one thing. Create a workshop domain in a test environment and then start the console. All the shared libraries are deployed as modules and can be seen in the admin console. Then search and place theses libraries in the lib of your application and used the <prefer-web-inf-classes> or <prefer-application-packages> in case of .war or .ear respectively. Hope this helps :)
    Edited by: Manish Chellappan on Nov 24, 2009 1:05 PM

Maybe you are looking for