While deploying the soa components using ANT getting the 404 exception

HI
I am trying to deploy the soa composites using ANT i am getting the below exception.
Please help me as it is need very urgert for client.
Appriciate for the quick help
Exception:
ant -f build.xml deployOnlyApplication
[WARN ][codegc ] Could not acquire large pages for 256Mbytes code (at 0xffffffff60000000).
[WARN ][codegc ] Falling back to normal page size.
Buildfile: build.xml
     [echo] property file   = /opt/oracle/SampleCode
deployOnlyApplication:
    [input] Please enter Application Name:
HelloWorld
     [echo] In deployOnlyApplication ApplicationName HelloWorld
     [echo] Application Name HelloWorld
     [echo] property file   = /opt/oracle/SampleCode
deployApplication:
     [echo] deploy application HelloWorld
     [echo] /opt/oracle/SampleCode/code/HelloWorld/build.properties
     [echo] property file   = /opt/oracle/SampleCode
deployProject:
     [echo] deploy project HelloProject for environment SIT
     [echo] partition default compositeName HelloProject compositeDir /opt/oracle/SampleCode/code/HelloWorld
     [echo] build sar package
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
clean:
     [echo] deleting /opt/oracle/SampleCode/code/HelloWorld/HelloProject/deploy/sca_HelloProject_rev1.0.jar
init:
scac-validate:
     [echo] Running scac-validate in /opt/oracle/SampleCode/code/HelloWorld/HelloProject/composite.xml
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
scac:
     [scac] Validating composite "/opt/oracle/SampleCode/code/HelloWorld/HelloProject/composite.xml"
     [scac]  info: File to validate does not exist fault-policies.xml
     [scac]  info: No test suites available
package:
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
compile-source:
    [mkdir] Created dir: /opt/oracle/SampleCode/code/HelloWorld/HelloProject/dist
     [copy] Copying 17 files to /opt/oracle/SampleCode/code/HelloWorld/HelloProject/dist
     [copy] Warning: /opt/oracle/SampleCode/code/HelloWorld/HelloProject/src not found.
      [jar] Building jar: /opt/oracle/SampleCode/code/HelloWorld/HelloProject/deploy/sca_HelloProject_rev1.0.jar
   [delete] Deleting directory /opt/oracle/SampleCode/code/HelloWorld/HelloProject/dist
     [copy] Copying 1 file to /opt/oracle/SampleCode/builds/${build.number}
     [echo] deploy on http://10.51.80.64:7005 with user weblogic
     [echo] deploy sarFile /opt/oracle/SampleCode/code/HelloWorld/HelloProject/deploy/sca_HelloProject_rev1.0.jar
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1
deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [input] skipping input as property password has already been set.
[deployComposite] setting user/password..., user=weblogic
[deployComposite] Processing sar=/opt/oracle/SampleCode/code/HelloWorld/HelloProject/deploy/sca_HelloProject_rev1.0.jar
[deployComposite] Adding sar file - /opt/oracle/SampleCode/code/HelloWorld/HelloProject/deploy/sca_HelloProject_rev1.0.jar
[deployComposite] INFO: Creating HTTP connection to host:10.51.80.64, port:7005
[deployComposite] INFO: Received HTTP response from the server, response code=404
[deployComposite] SEVERE: Problem in sending HTTP request to the server. Please make sure the server is up and/or check standard HTTP response code for 404
[deployComposite] ---->response code=404, error:null
     [echo] stop activate HelloProject
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1/bin/..
activateComposite:
    [input] skipping input as property host has already been set.
    [input] skipping input as property port has already been set.
    [input] skipping input as property user has already been set.
[secure-input] skipping secure-input as property password has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1/bin/..
compositeMgrTask:
     [java] [WARN ][codegc ] Could not acquire large pages for 256Mbytes code (at 0xffffffff60000000).
     [java] [WARN ][codegc ] Falling back to normal page size.
     [java] Connecting to: service:jmx:t3://10.51.80.64:7005/jndi/weblogic.management.mbeanservers.runtime
     [java] java.io.IOException: Unhandled exception in lookup
     [java]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
     [java]     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
     [java]     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
     [java]     at oracle.fabric.management.deployedcomposites.CompositeManagerHelper.createJMXConnector(CompositeManagerHelper.java:91)
     [java]     at oracle.fabric.management.deployedcomposites.CompositeManager.initConnection(CompositeManager.java:48)
     [java]     at oracle.fabric.management.deployedcomposites.CompositeManagerAntWrapper.execute(CompositeManagerAntWrapper.java:221)
     [java]     at oracle.fabric.management.deployedcomposites.CompositeManagerAntWrapper.main(CompositeManagerAntWrapper.java:275)
     [java] Caused by: javax.naming.NamingException: Unhandled exception in lookup [Root exception is org.omg.CORBA.NO_PERMISSION:   vmcid: 0x0  minor code: 0  completed: No]
     [java]     at weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:83)
     [java]     at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:291)
     [java]     at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:227)
     [java]     at javax.naming.InitialContext.lookup(InitialContext.java:392)
     [java]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
     [java]     ... 6 more
     [java] Caused by: org.omg.CORBA.NO_PERMISSION:   vmcid: 0x0  minor code: 0  completed: No
     [java]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     [java]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     [java]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     [java]     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
     [java]     at java.lang.Class.newInstance0(Class.java:357)
     [java]     at java.lang.Class.newInstance(Class.java:310)
     [java]     at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.getSystemException(MessageBase.java:897)
     [java]     at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_2.getSystemException(ReplyMessage_1_2.java:99)
     [java]     at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSystemExceptionReply(CorbaMessageMediatorImpl.java:572)
     [java]     at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.processResponse(CorbaClientRequestDispatcherImpl.java:471)
     [java]     at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:358)
     [java]     at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
     [java]     at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457)
     [java]     at weblogic.corba.cos.naming._NamingContextAnyStub.resolve_any(_NamingContextAnyStub.java:80)
     [java]     at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:267)
     [java]     ... 9 more
     [echo] unit test HelloProject
     [echo] finish
     [echo] property file   = /opt/oracle/SampleCode
deployProject:
     [echo] deploy project Project1 for environment SIT
     [echo] partition default compositeName Project1 compositeDir /opt/oracle/SampleCode/code/HelloWorld
     [echo] build sar package
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
clean:
     [echo] deleting /opt/oracle/SampleCode/code/HelloWorld/Project1/deploy/sca_Project1_rev1.0.jar
init:
    [mkdir] Created dir: /opt/oracle/SampleCode/code/HelloWorld/Project1/deploy
scac-validate:
     [echo] Running scac-validate in /opt/oracle/SampleCode/code/HelloWorld/Project1/composite.xml
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
scac:
     [scac] Validating composite "/opt/oracle/SampleCode/code/HelloWorld/Project1/composite.xml"
     [scac]  info: File to validate does not exist fault-policies.xml
     [scac]  info: No test suites available
