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?

Similar Messages

  • Proguard Error with ant/antenna

    I get the following proguard error:
    [wtkobfuscate] java.io.IOException: The output jar is empty. Did you specify the proper '-keep' optons?
    Any idea what is wrong?
    Thanks,
    earamsey
    [wtkobfuscate] Obfuscating C:\Projects\J2ME\CellStory\bin\CellStory.jar with ProGuard
    [wtkobfuscate] ProGuard, version 3.2
    [wtkobfuscate] Reading jars...
    [wtkobfuscate] Reading program jar [C:\Projects\J2ME\CellStory\bin\CellStory.jar]
    [wtkobfuscate] Reading library zip [C:\WTK22\wtklib\devices\Series_60_MIDP_SDK_2_1\lib\kmidp20.zip]
    [wtkobfuscate] Removing unused library classes...
    [wtkobfuscate] Original number of library classes: 305
    [wtkobfuscate] Final number of library classes: 6
    [wtkobfuscate] Shrinking...
    [wtkobfuscate] Removing unused program classes and class elements...
    [wtkobfuscate] Original number of program classes: 1
    [wtkobfuscate] Final number of program classes: 0
    [wtkobfuscate] java.io.IOException: The output jar is empty. Did you specify the proper '-keep' options?
    ^^^^^___Error that I get is here
    [wtkobfuscate] at proguard.ProGuard.shrink(ProGuard.java:474)
    [wtkobfuscate] at proguard.ProGuard.execute(ProGuard.java:86)
    [wtkobfuscate] at proguard.ProGuard.main(ProGuard.java:916)
    Here is my build.xml file:
    <?xml version="1.0" encoding="UTF-8"?>
    <project name="MIDP2.0" default="n66xx" basedir=".">
        <description>
         Build file for MyLittleProject
        </description>
        <!-- predefined antenna tasks -->
        <taskdef resource="antenna.properties"/>
        <!-- ProGuard home -->
        <property name="wtk.proguard.home" value="C:\proguard3.2"/>
        <!-- RetroGuard home -->
        <property name="wtk.retroguard.home" value="C:\retroguard-v2.0.2"/>
        <property name="midlet.name" value="MyLittleProject"/>
        <property name="midlet.home" value="C:\Projects\J2ME\MyLittleProject"/>
        <target name="build" description="Builds everything">
         <antcall target="n66xx"/>
        </target>
        <target name="n66xx" description="Builds Nokia Models 6600 and 6620">
         <ant dir="devices/nokia66xx" inheritall="true" target="build"/>
        </target>
        <target name="cellstory_init" description="Create directory structure">
         <property name="src_pp" location="${preproc_dir}"/>
         <!-- set global properties -->
         <property name="src" location="src"/>
         <property name="bin" location="bin"/>
         <property name="res" location="res"/>
         <property name="classes" location="classes"/>
         <!-- Create the timestamp -->
         <tstamp/>
         <!-- Make directories -->
         <mkdir dir="${src}"/>
         <mkdir dir="${src_pp}"/>
         <mkdir dir="${bin}"/>
         <mkdir dir="${res}"/>
         <mkdir dir="${classes}"/>
        </target>
        <target name="cellstory" depends="cellstory_init" description="Build it all">
         <wtkjad
             jadfile="${bin}/${midlet.name}.jad"
             jarfile="${midlet.name}.jar"
             name="MyLittleProject"
             vendor="Wizzards and Lizzards"
             version="1.0.0">
             <midlet
              name="${midlet.name}"
              icon="${midlet.name}.png"
              class="${midlet.name}.class"/>
             <attribute
              name="deleteConfirm"
              value="Do you really want to delete me?"/>
         </wtkjad>
         <!-- do preprocessing -->
         <wtkpreprocess
             srcdir="${src}"
             destdir="${src_pp}"
             symbols="${symbols}"/>
         <!-- Compile the code -->
         <wtkbuild
             srcdir="${src_pp}"
             destdir="${classes}"
             deprecation="on"
             target="1.4"
             source="1.4"/>
         <!-- Package the classes -->
         <wtkpackage
             jarfile="${bin}/${midlet.name}.jar"
             jadfile="${bin}/${midlet.name}.jad"
             obfuscate="false"
             preverify="false">
             <fileset dir="${classes}" includes="**/*.class"/>
             <fileset dir="${res}" includes="**"/>
         </wtkpackage>
         <wtkobfuscate
             jarfile="${bin}/${midlet.name}.jar"
             jadfile="${bin}/${midlet.name}.jad"
             tojarfile="${bin}/${midlet.name}._jar"
             obfuscator="proguard">
         </wtkobfuscate>
         <wtkpreverify jarfile="${bin}/${midlet.name}.jar"/>
         <!-- run -->
         <wtkrun jadfile="${bin}/${midlet.name}.jad" device="Series_60_MIDP_SDK_2_1"/>
        </target>
        <target name="cleanbuild" description="Cleans and builds">
         <ant dir="devices/nokia66xx" inheritall="true" target="cleanbuild"/>
        </target>
    </project>

    I figured this out - I needed a formatter tag to see the output of the test.

  • Error with ant build and JUnit task in IntelliJ

    Hi,
    I seem to be having a very annoying error in IntelliJ. Here are the stats:
    - IntelliJ 4.5.1, Build 2239
    - Using own version of ant (1.5.1)
    - removed junit37.jar from my ant1.5.1/lib dir, and instead added junit version 3.8.1 of junit.jar to that dir
    - Specified that same junit.jar in my project classpath (this is the only item in the classpath for my test project)
    - MyTest.java is the only class in my project, and it is specified as a JUnitTest in run/debug configurations and includes the classpath and jdk of my project module
    When I right-click on my test class, and go to "Run" then my simple test passes. I see the results in the run window.
    Here is where the issue lies (and why this is confusing me). When I try to run the same test from my build.xml file in this project, specified with the classpath as the same from my project, and with the following junit task, I get the below error (3 times in a row for whatever reason). If any of you know of a configuration issue that I may be missing, please let me know. It is very frustrating! Thanks a lot, in advance.
    <target name="run.test">
            <javac classpath="class.path" srcdir="src" destdir="src" />
            <junit haltonerror="true" printsummary="yes" haltonfailure="true" showoutput="true">
                <classpath refid="class.path" />
                <test name="MyTest" />
            </junit>
        </target>
    Test MyTest failed
         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:568)
         at org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:527)
         at org.apache.tools.ant.Task.perform(Task.java:319)
         at org.apache.tools.ant.Target.execute(Target.java:309)
         at org.apache.tools.ant.Target.performTasks(Target.java:336)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1250)
         at org.apache.tools.ant.Main.runBuild(Main.java:610)
         at org.apache.tools.ant.Main.start(Main.java:196)
         at org.apache.tools.ant.Main.main(Main.java:235)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.intellij.rt.ant.execution.AntMain2.main(AntMain2.java:13)

    I figured this out - I needed a formatter tag to see the output of the test.

  • How to fix AppleEvent handler failed error with command "make new mailbox with properties"

    Below is the script I am running to create a hiearchy of new mailboxes inside "ON MY MAC" folder area.
    tell application "Mail"
      make new mailbox with properties {name:"ABar"}
      make new mailbox with properties {name:"ABar/Foo"}
      make new mailbox with properties {name:"ABar/Foo/Me"}
    end tell
    When I execute this the first mailbox is excuted fine but right afterwards I get the following error:
    error "Mail got an error: AppleEvent handler failed." number -10000
    I have tried adding delays but this does not work either. Code:
    tell application "Mail"
      make new mailbox with properties {name:"ABar"}
      delay 0.2
      make new mailbox with properties {name:"ABar/Foo"}
              delay 0.2
      make new mailbox with properties {name:"ABar/Foo/Me"}
    end tell
    However rerunning the script and skipping over the make command if the folder already exit, causes the next exuction time to create one more folder.
    Code:
    tell application "Mail"
              if (mailbox "ABar" exists) = false then
      make new mailbox with properties {name:"ABar"}
                        delay 0.2
              end if
              if (mailbox "ABar/Foo" exists) = false then
      make new mailbox with properties {name:"ABar/Foo"}
                        delay 0.2
              end if
              if (mailbox "ABar/Foo/Me" exists) = false then
      make new mailbox with properties {name:"ABar/Foo/Me"}
                        delay 0.2
              end if
    end tell
    ** Anyone know how to solve this or why this is happening? **
    It almost feels as if the hiearcgy is read into memory and this is not updated after the creation of the new mailbox.
    Thanks!

    Hi,
    The processors are different archiectures and you can not use binaries from one architecture to work on the other.
    Library name suffix differences is an example of the importance of this. Tuxedo 6.5 was separately built for each of those architectures and
    is available on the PeopleSoft distribution as distinct binaries. If your migration was purely from HPUX11.11 to HPUX11.23 you might have
    succeeded but the processor difference will not work for you and a core dump would not be unexpected.
    Bob Finan
    FYI:
    Tuxedo 6.5 is end-of-lifed and, since it's EOL has passed the stage for extended support possibility, no new patches will
    be created for it by engineering. You should look to migrate to a newer version of Tuxedo/Peoplesoft at the earliest
    possiblity.

  • Output required in MS Excel from Reports Oracle 10g error with built in pac

    Hi All,
    Our requirement is to get matrix report output in MS Excel. For that i found a report online. However, im having issues with Built-in Package OLE2.obj_type.
    Below is the report log file:
    ******* Custom: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XX_MATRIX_REPORT module: XX_MATRIX_REPORT
    Current system time is 10-AUG-2012 17:23:17
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    Enter Password:
    REP-0736: There exist uncompiled program unit(s).
    REP-0736: There exist uncompiled program unit(s).
    REP-1247: Report contains uncompiled PL/SQL.
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    REP-1247: There exist uncompiled program unit(s).
    REP-1247: Report contains uncompiled PL/SQL.
    Report Builder: Release 10.1.2.3.0 - Production on Fri Aug 10 17:23:19 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program exited with status 1
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 11242010.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 10-AUG-2012 17:23:20
    Please Help!!!

    After Report:
    function AfterReport return boolean is
    begin
    RPT2XLS.release_memory;
    srw.user_exit('FND SRWEXIT');
    srw.message(101,'After Report');
    return (TRUE);
    end;
    RPT2XLS package body:
    PACKAGE BODY RPT2XLS IS
         TYPE ExcelCell IS RECORD(RowNo binary_integer,
                                                                     ColNo binary_integer,
                                                                     Val varchar2(2000),
                                                                     FontName varchar2(20),
                                                                     FontSize binary_integer,
                                                                     FontStyle binary_integer,
                                                                     FontColor binary_integer,
                                                                     BgrColor binary_integer,
                                                                     Format varchar2(60),
                                                                     Align xlHAlign
         TYPE ExcelCells IS TABLE OF ExcelCell;
         Cell ExcelCells := ExcelCells();
         CurrentRow binary_integer := 1;
         PROCEDURE new_line IS
         BEGIN
              CurrentRow := CurrentRow + 1;
         END;
         PROCEDURE put_cell(ColNo binary_integer, CellValue in varchar2,
                                                      FontName in varchar2 DEFAULT null,
                                                      FontSize in binary_integer DEFAULT null,
                                                      FontStyle in binary_integer DEFAULT null,
                                                      FontColor in binary_integer DEFAULT null,
                                                      BgrColor in binary_integer DEFAULT null,
                                                      Format in varchar2 DEFAULT null,
                                                      Align in xlHAlign DEFAULT null
                                                      ) IS
         BEGIN
              Cell.Extend;
              Cell(Cell.Last).RowNo := CurrentRow;
              Cell(Cell.Last).ColNo := ColNo;
              Cell(Cell.Last).Val := CellValue;
              Cell(Cell.Last).FontName := FontName;
              Cell(Cell.Last).FontSize := FontSize;
              Cell(Cell.Last).FontStyle := FontStyle;
              Cell(Cell.Last).FontColor := FontColor;
              Cell(Cell.Last).BgrColor := BgrColor;
              Cell(Cell.Last).Format := Format;
              Cell(Cell.Last).Align := Align;
         END;
    PROCEDURE run IS
              Application OLE2.OBJ_TYPE;
              Workbooks OLE2.OBJ_TYPE;
              Workbook OLE2.OBJ_TYPE;
              Worksheets OLE2.OBJ_TYPE;
              Worksheet OLE2.OBJ_TYPE;
              WorkCell OLE2.OBJ_TYPE;
              WorkColumn OLE2.OBJ_TYPE;
    WorkFont OLE2.OBJ_TYPE;
    WorkInterior OLE2.OBJ_TYPE;
              ArgList OLE2.LIST_TYPE;
         BEGIN
              Application := OLE2.create_obj('Excel.Application');
              OLE2.set_property(Application, 'Visible', 1);
              Workbooks := OLE2.get_obj_property(Application, 'Workbooks');
    Workbook := OLE2.invoke_obj(WorkBooks, 'Add');
              Worksheets := OLE2.get_obj_property(Workbook, 'Worksheets');
              Worksheet := OLE2.get_obj_property(Application, 'ActiveSheet');
              for i in Cell.First .. Cell.Last
              loop
                   if Cell(i).Val is not null then
                        ArgList := OLE2.create_arglist;
                        OLE2.add_arg(ArgList, Cell(i).RowNo);
                        ole2.add_arg(ArgList, Cell(i).ColNo);
                        WorkCell := OLE2.get_obj_property(Worksheet, 'Cells', ArgList);
                        ole2.destroy_arglist(ArgList);
                        ole2.set_property(WorkCell, 'Value', Cell(i).Val);
                        ole2.set_property(WorkCell, 'NumberFormat', Cell(i).Format);
                        if Cell(i).Align is not null then
                             ole2.set_property(WorkCell, 'HorizontalAlignment', Cell(i).Align);
                        end if;
                        WorkFont := OLE2.get_obj_property(WorkCell, 'Font');
                        WorkInterior := ole2.Get_Obj_Property(WorkCell, 'Interior');
                        if Cell(i).FontName is not null then
                             OLE2.set_property(WorkFont, 'Name', Cell(i).FontName);
                        end if;
                        if Cell(i).FontSize is not null then
                             OLE2.set_property(WorkFont, 'Size', Cell(i).FontSize);
                        end if;
                        if mod(Cell(i).FontStyle, 2) = 1 then
                             OLE2.set_property(WorkFont, 'Bold', 1);
                        end if;
                        if mod(Cell(i).FontStyle, 4) > 2 then
                             OLE2.set_property(WorkFont, 'Italic', 1);
                        end if;
                        if mod(Cell(i).FontStyle, 8) > 4 then
                             OLE2.set_property(WorkFont, 'Underline', 2);
                        end if;
                        if Cell(i).FontColor is not null then
                             OLE2.set_property(WorkFont, 'ColorIndex', Cell(i).FontColor);
                        end if;
                        if Cell(i).BgrColor is not null then
                             OLE2.set_property(WorkInterior, 'ColorIndex', Cell(i).BgrColor);
                        end if;
                        OLE2.release_obj(WorkInterior);
                        OLE2.release_obj(WorkFont);
                        OLE2.release_obj(WorkCell);
                   end if;
              end loop;
              ArgList := ole2.create_arglist;
              ole2.add_arg(ArgList, 'A:Z');
              WorkColumn := ole2.Get_Obj_Property(WorkSheet, 'Columns', ArgList);
              ole2.destroy_arglist(ArgList);
              ole2.invoke(WorkColumn, 'AutoFit');
              OLE2.release_obj(WorkColumn);
              OLE2.release_obj(Worksheet);
              OLE2.release_obj(Worksheets);
              OLE2.release_obj(Workbook);
              OLE2.release_obj(Workbooks);
              OLE2.release_obj(Application);
         END;
         PROCEDURE release_memory IS
         BEGIN
              Cell := ExcelCells();
              SYS.DBMS_SESSION.free_unused_user_memory;
         END;
    END;
    We are getting the error in log file Report contains uncompiled PL/SQL.
    due to ole2.obj_type...

  • REPORT 10G ERROR WITH DESTYPE=PRINTER

    I try to pass the DESNAME with the name of a printer mapped in the net ex:desname='\\192.168.1.3\epson_lx300' , occours an error ora-01403.
    If i pass the local printer, work's fine!!

    the ora message RA-01403 no data found
    Cause: In a host language program, all records have been fetched. The return code from the fetch was +4, indicating that all records have been returned from the SQL query.
    Action: Terminate processing for the SELECT statement.
    The other cause can be, that the printer is not known to the reports server.
    greetz

  • 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.

  • I upgraded from Dreamweaver CS4 to CS6. but now "an TFP error occured - cannot make connection to host". I spent hours with the host technician and we cant find the error. I reinstalled DW4 and it connects to host perfectly. Anyone else seen this problem?

    I upgraded from Dreamweaver CS4 to CS6. but now when I want to upload I get "an TFP error occured - cannot make connection to host". I spent hours with the host technician and we cant find the error. I reinstalled DW4 and it connects to host perfectly. Anyone else seen this problem?
    Mac OS 10.8.5
    None of these issues are causing the error in DW CS6. We have double checked all of them and we have everything exactly right. Also I have exactly the same SiteSetup in DW CS4 and that works perfectly well. Could there must be factor in 6 that didn't exist in 4? Something that isnt in the SiteSetup but in some hidden dialog box ?
    I can also upload to my host using Fetch, a third party FTP. And as I said DW CS4 works fine. So the problem is not with my host, its with DW CS6 in particular.

    Thank you Jon, that fixed it perfectly. You have saved me from going crazy. The only difference I see now is in "Server Name" it changed what I had entered (my ftp address) to "Remote Server"; which seems odd -- but it works!   Although I know there maybe also some other dialog box I have never seen
    Of course I saw that menu item "Import"  and but I thought thats obviously not for me: "Why would I want to import an entire website?". I did not however see "Export the selected site" for thats only a tiny icon in the footer. However I would have thought the same:  "Why would I want to export my entire website?".
    An observation: I've seen this problem in a lot of Adobe software, the menu-names of items are  obscure, non descriptive. What would be better would be for the menu names or popups to say "Export Site Setup settings" and "Import Site Setup settings"

  • Trying to upgrade Apache on Solaris 10; errors with make

    Hi all, I have Apache 2.2.6 running on a Solaris 10 server and I want to upgrade it to Apache 2.2.25 using config.nice. I've been having lots of problems related to the compiler, but I finally got config.nice to run. Now when I run make (using GNU make) I get the following error:
    httpd-2.2.25/ => /usr/local/bin/make
    Making all in srclib
    make[1]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib'
    Making all in pcre
    make[2]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[3]: Entering directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    /usr/local/apr-httpd//build-1/libtool --silent --mode=compile /usr/local/bin/gcc -g -O2  -s -m32 -I/m1/shared/temp/include  -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE    -I/export/home/voyager/httpd-2.2.25/srclib/pcre -I. -I/export/home/voyager/httpd-2.2.25/os/unix -I/export/home/voyager/httpd-2.2.25/server/mpm/prefork -I/export/home/voyager/httpd-2.2.25/modules/http -I/export/home/voyager/httpd-2.2.25/modules/filters -I/export/home/voyager/httpd-2.2.25/modules/proxy -I/export/home/voyager/httpd-2.2.25/include -I/export/home/voyager/httpd-2.2.25/modules/generators -I/export/home/voyager/httpd-2.2.25/modules/mappers -I/export/home/voyager/httpd-2.2.25/modules/database -I/usr/local/apr-httpd//include/apr-1 -I/usr/local/apr-util-httpd//include/apr-1 -I/export/home/voyager/httpd-2.2.25/server -I/export/home/voyager/httpd-2.2.25/modules/proxy/../generators -I/export/home/voyager/httpd-2.2.25/modules/ssl -I/export/home/voyager/httpd-2.2.25/modules/dav/main  -prefer-non-pic -static -c maketables.c && touch maketables.lo
    libtool: compile: unable to infer tagged configuration
    libtool: compile: specify a tag with `--tag'
    make[3]: *** [maketables.lo] Error 1
    make[3]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib/pcre'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/export/home/voyager/httpd-2.2.25/srclib'
    make: *** [all-recursive] Error 1
    I've searched and searched and haven't been able to find anything that explains what the problem is. Can anyone help me with this?
    Here is my config.nice
    #! /bin/sh
    # Created by configure
    CC="/usr/local/bin/gcc"; export CC
    CFLAGS="-s -m32 -I/m1/shared/temp/include"; export CFLAGS
    LDFLAGS="-m32 -L/lib -L/usr/lib -L/m1/shared/temp"; export LDFLAGS
    "./configure" \
    "--with-apr=/usr/local/apr-httpd" \
    "--with-apr-util=/usr/local/apr-util-httpd" \
    "LIBTOOL=/m1/shared/httpd/2.2.6/build/libtool --tag=CC" \
    "--enable-deflate=static" \
    "--enable-reqtimeout" \
    "--enable-mods-shared=all vhost-alias unique-id v4-mapped rewrite mime-magic charset-lite" \
    "--without-berkely-db" \
    "--prefix=/m1/shared/apache2" \
    "CC=/usr/local/bin/gcc" \
    "CFLAGS=-s -m32 -I/m1/shared/temp/include" \
    "LDFLAGS=-m32 -L/lib -L/usr/lib -L/m1/shared/temp" \
    "$@"
    I've tried running it with /usr/local/apr-httpd/build-1/libtool and get the same error.

    apache should be using its local copy of libtool, at least thats what i see when i build from src.  just reran to make sure i wasnt seeing things:
    gmake
    Making all in srclib
    gmake[1]: Entering directory `/work/httpd-2.2.25/srclib'
    Making all in apr
    gmake[2]: Entering directory `/work/httpd-2.2.25/srclib/apr'
    gmake[3]: Entering directory `/work/httpd-2.2.25/srclib/apr'
    /bin/bash /work/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
    /bin/bash /work/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include  -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
    have you tried a gmake distclean and then rerun configure with all your options to make sure the build/obj dir is clean?

  • 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.

  • I have one problem with my iphone 4s i c"ant  make facetime calls with other iphons. olso when i make calls on the facetime icon is question sign! can any oane hellp me! wath my be the problem because it is all new iphone!

    i have one problem with my iphone 4s i c"ant  make facetime calls with other iphons. olso when i make calls on the facetime icon is question sign! can any oane hellp me! wath my be the problem because it is all new iphone!

    First question where ae you located?  If you're in the Middle East or UAE, factime has been restricted by the government.
    If your not from there look here:
    http://support.apple.com/kb/TS3367

  • Error with make?

    I'm trying to set up an apache2 server, and the configure goes fine, but when I make I get the following error.
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive|sed s/-recursive//`; \
    list='  srclib os server modules support'; \
    for i in $list; do \
        if test -d "$i"; then \
            target="$otarget"; \
            echo "Making $target in $i"; \
            if test "$i" = "."; then \
                    made_local=yes; \
                    target="local-$target"; \
            fi; \
            (cd $i && make $target) || exit 1; \
        fi; \
    done; \
    if test "$otarget" = "all" && test -z 'httpd  '; then \
        made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
        make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'I used the make and gcc that came with Solaris.
    Any help is appreciated.

    Sorry, here it is.
    /home/mchang/Desktop/httpd-2.2.9/srclib/apr/libtool: line 5997: ar: command not found
    *** Error code 127
    make: Fatal error: Command failed for target `libapr-1.la'
    Current working directory /home/mchang/Desktop/httpd-2.2.9/srclib/apr
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive | sed s/-recursive//`; \
    list='random/unix misc/win32 mmap/win32 dso/os2 time/unix network_io/win32 dso/win32 locks/unix user/unix time/win32 locks/beos tables support/unix file_io/unix mmap/unix atomic/unix threadproc/win32 poll/os2 atomic/win32 dso/os390 atomic/os390 dso/beos poll/unix passwd network_io/beos threadproc/os2 network_io/os2 shmem/win32 threadproc/beos shmem/unix network_io/unix file_io/os2 dso/aix file_io/win32 threadproc/unix misc/unix locks/win32 shmem/beos dso/unix locks/os2 user/win32 shmem/os2 memory/unix strings '; \
    for i in $list; do \
        if test -f "$i/Makefile"; then \
            target="$otarget"; \
            echo "Making $target in $i"; \
            if test "$i" = "."; then \
                made_local=yes; \
                target="local-$target"; \
            fi; \
            (cd $i && make $target) || exit 1; \
        fi; \
    done; \
            if test "$otarget" = "all" && test -z "libapr-1.la apr.exp apr-config.out build/apr_rules.out"; then \
        made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
        make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /home/mchang/Desktop/httpd-2.2.9/srclib/apr
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive|sed s/-recursive//`; \
    list=' apr apr-util pcre '; \
    for i in $list; do \
        if test -d "$i"; then \
            target="$otarget"; \
            echo "Making $target in $i"; \
            if test "$i" = "."; then \
                    made_local=yes; \
                    target="local-$target"; \
            fi; \
            (cd $i && make $target) || exit 1; \
        fi; \
    done; \
    if test "$otarget" = "all" && test -z ''; then \
        made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
        make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /home/mchang/Desktop/httpd-2.2.9/srclib
    *** Error code 1
    The following command caused the error:
    otarget=`echo all-recursive|sed s/-recursive//`; \
    list='  srclib os server modules support'; \
    for i in $list; do \
        if test -d "$i"; then \
            target="$otarget"; \
            echo "Making $target in $i"; \
            if test "$i" = "."; then \
                    made_local=yes; \
                    target="local-$target"; \
            fi; \
            (cd $i && make $target) || exit 1; \
        fi; \
    done; \
    if test "$otarget" = "all" && test -z 'httpd  '; then \
        made_local=yes; \
    fi; \
    if test "$made_local" != "yes"; then \
        make "local-$otarget" || exit 1; \
    fi
    make: Fatal error: Command failed for target `all-recursive'
    #

  • Error with Make:installation of samba

    Hi All,
    I am trying to install Samba, and when i am trying to Make i am getting the following error, please some help.. as iam stuck with this.
    Using FLAGS = -O -D_SAMBA_BUILD_ -I./popt -Iinclude -I/sandisk/samba-3.0.22/source/include -I/sandisk/samba-3.0.22/source/ubiqx -I/sandisk/samba-3.0.22/source/tdb -I. -D_LARGEFILE_SOURCE -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DLDAP_DEPRECATED -DSUNOS5 -I/sandisk/samba-3.0.22/source -D_SAMBA_BUILD_
    LIBS = -lsendfile -lresolv -lnsl -lsocket -ldl
    LDSHFLAGS = -G -lthread
    LDFLAGS = -lthread
    PIE_CFLAGS =
    PIE_LDFLAGS =
    Compiling libads/sasl.c
    libads/sasl.c: In function `ads_sasl_spnego_ntlmssp_bind':
    libads/sasl.c:81: error: `LDAP_SASL_BIND_IN_PROGRESS' undeclared (first use in this function)
    libads/sasl.c:81: error: (Each undeclared identifier is reported only once
    libads/sasl.c:81: error: for each function it appears in.)
    libads/sasl.c: In function `ads_sasl_spnego_bind':
    libads/sasl.c:186: error: `LDAP_SASL_BIND_IN_PROGRESS' undeclared (first use in this function)
    *** Error code 1
    make: Fatal error: Command failed for target `libads/sasl.o'

    Hi John,
    those depend on you landscape. Take a look here:
    Publishing part 1
    /people/ingo.hilgefort/blog/2008/09/23/businessobjects-and-sap--publishing-of-crystal-reports-part-1-of-3
    Publishing part 2
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-2-of-3
    Publishing part 3
    /people/ingo.hilgefort/blog/2008/09/24/businessobjects-and-sap--publishing-of-crystal-reports-part-3-of-3
    and you can also look into the Installation Guide for the SAP Integration Kit
    Ingo

  • Error with ArrayIndexOutOfBoundsException in JHeadstart 10g??

    I need some help with the JHeadStart, Im tring to migrate a Oracle forms applications to a j2ee applications
    In the tutorial they say that i need to create a new workspace and a new JHeadStart project
    the problem is that i dont have that option in the pop up menu
    so I first
    - create a new Application Workspace with web Application (default) template,
    - then I enabled the jheadstart on this project
    - after that I go to the designer generator and go throw the wizard
    - the jdeveloper create many files
    - then in the file ViewControllerApplicationsStructure I run the generator,
    the program create many files but just before he create the struts-config.xml, the program fail and print in the console this
    mesaje
    java.lang.ArrayIndexOutOfBoundsException: 0
    at oracle.jheadstart.tools.jag.StrutsConfigGenerator.generate(StrutsConf
    igGenerator.java:216)
    at oracle.jheadstart.tools.jag.ApplicationGenerator.generateServiceFiles
    (ApplicationGenerator.java:1235)
    at oracle.jheadstart.tools.jag.ApplicationGenerator.generateApplication(
    ApplicationGenerator.java:577)
    at oracle.jheadstart.tools.jag.ApplicationGenerator.<init>(ApplicationGe
    nerator.java:355)
    at oracle.jheadstart.tools.jag.JagRunner$1.run(JagRunner.java:76)
    at java.lang.Thread.run(Thread.java:534)
    I have install
    - Oracle JDeveloper 10 g 10.1.2.0.0
    - Oracle DataBase 9i
    - Oracle Designer 9i
    - JHeadStart 10 g 10.1.2.0
    What can i do??

    This discussion will be continued in the following thread: Error with StrutsConfigGenerator
    Sandra Muller
    JHeadstart Team

  • I keep getting a message reading "The server responded with an error...Make sure the URL is correct. Error 404" How do I correct this issue?

    The URL https://calendar.google.com/calendar/dav/[email protected]/user///calendar.google.com/calendar/dav/[email protected]/user/ encountered HTTP error 404. Make sure the URL is correct. How do I correct this issue so that I no longer see this message? Your help will be greatly appreciated.

    I simply un checked calendar in my account settings and closed ical.
    I checked it again, and opened ical.
    Thanks for the tip Linc Davis! but it works without deleting the google account completely. this was pretty straighforward and fast.

Maybe you are looking for