[JBoss JIRA] Commented: (JBADMCON-114) java.lang.ClassCastException: java.lang.OutOfMemoryError
by David Stroop (JIRA)
[ http://jira.jboss.com/jira/browse/JBADMCON-114?page=comments#action_12373568 ]
David Stroop commented on JBADMCON-114:
---------------------------------------
Also happens with
Client:
IE6.0.2900.2180.xpsp_sp2_gdr.070227-2254
Java Plug-in 1.6.0_02
Using JRE version 1.6.0_02 Java HotSpot(TM) Client VM
http://64.109.44.20/web-console/Invoker
java.lang.ClassCastException: java.lang.OutOfMemoryError cannot be cast to java.lang.Exception
at org.jboss.console.remote.Util.invoke(Util.java:80)
at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:50)
at org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:104)
at org.jboss.console.navtree.ConsoleTreeModel.<init>(ConsoleTreeModel.java:59)
at org.jboss.console.navtree.AdminTreeBrowser.<init>(AdminTreeBrowser.java:63)
at org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:51)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Version: 4.0.3SP1(build: CVSTag=JBoss_4_0_3_SP1 date=200510231054)
Version Name: Zion
Built on: October 23 2005
Server:
OS: Linux 2.6.9-34.EL (i386)
JVM Version: 1.4.2_11-b06
Left panel is blank, right panel shows:
JBoss™ Application Server
JBoss
...
JVM - Hardware
...
> java.lang.ClassCastException: java.lang.OutOfMemoryError
> --------------------------------------------------------
>
> Key: JBADMCON-114
> URL: http://jira.jboss.com/jira/browse/JBADMCON-114
> Project: JBoss Admin Console
> Issue Type: Bug
> Components: General Console
> Environment: Server: JBoss 4.0.1sp1 running on Win2003, JDK 1.5.0_02-b09
> Client: XP, IE / Mozilla, JDK 1.5.0-b64 / 1.5.0_02-b09
> Reporter: Paul Kuit
>
> Applet won´t show; stacktrace;
> running local on the server
> http://localhost/web-console/Invoker
> java.lang.ClassCastException: java.lang.OutOfMemoryError
> at org.jboss.console.remote.Util.invoke(Util.java:80)
> at org.jboss.console.remote.AppletRemoteMBeanInvoker.invoke(AppletRemoteMBeanInvoker.java:50)
> at org.jboss.console.navtree.ConsoleTreeModel.loadTree(ConsoleTreeModel.java:104)
> at org.jboss.console.navtree.ConsoleTreeModel.<init>(ConsoleTreeModel.java:59)
> at org.jboss.console.navtree.AdminTreeBrowser.<init>(AdminTreeBrowser.java:63)
> at org.jboss.console.navtree.AppletBrowser.start(AppletBrowser.java:51)
> at sun.applet.AppletPanel.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 11 months
[JBoss JIRA] Created: (JBRULES-1028) importing .brxml into the application
by sreeni sabapathy (JIRA)
importing .brxml into the application
-------------------------------------
Key: JBRULES-1028
URL: http://jira.jboss.com/jira/browse/JBRULES-1028
Project: JBoss Rules
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Eclipse IDE
Affects Versions: 4.0.0.GA
Environment: windows Xp Proffessional, Java/Eclipse IDE
Reporter: sreeni sabapathy
Assigned To: Mark Proctor
The new feature in Jboss rule 4.0, the " New guided drl editor".
This feature which works similar to the drools-jbrms in the Eclipse plugin.
I am able to create the necessatry rules, but as the edited rules exist in "rule.brxml" and in "rule.package".
How to Import this ".brxml" and ".package" into the package builder in order to get the package into the Rulebase and get working?
I tried using the XmlPackageReader.read(reader) and then tried to build through the PackageBuilder . In other case also used the adddrlfomxml().
It failed in both the case stating it as the
"<rule> has an invalid parent element [null]
at org.drools.xml.XmlPackageReader.validate(XmlPackageReader.java:486)
at org.drools.xml.XmlPackageReader.startElement(XmlPackageReader.java:394)
at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
at org.apache.xerces.impl.xs.XMLSchemaValidator.startElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl$NSContentDispatcher.scanRootElementHook(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at javax.xml.parsers.SAXParser.parse(Unknown Source)
at org.drools.xml.XmlPackageReader.read(XmlPackageReader.java:321)
at org.drools.xml.XmlPackageReader.read(XmlPackageReader.java:247)
at com.sample.DroolsTest.readRule(DroolsTest.java:60)
at com.sample.DroolsTest.main(DroolsTest.java:23)
"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 11 months