<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Dear Sir,<br>
    <br>
    Please add my mail id .<br>
    <pre wrap="">Thanks&Regards,
Naresh
</pre>
    <div class="moz-forward-container"><br>
      <br>
      -------- Forwarded Message --------
      <table class="moz-email-headers-table" border="0" cellpadding="0"
        cellspacing="0">
        <tbody>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Subject:
            </th>
            <td>Mapbender_users Digest, Vol 101, Issue 5</td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Date: </th>
            <td>Thu, 23 Apr 2015 12:02:01 -0700</td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">From: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:mapbender_users-request@lists.osgeo.org">mapbender_users-request@lists.osgeo.org</a></td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">Reply-To:
            </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:mapbender_users@lists.osgeo.org">mapbender_users@lists.osgeo.org</a></td>
          </tr>
          <tr>
            <th align="RIGHT" nowrap="nowrap" valign="BASELINE">To: </th>
            <td><a class="moz-txt-link-abbreviated" href="mailto:mapbender_users@lists.osgeo.org">mapbender_users@lists.osgeo.org</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      <pre>Send Mapbender_users mailing list submissions to
        <a class="moz-txt-link-abbreviated" href="mailto:mapbender_users@lists.osgeo.org">mapbender_users@lists.osgeo.org</a>

To subscribe or unsubscribe via the World Wide Web, visit
        <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a>
or, via email, send a message with subject or body 'help' to
        <a class="moz-txt-link-abbreviated" href="mailto:mapbender_users-request@lists.osgeo.org">mapbender_users-request@lists.osgeo.org</a>

You can reach the person managing the list at
        <a class="moz-txt-link-abbreviated" href="mailto:mapbender_users-owner@lists.osgeo.org">mapbender_users-owner@lists.osgeo.org</a>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Mapbender_users digest..."


Today's Topics:

   1. app_dev.php  is not opening (naresh)
   2. Re: app_dev.php  is not opening (Astrid Emde)


----------------------------------------------------------------------

Message: 1
Date: Thu, 23 Apr 2015 14:48:57 +0530
From: naresh <a class="moz-txt-link-rfc2396E" href="mailto:naresh_n@nrsc.gov.in"><naresh_n@nrsc.gov.in></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:mapbender_users@lists.osgeo.org">mapbender_users@lists.osgeo.org</a>
Subject: [Mapbender-users] app_dev.php  is not opening
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:5538B901.3090204@nrsc.gov.in"><5538B901.3090204@nrsc.gov.in></a>
Content-Type: text/plain; charset="utf-8"; Format="flowed"

Dear ALL,

    I have installed Mapbender3.0.4.1 on windows xp machine. I have 
followed the steps given in 
<a class="moz-txt-link-freetext" href="http://doc.mapbender3.org/en/book/installation.html#installation-example-for-windows">http://doc.mapbender3.org/en/book/installation.html#installation-example-for-windows</a>. 
When i am visiting the link <a class="moz-txt-link-freetext" href="http://localhost/mapbender/app_dev.php">http://localhost/mapbender/app_dev.php</a> -> 
the page is not showing it is  keep on loading. How to run/open the 
application.

The following info may be helpful to understand the issue

  1. <a class="moz-txt-link-freetext" href="http://localhost/mapbender3/config.php">http://localhost/mapbender3/config.php</a> showing the following message.

  Your configuration looks good to run Symfony.

  * Configure your Symfony Application online
    <a class="moz-txt-link-rfc2396E" href="http://localhost/mapbender3/app_dev.php/_configurator/"><http://localhost/mapbender3/app_dev.php/_configurator/></a>
  * Bypass configuration and go to the Welcome page
    <a class="moz-txt-link-rfc2396E" href="http://localhost/mapbender3/app_dev.php/"><http://localhost/mapbender3/app_dev.php/></a>

Even if we click on above hyper links the page was not loading.
2. while executing the command php.exe app/console init:acl it is shown 
the message Aborting: The table with name 'postgres:acl_classes' already 
exists

3. Attached  parameter.yml and config.yml file. ( where i have changed 
the paramers).

Please give suggestion/advise how to fix the issue and explore further 
map bender option


Thanks&Regards,
Naresh


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-rfc2396E" href="http://lists.osgeo.org/pipermail/mapbender_users/attachments/20150423/70074188/attachment-0001.html"><http://lists.osgeo.org/pipermail/mapbender_users/attachments/20150423/70074188/attachment-0001.html></a>
-------------- next part --------------
imports:
    - { resource: parameters.yml }
    - { resource: security.yml }

framework:
    #esi:             ~
    translator:      { fallback: %fallback_locale% }
    secret:          %secret%
    router:
        resource: "%kernel.root_dir%/config/routing.yml"
        strict_requirements: %kernel.debug%
    form:            true
    csrf_protection: true
    validation:      { enable_annotations: true }
    templating:      { engines: ['twig'] } #assets_version: SomeVersionScheme
    default_locale:  %locale%
    session:
        cookie_httponly: true
        cookie_secure: %cookie_secure%
        cookie_lifetime: %cookie_lifetime%


# Twig Configuration
twig:
    debug:            %kernel.debug%
    strict_variables: %kernel.debug%
    globals:
        fom:    %fom%
    form:
        resources:
            - 'FOMCoreBundle:Form:fields.html.twig'

# Assetic Configuration
assetic:
    debug:          %kernel.debug%
    use_controller: true
    ruby: %ruby_path%
    filters:
        cssrewrite: ~
        sass: ~
        compass:
            bin: %compass_path%
            no_line_comments: true
            style: compressed
            load_paths:
                 - "%kernel.root_dir%/../mapbender/src/Mapbender/CoreBundle/Resources/public/sass"

# Doctrine Configuration
doctrine:
    dbal:
        driver:   %database_driver%
        host:     %database_host%
        port:     %database_port%
        dbname:   %database_name%
        path:     %database_path%
        user:     %database_user%
        password: %database_password%
        charset:  UTF8

    orm:
        auto_generate_proxy_classes: %kernel.debug%
        auto_mapping: true

# Swiftmailer Configuration
swiftmailer:
    transport: %mailer_transport%
    host:      %mailer_host%
    username:  %mailer_user%
    password:  %mailer_password%
    spool:     { type: memory }

# FOM Manager Configuration
fom_manager:
    route_prefix: /manager

# FOM User Configuration
fom_user:
    selfregister: false
    reset_password: true
    max_registration_time: 1
    max_reset_time: 1
    mail_from_address: <a class="moz-txt-link-abbreviated" href="mailto:wizard@oz.net">wizard@oz.net</a>
    mail_from_name: Wizard of Oz
    profile_entity: FOM\UserBundle\Entity\BasicProfile
    profile_formtype: FOM\UserBundle\Form\Type\BasicProfileType
    profile_template: FOMUserBundle:User:basic_profile.html.twig
    self_registration_groups:
        - Self Registered
        - Demo Group

# OWSProxy Configuration
ows_proxy3_core:
    logging: true
    obfuscate_client_ip: true
    proxy:
        host: 172.16.0.11
        port: 8080
        connecttimeout: 60
        timeout: 90
        user:naresh
        password:bhuvan
#        noproxy:
#            - host_a
#            - host_b

# Mapbender Configuration
mapbender_core:
    sass_assets: false
-------------- next part --------------
parameters:
    database_driver:   pdo_pgsql
    database_host:     localhost
    database_port:     5432
    database_name:     mapbender
    database_path:     
    database_user:     postgres
    database_password: bhuvan

    mailer_transport:  smtp
    mailer_host:       localhost
    mailer_user:       
    mailer_password:   ~

    # locale en, de, it, es are available
    fallback_locale:   en
    locale:            en
    secret:            ThisTokenIsNotSoSecretChangeIt

    fom:
        server_name:   Mapbender3
        server_version: 3.0.4.1
        server_logo:   bundles/mapbendercore/image/logo_mb3.png

    # framework : <a class="moz-txt-link-freetext" href="http://symfony.com/doc/2.1/reference/configuration/framework.html#cookie-lifetime">http://symfony.com/doc/2.1/reference/configuration/framework.html#cookie-lifetime</a>
    cookie_secure: false
    cookie_lifetime: 3600

    # activate sass_assets and define the compass_path, ruby_path, if you want to work with compass and edit sass files
    # if not leave sass_assets: false
    sass_assets: false
    compass_path: ~
    ruby_path: ~

------------------------------

Message: 2
Date: Thu, 23 Apr 2015 13:41:12 +0200
From: Astrid Emde <a class="moz-txt-link-rfc2396E" href="mailto:astrid.emde@wheregroup.com"><astrid.emde@wheregroup.com></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:mapbender_users@lists.osgeo.org">mapbender_users@lists.osgeo.org</a>
Subject: Re: [Mapbender-users] app_dev.php  is not opening
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:5538DA58.9070501@wheregroup.com"><5538DA58.9070501@wheregroup.com></a>
Content-Type: text/plain; charset="iso-8859-1"

Hello Naresh,

I think you tried to open the following link with mapbender3. You have
firebug for your browser? You could check whether you get an error
message there.
 
<a class="moz-txt-link-freetext" href="http://localhost/mapbender3/app_dev.php">http://localhost/mapbender3/app_dev.php</a>

Please have a look in you apache log-file too.

These are the first advises I can give.

Best regards Astrid


Am 23.04.2015 11:18, schrieb naresh:
> Dear ALL,
>
>    I have installed Mapbender3.0.4.1 on windows xp machine. I have
> followed the steps given in
> <a class="moz-txt-link-freetext" href="http://doc.mapbender3.org/en/book/installation.html#installation-example-for-windows">http://doc.mapbender3.org/en/book/installation.html#installation-example-for-windows</a>.
> When i am visiting the link <a class="moz-txt-link-freetext" href="http://localhost/mapbender/app_dev.php">http://localhost/mapbender/app_dev.php</a> ->
> the page is not showing it is  keep on loading. How to run/open the
> application.
>
> The following info may be helpful to understand the issue
>
>  1. <a class="moz-txt-link-freetext" href="http://localhost/mapbender3/config.php">http://localhost/mapbender3/config.php</a> showing the following message.
>
>  Your configuration looks good to run Symfony.
>
>   * Configure your Symfony Application online
>     <a class="moz-txt-link-rfc2396E" href="http://localhost/mapbender3/app_dev.php/_configurator/"><http://localhost/mapbender3/app_dev.php/_configurator/></a>
>   * Bypass configuration and go to the Welcome page
>     <a class="moz-txt-link-rfc2396E" href="http://localhost/mapbender3/app_dev.php/"><http://localhost/mapbender3/app_dev.php/></a>
>
> Even if we click on above hyper links the page was not loading.
> 2. while executing the command php.exe app/console init:acl it is
> shown the message Aborting: The table with name 'postgres:acl_classes'
> already exists
>
> 3. Attached  parameter.yml and config.yml file. ( where i have changed
> the paramers).
>
> Please give suggestion/advise how to fix the issue and explore further
> map bender option     
>
>
> Thanks&Regards,
> Naresh
>
>
>
>
> _______________________________________________
> Mapbender_users mailing list
> <a class="moz-txt-link-abbreviated" href="mailto:Mapbender_users@lists.osgeo.org">Mapbender_users@lists.osgeo.org</a>
> <a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a>


-- 

Mit freundlichen Gr??en

Astrid Emde
GIS-Consultant

-----------------------------------
Aufwind durch Wissen!
Qualifizierte OpenSource-Schulungen
bei der <a class="moz-txt-link-abbreviated" href="http://www.foss-academy.eu">www.foss-academy.eu</a>
-----------------------------------

 Astrid Emde
 WhereGroup GmbH & Co.KG
 Eifelstra?e 7
 53119 Bonn
 Germany

 Fon: +49(0)228 90 90 38 - 19
 Fax: +49(0)228 90 90 38 - 11

 <a class="moz-txt-link-abbreviated" href="mailto:astrid.emde@wheregroup.com">astrid.emde@wheregroup.com</a>
 <a class="moz-txt-link-abbreviated" href="http://www.wheregroup.com">www.wheregroup.com</a>

 Folgen Sie der WhereGroup auf twitter: <a class="moz-txt-link-freetext" href="http://twitter.com/WhereGroup_com">http://twitter.com/WhereGroup_com</a>

Amtsgericht Bonn, HRA 6788
-------------------------------
Komplement?rin:
WhereGroup Verwaltungs GmbH
vertreten durch:
Olaf Knopp, Peter Stamm
-------------------------------
 pgp-public key:
 <a class="moz-txt-link-freetext" href="http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284">http://pgp.mit.edu:11371/pks/lookup?search=0x06DA52D72D515284</a>
  Signierte und/oder verschl?sselte Nachrichten sind sehr willkommen
  Signed and/or encrypted mail is highly appreciated

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <a class="moz-txt-link-rfc2396E" href="http://lists.osgeo.org/pipermail/mapbender_users/attachments/20150423/3eda6cef/attachment-0001.html"><http://lists.osgeo.org/pipermail/mapbender_users/attachments/20150423/3eda6cef/attachment-0001.html></a>

------------------------------

_______________________________________________
Mapbender_users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Mapbender_users@lists.osgeo.org">Mapbender_users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapbender_users">http://lists.osgeo.org/mailman/listinfo/mapbender_users</a>

End of Mapbender_users Digest, Vol 101, Issue 5
***********************************************

</pre>
      <br>
    </div>
    <br>
  </body>
</html>