JDeveloper 11g Toplink Session Configuration Editor Error

Hi everone,
In JDeveloper11g Relase1, Session Configuration Editor doesn't run correctly, always crashes,
and session.xml configuration file has validation errors, for example:
element primary-project not expected.
element login not expected.
element connection-pools not expected.
When I run a project, session.xml file doesn't parse correctly so no database connection establisted.
I am sending my session.xml file and error log.
Best Regards.
Session.XML file
<?xml version="1.0" encoding="windows-1254"?>
<toplink-sessions version="11g Release 1 (11.1.1.1.0)" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<session xsi:type="server-session">
<name>AnahtarV3</name>
<server-platform xsi:type="weblogic-10-platform"/>
<primary-project xsi:type="xml">META-INF/ToplinkMap.xml</primary-project>
<login xsi:type="database-login">
<platform-class>oracle.toplink.platform.database.oracle.Oracle11Platform</platform-class>
<user-name>xxxx</user-name>
<password>7D39547AAAC98C485237BC9ABBBAEFBA</password>
<sequencing>
<default-sequence xsi:type="native-sequence">
<preallocation-size>1</preallocation-size>
</default-sequence>
</sequencing>
<driver-class>oracle.jdbc.OracleDriver</driver-class>
<connection-url>jdbc:oracle:thin:@xx.yyyy.www:1521:zzzz</connection-url>
<force-field-names-to-upper-case>true</force-field-names-to-upper-case>
<optimize-data-conversion>true</optimize-data-conversion>
<trim-strings>false</trim-strings>
</login>
<connection-pools>
<read-connection-pool>
<name>read</name>
<max-connections>1</max-connections>
<min-connections>1</min-connections>
<login xsi:type="database-login">
<user-name>bonus</user-name>
<password>C9AB9547D3AC98C485237B7AABBAEFBA</password>
<driver-class>oracle.jdbc.OracleDriver</driver-class>
<connection-url>jdbc:oracle:thin:@oratest.boyner.trk:1521:bdbtest</connection-url>
</login>
</read-connection-pool>
<write-connection-pool>
<max-connections>1</max-connections>
<min-connections>1</min-connections>
</write-connection-pool>
</connection-pools>
</session>
</toplink-sessions>
Error Log:
javax.ejb.EJBException: EJB Exception: : Local Exception Stack:
Exception Description: Several [3] SessionLoaderExceptions were thrown:
org.xml.sax.SAXParseException: <Line 35, Column 30>: XML-24534: (Error) Element 'max-connections' not expected.
org.xml.sax.SAXParseException: <Line 36, Column 30>: XML-24534: (Error) Element 'min-connections' not expected.
org.xml.sax.SAXParseException: <Line 37, Column 34>: XML-24521: (Error) Element not completed: 'write-connection-pool'
     at oracle.toplink.exceptions.SessionLoaderException.finalException(SessionLoaderException.java:91)
     at oracle.toplink.tools.sessionconfiguration.XMLSessionConfigLoader.load(XMLSessionConfigLoader.java:250)
     at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:448)
     at oracle.toplink.tools.sessionmanagement.SessionManager.getSession(SessionManager.java:409)
     at oracle.toplink.util.SessionFactory.getSharedSession(SessionFactory.java:137)
     at oracle.toplink.util.SessionFactory.getSharedSession(SessionFactory.java:116)
     at oracle.toplink.util.SessionFactory.acquireSession(SessionFactory.java:156)
     at com.boyner.anahtar.ejb.user.Session.findTUserByUsernameAndPassword(Session.java:66)
     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:597)
     at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy122.findTUserByUsernameAndPassword(Unknown Source)
     at com.boyner.anahtar.ejb.user.Session_pgpyv4_lSessionImpl.findTUserByUsernameAndPassword(Session_pgpyv4_lSessionImpl.java:307)
     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:597)
     at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:561)
     at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2113)
     at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3009)
     at oracle.adf.model.bean.DCBeanDataControl.invokeMethod(DCBeanDataControl.java:436)
     at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:256)
     at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1437)
     at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2120)
     at oracle.adf.model.bean.DCBeanDataControl.invokeOperation(DCBeanDataControl.java:464)
     at oracle.adf.model.adapter.AdapterDCService.invokeOperation(AdapterDCService.java:307)
     at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:693)
     at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:394)
     at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:217)
     at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:201)
     at com.boyner.anahtar.utility.ADFUtils.executeOperation(ADFUtils.java:110)
     at com.boyner.anahtar.session.BSession.btnLogin_ClientListener(BSession.java:82)
     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:597)
     at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
     at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
     at com.sun.faces.application.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88)
     at com.boyner.anahtar.utility.BInProgressDialog.executeMethod(BInProgressDialog.java:81)
     at com.boyner.anahtar.utility.BInProgressDialog.onPopupOpened_ClientListener(BInProgressDialog.java:71)
     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:597)
     at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
     at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
     at oracle.adf.view.rich.event.ClientListenerSet.invokeCustomEventListeners(ClientListenerSet.java:176)
     at oracle.adfinternal.view.faces.context.RichPhaseListener$DeliverClientEvent.invokeContextCallback(RichPhaseListener.java:589)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1392)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnChildrenComponents(UIXComponentBase.java:1312)
     at org.apache.myfaces.trinidad.component.UIXComponentBase.invokeOnComponent(UIXComponentBase.java:1406)
     at oracle.adf.view.rich.component.rich.RichDocument.invokeOnComponent(RichDocument.java:159)
     at javax.faces.component.UIComponent.invokeOnComponent(UIComponent.java:731)
     at javax.faces.component.UIComponentBase.invokeOnComponent(UIComponentBase.java:675)
     at oracle.adfinternal.view.faces.context.RichPhaseListener._invokeCustomEvents(RichPhaseListener.java:390)
     at oracle.adfinternal.view.faces.context.RichPhaseListener.afterPhase(RichPhaseListener.java:331)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:352)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
     at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at com.boyner.anahtar.http.compress.GZIPFilter.doFilter(GZIPFilter.java:32)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:159)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

