Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI server is disabled. #230

Closed
gcheng opened this issue Feb 8, 2013 · 14 comments
Closed

CI server is disabled. #230

gcheng opened this issue Feb 8, 2013 · 14 comments

Comments

@gcheng
Copy link

gcheng commented Feb 8, 2013

Dev estimate: 13
Test estimate: 0

the project is disabled by AR because it de-stabilize the CI server both master and slave.

Get separate test accounts to run CI against so they don't interfere with each other.

@gcheng
Copy link
Author

gcheng commented Feb 8, 2013

we need to re-enable it.

@ghost ghost assigned gcheng Feb 8, 2013
@gcheng
Copy link
Author

gcheng commented Feb 9, 2013

built a new slave server successfully, however cannot get the slave started successfully.

@gcheng
Copy link
Author

gcheng commented Feb 12, 2013

blocked because the newly created VMs are deleted unexpectedly.

@gcheng
Copy link
Author

gcheng commented Feb 15, 2013

Another VM I created last night didn't get deleted, try again.

@gcheng
Copy link
Author

gcheng commented Feb 16, 2013

Connecting to 10.76.94.77

Failed to connect to port 135 of 10.76.94.77. Is Windows firewall blocking this port? Or did you disable DCOM service?

ERROR: Message not found for errorCode: 0x8001FFFF
org.jinterop.dcom.common.JIException: Message not found for errorCode: 0x8001FFFF
at org.jinterop.dcom.core.JIComServer.init(JIComServer.java:546)
at org.jinterop.dcom.core.JIComServer.initialise(JIComServer.java:458)
at org.jinterop.dcom.core.JIComServer.(JIComServer.java:427)
at org.jvnet.hudson.wmi.WMI.connect(WMI.java:59)
at hudson.os.windows.ManagedWindowsServiceLauncher.launch(ManagedWindowsServiceLauncher.java:218)
at hudson.slaves.SlaveComputer$1.call(SlaveComputer.java:204)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out: connect
at sun.nio.ch.Net.connect(Native Method)
at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
at java.nio.channels.SocketChannel.open(Unknown Source)
at org.jinterop.dcom.transport.JIComTransport.attach(JIComTransport.java:98)
at rpc.Stub.attach(Stub.java:104)
at org.jinterop.dcom.core.JIComServer.init(JIComServer.java:523)
... 10 more

@gcheng
Copy link
Author

gcheng commented Feb 16, 2013

seeing above failure while launching the slave...

@gcheng
Copy link
Author

gcheng commented Feb 19, 2013

I think I got both master and slave connected with each other, next step, configure with Java SDK CI project!

@gcheng
Copy link
Author

gcheng commented Feb 20, 2013

still blocked on git pulling on CI server.

@gcheng
Copy link
Author

gcheng commented Feb 21, 2013

Here is where the server stops,

Started by user Albert Cheng
Building remotely on java-ci-2k12 in workspace c:\jenkins\workspace\azure-sdk-for-java dev win2k12
Checkout:azure-sdk-for-java dev win2k12 / c:\jenkins\workspace\azure-sdk-for-java dev win2k12 - hudson.remoting.Channel@296839:java-ci-2k12
Using strategy: Default
Fetching changes from 1 remote Git repository
Fetching upstream changes from origin
FATAL: hudson.remoting.RequestAbortedException: java.net.SocketTimeoutException: Read timed out
hudson.remoting.RequestAbortedException: hudson.remoting.RequestAbortedException: java.net.SocketTimeoutException: Read timed out
at hudson.remoting.Request.call(Request.java:174)
at hudson.remoting.Channel.call(Channel.java:672)
at hudson.FilePath.act(FilePath.java:841)
at hudson.FilePath.act(FilePath.java:834)
at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:941)
at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1113)
at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)
at hudson.model.Run.execute(Run.java:1502)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:237)
Caused by: hudson.remoting.RequestAbortedException: java.net.SocketTimeoutException: Read timed out
at hudson.remoting.Request.abort(Request.java:299)
at hudson.remoting.Channel.terminate(Channel.java:732)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:69)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(Unknown Source)
at java.io.BufferedInputStream.fill(Unknown Source)
at java.io.BufferedInputStream.read(Unknown Source)
at java.io.ObjectInputStream$PeekInputStream.peek(Unknown Source)
at java.io.ObjectInputStream$BlockDataInputStream.peek(Unknown Source)
at java.io.ObjectInputStream$BlockDataInputStream.peekByte(Unknown Source)
at java.io.ObjectInputStream.readObject0(Unknown Source)
at java.io.ObjectInputStream.readObject(Unknown Source)
at hudson.remoting.Command.readFrom(Command.java:92)
at hudson.remoting.ClassicCommandTransport.read(ClassicCommandTransport.java:59)
at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:48)

@gcheng
Copy link
Author

gcheng commented Feb 23, 2013

it can build now, waiting to see whether the unit tests can pass..

@gcheng
Copy link
Author

gcheng commented Feb 27, 2013

The private branch is stable now

@gcheng
Copy link
Author

gcheng commented Feb 28, 2013

There is a sporadic test failure on public branch canGetErrorDetailsFromTask

@jcookems
Copy link
Contributor

jcookems commented Mar 1, 2013

I need access to the CI server to verify.

@jcookems
Copy link
Contributor

jcookems commented Mar 1, 2013

Looks good!

@jcookems jcookems closed this as completed Mar 1, 2013
navalev pushed a commit to navalev/azure-sdk-for-java that referenced this issue Dec 24, 2019
* Add initial implementations of getDataSource

* Add initial getDataSourceReturnsCorrectDefinition test

* Add other data source types to getDataSourceReturnsCorrectDefinition test

* Add getDataSourceThrowsOnNotFound test

* Add assertion that exception has been thrown

* Fixup method description comments

* Remove unneeded overloads

* Fix formatting - add newline
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants