Error propagation with ANT

Hello, I have done a merge with 2 inventories, the first is from my local server with an EAR, the second is from other server (it was charged with a DUMP). The problem is at the propagation moment (by ANT), it throws errors like the following.
<11-01-2012 11:11:53 AM CLST> <Error><InventoryServices> <BEA-000000> <Unable to create inventory node [Application:portalservices:PortalMovistarWeb.WebApp:PortalMovistarWeb.Library:PortalMovistar_portals_PT_PortalMovistar_portal_book_1.Book:PortalMovistar_portals_PT_PortalMovistar_portal_book_1.Localization] because parent node [PortalMovistar_portals_PT_PortalMovistar_portal_book_1.Book] was notfound.>
<11-01-2012 11:11:53 AM CLST> <Error> <InventoryServices> <BEA-000000> <The TOCImporter could not create inventory node[PortalMovistar_portals_PT_PortalMovistar_portal_book_1.Localization] of type [PF_LOC_NODE].>
ERROR (11-01-2012 10:58:46 AM CLST):[Application:portalservices:PortalMovistarWeb.WebApp:PortalMovistarWeb.Library:c.Book:PortalMovistar_Persona_IC_internetMovil.BookMember:PortalMovistar_Persona_IC_internetMovil.Book:PortalMovistar_Persona_IC_internetMovil_Contr.BookMember:PortalMovistar_Persona_IC_internetMovil_Contr.Page:PL_084_CM_ProductoInternetMovil_3.PageMember:PL_084_CM_ProductoInternetMovil_3.PortletInst] failed to [add]
I had never had this kind of error, I hope you can help me.
Thanks.

Propagation issues are difficult to diagnose. I would suggest opening up a Support ticket with Oracle to get help with your issue.
Brad

Similar Messages

  • Propagation with ant scripts

    Hi all,
    I'm trying to propagate repositories from one server to another, using propagation tools for ant scripts.
    There are some documention on how to do this, but I get errors that are not explained in these documents.
    Is there any further documentation available on this issue?
    Thx
    Steffen Vogdrup

    1st - There is a WLP specific forum, this one is for WLS:
    WebLogic Portal
    2nd - You should review this propagation guide by one of the WLP Architects:
    http://wlp.bea.com/docs/PropagationToolFieldGuide_v92.htm

  • Error while building Web Services for Invoking PL/SQL with ANT

    Hello,
    i tried to build the demo- webservice for plsql- stored procedure, but while i want to run the demo with ant i get the following error:
    The same Error occures while Run the Demo with seperate commands: Step 5a(1) Assembly:
    env-check:
    init:
    [mkdir] Created dir: D:\ORAWebServices\webservices_demos\webservices_demos\db\plsql\build\classes\service
    wsa:
    [java] Fehler: oracle.j2ee.ws.tools.wsa.cli.CommandLineMessageBundle_de
    BUILD FAILED
    D:\ORAWebServices\webservices_demos\webservices_demos\db\plsql\build.xml:45: The following error occurred while executing this line:
    D:\ORAWebServices\webservices_demos\webservices_demos\common.xml:74: Java returned: 1
    Total time: 3 seconds
    The Database runs on a remote system and the service-connfig.xml is updated.
    Thanks for Help.

    I assume you have OC4J 10.1.3 webservices installed. Then you should not be using service-config.xml. Check out the 10.1.3 documentation about WebServiceAssembler. I am afraid, you are using 10.1.2 style service-config.xml along with 10.1.3 style WebServiceAssembler.

  • Fbs 10g error with ant make

    I got error when i do ant make
    1. Is this normal to have exception like below.
    "[java] Exception during compile, trying again with shorter command line"
    2. It says Pakage "oracle.j2ee.ws.common...." does not exist. Where to find these pakages or ... how to fix that.
    Thanks in advance.
    My log file is below.
    web-classes:
    [javac] Compiling 48 source files to D:\Project\ibfbs\build\web\WEB-INF\classes
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_Impl.java:9: package oracle.j2ee.ws.common.encoding does not exist
    [javac] import oracle.j2ee.ws.common.encoding.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_Impl.java:10: package oracle.j2ee.ws.client does not exist
    [javac] import oracle.j2ee.ws.client.ServiceExceptionImpl;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_Impl.java:11: package oracle.j2ee.ws.common.util.exception does not exist
    [javac] import oracle.j2ee.ws.common.util.exception.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_Impl.java:12: package oracle.j2ee.ws.common.soap does not exist
    [javac] import oracle.j2ee.ws.common.soap.SOAPVersion;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_Impl.java:13: package oracle.j2ee.ws.client does not exist
    [javac] import oracle.j2ee.ws.client.HandlerChainImpl;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_Impl.java:20: package oracle.j2ee.ws.client does not exist
    [javac] public class StockQuoteEJB_Impl extends oracle.j2ee.ws.client.BasicService implements StockQuoteEJB {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:9: package oracle.j2ee.ws.client does not exist
    [javac] import oracle.j2ee.ws.client.BasicService;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:10: package oracle.j2ee.ws.common.encoding does not exist
    [javac] import oracle.j2ee.ws.common.encoding.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:11: package oracle.j2ee.ws.common.encoding.simpletype does not exist
    [javac] import oracle.j2ee.ws.common.encoding.simpletype.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:12: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:13: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:14: package oracle.j2ee.ws.common.soap does not exist
    [javac] import oracle.j2ee.ws.common.soap.SOAPVersion;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:15: package oracle.j2ee.ws.common.wsdl.document.schema does not exist
    [javac] import oracle.j2ee.ws.common.wsdl.document.schema.SchemaConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:19: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:21: cannot resolve symbol
    [javac] symbol : class SerializerRegistryBase
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteEJB_SerializerRegistry
    [javac] public class StockQuoteEJB_SerializerRegistry extends SerializerRegistryBase implements SerializerConstants {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteEJB_SerializerRegistry.java:21: cannot resolve symbol
    [javac] symbol : class SerializerConstants
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteEJB_SerializerRegistry
    [javac] public class StockQuoteEJB_SerializerRegistry extends SerializerRegistryBase implements SerializerConstants {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:10: package oracle.j2ee.ws.common.streaming does not exist
    [javac] import oracle.j2ee.ws.common.streaming.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:11: package oracle.j2ee.ws.common.encoding does not exist
    [javac] import oracle.j2ee.ws.common.encoding.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:12: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAPConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:13: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAP12Constants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:14: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:15: package oracle.j2ee.ws.common.soap.streaming does not exist
    [javac] import oracle.j2ee.ws.common.soap.streaming.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:16: package oracle.j2ee.ws.common.soap.message does not exist
    [javac] import oracle.j2ee.ws.common.soap.message.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:17: package oracle.j2ee.ws.common.soap does not exist
    [javac] import oracle.j2ee.ws.common.soap.SOAPVersion;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:18: package oracle.j2ee.ws.common.soap does not exist
    [javac] import oracle.j2ee.ws.common.soap.SOAPEncodingConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:19: package oracle.j2ee.ws.common.wsdl.document.schema does not exist
    [javac] import oracle.j2ee.ws.common.wsdl.document.schema.SchemaConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:24: package oracle.j2ee.ws.client does not exist
    [javac] import oracle.j2ee.ws.client.SenderException;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:25: package oracle.j2ee.ws.client does not exist
    [javac] import oracle.j2ee.ws.client.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:26: package oracle.j2ee.ws.client.http does not exist
    [javac] import oracle.j2ee.ws.client.http.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:32: package oracle.j2ee.ws.client does not exist
    [javac] extends oracle.j2ee.ws.client.StubBase
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:100: cannot resolve symbol
    [javac] symbol : class XMLReader
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] protected void _readFirstBodyElement(XMLReader bodyReader, SOAPDeserializationContext deserializationContext, StreamingSenderState  state) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:100: cannot resolve symbol
    [javac] symbol : class SOAPDeserializationContext
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] protected void _readFirstBodyElement(XMLReader bodyReader, SOAPDeserializationContext deserializationContext, StreamingSenderState  state) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:100: cannot resolve symbol
    [javac] symbol : class StreamingSenderState
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] protected void _readFirstBodyElement(XMLReader bodyReader, SOAPDeserializationContext deserializationContext, StreamingSenderState  state) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:116: cannot resolve symbol
    [javac] symbol : class XMLReader
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] private void deserializegetStockQuote(XMLReader bodyReader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:116: cannot resolve symbol
    [javac] symbol : class SOAPDeserializationContext
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] private void deserializegetStockQuote(XMLReader bodyReader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:116: cannot resolve symbol
    [javac] symbol : class StreamingSenderState
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] private void deserializegetStockQuote(XMLReader bodyReader, SOAPDeserializationContext deserializationContext, StreamingSenderState state) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:155: cannot resolve symbol
    [javac] symbol : class InternalTypeMappingRegistry
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] public void _initialize(InternalTypeMappingRegistry registry) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:165: cannot resolve symbol
    [javac] symbol : class CombinedSerializer
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] private CombinedSerializer myStockQuoteService_getStockQuote_RequestStruct_LiteralSerializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_Stub.java:168: cannot resolve symbol
    [javac] symbol : class CombinedSerializer
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_Stub
    [javac] private CombinedSerializer myStockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:9: package oracle.j2ee.ws.common.encoding does not exist
    [javac] import oracle.j2ee.ws.common.encoding.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:10: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:11: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.DetailFragmentDeserializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:12: package oracle.j2ee.ws.common.encoding.simpletype does not exist
    [javac] import oracle.j2ee.ws.common.encoding.simpletype.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:13: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAPConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:14: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAP12Constants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:15: package oracle.j2ee.ws.common.streaming does not exist
    [javac] import oracle.j2ee.ws.common.streaming.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:16: package oracle.j2ee.ws.common.wsdl.document.schema does not exist
    [javac] import oracle.j2ee.ws.common.wsdl.document.schema.SchemaConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:22: cannot resolve symbol
    [javac] symbol : class LiteralObjectSerializerBase
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] public class StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer extends LiteralObjectSerializerBase implements Initializable {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:22: cannot resolve symbol
    [javac] symbol : class Initializable
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] public class StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer extends LiteralObjectSerializerBase implements Initializable {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:25: cannot resolve symbol
    [javac] symbol : class CombinedSerializer
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] private CombinedSerializer myStringArray_LiteralSerializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:35: cannot resolve symbol
    [javac] symbol : class InternalTypeMappingRegistry
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] public void initialize(InternalTypeMappingRegistry registry) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:39: cannot resolve symbol
    [javac] symbol : class XMLReader
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] public Object doDeserialize(XMLReader reader,
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:40: cannot resolve symbol
    [javac] symbol : class SOAPDeserializationContext
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] SOAPDeserializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:68: cannot resolve symbol
    [javac] symbol : class XMLWriter
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] public void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:68: cannot resolve symbol
    [javac] symbol : class SOAPSerializationContext
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] public void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:72: cannot resolve symbol
    [javac] symbol : class XMLWriter
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] public void doSerialize(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer.java:72: cannot resolve symbol
    [javac] symbol : class SOAPSerializationContext
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_RequestStruct_LiteralSerializer
    [javac] public void doSerialize(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:9: package oracle.j2ee.ws.common.encoding does not exist
    [javac] import oracle.j2ee.ws.common.encoding.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:10: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:11: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.DetailFragmentDeserializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:12: package oracle.j2ee.ws.common.encoding.simpletype does not exist
    [javac] import oracle.j2ee.ws.common.encoding.simpletype.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:13: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAPConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:14: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAP12Constants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:15: package oracle.j2ee.ws.common.streaming does not exist
    [javac] import oracle.j2ee.ws.common.streaming.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:16: package oracle.j2ee.ws.common.wsdl.document.schema does not exist
    [javac] import oracle.j2ee.ws.common.wsdl.document.schema.SchemaConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:22: cannot resolve symbol
    [javac] symbol : class LiteralObjectSerializerBase
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] public class StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer extends LiteralObjectSerializerBase implements Initializable {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:22: cannot resolve symbol
    [javac] symbol : class Initializable
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] public class StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer extends LiteralObjectSerializerBase implements Initializable {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:25: cannot resolve symbol
    [javac] symbol : class CombinedSerializer
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] private CombinedSerializer myFloatArray_LiteralSerializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:35: cannot resolve symbol
    [javac] symbol : class InternalTypeMappingRegistry
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] public void initialize(InternalTypeMappingRegistry registry) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:39: cannot resolve symbol
    [javac] symbol : class XMLReader
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] public Object doDeserialize(XMLReader reader,
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:40: cannot resolve symbol
    [javac] symbol : class SOAPDeserializationContext
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] SOAPDeserializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:68: cannot resolve symbol
    [javac] symbol : class XMLWriter
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] public void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:68: cannot resolve symbol
    [javac] symbol : class SOAPSerializationContext
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] public void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:72: cannot resolve symbol
    [javac] symbol : class XMLWriter
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] public void doSerialize(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\wsclient\StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer.java:72: cannot resolve symbol
    [javac] symbol : class SOAPSerializationContext
    [javac] location: class oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService_getStockQuote_ResponseStruct_LiteralSerializer
    [javac] public void doSerialize(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:9: package oracle.j2ee.ws.common.encoding does not exist
    [javac] import oracle.j2ee.ws.common.encoding.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:10: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:11: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.DetailFragmentDeserializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:12: package oracle.j2ee.ws.common.encoding.simpletype does not exist
    [javac] import oracle.j2ee.ws.common.encoding.simpletype.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:13: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAPConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:14: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAP12Constants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:15: package oracle.j2ee.ws.common.streaming does not exist
    [javac] import oracle.j2ee.ws.common.streaming.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:16: package oracle.j2ee.ws.common.wsdl.document.schema does not exist
    [javac] import oracle.j2ee.ws.common.wsdl.document.schema.SchemaConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:22: cannot resolve symbol
    [javac] symbol : class LiteralObjectSerializerBase
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] public class FloatArray_LiteralSerializer extends LiteralObjectSerializerBase implements Initializable {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:22: cannot resolve symbol
    [javac] symbol : class Initializable
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] public class FloatArray_LiteralSerializer extends LiteralObjectSerializerBase implements Initializable {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:25: cannot resolve symbol
    [javac] symbol : class CombinedSerializer
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] private CombinedSerializer myns2__float__float_Float_Serializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:35: cannot resolve symbol
    [javac] symbol : class InternalTypeMappingRegistry
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] public void initialize(InternalTypeMappingRegistry registry) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:39: cannot resolve symbol
    [javac] symbol : class XMLReader
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] public Object doDeserialize(XMLReader reader,
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:40: cannot resolve symbol
    [javac] symbol : class SOAPDeserializationContext
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] SOAPDeserializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:82: cannot resolve symbol
    [javac] symbol : class XMLWriter
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] public void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:82: cannot resolve symbol
    [javac] symbol : class SOAPSerializationContext
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] public void doSerializeAttributes(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:86: cannot resolve symbol
    [javac] symbol : class XMLWriter
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] public void doSerialize(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\FloatArray_LiteralSerializer.java:86: cannot resolve symbol
    [javac] symbol : class SOAPSerializationContext
    [javac] location: class types.FloatArray_LiteralSerializer
    [javac] public void doSerialize(Object obj, XMLWriter writer, SOAPSerializationContext context) throws Exception {
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\StringArray_LiteralSerializer.java:9: package oracle.j2ee.ws.common.encoding does not exist
    [javac] import oracle.j2ee.ws.common.encoding.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\StringArray_LiteralSerializer.java:10: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\StringArray_LiteralSerializer.java:11: package oracle.j2ee.ws.common.encoding.literal does not exist
    [javac] import oracle.j2ee.ws.common.encoding.literal.DetailFragmentDeserializer;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\StringArray_LiteralSerializer.java:12: package oracle.j2ee.ws.common.encoding.simpletype does not exist
    [javac] import oracle.j2ee.ws.common.encoding.simpletype.*;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\StringArray_LiteralSerializer.java:13: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAPConstants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\StringArray_LiteralSerializer.java:14: package oracle.j2ee.ws.common.encoding.soap does not exist
    [javac] import oracle.j2ee.ws.common.encoding.soap.SOAP12Constants;
    [javac] ^
    [javac] D:\Project\ibfbs\web\src\types\StringArray_LiteralSerializer.java:15: package oracle.j2ee.ws.common.streaming does not exist
    [javac] import oracle.j2ee.ws.common.streaming.*;
    [javac] ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 100 errors
    BUILD FAILED
    D:\Project\ibfbs\build.xml:242: Compile failed; see the compiler error output for details.
    Total time: 10 seconds

    I've got the same error and I solved it by adding following line in build.xml:
    <!--Set the classpath-->
    <path id="classpath">
    <pathelement location="${oc4j.home}/webservices/lib/wsclient.jar"/>
    </path>
    BasicService class is within wsclient.jar.
    But I've got another error after doing "ant make":
    web-classes:
    [javac] Compiling 35 source files to D:\work\javadev\ora-samples\ibfbs\build\web\WEB-INF\classes
    [javac] D:\work\javadev\ora-samples\ibfbs\web\src\oracle\otnsamples\ibfbs\admin\helper\JAXRPCStockQuoteServiceClient.java:80: getStockQuote(types.StringArray) in oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteService cannot be applied to (java.lang.String[])
    [javac] return quoteService.getStockQuote(symbolArr);
    [javac] ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    [javac] 1 error
    Any ideas?

  • Compiling Flash Builder Projects with ant - error

    I'm fairly new to FlashBuilder as well as using ant to build projects.
    I'm working on a project in FlashBuilder 4.5. I'm using a 3rd party SWC that contains an alchemy-compiled C application in the SWC. Building my entire project within FlashBuilder is working fine. However, due to other parts of the project (not imported into FlashBuilder) I need to build with ant on occasion.
    The Class specific to the C app within the SWC is throwing errors when building with ant - it says it can not find the source. I had one recommendation to look into adding/editing something within the build.xml file, but I don't know what that addition/edit would be.
    Any help appreciated.

    Apparently related to switching workspaces... the error log identifies a path to an old workspace I changed out of weeks ago. I created a new workspace and moved the project (just the source, etc, not the settings) into it. been running fine for a while now... though funny how this problem didn't show up until yesterday.

  • JSP problem with ANT

    Hello!
    I built up a web site and I want to test them using ANT. It works fine with other web page, however it doesn't work with web pages with "session" statement. For example in login.jsp I have the following statement
    session.setAttribute("user", request.getParameter("userName"));
    And if the user's name and password are correct, the user is directed to home.jsp, where i have the following statement to retrieve the user's name:
    String id=session.getAttribute("user").toString();
    In order to test the above 2 pages with ANT, I have the following code in builder.xml:
    <?xml version='1.0'?>
    <project name="proj" default="test" basedir=".">
    <target name="test">
    <get src="http://path/login.jsp?userName=id&passWord=1111" dest="1.html" />
    </target>
    </project>
    When I run the script, I get the error that the home.jsp cannot be opened (see below)
    [get] Error opening connection java.io.IOException: Server returned HTTP response code: 500 for URL: http://path/home.jsp
    I am pretty sure the above error is caused by the "session" statement, because if I remove the statement in home.jsp, the page can be correctly opened. But I really need the "session" statement, Can someone tell me how to deal with it?
    thanks a million.

    Usually with a 500 error there's more detail in a server log somewhere. Can you find anything in stderr.log or some such?

  • Test jsp pages with ant

    Hello!
    I built up a web site and I want to test them using ANT. It works fine with other web page, however it doesn't work with web pages with "session" statement. For example in login.jsp I have the following statement
    session.setAttribute("user", request.getParameter("userName"));
    And if the user's name and password are correct, the user is directed to home.jsp, where i have the following statement to retrieve the user's name:
    String id=session.getAttribute("user").toString();
    In order to test the above 2 pages with ANT, I have the following code in builder.xml:
    <?xml version='1.0'?>
    <project name="proj" default="test" basedir=".">
    <target name="test">
    <get src="http://path/login.jsp?userName=id&passWord=1111" dest="1.html" />
    </target>
    </project>
    When I run the script, I get the error that the home.jsp cannot be opened (see below)
    [get] Error opening connection java.io.IOException: Server returned HTTP response code: 500 for URL: http://path/home.jsp
    I am pretty sure the above error is caused by the "session" statement, because if I remove the statement in home.jsp, the page can be correctly opened. But I really need the "session" statement, Can someone tell me how to deal with it?
    thanks a million.

    One mistake i find in your code is while retreiving the session value its session.getAttribute("userName"), as you stored the value using the parameter 'userName'. Is it not causing problem. Please check...

  • Error propagating servlet user to peer?

    Hello,
    We currently have a Windows 2003 Server 32bit running ColdFusion 8.01 with 3 instances named: cfusion, Instance1 and Instance2. Instance 1 and Instance 2 are clustered together and serving all our sites in IIS. We're hosting just over 200 sites with approx. 6-7 hits a second.
    ColdFusion is running with all the latest hot fixes and patches. The JVM is version 1.6_24.
    For a while now one of the instances in the cluster randomly  locks up a few times a month, fails to return pages and has high cpu usage. We'd normally just restart the instance and things would return to normal. It's bad to ignore things but it's only recently I've had a chance to look into the cause of these lock ups.
    Last night both the instances appeared to fail. We have an external monitor that hits our sites every 5 minutes to ensure they are still running.
    Scanning through the JRun logs at about the time we received our first monitor warning there are a bunch of what appear to be propagation errors on both instances.
    Logs from Instance1:
    22/03 07:10:14 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:16 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:17 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:18 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:20 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:21 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:23 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:23 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:24 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:24 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:25 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:26 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:26 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:26 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:26 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:27 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:28 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:28 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:10:29 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketTimeoutException: Read timed out
    22/03 07:17:43 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    Logs from Instance2:
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:40 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset by peer: socket write error
    22/03 07:10:41 info Clusterable service JRunRMIBroker discovered ClusterManager on xxx.xxx.xxx.xxx:3862, cluster domain: cluster1 (Lookup Service's JINI-ID: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx)
    22/03 07:10:42 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset
    22/03 07:10:42 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.io.EOFException
    22/03 07:10:42 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset
    22/03 07:10:42 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.net.SocketException: Connection reset
    22/03 07:10:42 warning Error propagating servlet user to peer: error during JRMP connection establishment; nested exception is:
        java.io.EOFException
    22/03 07:10:43 error ROOT CAUSE:
    java.lang.OutOfMemoryError: unable to create new native thread
        at java.lang.Thread.start0(Native Method)
        at java.lang.Thread.start(Thread.java:640)
    I suspect it's a JVM memory issue, however I have no way of extracting or creating memory logs without bringing all our sites down again.
    I only know the basics of how the JVM heap space works but my guess is that one of the instances can't create any more threads because the PermGen space has run out and it's killing the cluster.
    Here's our current JVM settings: java.args=-server -Xmx768m -Xms768m -Dsun.io.useCanonCaches=false -XX:MaxPermSize=192m -XX:+UseParallelGC -Dcoldfusion.fckupload=true -Dcoldfusion.rootDir={application.home}/
    Has anyone come across this issue before or has any ideas on how to better debug the issue with minimal impact on uptime?

    Well the classes should be in WEB-INF/classes, but I don't think that's your problem.
    Getting an applet to connect to a db is notoriously difficult (so I've heard - I've never tried it), so having the applet talk to the servlet with the servlet in turn talking to the db is a good idea.
    "i cant see the error message because it wont print in the VM,"
    That doesn't sound right. What does your error handling code look like?
    " MySQL it also has access permissions for some weird reason."
    MySQL is set up so that user credentials are only valid from a specific host unless you explicitly tell it that a user can connect from anywhere. This is native to MySQL and has nothing to do with java or JDBC.
    Most of the code you posted throws Exceptions. Are you catching them, and if so what did they say?

  • "Multi-level error propagation carried out" in SCM 5.0

    When I use the SNP PPM Generation With Lot Size Margin function in SCM 5.0, I got the following error:
    Multi-level error propagation carried out
    Message no. /SAPAPO/OM242
    Could you please give me this help?
    Thanks,
    Lian

    Hi,
    Thank you for the information, but the problem is still there though I de-activated all user-exits...
    I also saw the following error:
    Invalid planning version
    Message no. /SAPAPO/OM015
    Thanks,
    Lian

  • Multi-level error propagation carried out Error in APO

    Dear Experts,
    We had developed a custom program that is same as /sapapo/rrp3 report, but the issue is when we use planning version other then 000 the custom program is giving the error ""Multi-level error propagation carried out"" but the RRP3 report works fine with all the planning versions.
    Please help to find the cause and to solve the issue.
    Thanks.
    Regards
    Abhinav Nallani.

    Dear Arek,
          The problem is not yet resolved . we have raised an OSS note for the same.
    as the relevant notes are already implemented in our case.
    regards
    Kiran

  • Error "Multi-level error propagation carried out" when I run a report

    Hi All,
    When I run the report /SAPAPO/CDPS_REPT - Order and Resource Reporting with the below criteria I getting error "Multi-level error propagation carried out"
    Planning Version - Simulation Version XXX
    Evaluation Start - 05/03/2011
    Evaluation End - 12/31/2013
    Evaluation List - Extended Operation List
    I do not get error when I run the report with selection as Active version 000 and Evaluation List as Order List, Operation List.
    I have tried by ruuning Live cache consistancy check, but the issue is not fixed
    Please help me to resolve this issue
    Thanks & Regards,
    Rajkumar

    Hi Jack,
    Please do post the server log file here so that we can try and find a solution for the problem you are facing.
    I had a problem a while ago with the app server too. While trying to run an application, after a few times, it would give me an error message saying the Application Server cannot be started. I rebooted my machine and thankfully it worked again. Just try this too and see if it works.
    If it doesnt we can go through the server log and try to identify the cause of the problem.
    Cheers :-)

  • How to creat a numerical error propagation program

    trying to create a numerical error propagation program

    The response 'we have your suggestion on file' is typical.  Let's look at the history, although it may be brief here.  I suggested this almost a year ago.  Others in this thread, although they may have a different purpose, asked about this capability 5 years ago. 
    At the same time, LabVIEW adopts 'upgrades' every six months that, from my perspective, seem more as a mechanism to force users to the new products.  Many of the upgrades take LabVIEW in new directions and can be interesting at a more advanced level, but in the instruction of undergraduate engineering students, this has little purpose.  I don't want upgrades that cause me to change the LabVIEW lesson plans I have developed even though the changes are mostly superficial things like labels and where objects are located on menus.  A frustrating thing is that lab manuals are developed and printed (on paper) ahead of a course with directions for the 'old' version and then an upgrade happens that might create differences in the software, making the lab manual's directions 'wrong.'  With constant hardware, what we do in the laboratory does not change much and the software has to do a basic job of consistenty supporting the DAQ hardware's functions.  If the changes in LabVIEW versions become too great, our curriculum will switch over completely to MATLAB and use a fixed basis of hardware drivers.  In MATLAB, with its matrix formats, the error analysis is relatively easy to do and the plotting capabilities are superior.
    The paradox for me is that I want upgrades, but upgrades that add capability to the LabVIEW without changing the functions that already work.  One of the desired upgrades is a new datatype for error analysis using duals, with a new wire color to respect the processing mathematics and provide support for error analysis.  Here I mean error as component of 'uncertainty' and 'error analysis' including the two main topics of 'error sources' and 'error propagation'.  These are important subjects in the undergraduate engineering curriculum and many research publications require the reporting of uncertainty.  Upgrading from v7 to v8.2, we saw that the 'LabVIEW people' thought it important enough to make the error datatype (execution errors) its own wire color and datatype as a distinct cluster (this 'dark yellow' appears as more an olive color) to replace the error stream's pink color of mixed datatype clusters.  From a user's perspective, error analysis of the measurement is important and should have its own datatype and wire color too.
    Yes, there are ways in LabVIEW 8.2. (and probably later versions) to develop a new wire color and datatype but there is significant overhead using projects and classes.  The questions for me, as an instructor of lab courses, are how much of this needs to be taught to the students and will the learning of LabVIEW to perform DAQ become too complicated if projects and classes must be understood?  Digging down into the VI, sub-VI and function hierarchy levels, there has to be a balance struck between 'need-to-know' and 'don't go there'.  The projects and classes go up in level, placing VI's in a larger structure but we still must ask if this is 'need-to-know.'  If LabVIEW pursues this proposal of a new datatype and wire color for duals, this error analysis method would be placed on the current level of LabVIEW and we would not need to address different levels or ask if it is 'need-to-know.'  It becomes more functional and serves the user in providing simultaneous error calculations and a basis for uncertainty reporting.

  • CIF error-Multi-level error propagation carried out

    Dear ALL,
        When i am trying activate the integration model for Material transfer it generates queue with status SYSFAIL with message "Multi-level error propagation carried out".
    and the integration model is not activated.
      please help
    regards
    Kiran

    Dear Arek,
          The problem is not yet resolved . we have raised an OSS note for the same.
    as the relevant notes are already implemented in our case.
    regards
    Kiran

  • Multi-level error propagation during the execution of CFM2 transaction

    Hi,
    We are implementing SAP SCM 5.0 integrated to SAP R/3 Mills IS.
    During the execution of CFM2  transaction, while  trying to activate the integration model for the object u201COrdersu201D for the very first time, the following error message appears:
    *"Multi-level error propagation carried out".*
    There are also messages related to inbound queues blocked. In the case of maintenance orders, CIF_MNT_INBOUND message shows up. While working with Production orders, CIF_ORDER_INBOUND message emerges.
    The items listed below should be taken into account:
    -The production orders that are meant to be transferred to APO are regular production orders corresponding to several products.
    -We are working with configurable materials.
    -We are working with the active model (000) and for each plant we are using 2 different planning versions.
    Regards,
    Analía Nahmías

    Dear Analía,
    The corresponding error messages issued when executing //CCR indiacted the peg-ids are missing in liveCache.
    Recommendations:                                                      
    -Run transaction /SAPAPO/OM17 to check the internal consistency between database and liveCache within SCM system. Correct the inconsistencies                                                       
    -Execute report /sapapo/cif_deltareport3 to correct the inconsistencies between ECC and SCM system                            
    Regards,
    Tibor

  • Wlcompile - nested javac elements not working with ant 1.6.1

    Hi
    I have a problem with Ant 1.6.1 and wlcompile.
    I get the following error: The <wlcompile> type doesn’t support the nested “javac”
    element.
    Heres the error msg I get in debug mode:
    BUILD FAILED
    C:\P2Development\dev\testing\test.xml:3: The <wlcompile> type doesn't support
    the nested "javac" element.
         at org.apache.tools.ant.IntrospectionHelper.throwNotSupported(IntrospectionHelper.java:573)
         at org.apache.tools.ant.IntrospectionHelper.getNestedCreator(IntrospectionHelper.java:624)
         at org.apache.tools.ant.IntrospectionHelper.getElementCreator(IntrospectionHelper.java:691)
         at org.apache.tools.ant.UnknownElement.handleChild(UnknownElement.java:529)
         at org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement.java:320)
         at org.apache.tools.ant.UnknownElement.configure(UnknownElement.java:176)
         at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:152)
         at org.apache.tools.ant.Task.perform(Task.java:363)
         at org.apache.tools.ant.Target.execute(Target.java:301)
         at org.apache.tools.ant.Target.performTasks(Target.java:328)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1215)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1063)
         at org.apache.tools.ant.Main.runBuild(Main.java:632)
         at org.apache.tools.ant.Main.startAnt(Main.java:183)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56)
    I’m using windows 2000. I’ve tried with weblogic.jar from Weblogic Server 8.1
    SP1 and SP2. I’ve tried with JDK 1.4.1_02 and 1.4.2_04. If I’m using Ant 1.5.3
    then everything works perfectly.
    I’ve tried to remove the WLS included Ant version to avoid conflicts with Ant
    1.6.1 and Ant 1.5.3 (that comes with Weblogic server). I’ve tried to uninstall
    Weblogic Server and just keep weblogic.jar, but I still get the same error. I’ve
    tried to put weblogic.jar on the classpath, still not working. I’ve tried to remove
    all jar files from $ANT_HOME/lib except those jar files needed to run my test
    project - ant.jar and ant-launcher.jar, but still doesn’t work. If I change $ANT_HOME
    to Ant 1.5.3 and run Ant 1.5.3 then everything works. So it seems to have something
    to do with Ant 1.6.1.
    Here’s my example code:
    <project name="wlcompile_test" default="test" basedir=".">
         <target name="test" depends="init">
    <wlcompile srcdir="${src.dir}" destdir="${build.dir}">
    <javac debug="${build.debuginfo}" debuglevel="${build.debuglevel}"
    nowarn="${build.nowarn}" deprecation="${build.deprecated}" source="${build.source.version}"/>
    </wlcompile>
         </target>
    <target name="clean" depends="init">
    <delete dir="${build.dir}"/>
    </target>
    <target name="init">
    <taskdef name="wlcompile" classname="weblogic.ant.taskdefs.build.WLCompileTask"
    classpath="C:\P2Development\weblogic.jar"/>
    <property name="src.dir" value="src"/>
    <property name="build.dir" value="classes"/>
    <property name="build.compiler" value="modern"/>
    <property name="build.compiler.pedantic" value="true"/>
    <property name="build.debuginfo" value="true"/>
    <property name="build.debuglevel" value="lines,vars,source"/>
    <property name="build.deprecated" value="false"/>
    <property name="build.nowarn" value="off"/>
    <property name="build.source.version" value="1.4"/>
    <mkdir dir="${build.dir}"/>
    </target>
    </project>
    And I try to run “ant test”
    It doesn’t work with Ant 1.6.1 and weblogic.jar from WLS 8.1 SP1 and SP2. But
    it works perfectly if I change to Ant 1.5.3.
    Here’s a link to the Ant wlcompile task documentation from BEA:
    http://e-docs.bea.com/wls/docs81/programming/environment.html#1098348
    Regards,
    Tobias Wallter

    Yes, this one is fixed in 8.1 SP3. If you need a patch before then,
    contact [email protected] and reference CR136493.
    -- Rob
    Tobias Wallter wrote:
    Hi
    I have a problem with Ant 1.6.1 and wlcompile.
    I get the following error: The <wlcompile> type doesn?t support the nested ?javac?
    element.
    Heres the error msg I get in debug mode:
    BUILD FAILED
    C:\P2Development\dev\testing\test.xml:3: The <wlcompile> type doesn't support
    the nested "javac" element.
         at org.apache.tools.ant.IntrospectionHelper.throwNotSupported(IntrospectionHelper.java:573)
         at org.apache.tools.ant.IntrospectionHelper.getNestedCreator(IntrospectionHelper.java:624)
         at org.apache.tools.ant.IntrospectionHelper.getElementCreator(IntrospectionHelper.java:691)
         at org.apache.tools.ant.UnknownElement.handleChild(UnknownElement.java:529)
         at org.apache.tools.ant.UnknownElement.handleChildren(UnknownElement.java:320)
         at org.apache.tools.ant.UnknownElement.configure(UnknownElement.java:176)
         at org.apache.tools.ant.UnknownElement.maybeConfigure(UnknownElement.java:152)
         at org.apache.tools.ant.Task.perform(Task.java:363)
         at org.apache.tools.ant.Target.execute(Target.java:301)
         at org.apache.tools.ant.Target.performTasks(Target.java:328)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1215)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1063)
         at org.apache.tools.ant.Main.runBuild(Main.java:632)
         at org.apache.tools.ant.Main.startAnt(Main.java:183)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:197)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:56)
    I?m using windows 2000. I?ve tried with weblogic.jar from Weblogic Server 8.1
    SP1 and SP2. I?ve tried with JDK 1.4.1_02 and 1.4.2_04. If I?m using Ant 1.5.3
    then everything works perfectly.
    I?ve tried to remove the WLS included Ant version to avoid conflicts with Ant
    1.6.1 and Ant 1.5.3 (that comes with Weblogic server). I?ve tried to uninstall
    Weblogic Server and just keep weblogic.jar, but I still get the same error. I?ve
    tried to put weblogic.jar on the classpath, still not working. I?ve tried to remove
    all jar files from $ANT_HOME/lib except those jar files needed to run my test
    project - ant.jar and ant-launcher.jar, but still doesn?t work. If I change $ANT_HOME
    to Ant 1.5.3 and run Ant 1.5.3 then everything works. So it seems to have something
    to do with Ant 1.6.1.
    Here?s my example code:
    <project name="wlcompile_test" default="test" basedir=".">
         <target name="test" depends="init">
    <wlcompile srcdir="${src.dir}" destdir="${build.dir}">
    <javac debug="${build.debuginfo}" debuglevel="${build.debuglevel}"
    nowarn="${build.nowarn}" deprecation="${build.deprecated}" source="${build.source.version}"/>
    </wlcompile>
         </target>
    <target name="clean" depends="init">
    <delete dir="${build.dir}"/>
    </target>
    <target name="init">
    <taskdef name="wlcompile" classname="weblogic.ant.taskdefs.build.WLCompileTask"
    classpath="C:\P2Development\weblogic.jar"/>
    <property name="src.dir" value="src"/>
    <property name="build.dir" value="classes"/>
    <property name="build.compiler" value="modern"/>
    <property name="build.compiler.pedantic" value="true"/>
    <property name="build.debuginfo" value="true"/>
    <property name="build.debuglevel" value="lines,vars,source"/>
    <property name="build.deprecated" value="false"/>
    <property name="build.nowarn" value="off"/>
    <property name="build.source.version" value="1.4"/>
    <mkdir dir="${build.dir}"/>
    </target>
    </project>
    And I try to run ?ant test?
    It doesn?t work with Ant 1.6.1 and weblogic.jar from WLS 8.1 SP1 and SP2. But
    it works perfectly if I change to Ant 1.5.3.
    Here?s a link to the Ant wlcompile task documentation from BEA:
    http://e-docs.bea.com/wls/docs81/programming/environment.html#1098348
    Regards,
    Tobias Wallter

Maybe you are looking for

  • How do I make iTunes forget my iPhone?

    I set up my iPhone 5 as a new device (not restored from my old iPhone 4 backup) but when I initially connected it to iTunes, I neglected to un-check the box that said something like "Automatically sync apps to this device." This resulted in iTunes tr

  • Error in Configuration of Sales CRM BAPI

    Hi Experts, I am using the BAPI BAPI_SLSTRANSACT_CREATEMULTI to create a quotation with configured material. The quotation was created successfully, but with only the header material ( there are no sub-configurations present(the BOM is not exploding)

  • Copying files from same directory as *.java files and moving to WEB-INF/classes/ package name

    In our current application we have the following source directory structure:           src -           - com           - edeploy           - subdirs ... (many directories here)           - jsp           -subdirs ... (many directories here)           

  • My router RV180 doesn't detect my dsl gateway

    I just bougth a RV router but when i logon to the interface to configure it the router doesn't detect internet connection, i connected the ethernet cable port 1 from dsl to the WAN port at the RV180, but doesn't detetct the gateway, need i a cross ca

  • Galaxy s4 completly died no charge and my computer wont recognize it

    s4 will not turn on wont charge and no recognition from my computer reads as a cd drive and not as a phone