Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Buildfile: c:\oracle\Git\magda-vsb\java\build.xml
- clean:
- [delete] Deleting directory c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy
- package:
- [mkdir] Created dir: c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy
- [mkdir] Created dir: c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy\jar
- [jar] Building jar: c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy\jar\VSBReportingProvider.jar
- [ear] Building ear: c:\oracle\Git\magda-vsb\java\CustomReportingProvider\deploy\VSBReportingProvider.ear
- deploy:
- [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
- [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
- [wldeploy] [WebLogicDeploymentManagerImpl.<init>():115] : Constructing DeploymentManager for J2EE version V1_4 deployments
- [wldeploy] [WebLogicDeploymentManagerImpl.getNewConnection():158] : Connecting to admin server at localhost:7001, as user weblogic
- [wldeploy] [ServerConnectionImpl.getEnvironment():286] : setting environment
- [wldeploy] [ServerConnectionImpl.getEnvironment():289] : getting context using t3://localhost:7001
- [wldeploy] [ServerConnectionImpl.getMBeanServer():237] : Connecting to MBeanServer at service:jmx:t3://localhost:7001/jndi/weblogic.management.mbeanservers.domainruntime
- [wldeploy] java.io.IOException
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
- [wldeploy] at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
- [wldeploy] at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:238)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:189)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:145)
- [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:160)
- [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:130)
- [wldeploy] at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
- [wldeploy] at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
- [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:158)
- [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:115)
- [wldeploy] at weblogic.Deployer.run(Deployer.java:70)
- [wldeploy] at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- [wldeploy] at java.lang.reflect.Method.invoke(Method.java:597)
- [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
- [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
- [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- [wldeploy] at java.lang.reflect.Method.invoke(Method.java:597)
- [wldeploy] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
- [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:348)
- [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:435)
- [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:456)
- [wldeploy] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
- [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
- [wldeploy] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
- [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
- [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:851)
- [wldeploy] at org.apache.tools.ant.Main.startAnt(Main.java:235)
- [wldeploy] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
- [wldeploy] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
- [wldeploy] Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
- [wldeploy] java.io.EOFException]
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:189)
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:195)
- [wldeploy] at javax.naming.InitialContext.lookup(InitialContext.java:392)
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
- [wldeploy] ... 40 more
- [wldeploy] Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
- [wldeploy] java.io.EOFException
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
- [wldeploy] at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
- [wldeploy] at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
- [wldeploy] at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:185)
- [wldeploy] ... 43 more
- [wldeploy] Caused by: java.io.EOFException
- [wldeploy] at java.io.DataInputStream.readByte(DataInputStream.java:250)
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
- [wldeploy] ... 48 more
- [wldeploy] [ServerConnectionImpl.close():332] : Closing DM connection
- [wldeploy] [ServerConnectionImpl.close():352] : Unregistered all listeners
- [wldeploy] javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblogic'. Error received: null
- [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:133)
- [wldeploy] at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
- [wldeploy] at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
- [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:158)
- [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:115)
- [wldeploy] at weblogic.Deployer.run(Deployer.java:70)
- [wldeploy] at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- [wldeploy] at java.lang.reflect.Method.invoke(Method.java:597)
- [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
- [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
- [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- [wldeploy] at java.lang.reflect.Method.invoke(Method.java:597)
- [wldeploy] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
- [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:348)
- [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:435)
- [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:456)
- [wldeploy] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
- [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
- [wldeploy] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
- [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
- [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:851)
- [wldeploy] at org.apache.tools.ant.Main.startAnt(Main.java:235)
- [wldeploy] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
- [wldeploy] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
- [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
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:249)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:189)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:145)
- [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:160)
- [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:130)
- [wldeploy] ... 32 more
- [wldeploy] Caused by: java.io.IOException
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
- [wldeploy] at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
- [wldeploy] at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:238)
- [wldeploy] ... 36 more
- [wldeploy] Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
- [wldeploy] java.io.EOFException]
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:189)
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:195)
- [wldeploy] at javax.naming.InitialContext.lookup(InitialContext.java:392)
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
- [wldeploy] ... 40 more
- [wldeploy] Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
- [wldeploy] java.io.EOFException
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
- [wldeploy] at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
- [wldeploy] at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
- [wldeploy] at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:185)
- [wldeploy] ... 43 more
- [wldeploy] Caused by: java.io.EOFException
- [wldeploy] at java.io.DataInputStream.readByte(DataInputStream.java:250)
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
- [wldeploy] ... 48 more
- [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.
- [wldeploy] at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:316)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
- [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:158)
- [wldeploy] at weblogic.utils.compiler.Tool.run(Tool.java:115)
- [wldeploy] at weblogic.Deployer.run(Deployer.java:70)
- [wldeploy] at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- [wldeploy] at java.lang.reflect.Method.invoke(Method.java:597)
- [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
- [wldeploy] at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
- [wldeploy] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- [wldeploy] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
- [wldeploy] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
- [wldeploy] at java.lang.reflect.Method.invoke(Method.java:597)
- [wldeploy] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
- [wldeploy] at org.apache.tools.ant.Task.perform(Task.java:348)
- [wldeploy] at org.apache.tools.ant.Target.execute(Target.java:435)
- [wldeploy] at org.apache.tools.ant.Target.performTasks(Target.java:456)
- [wldeploy] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
- [wldeploy] at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
- [wldeploy] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
- [wldeploy] at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
- [wldeploy] at org.apache.tools.ant.Main.runBuild(Main.java:851)
- [wldeploy] at org.apache.tools.ant.Main.startAnt(Main.java:235)
- [wldeploy] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
- [wldeploy] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
- [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
- [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:133)
- [wldeploy] at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
- [wldeploy] at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
- [wldeploy] at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
- [wldeploy] ... 29 more
- [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
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:249)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:189)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:145)
- [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:160)
- [wldeploy] at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:130)
- [wldeploy] ... 32 more
- [wldeploy] Caused by: java.io.IOException
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
- [wldeploy] at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
- [wldeploy] at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
- [wldeploy] at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:238)
- [wldeploy] ... 36 more
- [wldeploy] Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
- [wldeploy] java.io.EOFException]
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:189)
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:195)
- [wldeploy] at javax.naming.InitialContext.lookup(InitialContext.java:392)
- [wldeploy] at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
- [wldeploy] ... 40 more
- [wldeploy] Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
- [wldeploy] java.io.EOFException
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
- [wldeploy] at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
- [wldeploy] at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
- [wldeploy] at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
- [wldeploy] at weblogic.jrmp.Context.lookup(Context.java:185)
- [wldeploy] ... 43 more
- [wldeploy] Caused by: java.io.EOFException
- [wldeploy] at java.io.DataInputStream.readByte(DataInputStream.java:250)
- [wldeploy] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
- [wldeploy] ... 48 more
- BUILD FAILED
- c:\oracle\Git\magda-vsb\java\build.xml:50: weblogic.Deployer$DeployerException: 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.
- at weblogic.Deployer.run(Deployer.java:72)
- at weblogic.Deployer.mainWithExceptions(Deployer.java:62)
- 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:597)
- at weblogic.ant.taskdefs.management.WLDeploy.invokeMain(WLDeploy.java:419)
- at weblogic.ant.taskdefs.management.WLDeploy.execute(WLDeploy.java:349)
- at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
- 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:597)
- 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:435)
- at org.apache.tools.ant.Target.performTasks(Target.java:456)
- at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
- at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
- at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
- at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
- at org.apache.tools.ant.Main.runBuild(Main.java:851)
- at org.apache.tools.ant.Main.startAnt(Main.java:235)
- at org.apache.tools.ant.launch.Launcher.run(Launcher.java:280)
- at org.apache.tools.ant.launch.Launcher.main(Launcher.java:109)
- Caused by: weblogic.deploy.api.tools.deployer.DeployerException: Unable to connect to 't3://localhost:7001': null. Ensure the url represents a running admin ser
- ver and that the credentials are correct. If using http protocol, tunneling must be enabled on the admin server.
- at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:316)
- at weblogic.deploy.api.tools.deployer.Deployer.perform(Deployer.java:137)
- at weblogic.deploy.api.tools.deployer.Deployer.runBody(Deployer.java:88)
- at weblogic.utils.compiler.Tool.run(Tool.java:158)
- at weblogic.utils.compiler.Tool.run(Tool.java:115)
- at weblogic.Deployer.run(Deployer.java:70)
- ... 24 more
- 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
- at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:133)
- at weblogic.deploy.api.spi.factories.internal.DeploymentFactoryImpl.getDeploymentManager(DeploymentFactoryImpl.java:86)
- at weblogic.deploy.api.tools.SessionHelper.getDeploymentManager(SessionHelper.java:446)
- at weblogic.deploy.api.tools.deployer.Jsr88Operation.connect(Jsr88Operation.java:304)
- ... 29 more
- Caused by: weblogic.deploy.api.spi.exceptions.ServerConnectionException: [J2EE Deployment SPI:260010]Unable to connect to 't3://localhost:7001' as user, 'weblog
- ic'. Error received: null
- at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:249)
- at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServerForType(ServerConnectionImpl.java:189)
- at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.init(ServerConnectionImpl.java:145)
- at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.getNewConnection(WebLogicDeploymentManagerImpl.java:160)
- at weblogic.deploy.api.spi.deploy.WebLogicDeploymentManagerImpl.<init>(WebLogicDeploymentManagerImpl.java:130)
- ... 32 more
- Caused by: java.io.IOException
- at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:196)
- at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:84)
- at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
- at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
- at weblogic.deploy.api.spi.deploy.internal.ServerConnectionImpl.getMBeanServer(ServerConnectionImpl.java:238)
- ... 36 more
- Caused by: javax.naming.CommunicationException [Root exception is java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
- java.io.EOFException]
- at weblogic.jrmp.Context.lookup(Context.java:189)
- at weblogic.jrmp.Context.lookup(Context.java:195)
- at javax.naming.InitialContext.lookup(InitialContext.java:392)
- at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:179)
- ... 40 more
- Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
- java.io.EOFException
- at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:286)
- at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
- at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
- at weblogic.jrmp.BaseRemoteRef.invoke(BaseRemoteRef.java:221)
- at weblogic.jrmp.RegistryImpl_Stub.lookup(Unknown Source)
- at weblogic.jrmp.Context.lookup(Context.java:185)
- ... 43 more
- Caused by: java.io.EOFException
- at java.io.DataInputStream.readByte(DataInputStream.java:250)
- at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:228)
- ... 48 more
- Total time: 8 seconds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement