Financial Brokerage Service demo build failing

Hi
When i try ant build this demo against OC4J bundled with JDeveloper 10.1.3 it is failing with the output given below. I tried same with OC4J bundled with JDeveloper 9.0.5.1, 9.0.5.2 and 10.1.2; but case with 10.1.3 looked more promising.
Ant output
wsejb-jar:
[jar] Building jar: /home/anthos/projects/ibfbs/lib/ibfbs_service_ejb.jar
gen-service:
[echo] Using Web Service Asswembler from /opt/share/apps/jdev1013/j2ee/home//../../webservices/lib/wsa.jar
[java] INFO: Starting Web Services Assembler preview. build March-23-2004
[java] SEVERE: Config file is Deprecated, please use ant tasks or command line options instead!!!!
[java] INFO: Configuration file is /home/anthos/projects/ibfbs/config/service-config.xml
[java] WARNING: oracle.j2ee.ws.tools.wsa.WSAEndpointCompileTool$MyEndpointCompileTool failed to load class: StockQuoteEJB
[java] WARNING: oracle.j2ee.ws.tools.wsa.MultiServiceCompileTool failed to load class: StockQuoteEJB
[echo] Generating service artifacts....DONE
[delete] Deleting directory /home/anthos/projects/ibfbs/tmp
ws-jar:
[jar] Building jar: /home/anthos/projects/ibfbs/lib/ibfbs_ws.jar
gen-client:
[echo] Using Web Service Asswembler from /opt/share/apps/jdev1013/j2ee/home//../../webservices/lib/wsa.jar
[java] INFO: Starting Web Services Assembler preview. build March-23-2004
[java] SEVERE: Config file is Deprecated, please use ant tasks or command line options instead!!!!
[java] INFO: Configuration file is /home/anthos/projects/ibfbs/config/client-config.xml
[echo] Generating Client artifacts....DONE
[delete] Deleting directory /home/anthos/projects/ibfbs/tmp
web-classes:
[javac] Compiling 35 source files to /home/anthos/projects/ibfbs/build/web/WEB-INF/classes
[javac] /home/anthos/projects/ibfbs/web/src/oracle/otnsamples/ibfbs/admin/helper/JAXRPCStockQuoteServiceClient.java:23: cannot resolve symbol
[javac] symbol : class StockQuoteEJB_Impl
[javac] location: package wsclient
[javac] import oracle.otnsamples.ibfbs.admin.helper.wsclient.StockQuoteEJB_Impl;
[javac] ^
[javac] /home/anthos/projects/ibfbs/web/src/oracle/otnsamples/ibfbs/admin/helper/JAXRPCStockQuoteServiceClient.java:60: cannot resolve symbol
[javac] symbol : class StockQuoteEJB_Impl
[javac] location: class oracle.otnsamples.ibfbs.admin.helper.JAXRPCStockQuoteServiceClient
[javac] Stub stub = (Stub) new StockQuoteEJB_Impl().getStockQuoteServicePort();
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -deprecation for details.
[javac] 2 errors
BUILD FAILED
/home/anthos/projects/ibfbs/build.xml:244: Compile failed; see the compiler error output for details.
--

I get the same error while running the web services samples (basic using stateless).
wsa:
[java] Error: Invalid command 'config' [java]
[java] Usage:
[java] java -jar wsa.jar -<command> -debug -help
[java] where command can be one of:
[java]      analyze
[java]      aqAssemble
[java]      assemble
[java]      corbaAssemble
[java]      dbJavaAssemble
[java]      ejbAssemble
[java]      fetchWsdl
[java]      genApplicationDescriptor
[java]      genConcreteWsdl
[java]      genDDs
[java]      genInterface
[java]      genProxy
[java]      genQosWsdl
[java]      genValueTypes
[java]      genWsdl
[java]      help
[java]      jmsAssemble
[java]      plsqlAssemble
[java]      sqlAssemble
[java]      topDownAssemble
[java]      version
BUILD FAILED
C:\jws\oracle\basic\stateless\build.xml:20: The following error occurred while executing this line:
C:\jws\oracle\common.xml:74: Java returned: 1
Total time: 3 seconds
CAN ANYONE HELP PLEASE !!!!!!!!!!!!!

Similar Messages

  • Problem in Building OTN Financial Brokerage Service Application

    Dear all,
    I have Downloaded recent Financial Brokerage Service Application JAR file .
    When I was trying to build I found Couple of Errors ,
    1.In make.xml line No328 USER NAME IS GIVEN AS "admin" insted of "oc4jadmin".
    I fixed this one and moved further
    WHen I try to Build I got the FOllowing ERror
    [echo] Using Web Service Asswembler from C:\\oc4j/webservices/lib/wsa.jar
    [java] Error: Invalid command 'config'
    [java]
    [java] Usage:
    [java] java -jar wsa.jar -<command> -debug -help
    [java] where command can be one of:
    [java] analyze
    [java] aqAssemble
    [java] assemble
    [java] corbaAssemble
    [java] dbJavaAssemble
    [java] ejbAssemble
    [java] fetchWsdl
    [java] genApplicationDescriptor
    [java] genConcreteWsdl
    [java] genDDs
    [java] genInterface
    [java] genProxy
    [java] genQosWsdl
    [java] genValueTypes
    [java] genWsdl
    [java] help
    [java] jmsAssemble
    [java] plsqlAssemble
    [java] sqlAssemble
    [java] topDownAssemble
    [java] version
    BUILD FAILED
    C:\ibfbs\build.xml:205: Java returned: 1
    HERE IS COMPLETE MESSAGE
    C:\ibfbs>ant make
    Buildfile: build.xml
    init:
    clean:
    [delete] Deleting directory C:\ibfbs\lib
    [delete] Deleting directory C:\ibfbs\build
    setup:
    [mkdir] Created dir: C:\ibfbs\lib
    [mkdir] Created dir: C:\ibfbs\build
    [mkdir] Created dir: C:\ibfbs\build\ejb
    [mkdir] Created dir: C:\ibfbs\build\ejb\META-INF
    [mkdir] Created dir: C:\ibfbs\build\ws
    [mkdir] Created dir: C:\ibfbs\build\ws\META-INF
    [mkdir] Created dir: C:\ibfbs\build\web
    [mkdir] Created dir: C:\ibfbs\build\web\WEB-INF
    [mkdir] Created dir: C:\ibfbs\build\web\jsps
    [mkdir] Created dir: C:\ibfbs\build\web\images
    [mkdir] Created dir: C:\ibfbs\build\web\includes
    [mkdir] Created dir: C:\ibfbs\build\web\schema
    [mkdir] Created dir: C:\ibfbs\build\web\WEB-INF\classes
    [mkdir] Created dir: C:\ibfbs\build\web\WEB-INF\lib
    [mkdir] Created dir: C:\ibfbs\build\web\WEB-INF\xml
    [mkdir] Created dir: C:\ibfbs\build\toplink
    [mkdir] Created dir: C:\ibfbs\build\wsejb
    [mkdir] Created dir: C:\ibfbs\build\wsejb\META-INF
    [mkdir] Created dir: C:\ibfbs\build\j2ee
    [mkdir] Created dir: C:\ibfbs\build\j2ee\META-INF
    toplink-classes:
    [javac] Compiling 4 source files to C:\ibfbs\build\toplink
    toplink-descriptor:
    [copy] Copying 4 files to C:\ibfbs\build\toplink
    toplink-jar:
    [jar] Building jar: C:\ibfbs\lib\ibfbs_toplink.jar
    ejb-classes:
    [javac] Compiling 40 source files to C:\ibfbs\build\ejb
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -deprecation for details.
    ejb-descriptor:
    [copy] Copying 2 files to C:\ibfbs\build\ejb\META-INF
    ejb-jar:
    [jar] Building jar: C:\ibfbs\lib\ibfbs_ejb.jar
    wsejb-descriptors:
    [copy] Copying 1 file to C:\ibfbs\build\wsejb\META-INF
    wsejb-classes:
    [javac] Compiling 3 source files to C:\ibfbs\build\wsejb
    [javac] C:\ibfbs\webservices\src\oracle\otnsamples\ibfbs\admin\ejb\StockQuot
    eBean.java
    [javac] C:\ibfbs\webservices\src\oracle\otnsamples\ibfbs\admin\ejb\StockQuot
    eService.java
    [javac] C:\ibfbs\webservices\src\oracle\otnsamples\ibfbs\trademanagement\ejb
    \TradeHelper.java
    wsejb-jar:
    [jar] Building jar: C:\ibfbs\lib\ibfbs_service_ejb.jar
    gen-service:
    [echo] Using Web Service Asswembler from C:\\oc4j/webservices/lib/wsa.jar
    [java] Error: Invalid command 'config'
    [java]
    [java] Usage:
    [java] java -jar wsa.jar -<command> -debug -help
    [java] where command can be one of:
    [java] analyze
    [java] aqAssemble
    [java] assemble
    [java] corbaAssemble
    [java] dbJavaAssemble
    [java] ejbAssemble
    [java] fetchWsdl
    [java] genApplicationDescriptor
    [java] genConcreteWsdl
    [java] genDDs
    [java] genInterface
    [java] genProxy
    [java] genQosWsdl
    [java] genValueTypes
    [java] genWsdl
    [java] help
    [java] jmsAssemble
    [java] plsqlAssemble
    [java] sqlAssemble
    [java] topDownAssemble
    [java] version
    BUILD FAILED
    C:\ibfbs\build.xml:205: Java returned: 1
    Total time: 5 seconds
    C:\ibfbs>
    Could u please Help me how to proceed further
    With Thanks And Regrads
    G P P

    me too face the same problem... any reply pls....

  • Need Suggestion to build a simple web service demo

    I'm planning to build a demo using java packages JAX* for my team using my workstation and another standalone box.
    I got a Sun One Web Services Platform DVD from JavaOne, but it only support Win200 or XP, too bad our company still using Win NT SP6.
    I only need a very simple web service that will bring data from server DB. I knew I can download the JWSDP1.2, but there is no tutorial right now. And I have tried JWSDP1.1 but not really understand what it is doing(because only Hello world service is working). I need to do some modification to change the default server port from 80 to 81, and I need to modified localhost to [my-machine-name] so that the other machine can talk to the JWSDP server.
    My question is how can I build up a web service demo really easy and quick and what tool should I used, any suggestion will be appreciated! Thanks in advance!
    Henry

    1. Use XML Spy Enterprise edition editor.
    2. Goto www.xmethods.com, select service you want to create demo of.
    3. Get its WSDL url.
    4. In XML Spy SOAP menu there is a command 'create new soap request'. Press that, enter the WSDL url. You will get a SOAP request.
    5. Edit SOAP request parameters. Type parameters of your choice.
    6. Press 'send request to server'. You will get SOAP response. It will contain result from the requested method.
    7. Paste that response inside a JSP.
    8. Write a local method which will return same response (remote method's return value) that came from remote web service.
    9. Paste that method inside abovementioned JSP. Replace static response in that JSP with the response generated by local method. The method parameters will come from client's SOAP request. Parse SOAP request to get request parameters. (As it's your demo, you know the data types of the parameters).
    10. Host that JSP on any Servlet/JSP engine.
    That makes your Web Service.
    You can use any package like Aapche SOAP, AXIS or JAX-RPC to generate a SOAP client. Use the URL of JSP(step 10) as "endpoint".
    Note: Indside JSP make sure that there in no endline and carriage return character. Otherwise it won't be a valid SOAP response.
    Good luck.

  • Build failed while Installing AIA FP Demo Application

    Hi ,
    I was trying to run the AIA Foundation Pack Demo Application as per the steps mentioned in oracle site,I am getting this error while Installing and Deploying AIA Demo Application(deployment script ant –f deployDemo.xml in command window).
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config>ant -f deployDemo.xml
    Buildfile: deployDemo.xml
    InstallDemo:
    [echo]
    [echo] /------------------------------------------------------------\
    [echo] ! !
    [echo] ! Setting the environment to install !
    [echo] ! AIA Demo !
    [echo] ! !
    [echo] ! Verify D:\Devrep\Oracle\AIAHome\aia_instances\AIA/logs/AIAdemoI
    nstall.log !
    [echo] \------------------------------------------------------------/
    [echo]
    [echo] /----------------------------------------------------------\
    [echo] ! !
    [echo] ! Installing AIA Demo !
    [echo] ! !
    [echo] \----------------------------------------------------------/
    AID:
    BUILD FAILED
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config\deployDemo.xml:91: The following
    error occurred while executing this line:
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config\deployDemo.xml:123: The followin
    g error occurred while executing this line:
    D:\Devrep\Oracle\AIAHome\Infrastructure\Install\AID\AIAInstallDriver.xml:35: web
    logic.security.internal.encryption.EncryptionServiceException: weblogic.security
    .internal.encryption.EncryptionServiceException: weblogic.security.internal.encr
    yption.EncryptionServiceException: [Security:090219]Error decrypting Secret Key
    java.lang.SecurityException: The provider self-integrity check failed.
    Please help me out how to resolve this issue.
    Thanks in Advance.
    Biswanath

    Can you try passing weblogic username and password to the demo deploy command. The command would be
    ant -f deployDemo.xml -DUsername=<weblogic username> -DPassword=<weblogic password>
    Thanks,
    -Pavan

  • AIA Installing and Deploying Demo Application failed:Build.xml not found

    Hi,
    i am trying to install demo application using following steps
    Extract Foundation Pack Demo under <AIA_HOME>.
    If not already done so, set environment variables:
    For Linux (bash shell)
    source <AIA_HOME>/aia_instances/<aia_instance>/bin/aiaenv.sh
    For Windows
    Navigate to aiaenv.bat located in <AIA_HOME>\aia_instances\<aia_instance>\bin
    Run aiaenv.bat
    You may have to assign higher memory values in your JVM parameter settings for demo to deploy if you have not set the maximum possible value already. Use the following three steps as guidance to configure JVM parameters:
    Navigate to <Middleware home>\user_projects\domains\<domain_name>\bin
    Update the following parameter in the setSOADomainEnv.sh (for Linux) and setSOADomainEnv.cmd (for Windows) file:
    USER_MEM_ARGS=""-Xms2048M -Xmx2048M -XX:PermSize=256M -XX:MaxPermSize=512M -Xmn1228M -XX:SurvivorRatio=10""
    Note: These are recommended values while using Sun JVM. Actual values that you set depend on your system configurations. When running on dedicated hosts, you can set the JVM heap size as high as possible. Higher value results in better performance. However this number is constrained by the operating system's addressable memory space.
    Restart SOA server
    Run the deployment script:
    At the command line prompt, run the following command for your platform:
    For Linux:
    cd $AIA_HOME/samples/AIADemo/config
    ant -f deployDemo.xml
    For Windows:
    cd %AIA_HOME%\samples\AIADemo\config
    ant –f deployDemo.xml
    while runiing the deployment script it showing build.xml not exist..
    Error Details
    D:\Soasuite\oracle\Middleware\SOASuite11gR1PS4\oracle_common\samples\AIADemo\con
    fig>ant -f deployDemo.xml
    Buildfile: build.xml does not exist!
    Build failed
    Any suggestions
    Thanks in advance

    Hi
    This is the location i am having my installation because in this location only MY AIA instance got created.
    Here i am pasting my env variable setup in aiaenv.bat file
    #set environment variables
    set AIA_HOME=D:\\Soasuite\oracle\Middleware\SOASuite11gR1PS4\oracle_common
    set MW_HOME=D:\\ORACLE\Middleware
    set SOA_HOME=D:\\ORACLE\Middleware\Oracle_SOA1
    set JAVA_HOME=D:\ORACLE\Middleware\jdk160_24\jre
    set AIA_INSTANCE=%AIA_HOME%/aia_instances/AIAinst1
    kindly help...

  • Build failed while Installing AIA Demo

    Hi,
    I am getting this error while Installing and Deploying AIA Demo Application.
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config>ant -f deployDemo.xml
    Buildfile: deployDemo.xml
    InstallDemo:
    [echo]
    [echo] /------------------------------------------------------------\
    [echo] ! !
    [echo] ! Setting the environment to install !
    [echo] ! AIA Demo !
    [echo] ! !
    [echo] ! Verify D:\Devrep\Oracle\AIAHome\aia_instances\AIA/logs/AIAdemoI
    nstall.log !
    [echo] \------------------------------------------------------------/
    [echo]
    [echo] /----------------------------------------------------------\
    [echo] ! !
    [echo] ! Installing AIA Demo !
    [echo] ! !
    [echo] \----------------------------------------------------------/
    AID:
    BUILD FAILED
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config\deployDemo.xml:91: The following
    error occurred while executing this line:
    D:\Devrep\Oracle\AIAHome\samples\AIADemo\config\deployDemo.xml:123: The followin
    g error occurred while executing this line:
    D:\Devrep\Oracle\AIAHome\Infrastructure\Install\AID\AIAInstallDriver.xml:35: web
    logic.security.internal.encryption.EncryptionServiceException: weblogic.security
    .internal.encryption.EncryptionServiceException: weblogic.security.internal.encr
    yption.EncryptionServiceException: [Security:090219]Error decrypting Secret Key
    java.lang.SecurityException: The provider self-integrity check failed.
    Please help me out how to resolve this issue.
    Thanks in Advance.
    Biswanath

    Can you try passing weblogic username and password to the demo deploy command. The command would be
    ant -f deployDemo.xml -DUsername=<weblogic username> -DPassword=<weblogic password>
    Thanks,
    -Pavan

  • PKIX path building failed

    Hi,
    I am trying to send an email from Oracle SOA server. I have the latest java mail & jdk.
    I am using yahoo india smtp settings.
    smtp.mail.yahoo.co.in
    SSL
    465
    I tried it with gmail as well. Also i tried a sample program with yahoo/gmail, but still the same exception...
    Any help pls??
    [TopLink Info]: 2010.08.30 15:02:05.969--ServerSession(676145274)--businessrules_session_oracle login successful
    <Aug 30, 2010 3:07:11 PM EST> <Error> <oracle.sdp.messaging.driver.email> <SDP-25700> <An unexpected exception was caught.
    javax.mail.MessagingException: Exception reading response;
    nested exception is:
    javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java:1611)
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1369)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:412)
    at javax.mail.Service.connect(Service.java:310)
    at javax.mail.Service.connect(Service.java:169)
    at javax.mail.Service.connect(Service.java:118)
    at oracle.sdpinternal.messaging.driver.email.EmailDriver.send(EmailDriver.java:781)
    at oracle.sdpinternal.messaging.driver.email.EmailManagedConnection.send(EmailManagedConnection.java:56)
    at oracle.sdpinternal.messaging.driver.DriverConnectionImpl.send(DriverConnectionImpl.java:41)
    at oracle.sdpinternal.messaging.dispatcher.DriverDispatcherBean.onMessage(DriverDispatcherBean.java:298)
    at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
    at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
    at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4659)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4345)
    at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3821)
    at weblogic.jms.client.JMSSession.access$000(JMSSession.java:115)
    at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5170)
    at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Sample Program:
    import java.util.Properties;
    import javax.mail.Message;
    import javax.mail.MessagingException;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.Message.RecipientType;
    import javax.mail.internet.AddressException;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeMessage;
    import com.sun.mail.smtp.SMTPSSLTransport;
    public class SendMailExample {
    public static void main(String[] args) {
    String from = "[email protected]";
    String to = "[email protected]";
    String subject = "Test Message";
    String message = "This is A test message sent via Gmail ";
    SendMail sendMail = new SendMail(from, to, subject, message);
    sendMail.send();
    class SendMail {
    private String from;
    private String to;
    private String subject;
    private String text;
    public SendMail(String from, String to, String subject, String text){this.from = from; this.to = to; this.subject = subject;this.text = text;}
    public void send(){
    String host = "smtp.gmail.com";
    String userid = "xx";
    String password = "xx";
    try
    Properties props = System.getProperties();
    props.put("mail.smtp.starttls.enable", "true");
    props.put("mail.smtp.host", host);
    props.setProperty("mail.transport.protocol", "smtps");
    props.put("mail.smtp.user", userid);
    props.put("mail.smtp.password", password);
    props.put("mail.smtp.port", "465");
    props.put("mail.smtps.auth", "true");
    Session session = Session.getDefaultInstance(props, null);
    MimeMessage message = new MimeMessage(session);
    InternetAddress fromAddress = null;
    InternetAddress toAddress = null;
    try {
    fromAddress = new InternetAddress(from);
    toAddress = new InternetAddress(to);
    } catch (AddressException e) {
    e.printStackTrace();
    message.setFrom(fromAddress);
    message.setRecipient(RecipientType.TO, toAddress);
    message.setSubject(subject);
    message.setText(text);
    //SMTPSSLTransport transport =(SMTPSSLTransport)session.getTransport("smtps");
    Transport transport = session.getTransport("smtps");
    transport.connect(host, userid, password);
    transport.sendMessage(message, message.getAllRecipients());
    transport.close();
    } catch (MessagingException e) {
    e.printStackTrace();
    Thanks,
    Ganesh

    Hi Ganesh!
    Thanks a bunch for your quick response...
    So, just to be sure about what I need to do:
    1.- From the setDomainEnv.cmd I need to remove the part that reads “-Djavax.net.ssl.trustStore=%WL_HOME%\server\lib\DemoTrust.jks”...
    2.- In the Keystores tab found in WebLogic Console Home > Summary of Servers > AdminServer(admin), change the Keystores current value "Demo Identity and Demo Trust" to the "Custom Identity and Java Standard Trust" option found in the dropdown box.
    I have a doubt in number 2... Do I have to do this only in the AdminServer or I have to do it in both, the AdminServer and my ManagedServer (soa_server1)?
    Again, thanks for your help, this error was driving me crazy!

  • Creative Cloud Packager - Build fail

    Hi,
    I am trying to build a package with CC 1.7 build 43 but receive the error 'Build fail'. I have pasted the log below. I have tried both x86 and x64 but it doesn't make a difference. I also tried building it without Illustrator but then received the same error with with Acrobat Pro.
    The only adobe productso on my workstation is Reader and Flash, running Win7. Any ideas how i can fix this?
    10/28/2014 09:41:28[INFO] AdobePackageBuilder - Build Version - 1.7.0.43
    10/28/2014 09:41:28[INFO] AdobePackageBuilder - Logging Level verbosity Set  to 4
    10/28/2014 09:41:58 [INFO] AdobePackageBuilder - Successfully retrieved TargetName from OptionXML.
    10/28/2014 09:42:15 [INFO] AdobePackageBuilder - Sucessfully extracted the product at C:\Users\brettm\AppData\Local\Temp\{EE9A7B5D-B687-482F-906D-3BC2C4C17DAA}\ACCCx2_8_1_451
    10/28/2014 09:42:15 [INFO] AdobePackageBuilder - Extraction completed with return code = 0
    10/28/2014 09:42:51 [WARN] AdobePackageBuilder - No file exist at (C:\CC\QLS_Digital\x86\QLS_Digital_x86\Build\ASU\Tools\CCC\Uninstall\deploy\remove.xml)
    10/28/2014 09:42:55 [INFO] AdobePackageBuilder - Copied File (payloads\Media_db.db)
    10/28/2014 09:42:55 [INFO] AdobePackageBuilder - Copied File (payloads\Media_db.sig)
    10/28/2014 09:42:55 [INFO] AdobePackageBuilder - Copied File (payloads\Setup.xml)
    10/28/2014 09:42:55 [INFO] AdobePackageBuilder - ASU at Path (C:\CC\QLS_Digital\x86\QLS_Digital_x86\Build\Setup\APRO11.0.0en_GB\Set-up.exe) is not found. Skipping copying and renaming.
    10/28/2014 09:44:23 [INFO] AdobePackageBuilder - Copied Setup file/folder (packages)
    10/28/2014 09:44:27 [INFO] AdobePackageBuilder - Copied Setup file/folder (resources)
    10/28/2014 09:44:27 [INFO] AdobePackageBuilder - Copied File (Set-up.exe)
    10/28/2014 09:44:28 [INFO] AdobePackageBuilder - Copied File (payloads\Media_db.db)
    10/28/2014 09:44:28 [INFO] AdobePackageBuilder - Copied File (payloads\Media_db.sig)
    10/28/2014 09:44:28 [INFO] AdobePackageBuilder - Copied File (payloads\Setup.xml)
    10/28/2014 09:45:08 [INFO] AdobePackageBuilder - Copied Setup file/folder (packages)
    10/28/2014 09:45:11 [INFO] AdobePackageBuilder - Copied Setup file/folder (resources)
    10/28/2014 09:45:11 [INFO] AdobePackageBuilder - Copied File (Set-up.exe)
    10/28/2014 09:45:12 [INFO] AdobePackageBuilder - Copied File (payloads\Media_db.db)
    10/28/2014 09:45:12 [INFO] AdobePackageBuilder - Copied File (payloads\Media_db.sig)
    10/28/2014 09:45:12 [INFO] AdobePackageBuilder - Copied File (payloads\setup.xml)
    10/28/2014 09:46:09 [ERROR] AdobePackageBuilder - Failed to unzip the file (payloads\AdobeIllustrator18-mul-300914132703\Assets1_1.zip) from the zip file (C:\Users\brettm\AppData\Local\Adobe\AAMUpdater\1.0\Install\AdobeIllustrator18-mul\18.1.0 .430.2\setup.zip).
    10/28/2014 09:46:09 [ERROR] AdobePackageBuilder - Failed to unzip the update - C:\Users\brettm\AppData\Local\Adobe\AAMUpdater\1.0\Install\AdobeIllustrator18-mul\18.1.0. 430.2\setup.zip.
    Regards,
    Brett.

    If I recall correctly I got around this by deleting everything under the C:\Users\brettm\AppData\Local\Adobe\AAMUpdater\1.0\Install directory and whitelisted the following address in our proxy server. Then I started all over again and it worked. It always failed towards the end of the build so I can only assume it was doing some final checks with Adobe servers to make sure I had the proper licencing or something like that. Hope this helps.
    ccmdl.adobe.com:80
    swupmf.adobe.com:80
    swupdl.adobe.com:80
    https://na1mbls.licenses.adobe.com
    https://ims-na1.adobelogin.com
    https://adobeid-na1.services.adobe.com
    https://na1r.services.adobe.com
    http://activate.adobe.com
    https://activate.adobe.com
    http://adobe.activate.com
    https://adobe.activate.com
    ccmdls.adobe.com:443
    ims-na1.adobelogin.com:443
    na1r.services.adobe.com:443
    prod-rel-ffc-ccm.oobesaas.adobe.com:443
    lm.licenses.adobe.com:443
    www-du1.adobe.com
    Regards,
    Brett.

  • Error during generation of the WSDL:  BUILD FAILED java.lang.NoClassDefFoundError: com/sun/javadoc/Type

    When I create an EJB Transport Business Service, after selecting the jar that has the EJB 2.1 artefacts (Remote, Home, etc) the oepe plugin fails and can't continue.
    As I understand it seems that there is a problem with the classpath of ant build.xml  that oepe creates inside folder /tmp/alsbejbtransport/ to compile the bs and generate the wsdl. I checked if tools.jar is in the classpath (in eclipse) and is included, so I can't figure out wich is the problem.
    I found this in Oracle, but not helps solve the problem:
    BEA-398120
    Error: The WSDL for the typed transport endpoint could not be accessed.
    Description
    There was a problem retrieving the WSDL from the typed transport service endpoint at the time of service registration
    Action
    Contact technical support
    This is the the full stacktrace that shows eclipse.
    Generate : Error during generation of the WSDL:
    BUILD FAILED
    java.lang.NoClassDefFoundError: com/sun/javadoc/Type
            at com.bea.util.jam.provider.JamServiceFactoryImpl.createSourceBuilder(JamServiceFactoryImpl.java:205)
            at com.bea.util.jam.provider.JamServiceFactoryImpl.createBuilder(JamServiceFactoryImpl.java:158)
            at com.bea.util.jam.provider.JamServiceFactoryImpl.createClassLoader(JamServiceFactoryImpl.java:137)
            at com.bea.util.jam.provider.JamServiceFactoryImpl.createService(JamServiceFactoryImpl.java:78)
            at weblogic.wsee.util.JamUtil.parseSource(JamUtil.java:152)
            at weblogic.wsee.tools.anttasks.JwsLoader.loadJClasses(JwsLoader.java:186)
            at weblogic.wsee.tools.anttasks.JwsLoader.load(JwsLoader.java:75)
            at weblogic.wsee.tools.anttasks.JwsModule.loadWebServices(JwsModule.java:569)
            at weblogic.wsee.tools.anttasks.JwsModule.generate(JwsModule.java:369)
            at weblogic.wsee.tools.anttasks.JwsModule.build(JwsModule.java:256)
            at weblogic.wsee.tools.anttasks.JwscTask.execute(JwscTask.java:184)
            at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
            at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
            at java.lang.reflect.Method.invoke(Method.java:601)
            at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
            at org.apache.tools.ant.Task.perform(Task.java:348)
            at org.apache.tools.ant.Target.execute(Target.java:357)
            at org.apache.tools.ant.Target.performTasks(Target.java:385)
            at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
            at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
            at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
            at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
            at org.apache.tools.ant.Main.runBuild(Main.java:758)
            at org.apache.tools.ant.Main.startAnt(Main.java:217)
            at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
            at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    Caused by: java.lang.ClassNotFoundException: com.sun.javadoc.Type
            at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1400)
            at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1341)
            at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1088)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
            ... 27 more
    Total time: 0 seconds
    Eclipse Installation details:
    *** System properties:
    eclipse.application=org.eclipse.ui.ide.workbench
    eclipse.buildId=M20110909-1335
    eclipse.commands=-os
    linux
    -ws
    gtk
    -arch
    x86_64
    -showsplash
    -launcher
    {home}/Development/oepe-indigo/eclipse
    -name
    Eclipse
    --launcher.library
    {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so
    -startup
    {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    --launcher.overrideVmargs
    -exitdata
    1e418010
    -vm
    /usr/bin/java
    eclipse.home.location=file:{home}/Development/oepe-indigo/
    eclipse.launcher={home}/Development/oepe-indigo/eclipse
    eclipse.launcher.name=Eclipse
    [email protected]/../p2/
    eclipse.p2.profile=PlatformProfile
    eclipse.product=org.eclipse.platform.ide
    eclipse.startTime=1374623921455
    eclipse.vm=/usr/bin/java
    eclipse.vmargs=-Xms256m
    -Xmx768m
    -XX:MaxPermSize=512m
    -Dsun.lang.ClassLoader.allowArraySyntax=true
    -Dweblogic.home={home}/Oracle/Middleware/wlserver_10.3
    -Dharvester.home={home}/Oracle/Middleware/Oracle_OSB1/harvester
    -Dosb.home={home}/Oracle/Middleware/Oracle_OSB1
    -Dosgi.bundlefile.limit=750
    -Dosgi.nl=en_US
    -Dmiddleware.home={home}/Oracle/Middleware
    -jar
    {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    equinox.use.ds=true
    file.encoding=UTF-8
    file.encoding.pkg=sun.io
    file.separator=/
    guice.disable.misplaced.annotation.check=true
    harvester.home={home}/Oracle/Middleware/Oracle_OSB1/harvester
    http.nonProxyHosts=localhost
    java.awt.graphicsenv=sun.awt.X11GraphicsEnvironment
    java.awt.printerjob=sun.print.PSPrinterJob
    java.class.path={home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    java.class.version=50.0
    java.endorsed.dirs=/usr/lib/jvm/jdk1.6.0_45/jre/lib/endorsed
    java.ext.dirs=/usr/lib/jvm/jdk1.6.0_45/jre/lib/ext:/usr/java/packages/lib/ext
    java.home=/usr/lib/jvm/jdk1.6.0_45/jre
    java.io.tmpdir=/tmp
    java.library.path=/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64/server:/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64:/usr/lib/jvm/jdk1.6.0_45/jre/../lib/amd64:/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
    java.protocol.handler.pkgs=null|com.bea.wli.sb.resources.url|com.bea.wli.sb.resources.jca.upgrade.url|weblogic.utils|weblogic.utils|weblogic.utils|weblogic.net|weblogic.net
    java.runtime.name=Java(TM) SE Runtime Environment
    java.runtime.version=1.6.0_45-b06
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Sun Microsystems Inc.
    java.specification.version=1.6
    java.vendor=Sun Microsystems Inc.
    java.vendor.url=http://java.sun.com/
    java.vendor.url.bug=http://java.sun.com/cgi-bin/bugreport.cgi
    java.version=1.6.0_45
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot(TM) 64-Bit Server VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Sun Microsystems Inc.
    java.vm.specification.version=1.0
    java.vm.vendor=Sun Microsystems Inc.
    java.vm.version=20.45-b01
    javax.rmi.CORBA.PortableRemoteObjectClass=weblogic.iiop.PortableRemoteObjectDelegateImpl
    javax.rmi.CORBA.UtilClass=weblogic.iiop.UtilDelegateImpl
    jna.platform.library.path=/usr/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnu:/lib64:/usr/lib:/lib
    line.separator=
    middleware.home={home}/Oracle/Middleware
    oracle.eclipse.tools.weblogic.ui.isWebLogicServer=true
    org.apache.commons.logging.Log=org.apache.commons.logging.impl.NoOpLog
    org.eclipse.equinox.launcher.splash.location={home}/Development/oepe-indigo/plugins/org.eclipse.platform_3.7.1.v201109091335/splash.bmp
    org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info
    org.eclipse.m2e.log.dir={home}/workspace/pragma/.metadata/.plugins/org.eclipse.m2e.logback.configuration
    org.eclipse.update.reconcile=false
    org.omg.CORBA.ORBClass=weblogic.corba.orb.ORB
    org.omg.CORBA.ORBSingletonClass=weblogic.corba.orb.ORB
    org.osgi.framework.executionenvironment=OSGi/Minimum-1.0,OSGi/Minimum-1.1,OSGi/Minimum-1.2,JRE-1.1,J2SE-1.2,J2SE-1.3,J2SE-1.4,J2SE-1.5,JavaSE-1.6
    org.osgi.framework.language=en
    org.osgi.framework.os.name=Linux
    org.osgi.framework.os.version=3.8.0
    org.osgi.framework.processor=x86-64
    org.osgi.framework.system.capabilities=osgi.ee; osgi.ee="OSGi/Minimum"; version:List<Version>="1.0, 1.1, 1.2",osgi.ee; osgi.ee="JavaSE"; version:List<Version>="1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6"
    org.osgi.framework.system.packages=javax.accessibility,javax.activation,javax.activity,javax.annotation,javax.annotation.processing,javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.imageio,javax.imageio.event,javax.imageio.metadata,javax.imageio.plugins.bmp,javax.imageio.plugins.jpeg,javax.imageio.spi,javax.imageio.stream,javax.jws,javax.jws.soap,javax.lang.model,javax.lang.model.element,javax.lang.model.type,javax.lang.model.util,javax.management,javax.management.loading,javax.management.modelmbean,javax.management.monitor,javax.management.openmbean,javax.management.relation,javax.management.remote,javax.management.remote.rmi,javax.management.timer,javax.naming,javax.naming.directory,javax.naming.event,javax.naming.ldap,javax.naming.spi,javax.net,javax.net.ssl,javax.print,javax.print.attribute,javax.print.attribute.standard,javax.print.event,javax.rmi,javax.rmi.CORBA,javax.rmi.ssl,javax.script,javax.security.auth,javax.security.auth.callback,javax.security.auth.kerberos,javax.security.auth.login,javax.security.auth.spi,javax.security.auth.x500,javax.security.cert,javax.security.sasl,javax.sound.midi,javax.sound.midi.spi,javax.sound.sampled,javax.sound.sampled.spi,javax.sql,javax.sql.rowset,javax.sql.rowset.serial,javax.sql.rowset.spi,javax.swing,javax.swing.border,javax.swing.colorchooser,javax.swing.event,javax.swing.filechooser,javax.swing.plaf,javax.swing.plaf.basic,javax.swing.plaf.metal,javax.swing.plaf.multi,javax.swing.plaf.synth,javax.swing.table,javax.swing.text,javax.swing.text.html,javax.swing.text.html.parser,javax.swing.text.rtf,javax.swing.tree,javax.swing.undo,javax.tools,javax.transaction,javax.transaction.xa,javax.xml,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.bind.util,javax.xml.crypto,javax.xml.crypto.dom,javax.xml.crypto.dsig,javax.xml.crypto.dsig.dom,javax.xml.crypto.dsig.keyinfo,javax.xml.crypto.dsig.spec,javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.soap,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stax,javax.xml.transform.stream,javax.xml.validation,javax.xml.ws,javax.xml.ws.handler,javax.xml.ws.handler.soap,javax.xml.ws.http,javax.xml.ws.soap,javax.xml.ws.spi,javax.xml.ws.wsaddressing,javax.xml.xpath,org.ietf.jgss,org.omg.CORBA,org.omg.CORBA_2_3,org.omg.CORBA_2_3.portable,org.omg.CORBA.DynAnyPackage,org.omg.CORBA.ORBPackage,org.omg.CORBA.portable,org.omg.CORBA.TypeCodePackage,org.omg.CosNaming,org.omg.CosNaming.NamingContextExtPackage,org.omg.CosNaming.NamingContextPackage,org.omg.Dynamic,org.omg.DynamicAny,org.omg.DynamicAny.DynAnyFactoryPackage,org.omg.DynamicAny.DynAnyPackage,org.omg.IOP,org.omg.IOP.CodecFactoryPackage,org.omg.IOP.CodecPackage,org.omg.Messaging,org.omg.PortableInterceptor,org.omg.PortableInterceptor.ORBInitInfoPackage,org.omg.PortableServer,org.omg.PortableServer.CurrentPackage,org.omg.PortableServer.POAManagerPackage,org.omg.PortableServer.POAPackage,org.omg.PortableServer.portable,org.omg.PortableServer.ServantLocatorPackage,org.omg.SendingContext,org.omg.stub.java.rmi,org.w3c.dom,org.w3c.dom.bootstrap,org.w3c.dom.css,org.w3c.dom.events,org.w3c.dom.html,org.w3c.dom.ls,org.w3c.dom.ranges,org.w3c.dom.stylesheets,org.w3c.dom.traversal,org.w3c.dom.views,org.w3c.dom.xpath,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers
    org.osgi.framework.uuid=901615cd-f3f3-0012-11b6-a3bca4d97ac1
    org.osgi.framework.vendor=Eclipse
    org.osgi.framework.version=1.6.0
    org.osgi.supports.framework.extension=true
    org.osgi.supports.framework.fragment=true
    org.osgi.supports.framework.requirebundle=true
    os.arch=amd64
    os.name=Linux
    os.version=3.8.0-26-generic
    osb.home={home}/Oracle/Middleware/Oracle_OSB1
    osgi.arch=x86_64
    osgi.bundlefile.limit=750
    osgi.bundles=reference:file:javax.transaction_1.1.1.v201105210645.jar,reference:file:org.eclipse.equinox.simpleconfigurator_1.0.200.v20110502-1955.jar@1:start
    osgi.bundles.defaultStartLevel=4
    osgi.bundlestore={home}/Development/oepe-indigo/configuration/org.eclipse.osgi/bundles
    osgi.configuration.area=file:{home}/Development/oepe-indigo/configuration/
    osgi.framework=file:{home}/Development/oepe-indigo/plugins/org.eclipse.osgi_3.7.1.R37x_v20110808-1106.jar
    osgi.framework.extensions=reference:file:javax.transaction_1.1.1.v201105210645.jar
    osgi.framework.shape=jar
    osgi.framework.version=3.7.1.R37x_v20110808-1106
    osgi.frameworkClassPath=., file:{home}/Development/oepe-indigo/plugins/javax.transaction_1.1.1.v201105210645.jar
    osgi.install.area=file:{home}/Development/oepe-indigo/
    osgi.instance.area=file:{home}/workspace/pragma/
    osgi.instance.area.default=file:{home}/workspace/
    osgi.logfile={home}/workspace/pragma/.metadata/.log
    osgi.manifest.cache={home}/Development/oepe-indigo/configuration/org.eclipse.osgi/manifests
    osgi.nl=en_US
    osgi.nl.user=en_US
    osgi.os=linux
    osgi.splashLocation={home}/Development/oepe-indigo/plugins/org.eclipse.platform_3.7.1.v201109091335/splash.bmp
    osgi.splashPath=platform:/base/plugins/org.eclipse.platform
    osgi.syspath={home}/Development/oepe-indigo/plugins
    osgi.tracefile={home}/workspace/pragma/.metadata/trace.log
    osgi.ws=gtk
    path.separator=:
    securerandom.source=file:/dev/./urandom
    socksNonProxyHost=localhost
    sun.arch.data.model=64
    sun.boot.class.path=/usr/lib/jvm/jdk1.6.0_45/jre/lib/resources.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/rt.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/sunrsasign.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/jsse.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/jce.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/charsets.jar:/usr/lib/jvm/jdk1.6.0_45/jre/lib/modules/jdk.boot.jar:/usr/lib/jvm/jdk1.6.0_45/jre/classes
    sun.boot.library.path=/usr/lib/jvm/jdk1.6.0_45/jre/lib/amd64
    sun.cpu.endian=little
    sun.cpu.isalist=
    sun.desktop=gnome
    sun.io.unicode.encoding=UnicodeLittle
    sun.java.command={home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar -os linux -ws gtk -arch x86_64 -showsplash -launcher {home}/Development/oepe-indigo/eclipse -name Eclipse --launcher.library {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so -startup {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar --launcher.overrideVmargs -exitdata 1e418010 -vm /usr/bin/java -vmargs -Xms256m -Xmx768m -XX:MaxPermSize=512m -Dsun.lang.ClassLoader.allowArraySyntax=true -Dweblogic.home={home}/Oracle/Middleware/wlserver_10.3 -Dharvester.home={home}/Oracle/Middleware/Oracle_OSB1/harvester -Dosb.home={home}/Oracle/Middleware/Oracle_OSB1 -Dosgi.bundlefile.limit=750 -Dosgi.nl=en_US -Dmiddleware.home={home}/Oracle/Middleware -jar {home}/Development/oepe-indigo//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
    sun.java.launcher=SUN_STANDARD
    sun.jnu.encoding=UTF-8
    sun.lang.ClassLoader.allowArraySyntax=true
    sun.management.compiler=HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level=unknown
    svnkit.http.methods=Basic
    svnkit.library.gnome-keyring.enabled=false
    user.country=AR
    user.dir={home}/Development/oepe-indigo
    user.home={home}
    user.language=es
    user.name={username}
    user.timezone=America/Argentina/Buenos_Aires
    weblogic.home={home}/Oracle/Middleware/wlserver_10.3
    Thanks!!

    run this one in command prompt and then convert the applet using converter tool
    JC_HOME = C:\java_card_kit-2_2_2\bin\
    set CLASSES=%JCHOME%\lib\apduio.jar;%JC_HOME%\lib\apdutool.jar;%JC_HOME%\lib\jcwde.jar;%JC_HOME%\lib\converter.jar;%JC_HOME%\lib\scriptgen.jar;%JC_HOME%\lib\offcardverifier.jar;%JC_HOME%\lib\api.jar;%JC_HOME%\lib\installer.jar;%JC_HOME%\lib\capdump.jar;
    D:\NareshPalle\jcardRE\Smart\src>java -classpath %_CLASSES% com.sun.javacard.con
    verter.Converter -out EXP JCA CAP -exportpath .\exp -applet 0x0a:0x00:0x00:0x00:0x0e:0x01:0x02:
    0x03:0x04:0x05:0x06 PackageName appletName 0x01:0x02:0x03:0x04:0x05:0x0
    6:0x07:0x08 1.0
    or
    go to following directory and run the converter tool in command prompt
    step 1: cd C:\java_card_kit-2_2_2\bin\
    then run this command under the above directory
    step 2:converter -classdir E:\Pathof Your applet class file -out EXP JCA CAP -exportpath E:\path of exp files folder -applet AID PackageName AppletName PackAID major.minor no
    For more doubts mail me....
    *[removed by moderator]*
    Thanks and Regards
    NareshPalle
    Edited by: EJP on 31/03/2012 20:09: removed your email address. Unless you like spam and unless you think these forums are provided for your personal benefit only, posting an email address here serves no useful purpose whatsoever.

  • How do you resolve Financial Management service validation error in EPM ?

    Does anyone know how to resolve Financial Management service validation error from EPM Diagnostic Report?
    Environment:
    Quad-Core AMD Processor 2.2 GHz (Server Machine)
    5 GB RAM
    Server 2003 Standard 32-Bit SP2 (also tried in Enterprise)
    Application Server:
    WebLogic Server 9.2 Custom Installation (with Add-Ins)
    http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html
    Database:
    Oracle 10gR2 (Standard Installation per step-by-step guide from Oracle)
    http://www.oracle.com/technology/software/products/database/index.html
    Hyperion EMP System 11.1.1.3:
    Installer
    Foundation Services (4 Files )
    EMP Architect
    Financial Management, Planning, Financial Reporting and Web Analysis (primarily interested in FM)
    http://www.oracle.com/technology/software/products/bi/performance-management/index.html
    The following are the sequences of steps carried out during the Installation and Configuration of EPM:
    1)     Installed the Server along with its respective SP2 – Shutdown the machine
    2)     Assigned IP and DNS addresses
    3)     Installed Window components by ticking Application Server Console, Enable COM+ access, IIS and DNS
    4)     Run “dcpromo” to create a Domain Controller with default values and assigned a domain name – Shutdown the machine
    5)     Installed Weblogic Server 9.2 and configure it using Configuration Wizard – Selected “test environment” and ticked default “listening port” – Shutdown the machine
    6)     Basic installation of Oracle Database 10gR2 using Step-by-Step guide provided by Oracle and carried out Password Management steps. After installation, I then created a user “oracle” and assigned it to ora_dba User Group with the required Local Security Policies – “log on as a batch job” and “Act as part of operating system”
    7)     Logged into database and acknowledge the licensing window – Shutdown the machine
    8)     Restarted the machine and checked all relevant and newly installed Database and WebLogic services are running.
    9)     Started Installing EPM components by double clicking “InstallTool.cmd” and selected all relevant components at ONCE as per Installation Guide – Result: - All selected EPM components were successfully installed without errors or exceptions
    10)     At the end of installation window, I carried out the configuration in the following scearios:
    Scenario 1: Configuration all at Default settings
    Scenario 2: Configuration all, except “Application Server” I selected the WebLogic9.2
    Scenario 3: Configuration all, except “Application Server” and “Workspace Web Server” were being Welogic9.2 and IIS HTTP
    RESULT: After all numerous installations, all came down to ONE ERROR from “Diagnostic Report” stating the following:
    Financial Management:
    FAILED SVR: HFM Service Validation Check if HFM service in working state.
    Error: Error message: <03/11/2010 05:32:26 PM> CreateApplicationCAS... Failed at line: 2
    Recommended Action: Make sure HAT utility is working. 1 s
    I then simply ignored this error and tried to deploy an Application, all worked fine until you get to the point at “Job Console” where you need to press “Refresh” button. Progress remained at 12% until it got timedout after 300 seconds and force attempt of refreshing resulting in “aborted” job with the following error:
    Error Reference Number: {DB3940F5-2D4A-46AB-A370-77F82F121BBA}
    Num: 0x8000ffff;Type: 0;DTime: 4/12/2010 4:39:58 PM;Svr: PBAR;File: CHsvDataSourceImpl.cpp;Line: 196;Ver: 11.1.1.3.0.2413;
    Num: 0x8000ffff;Type: 0;DTime: 4/12/2010 4:40:07 PM;Svr: PBAR;File: CHsxServer.cpp;Line: 1276;Ver: 11.1.1.3.0.2413;
    Num: 0x8000ffff;Type: 0;DTime: 4/12/2010 4:40:07 PM;Svr: PBAR;File: CHsxServer.cpp;Line: 1190;Ver: 11.1.1.3.0.2413;
    Num: 0x8000ffff;Type: 0;DTime: 4/12/2010 4:40:07 PM;Svr: PBAR;File: AgentHelper.cpp;Line: 728;Ver: 11.1.1.3.0.2413;
    Num: 0x8000ffff;Type: 1;DTime: 4/12/2010 4:40:08 PM;Svr: PBAR;File: CHfmAwbAgent.cpp;Line: 744;Ver: 11.1.1.3.0.2413;
    This is, I believe preventing me from deploying Consolidation Apps, including Sample Application provided with EPM Downloads. I have tried installing and configuring by components. All failed with the same outcome.
    I have been working on this effortlessly in different combinations to get at least one Financial Management Application get deployed so I could enhance my learning adventure. As it stands, I am not sure where to get help and completely lost in the World of Oracle. I am also come to wonder whether “Free Downloads of EPM” are indeed, is “complete and is in working-state” or do I need a licence to use for personal learning experience? Are there different downloads for different needs or/users For example, eDelivery downloads are different from OTN Agreement downloads?
    I have downloaded the files from following URL:
    http://www.oracle.com/technology/software/products/bi/performance-management/index.html
    I am completely lost and all services are up and running and not sure what I am missing!! Any assistance will be greatly appreciated.
    Many Thanks
    BT
    Edited by: user8973921 on 13-Apr-2010 05:08
    Edited by: user8973921 on 13-Apr-2010 10:56
    Edited by: user8973921 on 14-Apr-2010 02:30

    I am having exactly the same problem using Windows 2003 Standard editions SP2. Is there anyone who knows a possible solution for this? The effect on HFM is that is not possible to create an application, since I always get an error that says "Server execution failed"
    Error Reference Number: {E68F87E6-588E-4665-862C-AAB02CB299DA}
    Num: 0x80080005;Type: 0;DTime: 12/3/2009 5:21:47 PM;Svr: KINGTUT;File: CHsxServerImpl.cpp;Line: 3522;Ver: 11.1.1.3.0.2413;
    Num: 0x80080005;Type: 0;DTime: 12/3/2009 5:21:47 PM;Svr: KINGTUT;File: CHsxServer.cpp;Line: 1115;Ver: 11.1.1.3.0.2413;
    Num: 0x80080005;Type: 0;DTime: 12/3/2009 5:21:47 PM;Svr: KINGTUT;File: CHsxServer.cpp;Line: 857;Ver: 11.1.1.3.0.2413;
    Num: 0x80080005;Type: 0;DTime: 12/3/2009 5:21:47 PM;Svr: KINGTUT;File: CHsxClient.cpp;Line: 2106;Ver: 11.1.1.3.0.2413;

  • Executable build failing with no error message with smtp email VIs

    I have a VI which I want to build into a .exe which will be used as an HMI for a real-time system. I am using the SMTP VIs to text/email me various notifications about the system state. The main VI works fine if run but will not build into an .exe. The error message comes back blank so no help there (LabView 2010). If I just simply disable the portion of the code in the HMI.VI which contains the email VI code, the application builds. I searched for anwers and was unable to resolve the problem. Any ideas? Do I need to include anything in the build that is specific to the LabView SMTP VIs? I'm new to building .exe's so I appologize for any rookie mistakes I may have made.
    Thanks.

    mikeporter wrote:
    You said you searched for answers (on the forum?).
    Yes.
    What did you find?
    I found a bunch of topics on email send errors after the application was built but nothing related to .exe building failures (related to the SMTP/email VIs). I also found topics dicussing the bug that fails to report an (any) error during the .exe build (for 2011). The solution was to install the service pack. if that's my problem then I will have to go through the motions to get that done (corporate computers / lack of persmissons and such).
    What have you tried? This question has been answered many, many, many times.
    I tried what I stated in the OP. If I disable the portion of the code which contains the email SMTP VIs, the application builds, otherwise, the build fails and no error code or description is given.
    PS: probably has nothing to do with the SMTP drivers, per se.
    If the answer has been given many, many times, then I appologize for not being able to find it before posting. Trust me, the last thing I want to is waste my time fishing for answers on the forum, especially when I get a response from forum members who would rather point out that my mis-identified problem has been answered many, many times, rather then just helping me out.

  • Web Service over SSL failing in BEA Workshop

    I have deployed a web service on weblogic 9.2
    I have enabled one-way ssl on it. got a trial ssl certificate from verisign. installed them on the keystore/truststore on the server as well as the jre (cacerts and jssecacerts truststores) being used by the client. the client is on different machine than the server.
    i have developed the service through 'bea weblogic workshop 9.2' now when i try to test the service through the 'web services explorer' within bea weblogic workshop i receive the following error:
    IWAB0135E An unexpected error has occurred.
    IOException
    sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
    on server:
    <Jul 13, 2009 6:45:44 PM EDT> <Warning> <Security> <BEA-090485> <CERTIFICATE_UNKNOWN alert was received from yunus.l1id.local - 10.10.2.72. The peer has an unspecified issue with the certificate. SSL debug tracing should be enabled on the peer to determine what the issue is.>
    if i try to access the web service (over ssl) through the browser (ie/firefox), it works fine. i have generated a proxy class to access this web service through the same bea workshop and that works fine too. certificates are identified and all. i also created a small .net (c#) application that calls this secure web service over ssl from another machine and it works fine too!
    of course non-secure url for the web service is working fine in every case.
    what can be the reason for this failing only in 'web services explorer' in bea workshop?
    cross posted at: http://www.coderanch.com/t/453879/Web-Services/java/Web-Service-over-SSL-failing
    thanks.

    Hello,
    I used this example, when I made my experiments with SSL and Glassfish (GF):
    http://java.sun.com/developer/EJTechTips/2006/tt0527.html#1
    If you have problems with GF I suggest to post a message here:
    http://forums.java.net/jive/forum.jspa?forumID=56
    e.g. here is one thread:
    http://forums.java.net/jive/thread.jspa?threadID=59993&tstart=0
    Miro.

  • EjbModule Build failed ...

    Hello all,
    I am new to CAF developing, and I am experiencing this problem: When I create new CAF DC and when I add only one entity service (only adding no other customization) a try to build this occurs through building:
    0.3.2006 18:37:30 /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] ERROR: test3/ejbmodule: Build failed for sk.globesy/test3/ejbmodule(MyComponents) in variant "default": JDO enhancer failed because of internal Error.
    Build log -
    Development Component Build (2006-03-30 18:37:28)
      Component name: test3/ejbmodule
      Component vendor: sk.globesy
      SC compartment: MyComponents
      Configuration: LocalDevelopment
      Location: local
      Source code location: koskarm@gn10
      DC root folder: C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\DCs\sk.globesy\test3\ejbmodule\_comp\
      DC type: J2EE
      DC subtype: EJBModule
      Host: gn10
    DC Model check:
              [dcmake] All used DCs are available locally
              [dcmake] validating dependency to build plugin "sap.com/tc/bi/bp/ejbmodule"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/ejb20"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/jdbc20"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/jms"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/ddic/metamodel/content"
              [dcmake] validating dependency to  public part "CAFRuntimeAPI" of DC "sap.com/caf/runtime/impl"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/bi/mmr/core"
              [dcmake] validating dependency to  public part "compilation" of DC "sap.com/caf/metamodel"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.security.api.sda"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/tc/logging"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.exception"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.jdo"
              [dcmake] validating dependency to  public part "compilation" of DC "sap.com/bi/mmr/cwm_1.0_source"
              [dcmake] validating dependency to  public part "jmi" of DC "sap.com/bi/mmr/jmi"
              [dcmake] validating dependency to  public part "ClientApi" of DC "sap.com/caf/km.proxyjava"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/bi/mmr/db"
              [dcmake] validating dependency to  public part "ClientAPI" of DC "sap.com/caf/runtime/security"
              [dcmake] validating dependency to  public part "ClientAPI" of DC "sap.com/caf/core/services"
              [dcmake] validating dependency to used DC "sap.com/caf/runtime/connectivity/base"
              [dcmake] validating dependency to used DC "sap.com/caf/runtime/connectivity"
              [dcmake] validating dependency to used DC "sap.com/applocking"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/com.sap.engine.client.lib"
              [dcmake] validating dependency to  public part "default" of DC "sap.com/kernel.sda"
              [dcmake] DC model check OK
    Start build plugin:
              [dcmake] using build plugin: sap.com/tc/bi/bp/ejbmodule
              [dcmake] starting build plugin from : C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.tc.ap\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\ejbmodule\_comp\gen\default\public\ejb\
    Build Plugin 'EJB Module Plugin', Version 6.40 SP 15  (630_VAL_REL, built on 2005-11-25 00:23:07 CET)
      development component: test3/ejbmodule (sk.globesy)
                       type: J2EE, subtype: EJBModule
         software component: MyComponents (sap.com)
                   location: local
            source location: koskarm@gn10
              build variant: default
          plugin start time: 2006-03-30 18:37:28 GMT+01:00 (CEST)
                    Java VM: Java HotSpot(TM) Client VM, 1.5.0_01-b08 (Sun Microsystems Inc.)
    General options:
    convert *.xlf to *.properties: yes
    include sources for debugging: yes
    Reading BuildInfrastructure extension from DC tc/bi/javatech (sap.com)
    Reading BuildInfrastructure extension from DC tc/bi/util (sap.com)
    Added technology 'sap.com/tc/bi/core'
    Added technology 'sap.com/tc/bi/javatech'
    Plugin initialized in 0.031 seconds
    Preparing data context..
    No 'default' JDK defined, will use running VM.
    Data context prepared in 0.015 seconds
    Executing macro file..
      Using macro file:     C:\Program Files\SAP\JDT\eclipse\plugins\com.sap.tc.ap\comp\SAP_BUILDT\DCs\sap.com\tc\bi\bp\ejbmodule\_comp\gen\default\public\ejb\macros\build.vm
      Creating output file: C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\DCs\sk.globesy\test3\ejbmodule\_comp\gen\default\logs\build.xml
    Macro file executed in 0.047 seconds
    Starting Ant..
      Using build file:     C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\DCs\sk.globesy\test3\ejbmodule\_comp\gen\default\logs\build.xml
      Using build target:   build
      Generation folder:    C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\t\EE76BAB34EE55D9582B939C3638F656A
    Ant build started at 2006-03-30 18:37:28 GMT+01:00 (CEST)
    Using Ant version 1.5.4
    prepare:
    compile:
         [javac] Compiling 7 source files to C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\t\EE76BAB34EE55D9582B939C3638F656A\classes
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
         [timer] Java compiler finished in 1.547 seconds
          [echo] Calling JDOEnhance task
    [jdo.enhance] Using classfile: C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\t\EE76BAB34EE55D9582B939C3638F656A\classes/globesy\sk\test3\besrv\testa\TestA.class
    [jdo.enhance] Using metadata : C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\DCs\sk.globesy\test3\ejbmodule\_comp\/ejbModule/globesy\sk\test3\besrv\testa\TestA.jdo
    [jdo.enhance] Using dst      : C:\Documents and Settings\koskarm\.dtc\LocalDevelopment\t\EE76BAB34EE55D9582B939C3638F656A\classes
    Error while enhancing: JDO ENHANCER: At least one error occurred while enhancing input class for Transparent Persistence; detailed message(s): I/O error while reading input stream or input stream does not denote a valid Java class.
    com.sap.jdo.enhancer.EnhancerUserException: JDO ENHANCER: At least one error occurred while enhancing input class for Transparent Persistence; detailed message(s): I/O error while reading input stream or input stream does not denote a valid Java class.
         at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile(Enhancer.java:238)
         at com.sap.jdo.enhancer.Main.enhanceClassFile(Main.java:516)
         at com.sap.jdo.enhancer.Main.enhanceInputFiles(Main.java:474)
         at com.sap.jdo.enhancer.Main.process(Main.java:139)
         at com.sap.jdo.anttasks.JDOEnhance.run(JDOEnhance.java:99)
         at com.sap.jdo.anttasks.JDOEnhance.execute(JDOEnhance.java:82)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:193)
         at org.apache.tools.ant.Task.perform(Task.java:341)
         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:1339)
         at com.sap.tc.buildplugin.techdev.ant.util.AntRunner.run(AntRunner.java:115)
         at com.sap.tc.buildplugin.AbstractAntBuildAction.execute(AbstractAntBuildAction.java:65)
         at com.sap.tc.buildplugin.AbstractPlugin.handleBuildStepSequence(AbstractPlugin.java:217)
         at com.sap.tc.buildplugin.AbstractPlugin.performBuild(AbstractPlugin.java:193)
         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:585)
         at com.sap.tc.buildtool.PluginCommunicator.maybeInvoke(PluginCommunicator.java:114)
         at com.sap.tc.buildtool.PluginCommunicatorV2.communicate(PluginCommunicatorV2.java:42)
         at com.sap.tc.buildtool.PluginHandlerImpl.handlePluginCommunication(PluginHandlerImpl.java:345)
         at com.sap.tc.buildtool.PluginHandlerImpl.execute(PluginHandlerImpl.java:175)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:1726)
         at com.sap.tc.devconf.impl.DCProxy.make(DCProxy.java:5548)
         at com.sap.caf.designer.actions.DcBuildAction.buildDCsForDevConfig(DcBuildAction.java:768)
         at com.sap.caf.designer.actions.DcBuildAction.access$300(DcBuildAction.java:84)
         at com.sap.caf.designer.actions.DcBuildAction$1.run(DcBuildAction.java:500)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
    aborted with errors.
    Ant build finished with ERRORS
    file:C:/Documents and Settings/koskarm/.dtc/LocalDevelopment/DCs/sk.globesy/test3/ejbmodule/_comp/gen/default/logs/build.xml:308: JDO enhancer failed because of internal Error.
    Ant build finished at 2006-03-30 18:37:30 GMT+01:00 (CEST), Duration: 1.75 seconds
    Build finished with ERROR
    Cleaning up.
    Total build plug-in runtime: 2.109 seconds
    My coleague have installed fresh installation of NWDS SPS15 and the same example on his installation work fine. All building proccesses are successfully executed. I tried it several times, everytime same result. I tried to use fresh workspace, tried to delete whole content in ./dtc.
    I compared every file with coleague installation. But no success. I am running out of ideas what should I do with it.
    If anyone was facing similar problem or have any idea. I will be glad to read it.
    Thanks
    Best regards Miroslav Koskar

    Hi,
    I have similar error:
    Can anybody help me?
    Regards.
    [jdo.enhance] WARNING: Caused by: com.sap.jdo.enhancer.util.UserException: The byte code of the class file has version 1.6. This is not supported by the JDO enhancer. Please compile with the option -target 1.5.
    [jdo.enhance] WARNING: at com.sap.jdo.enhancer.classfile.ClassFile.assertSupportedVersion(ClassFile.java:101)
    [jdo.enhance] WARNING: at com.sap.jdo.enhancer.classfile.ClassFile.<init>(ClassFile.java:364)
    [jdo.enhance] WARNING: at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile1(Enhancer.java:144)
    [jdo.enhance] WARNING: at com.sap.jdo.enhancer.filter.Enhancer.enhanceClassFile(Enhancer.java:192)
    [jdo.enhance] WARNING: ... 45 more
    [jdo.enhance] aborted with errors.
    Ant runtime 1.07 seconds
    Ant build finished with ERRORS
    JDO enhancer failed because of unknown Error: 1
    Build stopped due to an error: JDO enhancer failed because of unknown Error: 1
    Build plugin finished at 2013-03-14 12:59:22 GMT+01:00 (CET)
    Total build plugin runtime: 1.34 seconds
    Build finished with ERROR

  • Web Services demo - Webpage cannot be displayed

    Hello,
    I would like to run the example webpages in the Web Services demo project (http://ftp.ni.com/pub/devzone/tut/webservicedemo.z​ip), but none of the three pages can be displayed in internet explorer.
    I have completed every step in the included Readme document, no problem occured when building and deploying the two examples. Also the System Webserver and Applications Webserver are enabled.
    Please can anyone help me solve this issue?
    Thanks in advance!
    Regards,
    Marco

    Hi,
    For those who ecountered the same problem: I figured it out how to fix it:
    Try to add the port number of your Application webserver next to localhost in the URL. Like http://localhost:8080/Math/Sum/1/3.

  • How to solve the build fail error when the file below mention cant be found

    Hi,
    i got this build fail but i cant find where the error came from and how to solve it. im stucked at this problem for quite a long time.
    BUILD FAILED
    C:\Infrastructure\Infrastructure\Ant\build.xml:52: The following error occurred while executing this line:
    C:\Infrastructure\Infrastructure\DBSchema\build.xml:262: C:\Infrastructure\Infrastructure\Ant\OracleMiddlewarejdeveloper\modules\oracle.adf.share_11.1.1 not found
    Is there any solutions to it??
    Rgds,
    lx

    Below are my codes for the build.properties.
    # Base Directory for library lookup
    jdeveloper.home=C:\Oracle\Middleware\jdeveloper
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    jdbc.port=1521
    jdbc.sid=fypj
    # Information about the default setup for the demo user.
    db.adminUser=system
    db.demoUser=fusion
    db.demoUser.password=oracle
    db.demoUser.tablespace=USERS
    db.demoUser.tempTablespace=TEMP

Maybe you are looking for