BPEL - ODI Samples

Hi,
I am working on BPEL - ODI Integration.
Can any body tell how to integrate BPEL with ODI and vice versa
i have searched for couple of links but dont know where to start ?
I have few questions too.
- will be input request that needs to be passed from BPEL is any XML payload or just kickstart ODI with BPEL with <empty> payload
- Do we get any response from ODI & what will be the response time from ODI
- Are ODI Process are long running process ( to decide whether BPEL should be sync or async)
regards,
anvv sharma

Hi,
This is the error iam getting when invoking invokerService ODI webservice...
======Error=======
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0="http://async.service.odi.oracle.com/"><env:Body><env:Fault><faultcode>env:Server</faultcode><faultstring>Internal Server Error (Caught exception while handling request: java.lang.Exception: Failed to create "ejb/collaxa/system/FinderBean" bean; exception reported is: "javax.naming.NameNotFoundException: ejb/collaxa/system/FinderBean not found
     at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:57)
     at javax.naming.InitialContext.lookup(InitialContext.java:351)
     at com.oracle.bpel.client.util.BeanRegistry.lookupFinderBean(BeanRegistry.java:337)
     at com.oracle.bpel.client.Locator.getFinder(Locator.java:920)
     at com.oracle.bpel.client.Locator.lookupProcess(Locator.java:283)
     at com.oracle.odi.service.async.callback.bpel.BPELCallbackImpl.checkProcessMetadata(BPELCallbackImpl.java:117)
     at com.oracle.odi.service.async.callback.bpel.BPELCallbackImpl.init(BPELCallbackImpl.java:38)
     at com.oracle.odi.service.async.callback.CallbackFactory.createAndInitCallback(CallbackFactory.java:69)
     at com.oracle.odi.service.async.thread.OdiStartThread.&lt;init&gt;(OdiStartThread.java:56)
     at com.oracle.odi.service.async.ODIInvokerService.startOdiPlan(ODIInvokerService.java:32)
     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:585)
     at oracle.j2ee.ws.server.ImplInvocationHandler.invoke(ImplInvocationHandler.java:126)
     at $Proxy1.startOdiPlan(Unknown Source)
     at com.oracle.odi.service.async.runtime.ODIAsyncStarterWebserviceSoapHttp_Tie.invoke_startOdiPlan(ODIAsyncStarterWebserviceSoapHttp_Tie.java:60)
     at com.oracle.odi.service.async.runtime.ODIAsyncStarterWebserviceSoapHttp_Tie.processingHook(ODIAsyncStarterWebserviceSoapHttp_Tie.java:157)
     at oracle.j2ee.ws.server.StreamingHandler.handle(StreamingHandler.java:297)
     at oracle.j2ee.ws.server.JAXRPCProcessor.doEndpointProcessing(JAXRPCProcessor.java:413)
     at oracle.j2ee.ws.server.WebServiceProcessor.invokeEndpointImplementation(WebServiceProcessor.java:349)
     at oracle.j2ee.ws.server.JAXRPCProcessor.doRequestProcessing(JAXRPCProcessor.java:277)
     at oracle.j2ee.ws.server.WebServiceProcessor.processRequest(WebServiceProcessor.java:114)
     at oracle.j2ee.ws.server.JAXRPCProcessor.doService(JAXRPCProcessor.java:134)
     at oracle.j2ee.ws.server.WebServiceServlet.doPost(WebServiceServlet.java:194)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:234)
     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
     at java.lang.Thread.run(Thread.java:595)
".)</faultstring></env:Fault></env:Body></env:Envelope>
Thanks in adv
anvv sharma
Edited by: anvv sharma on Apr 1, 2010 4:52 PM

