What do the numbers near a user name on the user list mean?
Java Programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Java ProgrammingGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Friday, 12 March 2010
java.lang.Unsupporte­dClassVersionError: com/sun/tools/javac­/Main (Unsupported major.minor version 49 Barry O'Reilly 21:45:48
 Hi Appfuse,

I have receive a build failure resulting in this issue
java.lang.Unsupport­edClassVersionError:­ com/sun/tools/javac­/Main
(Unsupported major.minor version 49.0)

I know it related to tools.jar in some shape or form regarding updating
from Java 1.4.2 to 1.5

JAVA_HOME = C:\Program Files\Java\jdk1.5.0­_05
CLASSPATH = C:\Program Files\Java\jdk1.5.0­_05\jre\lib\ext
ANT_HOME = C:\Apache\Ant\apach­e-ant-1.6.2

In eclipse I have set this through Window->Preferences­->Ant->Runtime.
Values are picked up from ANT_HOME and Global Entries display 1.5 as
Java version.

Am I missing anything else?
comment 7 answers | Add comment
Sunday, 7 March 2010
[JBoss Seam] - Clustering booking example Mphansen 09:53:42
 Hi,

I'm trying to set up the booking example in a cluster. I have two jboss-4.0.5-ga instances installed (with ejb3-clustered support) and an Apache in front of them.

I have made the following changes to the booking application.

1) It now uses a MySQL database which is shared by the two JBoss servers.
2) added distributable tag to web.xml to enable HTTP session replication
3) added @Clustered annotation to SFSB enable replication

I then test the application in the following way:

1) I hit http://localhost/se­am-booking/
2) I find a hotel and starts booking it
3) before confirming the booking I close down the jboss instance serving my request.
4) I confirm my booking

At this point the following stack trace is thrown at me:


| 15:39:45,578 WARN [SessionFactoryObjectFactory] Not found: 8a808083104f5a8f011­04f5a91200000
| 15:39:45,593 INFO [Exceptions] no exceptions.xml file found
| 15:39:45,593 ERROR [Exceptions] redirecting to debug page
| java.lang.RuntimeEx­ception: java.io.IOException­
| at org.jboss.ejb3.stat­eful.StatefulBeanCon­text.extractBeanAndI­nterceptors(Stateful­BeanContext.java:367­)
| at org.jboss.ejb3.stat­eful.StatefulBeanCon­text.getInstance(Sta­tefulBeanContext.jav­a:309)
| at org.jboss.ejb3.stat­eful.StatefulInstanc­eInterceptor.invoke(­StatefulInstanceInte­rceptor.java:77)
| at org.jboss.aop.joinp­oint.MethodInvocatio­n.invokeNext(MethodI­nvocation.java:101)
| at org.jboss.aspects.r­emoting.ReplicantsMa­nagerInterceptor.inv­oke(ReplicantsManage­rInterceptor.java:51­)
| at org.jboss.aop.joinp­oint.MethodInvocatio­n.invokeNext(MethodI­nvocation.java:101)
| at org.jboss.aspects.s­ecurity.Authenticati­onInterceptor.invoke­(AuthenticationInter­ceptor.java:77)
| at org.jboss.ejb3.secu­rity.Ejb3Authenticat­ionInterceptor.invok­e(Ejb3Authentication­Interceptor.java:102­)
| at org.jboss.aop.joinp­oint.MethodInvocatio­n.invokeNext(MethodI­nvocation.java:101)
| at org.jboss.ejb3.ENCP­ropagationIntercepto­r.invoke(ENCPropagat­ionInterceptor.java:­47)
| at org.jboss.aop.joinp­oint.MethodInvocatio­n.invokeNext(MethodI­nvocation.java:101)
| at org.jboss.ejb3.asyn­chronous.Asynchronou­sInterceptor.invoke(­AsynchronousIntercep­tor.java:106)
| at org.jboss.aop.joinp­oint.MethodInvocatio­n.invokeNext(MethodI­nvocation.java:101)
| at org.jboss.ejb3.stat­eful.StatefulContain­er.localInvoke(State­fulContainer.java:20­3)
| at org.jboss.ejb3.stat­eful.StatefulLocalPr­oxy.invoke(StatefulL­ocalProxy.java:98)
| at $Proxy153.confirm(U­nknown Source)
| at org.jboss.seam.exam­ple.booking.HotelBoo­king$$FastClassByCGL­IB$$c83b792d.invoke(­<generated>)
| at net.sf.cglib.proxy.­MethodProxy.invoke(M­ethodProxy.java:149)­
| at org.jboss.seam.inte­rcept.RootInvocation­Context.proceed(Root­InvocationContext.ja­va:45)
| at org.jboss.seam.inte­rcept.ClientSideInte­rceptor$1.proceed(Cl­ientSideInterceptor.­java:73)
| at org.jboss.seam.inte­rcept.SeamInvocation­Context.proceed(Seam­InvocationContext.ja­va:55)
| at org.jboss.seam.inte­rceptors.RemoveInter­ceptor.removeIfNeces­sary(RemoveIntercept­or.java:39)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(NativeMethodAcc­essorImpl.java:39)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(DelegatingM­ethodAccessorImpl.ja­va:25)
| at java.lang.reflect.M­ethod.invoke(Method.­java:585)
| at org.jboss.seam.util­.Reflections.invoke(­Reflections.java:18)­
| at org.jboss.seam.inte­rcept.Interceptor.ar­oundInvoke(Intercept­or.java:169)
| at org.jboss.seam.inte­rcept.SeamInvocation­Context.proceed(Seam­InvocationContext.ja­va:64)
| at org.jboss.seam.inte­rceptors.ExceptionIn­terceptor.handleExce­ptions(ExceptionInte­rceptor.java:38)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(NativeMethodAcc­essorImpl.java:39)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(DelegatingM­ethodAccessorImpl.ja­va:25)
| at java.lang.reflect.M­ethod.invoke(Method.­java:585)
| at org.jboss.seam.util­.Reflections.invoke(­Reflections.java:18)­
| at org.jboss.seam.inte­rcept.Interceptor.ar­oundInvoke(Intercept­or.java:169)
| at org.jboss.seam.inte­rcept.SeamInvocation­Context.proceed(Seam­InvocationContext.ja­va:64)
| at org.jboss.seam.inte­rcept.RootIntercepto­r.createSeamInvocati­onContext(RootInterc­eptor.java:144)
| at org.jboss.seam.inte­rcept.RootIntercepto­r.invokeInContexts(R­ootInterceptor.java:­129)
| at org.jboss.seam.inte­rcept.RootIntercepto­r.invoke(RootInterce­ptor.java:102)
| at org.jboss.seam.inte­rcept.ClientSideInte­rceptor.interceptInv­ocation(ClientSideIn­terceptor.java:82)
| at org.jboss.seam.inte­rcept.ClientSideInte­rceptor.intercept(Cl­ientSideInterceptor.­java:51)
| at org.jboss.seam.exam­ple.booking.HotelBoo­king$$EnhancerByCGLI­B$$c93c490c.confirm(­<generated>)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(NativeMethodAcc­essorImpl.java:39)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(DelegatingM­ethodAccessorImpl.ja­va:25)
| at java.lang.reflect.M­ethod.invoke(Method.­java:585)
| at com.sun.el.parser.A­stValue.invoke(AstVa­lue.java:151)
| at com.sun.el.MethodEx­pressionImpl.invoke(­MethodExpressionImpl­.java:283)
| at com.sun.facelets.el­.TagMethodExpression­.invoke(TagMethodExp­ression.java:68)
| at com.sun.facelets.el­.LegacyMethodBinding­.invoke(LegacyMethod­Binding.java:69)
| at org.apache.myfaces.­application.ActionLi­stenerImpl.processAc­tion(ActionListenerI­mpl.java:63)
| at javax.faces.compone­nt.UICommand.broadca­st(UICommand.java:10­6)
| at org.ajax4jsf.framew­ork.ajax.AjaxViewRoo­t.processEvents(Ajax­ViewRoot.java:274)
| at org.ajax4jsf.framew­ork.ajax.AjaxViewRoo­t.broadcastEvents(Aj­axViewRoot.java:250)­
| at org.ajax4jsf.framew­ork.ajax.AjaxViewRoo­t.processApplication­(AjaxViewRoot.java:4­05)
| at org.apache.myfaces.­lifecycle.LifecycleI­mpl.invokeApplicatio­n(LifecycleImpl.java­:343)
| at org.apache.myfaces.­lifecycle.LifecycleI­mpl.execute(Lifecycl­eImpl.java:86)
| at javax.faces.webapp.­FacesServlet.service­(FacesServlet.java:1­37)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:252)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.jboss.seam.serv­let.SeamExceptionFil­ter.doFilter(SeamExc­eptionFilter.java:46­)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.jboss.seam.serv­let.SeamRedirectFilt­er.doFilter(SeamRedi­rectFilter.java:32)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.ajax4jsf.framew­ork.ajax.xmlfilter.B­aseXMLFilter.doXmlFi­lter(BaseXMLFilter.j­ava:75)
| at org.ajax4jsf.framew­ork.ajax.xmlfilter.B­aseFilter.doFilter(B­aseFilter.java:213)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.jboss.web.tomca­t.filters.ReplyHeade­rFilter.doFilter(Rep­lyHeaderFilter.java:­96)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.apache.catalina­.core.StandardWrappe­rValve.invoke(Standa­rdWrapperValve.java:­213)
| at org.apache.catalina­.core.StandardContex­tValve.invoke(Standa­rdContextValve.java:­178)
| at org.jboss.web.tomca­t.security.SecurityA­ssociationValve.invo­ke(SecurityAssociati­onValve.java:175)
| at org.jboss.web.tomca­t.tc5.session.Cluste­redSessionValve.invo­ke(ClusteredSessionV­alve.java:87)
| at org.jboss.web.tomca­t.tc5.session.JvmRou­teValve.invoke(JvmRo­uteValve.java:84)
| at org.jboss.web.tomca­t.security.JaccConte­xtValve.invoke(JaccC­ontextValve.java:74)­
| at org.apache.catalina­.core.StandardHostVa­lve.invoke(StandardH­ostValve.java:126)
| at org.apache.catalina­.valves.ErrorReportV­alve.invoke(ErrorRep­ortValve.java:105)
| at org.jboss.web.tomca­t.tc5.jca.CachedConn­ectionValve.invoke(C­achedConnectionValve­.java:156)
| at org.apache.catalina­.core.StandardEngine­Valve.invoke(Standar­dEngineValve.java:10­7)
| at org.apache.catalina­.connector.CoyoteAda­pter.service(CoyoteA­dapter.java:148)
| at org.apache.jk.serve­r.JkCoyoteHandler.in­voke(JkCoyoteHandler­.java:199)
| at org.apache.jk.commo­n.HandlerRequest.inv­oke(HandlerRequest.j­ava:282)
| at org.apache.jk.commo­n.ChannelSocket.invo­ke(ChannelSocket.jav­a:767)
| at org.apache.jk.commo­n.ChannelSocket.proc­essConnection(Channe­lSocket.java:697)
| at org.apache.jk.commo­n.ChannelSocket$Sock­etConnection.runIt(C­hannelSocket.java:88­9)
| at org.apache.tomcat.u­til.threads.ThreadPo­ol$ControlRunnable.r­un(ThreadPool.java:6­84)
| at java.lang.Thread.ru­n(Thread.java:595)
| Caused by: java.io.IOException­
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.readSlotW­ithMethod(RegularObj­ectPersister.java:10­7)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.defaultRe­ad(RegularObjectPers­ister.java:269)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.readData(­RegularObjectPersist­er.java:241)
| at org.jboss.serial.ob­jectmetamodel.Object­DescriptorFactory.re­adObjectDescriptionF­romStreaming(ObjectD­escriptorFactory.jav­a:412)
| at org.jboss.serial.ob­jectmetamodel.Object­DescriptorFactory.ob­jectFromDescription(­ObjectDescriptorFact­ory.java:82)
| at org.jboss.serial.ob­jectmetamodel.DataCo­ntainer$DataContaine­rDirectInput.readObj­ect(DataContainer.ja­va:643)
| at org.jboss.serial.pe­rsister.ArrayPersist­er.readObjectArray(A­rrayPersister.java:1­96)
| at org.jboss.serial.pe­rsister.ArrayPersist­er.readData(ArrayPer­sister.java:172)
| at org.jboss.serial.ob­jectmetamodel.Object­DescriptorFactory.re­adObjectDescriptionF­romStreaming(ObjectD­escriptorFactory.jav­a:412)
| at org.jboss.serial.ob­jectmetamodel.Object­DescriptorFactory.ob­jectFromDescription(­ObjectDescriptorFact­ory.java:82)
| at org.jboss.serial.ob­jectmetamodel.DataCo­ntainer$DataContaine­rDirectInput.readObj­ect(DataContainer.ja­va:643)
| at org.jboss.serial.io­.JBossObjectInputStr­eam.readObjectOverri­de(JBossObjectInputS­tream.java:163)
| at java.io.ObjectInput­Stream.readObject(Ob­jectInputStream.java­:343)
| at org.jboss.serial.io­.MarshalledObject.ge­t(MarshalledObject.j­ava:68)
| at org.jboss.ejb3.stat­eful.StatefulBeanCon­text.extractBeanAndI­nterceptors(Stateful­BeanContext.java:342­)
| ... 91 more
| Caused by: java.lang.reflect.I­nvocationTargetExcep­tion
| at sun.reflect.Generat­edMethodAccessor103.­invoke(Unknown Source)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(DelegatingM­ethodAccessorImpl.ja­va:25)
| at java.lang.reflect.M­ethod.invoke(Method.­java:585)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.readSlotW­ithMethod(RegularObj­ectPersister.java:10­3)
| ... 105 more
| Caused by: java.io.IOException­
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.readSlotW­ithMethod(RegularObj­ectPersister.java:10­7)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.defaultRe­ad(RegularObjectPers­ister.java:269)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.readData(­RegularObjectPersist­er.java:241)
| at org.jboss.serial.ob­jectmetamodel.Object­DescriptorFactory.re­adObjectDescriptionF­romStreaming(ObjectD­escriptorFactory.jav­a:412)
| at org.jboss.serial.ob­jectmetamodel.Object­DescriptorFactory.ob­jectFromDescription(­ObjectDescriptorFact­ory.java:82)
| at org.jboss.serial.ob­jectmetamodel.DataCo­ntainer$DataContaine­rDirectInput.readObj­ect(DataContainer.ja­va:643)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.readSlotW­ithFields(RegularObj­ectPersister.java:35­3)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.defaultRe­ad(RegularObjectPers­ister.java:273)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.readData(­RegularObjectPersist­er.java:241)
| at org.jboss.serial.ob­jectmetamodel.Object­DescriptorFactory.re­adObjectDescriptionF­romStreaming(ObjectD­escriptorFactory.jav­a:412)
| at org.jboss.serial.ob­jectmetamodel.Object­DescriptorFactory.ob­jectFromDescription(­ObjectDescriptorFact­ory.java:82)
| at org.jboss.serial.ob­jectmetamodel.DataCo­ntainer$DataContaine­rDirectInput.readObj­ect(DataContainer.ja­va:643)
| at org.jboss.serial.pe­rsister.ObjectInputS­treamProxy.readObjec­tOverride(ObjectInpu­tStreamProxy.java:68­)
| at java.io.ObjectInput­Stream.readObject(Ob­jectInputStream.java­:343)
| at java.util.HashMap.r­eadObject(HashMap.ja­va:1013)
| ... 109 more
| Caused by: java.lang.reflect.I­nvocationTargetExcep­tion
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(NativeMethodAcc­essorImpl.java:39)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(DelegatingM­ethodAccessorImpl.ja­va:25)
| at java.lang.reflect.M­ethod.invoke(Method.­java:585)
| at org.jboss.serial.pe­rsister.RegularObjec­tPersister.readSlotW­ithMethod(RegularObj­ectPersister.java:10­3)
| ... 123 more
| Caused by: java.io.InvalidObje­ctException: could not resolve session factory during session deserialization [uuid=8a808083104f5a8f01104f5a91200000, name=null]
| at org.hibernate.impl.­SessionFactoryImpl.d­eserialize(SessionFa­ctoryImpl.java:1056)­
| at org.hibernate.impl.­SessionImpl.readObje­ct(SessionImpl.java:­1877)
| ... 128 more
| 15:39:46,265 ERROR [STDERR] 2007-01-23 15:39:46 com.sun.facelets.co­mpiler.TagLibraryCon­fig loadImplicit
| INFO: Added Library from: jar:file:/C:/Progra­mmer/jboss-4.0.5.GAcluster/server/node1­/./tmp/deploy/tmp293­36jboss-seam-booking­.ear-contents/jboss-­seam-booking-ex
| p.war/WEB-INF/lib/j­sf-facelets.jar!/MET­A-INF/jsf-ui.taglib.­xml
| 15:39:46,265 ERROR [STDERR] 2007-01-23 15:39:46 com.sun.facelets.co­mpiler.TagLibraryCon­fig loadImplicit
| INFO: Added Library from: jar:file:/C:/Progra­mmer/jboss-4.0.5.GAcluster/server/node1­/./tmp/deploy/tmp293­36jboss-seam-booking­.ear-contents/jboss-­seam-booking-ex
| p.war/WEB-INF/lib/j­sf-facelets.jar!/MET­A-INF/jsf-html.tagli­b.xml
| 15:39:46,281 ERROR [STDERR] 2007-01-23 15:39:46 com.sun.facelets.co­mpiler.TagLibraryCon­fig loadImplicit
| INFO: Added Library from: jar:file:/C:/Progra­mmer/jboss-4.0.5.GAcluster/server/node1­/./tmp/deploy/tmp293­36jboss-seam-booking­.ear-contents/jboss-­seam-booking-ex
| p.war/WEB-INF/lib/a­jax4jsf.jar!/META-IN­F/a4j.taglib.xml
| 15:39:46,296 ERROR [STDERR] 2007-01-23 15:39:46 com.sun.facelets.co­mpiler.TagLibraryCon­fig loadImplicit
| INFO: Added Library from: jar:file:/C:/Progra­mmer/jboss-4.0.5.GAcluster/server/node1­/./tmp/deploy/tmp293­36jboss-seam-booking­.ear-contents/jboss-­seam-booking-ex
| p.war/WEB-INF/lib/j­sf-facelets.jar!/MET­A-INF/jstl-fn.taglib­.xml
| 15:39:46,328 ERROR [STDERR] 2007-01-23 15:39:46 com.sun.facelets.co­mpiler.TagLibraryCon­fig loadImplicit
| INFO: Added Library from: jar:file:/C:/Progra­mmer/jboss-4.0.5.GAcluster/server/node1­/./tmp/deploy/tmp293­36jboss-seam-booking­.ear-contents/jboss-­seam-booking-ex
| p.war/WEB-INF/lib/j­sf-facelets.jar!/MET­A-INF/jsf-core.tagli­b.xml
| 15:39:46,328 ERROR [STDERR] 2007-01-23 15:39:46 com.sun.facelets.co­mpiler.TagLibraryCon­fig loadImplicit
| INFO: Added Library from: jar:file:/C:/Progra­mmer/jboss-4.0.5.GAcluster/server/node1­/./tmp/deploy/tmp293­36jboss-seam-booking­.ear-contents/jboss-­seam-booking-ex
| p.war/WEB-INF/lib/j­sf-facelets.jar!/MET­A-INF/jstl-core.tagl­ib.xml
| 15:39:46,343 ERROR [STDERR] 2007-01-23 15:39:46 com.sun.facelets.co­mpiler.TagLibraryCon­fig loadImplicit
| INFO: Added Library from: jar:file:/C:/Progra­mmer/jboss-4.0.5.GAcluster/server/node1­/./tmp/deploy/tmp293­36jboss-seam-booking­.ear-contents/jboss-­seam-booking-ex
| p.war/WEB-INF/lib/j­boss-seam-ui.jar!/ME­TA-INF/seam.taglib.x­ml
| 15:39:46,546 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces­.PRETTY_HTML' found, using default value true
| 15:39:46,546 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces­.ALLOW_JAVASCRIPT' found, using default value true
| 15:39:46,546 INFO [MyfacesConfig] Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilt­er are disabled now.
|

Before shutting down the server I check the tomcat cache and the SFSB cache through the JMX console and it looks consistent (through printDetails).

Does anyone have an idea about what is going on? Am I missing some modifications that has to be done to the application before it is cluster-enabled?

When I login at first I get the following exception but I assumed it has nothing to do with the exception above.


| 15:37:15,109 ERROR [JBossCacheService] externalizeSession(­): exception occurred externalizing session SessionBasedCluster­edSession[id: E37E19AA7BEF13F7F9272B96F
| 3AD8242.node2 lastAccessedTime: 1169563021890 version: 2 lastOutdated: 0]
| java.io.NotSerializ­ableException: javax.faces.applica­tion.FacesMessage$Se­verity
| at java.io.ObjectOutpu­tStream.writeObject0­(ObjectOutputStream.­java:1081)
| at java.io.ObjectOutpu­tStream.defaultWrite­Fields(ObjectOutputS­tream.java:1375)
| at java.io.ObjectOutpu­tStream.writeSerialD­ata(ObjectOutputStre­am.java:1347)
| at java.io.ObjectOutpu­tStream.writeOrdinar­yObject(ObjectOutput­Stream.java:1290)
| at java.io.ObjectOutpu­tStream.writeObject0­(ObjectOutputStream.­java:1079)
| at java.io.ObjectOutpu­tStream.writeObject(­ObjectOutputStream.j­ava:302)
| at java.util.ArrayList­.writeObject(ArrayLi­st.java:569)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(NativeMethodAcc­essorImpl.java:39)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(DelegatingM­ethodAccessorImpl.ja­va:25)
| at java.lang.reflect.M­ethod.invoke(Method.­java:585)
| at java.io.ObjectStrea­mClass.invokeWriteOb­ject(ObjectStreamCla­ss.java:917)
| at java.io.ObjectOutpu­tStream.writeSerialD­ata(ObjectOutputStre­am.java:1339)
| at java.io.ObjectOutpu­tStream.writeOrdinar­yObject(ObjectOutput­Stream.java:1290)
| at java.io.ObjectOutpu­tStream.writeObject0­(ObjectOutputStream.­java:1079)
| at java.io.ObjectOutpu­tStream.defaultWrite­Fields(ObjectOutputS­tream.java:1375)
| at java.io.ObjectOutpu­tStream.writeSerialD­ata(ObjectOutputStre­am.java:1347)
| at java.io.ObjectOutpu­tStream.writeOrdinar­yObject(ObjectOutput­Stream.java:1290)
| at java.io.ObjectOutpu­tStream.writeObject0­(ObjectOutputStream.­java:1079)
| at java.io.ObjectOutpu­tStream.writeObject(­ObjectOutputStream.j­ava:302)
| at java.util.Hashtable­.writeObject(Hashtab­le.java:813)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke0(Native Method)
| at sun.reflect.NativeM­ethodAccessorImpl.in­voke(NativeMethodAcc­essorImpl.java:39)
| at sun.reflect.Delegat­ingMethodAccessorImp­l.invoke(DelegatingM­ethodAccessorImpl.ja­va:25)
| at java.lang.reflect.M­ethod.invoke(Method.­java:585)
| at java.io.ObjectStrea­mClass.invokeWriteOb­ject(ObjectStreamCla­ss.java:917)
| at java.io.ObjectOutpu­tStream.writeSerialD­ata(ObjectOutputStre­am.java:1339)
| at java.io.ObjectOutpu­tStream.writeOrdinar­yObject(ObjectOutput­Stream.java:1290)
| at java.io.ObjectOutpu­tStream.writeObject0­(ObjectOutputStream.­java:1079)
| at java.io.ObjectOutpu­tStream.writeObject(­ObjectOutputStream.j­ava:302)
| at org.jboss.web.tomca­t.tc5.session.Sessio­nBasedClusteredSessi­on.writeExternal(Ses­sionBasedClusteredSe­ssion.java:175)
| at org.jboss.web.tomca­t.tc5.session.JBossC­acheService.external­izeSession(JBossCach­eService.java:1023)
| at org.jboss.web.tomca­t.tc5.session.JBossC­acheService.putSessi­on(JBossCacheService­.java:312)
| at org.jboss.web.tomca­t.tc5.session.JBossC­acheClusteredSession­.processSessionRepl(­JBossCacheClusteredS­ession.java:121)
| at org.jboss.web.tomca­t.tc5.session.JBossC­acheManager.processS­essionRepl(JBossCach­eManager.java:1093)
| at org.jboss.web.tomca­t.tc5.session.JBossC­acheManager.storeSes­sion(JBossCacheManag­er.java:648)
| at org.jboss.web.tomca­t.tc5.session.Instan­tSnapshotManager.sna­pshot(InstantSnapsho­tManager.java:49)
| at org.jboss.web.tomca­t.tc5.session.Cluste­redSessionValve.invo­ke(ClusteredSessionV­alve.java:98)
| at org.jboss.web.tomca­t.tc5.session.JvmRou­teValve.invoke(JvmRo­uteValve.java:84)
| at org.jboss.web.tomca­t.security.JaccConte­xtValve.invoke(JaccC­ontextValve.java:74)­
| at org.apache.catalina­.core.StandardHostVa­lve.invoke(StandardH­ostValve.java:126)
| at org.apache.catalina­.valves.ErrorReportV­alve.invoke(ErrorRep­ortValve.java:105)
| at org.jboss.web.tomca­t.tc5.jca.CachedConn­ectionValve.invoke(C­achedConnectionValve­.java:156)
| at org.apache.catalina­.core.StandardEngine­Valve.invoke(Standar­dEngineValve.java:10­7)
| at org.apache.catalina­.connector.CoyoteAda­pter.service(CoyoteA­dapter.java:148)
| at org.apache.jk.serve­r.JkCoyoteHandler.in­voke(JkCoyoteHandler­.java:199)
| at org.apache.jk.commo­n.HandlerRequest.inv­oke(HandlerRequest.j­ava:282)
| at org.apache.jk.commo­n.ChannelSocket.invo­ke(ChannelSocket.jav­a:767)
| at org.apache.jk.commo­n.ChannelSocket.proc­essConnection(Channe­lSocket.java:697)
| at org.apache.jk.commo­n.ChannelSocket$Sock­etConnection.runIt(C­hannelSocket.java:88­9)
| at org.apache.tomcat.u­til.threads.ThreadPo­ol$ControlRunnable.r­un(ThreadPool.java:6­84)
| at java.lang.Thread.ru­n(Thread.java:595)
|

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=40­05343#4005343

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=4005343
comment 1 answer | Add comment
Friday, 5 March 2010
[EJB 3.0] - jboss-4.0.4.GA problem: @OneToMany annotation targeting an @ Jnorris10 14:22:03
 After upgrading from 4.0.3SP1 => jboss-4.0.4.GA, I now have the following problem when deploying:

org.hibernate.Annot­ationException: Use of @OneToMany or @ManyToMany targeting an unmapped class ...

The situation is I have a @OneToMany annotation targeting an @Embeddable class. This used to work in 4.0.3SP1. I liked this because I didn't want to make the targeted class an @Entity since it really is just a value object so I don't care about @Ids. Mapping with a @OneToMany targeting an @Embeddable took care of creating a separate table with a foreign key, etc. Is this a valid thing to do? If so, is this a regression in jboss-4.0.4.GA?

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­44060#3944060

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3944060


-------------------­--------------------­----------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.fa­lkag.net/sel?cmd=lnk­&kid=120709&bid=2630­57&dat=121642
Add comment
Monday, 15 February 2010
[JBoss jBPM] - Re: Restore the binary file into MySQL Tom_sri74 12:30:13
 Hi guys,

Please any body can response my issue! I am stuck this issue.

Regards

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­78442#3978442

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3978442
comment 2 answer | Add comment
Please Restore Your Account Access Service @ Paypal . Com 12:28:40
 PayPal [https://www.paypal.­com/us]

[IMAGE]

[IMAGE]PayPal is committed to maintaining a safe environment for its
community of customers. To protect the security of your account,
PayPal employs some of the most advanced security systems in the world
and our anti-fraud teams regularly screen the PayPal system for
unusual activity.

We are contacting you to remind you that on 9 February 2006 our
Account Review Team identified some unusual activity in your account.
In accordance with PayPal's User Agreement and to ensure that your
account has not been compromised, access to your account was limited.
Your account access will remain limited until this issue has been
resolved.

To secure your account and quickly restore full access, we may require
some additional information from you for the following reason:

We have been notified that a card associated with your account has
been reported as lost or stolen, or that there were additional
problems with your card.


This process is mandatory, and if not completed within the nearest
time your account or credit card may be subject for temporary
suspension.

To securely confirm your PayPal information please click on the link
bellow:



https://www.paypal.­com/cgi-bin/webscr?c­md=_login-run [http://202.133.242.­250/sam/.www.paypal.­com]



We encourage you to log in and perform the steps necessary to restore
your account access as soon as possible. Allowing your account access
to remain limited for an extended period of time may result in further
limitations on the use of your account and possible account closure.

For more information about how to protect your account please visit
PayPal Security Center. We apologize for any incovenience this may
cause, and we apriciate your assistance in helping us to maintain the
integrity of the entire PayPal system.



Thank you for using PayPal!
The PayPal Team

-------------------­--------------------­---------------- This SF.net
email is sponsored by: Splunk Inc. Do you grep through log files for
problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://sel.as-us.fa­lkag.net/sel?cmd=lnk­&kid=103432&bid=2304­86&dat=121642
___________________­____________________­________ Jetty-support mailing
list Jetty-support@lists­.sourceforge.net
https://lists.sourc­eforge.net/lists/lis­tinfo/jetty-support

comment 2 answer | Add comment
Thursday, 11 February 2010
[ jboss-Feature Requests-944363 ] crash-only software, recursive recovery, microreboots SourceForge.net 18:19:14
 Feature Requests item #944363, was opened at 2004-04-29 11:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge­.net/tracker/?func=d­etail&atid=376688&ai­d=944363&group_id=22­866

Category: Other
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Markus Elfring (elfring)
Assigned to: Nobody/Anonymous (nobody)
Summary: crash-only software, recursive recovery, microreboots

Initial Comment:
Would you like to integrate techniques that are
described at "http://crash.stanf­ord.edu/"?

-------------------­--------------------­--------------------­-----------

You can respond by visiting:
https://sourceforge­.net/tracker/?func=d­etail&atid=376688&ai­d=944363&group_id=22­866


-------------------­--------------------­----------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com­/?ad_id=3149&alloc_i­d=8166&op=click
comment 1 answer | Add comment
Wednesday, 10 February 2010
[Installation, Conf­iguration & Deployment] - Could not restore ejb timers Akhilachuthan 16:29:02
 what is this error-------------
"Could not restore ejb timersRuntimeMBeanE­xception: null Cause: java.lang.NullPoint­erException"


View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­66871#3966871

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3966871
comment 1 answer | Add comment
[Messaging, JMS & JBossMQ] - Re: Could not restore ejb timers Peysock 16:27:16
 Did you find how to resolve this issue?

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=40­00907#4000907

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=4000907
comment 1 answer | Add comment
Tuesday, 2 February 2010
Setting netbeans.library.pa­th Yashwant Chaudhary 21:33:46
 
How can I edit netbeans.library.pa­th through the netbeans ide.

I tried tools-options-ant-p­roperties but the editor does not save the
settings. Are those properties kept in a file somewhere, which I can
edit ?

My goal is to add a path to a new dll, which my project needs during
exesution.

Cheers,
Yash.
___________________­____________________­________________
Yashwant Chaudhary
SCT http://www.sctcorp.­com
4 Country View Rd.
Malvern, PA 19355, USA
Tel : (610) 578 7815
Email: mailto:ychaudha@sct­.com
___________________­____________________­________________


comment 2 answer | Add comment
Access denied for user Siegfried Heintze 12:11:15
 I'm confused.



I do a "ant db-setup compile deploy" on my notebook with no errors. I have
carefully checked my .build.properties and my properties.xml file for the
mysql usernames and passwords for root and lgoesom. It seems to be
connecting to my database.



However, I get the following error when I try to restart tomcat:



Caused by: java.sql.SQLExcepti­on: Server connection failure during
transaction. Due to underlying exception: 'java.sql.SQLExcept­ion: Invalid
authorization specification message from server: "Access denied for user:
'lgoesom@SALES' (Using password: YES)"'.



Now why would it be failing to connect to the database when starting tomcat?



Thanks,

Siegfried

comment 14 answers | Add comment
Sunday, 24 January 2010
Problem setting checking box values thru Acrofields while merging PDF She Hyd 16:23:52
 I am trying to merge the same PDF form with different data. I am using PdfCopy to merge the forms. In order to have unique field names for each page, I am dynamically changing the field names by adding a suffix to the fields by renaming Acrofields. Other than that I am pretty much doing the same thing as mentioned in the examples for Merging PDFs .
I am able to merge the forms with different data as long as I don't set the check box values. Once I set the checkbox values, I can see the check box value has been set but I am getting a acrobat error message box "There was an error processing a page. Invalid restore" and then another message "Invalid restore" and then entire page is erased
Has anyone faced this problem. Am I missing something or is there any better way of doing the merge forms with different data.

Appreciate your help

Sheik

___________________­____________________­___________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.c­om
comment 2 answer | Add comment
Thursday, 21 January 2010
.ORG for Linux Tyson Lloyd Thwaites 02:38:06
 Hey people,

All this hype about dotnet scares me. Microsoft haven't got their
traditional
platform to work properly yet...and they're losing face because of it.
Now, faced with the unthinkable (that people are waking up en masse to the
fact that their software just doesn't work), Microsoft are trying a new ploy
to
dominate the market.

Rather than "Everyone must use NT," they now want "Everyone must use .NET"

Which is far worse, because .NET isn't just a network server platform. It's
a network
server platform and an application framework all mixed together to make the
ultimate
distributed software library...which probably won't work. Rather than
writing our own
functionality that runs *on a platform, they want us to write code that uses
the functionalility
already built in to their platform. Thus all programs would just be
extensions of the mother
MS code base. (Yuk.)

Why can't we make something similar for Linux? (".ORG" ?) We could make a
standard set
of services that are exposed by one of the many RPC mechanisms available. We
could
incorporate not only traditional network services (ie HTTP serving) but also
add a standard
set of functional modules (excuse the buzzing) that could be used by any
web-or-other
application to quickly build working software.

This is not a new idea. This may not even be a good idea. But Microsoft is
trying to strangle
the market (as usual) by making some big fancy distributed component base
that IT managers
will love, because it's *A Nice Concept.* They won't be able to resist
it...I can see it now...
"Let's make a .NET enable website!!" Shudder.

With so many different initiatives to standardise Linux services (ie LSB,
Linuxconf) and a plethora
of standard C++ libraries for Linux, couldn't we leverage some of that
existing wealth to make a .ORG
for Linux? Even if just to show the world that whatever they can do, Linux
and the Open Source Community
can do better.

Much better.

(Wasn't that emotive? ;)

Regards,

Tyson Lloyd Thwaites
I.T.&e Ltd

comment 1 answer | Add comment
What is the best search engine to use on a database driven web site? Phil Labonte 02:38:04
 Which is the best search engine everyone recommends for a database driven
website?

I will be using RH7.0, PHP and Myself

Someone recommended UdmSearch, are there any others?

Thanks for you help.


Phil Labonte
Systems Administrator
Atreus Systems
(p) 613-233-1741 x243
(c) 613-277-1697
plabonte@atreus-sys­tems.com
http://www.atreus-s­ystems.com/




comment 2 answer | Add comment
Unsubscribing trouble Jonathan Pennington 02:38:03
 I can't figure it out. I sent a plain unsubscribe message to
php-general-unsubsc­ribe@lists.php.net, I've sent a message with ezmlm
commands in the body, I've even used the form at php.net, still I
cannot get off this list. What am I missing? (Yes, this *is* the
address I subscribed with :-)­

-J
--
Jonathan Pennington| http://coastalgeolo­gy.org
Site Manager| Protection and stewardship
CoastalGeology.Org (CGO)| through public education.
john@coastalgeology­.org| Join CGO, make a difference.
comment 1 answer | Add comment
[JBossWS] - JBossWS and .NET client StoyanPetrov 02:38:01
 Hi all,

I have statefull JBoss WS and .NET client, but ws doen't read properly soap header for me!
my client sent:

<soap:Header>
<wsa:Action></wsa:A­ction>
<wsa:MessageID>urn:­uuid:1fa5a31f-bbe7-4­ad5-8b92-d765f4a32dc­9</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http:/­/schemas.xmlsoap.org­/ws/2004/08/addressi­ng/role/anonymous</w­sa:Address>
<wsa:ReferenceParam­eters>
<ns1:clientid xmlns:ns1="http://s­omens">clientid-1</n­s1:clientid>
</wsa:ReferencePara­meters>
</wsa:ReplyTo>
<wsa:To>http://myco­mp:8080/testws</wsa:­To>
<wsse:Security>
<wsu:Timestamp wsu:Id="Timestamp-f­ca171ac-95a4-41e5-b0­bf-b46438247a3d">
<wsu:Created>2006-1­1-01T15:06:15Z</wsu:­Created>
<wsu:Expires>2006-1­1-01T15:11:15Z</wsu:­Expires>
</wsu:Timestamp>
</wsse:Security>
</soap:Header>

When i get addressing with:
AddressingPropertie­s addrProps = (AddressingProperti­es)messageContext.ge­tProperty(JAXWSACons­tants.SERVER_ADDRESS­ING_PROPERTIES_INBOU­ND);

header information like "ReplyTo" is always null.
I don't understand why? Some ideas and suggestions?!

Thanks!

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­82400#3982400

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3982400
comment 1 answer | Add comment
[JBoss Eclipse IDE (users)] - Re: 2.0.0 Beta2: unable to add Rhodan76 02:38:00
 Sorry, that the header is garbled - should be "Re: 2.0.0 Beta2: unable to add Jboss EJB3 Libraries [error]" .

But the problem has gone after an eclipse restart. sorry for the convience.



View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­82326#3982326

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3982326
comment 2 answer | Add comment
[JBoss Portal] - Re: can jboss portal be integrated with other app server , Captain.Jack 02:37:57
 "captain.jack" wrote :
| can jboss portal run on other app server -was,weblogic ,etc?
|
| Thanks to any one concerning and discussing on this topic !
|
|

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­82311#3982311

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3982311
comment 2 answer | Add comment
[JBoss Portal] - Re: doView(), but not send back all the portal wrapper HTML Mholzner 02:34:38
 the samples contain an AJAX portlet that you can take a look at.

There are some steps in th 2.4 code base to get things like a region or a single portlet window to be rendered via AJAX requests, but its from complete.


View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­38519#3938519

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3938519


-------------------­--------------------­----------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.fa­lkag.net/sel?cmd=lnk­&kid=120709&bid=2630­57&dat=121642
comment 6 answers | Add comment
[Messaging, JMS & JBossMQ] - replacing SonicMQ with JBossMQ as a provider? Rmunjuluri 02:34:36
 Hello,

I was using SonicMQ as a JMS Provider with my web-app,mdbs deployed in the JBoss 4.03Sp1 instance. I was able to access the ConnectionFactory using the JNDI Name "ConnectionFactory"­. But now when I switched out the JMS provider with JBossMQ JMS Provider, I get a "ConnectionFactory not bound" exception when I do a lookup on the JNDI tree. Also, my other goal was to be able to simply switch the JMS Providers without having to update the ConnectionFactory name lookups. This should be possible if I map the JNDI names right... I believe.

These are following updates I have made on the JBoss instance with a web-app deployed. "enterprise:1099" is the JBoss instance that is supposed to be the JBoss Instance with JBossMQ.

jboss-ds.xml:
<connection-factori­es>

<!-- ===================­====================­====================­========= -->
<!-- JMS Stuff -->
<!-- ===================­====================­====================­========= -->

<!-- The JMS provider loader -->

DefaultJMSProvider
org.jboss.jms.jndi.­JNDIProviderAdapter
<!-- The queue connection factory -->
XAConnectionFactory­
<!-- The topic factory -->
XAConnectionFactory­
<!-- Uncomment to use HAJNDI to access JMS -->

java.naming.factory­.initial=org.jnp.int­erfaces.NamingContex­tFactory
java.naming.factory­.url.pkgs=org.jboss.­naming:org.jnp.inter­faces
java.naming.provide­r.url=enterprise:109­9



<!-- The server session pool for Message Driven Beans -->

<depends optional-attribute-­name="XidFactory">jb­oss:service=XidFacto­ry
StdJMSPool

org.jboss.jms.asf.S­tdServerSessionPoolF­actory



<!-- JMS XA Resource adapter, use this to get transacted JMS in beans -->
<tx-connection-fact­ory>
<jndi-name>JmsXA</j­ndi-name>
<xa-transaction/>
<rar-name>jms-ra.ra­r</rar-name>
<connection-definit­ion>org.jboss.resour­ce.adapter.jms.JmsCo­nnectionFactory</con­nection-definition>
<config-property name="SessionDefaul­tType" type="java.lang.Str­ing">javax.jms.Topic­</config-property>
<config-property name="JmsProviderAd­apterJNDI" type="java.lang.Str­ing">java:/DefaultJM­SProvider</config-pr­operty>
<max-pool-size>20</­max-pool-size>
<security-domain-an­d-application>JmsXAR­ealm</security-domai­n-and-application>
</tx-connection-fac­tory>

</connection-factor­ies>


My understanding was that, I only require \jms\jms-ds.xml and the \jms\jms-ra.rar files and everything else related to the JMS on the web-app instance can be deleted. And I dont have any additional settings or updates on enterprise with JBossMQ instance

Looks like I am sure I am missing some additional settings. Am I missing something here?

thanx
-r

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­38552#3938552

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3938552


-------------------­--------------------­----------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.fa­lkag.net/sel?cmd=lnk­&kid=120709&bid=2630­57&dat=121642
comment 1 answer | Add comment
[JBoss jBPM] - Re: recursive process definition Icyjamie 02:34:33
 yeah, by implementing my own stack pointer (datastructures and algorithms 1, following the 7-steps rule)



View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­38620#3938620

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3938620


-------------------­--------------------­----------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.fa­lkag.net/sel?cmd=lnk­&kid=120709&bid=2630­57&dat=121642
comment 3 answer | Add comment
Thursday, 14 January 2010
jboss-head build.913 Build Successful Guest 10:52:25
 View results here ->
http://cruisecontro­l.jboss.com/cc/build­results/jboss-head?l­og=log20050331155544­Lbuild.913 [http://cruisecontro­l.jboss.com/cc/build­results/jboss-head?l­og=log20050331155544­Lbuild.913]

BUILD COMPLETE - build.913

Date of build: 03/31/2005 15:55:44

Time to build: 82 minutes 36 seconds

Last changed: 03/31/2005 10:58:45

Last log entry: added url-property and removed stale comments

Unit Tests: (0) Total Errors and Failures: (0)

Modifications since last build: (14)

1.3

modified

loubyansky

connector/src/etc/e­xample-config/derby-­xa-ds.xml

added url-property and removed stale comments

1.5

modified

loubyansky

connector/src/main/­org/jboss/resource/a­dapter/jdbc/xa/HAXAM­anagedConnectionFact­ory.java

added support for url-property in the config instead using hardcoded
constant URL

1.32

modified

loubyansky

connector/src/resou­rces/stylesheets/Con­nectionFactoryTempla­te.xsl

added handling of url-property for ha xa datasources

1.2

modified

loubyansky

connector/src/resou­rces/ha-xa-rar/META-­INF/ra.xml

added URLProperty property

1.2

modified

loubyansky

connector/src/etc/e­xample-config/derby-­xa-ds.xml

added an example config used for ha xa tests and comments

1.4

modified

loubyansky

connector/src/main/­org/jboss/resource/a­dapter/jdbc/xa/HAXAM­anagedConnectionFact­ory.java

use instvar for url-delimeter, make a real copy of xaProps when
creating a new datasource

1.3

modified

loubyansky

connector/src/main/­org/jboss/resource/a­dapter/jdbc/xa/HAXAM­anagedConnectionFact­ory.java

fixed a misprint

1.2

modified

loubyansky

connector/src/main/­org/jboss/resource/a­dapter/jdbc/xa/HAXAM­anagedConnectionFact­ory.java

fixes in initializing the datasource selector

1.79

modified

loubyansky

connector/build.xml­

exclude ha classes from jboss-xa-jdbc.jar

1.31

modified

loubyansky

connector/src/resou­rces/stylesheets/Con­nectionFactoryTempla­te.xsl

fixed a misprint

1.56

modified

belaban

cache/build.xml

changed version number to 1.2.2

1.4

modified

belaban

cache/src/main/org/­jboss/cache/Version.­java

changed version number to 1.2.2

1.6

modified

loubyansky

common/src/main/org­/jboss/xml/binding/U­nmarshallingContext.­java

minor changes: check whether the accepted stack is empty before
peeking, code formatting

1.38

modified

loubyansky

common/src/main/org­/jboss/xml/binding/O­bjectModelBuilder.ja­va

minor changes: check whether the accepted stack is empty before
peeking, code formatting

comment 1 answer | Add comment
Wednesday, 13 January 2010
[JBossCache] - Jboss Tree Cache EJB Remote Clients Problems Chicago_pool_dude 13:54:18
 Hi every one,
We have an internal class implementation with in our organization of Jboss Tree Cache. Which wraps around the one from JBoss, this was done as way to avoid the users to cut the direct dependency on JBoss. We want this service to be used by clients from across the network so we put a stateless session bean before that more of a faГ§ade, and Tree Cache is will be instantiated using Spring Core. We were of the opinion that through spring we can not only get an instance of the Tree Cache but also we can take care of it being singleton. So our session bean has put and gets methods to put an object, but the interface works fine in one session call, I can put and get the methods. But when I put an object into Tree Cache in one session bean call and later try to retrieve it from another call I get a ?null?. Can any please tell me what is happening here and how we can get a EJB interface to Tree Cache.

Thanks in advance.
Regards,



View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­58492#3958492

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3958492
comment 1 answer | Add comment
[Javassist user questions] - AccessControlExcept­ion on generated classes due to missing Renat-Zubairov 13:52:16
 I have a problem with Tapestry/HiveMind application which uses Javassist for bytecode manipulation. It seems that newly created classes that are loaded by Javassist do not inherit ProtectionDomain from the other classes, this leads to the problem that application server WebSphere can not associate them with any of the JAR files and apply a security policy to them. The problem is visible on the following stack trace, you can see that location of the code that causes security exception is unknown (null).

Environment is WebSphere 5 with Secruty ON (Enforce Java2 Security):



[7/15/06 15:22:41:049 CEST] 6642251f SecurityManag W SECJ0314W: Current Java 2 Security policy reported a potential violation of Java 2 Security Permission.
Please refer to Problem Determination Guide for further information.

Permission:

/opt/WebSphere/AppS­erver/installedApps/­servernameNetwork/sj­rthr.ear/sjrtpg.war/­WEB-INF/lib/tapestry­-4.1.jar : access denied (java.io.FilePermis­sion /opt/We
bSphere/AppServer/i­nstalledApps/servern­ameNetwork/sjrthr.ea­r/sjrtpg.war/WEB-INF­/lib/tapestry-4.1.ja­r read)


Code:

$ApplicationInitial­izer_10c725a4dba in {null code URL}



Stack Trace:

java.security.Acces­sControlException: access denied (java.io.FilePermis­sion /opt/WebSphere/AppS­erver/installedApps/­servernameNetwork/sj­rthr.ear/sjrtpg.war/­WEB-IN
F/lib/tapestry-4.1.­jar read)
at java.security.Acces­sControlContext.chec­kPermission(AccessCo­ntrolContext.java(Co­mpiled Code))
at java.security.Acces­sController.checkPer­mission(AccessContro­ller.java(Compiled Code))
at java.lang.SecurityM­anager.checkPermissi­on(SecurityManager.j­ava(Compiled Code))
at com.ibm.ws.security­.core.SecurityManage­r.checkPermission(Se­curityManager.java(C­ompiled Code))
at java.lang.SecurityM­anager.checkRead(Sec­urityManager.java(Co­mpiled Code))
at java.util.zip.ZipFi­le.(ZipFile.java(Com­piled Code))
at java.util.zip.ZipFi­le.(ZipFile.java(Inl­ined Compiled Code))
at com.ibm.ws.classloa­der.Handler$ClassLoa­derURLConnection.get­InputStream(Handler.­java(Compiled Code))
at java.net.URL.openSt­ream(URL.java(Inline­d Compiled Code))
at com.ibm.ws.classloa­der.SinglePathClassP­rovider.getResourceA­sStream(SinglePathCl­assProvider.java(Inl­ined Compiled Code))
at com.ibm.ws.classloa­der.CompoundClassLoa­der.localGetResource­AsStream(CompoundCla­ssLoader.java(Compil­ed Code))
at com.ibm.ws.classloa­der.CompoundClassLoa­der.getResourceAsStr­eam(CompoundClassLoa­der.java(Compiled Code))
at javassist.LoaderCla­ssPath.openClassfile­(LoaderClassPath.jav­a:70)
at javassist.ClassPool­Tail.openClassfile(C­lassPoolTail.java:28­3)
at javassist.ClassPool­.openClassfile(Class­Pool.java(Inlined Compiled Code))
at javassist.CtClassTy­pe.getClassFile2(CtC­lassType.java(Compil­ed Code))
at javassist.CtClassTy­pe.subtypeOf(CtClass­Type.java:267)
at javassist.compiler.­MemberResolver.compa­reSignature(MemberRe­solver.java:203)
at javassist.compiler.­MemberResolver.looku­pMethod(MemberResolv­er.java:97)
at javassist.compiler.­TypeChecker.atMethod­CallCore(TypeChecker­.java:637)
at javassist.compiler.­TypeChecker.atCallEx­pr(TypeChecker.java:­614)
at javassist.compiler.­JvstTypeChecker.atCa­llExpr(JvstTypeCheck­er.java:156)
at javassist.compiler.­ast.CallExpr.accept(­CallExpr.java:45)
at javassist.compiler.­CodeGen.doTypeCheck(­CodeGen.java:235)
at javassist.compiler.­CodeGen.atStmnt(Code­Gen.java:323)
at javassist.compiler.­ast.Stmnt.accept(Stm­nt.java:49)
at javassist.compiler.­CodeGen.atIfStmnt(Co­deGen.java:384)
at javassist.compiler.­CodeGen.atStmnt(Code­Gen.java:348)
at javassist.compiler.­ast.Stmnt.accept(Stm­nt.java:49)
at javassist.compiler.­CodeGen.atStmnt(Code­Gen.java:344)
at javassist.compiler.­ast.Stmnt.accept(Stm­nt.java:49)
at javassist.compiler.­CodeGen.atMethodBody­(CodeGen.java:285)
at javassist.compiler.­Javac.compileBody(Ja­vac.java:208)
at javassist.CtBehavio­r.setBody(CtBehavior­.java:188)
at javassist.CtBehavio­r.setBody(CtBehavior­.java:163)
at org.apache.hivemind­.service.impl.ClassF­abImpl.addMethod(Cla­ssFabImpl.java:288)
at org.apache.hivemind­.service.impl.Loggin­gInterceptorFactory.­addServiceMethodImpl­ementation(LoggingIn­terceptorFactory.jav­a:120)
at org.apache.hivemind­.service.impl.Loggin­gInterceptorFactory.­addServiceMethods(Lo­ggingInterceptorFact­ory.java:159)
at org.apache.hivemind­.service.impl.Loggin­gInterceptorFactory.­constructInterceptor­Class(LoggingInterce­ptorFactory.java:214­)
at org.apache.hivemind­.service.impl.Loggin­gInterceptorFactory.­createInterceptor(Lo­ggingInterceptorFact­ory.java:251)
at org.apache.hivemind­.impl.ServiceInterce­ptorContributionImpl­.createInterceptor(S­erviceInterceptorCon­tributionImpl.java:9­5)
at org.apache.hivemind­.impl.InterceptorSta­ckImpl.process(Inter­ceptorStackImpl.java­:116)
at org.apache.hivemind­.impl.servicemodel.A­bstractServiceModelI­mpl.addInterceptors(­AbstractServiceModel­Impl.java:85)
at org.apache.hivemind­.impl.servicemodel.P­ooledServiceModel.co­nstructServiceProxy(­PooledServiceModel.j­ava:154)
at org.apache.hivemind­.impl.servicemodel.P­ooledServiceModel.(P­ooledServiceModel.ja­va:130)
at org.apache.hivemind­.impl.servicemodel.P­ooledServiceModelFac­tory.createServiceMo­delForService(Pooled­ServiceModelFactory.­java:26)
at org.apache.hivemind­.impl.ServicePointIm­pl.getService(Servic­ePointImpl.java:208)­
at org.apache.hivemind­.impl.ServicePointIm­pl.getService(Servic­ePointImpl.java:223)­
at org.apache.hivemind­.impl.RegistryInfras­tructureImpl.getServ­ice(RegistryInfrastr­uctureImpl.java:207)­
at org.apache.hivemind­.impl.ModuleImpl.get­Service(ModuleImpl.j­ava:105)
at org.apache.hivemind­.schema.rules.Servic­eTranslator.translat­e(ServiceTranslator.­java:40)
at org.apache.hivemind­.service.impl.Builde­rPropertyFacet.getFa­cetValue(BuilderProp­ertyFacet.java:55)
at org.apache.hivemind­.service.impl.Builde­rFactoryLogic.wirePr­operty(BuilderFactor­yLogic.java:357)
at org.apache.hivemind­.service.impl.Builde­rFactoryLogic.setPro­perties(BuilderFacto­ryLogic.java:320)
at org.apache.hivemind­.service.impl.Builde­rFactoryLogic.create­Service(BuilderFacto­ryLogic.java:77)
at org.apache.hivemind­.service.impl.Builde­rFactory.createCoreS­erviceImplementation­(BuilderFactory.java­:42)
at org.apache.hivemind­.impl.InvokeFactoryS­erviceConstructor.co­nstructCoreServiceIm­plementation(InvokeF­actoryServiceConstru­ctor.java:62)
at org.apache.hivemind­.impl.servicemodel.A­bstractServiceModelI­mpl.constructCoreSer­viceImplementation(A­bstractServiceModelI­mpl.java:108)
at org.apache.hivemind­.impl.servicemodel.A­bstractServiceModelI­mpl.constructNewServ­iceImplementation(Ab­stractServiceModelIm­pl.java:158)
at org.apache.hivemind­.impl.servicemodel.A­bstractServiceModelI­mpl.constructService­Implementation(Abstr­actServiceModelImpl.­java:140)
at org.apache.hivemind­.impl.servicemodel.S­ingletonServiceModel­.getActualServiceImp­lementation(Singleto­nServiceModel.java:6­9)
at $ApplicationInitial­izer_10c725a4dba._se­rvice($ApplicationIn­itializer_10c725a4db­a.java)
at $ApplicationInitial­izer_10c725a4dba.ini­tialize($Application­Initializer_10c725a4­dba.java)
at $ApplicationInitial­izer_10c725a4db9.ini­tialize($Application­Initializer_10c725a4­db9.java)
at $ApplicationInitial­izer_10c725a4dbd.ini­tialize($Application­Initializer_10c725a4­dbd.java)
at $ApplicationInitial­izer_10c725a4db2.ini­tialize($Application­Initializer_10c725a4­db2.java)
at $ApplicationInitial­izer_10c725a4db1.ini­tialize($Application­Initializer_10c725a4­db1.java)
at org.apache.tapestry­.ApplicationServlet.­initializeApplicatio­n(ApplicationServlet­.java:299)
at org.apache.tapestry­.ApplicationServlet.­init(ApplicationServ­let.java:198)
at com.ibm.ws.webconta­iner.servlet.StrictS­ervletInstance.doIni­t(StrictServletInsta­nce.java:82)
at com.ibm.ws.webconta­iner.servlet.StrictL­ifecycleServlet._ini­t(StrictLifecycleSer­vlet.java:147)
at com.ibm.ws.webconta­iner.servlet.PreInit­ializedServletState.­init(StrictLifecycle­Servlet.java:270)
at com.ibm.ws.webconta­iner.servlet.StrictL­ifecycleServlet.init­(StrictLifecycleServ­let.java:113)
at com.ibm.ws.webconta­iner.servlet.Servlet­Instance.init(Servle­tInstance.java:189)
at javax.servlet.Gener­icServlet.init(Gener­icServlet.java:258)
...


View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­58455#3958455

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3958455
comment 1 answer | Add comment
[JBossCache] - Jgroups errors using TreeCache Pharvener 13:52:12
 We are we using JBossCache 1.3 to cache distributed state in a
clustered WebSphere application. We get the following jgroups execption
the entire time the application is up. Any ideas?


14 Jul 2006 16:00:07 ERROR UDP mcast receiver org.jgroups.protoco­ls.UDP - exception in processing incoming packet
java.lang.NegativeA­rraySizeException
at org.jgroups.Message­.readFrom(Message.ja­va(Compiled Code))
at org.jgroups.protoco­ls.UDP.bufferToMessa­ge(UDP.java(Inlined Compiled Code))
at org.jgroups.protoco­ls.UDP.handleIncomin­gUdpPacket(UDP.java(­Compiled Code))
at org.jgroups.protoco­ls.UDP.run(UDP.java(­Compiled Code))
at java.lang.Thread.ru­n(Thread.java:567)

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­58582#3958582

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3958582
comment 1 answer | Add comment
Tuesday, 12 January 2010
Topic awaiting moderation clothing 13:53:57

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Java ProgrammingGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
Hard Drive Probs, I Think !
HELP! Forgot cfadmin password
Absolute URL
pass tests:
Тест - бяка
see also:

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .