This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 77199 - MalformedObjectNameException: Invalid character ':' in value part of property
Summary: MalformedObjectNameException: Invalid character ':' in value part of property
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: AVK (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ bhavanishankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-01 04:07 UTC by ea118769
Modified: 2006-06-06 09:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ea118769 2006-06-01 04:07:58 UTC
I installed NetBeans nightly builds 05/30 and 05/31 with AS 9.0 PE b48 on  W2K
machines. Then I installed AVK from the Update Center. When I tried to run
Dynamic  Verification I saw such error messages in the NB messages.log file or
at the terminal windows where NB was started:



javax.management.MalformedObjectNameException: Invalid character ':' in value pa
rt of property
        at javax.management.ObjectName.construct(ObjectName.java:529)
        at javax.management.ObjectName.<init>(ObjectName.java:1304)
        at org.netbeans.modules.j2ee.sun.ide.avk.actions.CommonNodeAction.getDep
loyDirFromDomainXml(CommonNodeAction.java:109)
        at org.netbeans.modules.j2ee.sun.ide.avk.actions.CommonNodeAction.getDep
loyDir(CommonNodeAction.java:164)
        at org.netbeans.modules.j2ee.sun.ide.avk.actions.StartInstrumentation$1.
run(StartInstrumentation.java:103)
javax.management.MalformedObjectNameException: Invalid character ':' in value pa
rt of property
        at javax.management.ObjectName.construct(ObjectName.java:529)
        at javax.management.ObjectName.<init>(ObjectName.java:1304)
        at org.netbeans.modules.j2ee.sun.ide.avk.actions.CommonNodeAction.getDep
loyDirFromDomainXml(CommonNodeAction.java:109)
        at org.netbeans.modules.j2ee.sun.ide.avk.actions.CommonNodeAction.getDep
loyDir(CommonNodeAction.java:164)
        at org.netbeans.modules.j2ee.sun.ide.avk.actions.StartInstrumentation$1.
run(StartInstrumentation.java:105)
Comment 1 _ bhavanishankar 2006-06-06 09:32:22 UTC
Code changes:

Checking in src/org/netbeans/modules/j2ee/sun/ide/avk/actions/AdminTasks.java;
/cvs/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/actions/Attic/AdminTasks.java,v
 <--  AdminTasks.java
new revision: 1.1.4.2; previous revision: 1.1.4.1
done
Checking in src/org/netbeans/modules/j2ee/sun/ide/avk/actions/CommonNodeAction.java;
/cvs/serverplugins/sun/avk/src/org/netbeans/modules/j2ee/sun/ide/avk/actions/Attic/CommonNodeAction.java,v
 <--  CommonNodeAction.java
new revision: 1.1.4.2; previous revision: 1.1.4.1
done