SOA order booking application error

I'm using Jdeveloper studio edition 10.1.3.4
This is standard out of the box SOADEMO application. I've tried deploying Manually, or Runt Ant Target (one by one) but always deployDecisionService is giving following error at generating ear file.
Under Resources on App Nav, I've
decisionservices\DecisionService (with DecisionService.ear and under that DecisionService-web.war)
decisionservices\DecisionService\ear (with DecisionService.ear and under that DecisionService-web.war)
decisionservices\DecisionService\war
So structure seems right. Any inputs on following error will be helpful.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++my build.properties
domain=default
rev=1.0
admin.user=oc4jadmin
admin.password=welcome123
hostname=localhost
http.port=80
rmi.port=12401
oc4jinstancename=home
asinstancename=
opmn.requestport=6003
platform=ias_10g
+++++++++++++++++++++++++++++++++++++++++++++
I've changed reference frm 8888 port to 80 on all the files listed in developer's guide.
Buildfile: C:\SOADEMO\SOAOrderBooking\build.xml
deployDecisionServices:
[echo]
| Deploying decision services for SOAOrderBooking on localhost, port 80
[deployDecisionServices] 10/05/05 16:55:45 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:45 Notification ==>Copy the archive to C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:45 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:45 Notification ==>Unpacking rules_default_SOAOrderBooking_1_0_DecisionService.ear
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:45 Notification ==>Done unpacking rules_default_SOAOrderBooking_1_0_DecisionService.ear
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:46 Notification ==>Unpacking DecisionService-web.war
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:46 Notification ==>Done unpacking DecisionService-web.war
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:46 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_2\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:46 Notification ==>Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:46 Notification ==>Initializing ClassLoader(s)
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:46 Notification ==>application : rules_default_SOAOrderBooking_1_0_DecisionService is in failed state
[deployDecisionServices]
[deployDecisionServices] 10/05/05 16:55:46 Notification ==>Operation failed with error:
[deployDecisionServices] java.lang.NullPointerException
[deployDecisionServices]
[deployDecisionServices]
[deployDecisionServices]
[deployDecisionServices] Deploy error: Deploy error: Operation failed with error:
[deployDecisionServices] java.lang.NullPointerException
[deployDecisionServices]
[deployDecisionServices]
BUILD FAILED
C:\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "localhost"
Total time: 5 seconds
Edited by: user8906609 on May 7, 2010 7:09 AM

Fixed it.
the oc4jinstance should have been oc4j_soa instead of home.

Similar Messages

  • Where can I download the SOA Order Booking Application Zip files

    the URL of Zip files is http://www.oracle.com/technology/soa/,which is descriped in SOA suite developer's guide,but I can not find it.where can I download the SOA Order Booking Application Zip files,thanks

    The doc:
    http://download-uk.oracle.com/docs/cd/B31017_01/core.1013/b28937/toc.htm
    the zip:
    http://www.oracle.com/technology/software/tech/webservices/index.html
    SOA Overview
    http://orasoa.blogspot.com/2007/05/newbie-getting-started-with-oracle-soa.html

  • ERROR DEPLOYING A WEB SERVICE (SOA Order Booking application)

    Hi everyone...
    I got some problem here, I hope somebody help me...
    So...
    I've quite laboriously managed to get SOA Suite installed and I'm half way through the deployment of the order
    booking demo, and encountered an error that I can't find a reference to in
    online searches. I'm up to the step "4. Deploy the Credit Service application"
    and get the following error:
    Operation failed with error:
    Error compiling :/home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITS
    ERVICE-CreditService-WS/WebServices: Error instantiating compiler: Web service
    artifact generation failed:oracle.classloader.util.AnnotatedClassFormatError:
    Bad version number in .class file
    Invalid class: org.soademo.creditservice.types.com.globalcompany.ns.credit.CreditCard
    Loader: SOADEMO-CREDITSERVICE-CreditService-WS.web.WebServices:0.0.0
    Code-Source:
    /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITSE
    RVICE-CreditService-WS/WebServices/WEB-INF/classes/
    Configuration: WEB-INF/classes/ in
    /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/applications/SOADEMO-CREDITSE
    RVICE-CreditService-WS/WebServices/WEB-INF/classes
    Dependent class: oracle.j2ee.ws.common.processor.modeler.wsdl.SchemaAnalyzer
    Loader: oracle.ws.client:10.1.3
    Code-Source: /home/oracle/product/10.1.3.1/OracleAS_6/webservices/lib/wsclient.jar
    Configuration: <code-source> (ignore manifest Class-Path) in META-INF/boot.xml
    in /home/oracle/product/10.1.3.1/OracleAS_6/j2ee/home/oc4j.jar
    Deployment failed
    Elapsed time for deployment: 53 seconds
    #### Deployment incomplete. #### 20/06/2007 11:00:22
    So, does anyone can tell me what am I have to do?!
    Regards...

    I am currently having the same problem with the SOA Order booking demo application. All of the installation went fine until I tried to run the web client. Whenever I try to access http://localhost:8888/soademo, I get a 500 internal server error.
    Did you ever find a solution for this problem?
    Thanks in advance!
    Marita

  • SOA Order Booking build properites - BindWebApp error: javax.management.Ref

    Hi All,
    I am trying to understand the "SOA Order Booking Application" which is given as part of example in SOA Demo.
    I tried to follow all the steps as per the user guide for this example, but when I am trying to build XML for SOA Order Booking, I get the following error
    Buildfile: C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml
    java Java Result: 1
    pre-deploy:
    validateTask:
    echo-----
    | Validating workflow
    validateTask url is file:/C:/Pratap/JDeveloper/jdevstudio10134/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    validateTask Validation of workflow task definitions is completed without errors
    deployDecisionServices:
    echo
    | Deploying decision services for SOAOrderBooking on uspg2-10-032, port 8888
    deployDecisionServices 08/10/10 15:29:48 Notification ==&gt;Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:48 Notification ==&gt;Undeploy previous deployment
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing ClassLoader(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing EJB container
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Loading connector(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Starting up resource adapters
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initializing EJB sessions
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Committing ClassLoader(s)
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize DecisionService-web begins...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Initialize DecisionService-web ends...
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Started application : rules_default_SOAOrderBooking_1_0_DecisionService
    deployDecisionServices
    deployDecisionServices 08/10/10 15:29:49 Notification ==&gt;Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 922 msecs
    deployDecisionServices
    deployDecisionServices
    deployDecisionServices *{color:#ff0000}BindWebApp error: javax.management.ReflectionException*
    *{color}*
    deployDecisionServices
    *{color:#ff0000}BUILD FAILED*
    **C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "uspg2-10-032"*{color}*
    Total time: 6 seconds
    deployDecisionServices BindWebApp error: javax.management.ReflectionException
    I have the build properties file
    domain=default
    rev=1.0
    admin.user=oc4jadmin
    admin.password=oc4jadmin
    hostname=uspg2-10-032
    http.port=8888
    rmi.port=12401
    oc4jinstancename=home
    asinstancename=
    opmn.requestport=6003
    platform=ias_10g
    #platform=oc4j_10g
    same every where.
    C:\Pratap\SOA_DEMO\SOADEMO\SOAOrderBooking\build.xml:126: Error while deploying decision services on server "uspg2-10-032"
    Kindly let me know what should be done to resolve errors.
    Regards,
    Pratap
    Edited by: user10244582 on Oct 10, 2008 4:00 PM
    Edited by: user10244582 on Oct 10, 2008 4:02 PM

    Thanks!! absolutely spot on solution.
    I developed in 10.1.3.4, got this error, then deployed using 10.1.3.1. Fantastic.
    Just that build.xml generated by 10.1.3.4 contains isSSL attribute, which seems is not supported by 10.1.3.1. So I created a dummy project in 10.1.3.1, and replaced the build.xml of my rules project with the one generated by 10.1.3.1 jdev

  • SOA Order Booking Web Client Error

    Ok, so I have gotten the SOA Order Booking Application to run. But now when I go to localhost:8888/soademo and try to log in with what they want me to I get a login error. I have checked the tables to make sure that I have the email and password right for logging. If any else has run into this problem and has figured a way around it please post here or even if you have an idea post it here.

    The only things I have changed are what the startup guide told me to, mostly just some property files so that it uses the right port. I have tried logging on with all the default logins.
    Here I think this is the right log file, this is the error it gives me. I am new to Oracle products, I am just doing this demo for my job.
    07/11/06 14:55:21.19 10.1.3.1.0 Started
    07/11/06 14:55:26.972 soaui: 10.1.3.1.0 Started
    07/11/06 15:33:53.611 soaui: Servlet error
    java.lang.IllegalStateException: Response has already been committed
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindHttpServletResponse.resetBuffer(EvermindHttpServletResponse.java:1854)
         at javax.servlet.ServletResponseWrapper.resetBuffer(ServletResponseWrapper.java:237)
         at javax.servlet.ServletResponseWrapper.resetBuffer(ServletResponseWrapper.java:237)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:285)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.soademo.view.filter.SOADemoFilter.doFilter(SOADemoFilter.java:93)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:619)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:302)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:190)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    07/11/06 15:54:34.672 soaui: 10.1.3.1.0 Stopped
    07/11/07 07:56:30.481 10.1.3.1.0 Started
    07/11/07 08:05:07.95 10.1.3.1.0 Started
    07/11/07 08:08:17.979 soaui: 10.1.3.1.0 Started
    I have tested the customer service web service and it seems to work.

  • SOA Suite Order booking example error

    Hello!
    I have installed a SOA Suite 10.1.3.1.0 and SOA Demo order booking example. But SOAOrderBooking BPEL process doesn't work. I have this error:
    file:/D:/WORK/OraSOA/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_SOAOrderBooking_1.0_937b09d1bd8dae1b33b028b2871aef63.tmp/OrderSequence.wsdl [ OrderSequence_ptt::OrderSequence(OrderSequenceInput_msg,OrderSequenceOutputCollection) ] - WSIF JCA Execute of operation 'OrderSequence' failed due to: DBWriteInteractionSpec Execute Failed Exception.
    unknown failed. Descriptor name: [unknown]. [Caused by: The method 'commit' cant be called when a global transaction is active.]
    ; nested exception is:
         ORABPEL-11616
    DBWriteInteractionSpec Execute Failed Exception.
    unknown failed. Descriptor name: [unknown]. [Caused by: The method 'commit' cant be called when a global transaction is active.]
    Caused by Исключение [TOPLINK-4002] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.DatabaseException
    Внутреннее исключение: java.sql.SQLException: The method 'commit' cant be called when a global transaction is active. Error Code:0.
    I read some topics on this forum about this problem, but I still can't find out out any solutions. Could you help? Thanks in advance.

    try to check this Errors using external transaction controller in session bean + POJO conf.
    Also, can you tell us more about your DB Adapter? are you executing any Pl/SQL proc ? Did you try to change anything in toplink file ro WSDL file, like a field or the query ?

  • ORACLE SOA order booking deployment

    Hi,
    Getting errors while deploying order booking fullfillmentESB service. I am getting following errors.
    summary: An unhandled exception has been thrown in the ESB system. The exception reported is: "java.lang.NullPointerException
         at oracle.tip.esb.console.XMLConsoleManagerImpl.commit(Unknown Source)
         at oracle.tip.esb.configuration.deployment.JDevDeploymentManager.deploy(Unknown Source)
         at oracle.tip.esb.configuration.deployment.DeploymentServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:595)
    Fix: -
    Getting following errors while compiling the project.
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\DBAdapterOutboundHeader.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\FedexShipment.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\FedexShipment_toplink_mappings.xml; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\FulfillmentBatch.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\Fulfillment_OrderFulfillment.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\Fulfillment_Shipment.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\USPSShipment.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\debug_service_xml.xml; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\fileAdapterOutboundHeader.wsdl; not on source path
    ignoring C:\Documents and Settings\llikkilocal\Desktop\GHD1\SOA\FulfillmentESB\jmsAdapterOutboundHeader.wsdl; not on source path
    [10:49:44 PM] Compilation complete: 13 errors, 1 warnings.

    Not sure you posted to the correct forum. I do not see TopLink on the stack.
    Maybe try the SOA or Application Server General forums.

  • Setting Up the Fusion Order Demo Application, error in import Fod schema

    Hello,
    using Jdev11R1 ,Setting Up the Fusion Order Demo Application, and modify the properties in build.properties for my environment , but i don't undersatnd what is (src.home=..//..)
    i followed the instraction to get demo FOD schema , right-click build.xml and
    choose Run Ant Target > buildAll.
    i got this
    Buildfile: C:\FOD_11\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to C:\FOD_11\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\FOD_11\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    C:\FOD_11\Infrastructure\DBSchema\build.xml:28: C:\FOD_11\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Total time: 6 seconds
    thanks
    greenApple

    I ran into the same problem. If the jdeveloper.home was set like below:
    jdeveloper.home=C:\oracle\Middleware\jdeveloper
    A Run Ant Target buildAll would produce the following:
    Buildfile: E:\source\java\FOD_11\Infrastructure\Ant\build.xml
    init:
    [javac] Compiling 1 source file to E:\source\java\FOD_11\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    E:\source\java\FOD_11\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:91: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:56: The following error occurred while executing this line:
    E:\source\java\FOD_11\Infrastructure\DBSchema\build.xml:28: C:\oracle\Middleware\utils\quickstart\wlserver_10.3\server\lib not found.
    No where could I find the path C:\oracle\Middleware\utils\quickstart set in any of the scripts. If I hard coded the path in the fileset below
    <path id="oracle.jdbc.path">
    <fileset dir="${jdeveloper.home}/../wlserver_10.3/server/lib">
    <include name="ojdbc6.jar"/>
    </fileset>
    </path>
    I would just get another error further in the process when the jdeveloper.home was expanded again.
    When I change the "\" to "/" in the jdeveloper.home (<fileset dir="${jdeveloper.home}/../wlserver_10.3/server/lib">) the build completed successfully.

  • SOA order booking: "RequiresManualApproval" Decide Activity Error

    Decide dialog box showing this Error : name cont have spaces or other characters except - and _ to conform to XML NCName.

    Thanks!! absolutely spot on solution.
    I developed in 10.1.3.4, got this error, then deployed using 10.1.3.1. Fantastic.
    Just that build.xml generated by 10.1.3.4 contains isSSL attribute, which seems is not supported by 10.1.3.1. So I created a dummy project in 10.1.3.1, and replaced the build.xml of my rules project with the one generated by 10.1.3.1 jdev

  • Order Booking Application - failure deploying CustomerService.deploy file

    I am trying to install this SOA Demo application with Advance installion for SOA Suite and for some reason, keep getting this error when deploying the CustomerService. deploy file. I have checked the path, connection factory and looks good to me. Any help willl be much appreciated.
    -Salman

    Hi Salman, I recently set up the demo and had a couple of issues but not with deploying the CustomerService.
    First I would check that you are using the same version of JDeveloper and SOA Suite. So if using SOA 10.1.3.1 you should use JDeveloper 10.1.3.1 etc.
    If you are using the same versions can you paste in the details from the deployment log window to see if it gives any clues.
    Thanks Cel

  • BPEL validation failed in "SOA Order Booking" Applicaton sample

    Apache ant log error message as follows:
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    Buildfile: C:\Documents and Settings\wbrkadm\Desktop\OEMS\ESBSamples\QuickStart\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/jdevstudiobase10132/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployDecisionServices:
    [echo]
    | Deploying decision services for SOAOrderBooking on localhost, port 8888
    [deployDecisionServices] 07/09/03 10:29:33 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService STARTS.
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:33 Notification ==>Undeploy previous deployment
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:33 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear begins...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize C:\product\10.1.3.1\OracleAS_1\j2ee\home\applications\rules_default_SOAOrderBooking_1_0_DecisionService.ear ends...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Starting application : rules_default_SOAOrderBooking_1_0_DecisionService
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing ClassLoader(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing EJB container
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Loading connector(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Starting up resource adapters
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initializing EJB sessions
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Committing ClassLoader(s)
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize DecisionService-web begins...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Initialize DecisionService-web ends...
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Started application : rules_default_SOAOrderBooking_1_0_DecisionService
    [deployDecisionServices]
    [deployDecisionServices] 07/09/03 10:29:34 Notification ==>Application Deployer for rules_default_SOAOrderBooking_1_0_DecisionService COMPLETES. Operation time: 1250 msecs
    [deployDecisionServices]
    [deployDecisionServices] Successfully deployed decision services on server "localhost"
    compile:
    [echo]
    | Compiling bpel process SOAOrderBooking, revision 1.0
    [bpelc] ORABPEL-01021
    [bpelc]
    [bpelc] BPEL validation failed.
    [bpelc] BPEL source validation failed, the errors are:
    [bpelc]
    [bpelc] [Error ORABPEL-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Error reading import of http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl: Failed to read WSDL from http://01HW127690.India.TCS.com:8888/esb/slide/ESB_Projects/SOADEMO_FulfillmentESB/Fulfillment_OrderFulfillment.wsdl: HTTP connection error code is 407".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [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-10903]: failed to read wsdl
    [bpelc] [Description]: in "bpel.xml", Failed to read wsdl.
    [bpelc] Error happened when reading wsdl at "http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl", because "Error reading import of http://localhost:8888/esb/wsil/Fulfillment/OrderFulfillment?wsdl: Failed to read WSDL from http://01HW127690.India.TCS.com:8888/esb/slide/ESB_Projects/SOADEMO_FulfillmentESB/Fulfillment_OrderFulfillment.wsdl: HTTP connection error code is 407".
    [bpelc] Make sure wsdl exists at that URL and is valid.
    [bpelc] .
    [bpelc] [Potential fix]: If your site has a proxy server, then you may need to configure your BPEL Server, designer and browser with your proxy server configuration settings (see tech note on http://otn.oracle.com/bpel for instructions).
    [bpelc] .
    [bpelc]
    BUILD FAILED
    C:\Documents and Settings\wbrkadm\Desktop\OEMS\ESBSamples\QuickStart\soademo_101310_prod\SOADEMO\SOAOrderBooking\build.xml:72: Validation error
    Total time: 11 seconds
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    You are using compatible JDevelopers.
    Can you please confirm that it is the deployment of the BPEL process that is failing and not the ESB.
    You should be able to select 'Not Sepcified' for the My Role in the partner link page. If you can't then that partner link do not have a role for my role.
    If you don't get anything to select in partner link type then JDeveloper cannot connect to the WSDL location.
    If you are able to connect via a browser then there must be an issue with the proxy configuration in JDeveloper. These setting should look exactly the same as your browser.
    cheers
    James

  • While ordering book:'Unexpected error has occurred, please try again later'

    Hello,
    Not sure if this is a suitable forum, but when I was using Iphoto '08 V7.1.3 (latest version), and I tried to purchase an album, the following error always appeared : "Unexpected error has occurred, please try again later".
    It always appears after iphoto has transfered all the data across after I click 'Buy Now'. And it is driving me crazy!
    I called up apple support and have tried to do whatever they told me to, which includes:
    1) Creating a new album
    2) Creating a new apple i.d.
    but its all futile! The dreaded message always appears!
    Does anyone know if theres any way I can just SEND THE THING over manually, in a CD or something, cos I really want the album book! Or, do any technical guys here have any idea?? Im also kinda tired of waiting on the hold line on the phone!

    I wish I could help - but I am having the same exact problem. It is totally frustrating to make the book and then go through all the steps only to have the same message appear.

  • Order Booking Application login problem

    I installed and configured everything according to the instructions. However, when I try to use the login.jsp to connect, I get the login failed message and no errors in Jdev.
    any thoughts on how to fix this?

    Log in as jcooper/welcome1. Default users are provided at install time in the following configuration file: SOA_Oracle_Home\bpel\system\appserver\oc4j\j2ee\home\config\jazn-data.xml
    regards,
    Deepak Singh

  • Order Booking Example Quick Start Guide 10.1.3.1

    I am having two problems with installation:
    (1) deployment of FulfillmentESB - after selecting Register with ESB I do not get a sub menu (OrderBookingIS) - with right click - as if it submenu does not exist
    (2) Deployment of SelectManufacturer>Resources Run ANT compilation fails with 143 Java Language URI not hierarchical error message
    any help would be appreciated - using WIndows XP and all port defaults are same as the defaults - one instance only 'home'

    I was able to register the Fullfillment ESB service - the Guide should state 'to be sure the ESB service has been started from SOA console
    Thank you so much
    I still get a failur when running ANT on the build.xml (Select Manufacturer) - I am using 8888 HTML port and one instance home
    Buildfile: C:\Documents and Settings\asarno.OPENTEXT\Desktop\Desktop Master\Oracle\BPEL\Jdeveloper\Order Booking Application\SelectManufacturer\build.xml
    see error message below:
    BUILD FAILED
    C:\Documents and Settings\asarno.OPENTEXT\Desktop\Desktop Master\Oracle\BPEL\Jdeveloper\Order Booking Application\SelectManufacturer\build.xml:143: java.lang.IllegalArgumentException: URI is not hierarchical
    pre-deploy:
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] Validation of workflow task definitions is completed without errors
    compile:
    [echo]
    | Compiling bpel process Selectmanufacturer, revision 1.0
    [bpelc] java.lang.IllegalArgumentException: URI is not hierarchical
    [bpelc]      at java.io.File.<init>(File.java:335)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.XMLEntityResolverWrapper.resolveEntity(XMLEntityResolverWrapper.java:154)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.XMLEntityManager.resolveEntity(XMLEntityManager.java:688)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.resolveDocument(XMLSchemaLoader.java:616)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.resolveSchema(XSDHandler.java:1459)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:758)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.constructTrees(XSDHandler.java:844)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.traversers.XSDHandler.parseSchema(XSDHandler.java:459)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:572)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:1333)
    [bpelc]      at org.collaxa.thirdparty.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar(XMLSchemaLoader.java:528)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadSchemaHelper(WSDLSchemaManager.java:451)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.postProcessXSD(WSDLSchemaManager.java:550)
    [bpelc]      at com.collaxa.cube.xml.xsd.xerces.WSDLSchemaManager.loadAllSchemas(WSDLSchemaManager.java:316)
    [bpelc]      at com.collaxa.cube.lang.compiler.BPELProcessModel.loadWSDLs(BPELProcessModel.java:208)
    [bpelc]      at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validateClientSide(BPELValidator.java:67)
    [bpelc]      at com.collaxa.cube.lang.compiler.CubeProcessor.validateClientSide(CubeProcessor.java:1130)
    [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)
    Total time: 3 seconds

  • SOA Order Application Demo for 10.1.3.5 Patchset

    I have installed all the necessary required softwares for the SOA order application demo,
    1. SOA suite - 10.1.3.1 and then later patched it to 10.1.3.5
    2. Installed Jdev 10.1.3.5 and Oracle 10g XE database
    3. I have downloaded the order application demo files for 10.1.3.1 from the following location
    But when I try to open the jws file from the SOADEMO/SOADEMO.jws - I get the following errors while trying to compile,
    C:\SOA_IDE\Jdev_10135\jdk\jre\bin\java.exe -jar C:\SOA_IDE\Jdev_10135\jdev\lib\ojc.jar -source 1.5 -target 1.5 -noquiet -warn -nowarn:320 -nowarn:486 -nowarn:487 -deprecation:self -nowarn:560 -nowarn:704 -nowarn:489 -nowarn:415 -nowarn:909 -nowarn:412 -nowarn:414 -nowarn:561 -nowarn:376 -nowarn:371 -nowarn:558 -nowarn:375 -nowarn:413 -nowarn:377 -nowarn:372 -nowarn:557 -nowarn:556 -nowarn:559 -encoding Cp1252 -g -d C:\SOADEMO\FulfillmentESB\classes -make C:\SOADEMO\FulfillmentESB\classes\FulfillmentESB.cdi -classpath C:\SOA_IDE\Jdev_10135\jdk\jre\lib\rt.jar;C:\SOA_IDE\Jdev_10135\jdk\jre\lib\i18n.jar;C:\SOA_IDE\Jdev_10135\jdk\jre\lib\sunrsasign.jar;C:\SOA_IDE\Jdev_10135\jdk\jre\lib\jsse.jar;C:\SOA_IDE\Jdev_10135\jdk\jre\lib\jce.jar;C:\SOA_IDE\Jdev_10135\jdk\jre\lib\charsets.jar;C:\SOA_IDE\Jdev_10135\jdk\jre\classes;C:\SOADEMO\FulfillmentESB\classes;C:\SOA_IDE\Jdev_10135\toplink\jlib\toplink.jar;C:\SOA_IDE\Jdev_10135\toplink\jlib\toplink-oc4j.jar;C:\SOA_IDE\Jdev_10135\toplink\jlib\antlr.jar;C:\SOA_IDE\Jdev_10135\lib\xmlparserv2.jar;C:\SOA_IDE\Jdev_10135\lib\xml.jar -sourcepath C:\SOADEMO\FulfillmentESB\src;C:\SOA_IDE\Jdev_10135\jdk\src.zip;C:\SOA_IDE\Jdev_10135\toplink\jlib\toplink-src.zip C:\SOADEMO\FulfillmentESB\src\FedexShipment\Fedexshipment.java
    ignoring C:\SOADEMO\FulfillmentESB\DBAdapterOutboundHeader.wsdl; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\FedexShipment.wsdl; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\FedexShipment_toplink_mappings.xml; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\FulfillmentBatch.wsdl; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\Fulfillment_OrderFulfillment.wsdl; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\Fulfillment_Shipment.wsdl; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\USPSShipment.wsdl; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\debug_service_xml.xml; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\fileAdapterOutboundHeader.wsdl; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\jmsAdapterOutboundHeader.wsdl; not on source path
    ignoring C:\SOADEMO\FulfillmentESB\toplink\Fedexfulfillment\descriptor\FedexShipment.Fedexshipment.ClassDescriptor.xml; not on source path
    After navigating to these paths - I find that the structure seems to be different - Is there a correct version of the demo files I need to download for it to be compitable with 10.1.3.5
    Thanks
    Shasikkumar

    I have infact taken even the latest demo dowload from http://www.oracle.com/technology/sample_code/products/soa/index.html
    And while adding the jws files in Jdev - I am not getting any errors.
    I have used the default install of SOA suite (Not advanced install) - So the port numbers remain the default
    But while trying to deploy the FulfillmentESB by doing the right click and Register with ESB > OrderBookingIS getting the following error,
    error code: 1001 : 5
    summary: Failed to create Service "FedexShipment".
    Fix: Ensure that the (a) Repository is available. (b) The Connection information for the Repository is Valid. Verify the detailed cause of error if available. Contact Oracle Support if error not fixable.
    Thanks
    Shasikkumar

