Re: [osg-users] website down

2011-05-23 Thread bein kira
Hi,

... 

It looks like the website is been a while now since the website got down. It is 
a good thing to see that the website is on stable. Anyway, I think it is good 
that there is a backup for the forum for better information for OSG. 

Thank you!

Cheers,
bein

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=39624#39624





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down?

2010-12-21 Thread Roland Smeenk
Hello Rob,

please don't start a new thread by answering an existing post and changing the 
subject. This will mess up the thread view on the mailing list and the forum.

I sent a mail to the website administrator to notify him about the website. 
Hopefully it will be fixed soon.

kind regards,

Roland

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=35018#35018





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] website down?

2010-12-20 Thread Rob Radtke
I haven't been able to access the website all day 
(http://www.openscenegraph.org/projects/osg).  After churning for a 
while, I get this message displayed in my browser:


Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 339, in 
send_error

'text/html')
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 684, 
in render_template

data = self.populate_data(req, data)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 592, 
in populate_data

d['chrome'].update(req.chrome)
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 168, in 
__getattr__

value = self.callbacks[name](self)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 460, 
in prepare_request

for category, name, text in contributor.get_navigation_items(req):
  File 
"/usr/lib/python2.5/site-packages/trac/versioncontrol/web_ui/browser.py", line 
295, in get_navigation_items

if 'BROWSER_VIEW' in req.perm:
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 523, in 
has_permission

return self._has_permission(action, resource)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 537, in 
_has_permission

check_permission(action, perm.username, resource, perm)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 424, in 
check_permission

perm)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 282, in 
check_permission

get_user_permissions(username)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 357, in 
get_user_permissions

for perm in self.store.get_user_permissions(username):
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 175, in 
get_user_permissions

cursor.execute("SELECT username,action FROM permission")
  File "/usr/lib/python2.5/site-packages/trac/db/util.py", line 51, in 
execute

return self.cursor.execute(sql)
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", 
line 58, in execute

args or [])
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", 
line 50, in _rollback_on_error

return function(self, *args, **kwargs)
OperationalError: database is locked

Anyone know what's wrong?

Rob



smime.p7s
Description: S/MIME Cryptographic Signature
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down

2010-11-28 Thread Jose Luis Hidalgo
HI Charles,

   Sorry, we were making a full backup, and the script that should
resume the server didn't make it properly. It should be working now.

JL.

2010/11/28 Charles Cossé :
> Sorry for posting here, but the osg website seems to be down.
> -Charles
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
  Jose L. Hidalgo Valiño (PpluX)
   http://www.pplux.com 
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] website down

2010-11-28 Thread Charles Cossé
Sorry for posting here, but the osg website seems to be down.
-Charles
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] Website Down

2010-06-08 Thread Joshua Wilkins
Hi,

The main website seems to be down. It produces the following database error 
when trying to open the webpage:


Code:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 339, in 
send_error
'text/html')
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 684, in 
render_template
data = self.populate_data(req, data)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 592, in 
populate_data
d['chrome'].update(req.chrome)
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 168, in 
__getattr__
value = self.callbacks[name](self)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 460, in 
prepare_request
for category, name, text in contributor.get_navigation_items(req):
  File 
"/usr/lib/python2.5/site-packages/trac/versioncontrol/web_ui/browser.py", line 
295, in get_navigation_items
if 'BROWSER_VIEW' in req.perm:
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 523, in 
has_permission
return self._has_permission(action, resource)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 537, in 
_has_permission
check_permission(action, perm.username, resource, perm)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 424, in 
check_permission
perm)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 282, in 
check_permission
get_user_permissions(username)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 357, in 
get_user_permissions
for perm in self.store.get_user_permissions(username):
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 175, in 
get_user_permissions
cursor.execute("SELECT username,action FROM permission")
  File "/usr/lib/python2.5/site-packages/trac/db/util.py", line 51, in execute
return self.cursor.execute(sql)
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 58, 
in execute
args or [])
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 50, 
in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: database is locked




Thank you!

Cheers,
Joshua

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=28701#28701





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down (UNCLASSIFIED)

2010-02-15 Thread Butler, Lee Mr CIV USA USAMC
Classification:  UNCLASSIFIED 
Caveats: NONE

I'll second the notion that it would be good to have a more reliable
website.  Can anyone (Jose Luis?) say what the usual failure modes are?  My
naive impression is that it usually isn't the web server, but rather the DB
backend of TRAC (dying somewhere in python) that is usually the issue.

Lee

-Original Message-
From: osg-users-boun...@lists.openscenegraph.org
[mailto:osg-users-boun...@lists.openscenegraph.org] On Behalf Of
Jean-Sébastien Guay
Sent: Saturday, February 13, 2010 9:09 PM
To: OpenSceneGraph Users
Subject: Re: [osg-users] website down

Hi all, hi Robert,

It seems to me that the OSG site has not been very reliable in the past few
months. We see these kinds of posts pretty often (maybe once every two
weeks?) and the problem often lasts for a day or more, and is most of the
time corroborated by multiple posters so it's probably not due to connection
issues on the users' part.

Nothing personal, it's great that Jose Luis volunteered to host the site at
his university, but if it's not reliable (maybe it's even for reasons
outside his control, but the result is the same) perhaps we should find
another host?

I think it looks bad for the project when the site is down a non-negligible
portion of the time.

J-S
--
__
Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
http://www.cm-labs.com/
 http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
Classification:  UNCLASSIFIED 
Caveats: NONE


___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down

2010-02-13 Thread Jean-Sébastien Guay

Hi all, hi Robert,

It seems to me that the OSG site has not been very reliable in the past 
few months. We see these kinds of posts pretty often (maybe once every 
two weeks?) and the problem often lasts for a day or more, and is most 
of the time corroborated by multiple posters so it's probably not due to 
connection issues on the users' part.


Nothing personal, it's great that Jose Luis volunteered to host the site 
at his university, but if it's not reliable (maybe it's even for reasons 
outside his control, but the result is the same) perhaps we should find 
another host?


I think it looks bad for the project when the site is down a 
non-negligible portion of the time.


J-S
--
__
Jean-Sebastien Guayjean-sebastien.g...@cm-labs.com
   http://www.cm-labs.com/
http://whitestar02.webhop.org/
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down

2010-02-13 Thread Torben Dannhauer
Hi,

yes, cannot reach osg too.

Regards,
Torben

--
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=24134#24134





___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down

2010-02-13 Thread Philip Lowman
i get the same errors

On Sat, Feb 13, 2010 at 4:32 PM, Michael W. Hall  wrote:
> Is anyone else having trouble getting to the website?  I am getting the
> following errors:
>
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 339, in 
> send_error
>    'text/html')
>  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 684, in 
> render_template
>    data = self.populate_data(req, data)
>  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 592, in 
> populate_data
>    d['chrome'].update(req.chrome)
>  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 168, in 
> __getattr__
>    value = self.callbacks[name](self)
>  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 460, in 
> prepare_request
>    for category, name, text in contributor.get_navigation_items(req):
>  File 
> "/usr/lib/python2.5/site-packages/trac/versioncontrol/web_ui/browser.py", 
> line 295, in get_navigation_items
>    if 'BROWSER_VIEW' in req.perm:
>  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 523, in 
> has_permission
>    return self._has_permission(action, resource)
>  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 537, in 
> _has_permission
>    check_permission(action, perm.username, resource, perm)
>  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 424, in 
> check_permission
>    perm)
>  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 282, in 
> check_permission
>    get_user_permissions(username)
>  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 357, in 
> get_user_permissions
>    for perm in self.store.get_user_permissions(username):
>  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 175, in 
> get_user_permissions
>    cursor.execute("SELECT username,action FROM permission")
>  File "/usr/lib/python2.5/site-packages/trac/db/util.py", line 51, in execute
>    return self.cursor.execute(sql)
>  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 58, 
> in execute
>    args or [])
>  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 50, 
> in _rollback_on_error
>    return function(self, *args, **kwargs)
> OperationalError: database is locked
>
> Just a FYI.
>
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
Philip Lowman
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] website down

2010-02-13 Thread Michael W. Hall
Is anyone else having trouble getting to the website?  I am getting the
following errors:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 339, in 
send_error
'text/html')
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 684, in 
render_template
data = self.populate_data(req, data)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 592, in 
populate_data
d['chrome'].update(req.chrome)
  File "/usr/lib/python2.5/site-packages/trac/web/api.py", line 168, in 
__getattr__
value = self.callbacks[name](self)
  File "/usr/lib/python2.5/site-packages/trac/web/chrome.py", line 460, in 
prepare_request
for category, name, text in contributor.get_navigation_items(req):
  File 
"/usr/lib/python2.5/site-packages/trac/versioncontrol/web_ui/browser.py", line 
295, in get_navigation_items
if 'BROWSER_VIEW' in req.perm:
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 523, in 
has_permission
return self._has_permission(action, resource)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 537, in 
_has_permission
check_permission(action, perm.username, resource, perm)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 424, in 
check_permission
perm)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 282, in 
check_permission
get_user_permissions(username)
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 357, in 
get_user_permissions
for perm in self.store.get_user_permissions(username):
  File "/usr/lib/python2.5/site-packages/trac/perm.py", line 175, in 
get_user_permissions
cursor.execute("SELECT username,action FROM permission")
  File "/usr/lib/python2.5/site-packages/trac/db/util.py", line 51, in execute
return self.cursor.execute(sql)
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 58, 
in execute
args or [])
  File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 50, 
in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: database is locked

Just a FYI.

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down?

2010-01-29 Thread Maxim Gammer
Hi

VERY slow !

Russia, Tyumen.

2010/1/29 Chris 'Xenon' Hanson 

> On 1/29/2010 6:09 AM, Raymond de Vries wrote:
> > Hi everyone,
> > Fyi: I just noticed that www.openscenegraph.org is down...
>
>   Actualy, I take it back. It did load eventually, just VERY slow.
>
> --
> Chris 'Xenon' Hanson, omo sanza lettere  Xenon
> AlphaPixel.com
> PixelSense Landsat processing now available!
> http://www.alphapixel.com/demos/
> "There is no Truth. There is only Perception. To Perceive is to Exist." -
> Xen
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>



-- 
Maxim Gammer
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down?

2010-01-29 Thread Chris 'Xenon' Hanson
On 1/29/2010 6:09 AM, Raymond de Vries wrote:
> Hi everyone,
> Fyi: I just noticed that www.openscenegraph.org is down...

  Actualy, I take it back. It did load eventually, just VERY slow.

-- 
Chris 'Xenon' Hanson, omo sanza lettere  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down?

2010-01-29 Thread Chris 'Xenon' Hanson
On 1/29/2010 6:09 AM, Raymond de Vries wrote:
> Hi everyone,
> Fyi: I just noticed that www.openscenegraph.org is down...

  Confirmed from the US.

> regards
> Raymond

-- 
Chris 'Xenon' Hanson, omo sanza lettere  Xenon AlphaPixel.com
PixelSense Landsat processing now available! http://www.alphapixel.com/demos/
"There is no Truth. There is only Perception. To Perceive is to Exist." - Xen
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] website down?

2010-01-29 Thread Raymond de Vries

Hi everyone,

Fyi: I just noticed that www.openscenegraph.org is down...

regards
Raymond

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] website down

2009-01-05 Thread Robert Osfield
Hi Hannes(?)

The server is up right now, but has been unreliable over the last six
months due to issues with the present server handling many
simultaneous server connections, with it occasionally locking up.

The server is being transferred across to work as virtual server on a
new machine, this is allow upgrade of the software components that are
causing the instability.  The new server should be online in the not
too distant future.

Robert.

On Wed, Dec 31, 2008 at 11:00 AM, hanne...@gmx.at  wrote:
> http://uptime.netcraft.com/up/graph?site=www.openscenegraph.org
> Site name or availability problem for www.openscenegraph.org
>
> We could not get any results for your selected site. There can be a several
> reasons for this:
>
>   * The host name you have selected is not valid, perhaps it was mistyped.
>   * We could not contact it, and we do not have any cached information for
> it. This can be because there is no server running on that site yet, or
> because it is a new site and the DNS has not yet propagated to Netcraft. It
> can be also be because of a temporary routing problem from Netcraft to the
> site.
> We cannot tell you anything about this server, and have ignored it.
>
>
>
> time to move the website to another server?
>
> kind regards
> ___
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


[osg-users] website down

2008-12-31 Thread hanne...@gmx.at

http://uptime.netcraft.com/up/graph?site=www.openscenegraph.org
Site name or availability problem for www.openscenegraph.org

We could not get any results for your selected site. There can be a several 
reasons for this:

   * The host name you have selected is not valid, perhaps it was mistyped.
   * We could not contact it, and we do not have any cached information for it. This can be because there is no server running on that site yet, or because it is a new site and the DNS has not yet propagated to Netcraft. It can be also be because of a temporary routing problem from Netcraft to the site. 


We cannot tell you anything about this server, and have ignored it.



time to move the website to another server?

kind regards
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org