Re: [jboss-dev-forums] [JBoss Web Development] - I am working on migrating jboss3.2.6 to jboss5.1.0
by venkat Keerthi
venkat Keerthi [http://community.jboss.org/people/venkatkeerthi] replied to the discussion
"I am working on migrating jboss3.2.6 to jboss5.1.0"
To view the discussion, visit: http://community.jboss.org/message/554081#554081
--------------------------------------------------------------
sorry i have not filled details, by mistake submitted below are full details:
I am working on migrating my application jboss3.2.6 to jboss5.1.0, My application accessing static content which in virtual host
(accessing external files) about 150 GB content.
to access static content i have created network drive and updated path in profile.xml file vfs. xml file
i.e <property name="bootstrapURI">${jboss.server.home.url}conf/jboss-service.xml</property>
<property name="applicationURIs">
<list elementClass="java.net.URI">
<value>${jboss.server.home.url}deploy</value>
<value>file:///Y:/</value>
</list>
</property>
and updated vfs.xml file i.e
<entry>
<key>file:///Y:/staticdocs</key>
<value><inject bean="VfsNamesExceptionHandler"/></value>
</entry>
1) to start starting server 30 min taking.
2)it seems server is trying deploy all static content(trying to open zip files and pdf ) causing below error
ERROR [org.jboss.system.server.profileservice.repository.ProfileDeployAction] (main) Failed to add deployment: ap_end_tlg4_step200_notify_usd_05aug05.pdf
org.jboss.deployers.spi.DeploymentException: Error determining deployment structure for vfsfile:/Y:/channelweb/objects/asiapacific/reseller/pdfs/ap_end_tlg4_step200_notify_usd_05aug05.pdf
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
3) getting java.lang.OutOfMemoryError: Java heap space exception(i have already increased heap size 1024m)
Could you provide solution for above issues.
for more details attached server.log file.
Thanks,
Venkatesh Keerthi
91-8088759092
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/554081#554081]
Start a new discussion in JBoss Web Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 7 months
Re: [jboss-dev-forums] [JBoss Microcontainer Development] - Benchmarking classloaders
by Kabir Khan
Kabir Khan [http://community.jboss.org/people/kabir.khan%40jboss.com] replied to the discussion
"Benchmarking classloaders"
To view the discussion, visit: http://community.jboss.org/message/554012#554012
--------------------------------------------------------------
> Ales Justin wrote:
>
> > Ales, can you take a look at how I am setting up the VFSClassLoaderFactories?
> >
> Should be fine.
>
> So to get the tests straight.
> Why the three level hierarchy depth?
The three levels was inspired by David's stuff, as I understood it a load of one class triggers load of some others. It can certainly be made simpler though, so I can do a one-level set tomorrow.
> Ales Justin wrote:
> Who creates requirements and who provides the capabilities?
> Why the re-export on module and package?
The requirements and capabilities are set up in the individial tests. I'm not sure about the re-export, is it needed when Impl (loaderA) loads its superclass AbstractImpl (loaderB) which in turn brings in its interface (loaderC)?
> > The thing I found strange was that for the Module test I had to specify the packages as a capability as well as the module, but I'm not that familiar with how this works so maybe that's how it should be.
> What happens if you don't do this?
I get an exception, IIRC NoClassDefFoundError when trying to load the superclass which comes from a loader that only exports the module and not also the packages. But maybe there is another setting to get around this?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/554012#554012]
Start a new discussion in JBoss Microcontainer Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 7 months
[jBPM Development] - Can't start jbpm3 process
by Vladimir Kiryakov
Vladimir Kiryakov [http://community.jboss.org/people/vladimir_kiryakov] created the discussion
"Can't start jbpm3 process"
To view the discussion, visit: http://community.jboss.org/message/553975#553975
--------------------------------------------------------------
h2all!!! I have a some problem with jbpm3 porcess... When I trying start my process from jbpm-console(signal link) i have some error like this:
17:10:54,923 ERROR [GraphElement] action threw exception: couldn't get value for file 'classes/com/provoxlab/handler/Logger.class'
org.jbpm.JbpmException: couldn't get value for file 'classes/com/provoxlab/handler/Logger.class'
at org.jbpm.file.def.FileDefinition.getBytes(FileDefinition.java:196)
at org.jbpm.instantiation.ProcessClassLoader.findClass(ProcessClassLoader.java:116)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.provoxlab.handler.State1.execute(State1.java:16)
at org.jbpm.graph.def.Action.execute(Action.java:125)
at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:281)
at org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:238)
at org.jbpm.graph.def.GraphElement.fireAndPropagateEvent(GraphElement.java:212)
at org.jbpm.graph.def.GraphElement.fireEvent(GraphElement.java:195)
at org.jbpm.graph.def.Node.enter(Node.java:369)
at sun.reflect.GeneratedMethodAccessor445.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:197)
at org.jbpm.graph.def.Node_$$_javassist_81.enter(Node_$$_javassist_81.java)
at org.jbpm.graph.def.Transition.take(Transition.java:166)
at org.jbpm.graph.def.Node.leave(Node.java:477)
at org.jbpm.graph.node.StartState.leave(StartState.java:80)
at sun.reflect.GeneratedMethodAccessor443.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:197)
at org.jbpm.graph.def.Node_$$_javassist_81.leave(Node_$$_javassist_81.java)
at org.jbpm.graph.exe.Token.signal(Token.java:226)
at org.jbpm.graph.exe.Token.signal(Token.java:149)
at org.jbpm.jsf.core.action.SignalActionListener.handleAction(SignalActionListener.java:52)
at org.jbpm.jsf.core.impl.JbpmActionListenerWrapper.processAction(JbpmActionListenerWrapper.java:82)
at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:771)
at javax.faces.component.UICommand.broadcast(UICommand.java:372)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756)
at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:828)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:601)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at org.jbpm.file.def.FileDefinition.getBytesFromDb(FileDefinition.java:213)
at org.jbpm.file.def.FileDefinition.getBytes(FileDefinition.java:193)
... 57 more
17:10:54,939 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 22001
17:10:54,940 ERROR [JDBCExceptionReporter] Data truncation: Data too long for column 'EXCEPTION_' at row 1
What i do wrong? please anybody help me
And the second question.... How to instal the schedule of start of process? For example in each 5 hours.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553975#553975]
Start a new discussion in jBPM Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 7 months
[JBoss Portal Development] - Content flows beyond the portal page boundary
by Nikhil Maheshwari
Nikhil Maheshwari [http://community.jboss.org/people/mahenikhil] created the discussion
"Content flows beyond the portal page boundary"
To view the discussion, visit: http://community.jboss.org/message/553900#553900
--------------------------------------------------------------
Hi,
I have been developing a portlet using Wicket framework. I am specifically using Wickets BaseTree component to create a tree like structure in my portlet.On expanding/collapsing the tree, Ajax request is fired.
The problem I am facing is when I expand a tree node which has many child elements, the content flows out of the portlet boundaryThis behavior is very specific to JBoss Portal as the same portlet manages itself quite well when deployed on IBM Websphere portal.
I am unable to control this behavior as to how should I trigger the portlet boundary to push down when I perform a tree expansion action.
Any help on this would be very helpful as I have no clue as to which direction should I look for.
Attached folder - "overflowingContent.zip" - "Recommendations" node overflows from the portlet.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/553900#553900]
Start a new discussion in JBoss Portal Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
14 years, 7 months