[Design of JBoss Portal] - the error caused by Asian font when maximize
by cjspring
I'm come from china.
jboss portal 2.2 sp3, ms sqlserver 2000.
I have define a new portal instance, if i set
<portal-name>HelloPortal</portal-name> , which are all work well.
but if set Asian font parameter to portal-name,when i click maximized/minimized button, it causes a exception:
ERROR [CoreController] Object not found
org.jboss.portal.core.ObjectNotFoundException: Not allowed to access resourcecyportal.é??é??.weatherportletWindow
at org.jboss.portal.core.command.WindowCommand.create(WindowCommand.java:110)......
i saw the source from IE, i found such content:
<div class="portlet-mode-minimized" onClick="location.href='/portal/auth/index.html?ctrl:cmd=nav&ctrl:windowstate=minimized&ctrl:window=cyportal.%E9%A6%96%E9%A1%B5.testportletWindow';">
from table JBP_OBJECT_NODE, if i change PATH value "cyportal.??.weatherportletWindow" to "cyportal.index.weatherportletWindow", maximized/minimized work well.
i don't know what function of PATH column.
how to resolve the maximized/minimized error of portal name is Asian font .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960584#3960584
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960584
19 years, 8 months
[Design of JBoss jBPM] - out of memory error
by asubu
Hello All,
I downloaded the jbpm-starters-kit-3.1. I was able to create my own process and upload it to the server. The server was running fine for a day then all of a sudden started throwing the exception shown below:
11:12:49,788 ERROR [CommandExecutorThread] java.lang.OutOfMemoryError: PermGen space
11:12:54,788 DEBUG [JbpmContextInfo] creating jbpm context with service factories '[message, scheduler, logging, persistence, authentication]'
11:12:54,788 DEBUG [JbpmContext] creating JbpmContext
11:12:54,788 DEBUG [DbPersistenceServiceFactory] creating persistence service
11:12:54,788 DEBUG [DbPersistenceService] creating hibernate session
11:12:54,788 DEBUG [DbPersistenceService] beginning hibernate transaction
11:12:58,898 DEBUG [CommandExecutorThread] command 'null' threw exception. rolling back transaction
java.lang.OutOfMemoryError: PermGen space
At this stage all the jbpm has is the websale and my own created process.
My java options are set the following:
set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m
Has anyone experienced such a problem?
Also I see a scheduler constantly running every 5 seconds. What does this do?
Regards,
Subu
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960567#3960567
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960567
19 years, 8 months