Archive for the ‘jython syntax’ Category

How are python.cachedir and the error "*sys-package-mgr*: can't create package cache dir" are related

Tuesday, August 4th, 2009

While starting WLST or for that matter Jython, you might have seen this annoying error message,

*sys-package-mgr*: can’t create package cache dir, ‘/tmp/cachedir/packages’
Traceback (innermost last):
File “<iostream>”, line 12, in ?
ImportError: no module named java

(more…)

Easing WLST syntax while navigating MBeans in interactive mode

Friday, December 12th, 2008

This is something I have implemented in WLST but never exposed as a supported feature. (more…)