0 0

ERROR [ExternalService] Error sending message (mex={PartnerRoleMex#hqejbhcnphr75

Deployment of artifact InvokeAddServiceProj successful: [{http://MyTest.com/Test}Caller-15]
运用BPEL部署流程服务成功
但在test with explorer时出现这个错误:
org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found
at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:298)
at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:192)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:327)
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:206)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:374)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at org.apache.ode.axis2.SoapExternalService$1$1.call(SoapExternalService.java:206)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at

问题补充:依你这样看,应该怎么解决??
suziwen 写道
网络地址是不是没法解析到,IP被绑死了?


问题补充:http://MyTest.com/Test是命名空间,怎么改IP地址?
suziwen 写道
MyTest.com  使用IP地址代替


查看下网络流量信息


问题补充:错误是在Eclipse环境下开发BPEL加法服务,减法服务时出现的。
SOA 
2012年3月09日 20:18

2个答案 按时间排序 按投票排序

0 0

MyTest.com  使用IP地址代替


查看下网络流量信息

2012年3月10日 09:48
0 0

网络地址是不是没法解析到,IP被绑死了?

2012年3月09日 20:26

相关推荐

    完美运行版本的zookeeper-3.3.6

    # sending a request and getting an acknowledgement syncLimit=5 # the directory where the snapshot is stored. dataDir=E:\java\zookeeper-3.3.6\data # the port at which the clients will connect client...

    python设计源码.docx

    import smtplib from email.message import EmailMessageemail = EmailMessage() ## Creating a object for EmailMessageemail['from'] = 'xyz name' ## Person who is sendingemail['to'] = 'xyz id' ## Whom we ...

    zookeeper配置详解

    # The number of ticks that can pass between sending a request and getting an acknowledgement syncLimit=5 # the directory where the snapshot is stored. dataDir=C:/zookeeper-3.4.5/data # the port at ...

    uiautomation模块源码

    7. **注意事项** - 需要安装.NET Framework环境,因为Python-UIAutomation-for-Windows依赖于.NET库。 - 操作需要管理员权限,因为访问和控制GUI通常需要更高的权限。 - 由于是Windows特定的库,不适用于其他操作...

    JAVA设计模式 讲解.pdf

    # The number of ticks that the initial # synchronization phase can take initLimit=10 # The number of ticks that can pass between # sending a request and getting an acknowledgement

    activation和mail的jar包

    IOException while sending message; nested exception is: javax.activation.UnsupportedDataTypeException: no object DCH for MIME type text/plain; charset=UTF-8 解决上面问题的jar包

    进程的管道通信 进程管理

    使用系统调用pipe()建立一个管道,两个子进程分别向管道写信息,父进程则从管道读出来自子...Child 1 is sending message! Child 2 is sending message! 而父进程则从管道中读出来自于两个子进程的信息,显示在屏幕上

    zookeeper的部署.pdf

    # The number of ticks that can pass between # sending a request and getting an acknowledgement syncLimit=5 # the directory where the snapshot is stored. # do not use /tmp for storage, /tmp here is ...

    10种算法代码

    %为下一时隙的过程初始化tag_sending和tag_sending_num tag_sending=zeros(1,tag_num); tag_sending_num=0; end ``` 该代码实现了帧时隙算法,用于RFID标签识别。代码的主要思想是让标签随机选择时隙,并在该时隙...

    在Oracle运行操作系统命令

    RAISE_APPLICATION_ERROR(-20010, 'execute_system: Error while sending. Status=' || status); END IF; status := DBMS_PIPE.RECEIVE_MESSAGE(pipe_name, timeout); IF status <> 0 THEN RAISE_APPLICATION...

    网页特效代码 跟随鼠标的变色文字

    - **外层div**: `#sending` 定义了一个绝对定位的容器,初始位置为`top: 364px; left: 387px;`。 - **内层table**: 表格用于布局,背景颜色为橙色。 - **单元格(td)**: 单元格背景颜色为灰色,居中对齐,ID为`font1`...

    DC6008_irda_manager驱动程序和APK_20150914_1424.7z

    * {@link android.hardware.IrdaManager} for sending IR codes * with the IR emitter * * @see #getSystemService * @see android.hardware.IrdaManager */ public static final String IRDA_SERVICE...

    Node.js-Google云消息推送node的简单服务封装

    console.error(`Error sending message: ${error}`); throw error; } } } module.exports = FcmService; ``` 在这个类中,`sendMessage`方法接受设备的FCM令牌和一个包含通知和数据的消息对象。`sendToDevice`...

    distributed:分布式是基于Next.js的Jamstack应用程序,用于实时社交聊天

    # Sendgrid api key for sending invites SENDGRID_API_KEY=xxxxxxxx # Twilio api key/secret/sid for audio/video calls TWILIO_API_KEY=xxxxxxx TWILIO_API_SECRET=xxxxx TWILIO_ACCOUNT_SID=xxxxxx 然后只需执行...

    必须收藏的23个php实用代码片段

    echo 'Error sending email.'; } } ``` 这些代码片段对于PHP初学者来说是非常实用的,它们不仅提供了具体的功能实现,还展示了如何与其他服务进行集成。通过理解和修改这些代码,你可以更好地掌握PHP在实际项目中...

    camel-manual-2.0

    Endpoints are the starting and ending points of routes and represent external systems or services, such as databases, message brokers, or web services. Processors are responsible for transforming and ...

    安卓自定义崩溃异常

    Log.e("App", "Error sending crash report", t); } }); } ``` 以上就是自定义崩溃异常的基本实现。通过这种方式,我们不仅可以提供更好的用户体验,还可以收集到有价值的错误信息,帮助开发者快速定位并修复...

    Linux管道通信(附实验报告)(附源代码)

    编写程序实现进程的管道通信。用系统调用pipe( )建立一管道,二个子进程P1... Child 1 is sending a message! Child 2 is sending a message! 父进程从管道中读出二个来自子进程的信息并显示(要求先接收P1,后P2)。

    CS.NET中用System.Web.Mail发送邮件

    System.Console.WriteLine("Sending outgoing message with attachment"); SmtpMail.Send(message); } catch (System.Web.HttpException exHttp) { System.Console.WriteLine("Exception occurred: " + exHttp...

Global site tag (gtag.js) - Google Analytics