Advertisement
Guest User

Ant build/deploy error

a guest
Feb 18th, 2014
450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 25.03 KB | None | 0 0
  1. Buildfile: c:\oracle\Git\magda-vsb\java\build.xml
  2.  
  3. clean:
  4.    [delete] Deleting directory c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy
  5.  
  6. package:
  7.     [mkdir] Created dir: c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy
  8.     [mkdir] Created dir: c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy\jar
  9.       [jar] Building jar: c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy\jar\VSBReportingProvider.jar
  10.       [ear] Building ear: c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy\VSBReportingProvider.ear
  11.  
  12. deploy:
  13.  [wldeploy] weblogic.Deployer -debug -nostage -verbose -noexit -name VSB Reporting Provider -source c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy\VSBReportingProvider.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy
  14.  [wldeploy] weblogic.Deployer invoked with options:  -debug -nostage -verbose -noexit -name VSB Reporting Provider -source c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy\VSBReportingProvider.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy
  15.  [wldeploy] [WebLogicDeploymentManagerImpl.<init>():115] : Constructing DeploymentManager for J2EE version V1_4 deployments
  16.  [wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():158] : Connecting to admin server at localhost:7001, as user weblogic
  17.  [wldeploy] [ServerConnectionImpl.getEnvironment():286] : setting environment
  18.  [wldeploy] [ServerConnectionImpl.getEnvironment():289] : getting context using t3://localhost:7001
  19.  [wldeploy] [ServerConnectionImpl.getMBeanServer():237] : Connecting to MBeanServer at service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.domainruntime
  20.  [wldeploy] java.io.IOException
  21.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
  22.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
  23.  [wldeploy]     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
  24.  [wldeploy]     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
  25.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:238)
  26.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:189)
  27.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:145)
  28.  [wldeploy]     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:160)
  29.  [wldeploy]     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:130)
  30.  [wldeploy]     at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
  31.  [wldeploy]     at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
  32.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
  33.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
  34.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
  35.  [wldeploy]     at weblogic.utils.compiler.Tool.run(Tool.java:158)
  36.  [wldeploy]     at weblogic.utils.compiler.Tool.run(Tool.java:115)
  37.  [wldeploy]     at weblogic.Deployer.run(Deployer.java:70)
  38.  [wldeploy]     at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
  39.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  41.  [wldeploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  42.  [wldeploy]     at java.lang.reflect.Method.invoke(Method.java:597)
  43.  [wldeploy]     at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
  44.  [wldeploy]     at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
  45.  [wldeploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
  46.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  47.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  48.  [wldeploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  49.  [wldeploy]     at java.lang.reflect.Method.invoke(Method.java:597)
  50.  [wldeploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  51.  [wldeploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
  52.  [wldeploy]     at org.apache.tools.ant.Target.execute(Target.java:435)
  53.  [wldeploy]     at org.apache.tools.ant.Target.performTasks(Target.java:456)
  54.  [wldeploy]     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
  55.  [wldeploy]     at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
  56.  [wldeploy]     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  57.  [wldeploy]     at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
  58.  [wldeploy]     at org.apache.tools.ant.Main.runBuild(Main.java:851)
  59.  [wldeploy]     at org.apache.tools.ant.Main.startAnt(Main.java:235)
  60.  [wldeploy]     at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  61.  [wldeploy]     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
  62.  [wldeploy] Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
  63.  [wldeploy]     java.io.EOFException]
  64.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:189)
  65.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:195)
  66.  [wldeploy]     at javax.naming.InitialContext.lookup(InitialContext.java:392)
  67.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
  68.  [wldeploy]     ... 40 more
  69.  [wldeploy] Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
  70.  [wldeploy]     java.io.EOFException
  71.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
  72.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
  73.  [wldeploy]     at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
  74.  [wldeploy]     at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
  75.  [wldeploy]     at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
  76.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:185)
  77.  [wldeploy]     ... 43 more
  78.  [wldeploy] Caused by: java.io.EOFException
  79.  [wldeploy]     at java.io.DataInputStream.readByte(DataInputStream.java:250)
  80.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
  81.  [wldeploy]     ... 48 more
  82.  [wldeploy] [ServerConnectionImpl.close():332] : Closing DM connection
  83.  [wldeploy] [ServerConnectionImpl.close():352] : Unregistered all listeners
  84.  [wldeploy] javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblogic'. Error received: null
  85.  [wldeploy]     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:133)
  86.  [wldeploy]     at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
  87.  [wldeploy]     at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
  88.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
  89.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
  90.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
  91.  [wldeploy]     at weblogic.utils.compiler.Tool.run(Tool.java:158)
  92.  [wldeploy]     at weblogic.utils.compiler.Tool.run(Tool.java:115)
  93.  [wldeploy]     at weblogic.Deployer.run(Deployer.java:70)
  94.  [wldeploy]     at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
  95.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  97.  [wldeploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  98.  [wldeploy]     at java.lang.reflect.Method.invoke(Method.java:597)
  99.  [wldeploy]     at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
  100.  [wldeploy]     at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
  101.  [wldeploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
  102.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  103.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  104.  [wldeploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  105.  [wldeploy]     at java.lang.reflect.Method.invoke(Method.java:597)
  106.  [wldeploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  107.  [wldeploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
  108.  [wldeploy]     at org.apache.tools.ant.Target.execute(Target.java:435)
  109.  [wldeploy]     at org.apache.tools.ant.Target.performTasks(Target.java:456)
  110.  [wldeploy]     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
  111.  [wldeploy]     at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
  112.  [wldeploy]     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  113.  [wldeploy]     at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
  114.  [wldeploy]     at org.apache.tools.ant.Main.runBuild(Main.java:851)
  115.  [wldeploy]     at org.apache.tools.ant.Main.startAnt(Main.java:235)
  116.  [wldeploy]     at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  117.  [wldeploy]     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
  118.  [wldeploy] Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblogic'. Error received: null
  119.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:249)
  120.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:189)
  121.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:145)
  122.  [wldeploy]     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:160)
  123.  [wldeploy]     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:130)
  124.  [wldeploy]     ... 32 more
  125.  [wldeploy] Caused by: java.io.IOException
  126.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
  127.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
  128.  [wldeploy]     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
  129.  [wldeploy]     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
  130.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:238)
  131.  [wldeploy]     ... 36 more
  132.  [wldeploy] Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
  133.  [wldeploy]     java.io.EOFException]
  134.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:189)
  135.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:195)
  136.  [wldeploy]     at javax.naming.InitialContext.lookup(InitialContext.java:392)
  137.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
  138.  [wldeploy]     ... 40 more
  139.  [wldeploy] Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
  140.  [wldeploy]     java.io.EOFException
  141.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
  142.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
  143.  [wldeploy]     at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
  144.  [wldeploy]     at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
  145.  [wldeploy]     at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
  146.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:185)
  147.  [wldeploy]     ... 43 more
  148.  [wldeploy] Caused by: java.io.EOFException
  149.  [wldeploy]     at java.io.DataInputStream.readByte(DataInputStream.java:250)
  150.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
  151.  [wldeploy]     ... 48 more
  152.  [wldeploy] weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://localhost:7001': null. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
  153.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:316)
  154.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
  155.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
  156.  [wldeploy]     at weblogic.utils.compiler.Tool.run(Tool.java:158)
  157.  [wldeploy]     at weblogic.utils.compiler.Tool.run(Tool.java:115)
  158.  [wldeploy]     at weblogic.Deployer.run(Deployer.java:70)
  159.  [wldeploy]     at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
  160.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  161.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  162.  [wldeploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  163.  [wldeploy]     at java.lang.reflect.Method.invoke(Method.java:597)
  164.  [wldeploy]     at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
  165.  [wldeploy]     at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
  166.  [wldeploy]     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
  167.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  168.  [wldeploy]     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  169.  [wldeploy]     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  170.  [wldeploy]     at java.lang.reflect.Method.invoke(Method.java:597)
  171.  [wldeploy]     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  172.  [wldeploy]     at org.apache.tools.ant.Task.perform(Task.java:348)
  173.  [wldeploy]     at org.apache.tools.ant.Target.execute(Target.java:435)
  174.  [wldeploy]     at org.apache.tools.ant.Target.performTasks(Target.java:456)
  175.  [wldeploy]     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
  176.  [wldeploy]     at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
  177.  [wldeploy]     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  178.  [wldeploy]     at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
  179.  [wldeploy]     at org.apache.tools.ant.Main.runBuild(Main.java:851)
  180.  [wldeploy]     at org.apache.tools.ant.Main.startAnt(Main.java:235)
  181.  [wldeploy]     at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  182.  [wldeploy]     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
  183.  [wldeploy] Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblogic'. Error received: null
  184.  [wldeploy]     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:133)
  185.  [wldeploy]     at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
  186.  [wldeploy]     at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
  187.  [wldeploy]     at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
  188.  [wldeploy]     ... 29 more
  189.  [wldeploy] Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblogic'. Error received: null
  190.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:249)
  191.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:189)
  192.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:145)
  193.  [wldeploy]     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:160)
  194.  [wldeploy]     at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:130)
  195.  [wldeploy]     ... 32 more
  196.  [wldeploy] Caused by: java.io.IOException
  197.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
  198.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
  199.  [wldeploy]     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
  200.  [wldeploy]     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
  201.  [wldeploy]     at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:238)
  202.  [wldeploy]     ... 36 more
  203.  [wldeploy] Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
  204.  [wldeploy]     java.io.EOFException]
  205.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:189)
  206.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:195)
  207.  [wldeploy]     at javax.naming.InitialContext.lookup(InitialContext.java:392)
  208.  [wldeploy]     at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
  209.  [wldeploy]     ... 40 more
  210.  [wldeploy] Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
  211.  [wldeploy]     java.io.EOFException
  212.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
  213.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
  214.  [wldeploy]     at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
  215.  [wldeploy]     at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
  216.  [wldeploy]     at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
  217.  [wldeploy]     at weblogic.jrmp.Context.lookup(Context.java:185)
  218.  [wldeploy]     ... 43 more
  219.  [wldeploy] Caused by: java.io.EOFException
  220.  [wldeploy]     at java.io.DataInputStream.readByte(DataInputStream.java:250)
  221.  [wldeploy]     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
  222.  [wldeploy]     ... 48 more
  223.  
  224. BUILD FAILED
  225. c:\oracle\Git\magda-vsb\java\build.xml:50: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3:/
  226. /localhost:7001': null. Ensure the url represents a running admin server and that the credentials are correct. If using http protocol, tunneling must be enabled
  227.  on the admin server.
  228.         at weblogic.Deployer.run(Deployer.java:72)
  229.         at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
  230.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  231.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  232.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  233.         at java.lang.reflect.Method.invoke(Method.java:597)
  234.         at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
  235.         at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
  236.         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
  237.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  238.         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  239.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  240.         at java.lang.reflect.Method.invoke(Method.java:597)
  241.         at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  242.         at org.apache.tools.ant.Task.perform(Task.java:348)
  243.         at org.apache.tools.ant.Target.execute(Target.java:435)
  244.         at org.apache.tools.ant.Target.performTasks(Target.java:456)
  245.         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
  246.         at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
  247.         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  248.         at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
  249.         at org.apache.tools.ant.Main.runBuild(Main.java:851)
  250.         at org.apache.tools.ant.Main.startAnt(Main.java:235)
  251.         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
  252.         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
  253. Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://localhost:7001': null. Ensure the url represents a running admin ser
  254. ver and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
  255.         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:316)
  256.         at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
  257.         at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
  258.         at weblogic.utils.compiler.Tool.run(Tool.java:158)
  259.         at weblogic.utils.compiler.Tool.run(Tool.java:115)
  260.         at weblogic.Deployer.run(Deployer.java:70)
  261.         ... 24 more
  262. Caused by: javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as
  263. user, 'weblogic'. Error received: null
  264.         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:133)
  265.         at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
  266.         at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
  267.         at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
  268.         ... 29 more
  269. Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblog
  270. ic'. Error received: null
  271.         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:249)
  272.         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:189)
  273.         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:145)
  274.         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:160)
  275.         at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:130)
  276.         ... 32 more
  277. Caused by: java.io.IOException
  278.         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
  279.         at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
  280.         at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
  281.         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
  282.         at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:238)
  283.         ... 36 more
  284. Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
  285.  
  286.         java.io.EOFException]
  287.         at weblogic.jrmp.Context.lookup(Context.java:189)
  288.         at weblogic.jrmp.Context.lookup(Context.java:195)
  289.         at javax.naming.InitialContext.lookup(InitialContext.java:392)
  290.         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
  291.         ... 40 more
  292. Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
  293.         java.io.EOFException
  294.         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
  295.         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
  296.         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
  297.         at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
  298.         at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
  299.         at weblogic.jrmp.Context.lookup(Context.java:185)
  300.         ... 43 more
  301. Caused by: java.io.EOFException
  302.         at java.io.DataInputStream.readByte(DataInputStream.java:250)
  303.         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
  304.         ... 48 more
  305.  
  306. Total time: 8 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement