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

cosbench-0.5.0 and cosbench-master can not start #285

Closed
dwj192 opened this issue Oct 31, 2015 · 3 comments
Closed

cosbench-0.5.0 and cosbench-master can not start #285

dwj192 opened this issue Oct 31, 2015 · 3 comments

Comments

@dwj192
Copy link

dwj192 commented Oct 31, 2015

use 0.4.2.c3 i can launch
···
Launching osgi framwork ...
Successfully launched osgi framework!
Booting cosbench driver ...
..
Starting cosbench-log_0.4.2 [OK]
Starting cosbench-tomcat_0.4.2 [OK]
Starting cosbench-config_0.4.2 [OK]
Starting cosbench-http_0.4.2 [OK]
Starting cosbench-cdmi-util_0.4.2 [OK]
Starting cosbench-core_0.4.2 [OK]
Starting cosbench-core-web_0.4.2 [OK]
Starting cosbench-api_0.4.2 [OK]
Starting cosbench-mock_0.4.2 [OK]
Starting cosbench-ampli_0.4.2 [OK]
Starting cosbench-swift_0.4.2 [OK]
Starting cosbench-keystone_0.4.2 [OK]
Starting cosbench-httpauth_0.4.2 [OK]
Starting cosbench-s3_0.4.2 [OK]
Starting cosbench-librados_0.4.2 [OK]
Starting cosbench-scality_0.4.2 [OK]
Starting cosbench-cdmi-swift_0.4.2 [OK]
Starting cosbench-cdmi-base_0.4.2 [OK]
Starting cosbench-driver_0.4.2 [OK]
Starting cosbench-driver-web_0.4.2 [OK]
Successfully started cosbench driver!
Listening on port 0.0.0.0/0.0.0.0:18089 ...
Persistence bundle starting...

Persistence bundle started.

!!! Service will listen on web port: 18088 !!!

Launching osgi framwork ...
Successfully launched osgi framework!
Booting cosbench controller ...
.
Starting cosbench-log_0.4.2 [OK]
.
Starting cosbench-tomcat_0.4.2 [OK]
Starting cosbench-config_0.4.2 [OK]
Starting cosbench-core_0.4.2 [OK]
Starting cosbench-core-web_0.4.2 [OK]
Starting cosbench-controller_0.4.2 [OK]
Starting cosbench-controller-web_0.4.2 [OK]
Successfully started cosbench controller!
Listening on port 0.0.0.0/0.0.0.0:19089 ...
Persistence bundle starting...

Persistence bundle started.

!!! Service will listen on web port: 19088 !!!

···

but use the host i start cosbench-0.5.0 and cosbench-master failed

ceph@node112:~/cos/release$ sudo sh start-all.sh 
cat: VERSION: No such file or directory
Launching osgi framwork ... 
Successfully launched osgi framework!
Booting cosbench driver ... 
...........................................................
Starting    cosbench-log_    [ERROR]
...........................................................
Starting    cosbench-tomcat_    [ERROR]
...........................................................
Starting    cosbench-config_    [ERROR]
...........................................................
Starting    cosbench-http_    [ERROR]
...........................................................
Starting    cosbench-cdmi-util_    [ERROR]
...........................................................
Starting    cosbench-core_    [ERROR]
...........................................................
Starting    cosbench-core-web_    [ERROR]
...........................................................
Starting    cosbench-api_    [ERROR]
.............
@dwj192
Copy link
Author

dwj192 commented Oct 31, 2015

the log

ceph@node112:~/cos/release$ sudo sh start-all.sh 
cat: VERSION: No such file or directory
Launching osgi framwork ... 
Successfully launched osgi framework!
Booting cosbench driver ... 
...........................................................
Starting    cosbench-log_    [ERROR]
...........................................................
Starting    cosbench-tomcat_    [ERROR]
...........................................................
Starting    cosbench-config_    [ERROR]
...........................................................
Starting    cosbench-http_    [ERROR]
...........................................................
Starting    cosbench-cdmi-util_    [ERROR]
...........................................................
Starting    cosbench-core_    [ERROR]
...........................................................
Starting    cosbench-core-web_    [ERROR]
...........................................................
Starting    cosbench-api_    [ERROR]
...........................................................
Starting    cosbench-mock_    [ERROR]
......^Cceph@node112:~/cos/release$ ls
cli.sh             cosbench-stop.sh  licenses  start-all.bat         start-controller.sh  stop-all.sh         web.bat
conf               javadoc           log       start-all.sh          start-driver.bat     stop-controller.sh  workloads
cosbench-start.sh  lib-src           scripts   start-controller.bat  start-driver.sh      stop-driver.sh      workspace
ceph@node112:~/cos/release$ cd log/
ceph@node112:~/cos/release/log$ ls
driver-boot.log
ceph@node112:~/cos/release/log$ cat driver-boot.log 
Error: Could not find or load main class org.eclipse.equinox.launcher.Main
ceph@node112:~/cos/release/log$