package:
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
compile-source:
    [mkdir] Created dir: /opt/oracle/SampleCode/code/HelloWorld/Project1/dist
     [copy] Copying 15 files to /opt/oracle/SampleCode/code/HelloWorld/Project1/dist
     [copy] Warning: /opt/oracle/SampleCode/code/HelloWorld/Project1/src not found.
     [copy] Copying 2 files to /opt/oracle/SampleCode/code/HelloWorld/Project1/dist/SCA-INF/classes
      [jar] Building jar: /opt/oracle/SampleCode/code/HelloWorld/Project1/deploy/sca_Project1_rev1.0.jar
   [delete] Deleting directory /opt/oracle/SampleCode/code/HelloWorld/Project1/dist
     [copy] Copying 1 file to /opt/oracle/SampleCode/builds/${build.number}
     [echo] deploy on http://10.51.80.64:7005 with user weblogic
     [echo] deploy sarFile /opt/oracle/SampleCode/code/HelloWorld/Project1/deploy/sca_Project1_rev1.0.jar
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1
deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [input] skipping input as property password has already been set.
[deployComposite] setting user/password..., user=weblogic
[deployComposite] Processing sar=/opt/oracle/SampleCode/code/HelloWorld/Project1/deploy/sca_Project1_rev1.0.jar
[deployComposite] Adding sar file - /opt/oracle/SampleCode/code/HelloWorld/Project1/deploy/sca_Project1_rev1.0.jar
[deployComposite] INFO: Creating HTTP connection to host:10.51.80.64, port:7005
[deployComposite] INFO: Received HTTP response from the server, response code=404
[deployComposite] SEVERE: Problem in sending HTTP request to the server. Please make sure the server is up and/or check standard HTTP response code for 404
[deployComposite] ---->response code=404, error:null
     [echo] stop activate Project1
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1/bin/..
activateComposite:
    [input] skipping input as property host has already been set.
    [input] skipping input as property port has already been set.
    [input] skipping input as property user has already been set.
[secure-input] skipping secure-input as property password has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
     [echo] oracle.home = /opt/oracle/Middleware/Oracle_SOA1/bin/..
compositeMgrTask:
     [java] [WARN ][codegc ] Could not acquire large pages for 256Mbytes code (at 0xffffffff60000000).
     [java] [WARN ][codegc ] Falling back to normal page size.
     [java] Connecting to: service:jmx:t3://10.51.80.64:7005/jndi/weblogic.management.mbeanservers.runtime
     [java] java.io.IOException: Unhandled exception in lookup
     [java]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
     [java]     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
     [java]     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
     [java]     at oracle.fabric.management.deployedcomposites.CompositeManagerHelper.createJMXConnector(CompositeManagerHelper.java:91)
     [java]     at oracle.fabric.management.deployedcomposites.CompositeManager.initConnection(CompositeManager.java:48)
     [java]     at oracle.fabric.management.deployedcomposites.CompositeManagerAntWrapper.execute(CompositeManagerAntWrapper.java:221)
     [java]     at oracle.fabric.management.deployedcomposites.CompositeManagerAntWrapper.main(CompositeManagerAntWrapper.java:275)
     [java] Caused by: javax.naming.NamingException: Unhandled exception in lookup [Root exception is org.omg.CORBA.NO_PERMISSION:   vmcid: 0x0  minor code: 0  completed: No]
     [java]     at weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:83)
     [java]     at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:291)
     [java]     at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.java:227)
     [java]     at javax.naming.InitialContext.lookup(InitialContext.java:392)
     [java]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
     [java]     ... 6 more
     [java] Caused by: org.omg.CORBA.NO_PERMISSION:   vmcid: 0x0  minor code: 0
     [java]     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
     [java]     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeC
     [java]     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Del
     [java]     at java.lang.reflect.Constructor.newInstance(Constructor.java:51
     [java]     at java.lang.Class.newInstance0(Class.java:357)
     [java]     at java.lang.Class.newInstance(Class.java:310)
     [java]     at com.sun.corba.se.impl.protocol.giopmsgheaders.MessageBase.get
     [java]     at com.sun.corba.se.impl.protocol.giopmsgheaders.ReplyMessage_1_
     [java]     at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.getSy
     [java]     at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherIm
     [java]     at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherIm
     [java]     at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke
     [java]     at org.omg.CORBA.portable.ObjectImpl._invoke(ObjectImpl.java:457
     [java]     at weblogic.corba.cos.naming._NamingContextAnyStub.resolve_any(_
     [java]     at weblogic.corba.j2ee.naming.ContextImpl.lookup(ContextImpl.jav
     [java]     ... 9 more
     [echo] unit test Project1
     [echo] finish
     [echo] finished Composite HelloWorld deployment
BUILD SUCCESSFUL
Total time: 1 minute 7 seconds
Note : All the server name and port no are depfined properly.
Regards,
Anilkumar P

Hi,
I was getting exactly same error. I have resolved it by putting the
<target name="enterPassword" >
        <input message="Please enter Weblogic password:" addproperty="passwd">
            <handler classname="org.apache.tools.ant.input.SecureInputHandler" />
        </input>      
in my build.xml
It means that it was not able to read password properly in bin/ant-sca-mgmt.xml
Password was the issue in my case. it is working now.
Thanks,
Arun Jadhav

Similar Messages

  • Deploying a soa composite using ant

    hi
    can any one explain me how to deploy a soa application using ant? i had generated build.xml using jdev.but when deploying using ant am getting java.awt.HeadlessException.do i need to modify anything in the build.xml or build.properties ?please help

    Take a look at this blog post as well:
    http://soadiscovery.blogspot.com/2011/05/soa-11g-deploying-composite-through-ant.html
    Thanks,
    Navaneeth

  • Where to  find the pcui_gp  components ,How to get the source code of those

    Hi All,
    Can anybody tell the exact location wher the pcui_gp components will be stored if they are  not appearing.
    And another question is how to get the source code of the pcui_gp for customization.
    anybody working on these compoents please help me.
    answers will be rewarded.
    thanks and regards,
    anand

    Hi Arun,
    I am unable to see the pcui_gp components in the DTR ,I require this in order to get the source code of one of its component.
    Can you please tell me the step by step procedure getting those pcui_gp components from J2ee engine to the  dtr or  NWDI.
    If there are any documents on pcui_gp components exclusively please do forward to my mail id [email protected]
    Thansk and Regards,
    Anand.

  • What is the CVI function use to get the Read-Only attribute of currently loaded sequence file in TS?

    I am working with CVI 8.0 and TS 3.5.  The VCI code is called from the process model (I want to get the attribute of the currently loaded users sequence file)

    Never mind.  I found it.

  • Error in deploying SOA composite using ant

    Hi,
    When I try to deploy a SOA composite using ant utility, I am getting error as follows:
    C:\JDeveloper11\MiddlewareHome\jdeveloper\bin>ant -f ant-sca-deploy.xml -Dserver
    URL=http://gdiora001.in.ibm.com:7001 -DsarLocation=C:\po\POProcessing\POProcessi
    ng\deploy\sca_POProcessing_rev6-cmdline.jar -Doverwrite=true -Duser=weblogic -Dp
    assword=<<password>> -DforceDefault=true -Dconfigplan=C:\po\POProcessing\POProcessin
    g\POProcessing_dev_cfgplan.xml
    Buildfile: ant-sca-deploy.xml
    [echo] oracle.home = C:\JDeveloper11\MiddlewareHome\jdeveloper\bin/..
    deploy:
    [input] skipping input as property serverURL has already been set.
    [input] skipping input as property sarLocation has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=C:\po\POProcessing\POProcessing\deploy\sca_POPr
    ocessing_rev6-cmdline.jar
    [deployComposite] Adding sar file - C:\po\POProcessing\POProcessing\deploy\sca_P
    OProcessing_rev6-cmdline.jar
    [deployComposite] Creating HTTP connection to host:gdiora001.in.ibm.com, port:70
    01
    [deployComposite] Received HTTP response from the server, response code=404
    [deployComposite] Problem in sending HTTP request to the server. Check standard
    HTTP response code for 404
    [deployComposite] ---->response code=404, error:null
    BUILD SUCCESSFUL
    Total time: 14 seconds
    C:\JDeveloper11\MiddlewareHome\jdeveloper\bin>
    Please note that I am able to successfully deploy the composite from EM, using same SAR and Config Plan files.
    The server URL is also correct.
    I am not sure what is wrong with above ant command.
    Can someone please help me.
    Thanks

    Hi,
    404 response indicates that soa-infra is not running in the host:port/gdiora001.in.ibm.com, port:7001
    Pl make sure that you have soa-infra running in that host/port.
    http://host:port/soa-infra
    For the logs,
    you can find the soa server logs under $DOMAIN_HOME/servers/soa_server1/logs

  • Error on SOA packaging using ant

    Hi,
    Im trying to deploy a SOA composite using Ant scripts. My composite refers to wsdl's present in mds. On trying to compile and package the composite, i get the below error. The same composite gets compiled when i try from JDev, can someone please help in letting me know if any configuration is to be done.
    +"+
    +[scac] not part of the command.+
    +[scac] Error redirected to /var/lib/jenkins/jobs/trunk_build_project_track_SOA/workspace/bpel_scripts/../tmp/SearchService.err+
    +[scac] info: Validating composite "/var/lib/jenkins/jobs/trunk_build_project_track_SOA/workspace/SearchMaintenanceApplication/SearchService/composite.xml"+
    +[scac] info: Pass+
    +[scac] error: location {/ns:composite}(12,61): Parse of component type files failed, check the adf-config.xml file : "*java.lang.NoClassDefFoundError: oracle/security/jps/internal/api/credstore/CredstoreUtil:* oracle/security/jps/internal/api/credstore/CredstoreUtil"+
    +[antcall] Exiting /var/lib/jenkins/jobs/trunk_build_project_track_SOA/workspace/bpel_scripts/build.xml.+
    +[antcall] Exiting /var/lib/jenkins/jobs/trunk_build_project_track_SOA/workspace/bpel_scripts/build.xml.+
    +[antcall] Exiting /var/lib/jenkins/jobs/trunk_build_project_track_SOA/workspace/bpel_scripts/build.xml.+
    +"+
    Thanks,
    Edited by: user526495 on Jul 16, 2012 2:54 PM

    Hi,
    404 response indicates that soa-infra is not running in the host:port/gdiora001.in.ibm.com, port:7001
    Pl make sure that you have soa-infra running in that host/port.
    http://host:port/soa-infra
    For the logs,
    you can find the soa server logs under $DOMAIN_HOME/servers/soa_server1/logs

  • While verifying permission using the disk utility program, I get the message: Warning SUID file "system/library/core has been modified and will not be repaired. What is this and should I take corrective actions?

    While verifying and repairing permissions using the disk utiliaty program, I get the message: Warning the SUID file "system/library/core has been modified and will not be repaired. What is this and do I need to take some corrective actions? Thanks. WDG

    Ignore it, your fine.
    http://support.apple.com/kb/TS1448?locale=da_DK
    If your tuning up your Mac, you need to read all the tricks.
    Step by Step to fix your Mac

  • While deploying application in weblogic 10.3 getting following eror

    while deploying app into weblogic 10.3 getting following taglib errors please any one cane ensure this....
    An error occurred during activation of changes, please see the log for details.
    weblogic.application.ModuleException:
    Substituted for the exception weblogic.servlet.jsp.CompilationException which lacks a String contructor, original message - footer.jsp:1:5: Invalid tag library. <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> ^----^ footer.jsp:1:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> ^----^ footer.jsp:1:5: Invalid tag library. <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> ^----^ footer.jsp:1:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> ^----^ footer.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ^----^ footer.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ^----^ footer.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> ^----^ footer.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> ^----^ footer.jsp:4:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-tiles-el.tld" prefix="tiles" %> ^----^ footer.jsp:4:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-tiles-el.tld" prefix="tiles" %> ^----^ tabset.jsp:1:5: Invalid tag library. <%@ taglib uri="/WEB-INF/struts-tiles-el.tld" prefix="tiles" %> ^----^ tabset.jsp:1:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-tiles-el.tld" prefix="tiles" %> ^----^ tabset.jsp:1:5: Invalid tag library. <%@ taglib uri="/WEB-INF/struts-tiles-el.tld" prefix="tiles" %> ^----^ tabset.jsp:1:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-tiles-el.tld" prefix="tiles" %> ^----^ tabset.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ^----^ tabset.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ^----^ tabset.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> ^----^ tabset.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> ^----^ connection.jsp:1:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> ^----^ connection.jsp:1:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-html-el.tld" prefix="html" %> ^----^ connection.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ^----^ connection.jsp:2:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/core" prefix="c" %> ^----^ connection.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> ^----^ connection.jsp:3:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt" %> ^----^ connection.jsp:4:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-tiles-el.tld" prefix="tiles" %> ^----^ connection.jsp:4:5: No tag library could be found with this URI. Possible causes could be that the URI is incorrect, or that there were errors during parsing of the .tld file. <%@ taglib uri="/WEB-INF/struts-tiles-el.tld" prefix="tiles" %> ^----^ connection.jsp:5:5: Invalid tag library. <%@ taglib uri="/WEB-INF/tb-tags.tld" prefix="tb"%> ^----^ connection.jsp:5:5

    Hi Pratik,
    Would suggest you to create a "*wlfullclient.jar*" by going through the below link and add it in your weblogic workshop and then try to deploy your application. Also it is always recommended that you should compile the old application again with the new JDK version your new weblogic sever is using.
    Tpoic:*Creating a wlfullclient.jar for JDK 1.6 client applications*
    http://download.oracle.com/docs/cd/E15051_01/wls/docs103/client/jarbuilder.html#wp1078098
    Hope this would help you.
    Regards,
    Ravish Mody

  • Deploying a Par file using ANT

    Hi All,
    Can anyone tell me the steps how to deploy a PAR file using ant script on netweaver server.Give me some sample ant file.Suggestions will be rewarded.
    Thank you in advance.
    Regards,
    Karthick

    Hi Karthick,
    see PAR-File deployment with ANT (EP6)
    Hope it helps
    Detlev

  • IN SE78 : WHILE UPLOADING THE TIF FILE I AM GETTING THE ERROR

    Hi ,
    While uploading the drawing in se78 . iam getting the errror
    "erroneous tif formate"
    . PLz help me to upload the tif file  thro se78.
    even i removed the compression check box ,.
    Thanks,
    Rani

    Hi
    You can upload logo using SE78 or using program RSTXLDMC
    or by using OAER
    Steps for uploading Logo :-:
    1. Goto the transaction OAER
    2. Enter the class name as 'PICTURES'
    3. Enter the class type as 'OT'
    4. Enter the object key as the name of the logo you
    wish to give
    5. Execute
    6. Then in the new screen select Standard doc. types
    in bottom window
    Click on the Screen icon
    Now, it will ask for the file path where you have
    to upload the logo
    7. Now you can use this logo
    To create a logo in SAP printouts just do the following
    1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file.
    2. Run program RSTXLDMC and enter the following parameters
    Enter file name C:\COMPLOGO.TIF
    UOM CM
    Line width for text 132
    Text name ZHEX-MACRO-COMPLOGO
    Text ID ST
    Text language = E
    Number of Tiff gray levels (2,4,9) 2
    3. Then Create a new window 'COMP' with attributes;
    Window COMP description Company Logo
    Left margin 7.00 CH window width 10.00 CH
    Upper margin LN window height 8.00 LN
    Finally in the text element, mention
    /: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'.
    Please note that if object name is not indicated as 'ZHEX...’ the logo may not be printed!
    You will not be able to see the logo in a test print. The same will be printed in actual printout.
    SMARTFORM
    1) In Smart Forms Editor, In left pane, right Click any Page (say Page1) and select Create -> Window, Give it a name and Description (Say Window1)
    2) Right Click on Window (Window 1) and select Create -> Graphics, Give it a name and description
    3) In general Attributes, Select Name, get search help (F4) , you will find a list of pictures
    4) Select any picture and set its Resolution in DPI
    5) Press F9 to open Smart Forms Builder, Select window (Window1) and In Output options window set, size and position of the Logo
    6) Set any other parameters if required, save and activate.
    7) If there is only 1 Window in the forms, set it as Main Window in general attributes.
    8) Use TCode SE78 to upload new pictures and logos.
    look at Thread Dynamic Graph in smartforms
    Refer the links also -
    Re: Dinamic Graph in smartforms
    How to get file perperties in Unix server
    Regards
    Selvapandian Arunachalam

  • Deploying a SOA COmposite using WLST

    Hi,
    can any one tell me step by step procedure to deploy an SOA composite using WLST..
    Thanks in advance..

    Hi,
    Go to the similar directory in your server in the command prompt...
    C:\Oracle\Middleware\home_11g\Oracle_SOA1\common\bin
    execute the WLST command..., wlst.cmd for windows, wlst.sh for unix...
    now...
    before executing the deploy command, make sure you generate the SAR file for the composite by deploy--->deploy to SAR--->check the file should be there under the project directory source location.
    now back to the command prompt...
    wls:/offline>sca_deployComposite(serverURL="http://localhost:8001",user="weblogic",password="welcome1",partition="Enterprise",sarLocation="C:\work\Test-App\WLSTSoaService\deploy\sca_WLSTSoaService_rev1.0.jar",forceDefault=true,overwrite=true);
    press enter, then the command will be executed successfully...
    check the composite in the EM console, it will be there.
    Hope this helps,
    N

  • When installing CS3 Design Premium it instals Version Cue server and shared components, but I get the message "Errors: 6 component (s)" and dose not install, Photoshop, Flash, Illustrator, Indesign or Creative Suite Premium

    When installing CS3 Design Premium it instals Version Cue server and shared components, but I get the message "Errors: 6 component (s)" and dose not install, Photoshop, Flash, Illustrator, Indesign or Creative Suite Premium

    Thank you Bturko in the future only migrate/copy/transfer your documents and settings.  Adobe applications especially are not designed to be transferred from one computer to another.  It is possible to recover however.  I would recommend the following steps:
    Run the uninstaller located in Applications/Utilities/Adobe Installers
    Run the CC Cleaner Tool to ensure complete removal - Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.
    If you need to download a fresh copy of the installation files they can be downloaded at Download CS3 products.
    Run the installer and reinstall Creative Suite 3.

  • When I hook my ipod up to my mac I used to get the Itunes has detected an ipod that appears to be corrupted error message. It would then sync all my song to the ipod but when I ejected it, none of the songs would be on the ipod. Now I hook it up and I get

    When I hook my ipod up to my mac I used to get the Itunes has detected an ipod that appears to be corrupted error message. It would then sync all my song to the ipod but when I ejected it, none of the songs would be on the ipod. Now I hook it up and I get the Mac OS X can't repair the disk error message. Then the spinning colored pinwheel pops up and I can't use iTunes. Please HELP!!!!!!

    Sounds like your iPod is broken. Take it to Apple or someone else who repairs iPods and see if you can get it fixed, or get it replaced.

  • While installing the latest iTunes version I get the following msg:"Service Apple Mobile Device failed to start.Verify that you have sufficient privileges to start system services. I already tried it from the installer Running it as Administrator

    While installing the latest iTunes version I get the following msg:"Service Apple Mobile Device failed to start.Verify that you have sufficient privileges to start system services. I already tried it from the installer Running it as Administrator and still get the same message.  I click "ignore" and finish the installation but when I try to open it I get this "Runtime Error! R6034 An application has made an attempt to load the C runtime library incorrectly."  I already uninstalled iTunes and all other applications involved and re-installed itunes from the itunes site and the problem persists. Please help!

    Solving MSVCR80 issue and Windows iTunes install issues.

  • HT202157 just started a new apple tv and also started using an iMac . I have itunes on the iMac but i cant get the apple tv to sync or find any settings to do so !

    just started a new apple tv and also started using an iMac . I have itunes on the iMac but i cant get the apple tv to sync or find any settings to do so ! How can I get the iMac and apple tv to sync the itunes ? i have a internet connection between them , I have signed in to the itunes store on the apple tv and it shows that the apple tv is sharing my library from the IMac , but it wont sync and the apple tv has no content !

    Welcome to the Apple Community.
    The Apple TV (with the exception of the Apple TV 1) does not sync, it streams everything from your library on your computer or from the internet.

Maybe you are looking for