Maybe you are looking for

  • IBooks app is stuck on blank page in store mode, how do I get back to my books or the store?

    iBooks app is stuck on blank page in store mode, how do I get back to my books or the store home page?

  • Blackberry white screen of death solution

    Hi all I have a problem with the screen of death, all I had to do is to change a battery and now my phone its working fine. Solution for problem is to get another battery. Let me know if it worked for you!!!! Regards Norman Magota

  • Cashflow as per AS 3 (India)

    Hi I went to 3 TCodes: S_ALR_87012271 - Cash Flow (Direct Method) S_ALR_87012272 - Cash Flow (Indirect Method) Variant 1 S_ALR_87012273 - Cash Flow (Indirect Method) Variant 2 In these TCodes, i gave company code and executed. When i executed, no fig

  • Interfaces WLC 5508

    Hi good afternoon, I have an easy question, checking  how WLC with AP associated making a tunneling in CAPWAP (standard RFC 4188) using a UDP dest port looks like its necessary L3. Let me try to explain what i want: I have a WLC 5508 with a Switch th

  • Insufficient Permissions when Installing Flash Player on Win 7.

    Disabled anti-virus. I downloaded the latest install file.  Ran it and got Insufficient permissions at around 53%.  Checked and I am the admin (only account on laptop). Did an uninstall and ran install from Adobe website.  Same. Did an uninstall, dow