Similar Messages

  • Bpel 11g Samples

    Newbe: Exploring Bpel so where can i get Bpel 11g samples

    http://www.oracle.com/technology/sample_code/products/soa/index.html#11gR1
    over there you can find all the 11g samples

  • Setting system properties accessible from BPEL independent of ENV

    I am implementing a BPEL Process in which I am referring to a folder in my local server.Is there any way where I can set some sytem properties such way that the folder path could be dynamically accessed independent of the server/environment.
    Ex:-in dev environment I am referring to this location - 'aia/tmp/DCTM/Input'
    in devtest environment I want it to refer to this location- 'tmp/DCTM/Input'
    Can we have any generic settings for this requirement?
    Regards,
    Niva

    You can try using bpel preferences. You can change the values of these preferences @ runtime using the em console and the value changes dynamically without server restart.
    Ex:
    In composite.xml :
    <component name="sample">
    <implementation.bpel src="sample.bpel"/>
    <property name="bpel.preference.folderLoc">aia/tmp/DCTM/Input</property>
    <property name="bpel.preference.customProp">xyz</property>
    </component>
    and use ora:getPreference(folderLoc) to get it from within a BPEL process
    and to change the value from em :
    EM>Farm_soa_domain>weblogic domain>your_domain>soa_server1>right click menu>system Mbean browser>oracle.soa.config>server:soa_server1>SCAComposite>your project>SCAComposite.SCAComponent>processName>
    Click the properties attribute : you should see the folderLoc and customProp and be able to change those.
    Hope this helps.

  • StackOverflowError for JavaBinding BPEL Process (I believe CLASSPATH issue)

    I am trying to use the JavaBinding BPEL Process sample and modify it to invoke specific processes for a Retail Application.
    However, during this call the BPEL Application Server throws a StackOverFlow and the only way to stop it is reboot. The log file for the opmn.log is enclosed at end of this message.
    The problem I believe that is happening is the fact that my CLASSPATH may not completely be setup correctly. I have added all jars to the BPEL-INF\lib\ directory. However there are some specific directories that are also needed. How and where do I specify this to have a complete CLASSPATH ?? Also can one speficy somehow the order of jars how they are loaded to construct the classpath??
    Thanks
    Gerry
    <2007-10-26 21:43:39,593> <INFO> <collaxa> <ServerManager::loadProcesses> Done loading processes for all domains
    <2007-10-26 21:43:39,593> <DEBUG> <collaxa> <ProcessJob::execute> Attempt (1/15) ... http access succeeded
    07/10/26 21:46:40 Comment = <comment xmlns:ns1="http://services.otn.com">
    <ns1:user>gerry</ns1:user>
    <ns1:message>check me out</ns1:message>
    </comment>
    07/10/26 21:46:40 ** PTHConfigurator.processArgs(args);
    07/10/26 21:46:40 transactionSequenceNumberToRetrieve 17
    transactionSequenceNumberToRetrieve 17
    07/10/26 21:46:40 workstationIdForNewTransactions 129
    workstationIdForNewTransactions 129
    07/10/26 21:46:40 numberOfMinutesToRun 1
    numberOfMinutesToRun 1
    07/10/26 21:46:40 transactionsPerMinute 1
    transactionsPerMinute 1
    07/10/26 21:46:40 startTimeString 10/25/07 5:10 PM
    startTimeString 10/25/07 5:10 PM
    07/10/26 21:46:40 AllOK Here
    07/10/26 21:46:40 Hmmmmmmmmm
    07/10/26 21:46:40 ** PTHConfigurator.dispatcherConfig();
    07/10/26 21:46:51 java.lang.StackOverflowError
    07/10/26 21:46:51      at java.lang.StringBuffer.toString(StringBuffer.java:586)
    07/10/26 21:46:51      at java.io.Win32FileSystem.normalize(Win32FileSystem.java:155)
    07/10/26 21:46:51      at java.io.Win32FileSystem.normalize(Win32FileSystem.java:177)
    07/10/26 21:46:51      at java.io.File.<init>(File.java:196)
    07/10/26 21:46:51      at java.io.FilePermission$1.run(FilePermission.java:217)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at java.io.FilePermission.init(FilePermission.java:212)
    07/10/26 21:46:51      at java.io.FilePermission.<init>(FilePermission.java:264)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkRead(SecurityManager.java:871)
    07/10/26 21:46:51      at java.io.File.isDirectory(File.java:721)
    07/10/26 21:46:51      at sun.net.www.ParseUtil.fileToEncodedURL(ParseUtil.java:236)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1828)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:583)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.access$500(PolicyFile.java:262)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile$2.run(PolicyFile.java:490)
    07/10/26 21:46:51      at java.security.AccessController.doPrivileged(Native Method)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:463)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.initPolicyFile(PolicyFile.java:450)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.init(PolicyFile.java:436)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.<init>(PolicyFile.java:303)
    07/10/26 21:46:51      at sun.reflect.GeneratedConstructorAccessor88.newInstance(Unknown Source)
    07/10/26 21:46:51      at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    07/10/26 21:46:51      at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    07/10/26 21:46:51      at java.lang.Class.newInstance0(Class.java:350)
    07/10/26 21:46:51      at java.lang.Class.newInstance(Class.java:303)
    07/10/26 21:46:51      at java.security.Policy.getPolicyNoCheck(Policy.java:140)
    07/10/26 21:46:51      at java.security.ProtectionDomain.implies(ProtectionDomain.java:195)
    07/10/26 21:46:51      at java.security.AccessControlContext.checkPermission(AccessControlContext.java:249)
    07/10/26 21:46:51      at java.security.AccessController.checkPermission(AccessController.java:427)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
    07/10/26 21:46:51      at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1285)
    07/10/26 21:46:51      at java.lang.System.getProperty(System.java:627)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createFromProperty(URLHandlerFactory.java:138)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.create(URLHandlerFactory.java:116)
    07/10/26 21:46:51      at oracle.classloader.util.URLHandlerFactory.createURLStreamHandler(URLHandlerFactory.java:126)
    07/10/26 21:46:51      at java.net.URL.getURLStreamHandler(URL.java:1104)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:393)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:283)
    07/10/26 21:46:51      at java.net.URL.<init>(URL.java:306)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:91)
    07/10/26 21:46:51      at sun.net.www.protocol.file.Handler.openConnection(Handler.java:55)
    07/10/26 21:46:51      at java.net.URL.openConnection(URL.java:943)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.canonicalizeCodebase(PolicyFile.java:1790)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.getCodeSource(PolicyFile.java:822)
    07/10/26 21:46:51      at sun.security.provider.PolicyFile.addGrantEntry(PolicyFile.java:846)
    07/10/26 21:46:51      at sun.security.provider

    Hi,
    Find my answer here: Error in Bpel console of oracle application server 10.1.3
    Arik

  • Regarding the BPEL preference modification from em console

    Hi Guys,
    I got problem again in 11G , I want to get/set the preference we set in BPEL composite.xml from em console after deployment . but I can't find anywhere to do that ?
    This is what we have in composite.xml :
    <component name="sample">
    <implementation.bpel src="sample.bpel"/>
    <property name="bpel.preference.PollingTimeout">P1D</property>
    <property name="bpel.preference.PollingInterval">PT1M</property>
    </component>
    and use ora:getPreference(PollingTimeout) to get it from BPEL process
    But where I can change preference at em console ......
    Help needed ~~
    Thanks
    Kevin

    Lucky , today
    I find it after try to search in EM.
    Here is my way :
    EM>Farm_soa_domain>weblogic domain>your_domain>soa_server1>right click menu>system Mbean browser>oracle.soa.config>server:soa_server1>SCAComposite>your project> SCAComposite.SCAComponent>processName>
    Click the properties attribute , then goes to a tableview, you will see all properties you set in design time. you will be able to change as well.
    Cheers
    Kevin

  • BPEL deployed in OAS ?

    Hi,
    I've downloaded the BPEL for testing purpose, and it seems to be very interesting, especially for us in the TaskManager.
    Questions :
    I suppose that this product will be bundled in OAS and Jdeveloper for designers?
    Can I deploy the BPEL in OAS using some ear file shipped whith BPEL process manager?
    Thanks
    Jean-Yves

    Could you please clarify a few points:
    1.
    What do you mean by "events received from customers"? How does a customer fire an event? what is the data structure associated with an event?
    2.
    How do you currently define the assignment logic, priority?
    Looking at tutorials 110.UserTasks and 116.SendEmails, you should get a good sense of how easy/difficult it is to model a BPEL process that when invoked, creates a user task, assigns it to a user and send a notification to that user. In the next month or so we are going to delivery a set of xpath LDAP functions ldap:lookupUser, ldap:listUsers, ldap:lookupManager which will further simplify assignment.
    One you have model the process, the last step is to configure it so that it reacts to the customer events. This part should be rather straight forward given that BPEL processes can be initiated through both SOAP and Java APIs. So what ever piece of code within your application detects the customer event can simply invoke your BPEL process and let that process handle the task creation, notification and other steps/activities you have defined in your BPEL process.
    Here again, I would recommend trying to download and install the BPEL PM and try to implement a small prototype so that you get a sense of how easy/difficult it is. If you decide to go down that path, let us know and we will be happy to try to support you by sending you BPEL code samples and help troubleshoot any problem you might run into.
    Also my recommendation is you view each task within each department as services. This will make their reuse and integration into other BPEL processes much simpler.
    Good luck. Sounds like an interesting project.
    -Edwin

  • Error after applying patch set 10.1.3.4.0

    Hi everyone,
    I downloaded the patch set 10.1.3.4.0 from [http://www.oracle.com/technology/software/products/ias/htdocs/101310.html] and intalled it on my machine but after the installation finished, I found problem in runing Oracle Process Manaer Console. When I try to login, it redirects to DomainPickup.jsp and after entering oc4jadmin id and password below message appears: No domains accessible to the user logged in.
    When I click on Goto BPEL Admin and try to create a new domain, it does not accept "default" as domain id: it says "Domain already exists." when I give different name, it shows this error:
    Exception
    Operation failed because:
    Domain creation error.
    An exception occurred while attempting to create the domain "sample" at path "c:\oracle10gR1\product\10.1.3.1\OracleAS_1\bpel\domains\sample". The exception reported is:
    I was using SOA suite 10.1.3.0 and it was working properly before upgrade.
    I will appeciate if someone can help me to fix this problem. I could not found any note for applying this patch on download page too.
    Thanks
    Esfand

    Hi Adina,
    I tried to perform all the steps explained there but I might have missed some parts which I'm not getting it down. I could figure out the cause of problem after I searched the oracle forums for several times. It seems that this error is because of data-source settings and database server. The bpel engine can not connect to database anymore. This means that during the pachset the database settings has been altered somehow but when I check the XML files, I can't find any mistake there.
    I have not worked with Oracle Lit database and do not know how to manage the database it creates therefore, I decided to install the Oracle 10g Database XE, when I go through advanced installation of SOA suite 10.3.0.1 after running IRCA, the installation is finished successfully but the same problem exists. When I checked the Connection pool in Oracle AS, it shows error from NLS data and now I'm in infinite loop how to fix this problem. After many installation / deinstallation I could not fix it so I decided to install the SOA Suite in typical mode and then connect the BPEL to oracle Database later. After the installation, I changed 3 data sources defined in Oracle AS along with its connection pool to connect to my Oracle 10g XE database having BPEL schema but it still raises some more exception and now, I have no idea what to do?!!!!
    It's about 10 days that I'm struggling to get this installation done but I have not succeeded yet. I believe It should not be so hard and complex to have Oracle Suite 11g TP4 configured as it appears to happen for me. Oracle products all have straightforward installation process but this once is killing me.!!
    I will appreciate any further help for windows installation.
    Regards
    Esfand
    Edited by: user3788199 on Sep 4, 2008 3:59 AM
    Edited by: user3788199 on Sep 4, 2008 4:02 AM

  • Plz Help Me Out SOAORDERBOOKING deployment

    Hi I am trying to deploy the SOAOrderBooking and getting this error can any one help me to please resolve this issue. the error message is also attached bellow.
    Buildfile: C:\jdev\jdev\mywork\SOADEMO\SOAOrderBooking\build.xml
    pre-build:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/jdev/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] unknown wsdl extension.
    [bpelc] In WSDL at "http://127.0.0.1:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", extension element "{http://www.oracle.com/esb/}binding" is not known. Ignore this element.
    [bpelc] Please make sure the spelling of the element is correct and the WSDL import is complete.
    [bpelc]
    [bpelc] validating "C:\jdev\jdev\mywork\SOADEMO\SOAOrderBooking\bpel\SOAOrderBooking.bpel" ...
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10900]: xml parser error
    [bpelc] [Description]: in line 484 of "file:/C:/jdev/jdev/mywork/SOADEMO/SOAOrderBooking/bpel/SOAOrderBooking.bpel", XML parsing failed because file:/C:/jdev/jdev/mywork/SOADEMO/SOAOrderBooking/bpel/SOAOrderBooking.bpel<Line 484, Column 35>: XML-24534: (Error) Element 'switch' not expected..
    [bpelc] [Potential fix]: Fix the invalid XML.
    [bpelc] .
    [bpelc]
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1133)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.transformClientSide(CubeProcessor.java:449)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeParserHelper.compileClientSide(CubeParserHelper.java:83)
    [bpelc]      at com.collaxa.cube.ant.taskdefs.Bpelc.execute(Bpelc.java:626)
    [bpelc]      at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    [bpelc]      at org.apache.tools.ant.Task.perform(Task.java:364)
    [bpelc]      at org.apache.tools.ant.Target.execute(Target.java:341)
    [bpelc]      at org.apache.tools.ant.Target.performTasks(Target.java:369)
    [bpelc]      at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    [bpelc]      at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    [bpelc]      at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    [bpelc]      at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    [bpelc]      at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [bpelc]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [bpelc]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [bpelc]      at java.lang.reflect.Method.invoke(Method.java:585)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
    [bpelc]      at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10900]: xml parser error
    [bpelc] [Description]: in line 484 of "file:/C:/jdev/jdev/mywork/SOADEMO/SOAOrderBooking/bpel/SOAOrderBooking.bpel", XML parsing failed because file:/C:/jdev/jdev/mywork/SOADEMO/SOAOrderBooking/bpel/SOAOrderBooking.bpel<Line 484, Column 35>: XML-24534: (Error) Element 'switch' not expected..
    [bpelc] [Potential fix]: Fix the invalid XML.
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\jdev\jdev\mywork\SOADEMO\SOAOrderBooking\build.xml:62: Validation error
    Total time: 2 seconds
    I have given the following properties in the build.xml that i have adjusted
    # Use this file to OVERRIDE default properties when deploying this project
    # using "ant" from Developer Prompt or "ant" on project's build.xml in Jdev
    # These properties do not get used when deploying from Jdev project -> Deploy
    # AppServer platform: currently supported values are ias_10g, oc4j_10g
    #platform = ias_10g
    # Change below if deploying in domain other than "default"
    #domain = default
    # Change below if deploying with process revision other than 1.0
    #rev = 1.0
    # Make sure admin.user, admin.password is correct for appserver
    #admin.user = oc4jadmin
    #admin.password = welcome1
    # http.hostname and http.port should point to BPEL Server's host and http port
    #http.hostname = localhost
    #http.port = 8888
    # For BPEL in cluster environemnt, j2ee.hostname may not be same as
    # http.hostname, where j2ee.hostname will be local hostname,
    # while http.hostname will be virtual hostname
    # For deployment of applications in oc4j cluster, set cluster = true
    # and oc4jinstancename to opmn cluster group it belongs to such as default_group
    #cluster = false
    #j2ee.hostname = localhost
    # rmi.port or opmn.requestport is used in jndi.url/deployment-url in
    # standalone or midtier installation respectively.
    # rmi.port value below is default value as in BPEL standalone-developer install.
    # If you rely on this value, make sure it's correct for your installation
    # as from command "opmnctl status -l" output in midtier/SOA install.
    #rmi.port = 12401
    #opmn.requestport = 6003
    #oc4jinstancename = home
    #asinstancename =
    # Set verbose to true if you want to see verbose output from deployment tasks
    #verbose = false
    # Following properties are used by bpelTest.
    #bpeltest.callHandler =
    #bpel.context.properties = ${bpel.home}/samples/tutorials/102.InvokingProcesses/rmi/context.properties
    ##### Properties for used for process deployment #####
    # Which is app server going to use on this machine?
    platform = ias_10g
    # hostname, http.port must match with values for http url for BPEL engine, i.e.
    # property soapServerUrl defined in collaxa-config.xml
    hostname = localhost
    http.hostname = ${hostname}
    http.port = 8888
    # For BPEL in cluster environemnt, j2ee.hostname may not be same as
    # http.hostname, where j2ee.hostname will be local hostname,
    # while http.hostname will be virtual hostname
    # For deployment of applications in oc4j cluster, set cluster = true
    # and oc4jinstancename to opmn cluster group it belongs to such as
    # default_group.
    cluster = false
    oc4jinstancename = home
    j2ee.hostname = localhost
    # rmi.port or opmn.requestport is used in jndi.url/deployment-url in
    # standalone or midtier installation respectively.
    # rmi.port value below is default value as in BPEL standalone-developer install.
    # If you rely on this value, make sure it's correct for your installation
    # as from command "opmnctl status -l" output in midtier/SOA install.
    rmi.port = 12401
    opmn.requestport = 6003
    # make sure admin.user, admin.password is correct for [PLATFORM] appserver
    admin.user = oc4jadmin
    admin.password = welcome1
    # DONOT use jndi.user, jndi.password as they will get deprecated
    jndi.user = ${admin.user}
    jndi.password = ${admin.password}
    asinstancename =
    # default domain and bpel process revision for deployment
    domain = default
    rev = 1.0
    # Set verbose to true if you want to see verbose output from deployment tasks
    verbose = false
    ##### End of Properties for used for process deployment #####
    # Where the j2ee applications can be deployed, this environment variable
    # is application server dependent. The process developers will use this
    # this env. variable to deploy their J2EE applications
    # (e.g. .war or .ear files)
    apps = C:/product/10.1.3.1/OracleAS_3/j2ee/home/applications
    # default-web-app.dir is directory pointing to url http://http.host:http.port/
    default-web-app.dir = C:/product/10.1.3.1/OracleAS_3/j2ee/home/applications../default-web-app
    ##### Properties for used for process testing #####
    bpeltest.minCoverage = 100%
    bpeltest.timeout = 90
    bpeltest.numWorkers = 1
    bpeltest.package =
    bpeltest.results.dir = ${default-web-app.dir}${file.separator}results
    ##### End of Properties for used for process testing #####
    # Oracle BPEL Version and Build info as also reported by obversion[.sh] command
    bpel.version = 10.1.3.1.0
    bpel.build = PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    # Where has Orabpel been installed on this machine?
    bpel.home = C:/product/10.1.3.1/OracleAS_3/bpel
    # oracle.home is useful for ias/midtier
    oracle.home = C:/product/10.1.3.1/OracleAS_3/bpel..
    # ias_10g appserver specific j2ee.home
    j2ee.home = C:/product/10.1.3.1/OracleAS_3/bpel../j2ee/home
    # ias_10g appserver specific jndi.url
    jndi.url = opmn:ormi://localhost:6003:home
    # ias_10g appserver specific jndi.InitialContextFactory
    jndi.InitialContextFactory = com.evermind.server.rmi.RMIInitialContextFactory
    soapServerUrl = http://${hostname}:${http.port}
    # Properties for ORABPEL dehydration store's DB connection as supplied during
    # installation of BPEL in midtier or SOA installation i.e. these would not
    # be set in case of standalone developer installation.
    orabpel.db.user = [DB_USERNAME]
    orabpel.db.password = [DB_PASSWORD]
    orabpel.db.connect_string = [DB_CONNECT_STRING]
    # [platform] appserver specific client.classpath
    client.classpath = C:/product/10.1.3.1/OracleAS_3/bpel/../j2ee/home/oc4jclient.jar;C:/product/10.1.3.1/OracleAS_3/bpel/../j2ee/home/../../lib/xml.jar;C:/product/10.1.3.1/OracleAS_3/bpel/../j2ee/home/rmic.jar;C:/product/10.1.3.1/OracleAS_3/bpel/../j2ee/home/../../lib/dms.jar;C:/product/10.1.3.1/OracleAS_3/bpel/../j2ee/home/oc4j.jar;C:/product/10.1.3.1/OracleAS_3/bpel/../j2ee/home/lib/jmxri.jar;C:/product/10.1.3.1/OracleAS_3/bpel/../j2ee/home/lib/javax77.jar;C:/product/10.1.3.1/OracleAS_3/bpel/../j2ee/home/admin_client.jar;C:/product/10.1.3.1/OracleAS_3/bpel/lib/orabpel.jar;C:/product/10.1.3.1/OracleAS_3/bpel/lib/orabpel-common.jar;C:/product/10.1.3.1/OracleAS_3/bpel/lib/orabpel-thirdparty.jar
    #

    are you sure the .bpel file is valid?
    looking at the message i assume something 'around' the code of the switch is wrong
    when you open the file in jdeveloper bpel editor, do you see any messages?

  • Synchronization Oracle10g DB tables to OID

    hi,all
    I am configuring oid to synchronize with Oracle10g DB tables.
    As the document in: http://download.oracle.com/docs/cd/E10773_01/doc/oim.1014/e10528/odip_db.htm
    said ,I do all the configuration right after it's guidance.
    But there are some problem really bothers me much.
    I list the procedure i did step by step in the following :
    1.dbreader.cfg
    it's content looks like this:
    [DBQUERY]
    SELECT: SELECT\
    EMPNO EmpNum,\
    ENAME,\
    REPLACE(EMAIL),'@ACME.COM','') UID,\
    EMAIL,\
    TELEPHONE,\
    TO_CHAR(LAST_UPDATE_DATE,'YYYYMMDDHH24MISS') Modified_Date\
    FROM\
    EMPLOYEE\
    WHERE\
    LAST_UPDATE_DATE>TO_DATE (:Modified_Date,'YYYYMMDDHH24MISS')\
    ORDER BY\
    LAST_UPDATE_DATE
    [SYNC-PARAMS]
    CHANGEKEYATTRS: Modified_Date
    I think these should be the additional config info.
    2.dbimp.map
    DomainRules
    NONLDAP:cn=Users,dc=sice,dc=com:uid=%,cn=Users,dc=sice,dc=com
    AttributeRules
    ename: : : :cn: :person
    ename : : : :sn: :person
    uid : : : :uid: :inetOrgperson:
    EMail: : : :mail: :inetOrgperson
    Telephone: : : :telephonenumber: :inetOrgperson
    empnum: : : :employeenumber: :inetOrgperson
    I think these should be the mapping rules info.
    3.profile
    though the document says that "You can find a sample profile for this example in the $ORACLE_HOME/ldap/odi/samples directory along with sample configuration and mapping files. ", but unfortunately , I do not find it .
    so I use the "Oracle Directory Integration and Provision Server Administration" tool to create a new profile . I configure this profile with the following parameters:
    Profile Name (orclOdipAgentName): DBImp
    Synchronization Mode (orclOdipSynchronizationMode): IMPORT
    Professoriats (orclOdipAgentControl):ENABLE
    Agent Execution Command (orclodipAgentExeCommand): null
    Additional Config Info (orclOdipAgentConfigInfo): uploaded
    Connected Directory Account (orclOdipConDirAccessAccount): scott
    Connected Directory Account Password (orclOdipConDirAccessPassword): tiger
    Connected Directory URL (orclOdipConDirURL): 192.168.2.101:1521:orcl.sice.com
    Interface Type (orclodipDataInterfaceType): DB
    Mapping File: uploaded
    OID Matching Filter (orclOdipOIDMatchingFilter): employeenumber
    Last Applied Change Number (orclodipConDirLastAppliedChgNum): 20000101000000
    after that ,I user the commant dipassistant to upload the config file and the map file,the command looks like this:
    dipassistant mp -host vos0 -port 389 -passwd admin0 -profile DBImp odip.profile.mapfile=D:\Oracle\OraHome_1\ldap\odi\conf\dbimp.map
    dipassistant mp -host vos0 -port 389 -passwd admin0 -profile DBImp odip.profile.configfile=D:\Oracle\OraHome_1\ldap\odi\conf\dbreader.cfg
    4.start the odisrv
    oidctl connect=orcl server=odisrv instance=2 configset=1 start
    then I go to the D:\Oracle\OraHome_1\ldap\odi\log and check the DBImp.trc file,
    I found the following error msg:
    Trace Log Started at Tue Feb 26 18:12:14 CST 2008
    Initialized debug!!
    Set retry Count!!
    Set Scheduling Interval!!
    Initialised src connector
    Initialized Src Connector.
    TAG FOUND:(DBQUERY)
    LINE,14:(SELECT: SELECT\)
    key:(SELECT)
    LINE,13:(EMPNO EmpNum,\)
    LINE,6:(ENAME,\)
    LINE,35:(REPLACE(EMAIL),'@ACME.COM','') UID,\)
    LINE,6:(EMAIL,\)
    LINE,10:(TELEPHONE,\)
    LINE,58:(TO_CHAR(LAST_UPDATE_DATE,'YYYYMMDDHH24MISS') Modified_Date\)
    LINE,4:(FROM\)
    LINE,8:(EMPLOYEE\)
    LINE,5:(WHERE\)
    LINE,60:(LAST_UPDATE_DATE>TO_DATE (:Modified_Date,'YYYYMMDDHH24MISS')\)
    LINE,8:(ORDER BY\)
    LINE,15:(LAST_UPDATE_DATE)
    Putting Key into Hash :SELECT
    TAG FOUND:(SYNC-PARAMS)
    LINE,28:(CHANGEKEYATTRS: Modified_Date)
    key:(CHANGEKEYATTRS)
    Value Continuation Not Present
    Putting Key into Hash :CHANGEKEYATTRS
    java.lang.NullPointerException
         at oracle.ldap.odip.engine.ConfigReader.readConfigInfo(ConfigReader.java:264)
         at oracle.ldap.odip.engine.Profile.initConfigInfo(Profile.java:550)
         at oracle.ldap.odip.engine.Profile.initialise(Profile.java:213)
         at oracle.ldap.odip.engine.Profile.initProfile(Profile.java:506)
         at oracle.ldap.odip.engine.SchedEntry.<init>(SchedEntry.java:65)
         at oracle.ldap.odip.engine.Scheduler.addToSyncList(Scheduler.java:934)
         at oracle.ldap.odip.engine.Scheduler.createSyncList(Scheduler.java:451)
         at oracle.ldap.odip.engine.Scheduler.run(Scheduler.java:229)
    ConfigInfo not found!!!
    Initialized Config Info.
    Initialized Provisioning Related Details
    Initialized Sync Mode.
    Mapping init successful
    Initialized Mapping Info.
    Initialized Filter Info.
    Initialized Execution Cmd.
    Success Metric Count From backend : 11
    Failure Metric Count From backend : 0
    Initialized Metric counts
    Initialized Status Attrs.
    All the other seems good except odisrv can not fine the configinfo . But I have already do the upload to config the configfile of the profile.
    I don't know what is going on, maybe there is some misunderstanding about the guide doc.
    I really really appreciate if you can do my a favor to solve this tricky problem..
    Thanks a lot.

    you need to synchronize your Entity object with the database table, then add the new attribute to your view object, and then drag and drop the new attribute to your af:table
    check [url http://jdeveloperfaq.blogspot.com/2010/02/faq-15-how-to-synchronize-adf-entity.html]How to synchronize ADF Entity Objects with database changes in JDeveloper

  • Can deploy process but not workflow (10.1.3.10 beta)

    I tried to deploy several of the demo BPEL processes, but each time the process is deployed successfully, but the workflow is not. Fro example OrderApproval.
    I tried setting properties in the build.properties file, but apparently to no avail. Also changing them via the project ant properties did not help.
    It looks like the payload JSP did not get deployed -- most of the process works, including the workflow bit, as long as one does not try to look into the worklist entry contents (which gives the 404 Not Found error, same as in the 10.1.2 version when the JSP page is not in the proper directory of hw/worklistexpress).
    I noticed some strange behavior in the build properties as stored in the project file (OrderApproval.jpr). There are a lot of equivalent ("fromjdev") entries in the oracle.jdeveloper.ant.AntRunConfiguration hash table. Also, each time after I run a deploy, the value for oc4jinstancename is removed and a corresponding <null/> entry shows up in the file. I tried cleaning up redundant fromjdev entries, but it did not help.
    Also hard coding the oc4jinstancename attribute to soademo did not help.
    Any suggestions on how to fix the build? See below for a log; I added printing of the deploy attributes to the build.xml file.
    Apache Ant version 1.6.5 compiled on June 2 2005
    Buildfile: C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\build.xml
    Detected Java version: 1.5 in: C:\JDevSOA10.1.3.10beta\jdk\jre
    Detected OS: Windows XP
    parsing buildfile C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\build.xml with URI = file:///C:/JDevSOA10.1.3.10beta/jdev/mywork/demos/OrderApproval/build.xml
    Project base dir set to: C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\bpel
    Property ${home} has not been set
    [property] Loading C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\bpel\${home}\samples\common.properties
    [property] Unable to find property file: C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\bpel\${home}\samples\common.properties
    Build sequence for target(s) `validateTask' is [validateTask]
    Complete build sequence is [validateTask, deployTaskForm, loadproperty, compile, deployProcess, all, ]
    validateTask:
    [echo] --------------------------------------------------------------
    [echo] // Validating workflow
    [echo] --------------------------------------------------------------
    [validateTask] url is file:/C:/JDevSOA10.1.3.10beta/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    Build sequence for target(s) `deployProcess' is [deployProcess]
    Complete build sequence is [deployProcess, validateTask, deployTaskForm, loadproperty, compile, all, ]
    deployProcess:
    [echo] --------------------------------------------------------------
    [echo] // Deploying bpel process OrderApproval on localhost and port 8888
    [echo] --------------------------------------------------------------
    [deployProcess] Deploying process C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\bpel\..\output\bpel_OrderApproval_1.0.jar
    [deployProcess] Successfully deployed the process "OrderApproval" on server "localhost" and port "8888"
    Build sequence for target(s) `deployTaskForm' is [deployTaskForm]
    Complete build sequence is [deployTaskForm, validateTask, loadproperty, compile, deployProcess, all, ]
    deployTaskForm:
    [echo] --------------------------------------------------------------
    [echo] // Deploying workflow form on localhost and port 8888
    [echo] --------------------------------------------------------------
    [echo] hostname=localhost httpport=8888 rmiport=23791
    [echo] platform=oc4j opmnrequestport=23791
    [echo] oc4jinstancename= asinstancename=soademo domain=default rev=1.0
    BUILD FAILED
    C:\JDevSOA10.1.3.10beta\jdev\mywork\demos\OrderApproval\build.xml:52: Error while deploying the form on server "{0}" Error message :
    com.evermind.client.orion.AdminCommandException: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Connection refused: connect
    at com.evermind.client.orion.Oc4jAdminConsole.createCannotConnectException(Oc4jAdminConsole.java:175)
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:128)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployOC4J(DeployForm.java:612)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:521)
    at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:780)
    at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:806)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    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:585)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Caused by: javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:258)
    at com.evermind.server.rmi.RMIClientContext.lookup(RMIClientContext.java:51)
    at com.evermind.client.orion.Oc4jAdminConsole.executeCommand(Oc4jAdminConsole.java:126)
    ... 20 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at java.net.PlainSocketImpl.socketConnect(Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:507)
    at java.net.Socket.connect(Socket.java:457)
    at java.net.Socket.<init>(Socket.java:365)
    at java.net.Socket.<init>(Socket.java:207)
    at com.evermind.server.rmi.RMIClientConnection.createSocket(RMIClientConnection.java:645)
    at oracle.oc4j.rmi.ClientSocketRmiTransport.createNetworkConnection(ClientSocketRmiTransport.java:58)
    at oracle.oc4j.rmi.ClientRmiTransport.connectToServer(ClientRmiTransport.java:78)
    at oracle.oc4j.rmi.ClientSocketRmiTransport.connectToServer(ClientSocketRmiTransport.java:68)
    at com.evermind.server.rmi.RMIClientConnection.connect(RMIClientConnection.java:609)
    at com.evermind.server.rmi.RMIClientConnection.sendLookupRequest(RMIClientConnection.java:153)
    at com.evermind.server.rmi.RMIClientConnection.lookup(RMIClientConnection.java:137)
    at com.evermind.server.rmi.RMIClient.lookup(RMIClient.java:249)
    ... 22 more
    at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:818)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
    at org.apache.tools.ant.Task.perform(Task.java:364)
    at org.apache.tools.ant.Target.execute(Target.java:341)
    at org.apache.tools.ant.Target.performTasks(Target.java:369)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
    at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
    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:585)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java)
    at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 2 seconds
    Snippet from project file:
    <hash n="oracle.jdeveloper.ant.AntRunConfiguration">
    <url n="buildfileURL" path="build.xml"/>
    <value n="outputLevel" v="3"/>
    <list n="propertyNames">
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="user"/>
    <string v="password"/>
    <string v="type"/>
    <string v="host"/>
    <string v="port"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="asinstancename"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="fromjdev"/>
    <string v="opmn.requestport"/>
    <string v="admin.user"/>
    <string v="platform"/>
    <string v="domain"/>
    <string v="oc4jinstancename"/>
    <string v="hostname"/>
    <string v="http.port"/>
    <string v="admin.password"/>
    <string v="rmi.port"/>
    <string v="rev"/>
    </list>
    <list n="propertyValues">
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="oc4jadmin"/>
    <string v="welcome1"/>
    <string v="oc4j"/>
    <string v="localhost"/>
    <string v="8888"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="23791"/>
    <string v="soademo"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="true"/>
    <string v="23791"/>
    <string v="oc4jadmin"/>
    <string v="oc4j"/>
    <string v="default"/>
    <null/>
    <string v="localhost"/>
    <string v="8888"/>
    <string v="welcome1"/>
    <string v="23791"/>
    <string v="1.0"/>
    </list>
    <list n="targetList">
    <string v="validateTask"/>
    <string v="deployProcess"/>
    <string v="deployTaskForm"/>
    <string v="deployDecisionServices"/>
    </list>
    </hash>

    When I change the rmi ports to 23793 via the project properties and save, they get updated correctly in the .jpr file. However, the deploy still fails, because somehow JDeveloper resets the values back to 23791 (just as it routinely wipes out the oc4jinstancename) and writes them to the .jpr file.
    How can I make the new value 'stick'?
    I tried changing the port of the LocalBPELApplicationServer from 23791 to 23793 but got:
    Error while getting remote MBeanServer for url: ormi://localhost:23793/default:
    Error reading application-client descriptor: Error communicating with server: Connection refused: connect; nested exception is:
         javax.naming.CommunicationException: Connection refused: connect [Root exception is java.net.ConnectException: Connection refused: connect]
    When I click on the [+] next to the connection I get this:
    oracle.oc4j.admin.jmx.shared.exceptions.JMXRuntimeException: Error while getting remote MBeanServer for url: ormi://localhost:23793/default
         at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.fetchMBeanServerEjbRemote(CoreRemoteMBeanServer.java:499)
         at oracle.oc4j.admin.jmx.client.CoreRemoteMBeanServer.<init>(CoreRemoteMBeanServer.java:160)
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.<init>(RemoteMBeanServer.java:128)
         at oracle.oc4j.admin.jmx.client.RemoteMBeanServer.getMBeanServer(RemoteMBeanServer.java:158)
         at oracle.oc4j.admin.jmx.client.ClientMBeanServerProxyFactory.getMBeanServer(ClientMBeanServerProxyFactory.java:68)
    <snip>
    And even then, the deploy process still forces the port to 23791.
    I restarted the server and JDeveloper, but the problem persists.

  • Human workflow in catch construct

    Hi,
    I have a requirement that , whenever business fault occurs I want to throw it explicitly. In catch block, I want to catch it , and I want to have a human workflow activity with updatable payload.
    when i am trying to do this, i got following error while compileing....
    Error(228):
    [Error ORABPEL-10051]: multiple create instance activity
    [Description]: in line 228 of "D:\BPEL\source\samples\tutorials\107.Exceptions\Application1\FaultHandlingDemo\PayLoad\bpel\PayLoad.bpel", Conflicting createInstacne="yes". Instance is already created by another activity.
    [Potential fix]: Remove createInstance="yes" attribute from this activity.
    can we have a human workflow activity inside catch construct?
    why this error is coming? can anyone pleace help me....
    thanks

    Hi,
    Your scenario is possible. We have similar processes. It seems the error is caused by a BPEL activity in your process that has the createInstance parameter set to yes while the instance is already started.

  • Can't run dipassistant  on windows

    Hi,
    Im trying to run the dipassistant command but getting the following error although i have set the ORACLE_HOME
    E:\Oracle\Product\10g\Orainfra\BIN>dipassistant bs -cfg %ORACLE_HOME%\ldap\odi\samples\ad2oid.properties
    dipassistant ERROR: The specified file does not exists: E:\Oracle\Product\10g\Orainfra\BIN\OracleProduct10gOrainfraldapodiconfactivechg.map
    advise please

    Thanks to the much more helpful forum at flashkit.com, I have
    found some answers to this problem. Apparently ASDOC is not
    compatible with Java Runtime Environment 6 so I had to uninstall it
    and install JRE 5 instead.
    You can find more information
    here

  • HTTP Probe support for ISE guest service

    Hi all,
    I am currently trying out the guest feature of the ISE and I noticed that clients won't get probed via HTTP when accessing the guest portal and I am curious why? The WLC is currently running version 7.0.116.0 and thus is only able to support Local Web Authentication.
    I configured the Layer 3 authentication of the SSID to use External Web Authentication with the link https://ISE:8443/guestportal/Login.action where ISE is the domain name of the appliance. I also ensured to use the MAC address as the Calling-Station-ID.
    I successfully get to the portal, but when I check on the endpoint afterwards, no user agent is recorded.
    Is there any way to instruct the ISE to fetch this information via local web auth?
    Thanks in advance!
    Regards,
    Patrick

    we have a demo shipped with BPEL PM (samples/demos/SalesForce...) that shows how to use the API .. I believe this transport props should be fully transparent and should NOT affect the BPEL engine at all..
    /clemens

  • Unable to deploy SOAOrderBooking project

    Hi All,
    I am doing SOA tutorial and was trying to deploy SOAOrderBooking project but i am getting following error. I believe its a set up issue, can somebody guide me.
    [deployTaskForm] 08/08/29 11:01:40 Notification ==>Application Deployer for default_SOAOrderBooking_1_0_ApproveOrder STARTS.
    [deployTaskForm]
    [deployTaskForm] 08/08/29 11:01:40 Notification ==>Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] Deploy error: Deploy error: Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    BUILD FAILED
    C:\jdevstudio10133\jdev\mywork\SOADEMO\SOAOrderBooking\build.xml:98: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:141)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:750)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         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:585)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)

    Are we supposed to modify build.xml also? if yes, then what parameters? i was just following tutorial instructions and it asked me to modify build.properties.
    I am pasting 2 build.properties file one which works fine [for project selectManufacturer] and one which errors out [for project SOAOrderBooking]:
    build.properties for SelectManufacturer:
    *# AppServer platform: currently supported values are ias_10g, oc4j_10g*
    platform = ias_10g
    *# Change below if deploying in domain other than "default"*
    domain = default
    *# Change below if deploying with process revision other than 1.0*
    rev = 1.0
    *# Make sure admin.user, admin.password is correct for appserver*
    admin.user = oc4jadmin
    admin.password = welcome12
    *# http.hostname and http.port should point to BPEL Server's host and http port*
    http.hostname = localhost
    http.port = 80
    *# For BPEL in cluster environemnt, j2ee.hostname may not be same as*
    *# http.hostname, where j2ee.hostname will be local hostname,*
    *# while http.hostname will be virtual hostname*
    *# For deployment of applications in oc4j cluster, set cluster = true*
    *# and oc4jinstancename to opmn cluster group it belongs to such as default_group*
    *#cluster = false*
    j2ee.hostname = localhost
    *# rmi.port or opmn.requestport is used in jndi.url/deployment-url in*
    *# standalone or midtier installation respectively.*
    *# rmi.port value below is default value as in BPEL standalone-developer install.*
    *# If you rely on this value, make sure it's correct for your installation*
    *# as from command "opmnctl status -l" output in midtier/SOA install.*
    rmi.port = 12402
    opmn.requestport = 6003
    oc4jinstancename = home
    *#asinstancename =*
    *# Set verbose to true if you want to see verbose output from deployment tasks*
    *#verbose = false*
    *# Following properties are used by bpelTest.*
    bpeltest.callHandler =
    *bpel.context.properties = ${bpel.home}/samples/tutorials/102.InvokingProcesses/rmi/context.properties*
    build.properties for SOAOrderBooking:
    *# AppServer platform: currently supported values are ias_10g, oc4j_10g*
    platform = ias_10g
    *# Change below if deploying in domain other than "default"*
    domain = default
    *# Change below if deploying with process revision other than 1.0*
    rev = 1.0
    *# Make sure admin.user, admin.password is correct for appserver*
    admin.user = oc4jadmin
    admin.password = welcome12
    *# http.hostname and http.port should point to BPEL Server's host and http port*
    http.hostname = localhost
    http.port = 80
    *# For BPEL in cluster environemnt, j2ee.hostname may not be same as*
    *# http.hostname, where j2ee.hostname will be local hostname,*
    *# while http.hostname will be virtual hostname*
    *# For deployment of applications in oc4j cluster, set cluster = true*
    *# and oc4jinstancename to opmn cluster group it belongs to such as default_group*
    *#cluster = false*
    j2ee.hostname = localhost
    *# rmi.port or opmn.requestport is used in jndi.url/deployment-url in*
    *# standalone or midtier installation respectively.*
    *# rmi.port value below is default value as in BPEL standalone-developer install.*
    *# If you rely on this value, make sure it's correct for your installation*
    *# as from command "opmnctl status -l" output in midtier/SOA install.*
    rmi.port = 12402
    opmn.requestport = 6003
    oc4jinstancename = home
    *#asinstancename =*
    *# Set verbose to true if you want to see verbose output from deployment tasks*
    *#verbose = false*
    *# Following properties are used by bpelTest.*
    bpeltest.callHandler =
    *bpel.context.properties = ${bpel.home}/samples/tutorials/102.InvokingProcesses/rmi/context.properties*

  • Oracle Process Manager gone after applying patch set 10.1.3.4.0

    Hi everyone,
    I downloaded the patch set 10.1.3.4.0 from [http://www.oracle.com/technology/software/products/ias/htdocs/101310.html] and intalled it on my machine but after the installation finished, I found problem in runing Oracle Process Manaer Console. When I try to login, it redirects to DomainPickup.jsp and after entering oc4jadmin id and password below message appears: No domains accessible to the user logged in.
    When I click on Goto BPEL Admin and try to create a new domain, it does not accept "default" as domain id: it says "Domain already exists." when I give different name, it shows this error:
    Exception
    Operation failed because:
    Domain creation error.
    An exception occurred while attempting to create the domain "sample" at path "c:\oracle10gR1\product\10.1.3.1\OracleAS_1\bpel\domains\sample". The exception reported is:
    I was using SOA suite 10.1.3.0 and it was working properly before upgrade. Now, I can see the version of BPEL Console has changed to 10.1.3.4.0 and still I can login to Enterprise Manager and ESB conole properly but I missed BPEL Console somehow.
    I ran the setup from patch set and selected the Oracle Home for my soa suite 10.1.3.0 and continue the rest of installation. I don't know where I did mistake.
    I will appeciate if someone can help me to fix this problem. I could not found any note for applying this patch on download page too.
    Thanks
    Esfand

    This forum is for 11g. Try asking your question on the SOA Suite forum here
    SOA Suite
    Heidi.

Maybe you are looking for

  • ICal shows old reminders!

    I like the new iCal design, but one thing has me confused: in Day view, iCal shows the reminders/appointments from yesterday or earlier in Today's page. In other words, iCal now, correctly, shows a big "26" at the top for today, July 26. Yet, directl

  • UCCX script editor not working

    1-The loading bar down of the screen always loading and never finishes.Please  take a look to the attached picture. 2-When i go to the uccx and want to change the server from hostname to ip address,i always get update failed. I am so new in uccx,help

  • SFC printing set-up question

    Hi, I have problem wit printing SFCs after releasing the ShopOrder. We have Loftware in use. I have SO qty of 100. Then I release all SFCs. Depending on document settings (print by SFC / SO) I either get 1. One file with all SFCs information 2. One f

  • Apply path 11.0.07

    I have Acrobat reader version 11.0.06  and want to apply the patch 11.0.07  . Please provide me the step by step I am newbie , Please provide me step by step instruction

  • Multiple biztalk groups

    Can we create multiple biztalk group in admin console ? What is the process for that ? Can someone provide me any link regarding to my query ? What is the benefit for having more then one BizTalk Group ? Thanks, Prakash Sajwan