Advertisement
Guest User

weblogic_error

a guest
Aug 16th, 2015
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.99 KB | None | 0 0
  1. aruns weblogic_12_c $ ./configure.sh
  2. **************************************************
  3. WebLogic Server 12g (12.1.3.0) Zip Configuration
  4.  
  5. MW_HOME:   /home/aruns/weblogic_12_c
  6. JAVA_HOME: /usr/lib/jvm/java-8-oracle/
  7. **************************************************
  8.  
  9. Please wait while 1 jars are unpacked ...
  10. ...Unpacking done                      
  11.  
  12.  
  13. BUILD SUCCESSFUL
  14. Total time: 1 second
  15. CLASSPATH=/usr/lib/jvm/java-8-oracle//lib/tools.jar:/home/aruns/weblogic_12_c/wlserver/server/lib/weblogic_sp.jar:/home/aruns/weblogic_12_c/wlserver/server/lib/weblogic.jar:/home/aruns/weblogic_12_c/oracle_common/modules/net.sf.antcontrib_1.1.0.0_1-0b3/lib/ant-contrib.jar:/home/aruns/weblogic_12_c/wlserver/modules/features/oracle.wls.common.nodemanager_2.0.0.0.jar::/usr/lib/jvm/java-8-oracle/bin
  16.  
  17. PATH=/home/aruns/weblogic_12_c/wlserver/server/bin:/home/aruns/weblogic_12_c/oracle_common/modules/org.apache.ant_1.9.2/bin:/usr/lib/jvm/java-8-oracle//jre/bin:/usr/lib/jvm/java-8-oracle//bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games::/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/usr/lib/jvm/java-8-oracle/:/home/aruns/weblogic_12_c/oracle_common/modules/org.apache.maven_3.0.5/bin
  18.  
  19. Your environment has been set.
  20. Configuring WLS...
  21.  
  22. BUILD SUCCESSFUL
  23. Total time: 1 second
  24.  
  25. Do you want to configure a new domain?  [y/n]? y
  26. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
  27. <16 Aug, 2015 5:24:11 PM IST> <Info> <Security> <BEA-090905> <Disabling the CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true.>
  28. <16 Aug, 2015 5:24:11 PM IST> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG128 to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true.>
  29. <16 Aug, 2015 5:24:16 PM IST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) 64-Bit Server VM Version 25.51-b03 from Oracle Corporation.>
  30. <16 Aug, 2015 5:24:21 PM IST> <Info> <Management> <BEA-140013> </home/aruns/weblogic_12_c/user_projects/domains/mydomain/config not found>
  31. <16 Aug, 2015 5:24:22 PM IST> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
  32. Enter username to boot WebLogic server:aruns
  33. Enter password to boot WebLogic server:
  34. For confirmation, please re-enter password required to boot WebLogic server:
  35. <16 Aug, 2015 5:24:33 PM IST> <Info> <Management> <BEA-141254> <Generating new domain directory in /home/aruns/weblogic_12_c/user_projects/domains/mydomain.>
  36. <16 Aug, 2015 5:24:36 PM IST> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
  37.  
  38. There are 1 nested errors:
  39.  
  40. weblogic.management.ManagementException: Failure during domain creation
  41.     at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:119)
  42.     at weblogic.management.internal.DomainDirectoryService.start(DomainDirectoryService.java:108)
  43.     at weblogic.server.AbstractServerService.postConstruct(AbstractServerService.java:78)
  44.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  45.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  46.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  47.     at java.lang.reflect.Method.invoke(Method.java:497)
  48.     at org.glassfish.hk2.utilities.reflection.ReflectionHelper.invoke(ReflectionHelper.java:1017)
  49.     at org.jvnet.hk2.internal.ClazzCreator.postConstructMe(ClazzCreator.java:388)
  50.     at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:430)
  51.     at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:456)
  52.     at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:225)
  53.     at org.glassfish.hk2.runlevel.RunLevelContext.findOrCreate(RunLevelContext.java:82)
  54.     at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2488)
  55.     at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:98)
  56.     at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:87)
  57.     at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.oneJob(CurrentTaskFuture.java:1162)
  58.     at org.glassfish.hk2.runlevel.internal.CurrentTaskFuture$QueueRunner.run(CurrentTaskFuture.java:1147)
  59.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  60.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  61.     at java.lang.Thread.run(Thread.java:745)
  62. Caused by: com.oracle.cie.domain.security.InvalidPasswordException: 60455: Invalid password.
  63. 60455: The password must be at least 8 alphanumeric characters with at least one number or special character.
  64. 60455: Correct the password.
  65.     at com.oracle.cie.domain.DomainInfoHelper.createDefaultDomain(DomainInfoHelper.java:761)
  66.     at com.oracle.cie.domain.DomainInfoHelper.createDefaultDomain(DomainInfoHelper.java:705)
  67.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  68.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  69.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  70.     at java.lang.reflect.Method.invoke(Method.java:497)
  71.     at weblogic.management.internal.CIEDomainGenerator.generateDefaultDomain(CIEDomainGenerator.java:62)
  72.     at weblogic.management.internal.DomainGenerator.generateDefaultDomain(DomainGenerator.java:114)
  73.     ... 20 more
  74.  
  75. >
  76. <16 Aug, 2015 5:24:36 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED.>
  77. <16 Aug, 2015 5:24:36 PM IST> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down.>
  78. <16 Aug, 2015 5:24:36 PM IST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN.>
  79. <16 Aug, 2015 5:24:36 PM IST> <Info> <WebLogicServer> <BEA-000238> <Shutdown has completed.>
  80. aruns weblogic_12_c $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement