mbldisetup java error
Hi,
We are installing LMG 4.0 and trying to run mbldisetup. We have JDK 1.4.2_15 installed. We are running mbldisetup as lmg, here is the error we are getting....
[lmg@luministest SCTERPGateway]$ ./mbldisetup
#### Initializing messaging users...
INFO: Creating User sctlmguser...
Exception in thread "main" java.lang.NoClassDefFoundError: campuspipeline/messaging/admin/MbTool
ERROR: unable to create User sctlmguser
ERROR: messaging user initialization failed, not proceeding
We are pointing to the right java version. We also tried a java helloworld under this version and was able to compile and run.
We determined that mbtool is blowing up at
"$JAVA" -Xms20m -Xmx256m -DCP_ROOT="$CP_ROOT" campuspipeline.messaging.admin.MbTool "$@"
Does anyone have any ideas?
Thanks,
Regina

I ran mbldisetup as cpadmin, not lmg
and it worked for me. At least on our Banner PPRD development server -- on production, I'm getting errors in Events/logs/adapter.log with LDIENROLL events:
2007-08-24 11:04:55,940 [Thread-11] INFO com.sctcorp.events.BannerEventProvider - EventID:45288. EventCode = LDIENROLL. EventDate = 2007-08-24T09:27:41 2007-08-24 11:04:55,942 [Thread-11] INFO com.sctcorp.vpd.handler.VPDEnrollHandler - Service API being invoked: { ? = call icsfkldi.f_get_enrollment(?,?,?)} 2007-08-24 11:04:55,946 [Thread-11] FATAL com.sctcorp.vpd.handler.VPDEnrollHandler - The event parameters do not match the expected parameters for this event. Probable cause: Event generated from incompatible version of Intcomp.Sounds like a version problem in PROD... But sometime after I got it working in PPRD, the PROD db was cloned to PPRD, so should both have the same objects, but PPRD continues to work, but PROD does not -- at least for LDIENROLL events. Talk about frustrating...
mbldisetup java error
Running it as the luminis admin fixed our problem. Thanks, Regina