Bienvenue à l'univers Oracle Cloud !

Jdev 12c -Error lors du Run Integrated WeblogicServer

Bonjour ,

Je viens d’installer Oracle SOA 12c sur mon poste Windows 10 ,  après installation de jDeveloper 12.1.0  et quand j’ai voulu démarrer le Server  IntergatedWeblogic WLS : il me retourne une erreur pour le Start  IntegratedWebLogicServer                                                                                                       [09:18:46 AM] IntegratedWebLogicServer Domain is invalid. Regenerating it…                      [09:18:46 AM] Creating IntegratedWebLogicServer Domain…                                            [09:18:47 AM] ERROR: An error occurred while building the default domain.Please see this log file for more

Et lorsque j’ai consulté le fichier Log , il m’indique que :                                                              wlst > Failed to get environment, environ will be empty: (0, ‘Failed to execute command ([\’sh\’, \’-c\’, \’env\’]): java.io.IOException:  Cannot run program « sh »: CreateProcess error=2, The system cannot find the file specified’)
wlst > Error:  ADRS_DOMAIN_PASSWORD environment variable not set.

Pour résoudre ce problème , il vous suffira d’ouvrir le fichier  jython-modules.jar ,qui se trouve sur le lien C:\Oracle\Middleware\Oracle_Home\wlserver\common\wlst\modules .

Ensuite vous ouvrez ce fichier avec 7-zip , vous parcourez le fichier lib dedans , et ouvrez le script Python   javashell.py  qui se trouve à l’intérieur du dossier lib  et ajouter le nom String de votre système d’exploitation pour Windows 8 ou Windows 10 pour mon cas :

_osTypeMap = (
( « nt », ( ‘nt’, ‘Windows NT’, ‘Windows NT 4.0’, ‘WindowsNT’,
‘Windows 2000’, ‘Windows 2003’, ‘Windows XP’, ‘Windows CE’, ‘Windows Vista’, ‘Windows Server 2008’, ‘Windows 7’, ‘Windows 8’ , ‘Windows 10’)),
( « dos », ( ‘dos’, ‘Windows 95’, ‘Windows 98’, ‘Windows ME’ )),
( « mac », ( ‘mac’, ‘MacOS’, ‘Darwin’ )),
( « None », ( ‘None’, )),
)

Et le tour est joué , vous pouvez démarrer votre  IntegratedWebLogic Server , par le Run>Start Server Instance dans JDeveloper 12 c , et il vous affichera le message suivant :

[Waiting for the domain to finish building…]
[10:38:14 AM] IntegratedWebLogicServer Domain is invalid.  Regenerating it…
[10:38:14 AM] Creating IntegratedWebLogicServer Domain…
[10:39:14 AM] Extending IntegratedWebLogicServer Domain…
[10:39:53 AM] Extending IntegratedWebLogicServer Domain…
[10:40:27 AM] Extending IntegratedWebLogicServer Domain…
[10:41:12 AM] IntegratedWebLogicServer Domain processing completed successfully.
*** Using HTTP port 7101 ***
*** Using SSL port 7102 ***
C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\bin\startWebLogic.cmd
[Starting IntegratedWebLogicServer.]
[waiting for the server to complete its initialization…]
*********************************************************
** Setting up SOA specific environment for win…
*********************************************************
PATH=;C:\Oracle\MIDDLE~1\ORACLE~3
….
JAVA_OPTIONS=-Djavax.net.ssl.trustStore=C:\Users\Sanae\AppData\Local\Temp\trustStore9055374714870496253.jks -Doracle.jdeveloper.adrs=true -Dweblogic.nodemanager.ServiceEnabled=true  -Xverify:none -Djava.system.class.loader=com.oracle.classloader.weblogic.LaunchClassLoader
.
*****************************************************
** End SOA Specific environment setup  for win.
*****************************************************
.
.
JAVA Memory arguments: -Xms1024m -Xmx2048m -XX:PermSize=512m -XX:MaxPermSize=1024m
.
CLASSPATH=C:\Oracle\Middleware\Oracle_Home\soa\soa\modules\user-….
.
PATH=C:\Users\Sanae\AppData\Roaming\JDEVEL~1\SYSTEM~1.003\DEFAUL~1…
***************************************************
*  To start WebLogic Server, use a username and   *
*  password assigned to an admin-level user.  For *
*  server administration, use the WebLogic Server *
*  console at http:\\hostname:port\console        *
***************************************************
Starting WLS with line:

