On Mon, Jan 21, 2013 at 2:51 PM, Mike Tutkowski
<mike.tutkow...@solidfire.com> wrote:
> So, I began to think something was weird in VirtualBox, so I installed
> VMware Fusion and installed Ubuntu 12.04.01 in a VM.  Under NAT, I could
> bring up the login page and log in.  Under Bridged, this did not work.
>
> Any ideas?  Am I going to need separate physical boxes to run CloudStack?

No, you don't. There are many ways, you use host-only network so your
VM is reachable on other VMs and on your host os. One way is to use
devcloud, you can run the mgmt server, mysql, nfs all in devcloud. The
recommended way for development would to work the code though some IDE
like IntelliJ, run mgmt serve and mysql on your host os and use
devcloud as an infra appliance that gives you a host and
nfs/localstorage share.

Regards.

>
> Thanks!
>
>
> On Fri, Jan 18, 2013 at 7:54 PM, Mike Tutkowski <
> mike.tutkow...@solidfire.com> wrote:
>
>> Actually, when I run the start command, it opens up Nautilus (this is
>> Ubuntu) and places me in this folder:
>>
>> /home/mtutkowski/systemvm_mnt
>>
>> There are no files there, however (not even hidden ones).
>>
>>
>> On Fri, Jan 18, 2013 at 7:51 PM, Mike Tutkowski <
>> mike.tutkow...@solidfire.com> wrote:
>>
>>> I also see this when running in bridged mode:
>>>
>>> mtutkowski@csms-tut:/etc/init.d$ sudo ./cloud-management status
>>>  * CloudStack-specific Tomcat servlet engine is not running.
>>>
>>> When I do a start, it doesn't return an error message, but status
>>> indicates the servlet engine did not start.
>>>
>>>
>>> On Fri, Jan 18, 2013 at 7:16 PM, Mike Tutkowski <
>>> mike.tutkow...@solidfire.com> wrote:
>>>
>>>> Hi everyone,
>>>>
>>>> When I am in bridged mode in a VirtualBox VM running the CS Management
>>>> Server on Ubuntu 12.04.1, I receive the following exception in the Catalina
>>>> log...any idea why this might be (it works fine in NAT mode)?

Error suggests port 8080 was already in use, the previous servlet
instance was not cleanly close. It should work on both NAT and
bridged.

>>>>
>>>> Thanks!
>>>>
>>>> java.net.BindException: Address already in use <null>:8080
>>>> at org.apache.catalina.connector.Connector.start(Connector.java:1129)
>>>>  at
>>>> org.apache.catalina.core.StandardService.start(StandardService.java:540)
>>>> at org.apache.catalina.core.StandardServer.start(StandardServer.java:754)
>>>>  at org.apache.catalina.startup.Catalina.start(Catalina.java:595)
>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>>  at
>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>>>> at sun.reflect.DelegatingMethodAccessorImpl.invoke
>>>>
>>>>
>>>> On Fri, Jan 18, 2013 at 2:58 PM, Mike Tutkowski <
>>>> mike.tutkow...@solidfire.com> wrote:
>>>>
>>>>> Hi everyone,
>>>>>
>>>>> I believe the CS Management Server runs as a servlet, right?
>>>>>
>>>>> Is Tomcat our servlet engine?

If you've installed CloudStack then the container is tomcat, for
development we use jetty.

>>>>>
>>>>> I noticed in one VM networking config (bridged) that hitting
>>>>> http://127.0.0.1/client does not work, while in another (NAT), it does.
>>>>>
>>>>> When I looked to see if port 8080 was in use, it was not under bridged,
>>>>> so I tried to start Tomcat using ./tomcat6 start.
>>>>>
>>>>> When I hit the URL again, I received a different error message...that
>>>>> the resource /client/ was not known.
>>>>>
>>>>> Any clues for me?
>>>>>
>>>>> Thanks!
>>>>>
>>>>> --

Reply via email to