<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: TAC Deployment in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TAC-Deployment/m-p/2205722#M6066</link>
    <description>Finally figured everything out.. the challenges of being new to the setup I guess. So I wanted to post here what the fix was in case anyone hit this one in the future. &lt;BR /&gt;How In solved it was actually not through java or the jvm (my understanding which turning out to be wrong was the jvm was doing the initial start) but with maven settings. I downloaded the settings.xml file from maven. Dropped it into the container/etc directory, gave it my proxy settings and now every project that I run on the esb that goes outbound now will use the proxy.</description>
    <pubDate>Mon, 02 Jul 2012 19:04:05 GMT</pubDate>
    <dc:creator>peterm1</dc:creator>
    <dc:date>2012-07-02T19:04:05Z</dc:date>
    <item>
      <title>TAC Deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TAC-Deployment/m-p/2205720#M6064</link>
      <description>I have a set of jobs out on our TAC server and every time I try to deploy fromt he TAC to the esb I get a message stating it can not reach the archiva server. I know this is not true because when deploy it the job does attempt to run. I placed the error message below. This was not an issue in the 5.0.2 release and seems to be now. 
&lt;BR /&gt;Error: deployment of feature 'SF_SYNCH_LOGINID-feature' might have failed: java.lang.RuntimeException: URL could not be resolved. -- For more information see your log file 
&lt;BR /&gt;Also, if this helps for a faster response the portion of log file is below 
&lt;BR /&gt;2012-06-29 12:03:57 ERROR TalendRemoteServiceServlet - java.lang.RuntimeException: URL cou 
&lt;BR /&gt;ld not be resolved. 
&lt;BR /&gt;org.talend.administrator.common.exception.ProcessedException: java.lang.RuntimeException: URL could not be resolved. 
&lt;BR /&gt; at org.talend.administrator.scheduler.business.command.esb.AbstractEsbConductorTemplateMethod.execute(AbstractEsbConductorTemplateMethod.java:127) 
&lt;BR /&gt; at org.talend.gwtadministrator.server.scheduler.services.ExecutionTaskServiceImpl.requestDeploy(ExecutionTaskServiceImpl.java:226) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:569) 
&lt;BR /&gt; at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:208) 
&lt;BR /&gt; at org.talend.gwttoolkit.server.TalendRemoteServiceServlet.processCall(TalendRemoteServiceServlet.java:81) 
&lt;BR /&gt; at org.talend.gwtadministrator.server.LoggedAndLicenseCheckRemoteServiceServlet.processCall(LoggedAndLicenseCheckRemoteServiceServlet.java:36) 
&lt;BR /&gt; at com.google.gwt.user.server.rpc.RemoteServiceServlet.processPost(RemoteServiceServlet.java:248) 
&lt;BR /&gt; at com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62) 
&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:637) 
&lt;BR /&gt; at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) 
&lt;BR /&gt; at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) 
&lt;BR /&gt; at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) 
&lt;BR /&gt; at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) 
&lt;BR /&gt; at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) 
&lt;BR /&gt; at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) 
&lt;BR /&gt; at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) 
&lt;BR /&gt; at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) 
&lt;BR /&gt; at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859) 
&lt;BR /&gt; at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602) 
&lt;BR /&gt; at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) 
&lt;BR /&gt; at java.lang.Thread.run(Unknown Source) 
&lt;BR /&gt;Caused by: java.lang.RuntimeException: URL could not be resolved. 
&lt;BR /&gt; at org.ops4j.pax.url.mvn.internal.Connection.getInputStream(Connection.java:195) 
&lt;BR /&gt; at org.apache.karaf.features.internal.FeatureValidationUtil.validate(FeatureValidationUtil.java:47) 
&lt;BR /&gt; at org.apache.karaf.features.internal.FeaturesServiceImpl.validateRepository(FeaturesServiceImpl.java:199) 
&lt;BR /&gt; at org.apache.karaf.features.internal.FeaturesServiceImpl.internalAddRepository(FeaturesServiceImpl.java:210) 
&lt;BR /&gt; at org.apache.karaf.features.internal.FeaturesServiceImpl.addRepository(FeaturesServiceImpl.java:204) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.apache.aries.proxy.impl.ProxyHandler$1.invoke(ProxyHandler.java:50) 
&lt;BR /&gt; at org.apache.aries.proxy.impl.DefaultWrapper.invoke(DefaultWrapper.java:31) 
&lt;BR /&gt; at org.apache.aries.proxy.impl.ProxyHandler.invoke(ProxyHandler.java:78) 
&lt;BR /&gt; at $Proxy2.addRepository(Unknown Source) 
&lt;BR /&gt; at org.apache.karaf.features.management.internal.FeaturesServiceMBeanImpl.addRepository(FeaturesServiceMBeanImpl.java:127) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source) 
&lt;BR /&gt; at com.sun.jmx.mbeanserver.StandardMBeanIntrospector.invokeM2(Unknown Source) 
&lt;BR /&gt; at com.sun.jmx.mbeanserver.MBeanIntrospector.invokeM(Unknown Source) 
&lt;BR /&gt; at com.sun.jmx.mbeanserver.PerInterface.invoke(Unknown Source) 
&lt;BR /&gt; at com.sun.jmx.mbeanserver.MBeanSupport.invoke(Unknown Source) 
&lt;BR /&gt; at javax.management.StandardMBean.invoke(Unknown Source) 
&lt;BR /&gt; at com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.invoke(Unknown Source) 
&lt;BR /&gt; at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown Source) 
&lt;BR /&gt; at javax.management.remote.rmi.RMIConnectionImpl.doOperation(Unknown Source) 
&lt;BR /&gt; at javax.management.remote.rmi.RMIConnectionImpl.access$200(Unknown Source) 
&lt;BR /&gt; at javax.management.remote.rmi.RMIConnectionImpl$PrivilegedOperation.run(Unknown Source) 
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt; at javax.management.remote.rmi.RMIConnectionImpl.doPrivilegedOperation(Unknown Source) 
&lt;BR /&gt; at javax.management.remote.rmi.RMIConnectionImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) 
&lt;BR /&gt; at sun.rmi.transport.Transport$1.run(Unknown Source) 
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt; at sun.rmi.transport.Transport.serviceCall(Unknown Source) 
&lt;BR /&gt; at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) 
&lt;BR /&gt; at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source) 
&lt;BR /&gt; at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) 
&lt;BR /&gt; at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 
&lt;BR /&gt; ... 1 more</description>
      <pubDate>Sat, 16 Nov 2024 12:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TAC-Deployment/m-p/2205720#M6064</guid>
      <dc:creator>peterm1</dc:creator>
      <dc:date>2024-11-16T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: TAC Deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TAC-Deployment/m-p/2205721#M6065</link>
      <description>Spend a good amount of time on this one and nailed it down to tSetProxy since I did not add the local network to the no proxy section it pitched the error. Any one add the proxy settings to jvm?
&lt;BR /&gt;java -Dhttp.proxyHost=webcache.mydomain.com -Dhttp.proxyPort=8080
&lt;BR /&gt;-Dhttp.noProxyHosts=?localhost|host.mydomain.com? GetURL</description>
      <pubDate>Mon, 02 Jul 2012 14:41:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TAC-Deployment/m-p/2205721#M6065</guid>
      <dc:creator>peterm1</dc:creator>
      <dc:date>2012-07-02T14:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: TAC Deployment</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TAC-Deployment/m-p/2205722#M6066</link>
      <description>Finally figured everything out.. the challenges of being new to the setup I guess. So I wanted to post here what the fix was in case anyone hit this one in the future. &lt;BR /&gt;How In solved it was actually not through java or the jvm (my understanding which turning out to be wrong was the jvm was doing the initial start) but with maven settings. I downloaded the settings.xml file from maven. Dropped it into the container/etc directory, gave it my proxy settings and now every project that I run on the esb that goes outbound now will use the proxy.</description>
      <pubDate>Mon, 02 Jul 2012 19:04:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TAC-Deployment/m-p/2205722#M6066</guid>
      <dc:creator>peterm1</dc:creator>
      <dc:date>2012-07-02T19:04:05Z</dc:date>
    </item>
  </channel>
</rss>

