Problem with WebService Introspection

I get an error when I try to use the wizard of Webservice Introspection of Flex Builder 3 Beta 2. The wizard can find the service and I can see the methods exposed on the service, but when I try to complete the wizard, so that the ActionScript object are created, I get the following error. "The WSDL definition could not be parsed. The wizard cannot complete successfully. "I can call to the webservice of ActionScript/MXML and it works as it should. The service is just a simple method that takes no arguments and returns the string 'Test '. The Web service is running on my local system of ColdFusion 8. Am I missing something?

Thank you
Pat

Hi Pat,

It is a known problem in Flex Builder Beta2. ColdFusion 8 uses 1 shaft in the back-end for the generation of web services. The Assistant of the Webservice Introspection uses the 2 axis, and by default, that they are not compatible, we work on making the two compatible, at least to the extent of the ActionScript.

Cristian

Tags: Flex

Similar Questions

  • Problem with WebService WSDL

    Hi all.

    I have a component that calls a Web service to fill some labels - very simple really. However, I do not want to hardcode the wsdl in the code string - I want to be able to be driven from an xml file in the same folder as the swf file. There is no problem reading the value from the XML using an HTTPService (I can get it to display successfully on a label, for example), but when I try to use this value for the wsdl of the Web service I get the following error: "cannot access a property or method of a null object reference. The two send() functions are called on the event creationComplete of the Panel container, one immediately after the other - is there something I need to do between the two? I know that the Web service works because I can call from a button - but I can not put a button - I need to all be done automatically.

    Here is the code in question snippetts:

    "" < mx:Panel xmlns:mx = ' http://www.adobe.com/2006/mxml ' layout = "absolute".
    width = "280" height = "200" title = "Broker details"
    creationComplete = "{loadBrokerDetails (event)}" >

    < mx:Script >
    <! [CDATA]
    private void loadBrokerDetails(event: Event): void
    {
    Read in the location of the web service of the settings xml file
    xml_Settings.send ();
    Call the web service to retrieve the details of broker
    ws_SourceCommon.loadWSDL (xml_Settings.lastResult.Settings.SourceCommonWebService);
    ws_SourceCommon.getBroker.send (); Change of State of play the transition
    currentState = "DisplayState";
    }
    []] >
    < / mx:Script >

    <!-app settings XML (custom file created by our care) - >
    < mx:HTTPService id = url = "settings_BrokerDetails.xml" / "xml_Settings" >

    <! - web service to extract the broker details - >
    <!-I have tried to adjust the string wsdl here, but do not even have a mistake: it simply doesn't work->
    < mx:WebService
    ID = "ws_SourceCommon".
    useProxy = "false".
    showBusyCursor = "true" >

    <!--> Declaration of the method GetBroker
    < mx:operation name = "getBroker" >
    < mx:request >
    < brokerId > {selectedBroker} < / brokerId >
    < / mx:request >
    < / mx:operation >
    < / mx:WebService >

    Hi - Thanks for the response. You are absolutely right: I arrived at the end of my own - I now get faced with using events. Should have posted the answer myself but I forgot.

    Bravo anyway

  • problem with webservice and datagrid

    I am filling a datagrid with a set of results from a CF webservice and everything works fine except when I add the datagridcolumns. It seems to fill the grid, but all the lines are white.

    This is a basic Web service call that returns a result set of a search for the query and if I do not add the datagridcolumns it works fine, but as soon as add the datafridcolums it seems to fill the grid, but all lines are empty.

    Here is the MXML that works: uncomment the datagridcolumns and it does not display the data.

    <? XML version = "1.0"? >
    <!-simple example to demonstrate the WebService tag. ->
    "< mx:Application xmlns:mx = ' http://www.adobe.com/2006/mxml" > "

    "" < mx:WebService id = "ws" wsdl = " http://localhost/mydata.cfc?wsdl"
    useProxy = "false" >
    < mx:operation name = "getMyData" >
    < mx:request >
    < user name > {userId.text} < / userId >
    < / mx:request >
    < / mx:operation >
    < / mx:WebService >


    < mx:Panel title = "Example of WebService" height = "75%" width = "75%".
    paddingTop = "10" paddingBottom = "10" paddingLeft = "10" paddingRight = "10" >

    < mx:Label width = '100% ', color = 'blue '.
    Text = "enter user name" / >

    < mx:TextInput id = "userId" text = "" / >
    < mx:Button label = "Get the items" click = "ws.getMyData.send ()" / >

    < mx:DataGrid id = "dg" width = "100 percent" dataProvider = "{ws.getMyData.lastResult}" >
    <!-< mx:columns >
    < mx:DataGridColumn dataField = "col1" headerText = "Col 1" / >
    < mx:DataGridColumn dataField = "col2" headerText = "Col 2" / >
    < mx:DataGridColumn dataField = "col3' headerText ="Col 3"/ >
    < mx:DataGridColumn dataField = "col4" headerText = "Col 4" / >
    < / mx:columns >->
    < / mx:DataGrid >

    < / mx:Panel >
    < / mx:Application >

    WebService:

    < cfproperty >

    < cffunction access = "remote" name = "getMyData" output = "" returntype = "query" >

    < name cfargument = "userId" type = "string" required = "yes" >

    < cfquery name = "thisQuery" datasource = "somedsn" >
    SELECT
    col1, col2, col3 col4
    Of
    sometable
    WHERE
    userId = "#userId #
    < / cfquery >

    < cfreturn thisQuery >

    < / cffunction >

    < / cfproperty >

    all of the examples I looked at simply use the column name to bind to the column of the grid... What don't get me? Thank you.

    Thank you, that's what I thought and if you look at the commented code that's what I did...

    However, it turns out that... that the Web service returns the column names in all CAPS... I did a dump test and noticed just so the fields were empty until I changed the dataField = "COL4" ex...

    its case...

  • How can I update the rubrics with WebServices?

    How can I update the rubrics with WebServices?

    /Anyone/ has some success with this?

    It becomes important to our business objectives in order to solve the problems within the control elements.

    I can't enter the number of line by line in order to uniquely identify it. How can I get that number, so I can send it with xml "update"?

    A little nudge in the right direction would be much appreciated.

    Aaron.

    You must use a field on the form as the one on the line items, NOT the line number that appears in the journal of the line item. If I understand correctly, the LineItemIdentifier can be any field on the form, even the short description. It is best if you know you will use web services to update the line items, you add a (potentially hidden) field to the form and fill that with unique values when positions are created. If you are working with existing elements of line, then you must choose a field that will be usually unique within a single record and hope, you don't have a lot of duplicates.

  • Problem with Integrated Weblogic Server in JDeveloper

    Hello

    I use JDeveloper version: 11.1.1.7

    I am facing problem with the Weblogic Server integrated into JDeveloper.

    When I start the server, the log shows as follows:

    Using the 7101 port *.

    D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\bin\startWebLogic.cmd

    [waiting for the server to complete its initialization...]

    .

    .

    Memory of JAVA arguments: - Xms768m-Xmx768m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512 m

    .

    Start mode of WLS = development

    .

    CLASSPATH=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\lib\sdoapi.jar;D:\fmwps6\ORACLE~1\modules\oracle.jdbc_11.1.1\ojdbc6dms.jar;D:\fmwps6\patch_wls1035\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\fmwps6\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;D:\Java\JDK16~1.0_5\lib\tools.jar;D:\fmwps6\WLSERV~1.3\server\lib\weblogic_sp.jar;D:\fmwps6\WLSERV~1.3\server\lib\weblogic.jar;D:\fmwps6\modules\features\weblogic.server.modules_10.3.5.0.jar;D:\fmwps6\WLSERV~1.3\server\lib\webservices.jar;D:\fmwps6\modules\ORGAPA~1.1/lib/ant-all.jar;D:\fmwps6\modules\NETSFA~1.0_ 1/lib/Ant-contrib.jar;D:\fmwps6\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;D:\fmwps6\WLSERV~1.3\common\derby\lib\derbyclient.jar;D:\fmwps6\WLSERV~1.3\server\lib\xqrl.jar;;D:\ fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\config;D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\lib\stringtemplate-2.3b6.jar

    .

    PATH=D:\fmwps6\patch_wls1035\profiles\default\native;D:\fmwps6\patch_jdev1111\profiles\default\native;D:\fmwps6\WLSERV~1.3\server\native\win\x64;D:\fmwps6\WLSERV~1.3\server\bin;D:\fmwps6\modules\ORGAPA~1.1\bin;D:\Java\JDK16~1.0_5\jre\bin;D:\Java\JDK16~1.0_5\bin; C:\Program Files\Common Files\Microsoft Shared live; C:\Program Files (x 86) \Common Files\Microsoft Shared live; C:\oraclexe\app\oracle\product\11.2.0\server\bin;;D:\ ADE\bin; C:\Windows\System32; C:\Windows; C:\windows\System32\Wbem; C:\windows\System32\WindowsPowerShell\v1.0\; C:\Program Widcomm logiciels\. C:\Program Widcomm Software\syswow64;D:\Java\jdk1.6.0_51\bin;D:\Softwares\apache-ant-1.7.1\bin. C:\Program Files (x 86) \Windows Live\Shared;D:\fmwps6\WLSERV~1.3\server\native\win\x64\oci920_8

    .

    ***************************************************

    * To start WebLogic Server, use a username and *.

    * password assigned to an administrator-level user.  For *.

    * server administration, using the WebLogic Server *.

    * the http://hostname:port\console console *.

    ***************************************************

    from weblogic with the Java version:

    Java version "1.6.0_51".

    Java (TM) SE Runtime Environment (build 1.6.0_51 - b31)

    Java for 64-bit Server VM (build 20, 51 - b02, mixed mode)

    WLS starting with line:

    "D:\Java\JDK16~1.0_5\bin\java-client-Xms768m-Xmx768m - XX: CompileThreshold = 8000 - XX: PermSize = 128 m - XX: MaxPermSize = 512m-Dweblogic.Name=DefaultServer-Djava.security.policy=D:\fmwps6\WLSERV~1.3\server\lib\weblogic.policy - agentlib: jdwp = transport = dt_socket, server = o, address =-Djavax.net.ssl.trustStore=D:\fmwps6\wlserver_10.3\server\lib\DemoTrust.jks 49879 - Dhttp.proxyHost = www-proxy.idc.oracle.com-Dhttp.proxyPort=80"-Dhttp.nonProxyHosts = localhost | 127.0.0.1 | rnaguban - in '-Dhttps.proxyHost = www-proxy.idc.oracle.com-Dhttps.proxyPort=80 "-Dhttps.nonProxyHosts = localhost | 127.0.0.1 | rnaguban -»-Doracle.jdeveloper.adrs=true-Dweblogic.nodemanager.ServiceEnabled=true-Duim.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM-Dweblogic.log.Log4jLoggingEnabled_uim=true-Dlog4j.configuration_ = UIM loggingconfig.xml-Duim.logging.watchdog.timer=5000-Djava.io.tmpdir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\tmp-Dweblogic.management.discover.retries=6-DtestConfig.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\UIM\testConfig-Dsun.lang.ClassLoader.allowArraySyntax=true - XX : - UseSSE42Intrinsics - DUSE_JAAS = faux - Djps.policystore.hybrid.mode=false-Djps.combiner.optimize.lazyeval=true-Djps.combiner.optimize=true-Djps.authz=ACC - Xverify : aucun-da-Dplatform.home=D:\fmwps6\WLSERV~1.3-Dwls.home=D:\fmwps6\WLSERV~1.3\server-Dweblogic.home=D:\fmwps6\WLSERV~1.3\server-Djps.app.credential.overwrite.allowed=true-Dcommon.components.home=D:\fmwps6\ORACLE~1-Djrf.version=11.1.1-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger-Ddomain.home=D:\fmwps6\JDEVEL~1\SYSTEM~ 1.93\DEFAUL ~ 1- Djrockit.optfile=D:\fmwps6\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt-Doracle.server.config.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\servers\DefaultServer-Doracle.domain.config.dir=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1-Digf.arisidbeans.carmlloc=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\carml-Digf.arisidstack.home=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\FMWCON~1\arisidprovider-Doracle.security.jps.config=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\config\fmwconfig\jps-config.xml-Doracle.deployed.app.dir=D:\fmwps6\ JDEVEL~1\SYSTEM~1.93\DEFAUL~1\servers\DefaultServer\ tmp\_WL_user-Doracle.deployed.app.ext=\--Dweblogic.alternateTypesDirectory=D:\fmwps6\ORACLE~1\modules\oracle.ossoiap_11.1.1,D:\fmwps6\ORACLE~1\modules\oracle.oamprovider_11.1.1,D:\fmwps6\ORACLE~1\modules\oracle.jps_11.1.1-Djava.protocol.handler.pkgs=oracle.mds.net.protocol-Dweblogic.jdbc.remoteEnabled=false-Dwsm.repository.path=D:\fmwps6\JDEVEL~1\SYSTEM~1.93\DEFAUL~1\oracle\store\gmds-Dweblogic.management.discover=true-Dwlw.iterativeDev=-Dwlw.testConsole=-Dwlw.logErrorsToConsole=-Dweblogic.ext.dirs=D:\fmwps6\patch_wls1035\profiles\default\sysext_manifest_classpath;D:\fmwps6\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic. Server

    Listening to dt_socket to address transport: 49879

    The debugger is connected to the local process.

    < 16 August 2013 19:19:43 IST > < Info > < security > < BEA-090905 > < disabling CryptoJ JCE provider auto-intégrité for better startup performance. To allow this control, enter - Dweblogic.security.allowCryptoJDefaultJCEVerification = true >

    < 16 August 2013 19:19:43 IST > < Info > < security > < BEA-090906 > < change the default Random Number Generator in RSA CryptoJ of ECDRBG to FIPS186PRNG. To disable this change, specify - Dweblogic.security.allowCryptoJDefaultPRNG = true >

    < 16 August 2013 19:19:44 IST > < Info > < WebLogicServer > < BEA-000377 > < since Java hotspot 64-bit Server VM WebLogic Server Version 20, 51 - b02 Sun Microsystems Inc. >

    < 16 August 2013 19:19:44 IST > < Info > < management > < BEA-141107 > < Version: WebLogic Server temporary fix for BUG13114768 Sat Jan 21 16:14:44 IST 2012

    WebLogic Server 10.3.5.0 Fri Apr 1 20:20:06 PDT 1398638 2011 >

    < 16 August 2013 19:19:47 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 16 August 2013 19:19:47 IST > < Info > < WorkManager > < BEA-002900 > < self-adjusting Initializing of thread pool >

    < 16 August 2013 19:19:47 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:19:47 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00115. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log. >

    < 16 August 2013 19:19:47 IST > < opinion > < Log Management > < BEA-170019 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log server log file is opened. All events in the log server-side will be written to this file. >

    < 16 August 2013 19:19:56 IST > < opinion > < security > < BEA-090082 > < security initialization using security realm myrealm. >

    < 16 August 2013 19:20 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:20 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log00066. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\access.log. >

    August 16, 2013 19:20:05 oracle.ods.virtualization.engine.util.VDELogger info

    INFO: Sent Notification of mapping object config reloaded

    August 16, 2013 19:20:05 oracle.ods.virtualization.engine.util.VDELogger info

    INFO: Sent Notification of mapping object config reloaded

    < 16 August 2013 19:20:18 IST > < opinion > < WebLogicServer > < BEA-000365 > < server changed to STANDBY status >

    < 16 August 2013 19:20:18 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed initially >

    < 16 August 2013 19:20:20 IST > < WARNING > < JDBC > < BEA-001552 > < data source for logging last resource (LLR) InventoryTxDataSource does not work when it is a participant in a global transaction that spans several WebLogic Server instances because JDBC remote support is disabled. LLR will work in one configurations. >

    < 16 August 2013 19:20:22 IST > < WARNING > < JDBC > < BEA-001110 > < no table test didn't put in place for the pool "SDM-commsRepository" Connections will be tested. >

    < 16 August 2013 19:20:39 IST > < WARNING > < security > < BEA-090668 > < ignored the role 'Admin' resource deployment ' type = < url >, application is DMS Application #11.1.1.1.0, contextPath = / dms, uri = / ">".

    < 16 August 2013 19:20:58 IST > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored, because the application UIMCMWSAdapter is not versioned. >

    < 16 August 2013 19:21:11 IST > < WARNING > < J2EE > < BEA-160195 > < application version of the lifecycle event listener oracle.security.jps.wls.listeners.JpsAppVersionLifecycleListener is ignored because the oracle.communications.inventory application is not versioned. >

    < TableBuilder > < _buildSchema > metric "webcache:request_filter_denied_stats" table has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Information ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Performance ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Server_Response ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Reports_Servlet_Response ' has no key column.  It will not be seen.

    < TableBuilder > < _buildSchema > metric table "reports: Remote_Bridge_Elements ' has no key column.  It will not be seen.

    < ConfigurationUtil > < getProperties > was not able to load runtime - poms.properties

    < 16 August 2013 19:21:52 IST > < error > < Net > < BEA-000903 > < could not communicate with the proxy: www-proxy.idc.oracle.com/80. Try to login www.terracotta.org/80 now.

    java.net.UnknownHostException: www-proxy.idc.oracle.com

    at java.net.Inet6AddressImpl.lookupAllHostAddr (Native Method)

    in java.net.InetAddress$ 1.lookupAllHostAddr(InetAddress.java:876)

    at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1229)

    at java.net.InetAddress.getAllByName0(InetAddress.java:1180)

    at java.net.InetAddress.getAllByName(InetAddress.java:1110)

    Truncated. check the log file full stacktrace

    >

    < 16 August 2013 19:21:53 IST > < error > < Net > < BEA-000903 > < could not communicate with the proxy: www-proxy.idc.oracle.com/80. Try to login svn.terracotta.org/80 now.

    java.net.UnknownHostException: www-proxy.idc.oracle.com

    at java.net.InetAddress.getAllByName0(InetAddress.java:1184)

    at java.net.InetAddress.getAllByName(InetAddress.java:1110)

    at java.net.InetAddress.getAllByName(InetAddress.java:1046)

    at weblogic.net.http.HttpClient.openServer(HttpClient.java:309)

    at weblogic.net.http.HttpClient.openServer(HttpClient.java:414)

    Truncated. check the log file full stacktrace

    >

    < LoggerHelper > < Journal > cannot map non-serializable type "interface oracle.adf.mbean.share.config.runtime.resourcebundle.BundleListType" to open MBean Type for mbean interface oracle.adf.mbean.share.config.runtime.resourcebundle.AdfResourceBundleConfigMXBean, attribute BundleList.

    < AdfDiagnosticsJarsVersionDumpImpl > < dumpVersionInfo > version jars discharge path: D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\oracle.communications.inventory-Versions.csv

    < FeatureUtils > < _resolveFeatures > Ignoring feature-dependency on the function "AdfDvtCommon".  There is no such feature.

    ATTENTION: From post-deployment of ADF library jar on WebLogic Server. "Provider-lazy-inited" init-param missing LibraryFilter? Ignore this warning if the ADFJspResourceProvider is not used.

    On the road: ADF library non-ADFJspResourceProvider after deployment

    Finishing: ADF library non-ADFJspResourceProvider after deployment (millis): 223

    < 16 August 2013 19:22:08 IST > < opinion > < LoggingService > < BEA-320400 > < D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log log file will be rotated. Reopen the log file if stopped tailings. This can happen on some platforms such as Windows. >

    < 16 August 2013 19:22:08 IST > < opinion > < LoggingService > < BEA-320401 > < log file was shot in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00118. Log messages will continue to be logged in D:\fmwps6\jdeveloper\system11.1.1.7.40.64.93\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log. >

    < 16 August 2013 19:22:08 IST > < opinion > < Log Management > < BEA-170027 > < server has established the connection with the Service of diagnosis level domain successfully. >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < server status changed to ADMIN >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed for RESUMING >

    < 16 August 2013 19:22:09 IST > < opinion > < Server > < BEA-002613 > < Channel "Default" is now listening on 14.96.8.250:7101 for iiop, t3, ldap, snmp, http protocols. >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000331 > < started WebLogic Admin Server "DefaultServer" domain "DefaultDomain" running in development Mode >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000365 > < Server State has changed in the RACE >

    < 16 August 2013 19:22:09 IST > < opinion > < WebLogicServer > < BEA-000360 > < server started operation >

    But it does not list the server while deploying the application.

    I don't see the problem to my office network. But I have this problem when I work from my home.

    Ideally, it should show the following lines after the server is started:

    DefaultServer startup time: 195467 ms.

    DefaultServer began.

    This is not the case if I start the server without network.

    How can I solve this problem?

    Thank you

    Ravi

    I see some message on a proxy. Have you checked that you can use the proxy on your network?

    If this isn't the case, you must disable the proxy.

    Timo

  • Problem with flight

    Hello

    I created a simple bpel process using the flight activity.
    An entry for the bpel process is a bunch of names of employees. I get the number of names and setting the value of N in bpelx: stolen.
    Inside the activity of flight, I have an assign activity to map to the input of entrance ename of an invoke activity variable. Until this part it works great. For several streams of the assign activity correctly maps the names of the employees of entry. But the problem is the invoke activity.
    In the invoke activity, the entrance is always defined as the value of the first Ename and webservice is always called with this entry. Although the entitlement activity assign ename call properly - activity always picks up the ename first entry.
    I put my bpel code and sample entry. Pls know me if I'm missing something.
    < sequence name = 'hand' >
    <!-receive entries of applicant. (Note: this action maps to an operation defined in FetchEmployeeInfo.wsdl)->
    < name = "receiveInput" = "fetchemployeeinfo_client" portType = partnerLink ' client: FetchEmployeeInfo "operation = the variable 'process' ="variableentree"createInstance ="yes"/ >

    <!--
    Asynchronous callback to the applicant. (Note: the location and the callback correlation id is handled seamlessly by using WS-addressing.)
    ->
    < assign the name = "Assign_1" >
    < copy >
    < expression = "count (bpws:getVariableData('inputVariable','payload','/ns1:Employee/ns1:EName'))" / >
    < variable = "FlowN_1_Variable" / >
    < / copy >
    < / assign >
    < bpelx: flight name = "FlowN_1" indexVariable = "FlowN_1_Variable_1".
    N = "bpws:getVariableData('FlowN_1_Variable')" >
    <>sequence
    < assign the name = "Assign_2" >
    < copy >
    < expression = "bpws:getVariableData('inputVariable','payload','/ns1:Employee/ns1:EName[$FlowN_1_Variable_1]')" / >
    < variable = "Invoke_1_getEmployeeEOView1_InputVariable."
    part "Parameters".
    Query = "/ ns3:getEmployeeEOView1 / ns3:ename" / >
    < / copy >
    < / assign >
    < call name = "Invoke_1".
    variableentree = "Invoke_1_getEmployeeEOView1_InputVariable".
    outputVariable = "Invoke_1_getEmployeeEOView1_OutputVariable."
    partnerLink = "EmpService."
    portType = "ns2:EmployeeService."
    operation = "getEmployeeEOView1" bpelx: for = "" P"" / >
    < assign the name = "Assign_3" >
    < copy >
    <from expression="concat(bpws:getVariableData('Invoke_1_getEmployeeEOView1_OutputVariable','parameters','/ns3:getEmployeeEOView1Response/ns3:result/ns2:Gender'),' ',bpws:getVariableData('Invoke_1_getEmployeeEOView1_OutputVariable','parameters','/ns3:getEmployeeEOView1Response/ns3:result/ns2:Address'),'---',bpws:getVariableData('outputVariable','payload','/ns1:result'))"/>
    < variable = part of the 'outputVariable"="payload ".
    Query = "/ ns1:result" / >
    < / copy >
    < / assign >
    < / sequence >
    < / bpelx: flight >
    < call name = "callbackClient" = "fetchemployeeinfo_client" portType = partnerLink ' client: FetchEmployeeInfoCallback "operation ="processResponse' variableentree = "outputVariable" / >
    < / sequence >

    entry
    ---------
    < xmlns:soap: envelope soap "http://schemas.xmlsoap.org/soap/envelope/" = >
    < xmlns:ns1 soap: Body = "http://www.example.org/flow" >
    < ns1:Employee >
    Balaji < ns1:EName > < / ns1:EName >
    Kiss < ns1:EName > < / ns1:EName >
    < / ns1:Employee >
    < / soap: Body >
    < / envelope soap: >

    Result
    ---------
    Although the maps 'Barry' and 'Kiss' correctly in Assign_2 assign activity. The next step still takes "Barnier. Any thoughts?

    Thank you
    Barro

    Hello

    I had the same problem, and I solved it by:

    -in order, add a scope and set the variable Invoke for this scope. Actually, you get a local instance of the variable for each managed instance.

    -in the context of flight even define the partner link, you intend to call (if you wait until an asynchronous response).

    10.1.3.4 and partner JDev I had problems with part 2, creating a link with the stolen range always seemed to cause Jdev declare as incomplete/corrupt XML. In the end, I defined the partner link in the world, and then he moved to the correct location by using an external editor. Jdev complains again, but deploys the workflow and the features I'll be waiting.

    Anit

  • problems of WebService

    Problems with this Web sudoku service. Not sure if the problem is with the webservice or with flex 3. Anyone?
    I get results when I call newpuzzle without parameters.

    What is the problem?

    As debugging is very difficult, I suggest to withdraw statements mx:request and construction of the object of the application have you, so that you can check that your settings have the values that you think they. If the synchronization or other problems result in nulls "symm" or "diff" you'll know.

    Tracy

  • problems with, phone, 6, Bluetooth kit, Nissan, after update, for, Rios, 1.0.2

    After the update to ios 10.0.2 - trying to use bluetooth to call my vehicle, it says: "this article is not in your phone book." How can I solve this problem?

    Greetings, joybelino1!

    Thank you for joining the communities Support from Apple! I can't wait to see that you are having problems with your Bluetooth in your car! The good news is that Apple has a great article that will help you with measures to try to resolve the problem. Read this article to gethelp to connect your iPhone, iPad, or iPod touch with your car radio. Even though he talks about problems with the connection, it also has the steps for other questions you may have once connected.

    If you use Bluetooth

    1. Consult the user manual of your car stereo to get the procedure to a Bluetooth device.
    2. On your iOS device, drag up to open Control Center, then press ontwice to turn on Bluetooth and turn it back on.
    3. Restart your iOS device.
    4. On your iOS device, Cancel the twinning of your car radio. On the screen of your car désapparier your iOS device and any other device. Restart your car and your iOS device, then pair and connect again.
    5. Update your iOS device.
    6. Install the updates to the firmware of your car radio.
    7. If you still not connect, contact Apple technical support.

    Have a great day!

  • Anyone having problems with WiFi connectivity after upgrade to Sierra?

    I was wondering if anyone else knows issues with WiFi connectivity since the upgrade to Sierra 10.12? I have not had any problems with connectivity WiFi previously on El Capitan. Now I have regular randomly loose connectivity. My internet is cable and when it is connected I have a 100% connection. My details of iMac and I have used only 10% of my storage.

    No problem with my iphone 6.

    Hello AspDesigns,

    I understand that, since the upgrade to Mac OS Sierra, your Mac seems to have trouble staying connected to Wi - Fi. Fortunately the diagnosis built-in wireless can help identify the source of so much trouble.

    Search for Wi - Fi using your Mac problems

    See you soon!

  • Problems with mail after switching to macOS Sierra

    Hey all

    After having recently upgraded to macOS Sierra, I am unable to read my mail.

    I get the following error every time I check on "Get Mail".

    There may be a problem with the mail server or the network. Check the account settings "*" or try again.

    The server returned the error: Mail could not connect to the server 'pop1.tribcsp.com' using SSL on the default ports. Verify that this server supports SSL and that your account settings are correct.

    What does this error message mean and how can I solve this problem.

    Thank you

    Hi Michael,

    I see your message that you get an error in the mail indicating that there is a problem with the mail server or the network.  To help get this problem resolved, I suggest that you follow the steps below:

    If mail refers to a problem with the mail server, or the network

    Mail will say that it is impossible to connect due to a problem with the mail server or the network. For example, the message may refer to a connection that has expired, or too many simultaneous connections:

    If you are connected to the Internet, but the connection has expired, your email provider might be affected by a discontinuance of service. Contact them or see their status Web page to ensure that their e-mail service is online. Examples of status pages:

    If the message indicates the number of simultaneous connections, too many of your devices is check your e-mail account at the same time. Quit Mail on one or more of your other devices.

    If you are still unable to send or receive e-mails

    1. Make sure that you have installed latest version of the Mac software updates, especially if the problem occurred immediately after the installation of a previous update.
    2. In OS X El Capitan or later version, you can see a status icon and the short error message in the upper right of the Mail window, under the search box. The message may indicate 'Network offline' or 'Connection failed', for example. Click the message to see more details on the issue.
    3. Check your connection to the Mail connection doctor. It might be able to say more on the issue.

    If you cannot send or receive e-mail on your Mac.

    Take care.

  • iMac 27 "mid-2011 - Intermittent problem with CPU fan running at full speed and sleep mode.

    Hello!

    My iMac 27 "has an intermittent problem with the CPU fan runs at full speed. Sometimes it happens at the time when I start it, sometimes only in my session, and sometimes only after a certain time. So does seem to be a problem of "heating".

    Second issue is with the mode 'sleep'. It may occur also at any time, at the start of the iMac, session, or after a certain time. But once he starts to go in mode 'sleep', when I wake up, it goes right back in mode after a few seconds and that it will continue indefinitely until I restart the computer.

    What could be?

    Please help me!

    4ntoine

    Here is my model of iMac:

    iMac 27 "mid-2011 model 12.2

    Intel Core i7 3.4 GHz

    AMD Radeon HD 6970M 1024 MB

    OS X El Capitan 10.11.6
    SMC 1.72f2

    Boot ROM IM121.0047.B23

    reset the SMC

    Reset the management system (SCM) controller on your Mac - Apple Support

  • problem with playing the clash of clans

    I'm having some problems while playing the clash of clans on my 2 mini ipad screen does not seem to meet sometimes as if it was some sort of delay so I have to tap several times in order to use a filter or throw the troops on the battlefield.

    Hi Trinitygr,

    Thanks for posting in the Community Support from Apple! I understand that you are having problems with your iPad screen while playing a game. I like to play games on my iPad and I don't see how this could be a nuisance. I'm happy to offer assistance.

    Are you only had this problem when using the app clash of Clans, or does it happen in all applications? I recommend to start by following the steps described in this article:
    If an application you have installed unexpectedly closes, unresponsive, or does not open

    Take care!

  • I'm having problems with an outdated Apple ID

    I have problems with updating Apps etc in my Apple account because he always asked an obsolete in sign.  How can I change this?

    Hello

    Go down to itunes apple ID Delete page homepage all ID and then add it back back.

    See you soon

    Brian

  • Anyone having problems with the new iPhone LTE connection 7 on Verizon?

    I am now on my iPhone second 7 with Verizon. I had four phones for me and my family. I have now had issues where I have no signal in the same areas where my signal allows to be strong. I can't solve the problem with the activation/deactivation of the airplane and then mode again in normal mode. My phone will rest with no signal for 5 minutes, then going to LTE with three bars. I also had the problem where I had only 1 x signal, while my son standing right next to me has LTE. And he had the same questions, where I'm on LTE and it gets no signal. I use to have LTE where I live and work all the time, now it's spotty at best. Apple has replaced me and my sons iPhones but not luck. Still do. Any ideas or an any other suffering?

    (1) go to settings/cell phone/cellular data Options/enable LTE and select ONLY the DATA. This seems to solve the problem (as a temporary solution) for most of the people affected by this problem. The bad part is your request might not be as clear (since they cannot use the highest LTE signals) and you can make calls and data at the same time. But it does not solve the issue.

    (2) there are rumors (but you didn't hear that from me that we only are not supposed to discuss beta software program Apple in this forum) that the new version of Apple Beta for iOS (which also includes an update of the software carrier Verizon to 26.0) seems to solve this problem. So, there's a light at the end of the tunnel.

  • Problem with some fonts of symbols after the installation of the Sierra

    Hello

    I have recently upgraded the OS on my iMac late 2012 for Sierra, since doing so, I noticed a problem with several fonts.

    All symbolic symbols Apple to Wingdings fonts not correctly displayed in the font book. Apple symbols looks like a standard wheelbase of san, and other symbolic fonts just show as question marks '?' where the images should be.

    In text editing, that I can't even see the symbolic fonts like Zapf Dingbats and Wingdings in the selector. However, they all work well in Adobe Illustrator (CS5) and Microsoft Word 2011. Apple symbols still looks like a standard font.

    I already tried the following:

    1. check the fonts in font book

    2 fix the duplicates in the font book

    3. using the "Restore Standard fonts" option in the font book

    4 deleting a file in the folder Preferences plist Fonts

    5 deleted the cache of police and the database

    I'm out of ideas. Has anyone else had the same problem found a fix?

    Kind regards

    Greville

    I'm just to add that I used the recovery partition to do a clean install of Sierra on a hard drive external and then booted into it to see if it had the same problem.

    And he does. Wingdings and other photo fonts appear as '?' in boxes where the letters must be in the font book.

    So this seems like a problem with the way Sierra displays these fonts, not with the font files themselves.

Maybe you are looking for