WSDL URL error

Hi, I created a new CI web service based.

But when I use the URL generated in the browser I get after error message.

"< SOAP - ENV:Envelope xmlns:SOAP - ENV="http://schemas.xmlsoap.org/soap/envelope/">"

< SOAP - ENV:Body >

< SOAP - ENV:Fault >

< faultcode > SOAP - ENV:Server < / faultcode >

< faultstring >

IntegrationServiceClient: sendRequestToServer(). Name of invalid user or password.

< / faultstring >

< detail >

"< IBResponse xmlns=""" type= "error">

< DefaultTitle > Integration Broker response < / DefaultTitle >

< StatusCode > 10 < / StatusCode >

< MessageID > 10734 < / MessageID >

< DefaultMessage >

<! [CDATA []] >

< / DefaultMessage >

< MessageParameters >

< parameter >

<! [CDATA [PSADMIN]] >

< / parameter >

< parameter >

<! [CDATA [XXXXX]] >

< / parameter >

< / MessageParameters >

< / IBResponse >

< / details >

< / SOAP - ENV:Fault >

< / SOAP - ENV:Body >

< / SOAP - ENV:Envelope >


Could someone help why this error occurs.

I understand that it is a question of the user name password

But where should I change or seek to correct this error.


Also when a web service is created on a CI can I overwrite or remove the system.



PeopleTools > Integration Broker > Configuration of integration > nodes

-Search for ANONYMOUS node

-Make sure that the default user Id ' on the ANONYMOUS node has access to all the service operations in respect of the IB_UTILITY service.

S ' ensure that the "authentication" is set to 'none '.

If you want to remove a WSDL, Service, operations, Message Service, schema, etc., you can use the following Administration Page:

PeopleTools > Integration Broker > Service utilities > Administration of Service

Let us know if this solves your problem. Thank you!

Tags: Oracle Applications

Similar Questions

  • Error with the WSDL URL to point to the Proxy in Oracle Service Bus

    Hi all

    First, I present the context and then I explain my problem. I hope that this will be clear enough.

    I am trying to learn SOASuite. I'm trying to follow a tutorial from the following book: "getting started with Oracle SOA Suite 11 g R1: a tutorial".

    I installed the SOA Suite 11.1.1.6 on Windows XP.

    Here, there is a link to the page of the book: http://www.oracle.com/technetwork/middleware/soasuite/11gthebook-101473.html. On this page there is a link to a zip containing the used book sources. In the "solutions" folder, there is only one folder by chapter with the proposed solution for this chapter.

    I made the tutorial until Chapter 10, and I have a problem with the end of the chapter 11 dealing with the OSB. Thus, all work until Chapter 10 (inclusive).

    The application that the tutorial 'Création' is a purchase order processing application. The following link gives access to the book in google books: http://books.google.be/books?id=ZP9PClWesncC & printsec = frontcover & dq = Getting + Started + With + Oracle + SOA + Suite + 11 g + R1 + % E2% 80% 93 + A + hands-on + Tutorial & source = bl & to ots = gr8rTsRfHv & to GIS = Dcnu6pfY4JrEjuDrLYcgHwW - H4 & hl = en & to her = X & ei = AzcuUPX5C42KhQfgxIGQBQ & to ved = 0CD0Q6AEwAQ #v = onepage & to q = Getting % 20Started % 20With % 20Oracle % 20SOA % 20Suite % 2011 g % 20R1% 20% E2% 80% 93% 20 A % 20Hands - we % 20Tutorial & f = false

    The tutorial scenario is explained in Chapter 3, and there is an overview of the tutorial chapters.



    Now, I'll explain my problem. At some point in my application, I have to call my POProcessing application validation of credit service (using OSB). To do this in Oracle Business Bus, I joined the validation service of credit cards as a Business Service. Then, I created a Proxy Service. Not until then, no problem.

    The project is called 'Credit Services', the proxy file 'ProxyServices' and the name of the service is "ValidateCredit" type "Service WSDL. I imported a WSDL with name of the resource 'ValidateCredit-wsdl. This WSDL is here connected with the ValidateCredit service.

    Once the configuration (business service, proxy service, mail flow) and after having tested this configuration, the next step is to change the reference link to the function 'getCreditCardStatus' in jDeveloper, to invoke the virtualized service OSB. getCreditCardStatus is the name of the web service in the "composite.xml" that is related to the release of the credit function.

    Thus, in JDeveloper, I open the "composite.xml" file in the POProcessing project and I have change the reference of the getCreditCardStatus by giving the new url of WSDL (Proxy).

    The problem is the URL of the WSDL.
    In the configuration of the Proxy Service, the URI of enlightened endpoint is: / Credit_Services/ProxyServices/ValidateCredit
    The OSB server is on localhost, port 7001.

    When I enter the following WSDL URL: http://localhost:7001 / Credit_Services/ProxyServices/ValidateCredit? WSDL, jdevelopper complains: "error reading wsdl file http://localhost:7001 / Credit_Services/ProxyServices/ValidateCredit? WSDL. Exception: WSDLException: faultcode = OTHER_ERROR: cannot read the WSDL for http://localhost:7001 / Credit_Services/ProxyServices/ValidateCredit? "WSDL: WSDL not found."

    When I enter the same link in my browser, I get a ' error 404 - not found "...


    Could you help me please? Any idea is welcome.

    I tried to restart the servers, to slightly change the url, to remove the space in the name of 'credit Services '... When I do the test in OSB, all right, and the URI parameter is always/Credit_Services/ProxyServices/ValidateCredit.

    I also noticed in console (WebLogic domain) Administration, in Web Deployment/Monitoring/applications, there is a single line with context root "/ Credit_Services/ProxyServices/ValidateCredit" but the State is empty (as opposed to others with a status of 'Active'). Despite this, the 'State' in 'Settings' of the Proxy Service in the console of the OSB is checked.

    In addition, the URL of the WSDL I provided when I imported the WSDL in OSB, is correct (and works in a browser). When I look at the console of the OSB, the WSDL is imported goods and everything seems well configured.

    once more, any idea is welcomed :)

    Thanks in advance,

    Sophie

    Published by: 953383 on August 17, 2012 06:18

    Hope that you would like to have checked, but there is no harm to recheck the information below.

    Connect on weblogic admin url on your left under the structure of the domainwindow, click on Server, on your right, see what is the listen port configured for the server of the OSB.
    Try with this port number, if you have not tried before to try now.

    Hope your proxy OSB is basic SOAP, if your OSB is restful service so you won't be able to get how you try.
    To access the service restful, we follow a different approach.

    Thank you
    Vijay

  • Generate class files using the WSDL url and wsimport

    I am trying to create a java application that hits the service exposed by hub.

    To create the application in java, I'm generating class files using the WSDL that is created and exposed by the hub.

    Executed steps:

    1 created an application in OPA.

    2. deployed on the hub (usinf deploy option of snapshot on Policy Modeling)

    3. in the deployment tab, I see the request and get the url of the wsdl by clicking on it.

    I try on this wsdl wsimport command. But it gives me following error messages.

    ---------------------------------------------------------------------------------------------------

    C:\***\AllFiles > wsimport http://localhost:7001/hub/determinations-Server/assess/SOAP/generic/12.2/AttemptOne?WSDL

    the analysis of WSDL...

    [ERROR] invalid WSDL http://localhost:7001/hub/determinations-Server/assess/SOAP/generic/12.2/AttemptOne?WSDL , expected {http://schemas.xmlsoap.org/wsdl/} html (line 2) data definitions

    Cannot read the WSDL document: ( http://localhost:7001/Hub/determinations-Server/assess/SOAP/Generic/12.2/AttemptOne?WSDL , because 1) did not find the document. (/ 2) the document could not be read. (3) the element the document root is not < wsdl:definitions >.

    [ERROR] WSDL:service is not found in the WSDL (s) provided:

    At least a WSDL with definition of at least one service must be provided.

    Unable to parse the WSDL file.

    ---------------------------------------------------------------------------------------------------

    If I store the wsdl file in a file on my local computer, and then run wsimport, it generates the classes very well.

    Can someone provide me with a way that I can generate the classes using the wsdl url and not the local file?

    Also, do I need to create a connection in the Connections tab on the hub?

    Thanks in advance.

    -Alain

    Looks like you could run in the user authentication when wsimport runs against the WSDL. Instead of the WSDL, its reception, the login page.

    The best way to work around this problem is perhaps what you do already - to obtain the wsdl and save them in a file.

    Another solution is to disable the restriction of connection to the Web Service API. You can do this in the menu on the users page (admin role can turn on and off.

    You can switch between a user and a password with the call of the WSDL file, but I don't know if its possible to do with wsimport

    See you soon

    Frank

  • The WSDL URL is not valid or the WSDL file is not valid or incorrect @ WebLogic Server

    Hello

    Hello everyone... I am facing a problem regarding the application of BPEL process in Weblogic server and its details are given below

    I was sent a BPEL process in Weblogic Server and previously it was working very well according to our goal.

    But today when I clicked on particular SOA as soa-infra in Weblogic Enterprise Manager and press TEST tab to copy the 'end' for this SOA url I got this below error mentioned that this error is also coming up for all SOA processes.

    Error: -.

    The WSDL URL is not valid or the WSDL file is not valid or incorrect. -java.io.IOException:WSDLException: faultCode = OTHER_ERROR: cannot play the WSDL

    According to http://xyz.com:7001/soa-infra/services/default/FASoaWPv1.3/fa_proc_client_ep?XSD=xsd/schedule.xsd:WSDL not found not found


    Thanx in advance and please help me to solve it.


    With respect,


    Manas Mazumder

    Kolkata (India)


    Hello

    Hello everyone... I encountered a problem regarding the application of BPEL process and its details are given below

    I was sent a BPEL process in Weblogic Server and previously it was working very well according to our goal.

    But today when I clicked on particular SOA as soa-infra in Weblogic Enterprise Manager and press TEST tab to copy the 'end' for this SOA url I got this below error mentioned that this error is also coming up for all SOA processes.

    Error: -.

    The WSDL URL is not valid or the WSDL file is not valid or incorrect. -java.io.IOException:WSDLException: faultCode = OTHER_ERROR: cannot play the WSDL

    According to http://xyz.com:7001/soa-infra/services/default/FASoaWPv1.3/fa_proc_client_ep?XSD=xsd/schedule.xsd:WSDL not found not found

    Hello

    Hello everyone... I encountered a problem regarding the application of BPEL process and its details are given below

    I was sent a BPEL process in Weblogic Server and previously it was working very well according to our goal.

    But today when I clicked on particular SOA as soa-infra in Weblogic Enterprise Manager and press TEST tab to copy the 'end' for this SOA url I got this below error mentioned that this error is also coming up for all SOA processes.

    Error: -.

    The WSDL URL is not valid or the WSDL file is not valid or incorrect. -java.io.IOException:WSDLException: faultCode = OTHER_ERROR: cannot play the WSDL

    According to http://xyz.com:7001/soa-infra/services/default/FASoaWPv1.3/fa_proc_client_ep?XSD=xsd/schedule.xsd:WSDL not found not found

    Hello

    Hello everyone... I encountered a problem regarding the application of BPEL process and its details are given below

    I was sent a BPEL process in Weblogic Server and previously it was working very well according to our goal.

    But today when I clicked on particular SOA as soa-infra in Weblogic Enterprise Manager and press TEST tab to copy the 'end' for this SOA url I got this below error mentioned that this error is also coming up for all SOA processes.

    Error: -.

    The WSDL URL is not valid or the WSDL file is not valid or incorrect. -java.io.IOException:WSDLException: faultCode = OTHER_ERROR: cannot play the WSDL

    http://xyz.com:7001/soa-infra/services/default/FASoaWPv1.3/fa_proc_client_ep?XSD=xsd/schedule.xsd:WSDL notfound found

    xddsdsdlslkldsfdsfn dsnkjWith

    Hi Manas,

    Try your composite, cleaning of the MDS (under the deployed applications) cancel the deployment and redeployment.

    Antonis

  • &amp; quot; Security for access to the url error &amp; quot;

    Hello
    I have two problems,
    an I get error of scripts cross-domain as indicated in the title of the message is to say "security to access the url error.
    I tried to access using webserice and http service requesta and a web service request. I kept getting the same error. I tried to put the crossdomain.xml file in the root of the server and he had no luck either. Any suggestions would be helpful.
    one of the operations in the wsdl file is called getlookupvalues, and it takes 4 parameters, database, username, password and lookupid. the lookupID is a GUID.
    When I tried to create a request to getlookupvalues with the above parameters that it kept giving me compile erros saying incompatible correlation of type guid and string. Think is because I am past the guid as a string. A way to pass a guid as a guid instead of a string?

    Thank you very much

    Aerts

    Sort the cross-domain problem using mx:Webservice, and not a httpservice.

  • Provide the Webservice not generating corresponding WSDL URL link based on the service operation.

    Hi all

    The webservice to provide link generates the corresponding WSDL URL based on the Service operation.

    For example, we currently have two service operations namely creating and updating. We use the e-mail of lines. Provide the Webservice correct WSDL URL generated link to the create operation, but it provides the same URL for the update operation as well. kindly share your knowledge if you guys ever faced similar problem.

    Concerning

    Lherault

    Hakan,

    I agree with you that service operations are childs of Services. I am trying to create URLS for the operations of specific service because of the requirement. So if this is the case, then the URL must be different, I think. I tried your logic of selection of all service operations and generate a unique URL for this service. But when I tried to open the URL in Internet explorer all I could find under the label of operation name is a Service operation and not any other selected. I went and checked under the UTILITIES SERVICE--> Service of Directors. Under the WSDL of the Service operation generaed I deleted the existing generated WSDL and then recreated the URL of the web service to provide and the problem is solved. Thanks for your time and effort Hakan... Very much appreciated.

    Concerning

    Lherault

  • Create the resource (WSDL) URL through proxy of the company?

    OSB, I create a resource from a URL (WSDL) but I'm getting a "no resource found.

    I'm using this service to test...
    http://webservicex.NET/StockQuote.asmx?WSDL

    I suspect its because he needs route although our company proxy. Can I set this up in the Console of Administration Weblogic or OSB?

    I set the proxy in the OSB, but it seems that I can only assign to a business service at this point, but I can't create my business until I load in the WSDL url.

    This works very well for inside WSDL inside our network. Do anyone know how to configure weblogic or VSOs to take traffic through a proxy company so we can find the wsdl for test on an external network?

    Thank you!

    Hi Cory,.

    SB Console go to System Administration > global resources > Proxy servers... Add a new proxy server here...

    Your Business Service, you configure the proxy under Advanced Configuration of Transport HTTP server...

    You can create file WSDL on Console SB by copying and pasting the content of the WSDL...

    I hope this helps...

    See you soon,.
    Vlad

    It is considered good etiquette to the answerers rewards with points (as "useful" - 5 pts - or 'correct' - 10pts)
    https://forums.Oracle.com/forums/Ann.jspa?annID=893

  • How to see the wsdl (url) in a UI component.

    Hello

    I use adf 11g


    Because sometimes I use wsdl (url) diferent to test datacontrols.ccx purpuses I change the url I works very well.

    But in my UI I show wich a wsdl is actually configured.

    How can I do?

    Concerning

    Hello

    in a test of bean managed

    BindingContext bctx = BindingContext.getCurrent();
    AdapterDCService adc = (AdapterDCService)bctx.findDataControl("YourDataControlName");
    DataControl adapterDataControl = adc.getAdaptedDC();
    WSDataControl wsDataControl =(WSDataControl)adapterDataControl.getDataProvider();
    
    WSDefinition wsDefinition = (WSDefinition)wsDataControl.getDefinition();
    URL endpointURL = wsDefinition.getWSDL();
    
    //expose the endpointURL from a setter/getter method so it can be EL referenced from a UI Component
    

    Frank

  • URL error message

    I get an error message when you try to access an http. link in an email.  Message reads ' general failure, the URL was: "y at - it something I accidentally deleted?"

    Go to control panel | Internet Options | Programs and set the correct browser as default.  Depending on your operating system, you can also go to the control panel. Default programs and set the correct program there.  Less associate a type of program or file with a page of outline down to the Protocols HTTP and HTTPS, and IE (or whatever you use) as default handler.

    If this does not help, then we need more specific information about your system (OS, what e-mail program, etc.) to be able to help.

    Steve

  • URL error message when click on a link in the PSI

    I run Secunia PSI to check my computer for insecure programs.  I can usually just click on the icon to update or download or patch and uninstall a program, a program not secure.  Now I get an error "an error has occurred so they were trying to open the specified URL". My browser is set to default.

    Hello

    Since it is directly involved with a product of part 3, they should be more qualified to help in this matter,http://secunia.com/community/forum/

    Otherwise, try the IT Pro to Vista forum, http://social.technet.microsoft.com/Forums/en-US/itprovistanetworking/threads

    Jack-MVP Windows Networking. WWW.EZLAN.NET

  • UDS for Web service URL error

    I try to get authenticator for UDS.

    I created/enterprise/admin/util/ws as URL for bwsUtilService.url.

    I'm gettting an error state HTTP:404.

    Nobody knows which is the url of the UDS (Webservice)?

    I solved the problem. UDS Web service port was not correct.

    Thank you

  • JAXB on WSDL mapping error

    Hello.

    I have a problem creating web service proxy in JDeveloper by using particular WSDL. As I explored deeply the cause of an error, I found complexType by name 'objectFactory' inside the WSDL that is mapped by JAXB ObjectFactory object. The tag inside the WSDL file is:

    < name XS: complexType = "objectFactory" > < xs: SEQUENCE / > < / xs: complexType >

    And that causes the error described below. Now the problem is ObjectFactory is also a name for the definition of the object inside Java.

    Hope that I was clear enough. Is it possible to avoid this situation?


    The error I get when creating the web service proxy is


    oracle.jdeveloper.webservices.model.WebServiceException: error creating the wsdl model "file:/C:/temp/testVirWs.wsdl": null
    at oracle.jdeveloper.webservices.model.java.JavaWebService.createPortTypes(JavaWebService.java:1635)
    at oracle.jdeveloper.webservices.model.WebService.createServiceFromWSDL(WebService.java:2846)
    at oracle.jdeveloper.webservices.model.WebService.createServiceFromWSDL(WebService.java:2611)
    to oracle.jdeveloper.webservices.model.java.JavaWebService. < init > (JavaWebService.java:509)
    to oracle.jdeveloper.webservices.model.java.JavaWebService. < init > (JavaWebService.java:461)
    to oracle.jdeveloper.webservices.model.proxy.WebServiceProxy$ ProxyJavaWebService. < init > (WebServiceProxy.java:2268)
    at oracle.jdeveloper.webservices.model.proxy.WebServiceProxy.updateServiceModel(WebServiceProxy.java:1701)
    at oracle.jdeveloper.webservices.model.proxy.WebServiceProxy.setDescription(WebServiceProxy.java:525)
    at oracle.jdevimpl.webservices.wizard.jaxrpc.proxy.ProxyJaxWsSpecifyWSDLPanel.setDescription(ProxyJaxWsSpecifyWSDLPanel.java:238)
    at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel.buildModel(SpecifyWsdlPanel.java:1109)
    to oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel$ 5.run(SpecifyWsdlPanel.java:661)
    at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: oracle.jdeveloper.webservices.tools.WsdlValidationException: error creating the wsdl model "file:/C:/temp/testVirWs.wsdl": null
    at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.newWsdlValidationException(WsaAdaptor.java:825)
    at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.getSeiInfo(WsaAdaptor.java:515)
    at oracle.jdeveloper.webservices.tools.WebServiceTools.getSeiInfo(WebServiceTools.java:523)
    at oracle.jdeveloper.webservices.model.java.JavaWebService.getSeiInfo(JavaWebService.java:1741)
    at oracle.jdeveloper.webservices.model.java.JavaWebService.createPortTypes(JavaWebService.java:1496)
    ... 12 more
    Caused by: oracle.j2ee.ws.common.tools.api.ValidationException: error creating the wsdl model "file:/C:/temp/testVirWs.wsdl": null
    at oracle.j2ee.ws.tools.wsa.jaxws.JaxwsWsdlToJavaTool.getJAXWSModel(JaxwsWsdlToJavaTool.java:679)
    at oracle.j2ee.ws.tools.wsa.WsdlToJavaTool.createJAXWSModel(WsdlToJavaTool.java:478)
    at oracle.j2ee.ws.tools.wsa.Util.getJaxWsSeiInfo(Util.java:1360)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    to oracle.jdevimpl.webservices.tools.wsa.Assembler$ $2 1.invoke(Assembler.java:218)
    to $Proxy36.getJaxWsSeiInfo (Unknown Source)
    at oracle.jdevimpl.webservices.tools.wsa.WsaAdaptor.getSeiInfo(WsaAdaptor.java:505)
    ... 15 more
    Caused by: java.lang.NullPointerException
    at com.sun.tools.xjc.util.Util.equals(Util.java:67)
    at com.sun.tools.xjc.util.CodeModelClassFactory.createClass(CodeModelClassFactory.java:130)
    at com.sun.tools.xjc.util.CodeModelClassFactory.createClass(CodeModelClassFactory.java:77)
    to com.sun.tools.xjc.generator.bean.ImplStructureStrategy$ 1.createClasses(ImplStructureStrategy.java:78)
    at com.sun.tools.xjc.generator.bean.BeanGenerator.generateClassDef(BeanGenerator.java:410)
    at com.sun.tools.xjc.generator.bean.BeanGenerator.getClazz(BeanGenerator.java:442)
    to com.sun.tools.xjc.generator.bean.BeanGenerator. < init > (BeanGenerator.java:209)
    at com.sun.tools.xjc.generator.bean.BeanGenerator.generate(BeanGenerator.java:182)
    at com.sun.tools.xjc.model.Model.generateCode(Model.java:286)
    at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:252)
    at com.sun.tools.xjc.api.impl.s2j.SchemaCompilerImpl.bind(SchemaCompilerImpl.java:85)
    at oracle.j2ee.ws.common.tools.databinding.jaxb20.JAXB20TypeGenerator.generateJavaTypes(JAXB20TypeGenerator.java:121)
    at oracle.j2ee.ws.tools.wsa.SchemaTool.genValueTypes(SchemaTool.java:186)
    at oracle.j2ee.ws.tools.wsa.jaxws.JaxwsWsdlToJavaTool.getJAXWSModel(JaxwsWsdlToJavaTool.java:662)
    ... 24 more


    Any suggestion is appreciated. Thank you.

    ObjectFactory is a special class used by jaxb, then you must rename the class that is generated for the wsdl file. You can rename objects using a binding file, see here for more details:

    http://download.Oracle.com/javaee/5/tutorial/doc/bnbbf.html

  • Firefox can not deal with links to the Washington Post. Get the invalid URL error. Works fine on Safari, however.

    The home page of the Washington Post works very well. But if I try to open a link on this page, I get the message:
    Invalid URL
    The URL requested ' / wp-dyn/content/article/2011/03/05/AR2011030500289.html?nav=hcmodule ', is not valid.

    Reference #9.243b543f.1299342316.143eddb7

    The URL above is not the one shown when you move the link.

    Look in your tools-addons-extensions & see if you have "https anywhere" extension. If so, that's the problem. Click options, uncheck "Washington Post. That's all folks.

  • EMP 11.1.2.4: url error workspace

    Hi all

    We are on EMP 11.1.2.4 on redhat linux.

    We had applied the corrective update on EMP 11.1.2.3 EMP 11.1.2.4 upgrade.

    We have essbase and planning an application.

    After you apply the update, we have a weird problem with the url for the workspace.

    When enter us the workspace url in the web browser, it gets hang poping, loading only screen.

    http://Linux_server:19000 / workspace /.


    but when we are listening post like 28080 then it will ask for user name and password to connect.

    http://Linux_server:28080 / workspace /.


    After that we disconnected and again go to workspace url using the port 19000

    http://Linux_server:19000 / workspace /.

    then only it works, workspace is opened without any problem




    does anyone have idea?


    Kind regards

    Dattatray Mate

    Hi all

    problem has been solved now.

    everything I had put the entrance of 28080 first for foundation server as follow & delete the other entry,

    Another server as a windows server which have HFM server has been previously configured with this server as server of shared services and now these windows server now having its own services on the same server. so I deleted its mod_wl_ohs.conf file entries

    SetHandler weblogic-Manager

    WeblogicCluster EPM2.ind.XYZ.com:28080

    WLIOTimeoutSecs 6000

    Idempotent OFF

    SetHandler weblogic-Manager

    WeblogicCluster EPM2.ind.XYZ.com:28080

    WLIOTimeoutSecs 6000

    Idempotent OFF

    WLSocketTimeoutSecs 600

    Kind regards

    Dattatray Mate

  • Multiple URLS, error #1109

    Hello

    I'm new to Flash and AS3 so please bear with me

    I'm finishing a project ad that will go on the my school website. There are five ads (video clips) that allows to scroll once before coming to rest. From there, the user can hit a button nav (four video clips) to display a particular ad and click on it, taking him to an outside website or a page on our site. However, I hit a snag involving the #1109 error.

    Here's the actionscript code that I use for the first trailer (which works fine):


    var url1:URLRequest = new URLRequest ("http://www.google.com'");

    function onClick1(event:MouseEvent):void
    {
    navigateToURL (url1);
    }
    advert1.addEventListener (MouseEvent.CLICK, onClick1);
    advert1.buttonMode = true;

    When I copy, paste and make changes for the second link, like this:

    var url2:URLRequest = new URLRequest ("http://www.cnn.com'");

    function onClick2(event:MouseEvent):void
    {
    navigateToURL (url2);
    }
    advert2.addEventListener (MouseEvent.CLICK, onClick2);
    advert2.buttonMode = true;

    I get error 1109:

    TypeError: Error #1009: cannot access a property or method of a null object reference.
    at NBPL_ad_fla::MainTimeline/frame1()

    Does that mean, exactly?

    (I scoured the web for solutions and those that I managed to find either one) don't work or b) involve techniques of ActionScript, I'm not familiar with that.

    Any help offered would be greatly, greatly appreciated.

    to confirm:

    Comment mentioning advert2 all the code and see if the error message is no longer.

    or, better yet, click on file/publish setting/flash/permit debugging and check the number of the line referenced in your error message.

Maybe you are looking for