Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Failed to register resource if 2 session start simultaneously
Failed to register resource if 2 session start simultaneously [message #114611] Fri, 05 December 2008 16:10 Go to next message
Enrico Zanaga is currently offline Enrico ZanagaFriend
Messages: 50
Registered: July 2009
Member
Hi

I've deployed a RAP 1.2.0M3 application on Tomcat 5.5 and I've created a
Windows batch file that starts two Internet Explorer opening the url of
the application. The batch file looks like:

start iexplore.exe http://127.0.0.1:8080/rap
start iexplore.exe http://127.0.0.1:8080/rap

One IE runs correctly, while the other one shows a
ResourceRegistrationException, I've reported the stack trace on the bottom.
The exception throws random on one IE only.

This is the method ResourceManagerImpl.doRegister:

private void doRegister( final String name,
final String charset,
final RegisterOptions options )
{
String key = createKey( name );
// TODO [rh] should throw exception if contains key but has different
// charset or options
if( !repository.containsKey( key ) ) {
boolean compress = shouldCompress( options );
try {
int[] content = ResourceUtil.read( name, charset, compress );
doRegister( name, charset, options, key, content );
} catch ( IOException e ) {
String text = "Failed to register resource ''{0}''.";
String msg = MessageFormat.format( text, new Object[] { name } );
throw new ResourceRegistrationException( msg, e ) ;
}
repository.put( key, name );
}
}

The access at "repository" map should be synchronized?
Or maybe synchronized another method that calls
ResourceManagerImpl.register and ResourceManagerImpl.doRegister, like
QooxdooResourcesUtil.registerResources?

Thanks
Enrico


----- Exception stack trace: -----
org.eclipse.rwt.internal.resources.ResourceRegistrationExcep tion: Failed
to register resource 'resource/static/history/historyHelper.html'.
org.eclipse.rwt.internal.resources.ResourceManagerImpl.doReg ister(ResourceManagerImpl.java:411)
org.eclipse.rwt.internal.resources.ResourceManagerImpl.regis ter(ResourceManagerImpl.java:214)
org.eclipse.swt.internal.widgets.displaykit.QooxdooResources Util.registerResources(QooxdooResourcesUtil.java:149)
org.eclipse.swt.internal.widgets.displaykit.DisplayLCA.write Libraries(DisplayLCA.java:297)
org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade Impl.writeLibrariesInternal(DisplayLCAFacadeImpl.java:31)
org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade .writeLibraries(DisplayLCAFacade.java:36)
org.eclipse.rwt.internal.lifecycle.DisplayUtil.writeLibrarie s(DisplayUtil.java:66)
org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getLibraries(LifeCycleServiceHandlerConfigurer.java:2 01)
org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getTemplateOfStartupPage(LifeCycleServiceHandlerConfi gurer.java:61)
org.eclipse.rwt.internal.service.BrowserSurvey.renderScript( BrowserSurvey.java:89)
org.eclipse.rwt.internal.service.BrowserSurvey.sendBrowserSu rvey(BrowserSurvey.java:50)
org.eclipse.rwt.internal.service.LifeCycleServiceHandler.int ernalService(LifeCycleServiceHandler.java:197)
org.eclipse.rwt.internal.service.LifeCycleServiceHandler.acc ess$1(LifeCycleServiceHandler.java:185)
org.eclipse.rwt.internal.service.LifeCycleServiceHandler$Lif eCycleServiceHandlerSync.doService(LifeCycleServiceHandler.j ava:150)
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.serviceInternal(RWTLifeCycleServiceHandlerSync.java:45 )
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.service(RWTLifeCycleServiceHandlerSync.java:33)
org.eclipse.rwt.internal.service.LifeCycleServiceHandler.ser vice(LifeCycleServiceHandler.java:157)
org.eclipse.rwt.internal.service.ServiceManager$HandlerDispa tcher.service(ServiceManager.java:101)
org.eclipse.rwt.internal.engine.RWTDelegate.doPost(RWTDelega te.java:63)
org.eclipse.rwt.internal.engine.RWTDelegate.doGet(RWTDelegat e.java:45)
javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
Re: Failed to register resource if 2 session start simultaneously [message #114628 is a reply to message #114611] Fri, 05 December 2008 17:09 Go to previous messageGo to next message
Enrico Zanaga is currently offline Enrico ZanagaFriend
Messages: 50
Registered: July 2009
Member
Sorry,
follows the full stack trace of the exception:

----- Exception stack trace: -----
org.eclipse.rwt.internal.resources.ResourceRegistrationExcep tion: Failed
to register resource 'org/eclipse/swt/browser/Browser.js'.
at
org.eclipse.rwt.internal.resources.ResourceManagerImpl.doReg ister(ResourceManagerImpl.java:411)
at
org.eclipse.rwt.internal.resources.ResourceManagerImpl.regis ter(ResourceManagerImpl.java:224)
at
org.eclipse.swt.internal.widgets.displaykit.QooxdooResources Util.register(QooxdooResourcesUtil.java:262)
at
org.eclipse.swt.internal.widgets.displaykit.QooxdooResources Util.registerResources(QooxdooResourcesUtil.java:205)
at
org.eclipse.swt.internal.widgets.displaykit.DisplayLCA.write Libraries(DisplayLCA.java:297)
at
org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade Impl.writeLibrariesInternal(DisplayLCAFacadeImpl.java:31)
at
org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade .writeLibraries(DisplayLCAFacade.java:36)
at
org.eclipse.rwt.internal.lifecycle.DisplayUtil.writeLibrarie s(DisplayUtil.java:66)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getLibraries(LifeCycleServiceHandlerConfigurer.java:2 01)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getTemplateOfStartupPage(LifeCycleServiceHandlerConfi gurer.java:61)
at
org.eclipse.rwt.internal.service.BrowserSurvey.renderScript( BrowserSurvey.java:89)
at
org.eclipse.rwt.internal.service.BrowserSurvey.sendBrowserSu rvey(BrowserSurvey.java:50)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandler.int ernalService(LifeCycleServiceHandler.java:197)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandler.acc ess$1(LifeCycleServiceHandler.java:185)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandler$Lif eCycleServiceHandlerSync.doService(LifeCycleServiceHandler.j ava:150)
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.serviceInternal(RWTLifeCycleServiceHandlerSync.java:45 )
at
org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.service(RWTLifeCycleServiceHandlerSync.java:33)
at
org.eclipse.rwt.internal.service.LifeCycleServiceHandler.ser vice(LifeCycleServiceHandler.java:157)
at
org.eclipse.rwt.internal.service.ServiceManager$HandlerDispa tcher.service(ServiceManager.java:101)
at org.eclipse.rwt.internal.engine.RWTDelegate.doPost(RWTDelega te.java:63)
at org.eclipse.rwt.internal.engine.RWTDelegate.doGet(RWTDelegat e.java:45)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFi lter(ApplicationFilterChain.java:269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(App licationFilterChain.java:188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(Standar dWrapperValve.java:213)
at
org.apache.catalina.core.StandardContextValve.invoke(Standar dContextValve.java:172)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHo stValve.java:127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorRepo rtValve.java:117)
at
org.apache.catalina.core.StandardEngineValve.invoke(Standard EngineValve.java:108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAd apter.java:174)
at
org.apache.coyote.http11.Http11Processor.process(Http11Proce ssor.java:875)
at
org.apache.coyote.http11.Http11BaseProtocol$Http11Connection Handler.processConnection(Http11BaseProtocol.java:665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(Poo lTcpEndpoint.java:528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt( LeaderFollowerWorkerThread.java:81)
at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.ru n(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.io.IOException: Could not create directory structure:
C:\Program Files (x86)\Apache Software Foundation\Tomcat
5.5\webapps\wf\org\eclipse\swt\browser
at
org.eclipse.rwt.internal.resources.ResourceManagerImpl.creat eFile(ResourceManagerImpl.java:444)
at
org.eclipse.rwt.internal.resources.ResourceManagerImpl.doReg ister(ResourceManagerImpl.java:427)
at
org.eclipse.rwt.internal.resources.ResourceManagerImpl.doReg ister(ResourceManagerImpl.java:407)
... 36 more


Enrico Zanaga ha scritto:
> Hi
>
> I've deployed a RAP 1.2.0M3 application on Tomcat 5.5 and I've created a
> Windows batch file that starts two Internet Explorer opening the url of
> the application. The batch file looks like:
>
> start iexplore.exe http://127.0.0.1:8080/rap
> start iexplore.exe http://127.0.0.1:8080/rap
>
> One IE runs correctly, while the other one shows a
> ResourceRegistrationException, I've reported the stack trace on the bottom.
> The exception throws random on one IE only.
>
> This is the method ResourceManagerImpl.doRegister:
>
> private void doRegister( final String name,
> final String charset,
> final RegisterOptions options )
> {
> String key = createKey( name );
> // TODO [rh] should throw exception if contains key but has different
> // charset or options
> if( !repository.containsKey( key ) ) {
> boolean compress = shouldCompress( options );
> try {
> int[] content = ResourceUtil.read( name, charset, compress );
> doRegister( name, charset, options, key, content );
> } catch ( IOException e ) {
> String text = "Failed to register resource ''{0}''.";
> String msg = MessageFormat.format( text, new Object[] { name } );
> throw new ResourceRegistrationException( msg, e ) ;
> }
> repository.put( key, name );
> }
> }
>
> The access at "repository" map should be synchronized?
> Or maybe synchronized another method that calls
> ResourceManagerImpl.register and ResourceManagerImpl.doRegister, like
> QooxdooResourcesUtil.registerResources?
>
> Thanks
> Enrico
>
>
> ----- Exception stack trace: -----
> org.eclipse.rwt.internal.resources.ResourceRegistrationExcep tion: Failed
> to register resource 'resource/static/history/historyHelper.html'.
> org.eclipse.rwt.internal.resources.ResourceManagerImpl.doReg ister(ResourceManagerImpl.java:411)
>
> org.eclipse.rwt.internal.resources.ResourceManagerImpl.regis ter(ResourceManagerImpl.java:214)
>
> org.eclipse.swt.internal.widgets.displaykit.QooxdooResources Util.registerResources(QooxdooResourcesUtil.java:149)
>
> org.eclipse.swt.internal.widgets.displaykit.DisplayLCA.write Libraries(DisplayLCA.java:297)
>
> org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade Impl.writeLibrariesInternal(DisplayLCAFacadeImpl.java:31)
>
> org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade .writeLibraries(DisplayLCAFacade.java:36)
>
> org.eclipse.rwt.internal.lifecycle.DisplayUtil.writeLibrarie s(DisplayUtil.java:66)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getLibraries(LifeCycleServiceHandlerConfigurer.java:2 01)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getTemplateOfStartupPage(LifeCycleServiceHandlerConfi gurer.java:61)
>
> org.eclipse.rwt.internal.service.BrowserSurvey.renderScript( BrowserSurvey.java:89)
>
> org.eclipse.rwt.internal.service.BrowserSurvey.sendBrowserSu rvey(BrowserSurvey.java:50)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.int ernalService(LifeCycleServiceHandler.java:197)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.acc ess$1(LifeCycleServiceHandler.java:185)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandler$Lif eCycleServiceHandlerSync.doService(LifeCycleServiceHandler.j ava:150)
>
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.serviceInternal(RWTLifeCycleServiceHandlerSync.java:45 )
>
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.service(RWTLifeCycleServiceHandlerSync.java:33)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.ser vice(LifeCycleServiceHandler.java:157)
>
> org.eclipse.rwt.internal.service.ServiceManager$HandlerDispa tcher.service(ServiceManager.java:101)
>
> org.eclipse.rwt.internal.engine.RWTDelegate.doPost(RWTDelega te.java:63)
> org.eclipse.rwt.internal.engine.RWTDelegate.doGet(RWTDelegat e.java:45)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
Re: Failed to register resource if 2 session start simultaneously [message #114911 is a reply to message #114611] Tue, 09 December 2008 10:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Hi,

thanks for pointing that out. From looking at the code, I agree with
your assumption.

Could you file a bugzilla so that we can track progress on this issue?

Thanks
Rüdiger

Enrico Zanaga wrote:
> Hi
>
> I've deployed a RAP 1.2.0M3 application on Tomcat 5.5 and I've created a
> Windows batch file that starts two Internet Explorer opening the url of
> the application. The batch file looks like:
>
> start iexplore.exe http://127.0.0.1:8080/rap
> start iexplore.exe http://127.0.0.1:8080/rap
>
> One IE runs correctly, while the other one shows a
> ResourceRegistrationException, I've reported the stack trace on the bottom.
> The exception throws random on one IE only.
>
> This is the method ResourceManagerImpl.doRegister:
>
> private void doRegister( final String name,
> final String charset,
> final RegisterOptions options )
> {
> String key = createKey( name );
> // TODO [rh] should throw exception if contains key but has different
> // charset or options
> if( !repository.containsKey( key ) ) {
> boolean compress = shouldCompress( options );
> try {
> int[] content = ResourceUtil.read( name, charset, compress );
> doRegister( name, charset, options, key, content );
> } catch ( IOException e ) {
> String text = "Failed to register resource ''{0}''.";
> String msg = MessageFormat.format( text, new Object[] { name } );
> throw new ResourceRegistrationException( msg, e ) ;
> }
> repository.put( key, name );
> }
> }
>
> The access at "repository" map should be synchronized?
> Or maybe synchronized another method that calls
> ResourceManagerImpl.register and ResourceManagerImpl.doRegister, like
> QooxdooResourcesUtil.registerResources?
>
> Thanks
> Enrico
>
>
> ----- Exception stack trace: -----
> org.eclipse.rwt.internal.resources.ResourceRegistrationExcep tion: Failed
> to register resource 'resource/static/history/historyHelper.html'.
> org.eclipse.rwt.internal.resources.ResourceManagerImpl.doReg ister(ResourceManagerImpl.java:411)
>
> org.eclipse.rwt.internal.resources.ResourceManagerImpl.regis ter(ResourceManagerImpl.java:214)
>
> org.eclipse.swt.internal.widgets.displaykit.QooxdooResources Util.registerResources(QooxdooResourcesUtil.java:149)
>
> org.eclipse.swt.internal.widgets.displaykit.DisplayLCA.write Libraries(DisplayLCA.java:297)
>
> org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade Impl.writeLibrariesInternal(DisplayLCAFacadeImpl.java:31)
>
> org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade .writeLibraries(DisplayLCAFacade.java:36)
>
> org.eclipse.rwt.internal.lifecycle.DisplayUtil.writeLibrarie s(DisplayUtil.java:66)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getLibraries(LifeCycleServiceHandlerConfigurer.java:2 01)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getTemplateOfStartupPage(LifeCycleServiceHandlerConfi gurer.java:61)
>
> org.eclipse.rwt.internal.service.BrowserSurvey.renderScript( BrowserSurvey.java:89)
>
> org.eclipse.rwt.internal.service.BrowserSurvey.sendBrowserSu rvey(BrowserSurvey.java:50)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.int ernalService(LifeCycleServiceHandler.java:197)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.acc ess$1(LifeCycleServiceHandler.java:185)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandler$Lif eCycleServiceHandlerSync.doService(LifeCycleServiceHandler.j ava:150)
>
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.serviceInternal(RWTLifeCycleServiceHandlerSync.java:45 )
>
> org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.service(RWTLifeCycleServiceHandlerSync.java:33)
>
> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.ser vice(LifeCycleServiceHandler.java:157)
>
> org.eclipse.rwt.internal.service.ServiceManager$HandlerDispa tcher.service(ServiceManager.java:101)
>
> org.eclipse.rwt.internal.engine.RWTDelegate.doPost(RWTDelega te.java:63)
> org.eclipse.rwt.internal.engine.RWTDelegate.doGet(RWTDelegat e.java:45)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
> javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
Re: Failed to register resource if 2 session start simultaneously [message #115211 is a reply to message #114911] Wed, 10 December 2008 09:44 Go to previous message
Enrico Zanaga is currently offline Enrico ZanagaFriend
Messages: 50
Registered: July 2009
Member
https://bugs.eclipse.org/bugs/show_bug.cgi?id=258246

Enrico


Rüdiger Herrmann ha scritto:
> Hi,
>
> thanks for pointing that out. From looking at the code, I agree with
> your assumption.
>
> Could you file a bugzilla so that we can track progress on this issue?
>
> Thanks
> Rüdiger
>
> Enrico Zanaga wrote:
>> Hi
>>
>> I've deployed a RAP 1.2.0M3 application on Tomcat 5.5 and I've created
>> a Windows batch file that starts two Internet Explorer opening the url
>> of the application. The batch file looks like:
>>
>> start iexplore.exe http://127.0.0.1:8080/rap
>> start iexplore.exe http://127.0.0.1:8080/rap
>>
>> One IE runs correctly, while the other one shows a
>> ResourceRegistrationException, I've reported the stack trace on the
>> bottom.
>> The exception throws random on one IE only.
>>
>> This is the method ResourceManagerImpl.doRegister:
>>
>> private void doRegister( final String name,
>> final String charset,
>> final RegisterOptions options )
>> {
>> String key = createKey( name );
>> // TODO [rh] should throw exception if contains key but has different
>> // charset or options
>> if( !repository.containsKey( key ) ) {
>> boolean compress = shouldCompress( options );
>> try {
>> int[] content = ResourceUtil.read( name, charset, compress );
>> doRegister( name, charset, options, key, content );
>> } catch ( IOException e ) {
>> String text = "Failed to register resource ''{0}''.";
>> String msg = MessageFormat.format( text, new Object[] { name } );
>> throw new ResourceRegistrationException( msg, e ) ;
>> }
>> repository.put( key, name );
>> }
>> }
>>
>> The access at "repository" map should be synchronized?
>> Or maybe synchronized another method that calls
>> ResourceManagerImpl.register and ResourceManagerImpl.doRegister, like
>> QooxdooResourcesUtil.registerResources?
>>
>> Thanks
>> Enrico
>>
>>
>> ----- Exception stack trace: -----
>> org.eclipse.rwt.internal.resources.ResourceRegistrationExcep tion:
>> Failed to register resource 'resource/static/history/historyHelper.html'.
>> org.eclipse.rwt.internal.resources.ResourceManagerImpl.doReg ister(ResourceManagerImpl.java:411)
>>
>> org.eclipse.rwt.internal.resources.ResourceManagerImpl.regis ter(ResourceManagerImpl.java:214)
>>
>> org.eclipse.swt.internal.widgets.displaykit.QooxdooResources Util.registerResources(QooxdooResourcesUtil.java:149)
>>
>> org.eclipse.swt.internal.widgets.displaykit.DisplayLCA.write Libraries(DisplayLCA.java:297)
>>
>> org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade Impl.writeLibrariesInternal(DisplayLCAFacadeImpl.java:31)
>>
>> org.eclipse.swt.internal.widgets.displaykit.DisplayLCAFacade .writeLibraries(DisplayLCAFacade.java:36)
>>
>> org.eclipse.rwt.internal.lifecycle.DisplayUtil.writeLibrarie s(DisplayUtil.java:66)
>>
>> org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getLibraries(LifeCycleServiceHandlerConfigurer.java:2 01)
>>
>> org.eclipse.rwt.internal.service.LifeCycleServiceHandlerConf igurer.getTemplateOfStartupPage(LifeCycleServiceHandlerConfi gurer.java:61)
>>
>> org.eclipse.rwt.internal.service.BrowserSurvey.renderScript( BrowserSurvey.java:89)
>>
>> org.eclipse.rwt.internal.service.BrowserSurvey.sendBrowserSu rvey(BrowserSurvey.java:50)
>>
>> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.int ernalService(LifeCycleServiceHandler.java:197)
>>
>> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.acc ess$1(LifeCycleServiceHandler.java:185)
>>
>> org.eclipse.rwt.internal.service.LifeCycleServiceHandler$Lif eCycleServiceHandlerSync.doService(LifeCycleServiceHandler.j ava:150)
>>
>> org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.serviceInternal(RWTLifeCycleServiceHandlerSync.java:45 )
>>
>> org.eclipse.rwt.internal.lifecycle.RWTLifeCycleServiceHandle rSync.service(RWTLifeCycleServiceHandlerSync.java:33)
>>
>> org.eclipse.rwt.internal.service.LifeCycleServiceHandler.ser vice(LifeCycleServiceHandler.java:157)
>>
>> org.eclipse.rwt.internal.service.ServiceManager$HandlerDispa tcher.service(ServiceManager.java:101)
>>
>> org.eclipse.rwt.internal.engine.RWTDelegate.doPost(RWTDelega te.java:63)
>> org.eclipse.rwt.internal.engine.RWTDelegate.doGet(RWTDelegat e.java:45)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:627)
>> javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
Previous Topic:Invalid Thread Access
Next Topic:[ANN] Properties theming support discontinued in 1.2 M4
Goto Forum:
  


Current Time: Thu Mar 28 09:47:17 GMT 2024

Powered by FUDForum. Page generated in 0.02682 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top