@dwj192 dwj192 closed this as completed Oct 31, 2015
@dwj192
Copy link
Author

dwj192 commented Oct 31, 2015

it's my fault...

@ywang19
Copy link
Contributor

ywang19 commented Nov 2, 2015

Git cloning either the master or 0.5.0 branch can only give you the source repository, it’s required to have pre-built binaries to launch cosbench. Those pre-built binaries can be downloaded from https://github.com/intel-cloud/cosbench/releases .

From: Weijun Duan [mailto:[email protected]]
Sent: Saturday, October 31, 2015 11:34 AM
To: intel-cloud/cosbench
Subject: [cosbench] cosbench-0.5.0 and cosbench-master can not start (#285)

use 0.4.2.c3 i can launch
···
Launching osgi framwork ...
Successfully launched osgi framework!
Booting cosbench driver ...
..
Starting cosbench-log_0.4.2 [OK]
Starting cosbench-tomcat_0.4.2 [OK]
Starting cosbench-config_0.4.2 [OK]
Starting cosbench-http_0.4.2 [OK]
Starting cosbench-cdmi-util_0.4.2 [OK]
Starting cosbench-core_0.4.2 [OK]
Starting cosbench-core-web_0.4.2 [OK]
Starting cosbench-api_0.4.2 [OK]
Starting cosbench-mock_0.4.2 [OK]
Starting cosbench-ampli_0.4.2 [OK]
Starting cosbench-swift_0.4.2 [OK]
Starting cosbench-keystone_0.4.2 [OK]
Starting cosbench-httpauth_0.4.2 [OK]
Starting cosbench-s3_0.4.2 [OK]
Starting cosbench-librados_0.4.2 [OK]
Starting cosbench-scality_0.4.2 [OK]
Starting cosbench-cdmi-swift_0.4.2 [OK]
Starting cosbench-cdmi-base_0.4.2 [OK]
Starting cosbench-driver_0.4.2 [OK]
Starting cosbench-driver-web_0.4.2 [OK]
Successfully started cosbench driver!
Listening on port 0.0.0.0/0.0.0.0:18089 ...
Persistence bundle starting...

Persistence bundle started.
!!! Service will listen on web port: 18088 !!!

Launching osgi framwork ...
Successfully launched osgi framework!
Booting cosbench controller ...
.
Starting cosbench-log_0.4.2 [OK]
.
Starting cosbench-tomcat_0.4.2 [OK]
Starting cosbench-config_0.4.2 [OK]
Starting cosbench-core_0.4.2 [OK]
Starting cosbench-core-web_0.4.2 [OK]
Starting cosbench-controller_0.4.2 [OK]
Starting cosbench-controller-web_0.4.2 [OK]
Successfully started cosbench controller!
Listening on port 0.0.0.0/0.0.0.0:19089 ...
Persistence bundle starting...

Persistence bundle started.
!!! Service will listen on web port: 19088 !!!

···

but use the host i start cosbench-0.5.0 and cosbench-master failed

ceph@node112:~/cos/release$ sudo sh start-all.sh

cat: VERSION: No such file or directory

Launching osgi framwork ...

Successfully launched osgi framework!

Booting cosbench driver ...

...........................................................

Starting cosbench-log_ [ERROR]

...........................................................

Starting cosbench-tomcat_ [ERROR]

...........................................................

Starting cosbench-config_ [ERROR]

...........................................................

Starting cosbench-http_ [ERROR]

...........................................................

Starting cosbench-cdmi-util_ [ERROR]

...........................................................

Starting cosbench-core_ [ERROR]

...........................................................

Starting cosbench-core-web_ [ERROR]

...........................................................

Starting cosbench-api_ [ERROR]

.............


Reply to this email directly or view it on GitHubhttps://github.com//issues/285.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants