Skip to content

Instantly share code, notes, and snippets.

@mcculls
Created March 15, 2011 19:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcculls/871249 to your computer and use it in GitHub Desktop.
Save mcculls/871249 to your computer and use it in GitHub Desktop.
Hudson on Eclipse/Gemini [transcript]
$ java "-Dorg.osgi.framework.bootdelegation=sun.*,com.apple.*" -jar org.eclipse.osgi_3.6.0.v20100517.jar -console
osgi> Mar 15, 2011 4:58:54 PM org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
Mar 15, 2011 4:58:54 PM org.apache.jk.server.JkMain init
INFO: Can't find home, jk2.properties not loaded
Mar 15, 2011 4:58:54 PM org.apache.catalina.startup.Embedded start
INFO: Starting tomcat server
Mar 15, 2011 4:58:54 PM org.apache.catalina.realm.JAASRealm setContainer
INFO: Set JAAS app name Catalina
Mar 15, 2011 4:58:54 PM org.apache.catalina.core.StandardService start
INFO: Starting service Catalina
Mar 15, 2011 4:58:54 PM org.apache.catalina.core.StandardEngine start
INFO: Starting Servlet Engine: Apache Tomcat/6.0.29
Mar 15, 2011 4:58:54 PM org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
Mar 15, 2011 4:58:54 PM org.apache.jk.common.ChannelSocket init
INFO: JK: ajp13 listening on /0.0.0.0:8009
Mar 15, 2011 4:58:54 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=0/13 config=null
osgi> ss
Framework is launched.
id State Bundle
0 ACTIVE org.eclipse.osgi_3.6.0.v20100517
1 RESOLVED com.springsource.javax.activation_1.1.1
2 RESOLVED com.springsource.javax.xml.stream_1.0.1
3 RESOLVED org.eclipse.virgo.util.common_2.1.0.RELEASE
4 RESOLVED com.springsource.javax.annotation_1.0.0
5 RESOLVED org.eclipse.virgo.util.io_2.1.0.RELEASE
6 RESOLVED com.springsource.javax.ejb_3.0.0
7 RESOLVED com.springsource.org.apache.catalina.ha.springsource_6.0.29.S2-r1559
Master=10
8 RESOLVED org.eclipse.virgo.util.math_2.1.0.RELEASE
9 RESOLVED com.springsource.javax.el_1.0.0
10 RESOLVED com.springsource.org.apache.catalina.springsource_6.0.29.S2-r1559
Fragments=7, 13, 19, 28
11 RESOLVED org.eclipse.virgo.util.osgi_2.1.0.RELEASE
12 RESOLVED com.springsource.javax.persistence_1.0.0
13 RESOLVED com.springsource.org.apache.catalina.tribes.springsource_6.0.29.S2-r1559
Master=10
14 RESOLVED org.eclipse.virgo.util.parser.manifest_2.1.0.RELEASE
15 RESOLVED com.springsource.javax.servlet_2.5.0
16 RESOLVED com.springsource.org.apache.commons.logging_1.1.1
17 RESOLVED org.springframework.aop_3.0.0.RELEASE
18 RESOLVED com.springsource.javax.servlet.jsp_2.1.0
19 RESOLVED com.springsource.org.apache.coyote.springsource_6.0.29.S2-r1559
Master=10
20 RESOLVED org.springframework.beans_3.0.0.RELEASE
21 RESOLVED com.springsource.javax.transaction_1.1.0
22 RESOLVED com.springsource.org.apache.el.springsource_6.0.29.S2-r1559
23 RESOLVED org.springframework.context_3.0.0.RELEASE
24 RESOLVED com.springsource.javax.xml.bind_2.1.7
25 RESOLVED com.springsource.org.eclipse.jdt.core.compiler.batch_3.3.0
26 RESOLVED org.springframework.core_3.0.0.RELEASE
27 RESOLVED com.springsource.javax.xml.rpc_1.1.0
28 RESOLVED com.springsource.org.apache.jasper.springsource_6.0.29.S2-r1559
Master=10
29 RESOLVED org.springframework.osgi.core_1.2.1
30 RESOLVED com.springsource.javax.xml.soap_1.3.0
31 RESOLVED com.springsource.org.apache.juli.extras.springsource_6.0.29.S2-r1559
32 RESOLVED org.springframework.osgi.io_1.2.1
33 RESOLVED com.springsource.javax.mail_1.4.0
34 RESOLVED com.springsource.org.aopalliance_1.0.0
35 RESOLVED com.springsource.slf4j.api_1.6.1
Fragments=36
36 RESOLVED com.springsource.slf4j.nop_1.6.1
Master=35
37 ACTIVE org.eclipse.gemini.web.core_1.1.0.RELEASE
38 ACTIVE org.eclipse.gemini.web.tomcat_1.1.0.RELEASE
39 ACTIVE org.eclipse.gemini.web.extender_1.1.0.RELEASE
osgi> install webbundle:file:/Users/mcculls/Code/hudson/hudson-war/target/hudson.war?Web-ContextPath=hudson
Bundle id is 40
osgi> start 40
hudson home directory: /Users/mcculls/.hudson
Mar 15, 2011 5:01:42 PM hudson.util.CharacterEncodingFilter init
INFO: CharacterEncodingFilter initialized. DISABLE_FILTER: false FORCE_ENCODING: false
osgi> Mar 15, 2011 5:01:42 PM org.hudsonci.inject.internal.SmoothieContainerBootstrap bootstrap
INFO: Bootstrapping Smoothie
Mar 15, 2011 5:01:43 PM hudson.PluginManager createPluginStrategy
INFO: Plugin strategy: org.hudsonci.inject.internal.plugin.DelegatingPluginStrategy
Mar 15, 2011 5:01:43 PM hudson.model.Hudson$5 onAttained
INFO: Started initialization
Mar 15, 2011 5:01:45 PM hudson.model.Hudson$5 onAttained
INFO: Listed all plugins
Mar 15, 2011 5:01:45 PM hudson.model.Hudson$5 onAttained
INFO: Prepared all plugins
Mar 15, 2011 5:01:45 PM hudson.model.Hudson$5 onAttained
INFO: Started all plugins
Mar 15, 2011 5:01:45 PM hudson.model.Hudson$5 onAttained
INFO: Augmented all extensions
Mar 15, 2011 5:01:46 PM hudson.model.Hudson$5 onAttained
INFO: Loaded all jobs
Mar 15, 2011 5:01:46 PM hudson.model.Hudson$5 onAttained
INFO: Completed initialization
Mar 15, 2011 5:01:46 PM hudson.TcpSlaveAgentListener <init>
INFO: JNLP slave agent listener started on TCP port 52183
osgi> [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/mcculls/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10 for /Users/mcculls/.m2/repository
Mar 15, 2011 5:02:10 PM hudson.maven.MavenModuleSetBuild$RunnerImpl doRun
INFO: using maven 3 3.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment