• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Webobjects 5.2.4 and JAI
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Webobjects 5.2.4 and JAI


  • Subject: Re: Webobjects 5.2.4 and JAI
  • From: "John Q." <email@hidden>
  • Date: Sun, 15 May 2005 20:27:32 +0200

Hi,
thanks, it works fine, I have write it into the properties file.
Mike has give me the tip that their was a discussion about it in the list.
but now I have the next error, but i think it has nothing to do with Webobjects.
but i will write it here in the mail, but I am not 100% save. And I don“t know what is the Attention Part
in this error?


Thank you all!!
Raphael

Error Code:
** ATTENTION ***

Please Attach Debugger : No Autorelease pool exists
Press any key to continue...


** ATTENTION ***

Please Attach Debugger : No Autorelease pool exists
Press any key to continue...


** ATTENTION ***

Please Attach Debugger : No Autorelease pool exists
Press any key to continue...

Error: One factory fails for the operation "encode"
Occurs in: javax.media.jai.ThreadSafeOperationRegistry
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at javax.media.jai.FactoryCache.invoke(FactoryCache.java:130)
at javax.media.jai.OperationRegistry.invokeFactory (OperationRegistry.java:1679)
at javax.media.jai.ThreadSafeOperationRegistry.invokeFactory (ThreadSafeOperationRegistry.java:481)
at javax.media.jai.registry.RIFRegistry.create(RIFRegistry.java: 340)
at javax.media.jai.RenderedOp.createInstance(RenderedOp.java:830)
at javax.media.jai.RenderedOp.createRendering(RenderedOp.java:878)
at javax.media.jai.RenderedOp.getRendering(RenderedOp.java:899)
at javax.media.jai.JAI.createNS(JAI.java:1103)
at javax.media.jai.JAI.create(JAI.java:977)
at javax.media.jai.JAI.create(JAI.java:1672)
at ImageManipulation.scaleDownToSize(ImageManipulation.java:48)
at Design4.testScaleDown(Design4.java:47)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at KeyValueCodingProtectedAccessor.methodValue (KeyValueCodingProtectedAccessor.java:54)
at com.webobjects.foundation.NSKeyValueCoding $_MethodBinding.valueInObject(NSKeyValueCoding.java:1160)
at com.webobjects.foundation.NSKeyValueCoding $DefaultImplementation.valueForKey(NSKeyValueCoding.java:1268)
at com.webobjects.appserver.WOComponent.valueForKey (WOComponent.java:1539)
at com.webobjects.foundation.NSKeyValueCoding$Utility.valueForKey (NSKeyValueCoding.java:498)
at com.webobjects.foundation.NSKeyValueCodingAdditions $DefaultImplementation.valueForKeyPath(NSKeyValueCodingAdditions.java: 212)
at com.webobjects.appserver.WOComponent.valueForKeyPath (WOComponent.java:1600)
at com.webobjects.appserver._private.WOKeyValueAssociation.valueInComponent (WOKeyValueAssociation.java:46)
at com.webobjects.appserver._private.WOURLValuedElementData._dataValueInCom ponent(WOURLValuedElementData.java:111)
at com.webobjects.appserver._private.WOURLValuedElementData._uvedInComponen t(WOURLValuedElementData.java:146)
at com.webobjects.appserver._private.WOURLValuedElementData._dataURL (WOURLValuedElementData.java:165)
at com.webobjects.appserver._private.WOURLValuedElementData._appendDataURLA ttributeToResponse(WOURLValuedElementData.java:181)
at com.webobjects.appserver._private.WOHTMLURLValuedElement.appendAttribute sToResponse(WOHTMLURLValuedElement.java:190)
at com.webobjects.appserver._private.WOHTMLDynamicElement._appendOpenTagToR esponse(WOHTMLDynamicElement.java:395)
at com.webobjects.appserver._private.WOHTMLDynamicElement.appendToResponse( WOHTMLDynamicElement.java:420)
at com.webobjects.appserver._private.WODynamicGroup.appendChildrenToRespons e(WODynamicGroup.java:121)
at com.webobjects.appserver._private.WOConditional.appendToResponse (WOConditional.java:70)
at com.webobjects.appserver._private.WODynamicGroup.appendChildrenToRespons e(WODynamicGroup.java:121)
at com.webobjects.appserver._private.WODynamicGroup.appendToResponse (WODynamicGroup.java:130)
at com.webobjects.appserver.WOComponent.appendToResponse (WOComponent.java:992)
at com.webobjects.appserver.WOSession.appendToResponse (WOSession.java:1200)
at com.webobjects.appserver.WOApplication.appendToResponse (WOApplication.java:1418)
at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWit hPreparedPage(WOComponentRequestHandler.java:230)
at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWit hPreparedSession(WOComponentRequestHandler.java:287)
at com.webobjects.appserver._private.WOComponentRequestHandler._dispatchWit hPreparedApplication(WOComponentRequestHandler.java:322)
at com.webobjects.appserver._private.WOComponentRequestHandler._handleReque st(WOComponentRequestHandler.java:358)
at com.webobjects.appserver._private.WOComponentRequestHandler.handleReques t(WOComponentRequestHandler.java:432)
at com.webobjects.appserver.WOApplication.dispatchRequest (WOApplication.java:1306)
at com.webobjects.appserver._private.WOWorkerThread.runOnce (WOWorkerThread.java:173)
at com.webobjects.appserver._private.WOWorkerThread.run (WOWorkerThread.java:254)
at java.lang.Thread.run(Thread.java:552)
Caused by: java.lang.OutOfMemoryError
javax.media.jai.util.ImagingException: All factories fail for the operation "encode"


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: long running task
  • Next by Date: Component bindings
  • Previous by thread: Re: Webobjects 5.2.4 and JAI
  • Next by thread: Multiple model approach
  • Index(es):
    • Date
    • Thread