mx4j/jboss/weblogic modules not loaded
Brought to you by:
ghinkl
I built the mc4j applicationas as instructed but when i
executed runide.exe, I get the following message
Turning on modules:
org.openide/1 [4.6 200306190100]
org.openide.loaders [4.9 200306190100]
org.netbeans.core/1 [1.17 200306190100]
org.netbeans.core.windows/1 [1.3 200306190100]
org.netbeans.core.ui/1 [1.2 200306190100]
org.netbeans.modules.autoupdate/1 [2.8
200306190100]
Starting system in full screen (MDI) UI mode.
This shows that none of the management node modules
such as mx4j or jboss are loaded.
Also in mc4j console, I see only FileSystems icon is
shown in the explorer.
Do I need to set any config file info ?
Ravi
Logged In: YES
user_id=773314
Is there any interesting output in the ide.log? This file will be
under the system directory of the user directory.
The user directory can be altered on windows, by setting the
DefaultUserDirName property in the "runide_exe_defaults" file,
which is in the bin directory of the application. You probably
want to edit this to be something like ".mc4j\1.2b1".
Also, check to make sure that the build has properly copied
the "mc4j_*.jar" module files into the applications "modules"
directory.
One thing that comes to mind, is that you'll want to make
sure that the "application.install" directory is pointing at the
place you unpacked the netbeans platform zip.
Also, make sure the ide.cfg file in the bin directory has the
following lines:
-J-Xverify:none
-J-Dnetbeans.logger.console=true
-J-Dnetbeans.debug.exceptions=true
-J-Dorg.netbeans.core.modules.NbInstaller.noAutoDeps=true
(I need to update that build document)