INFOS: Le paramètre qui contrôle l’extraction EAGER de certains types de données de contexte d’exécution a été défini sur true.
<oracle.ods.virtualization.engine.util.VDELogger> <VDELogger> <info> <Notification sent for Mapping config object reloaded>
<oracle.ods.virtualization.engine.util.VDELogger> <VDELogger> <info> <Notification sent for Mapping config object reloaded>
<17 févr. 2016 10 h 41 CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY.>
<17 févr. 2016 10 h 41 CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING.>
<17 févr. 2016 10 h 41 CET> <Notice> <Log Management> <BEA-170036> <The Logging monitoring service timer has started to check for logged message counts every 30 seconds.>
<17 févr. 2016 10 h 41 CET> <Notice> <Log Management> <BEA-170032> <The Server has detected ODL configuration for java.util.logging. The PlatformLoggerLevels attribute configuration on the LogMBean will be ignored.>
<17 févr. 2016 10 h 42 CET> <Warning> <EJB> <BEA-010001> <While deploying EJB « MessagingStore », class oracle.sdpinternal.messaging.storage.MessagingStore was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
<17 févr. 2016 10 h 42 CET> <Warning> <EJB> <BEA-010001> <While deploying EJB « MessagingStore », class oracle.sdpinternal.messaging.storage.MessagingStoreRemoteHome was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>

<17 févr. 2016 10 h 43 CET> <Warning> <JAXRSIntegration> <BEA-2192509> <Changing servlet class from com.sun.jersey.spi.container.servlet.ServletContainer (web.xml) to org.glassfish.jersey.servlet.ServletContainer.>
<17 févr. 2016 10 h 43 CET> <Warning> <EJB> <BEA-010001> <While deploying EJB « ASNSInteraction », class oracle.sdp.messaging.Listener was loaded from the system classpath. As a result, this class cannot be reloaded while the server is running. To prevent this behavior in the future, make sure the class is not located in the server classpath.>
<17 févr. 2016 10 h 43 CET> <Warning> <JAXRSIntegration> <BEA-2192509> <Changing servlet class from com.sun.jersey.spi.container.servlet.ServletContainer (web.xml) to org.glassfish.jersey.servlet.ServletContainer.>
<17 févr. 2016 10 h 43 CET> <Warning> <J2EE> <BEA-160140> <Unresolved optional package references (in META-INF/MANIFEST.MF): [Extension-Name: oracle.bpm.runtime, referenced from: C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.bpm.management.webapp\q7hjct], [Extension-Name: oracle.bpm.client, referenced from: C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.bpm.management.webapp\q7hjct], [Extension-Name: oracle.bpm.projectlib, referenced from: C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.bpm.management.webapp\q7hjct], [Extension-Name: oracle.bpm.webapp.common, referenced from: C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\servers\DefaultServer\tmp\_WL_user\oracle.bpm.management.webapp\q7hjct]. Ensure that the referenced optional package has been deployed as a library.>
<oracle.ods.virtualization.engine.util.VDELogger> <VDELogger> <info> <Notification sent for Mapping config object reloaded>
<oracle.ods.virtualization.engine.util.VDELogger> <VDELogger> <info> <Notification sent for Mapping config object reloaded>
<oracle.sdp.messaging.newdriver.DriverContainer> <DriverContainer> <start> <Aucune configuration na été trouvée pour le déploiement de ce pilote : usermessagingdriver-xmpp. Le pilote est désactivé jusquà ce quune configuration soit créée.>
<oracle.sdp.messaging.newdriver.DriverContainer> <DriverContainer> <start> <Aucune configuration na été trouvée pour le déploiement de ce pilote : usermessagingdriver-gcm. Le pilote est désactivé jusquà ce quune configuration soit créée.>

<17 févr. 2016 10 h 43 CET> <Warning> <CoherenceIntegration> <BEA-2194506> <Could not find the JNDI resource [cache-config/servicebus/result-cache] referenced by cache-configuration-ref.>
<oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack> <BC4JConfigLifeCycleCallBack> <contextInitialized> <Mbean registered ########….>
<oracle.bc4j.mbean.BC4JConfigLifeCycleCallBack> <BC4JConfigLifeCycleCallBack> <contextInitialized> <Mbean registered ########….>
<17 févr. 2016 10 h 44 CET> <Warning> <CoherenceIntegration> <BEA-2194506> <Could not find the JNDI resource [cache-config/bpel/bpel-cache] referenced by cache-configuration-ref.>
soa.mds.consolidation is set to false

[EL Info]: 2016-02-17 10:44:31.16–ServerSession(1003305921)–EclipseLink, version: Eclipse Persistence Services – 2.6.1.v20150916-55dc7c3
[EL Info]: 2016-02-17 10:44:31.161–ServerSession(1003305921)–Server: 12.2.1.0.0
[EL Info]: connection: 2016-02-17 10:44:31.167–ServerSession(1003305921)–tracking_session login successful
[EL Info]: 2016-02-17 10:44:31.207–ServerSession(450091830)–EclipseLink, version: Eclipse Persistence Services – 2.6.1.v20150916-55dc7c3
[EL Info]: 2016-02-17 10:44:31.207–ServerSession(450091830)–Server: 12.2.1.0.0
[EL Info]: connection: 2016-02-17 10:44:31.212–ServerSession(450091830)–deferred_session login successful

http://www.springframework.org/schema/tool/spring-tool-3.1.xsd<Line 17, Column 33>: XML-24509: (Erreur) Définition en double pour : ‘annotation’
http://www.springframework.org/schema/tool/spring-tool-3.1.xsd<Line 37, Column 45>: XML-24509: (Erreur) Définition en double pour : ‘typedParameterType’
http://www.springframework.org/schema/tool/spring-tool-3.1.xsd<Line 41, Column 43>: XML-24509: (Erreur) Définition en double pour : ‘assignableToType’
http://www.springframework.org/schema/tool/spring-tool-3.1.xsd<Line 54, Column 45>: XML-24509: (Erreur) Définition en double pour : ‘expectedMethodType’
http://www.springframework.org/schema/tool/spring-tool-3.1.xsd<Line 80, Column 38>: XML-24509: (Erreur) Définition en double pour : ‘exportsType’
http://www.springframework.org/schema/tool/spring-tool-3.1.xsd<Line 103, Column 45>: XML-24509: (Erreur) Définition en double pour : ‘registersScopeType’
<oracle.integration.platform.blocks.java.JavaMessages> <JavaMessages> <warningFailureLoadingCustomBeanResource> <Failed to load custom bean resource named springse-extension-global-beans.xml. Exception is class org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException:Line 9 in XML document from class path resource [springse-extension-global-beans.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 9; columnNumber: 762; <Line 9, Column 762>: XML-24500: (Erreur) Impossible de créer le schéma http://www.springframework.org/schema/tool à lemplacement http://www.springframework.org/schema/tool/spring-tool-3.1.xsd.&gt;

#### On FabricKernelInitializerServlet, DiagnosticsFramework loaded from file:/C:/Oracle/Middleware/Oracle_Home/oracle_common/modules/oracle.dms/dms.jar
#### On MBeanManager, DiagnosticsFramework loaded from file:/C:/Oracle/Middleware/Oracle_Home/oracle_common/modules/oracle.dms/dms.jar
<oracle.fabric.management.healthcheck.mbean.HealthCheckMXBeanImpl> <HealthCheckMXBeanImpl> <registerHealthChecks> <Registered 11 SOA health checks>
<oracle.fabric.management.healthcheck.mbean.HealthCheckMXBeanImpl> <HealthCheckMXBeanImpl> <refreshConfig> <Refreshing SoaHealthCheckConfig>
<oracle.fabric.management.healthcheck.mbean.HealthCheckMXBeanImpl> <HealthCheckMXBeanImpl> <<init>> <SOA Health Check initialized. FA=false, Development>

Le débogueur Generic SOA écoute sur le port 5004.
Loading integration file at C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\sysman\config\, emomsintg.xml
intg.xml file does not exist at emomsintg.xml
In ConfigManager.loadProperties. propFile=C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\sysman\config\emoms.properties
Running inside container
Getting props from mbean
Try to query mbean name for emoms.props:type=Properties,name=emoms.properties,*
Try to get the Properties Attribute Map from the ConfigMBean  emoms.props:name=emoms.properties,type=Properties,Application=em
Got the Proprties Attribute Map from the ConfigMBean  emoms.props:name=emoms.properties,type=Properties,Application=em
The size of the property map is 12
In ConfigManager.loadProperties. propFile=C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\sysman\config\emoms.properties
Running inside container
Getting props from mbean
Try to query mbean name for emoms.props:type=Properties,name=emoms.properties,*
Try to get the Properties Attribute Map from the ConfigMBean  emoms.props:name=emoms.properties,type=Properties,Application=em
Got the Proprties Attribute Map from the ConfigMBean  emoms.props:name=emoms.properties,type=Properties,Application=em
The size of the property map is 12
Loading integration file at C:\Users\Sanae\AppData\Roaming\JDeveloper\system12.2.1.0.42.151011.0031\DefaultDomain\sysman\config\, emomsintg.xml
intg.xml file does not exist at emomsintg.xml
securePort = -1
<ConfigManager.getOMSSecureStatus> isOMSSecure = 0 isOMSSecureLocked = 0
<initLoggingSystem>:Enter.
In ConfigManager.loadProperties. propFile=emomslogging.properties
Running inside container
Getting props from mbean
Try to query mbean name for emomslogging.props:type=Properties,name=emomslogging.properties,*
Try to get the Properties Attribute Map from the ConfigMBean  emomslogging.props:name=emomslogging.properties,type=Properties,Application=em
Got the Proprties Attribute Map from the ConfigMBean  emomslogging.props:name=emomslogging.properties,type=Properties,Application=em
The size of the property map is 17
No logging has been configured and default agent logging support is unavailable.
PAF Integration init BEGIN
PAF Integration init END
ProvCommonIntegration.init, registering the Page Handlers and Page Segment Handlers
inside MultiOMSIntegration
FMWProv: Integration Class called and was reloaded for me
PostInstallConfigIntegration:oracle_ias_farm target auth registration is done.
CompositesProvIntegration init…
getAllPluginOracleHomes: ConnectionService is null
getAllPluginOracleHomes: ConnectionService is null
Anonymous url config processing:/WEB-INF/config/anonymous-access-emcore.config
Anonymous-urls:[/em/IEsvgdetect.js.*, /em/LoginStatusServlet.*, /em/adf/.*, /em/adflib/.*, /em/afr/.*, /em/bi/.*, /em/bmp/discovertargets, /em/cabo/.*, /em/console/help.*, /em/console/logon/.*, /em/consoleStatus.jsp, /em/dynamicImage.*, /em/ecm/csa/CSA.jar, /em/ecm/csa/CSA.mb, /em/ecm/csa/csabanner.gif, /em/emcli/custAttrib.*, /em/emr/.*, /em/faces/logon/.*, /em/faces/helppages/.*, /em/flashbridge.*, /em/formsapp/lib/formsRecorder.jar, /em/images/.*, /em/install/getAgentImage, /em/helppages/help.*, /em/jsLibs/.*, /em/jsLibsObf/.*, /em/login.jsp, /em/mapproxy.*, /em/mobile/core/uifwk/skins/.*, /em/ocamm/lib.*, /em/onetime.*, /em/ovs/discovertargets, /em/public/.*, /em/public_lib_download/.*, /em/redirect.*, /em/relocatetarget.*, /em/sdkImpl/core/uifwkmobile/skins/*, /em/servlet/GaugeServlet.*, /em/servlet/GraphServlet.*, /em/swlib/getfile, /em/VncViewer.jar, /em/websvcs.*, /em/jobrecv.*]
<17 févr. 2016 10 h 45 CET> <Notice> <Log Management> <BEA-170027> <The server has successfully established a connection with the Domain level Diagnostic Service.>
<17 févr. 2016 10 h 45 CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN.>
<17 févr. 2016 10 h 45 CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING.>
<17 févr. 2016 10 h 45 CET> <Notice> <Server> <BEA-002613> <Channel « Default[2] » is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
<17 févr. 2016 10 h 45 CET> <Notice> <Security> <BEA-090171> <Loading the identity certificate and private key stored under the alias DemoIdentity from the kss keystore file kss://system/demoidentity.>
<oracle.security.opss.internal.runtime.ServiceContextManagerImpl> <ServiceContextManagerImpl> <getContext> <Les services Bootstrap sont utilisés par OPSS en interne et les clients ne devraient jamais avoir besoin de lire/écrire directement des informations d’identification bootstrap. Si nécessaire, utilisez des interfaces de gestion de la configuration ou WLST.>
<17 févr. 2016 10 h 45 CET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the kss keystore file kss://system/trust.>
<oracle.security.opss.internal.runtime.ServiceContextManagerImpl> <ServiceContextManagerImpl> <getContext> <Les services Bootstrap sont utilisés par OPSS en interne et les clients ne devraient jamais avoir besoin de lire/écrire directement des informations d’identification bootstrap. Si nécessaire, utilisez des interfaces de gestion de la configuration ou WLST.>
<17 févr. 2016 10 h 45 CET> <Notice> <Security> <BEA-090169> <Loading trusted certificates from the jks keystore file C:\PROGRA~1\Java\JDK18~1.0_7\jre\lib\security\cacerts.>
<17 févr. 2016 10 h 45 CET> <Warning> <Server> <BEA-002611> <The hostname « DESKTOP-4GTCP9F », maps to multiple IP addresses: 192.168.0.103, fe80:0:0:0:e152:66e2:14d8:7e09%7, fe80:0:0:0:1444:d862:9661:6ace%4, 2001:0:9d38:6abd:1444:d862:9661:6ace.>
<17 févr. 2016 10 h 45 CET> <Notice> <Server> <BEA-002613> <Channel « DefaultSecure[2] » is now listening on 127.0.0.1:7102 for protocols iiops, t3s, ldaps, https.>
<17 févr. 2016 10 h 45 CET> <Notice> <Server> <BEA-002613> <Channel « Default » is now listening on 192.168.0.103:7101 for protocols iiop, t3, ldap, snmp, http.>
<17 févr. 2016 10 h 45 CET> <Notice> <Server> <BEA-002613> <Channel « DefaultSecure » is now listening on 192.168.0.103:7102 for protocols iiops, t3s, ldaps, https.>
<17 févr. 2016 10 h 45 CET> <Notice> <Server> <BEA-002613> <Channel « Default[1] » is now listening on 2001:0:9d38:6abd:1444:d862:9661:6ace:7101 for protocols iiop, t3, ldap, snmp, http.>
<17 févr. 2016 10 h 45 CET> <Notice> <Server> <BEA-002613> <Channel « Default[3] » is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>

<17 févr. 2016 10 h 45 CET> <Notice> <WebLogicServer> <BEA-000360> <The server started in RUNNING mode.>
Found 0 composites to be loaded
———>deploying 0 composites took 1 ms
<17 févr. 2016 10 h 45 CET> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING.>
<oracle.integration.platform.blocks.event.jms2.EdnBus12c> <EdnBus12c> <saveEventToJmsMappingToDB> <Error occurred when saving event to JMS mapping to database: java.lang.ClassCastException: weblogic.jdbc.wrapper.PoolConnection_org_apache_derby_client_net_NetConnection cannot be cast to oracle.jdbc.OracleConnection>
<oracle.integration.platform.blocks.scheduler.FabricLockRowSemaphore> <FabricLockRowSemaphore> <executeSQL> <No row exists in table soaqtz_JOB_DETAILS for lock named: VerificationSessionPurgeJob-QLCKSEP-DEFAULT>
[EL Info]: 2016-02-17 10:45:20.753–ServerSession(2127643537)–EclipseLink, version: Eclipse Persistence Services – 2.6.1.v20150916-55dc7c3
[EL Info]: 2016-02-17 10:45:20.755–ServerSession(2127643537)–Server: 12.2.1.0.0
[EL Info]: 2016-02-17 10:45:20.785–ServerSession(2127643537)–/file:/C:/Oracle/Middleware/Oracle_Home/soa/soa/modules/oracle.soa.fabric_11.1.1/tracking-fabric.jar_soa_local_resiliency_persistence_unit login successful
SOA Platform is running and accepting requests. Start up took 34311 ms
IntegratedWebLogicServer startup time: 248180 ms.
[IntegratedWebLogicServer started.]

Laisser un commentaire