Did you get the solution?
i am facing the similiar problem

Similar Messages

  • Jdeveloper 11g Required Hardware Configuration

    Hi,
    Pls anyone tell me required H/w configuration for jdeveloper 11g ,currently i am having 1.5 GB but my project take so much time to compile and give low Memory warning.
    Thanx.

    Hi,
    According to the docs (link below), recommended minimum RAM is 2GB. I am running it on two machines -- one is 1.5GB ram and the other 2GB ram. It runs ok on both machines but as the application grows, it eats up more resources. Generally, the more RAM the better. There are some who run it with 4GB of ram.
    Try updating your Java SDK as well. Some reported improvements after doing so.
    http://download.oracle.com/docs/cd/E12839_01/install.1111/e13666/ojdig.htm#CHDIGFJH
    Regards,
    Chan Kelwin

  • JDeveloper 11g deployment error to local Web Logic server

    I'm trying to run an existing ADF project for the first time from a JDeveloper 11g.
    But get the error below, can anyone help me?
    Deploying Application...
    <09-03-2009 11:07:23 CET> <Warning> <J2EE> <BEA-160195> <The application version lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the application VEU Portal Consumer is not versioned.>
    <09-03-2009 11:07:23 CET> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1236593243599' for task '0'. Error is: 'weblogic.management.DeploymentException: '
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         Truncated. see log file for complete stacktrace
    >
    <09-03-2009 11:07:23 CET> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'VEU Portal Consumer'.>
    <09-03-2009 11:07:23 CET> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.management.DeploymentException:
         at weblogic.application.internal.flow.BaseLifecycleFlow$CreateListenerAction.run(BaseLifecycleFlow.java:171)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.application.internal.flow.BaseLifecycleFlow$BaseAction.invoke(BaseLifecycleFlow.java:99)
         at weblogic.application.internal.flow.HeadLifecycleFlow.createListener(HeadLifecycleFlow.java:117)
         Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:283)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:256)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:176)
         Truncated. see log file for complete stacktrace
    >
    [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application VEU Portal Consumer on DefaultServer.: .
    weblogic.management.DeploymentException:
    #### Deployment incomplete. #### Mar 9, 2009 11:07:23 AM
    oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:247)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:157)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:436)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$4$1.run(AdrsStarter.java:1316)
    Caused by: oracle.jdeveloper.deploy.DeployException
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:413)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:238)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:395)
         ... 12 more
    #### Cannot run application VEU Portal Consumer due to error deploying to DefaultServer.
    [Application VEU Portal Consumer stopped and undeployed from Server Instance DefaultServer]
    Thanks
    Claus

    Did you use the embedded WLS?
    In this case I would try a fresh install, because you should not see this error. If you are using a stand alone WLS you need to install the ADF runtime onto the server.
    the error java.lang.ClassNotFoundException: oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener means that there is something wrong with the ADF installation on the WLS server.
    Timo

  • Bug JSP JDeveloper 11g

    A simple JSP does not run in JDeveloper 11g. Generates the following error:
    oracle.oc4j.util.SystemLog log
    SEVERE: Server start failed processing configuration
    java.security.AccessControlException: access denied ( CredentialAccessPermission credstoressp.credstore.default.systemuser read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:256)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:180)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:280)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:315)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:338)
         at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:527)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:412)
         at oracle.security.jps.fmw.util.JpsFmwUtil.findSystemUser(JpsFmwUtil.java:218)
         at oracle.security.jps.fmw.JpsUserManager.init(JpsUserManager.java:235)
         at oracle.security.jps.fmw.JpsUserManager.<init>(JpsUserManager.java:247)
         at oracle.security.jps.fmw.JpsUserManagerFactory$JpsUserManagerFactoryI.create(JpsUserManagerFactory.java:252)
         at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:635)
         at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:253)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:3157)
         at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:244)
         at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:648)
         at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:201)
         at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:220)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:235)
         at java.lang.Thread.run(Thread.java:595)
    May 9, 2008 10:30:40 AM oracle.oc4j.util.SystemLog logNoStack
    SEVERE: Server exiting: ApplicationServer entered state EXITING

    Hi,
    with me the error does happen with TP4.
    The error generated:
    28-mei-2008 14:55:28 oracle.oc4j.util.SystemLog log
    SEVERE: Server start failed processing configuration
    java.security.AccessControlException: access denied ( CredentialAccessPermission credstoressp.credstore.default.systemuser read)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
         at java.security.AccessController.checkPermission(AccessController.java:427)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$3.checkPermission(JpsAuth.java:256)
         at oracle.security.jps.util.JpsAuth$Diagnostic.checkPermission(JpsAuth.java:180)
         at oracle.security.jps.util.JpsAuth$AuthorizationMechanism$6.checkPermission(JpsAuth.java:280)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:315)
         at oracle.security.jps.util.JpsAuth.checkPermission(JpsAuth.java:338)
         at oracle.security.jps.internal.credstore.util.CsfUtil.checkPermission(CsfUtil.java:527)
         at oracle.security.jps.internal.credstore.ssp.SspCredentialStore.getCredential(SspCredentialStore.java:420)
         at oracle.security.jps.fmw.util.JpsFmwUtil.makeJpsSystemUser(JpsFmwUtil.java:221)
         at oracle.security.jps.fmw.JpsUserManager.initSystemUser(JpsUserManager.java:270)
         at oracle.security.jps.fmw.JpsUserManager.init(JpsUserManager.java:238)
         at oracle.security.jps.fmw.JpsUserManager.<init>(JpsUserManager.java:250)
         at oracle.security.jps.fmw.JpsUserManagerFactory$JpsUserManagerFactoryI.create(JpsUserManagerFactory.java:257)
         at com.evermind.server.deployment.UserManagerConfig$JAZN.construct(UserManagerConfig.java:635)
         at com.evermind.server.deployment.UserManagerConfig.delegatee(UserManagerConfig.java:253)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.security.IndirectUserManager.getAdminUser(IndirectUserManager.java:126)
         at com.evermind.server.XMLApplicationServerConfig.setPassword(XMLApplicationServerConfig.java:3170)
         at com.evermind.server.XMLApplicationServerConfig.<init>(XMLApplicationServerConfig.java:246)
         at com.evermind.server.ApplicationServer.createConfig(ApplicationServer.java:661)
         at oracle.oc4j.server.ServerFactory$Worker.prepareConfig(ApplicationServerFactory.java:225)
         at oracle.oc4j.server.ServerFactory$Worker.start(ApplicationServerFactory.java:244)
         at oracle.oc4j.server.ServerFactory$Worker.run(ApplicationServerFactory.java:259)
         at java.lang.Thread.run(Thread.java:595)
    28-mei-2008 14:55:28 oracle.oc4j.util.SystemLog logNoStack
    SEVERE: Server exiting: ApplicationServer entered state FAILED_IN_CONFIG
    The steps I took:
    1. 'Installed' JDeveloper TP4 (base) in folder d:\JDev, jdk1.5 on C:\Program Files\Java
    2 tried to create application but got a different error constantly resulting in a 404 page and message that I should put debug_mode on true, and 'current-workspace-app is in failed state as initialization failed'
    3. deleted JDeveloper and extracted the zip again, in folder d:\JDeveloper
    4. I've created a fusion web application (ADF), opened faces-config, place a home.jspx on there and created the .jspx. I didn't put any content on the page.
    Does anyone see what I'm doing wrong of forgot to do?
    Thanks!
    Regards,
    Diana

  • Jdeveloper 11g - JAX-RPC 1.1 method is not supported in WLS 8.1 clients.

    Hi,
    I am using Jdeveloper 11g and migrating a web Service Proxy created using jdeveloper 10g.
    I imported all the proxy classes and when I try to run web service client In Jdeveloper 11g I get the following error
    "JAX-RPC 1.1 method is not supported in WLS 8.1 clients. If you are attempting to run an OC4J 10.1.3 JAX-RPC client in WLS, please see the Web Service Migration Guide for instructions."
    Please advise on how to solve this?
    which is the offending jar/library file in Jdeveloper 11g which is causing the above error?.
    Is the above problem there in the WebLogic Server Runtime also?
    Please let me know.
    2) I cannot generate web server proxies also with jdev11g because the wsdl has overloaded methods omitting the name property within the input and output message, ie, they have a null name. therefore Jdeveloper 11g is using the library which
    when called with an overloaded operation that contains null input/output message names, a duplicate error occurs because it sees other operations with the same name. so it is effectively not allowing to create the web service proxies.
    Thanks,
    Appreciate your quick response to the above

    Have you checked the 'Web Service Migration Guide' mentioned in the error message?
    Timo

  • JDeveloper 11g R1 Toplink Session Login Problem

    Hi Everyone,
    Toplink Session Login are unsuccessful in my application. My session.xml file gives xml validation errors.
    Please help me,
    Best Regards
    Gokmen
    XML Validation errors :
    element primary-project not expected.
    element login not expected.
    element connection-pools not expected.
    My session.xml file here:
    <?xml version="1.0" encoding="windows-1254"?>
    <toplink-sessions version="11g Release 1 (11.1.1.1.0)" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <session xsi:type="server-session">
    <name>AnahtarV3</name>
    <server-platform xsi:type="weblogic-10-platform"/>
    <primary-project xsi:type="xml">META-INF/ToplinkMap.xml</primary-project>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.Oracle11Platform</platform-class>
    <user-name>xxxx</user-name>
    <password>7D39547AAAC98C485237BC9ABBBAEFBA</password>
    <sequencing>
    <default-sequence xsi:type="native-sequence">
    <preallocation-size>1</preallocation-size>
    </default-sequence>
    </sequencing>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <connection-url>jdbc:oracle:thin:@xx.yyyy.www:1521:zzzz</connection-url>
    <force-field-names-to-upper-case>true</force-field-names-to-upper-case>
    <optimize-data-conversion>true</optimize-data-conversion>
    <trim-strings>false</trim-strings>
    </login>
    <connection-pools>
    <read-connection-pool>
    <name>read</name>
    <max-connections>1</max-connections>
    <min-connections>1</min-connections>
    <login xsi:type="database-login">
    <user-name>bonus</user-name>
    <password>C9AB9547D3AC98C485237B7AABBAEFBA</password>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <connection-url>jdbc:oracle:thin:@oratest.boyner.trk:1521:bdbtest</connection-url>
    </login>
    </read-connection-pool>
    <write-connection-pool>
    <max-connections>1</max-connections>
    <min-connections>1</min-connections>
    </write-connection-pool>
    </connection-pools>
    </session>
    </toplink-sessions>
    Console Error Log:
    Exception Description: Several [3] SessionLoaderExceptions were thrown:
    org.xml.sax.SAXParseException: <Line 35, Column 30>: XML-24534: (Error) Element 'max-connections' not expected.
    org.xml.sax.SAXParseException: <Line 36, Column 30>: XML-24534: (Error) Element 'min-connections' not expected.
    org.xml.sax.SAXParseException: <Line 37, Column 34>: XML-24521: (Error) Element not completed: 'write-connection-pool'

    Hi Gokmen,
    Enhancement for clearing the design time errors by providing support for xsi:type is planned for the Shepherd release.
    The workaround for the Connection Pool errors is to define using the API.Below sample code can be useful for you.
    Create a class which implements SessionEventListener or extend SessionEventAdapter and override the preLogin(SessionEvent event) and define read and write connections in the method.Register the SessionEventListener with session(open the session.xml in JDeveloper flat editor->Options->EventListener->browse and Select the class).
    When application is run and preLogin() event will be called and connection pool is defined with read and write connections.
    package model;
    import org.eclipse.persistence.sessions.SessionEvent;
    import org.eclipse.persistence.sessions.SessionEventAdapter;
    public class SampleEventListener extends SessionEventAdapter {
    public SampleEventListener() {
    super();
    public void preLogin(SessionEvent event) {
    System.out.println("in the pre login method");
    org.eclipse.persistence.sessions.server.ServerSession serverSession=(org.eclipse.persistence.sessions.server.ServerSession)event.getSession();
    serverSession.addConnectionPool("testReadPool", event.getSession().getDatasourceLogin(), 1, 10);
    public void postLogin(SessionEvent event) {
    org.eclipse.persistence.sessions.server.ServerSession serverSession=(org.eclipse.persistence.sessions.server.ServerSession)event.getSession();
    System.out.println(serverSession.getConnectionPool("testReadPool").getMaxNumberOfConnections());
    System.out.println(serverSession.getConnectionPool("testReadPool").getMinNumberOfConnections());
    Hope this helps.
    Regards,
    P.Vinay Kumar

  • Error occured during Configuring of SOA in Jdeveloper 11g TP4

    Hi,
    I am not able to configure SOA in jdeveloper 11g. I got the following error in the
    startsoa log file
    July 13, 2008 3:02:44 PM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    Error in building SOA
    BUILD FAILED
    D:\Project\SOA\jdevstudio1111\install\bpel\build.xml:10: The following error occurred while executing this line:
    D:\Project\SOA\jdevstudio1111\install\bpel\soa-infra-config.xml:48: The following error occurred while executing this line:
    D:\Project\SOA\jdevstudio1111\install\bpel\soa-infra-config.xml:89: ***************************************************
    * Configuring SOA Infrastructure has FAILED.
    * If following log files exists, please check them for possible cause:
    * D:\Project\SOA\jdevinstance\system11.1.1.0.22.49.49\o.j2ee\embedded-oc4j\install\tmp\soa-infra-java.log
    * D:\Project\SOA\jdevinstance\system11.1.1.0.22.49.49\o.j2ee\embedded-oc4j\log\startsoa.log
    Total time: 1 minute 58 seconds
    Thanks in Advance
    With Regards
    Nishanth
    Message was edited by:
    Nishanth Sodum

    Dear Heidi,
    Thanks for the responding to me. I am not able to find any error in the log. I placed the log messages. please suggest me on this.
    soa-infra-java.log
    08/06/25 14:21:41 Notification ==>Application Deployer for wsm-pm STARTS.
    08/06/25 14:21:41 Notification ==>Undeploy previous deployment
    08/06/25 14:21:41 Notification ==>Initialize D:\Project\SOA\jdevinstance\system11.1.1.0.22.49.49\o.j2ee\embedded-oc4j\applications\wsm-pm.ear begins...
    08/06/25 14:21:41 Notification ==>Initialize D:\Project\SOA\jdevinstance\system11.1.1.0.22.49.49\o.j2ee\embedded-oc4j\applications\wsm-pm.ear ends...
    08/06/25 14:21:41 Notification ==>Starting application : wsm-pm
    08/06/25 14:21:41 Notification ==>Initializing ClassLoader(s)
    08/06/25 14:21:41 Notification ==>Initializing EJB container
    08/06/25 14:21:41 Notification ==>Loading connector(s)
    08/06/25 14:21:41 Notification ==>Starting up resource adapters
    08/06/25 14:21:41 Notification ==>Processing EJB module: wsm-pmserver.jar
    08/06/25 14:21:41 Notification ==>Compiling EJB generated code
    08/06/25 14:21:41 Notification ==>Committing ClassLoader(s)
    08/06/25 14:21:41 Notification ==>Initialize wsm-pmweb begins...
    08/06/25 14:21:41 Notification ==>Initialize wsm-pmweb ends...
    08/06/25 14:21:41 Notification ==>Started application : wsm-pm
    08/06/25 14:21:41 Notification ==>Binding web application(s) to site default-web-site begins...
    08/06/25 14:21:41 Notification ==>Binding web application(s) to site default-web-site ends...
    08/06/25 14:21:41 Notification ==>Application Deployer for wsm-pm COMPLETES. Operation time: 641 msecs
    Startsoa.log file
    Jul 15, 2008 10:29:55 AM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    08/07/15 10:30:24 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotations.async.AsyncWebService cannot be found in the given classpath.
    08/07/15 10:30:24 SEVERE: AbstractInfo.getAnnotation oracle.webservices.annotations.async.AsyncWebService cannot be found in the given classpath.
    Jul 15, 2008 10:31:11 AM oracle.j2ee.util.AnnotatedLogger logWithThrowable
    WARNING: J2EE JNDI-00002
    Jul 15, 2008 10:31:11 AM oracle.j2ee.util.AnnotatedLogger log
    WARNING: No javax.jms.ConnectionFactory found at null
    Jul 15, 2008 10:31:17 AM oracle.j2ee.deployment.DeploymentMessages warningDuplicateServletMapping
    WARNING: There are multiple mappings for servlet name: WSRPServiceDescriptionService, but only the first one (/portlets/WSRPServiceDescriptionService) will be considered for webservice endpoint
    Jul 15, 2008 10:31:17 AM oracle.j2ee.deployment.DeploymentMessages warningDuplicateServletMapping
    WARNING: There are multiple mappings for servlet name: WSRP_v2_ServiceDescription_Service, but only the first one (/portlets/WSRP_v2_ServiceDescription_Service) will be considered for webservice endpoint
    Jul 15, 2008 10:31:17 AM oracle.j2ee.deployment.DeploymentMessages warningDuplicateServletMapping
    WARNING: There are multiple mappings for servlet name: WSRPServiceDescriptionService, but only the first one (/portlets/WSRPServiceDescriptionService) will be considered for webservice endpoint
    Jul 15, 2008 10:31:17 AM oracle.j2ee.deployment.DeploymentMessages warningDuplicateServletMapping
    WARNING: There are multiple mappings for servlet name: WSRP_v2_ServiceDescription_Service, but only the first one (/portlets/WSRP_v2_ServiceDescription_Service) will be considered for webservice endpoint
    [TopLink Info]: 2008.07.15 10:32:09.077--ServerSession(30990579)--TopLink, version: Oracle TopLink - 11g Technology Preview 4 (11.1.1.0.0) (Build 080422)
    [TopLink Info]: 2008.07.15 10:32:11.109--ServerSession(30990579)--userprefs login successful
    Jul 15, 2008 10:32:41 AM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    Jul 15, 2008 10:32:41 AM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    With Regards,
    Nishanth

  • JDeveloper 11g R1 Toplink Session Login Unsuccessfull

    Hi Everyone,
    Toplink Session Login are unsuccessful in my application. My session.xml file gives xml validation errors.
    Please help me,
    Best Regards
    Gokmen
    XML Validation errors :
    element primary-project not expected.
    element login not expected.
    element connection-pools not expected.
    My session.xml file here:
    <?xml version="1.0" encoding="windows-1254"?>
    <toplink-sessions version="11g Release 1 (11.1.1.1.0)" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <session xsi:type="server-session">
    <name>AnahtarV3</name>
    <server-platform xsi:type="weblogic-10-platform"/>
    <primary-project xsi:type="xml">META-INF/ToplinkMap.xml</primary-project>
    <login xsi:type="database-login">
    <platform-class>oracle.toplink.platform.database.oracle.Oracle11Platform</platform-class>
    <user-name>xxxx</user-name>
    <password>7D39547AAAC98C485237BC9ABBBAEFBA</password>
    <sequencing>
    <default-sequence xsi:type="native-sequence">
    <preallocation-size>1</preallocation-size>
    </default-sequence>
    </sequencing>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <connection-url>jdbc:oracle:thin:@xx.yyyy.www:1521:zzzz</connection-url>
    <force-field-names-to-upper-case>true</force-field-names-to-upper-case>
    <optimize-data-conversion>true</optimize-data-conversion>
    <trim-strings>false</trim-strings>
    </login>
    <connection-pools>
    <read-connection-pool>
    <name>read</name>
    <max-connections>1</max-connections>
    <min-connections>1</min-connections>
    <login xsi:type="database-login">
    <user-name>bonus</user-name>
    <password>C9AB9547D3AC98C485237B7AABBAEFBA</password>
    <driver-class>oracle.jdbc.OracleDriver</driver-class>
    <connection-url>jdbc:oracle:thin:@oratest.boyner.trk:1521:bdbtest</connection-url>
    </login>
    </read-connection-pool>
    <write-connection-pool>
    <max-connections>1</max-connections>
    <min-connections>1</min-connections>
    </write-connection-pool>
    </connection-pools>
    </session>
    </toplink-sessions>
    Console Error Log:
    Exception Description: Several [3] SessionLoaderExceptions were thrown:
    org.xml.sax.SAXParseException: <Line 35, Column 30>: XML-24534: (Error) Element 'max-connections' not expected.
    org.xml.sax.SAXParseException: <Line 36, Column 30>: XML-24534: (Error) Element 'min-connections' not expected.
    org.xml.sax.SAXParseException: <Line 37, Column 34>: XML-24521: (Error) Element not completed: 'write-connection-pool'

    Hi,
    Currently the session.xml shows design time error(as support for xsi:type is not there), but this will not block deployment or functionality of application.
    The workaround for the Connection Pool errors is to
    provide name element for the connection pool in session.xml after configuring read and write connection pools at session level as below
    <connection-pools>
    <read-connection-pool>
    <name>read-connection-pool</name>
    <login xsi:type="database-login">
    </read-connection-pool>
    </connection-pools>

  • Configuring TopLink Session for Logging in JDeveloper 10.1.3.1.0

    Hi,
    I'm using JDeveloper 10.1.3.1.0 to develop a TopLink application. The TopLink Sessions editor in JDeveloper lets you configure a few basic logging options such as "enable logging" and the type of events that are logged (connection information, exceptions, etc.). However it will not let you configure whether you want to log to a file, use the Java logging API, etc. The Oracle TopLink Workbench 10.1.3.0.0 lets you do this.
    When I looked in the session.xml file generated by JDeveloper 10.1.3.1.0 I noticed that the "old" sessions_9_0_4.dtd is referenced. This seems like an old DTD which does not allow more elaborate logging configuration. The Oracle TopLink Workbench 10.1.3.0.0 generates session.xml files referencing a newer DTD or XSD ?!
    I prefer using JDeveloper and not another product besides JDeveloper (TopLink Workbench) and I need to log to custom appenders. Is this possible in JDeveloper?
    Ronald

    Ronald,
    The 10.1.3 JDeveloper only supports the 9.0.4/10.1.2 version of the sessions configuration XML. We have this available in the next major release or preview.
    To access additional configurations I would recommend configuring a SessionEventListener and use the preLogin event to setup these options in code.
    Doug

  • Partner Web Service Session Management in BPEL with JDeveloper 11g

    JDeveloper 11g 11.1.1.1.0 and SOA Suite 11g
    Trying to create an synchronous Web Service which has an external reference to a Web Service partner (AXIS 1.4 implementation) using BPEL. I have a sequence which has 2 invokes, one for user login and another invoke for a different call. However the session from the login has to be maintained for the second call to work. I am unable to do this. I get a NoSession error thrown from the partner Web Service. I did verify that my login piece is working.
    On the composite, in the external reference piece I added binding property oracle.webservices.session.maintain and set to true and also added oracle.webservices.httpConnTimeout and set the value to 10000. This did not help. I would appreciate any help. Thanks.
    Ratnam

    Hi,
    Did you configure the Axis2 in Jdeveloper?
    Best Regards
    Sunny

  • Mail Session configuration with embedded oc4j in jdeveloper 10g 10.1.3.1

    Hello all:
    I'd tried to use javamail in a j2ee application. I´d defined an resource reference with the EJB Module Editor but when i run the application it throws:
    java.lang.InstantiationException: Error initializing ejb-modules: No Mail Session configured for the resource MailSession
    How can i configure a Mail Session with the embedded oc4j of jdeveloper 10g 10.1.3.1?
    Thanks a lot.

    Hi,
    You need to add following configuration in $ORACLE_HOME/j2ee/home/config/application.xml & restart your OC4J :-
    <mail-session location="EMailSession" smtp-host="mail.cdsc.com">       <property name="mail.transport.protocol" value="smtp"/>       <property name="mail.debug" value="true"/>    </mail-session>Regards,
    Sandeep

  • Error starting IntegratedWebLogicServer in Jdeveloper 11g 11.1.1.3.0

    Hi everybody, I´m trying to start the IntegratedWebLogicServer in Jdeveloper 11g in Windows XP, but i'm getting this error message:
    Error occurred during initialization of VM
    agent library failed to init: instrument
    Error opening zip file or JAR manifest missing : ../modules/org.eclipse.persistence_1.0.0.0_2-0.jar
    Process exited.
    the file org.eclipse.persistence_1.0.0.0_2-0.jar is present in the Middleware/modules drectory
    the command used by JDeveloper is this one:
    Starting WLS with line:
    D:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=48m -XX:MaxPermSize=128m -Dweblogic.Name=DefaultServer -Djava.security.policy=D:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Djavax.net.ssl.trustStore=D:\Oracle\Middleware\wlserver_10.3\server\lib\DemoTrust.jks -javaagent:../modules/org.eclipse.persistence_1.0.0.0_2-0.jar -Dweblogic.nodemanager.ServiceEnabled=true -Xverify:none -da -Dplatform.home=D:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=D:\Oracle\MIDDLE~1\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=D:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;D:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    thanks for any advice...

    -javaagent setting is a bit peculiar with windows path right click your project and open the Properties window. At the bottom open Run/Debug/Profile tab and Edit the "Eclipselink JPA Client" configuration. replace ../ with the actual path and do use "/" only...

  • Configuring SOA in Jdeveloper 11g

    Hi,
    I am not able to configure SOA in jdeveloper 11g. I got the following error in the
    startsoa log file
    Jun 25, 2008 3:02:44 PM oracle.j2ee.xml.XMLMessages warningException
    WARNING: Exception Encountered
    Error in building SOA
    BUILD FAILED
    D:\Project\SOA\jdevstudio1111\install\bpel\build.xml:10: The following error occurred while executing this line:
    D:\Project\SOA\jdevstudio1111\install\bpel\soa-infra-config.xml:48: The following error occurred while executing this line:
    D:\Project\SOA\jdevstudio1111\install\bpel\soa-infra-config.xml:89: ***************************************************
    * Configuring SOA Infrastructure has FAILED.
    * If following log files exists, please check them for possible cause:
    * D:\Project\SOA\jdevinstance\system11.1.1.0.22.49.49\o.j2ee\embedded-oc4j\install\tmp\soa-infra-java.log
    * D:\Project\SOA\jdevinstance\system11.1.1.0.22.49.49\o.j2ee\embedded-oc4j\log\startsoa.log
    Total time: 1 minute 58 seconds

    User,
    Probably best to ask in the 11g forum...
    At any rate, in TP4, you need to download the documentation on how to do this from Metalink.
    John

  • DataControls and toplink sessions.xml in 11g

    Why am i not able to rightclick my sessions.xml and create a DataControl.dcx file in jdeveloper 11g.
    I want to use toplink and not jpa!
    regards
    Johnny

    Johnny,
    For 11g we removed the TopLink data control; instead you should use a session bean facade and create your data control based on that. This has always been our recommended best practice (for TopLink and for JPA) and we removed the TopLink data control in order to enforce this best practice.
    Blaise

  • Oracle AS 10g + JDeveloper 11g TP4 deploying error

    Hi All
    When i deploy my sample application on Oracle AS 10g i have such deployment error:
    [07.08.2008 19:36:31] Application Deployer for SampleApp STARTS.
    [07.08.2008 19:36:31] Copy the archive to C:\oracle\product\10.1.3.1\OracleAS_1\j2ee\home\applications\SampleApp.ear
    [07.08.2008 19:36:31] Initialize C:\oracle\product\10.1.3.1\OracleAS_1\j2ee\home\applications\SampleApp.ear begins...
    [07.08.2008 19:36:31] Unpacking SampleApp.ear
    [07.08.2008 19:36:32] Done unpacking SampleApp.ear
    [07.08.2008 19:36:32] Unpacking web.war
    [07.08.2008 19:36:34] Done unpacking web.war
    [07.08.2008 19:36:34] Initialize C:\oracle\product\10.1.3.1\OracleAS_1\j2ee\home\applications\SampleApp.ear ends...
    [07.08.2008 19:36:34] Starting application : SampleApp
    [07.08.2008 19:36:34] Initializing ClassLoader(s)
    [07.08.2008 19:36:34] Initializing EJB container
    [07.08.2008 19:36:34] Loading connector(s)
    [07.08.2008 19:36:34] Starting up resource adapters
    [07.08.2008 19:36:34] Initializing EJB sessions
    [07.08.2008 19:36:34] Committing ClassLoader(s)
    [07.08.2008 19:36:34] Initialize web begins...
    [07.08.2008 19:36:34] Initialize web ends...
    [07.08.2008 19:36:34] Started application : SampleApp
    [07.08.2008 19:36:34] Binding web application(s) to site default-web-site begins...
    [07.08.2008 19:36:34] Binding web web-module for application SampleApp to site default-web-site under context root SampleApplication
    [07.08.2008 19:36:37] Operation failed with error: Error instantiate servlet classes
    I use JDeveloper 11g TP4 with Oracle ADF Faces, deploy to standalone Oracle AS 10g server
    Please help to solve my trouble )

    Anton,
    As is documented in the release notes and in numerous posts on the 11g forum (perhaps you meant to search there), this is not supported.
    John

Maybe you are looking for

  • Alternative Free Good determination in Sales order

    Dear Gurus, We activated Free Goods determination. We are maintaining condition records in Tcode VBN1. We are creating the condition records using the fields Sales org, Distribution Channel and Sales Office.  Condition record specifies the free good

  • Organizing pictures in events manually

    Hello, I have about 500 plus pictures in an event say pictures. I want to organize the pics in the event manually according to my order, when I click View>sort photos> the manual button is grey. I am able to manually sort pics in Photos or the event

  • I UPDATED MY SOFTWARE NOW MY PHONE WONT TURN ON

    i just updated my software and now when i put on my phone is says i need to plug it into itunes and wont turn back on. what do i do to fix this. I've already done restore and had the software uploaded

  • 64-bit application running SQL Server Compact

    Hi I have read your article sql-server-compact-4-desktop-app-with... I have some questions 1: The app I have is 32/64-bit (installer will detect and install). Will 64-bit app work with SQLCE40? 2: The target framework is .NET 4.0. Will this work? In

  • My MBP just crashed and will not restart.

    Hi all, My MCB Pro (I think 2011) just crashed (second time in a week), but this time it will not reboot.  Any suggestions?  I just put a new hard drive in about three -four weeks ago, everything seemed fine.