🏃♂️
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ERROR [c.c.u.d.Upgrade410to420] (main:null) (logid:) migrateDatafromIsoIdInVolumesTable:Exception:Unknown column 'iso_id1' in 'field list' | |
| com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'iso_id1' in 'field list' | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) | |
| at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) | |
| at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) | |
| at java.lang.reflect.Constructor.newInstance(Constructor.java:423) | |
| at com.mysql.jdbc.Util.handleNewInstance(Util.java:377) | |
| at com.mysql.jdbc.Util.getInstance(Util.java:360) | |
| at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978) | |
| at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ wagon-webdav-jackrabbit --- | |
| [INFO] Restricted to JDK 1.6 yet org.apache.jackrabbit:jackrabbit-webdav:jar:2.14.1:compile contains org/apache/jackrabbit/webdav/AbstractLocatorFactory$1.class targeted to JDK 1.7 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-05-02 19:17:28.313:DBUG:omjlch.Http2LoadClient:main: json monitor: { | |
| "config" : { | |
| "cores" : 8, | |
| "totalMemory" : { | |
| "value" : 8.0, | |
| "unit" : "GiB" | |
| }, | |
| "os" : "Mac OS X 10.12.4 x86_64", | |
| "jvm" : "Oracle Corporation Java HotSpot(TM) 64-Bit Server VM 25.121-b13 1.8.0_121-b13", | |
| "totalHeap" : { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from | |
| putUser(userName, getCredential(password), roleArray); | |
| to | |
| Principal userPrincipal = new AbstractLoginService.UserPrincipal( userName, getCredential( password )); | |
| Subject subject = new Subject( ); | |
| subject.getPrincipals().add( userPrincipal ); | |
| subject.getPrivateCredentials().add( getCredential( password ) ); | |
| subject.getPublicCredentials().add( getCredential( password ) ); | |
| getIdentityService().newUserIdentity( subject, userPrincipal, roleArray ); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Listener: org.apache.jenkins.gitpubsub.GitPubSubPoll@7d8a9313 | |
| Listener.periodSeconds: 10 | |
| Listener.requestRecycleMins: 5 | |
| Listener.disableNotifyScm: false | |
| Listener.lastTS: 1489989798 | |
| Listener.lastTime: 1490004813658 | |
| Listener.longPollRequest: NettyResponseFuture{currentRetry=0, | |
| isDone=false, | |
| isCancelled=true, | |
| asyncHandler=org.apache.jenkins.gitpubsub.GitPubSubPoll$JsonHandler@19a1f6ab, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INFO] GCLOUD: Beginning interaction for module default... | |
| [INFO] GCLOUD: Unable to stage app: Class file is Java 8 but max supported is Java 7: /home/olamy/jetty-runtime/perf/perf-server/webapp/target/webapp-0.1.0-SNAPSHOT/WEB-INF/classes/com/webtide/jetty/load/generator/web/HelloServlet.class | |
| [INFO] GCLOUD: Please see the logs [/tmp/appcfg2334659674836681518.log] for further information. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.8.2:deploy (default-deploy) on project jira: Failed to deploy artifacts: Could not transfer artifact org.jenkins-ci.plugins:jira:hpi:2.3 from/to maven.jenkins-ci.org (https://repo.jenkins-ci.org/releases/): Access denied to: https://repo.jenkins-ci.org/releases/org/jenkins-ci/plugins/jira/2.3/jira-2.3.hpi, ReasonPhrase: Forbidden. -> [Help 1] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Error in provisioning; slave=KubernetesSlave name: gae-node-4ddc591920ec, template=org.csanchez.jenkins.plugins.kubernetes.PodTemplate@48ac3213 | |
| Nov 18, 2016 4:01:30 PM WARNING hudson.slaves.NodeProvisioner$2 run | |
| Provisioned agent Kubernetes Pod Template failed to launch | |
| java.lang.IllegalStateException: Containers are terminated with exit codes: {jnlp-slave=0} | |
| at org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback.call(KubernetesCloud.java:541) | |
| at org.csanchez.jenkins.plugins.kubernetes.KubernetesCloud$ProvisioningCallback.call(KubernetesCloud.java:482) | |
| at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [INFO] --- gcloud-maven-plugin:2.0.9.130.v20161013:deploy (default-cli) @ jetty-load-app --- | |
| [INFO] Running gcloud app deploy... | |
| [INFO] Note that the project ID and version specified in application configuration files (e.g. app.yaml or appengine-web.xml) are ignored. The project ID is set to jetty-9 and the version is set to the time of deployment. | |
| [INFO] Running python -S /Users/olamy/softs/google-cloud-sdk/lib/gcloud.py --quiet --project=jetty-9 beta app deploy /Users/olamy/dev/sources/open-sources/jetty/jetty-load-generator-app/target/appengine-staging/app.yaml --promote | |
| [INFO] ERROR: (gcloud.beta.app.deploy) You do not have permission to access app [jetty-9]: Operation not allowed | |
| [ERROR] Error: gcloud app command with exit code : 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.eclipse.jetty.load.generator.profile.* | |
| node { | |
| def profile = new ResourceProfile(new Resource( "/jenkins", | |
| new Resource( "/jenkins/job/pipeline-test/", | |
| new Resource( "/logo.gif" ), | |
| new Resource( "/spacer.png" ) | |
| ), | |
| new Resource( "jenkins/job/foo/" ), | |
| new Resource( "/script.js", |