← Back to team overview

rapache-devel team mailing list archive

[Bug 245214] Re: rapache does not start

 

Hello,

Thanks for your fast reply.

Two things :
- I see no difference between the two lines of code you gave in your post.
- The problem is not solved (still the same problem) in rapache 0.4-2

Thanks again.

-- 
rapache does not start
https://bugs.launchpad.net/bugs/245214
You received this bug notification because you are a member of Rapache
Developers, which is subscribed to Remote Apache Management tool .

Status in rapache: In Progress

Bug description:
I just installed rapache 0.4.

When trying to launch it from the terminal, here is what I get:
--->
$ rapache
checking for same obj
checking for same obj
checking for same obj
<gtk.TreeViewColumn object at 0x849b1bc (GtkTreeViewColumn at 0x856f5d8)> <gtk.TreeViewColumn object at 0x849b284 (GtkTreeViewColumn at 0x88d7830)> <gtk.TreeViewColumn object at 0x849b1e4 (GtkTreeViewColumn at 0x856f6d8)>
checking for same obj
reloading vhosts..
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/RapacheGtk/CheckListView.py", line 64, in __selected
    self.selected_callback( *args, **kwargs )
  File "/usr/lib/python2.5/site-packages/RapacheGtk/RapacheGui.py", line 207, in row_selected
    self.xml.get_widget( 'open_in_browser_button' ).set_sensitive( False )
AttributeError: 'NoneType' object has no attribute 'set_sensitive'
checking for same obj
checking for same obj
[]
Found phpmyadmin at line 1
Found domain: phpmyadmin (127.0.0.1)
checking for same obj
checking for same obj
[]
Traceback (most recent call last):
  File "/usr/bin/rapache", line 31, in <module>
    hwg = MainWindow()
  File "/usr/lib/python2.5/site-packages/RapacheGtk/RapacheGui.py", line 74, in __init__
    self.refresh_lists()
  File "/usr/lib/python2.5/site-packages/RapacheGtk/RapacheGui.py", line 189, in refresh_lists
    self.refresh_vhosts()
  File "/usr/lib/python2.5/site-packages/RapacheGtk/RapacheGui.py", line 176, in refresh_vhosts
    self.vhosts_treeview.load()
  File "/usr/lib/python2.5/site-packages/RapacheGtk/VhostsTreeView.py", line 45, in load
    site.load()
  File "/usr/lib/python2.5/site-packages/RapacheCore/VirtualHost.py", line 102, in load
    options[ 'target_folder' ] = piece.get_value('DocumentRoot')
  File "/usr/lib/python2.5/site-packages/RapacheCore/ApacheConf.py", line 50, in get_value
    return self.parser.get_value(line)
  File "/usr/lib/python2.5/site-packages/RapacheCore/ApacheConf.py", line 280, in get_value
    value = self.value_unescape( value )
  File "/usr/lib/python2.5/site-packages/RapacheCore/ApacheConf.py", line 218, in value_unescape
    value = value.replace( '\\'.char, char )
AttributeError: 'str' object has no attribute 'char'

<---
I also did it with gksudo : 
--->
$ gksudo rapache
checking for same obj
checking for same obj
checking for same obj
<gtk.TreeViewColumn object at 0xb65e207c (GtkTreeViewColumn at 0x8399da0)> <gtk.TreeViewColumn object at 0xb65e2144 (GtkTreeViewColumn at 0x8584038)> <gtk.TreeViewColumn object at 0xb65e20a4 (GtkTreeViewColumn at 0x8399ea0)>
checking for same obj
reloading vhosts..
checking for same obj
checking for same obj
[]
Found phpmyadmin at line 1
Found domain: phpmyadmin (127.0.0.1)
checking for same obj
checking for same obj
[]

<---
No idea what is causing this. I noticed one warning during the package installation though : 
--->
Setting up rapache (0.4) ...
/usr/lib/python2.5/site-packages/RapacheCore/Module.py:63: SyntaxWarning: import * only allowed at module level
  def module_list ():
<---

I'm using ubuntu 8.04 with compiz-fusion enabled.



References