Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
(1159) |
Apr
(2137) |
May
(2414) |
Jun
(3068) |
Jul
(2160) |
Aug
(1232) |
Sep
(881) |
Oct
(682) |
Nov
(577) |
Dec
(311) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(619) |
Feb
(563) |
Mar
(594) |
Apr
(694) |
May
(1004) |
Jun
(2251) |
Jul
(1258) |
Aug
(1309) |
Sep
(1246) |
Oct
(1084) |
Nov
(934) |
Dec
(823) |
2003 |
Jan
(1102) |
Feb
(1115) |
Mar
(1138) |
Apr
(1369) |
May
(1356) |
Jun
(1119) |
Jul
(1074) |
Aug
(1062) |
Sep
(918) |
Oct
(834) |
Nov
(707) |
Dec
(716) |
2004 |
Jan
(571) |
Feb
(2397) |
Mar
(3637) |
Apr
(3718) |
May
(3095) |
Jun
(3054) |
Jul
(2532) |
Aug
(2092) |
Sep
(2217) |
Oct
(2336) |
Nov
(2406) |
Dec
(2315) |
2005 |
Jan
(2624) |
Feb
(2540) |
Mar
(2489) |
Apr
(2549) |
May
(2468) |
Jun
(2531) |
Jul
(2500) |
Aug
(2422) |
Sep
(2124) |
Oct
(2692) |
Nov
(2487) |
Dec
(4165) |
2006 |
Jan
(4721) |
Feb
(5016) |
Mar
(5630) |
Apr
(4747) |
May
(6193) |
Jun
(5074) |
Jul
(1734) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
(105) |
2
(94) |
3
(122) |
4
(115) |
5
(59) |
6
(20) |
7
(23) |
8
(67) |
9
(47) |
10
(138) |
11
(131) |
12
(83) |
13
(31) |
14
(22) |
15
(54) |
16
(92) |
17
(73) |
18
(127) |
19
(114) |
20
(13) |
21
(20) |
22
(133) |
23
(97) |
24
(112) |
25
(116) |
26
(93) |
27
(22) |
28
(39) |
29
(83) |
30
(76) |
31
(101) |
|
|
|
From: amvzw <nukes@jb...> - 2005-08-05 22:56:12
|
try { JAXBContext jc = JAXBContext.newInstance("com.vzw.xmlmapping"); Unmarshaller unmarshaller = jc.createUnmarshaller(); HostInformation collection= (HostInformation)unmarshaller.unmarshal(new File("c:/sample.xml")); System.out.println("Testing"); } catch (Exception ex) { System.out.println(" Testing" + ex.toString()); } Steps Followed : Tools used( (JAXB,Jboss4.0.1sp1,JWSDp1.6,java "1.5.0_02") 1) I generated all the java bindings using JAXB compiler in jwsdp1.6 package 2) copied them over to eclipse project ,packaged the web service in a jar and deployed it to jboss 3) in one of the server side classes i have the code pasted above to unmarshal the xml file 4) I copied all the JAXB 'jars' from jwsdp1.6 to jboss/server/default/lib and also the xsdlib.jar 5)Whenever the execution or debugger steps over this particular line HostInformation collection= (HostInformation)unmarshaller.unmarshal(new File("c:/sample.xml")); I get the following error java.lang.NoClassDefFoundError: com/sun/msv/datatype/xsd/DateType I tried to include all the jars mentioned above inside the edorsed folder of jboss/lib but did not help. Thank's a head . View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888713#3888713 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888713 |
From: <adrian@jb...> - 2005-08-05 22:50:42
|
"jmihalich" wrote : | 2005-08-05 14:48:56,655 [hread] INFO org.jboss.ejb.plugins.jms.JMSContainerInvoker : Reconnected to JMS provider | JBAS-1489 is completely unrelated to MDBs. It is for user created MessageListeners. Useful links: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp and READ THIS FIRST | 2005-08-05 15:01:30,559 [hread] WARN org.jboss.mq.Connection : Connection failure, use javax.jms.Connection.setExceptionListener() to handle this error and reconnect | It is almost worth adding a Stacktrace of where the connection was allocated to this error message, then I wouldn't have to ask for the TRACE logging all the time (not that I do anymore, I just ignore people that cannot READ THIS FIRST). P.S. I'm only interested in this problem if you can show the connection that is still trying to ping is from the MDB or java:/JmsXA AND it is still a problem in the latest release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888712#3888712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888712 |
From: miani <nukes@jb...> - 2005-08-05 22:32:45
|
Benoit, I've been fighting the same issue. Encrypting the EJB calls with SSL is nice but what's the point if you can't go over https? Customers aren't going to open a bunch of ports on their firewall for us. Anyway, I couldn't have typed up your post better myself. Anyone out there have an example for us? Or can someone even tell us if it is possible to do this? If I come up with a solution I will be sure to post it. Hopefully the weekend will bring some enlightenment. Jim[/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888711#3888711 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888711 |
From: genman <nukes@jb...> - 2005-08-05 22:20:04
|
I was working on solving that little deadlock issue about a year, since I've run into it before. It looks like 1.3 will be deadlock prone as well because of how they do their lock ordering, but at least it should be more safe. Assuming you don't add the JMS appender to the org.jboss category you ought to be mostly safe. The appenders (in 1.2 and 1.3) themselves have loop guards to prevent them from being called recursively, so I don't know if Adrian's fear is justified. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888710#3888710 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888710 |
From: jmihalich <nukes@jb...> - 2005-08-05 22:16:46
|
Hi, We were experiencing the issue described in bug 1489. We successfully patched our system with the files that were fixed for this bug, patching just jbossmq.jar. In our case, the thing that caused the JMS server's socket to die was someone pulling the network cable from the network card on our box. Now, when the cable gets plugged back in, everything reconnects as designed with the fix. Howevere, there remains one issue. Even though the connections are re-established, we still get this exception repeatitively: 2005-08-05 15:01:30,559 [hread] WARN org.jboss.mq.Connection : Connection failure, use javax.jms.Connection.setExceptionListener() to handle this error and reconnect org.jboss.mq.SpyJMSException: No pong received; - nested throwable: (java.io.IOException: ping timeout.) at org.jboss.mq.Connection$PingTask.run(Connection.java:1307) at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364) at java.lang.Thread.run(Thread.java:534) Caused by: java.io.IOException: ping timeout. ... 3 more 2005-08-05 15:01:30,700 [hread] WARN org.jboss.mq.Connection : Connection failure, use javax.jms.Connection.setExceptionListener() to handle this error and reconnect org.jboss.mq.SpyJMSException: No pong received; - nested throwable: (java.io.IOException: ping timeout.) at org.jboss.mq.Connection$PingTask.run(Connection.java:1307) at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364) at java.lang.Thread.run(Thread.java:534) Caused by: java.io.IOException: ping timeout. ... 3 more Prior to those messages continuing, I see this message for all topics that are running on our server: 2005-08-05 14:48:56,655 [hread] INFO org.jboss.ejb.plugins.jms.JMSContainerInvoker : Reconnected to JMS provider Is this a bug that is still lingering? It's not harming anything that I can notice, but this should go away once all connections are re-established right? Thanks, Joe View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888709#3888709 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888709 |
From: genman <nukes@jb...> - 2005-08-05 22:00:29
|
Are you using the same DB connection pool for something else in your application? If so, use a separate pool. There's no good reason to be running out of connections for the JMS PM. Configure your pool with debugging on. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888708#3888708 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888708 |
From: <adrian@jb...> - 2005-08-05 21:59:20
|
Well I changed the error message in 4.0.2 to try to avoid this FAQ. Guess it didn't work... "This method is not applicable inside the application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888707#3888707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888707 |
From: genman <nukes@jb...> - 2005-08-05 21:54:48
|
A single node "holds" the messages and the other nodes consume them. If a single consumer is sufficiently fast, then the other nodes end up idle. You may want a more round-robin configuration for your queue: | <mbean code='org.jboss.mq.server.jmx.Queue' name='jboss.mq.destination:service=Queue,name=SMX'> | <attribute name="ReceiversImpl">org.jboss.mq.server.ReceiversImplLinkedList</attribute> | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888706#3888706 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888706 |
From: javajedi <nukes@jb...> - 2005-08-05 21:33:57
|
Hmm...I just ran into the same problem. Anyone who actually has a clue what the "strict" property is for care to comment on this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888694#3888694 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888694 |
From: <julien@jb...> - 2005-08-05 20:53:46
|
Hey Damon, the theme module does not belong to the 2.0, I think you used cvs head and not branch 2.0, you should do : cvs co -r JBoss_Portal_Branch_2_0 jboss-portal-2.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888691#3888691 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888691 |
From: <julien@jb...> - 2005-08-05 20:46:21
|
you can do either sar or ear, both can deploy services (the har file is a service). if you use a sar file, just put the all the files at the root of the sar they will be deployed. if you use an ear file, you need to declare : war in META-INF/application.xml jar referenced by other files through META-INF/MANIFEST.MF using the classpath manifest entry har in META-INF/jboss-app.xml a link http://wiki.jboss.org/wiki/Wiki.jsp?page=EARSAR explaining jboss-app.xml for the war and the jar it is pretty much standard, anyway all of this can be found in the online documentation. you can take the forums as an example too View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888690#3888690 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888690 |
From: colr__ <nukes@jb...> - 2005-08-05 20:40:36
|
Hi, We have just purchased a dedicated server (Windows 2003 Web Edition) to replace our shared virtual host. I have IIS server and JBoss server both installed on this new machine. The dedicated server provider has given us an additional 1 IP address, so that this can be used for the JBoss server (their package as standard includes IIS server/mail server all setup and running). They do not however, explain how to assign this IP to the JBoss server. My host tells me it is a setting in JBoss somewhere, and to set it to listen on that particular IP address - is this correct? If so, can you point me to some reference material on setting this up? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888689#3888689 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888689 |
From: dhartford <nukes@jb...> - 2005-08-05 20:37:19
|
I'm not liking this so far...I can read and write to a property file - if I do it programatilly in the MBean code but not via any other means. I'm also concerned about how configurations are handled in Jboss - mail-service.xml is a managed resource, but so is hsql-ds.xml -- so why are they so different file-wise and mbean-wise? If you had to change the server location of either the mail service or the database service, should it be so different? -D View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888688#3888688 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888688 |
From: <damon.sicore@jb...> - 2005-08-05 20:01:37
|
Someone forget to add 'themes' dir to the repo? | ============================================================== | == | == Executing 'most' in module 'theme'... | == | == | | BUILD FAILED | file:/Volumes/JBoss/jboss-portal-2.0/build/../tools/etc/buildfragments/targets.ent:732: Basedir /Volumes/JBoss/jboss-portal-2.0/theme does not exist | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888686#3888686 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888686 |
From: patrickdalla <nukes@jb...> - 2005-08-05 19:59:07
|
Hi, I'm developing a portlet that will contain Model Classes, Hibernate Mappings and the Portlet classes. I would like to deploy the portlet as SAR or EAR which includes the jar files, har files and war files. Is it possible? How do I configure this? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888685#3888685 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888685 |
From: dkamdar <nukes@jb...> - 2005-08-05 19:47:01
|
Problem: When the user does not close the browser and re-logins into the web applications sometimes on JBoss will login the user as the previous user. Configuration: We are using Jboss 4.0.2, we have 2 nodes in the cluster, we are using a custom logon module (we think the problem is before this because our logon module is not being called when the incorrect user is logged in). We are using basic auth, however we are using a security device in front of our web application that performs single sign-on. So the user is not actually present with the basic auth login box, they login to the security device and it single signs-on to web application running on Jboss. Scenario: The user logins to the security device and goes to our menu system, when the user clicks a link, it launches an application running on Jboss. The first time everything is fine. Now the user logs out of the security device. Goes back to the logon page without closing the browser. Logins with another user, goes to the menu page, clicks on the web application running on Jboss and sometimes it will login as the pervious user. What we have learned from some testing and debugging: First we decided to check the authorization header parameter against the request.getRemoteUser and request.getUserPrinciple. They don't match, that authorization header parameter is always right, it has the information for the new user that logged in. So we don't think the problem is with our security device, because it is sending down the correct information to Jboss in the header. We also put breakpoints all over the Jboss framework trying to figure out where things were going wrong. Here is what we deduced, when it works correctly it runs through the login framework, and when it doesn't it jumps right into the web application. We are using Struts so it jumps right into our Action class. Here is a list of locations where we put break points, we were trying to figure out where the decision is being made to skip the login framework, we were unable to: JBossSecurityMgrRealm [line: 209] - authenticate(String, String) | JaasSecurityManager [line: 468] - defaultLogin(Principal, Object) | JaasSecurityManager [line: 591] - getCacheInfo(Principal, boolean) | JaccAuthorizationRealm [line: 139] - checkSecurityAssociation(Permission, Principal) | LoginInitialContextFactory [line: 45] - getInitialContext(Hashtable) | ProxyLoginModule [line: 80] - login() | SystemAuthenticator [line: 77] - startService() | UsernamePasswordLoginModule [line: 77] - initialize(Subject, CallbackHandler, Map, Map) | UsernamePasswordLoginModule [line: 139] - login() So if anybody has any suggestions on why this might be happening or where to look to try to figure out why this is happening that would be greatly appreciated. thanks, dipen View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888683#3888683 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888683 |
From: malmit <nukes@jb...> - 2005-08-05 19:35:24
|
Is it correct to say that a JMS Queue residing in a cluster only exists on a single node in the cluster and fails over to another node upon failure? If this is the case, how does loadbalancing work if only one node handles all JMS Messages? The reason why I'm asking is because I've created a program which makes a JMX connection to all nodes in the proxy to get stats on the number of messages sent to it and only one of the nodes returns any results. When looking at the JMX console only that one server has the queue in the tree. Is this how JBoss JMS Clustering really supposed to work? I've read the JBoss documentation and Wiki but didn't seem to find it in the docs. If I missed it could someone please point it out to me. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888681#3888681 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888681 |
From: aparaapara <nukes@jb...> - 2005-08-05 19:07:02
|
Have you found a solution to your problem. I am having the same issue and notice that all Deadlock messages posted here go unanswered. Thanks. -AP_ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888677#3888677 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888677 |
From: nwc <nukes@jb...> - 2005-08-05 18:33:18
|
We have had a recurring problem over the past few months where every once in a while (1-5 times a month), our production app server (running JBoss) will become extremely slow, with vmstat reporting several hundred thousand context switches per second and maxed out cpus (dual processor machine) split about 25/75 between user/system processes. When it first starts happening, JBoss still seems to respond to most requests (albeit very slowly), but others just timeout, and eventually it reaches a point where nearly all requests timeout. At that point, it is impossible to do much more than to log in to the server and kill -9 the jboss process, and even that takes about 5 minutes to accomplish. As soon as the jboss process is killed, the entire system goes back to normal, and we can restart jboss and live happily again until it happens again after about a week of uptime. Here is what things look like right before restarting jboss: procs memory swap io system cpu r b swpd free buff cache si so bi bo in cs us sy id wa 12 0 100952 16412 282520 1244400 0 0 0 0 106 306339 17 83 0 0 13 0 100952 16408 282520 1244400 0 0 0 24 117 297674 23 77 0 0 15 0 100952 16408 282520 1244400 0 0 0 0 108 336135 17 83 0 0 16 0 100952 16408 282520 1244400 0 0 0 0 108 159630 20 80 0 0 15 0 100952 16408 282520 1244400 0 0 0 0 116 176452 24 76 0 0 14 0 100952 16408 282520 1244400 0 0 0 0 116 99453 27 73 0 0 15 0 100952 16416 282520 1244400 0 0 0 24 117 96588 27 73 0 0 And here is what it looks like right after killing jboss: 1 0 91632 1409604 282520 1244436 0 0 0 0 171 130 0 0 100 0 1 0 91632 1409604 282520 1244436 0 0 0 176 178 68 0 1 99 1 1 0 91632 1409604 282520 1244436 0 0 0 0 125 38 0 0 100 0 And here is what it looks like right when jboss has started back up again: 5 0 91632 1139332 286124 1321444 0 0 0 0 329 636 76 2 22 0 7 0 91632 1133860 286124 1321448 0 0 0 0 447 839 98 1 1 0 4 0 91632 1133520 286124 1321468 0 0 0 0 1284 2436 96 3 1 0 3 0 91632 1131932 286124 1321468 0 0 0 292 2388 4477 86 4 10 0 6 0 91632 1131932 286160 1321468 0 0 20 0 814 1428 94 1 4 1 2 0 91632 1121720 286160 1321468 0 0 0 0 272 504 97 1 2 0 We are running JBoss 4.0.2, but this was happening on 3.2.3 also (we upgraded hoping this would go away, and it hasn't). The OS is "Red Hat Enterprise Linux ES release 3 (Taroon Update 5)", and the JVM is build 1.4.2_08-b03. One possibility that I have been suspicious of is our use of temporary files that are marked "deleteOnExit". We use them a lot, and store them all in one directory. As time goes on, their number only increases. The last time this happened, there were about 64,000 temporary files in the directory. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888668#3888668 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888668 |
From: jactor <nukes@jb...> - 2005-08-05 18:31:21
|
Anyone with an Idea? Maybe just a link to examples or simular? I have gone through the EjbTrial.ear file, but I cannot see what I am doing wich is wrong... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888666#3888666 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888666 |
From: aparaapara <nukes@jb...> - 2005-08-05 18:00:31
|
I am running jboss 3.2.7 on Linux. I have examined my application and marked all read-only method with a tag (= in jboss.xml): <method-attributes> =20 <method-name>get*</method-name> <read-only>true</read-only> =20 </method-attributes> I also added similar tags for is* and any other read-only operations. I ha= ve added these to the Remote Session and Local Entity objects. But I am still getting ApplicationDeadlockException during what should be r= ead-only operations. To avoid multiple SELECT statements from the database= , I am using standard Requires or Supports TX attributes as far as standard= J2EE is concerned. =20 Can someone help me understand or tell me how to trace this issue? What el= se should I check? =20 Here is the exception which I get: 06:36:50,406 ERROR [LogInterceptor] TransactionRolledbackLocalException in = method: public abstract boolean com.myprofiles.model.profile.ProfileEntity.= isPrivateProfile(), causedBy: org.jboss.util.deadlock.ApplicationDeadlockException: Application deadlock = detected, resource=3Dorg.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock@...= 5a5b, bean=3DProfile, id=3Dcom.standardset.ejb.common.base.EntityKey@...= f id: 65581, refs=3D4, tx=3DTransactionImpl:XidImpl [FormatId=3D257, Global= Id=3Dcp//14782, BranchQual=3D], synched=3DThread[http-0.0.0.0-8080-Processo= r49,5,jboss], timeout=3D5000, queue=3D[TXLOCK waitingTx=3DTransactionImpl:X= idImpl [FormatId=3D257, GlobalId=3Dcp//14786, BranchQual=3D] id=3D0 thread= =3DThread[http-0.0.0.0-8080-Processor39,5,jboss] queued=3Dtrue, TXLOCK wait= ingTx=3DTransactionImpl:XidImpl [FormatId=3D257, GlobalId=3Dcp//14784, Bran= chQual=3D] id=3D0 thread=3DThread[http-0.0.0.0-8080-Processor2,5,jboss] que= ued=3Dtrue], holder=3DTransactionImpl:XidImpl [FormatId=3D257, GlobalId=3Dc= p//14788, BranchQual=3D], waitingResource=3Dorg.jboss.ejb.plugins.lock.Queu= edPessimisticEJBLock@..., bean=3DPictureValue, id=3Dcom.standardset.ejb= .common.base.EntityKey@... id: 65671, refs=3D2, tx=3DTransactionImpl:Xi= dImpl [FormatId=3D257, GlobalId=3Dcp//14773, BranchQual=3D], synched=3Dnull= , timeout=3D5000, queue=3D[TXLOCK waitingTx=3DTransactionImpl:XidImpl [Form= atId=3D257, GlobalId=3Dcp//14782, BranchQual=3D] id=3D0 thread=3DThread[htt= p-0.0.0.0-8080-Processor37,5,jboss] queued=3Dtrue], waitingResourceHolder= =3DTransactionImpl:XidImpl [FormatId=3D257, GlobalId=3Dcp//14773, BranchQua= l=3D] =09at org.jboss.util.deadlock.DeadlockDetector.deadlockDetection(DeadlockDe= tector.java:48) =09at org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.waitForTx(QueuedP= essimisticEJBLock.java:301) =09at org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.doSchedule(Queued= PessimisticEJBLock.java:236) =09at org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.schedule(QueuedPe= ssimisticEJBLock.java:183) =09at org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockIntercep= tor.java:85) =09at org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreation= Interceptor.java:54) =09at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte= rceptor.java:84) =09at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep= torCMT.java:343) =09at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1= 50) =09at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.= java:111) =09at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192) =09at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto= ryFinderInterceptor.java:122) =09at org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:484= ) =09at org.jboss.ejb.Container.invoke(Container.java:709) =09at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalPro= xyFactory.java:419) =09at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:44) =09at $Proxy171.isPrivateProfile(Unknown Source) =09at com.myprofiles.model.security.SecuritySessionBean.assertMemberCanSeeC= omponent(SecuritySessionBean.java:272) =09at sun.reflect.GeneratedMethodAccessor116.invoke(Unknown Source) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at java.lang.reflect.Method.invoke(Method.java:324) =09at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(S= tatelessSessionContainer.java:683) =09at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invo= ke(CachedConnectionInterceptor.java:186) =09at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(Stat= elessSessionInstanceInterceptor.java:72) =09at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte= rceptor.java:84) =09at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep= torCMT.java:343) =09at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1= 50) =09at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.= java:111) =09at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192) =09at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto= ryFinderInterceptor.java:122) =09at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessi= onContainer.java:331) =09at org.jboss.ejb.Container.invoke(Container.java:709) =09at org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalPro= xyFactory.java:419) =09at org.jboss.ejb.plugins.local.StatelessSessionProxy.invoke(StatelessSes= sionProxy.java:83) =09at $Proxy211.assertMemberCanSeeComponent(Unknown Source) =09at com.myprofiles.service.component.MemberComponentServiceBean.getPictur= eComponentData(MemberComponentServiceBean.java:624) =09at sun.reflect.GeneratedMethodAccessor115.invoke(Unknown Source) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at java.lang.reflect.Method.invoke(Method.java:324) =09at org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(S= tatelessSessionContainer.java:683) =09at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invo= ke(CachedConnectionInterceptor.java:186) =09at org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(Stat= elessSessionInstanceInterceptor.java:72) =09at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte= rceptor.java:84) =09at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep= torCMT.java:317) =09at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:1= 50) =09at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.= java:111) =09at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192) =09at org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFacto= ryFinderInterceptor.java:122) =09at org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessi= onContainer.java:331) =09at org.jboss.ejb.Container.invoke(Container.java:709) =09at sun.reflect.GeneratedMethodAccessor84.invoke(Unknown Source) =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces= sorImpl.java:25) =09at java.lang.reflect.Method.invoke(Method.java:324) =09at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.= java:60) =09at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62) =09at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54) =09at org.jboss.mx.server.Invocation.invoke(Invocation.java:82) =09at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.= java:198) =09at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473) =09at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:97) =09at org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerIntercepto= r.java:115) =09at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav= a:101) =09at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.= java:46) =09at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:5= 5) =09at org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessi= onInterceptor.java:100) =09at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:86) =09at $Proxy218.getPictureComponentData(Unknown Source) =09at com.myprofiles.client.web.picture.PictureAction.execute(PictureAction= .java:75) =09at org.apache.struts.action.RequestProcessor.processActionPerform(Reques= tProcessor.java:484) =09at org.apache.struts.action.RequestProcessor.process(RequestProcessor.ja= va:274) =09at org.apache.struts.action.ActionServlet.process(ActionServlet.java:148= 2) =09at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507) =09at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) =09at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) =09at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl= icationFilterChain.java:252) =09at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF= ilterChain.java:173) =09at com.standardset.web.filter.JBossTomCatPrincipalFilter.doFilter(JBossT= omCatPrincipalFilter.java:114) =09at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl= icationFilterChain.java:202) =09at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF= ilterChain.java:173) =09at com.standardset.web.filter.UserLoginTriggerFilter.doFilter(UserLoginT= riggerFilter.java:134) =09at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl= icationFilterChain.java:202) =09at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF= ilterChain.java:173) =09at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi= lter.java:75) =09at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl= icationFilterChain.java:202) =09at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF= ilterChain.java:173) =09at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV= alve.java:214) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:104) =09at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav= a:520) =09at org.apache.catalina.core.StandardContextValve.invokeInternal(Standard= ContextValve.java:198) =09at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV= alve.java:152) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:104) =09at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrinc= ipalValve.java:66) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:102) =09at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit= yAssociationValve.java:162) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:102) =09at org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authentica= torBase.java:462) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:102) =09at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav= a:520) =09at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j= ava:137) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:104) =09at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j= ava:118) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:102) =09at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:= 535) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:102) =09at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav= a:520) =09at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal= ve.java:109) =09at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValv= eContext.java:104) =09at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.jav= a:520) =09at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:929) =09at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:16= 0) =09at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java= :799) =09at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce= ssConnection(Http11Protocol.java:705) =09at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java= :577) =09at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP= ool.java:684) =09at java.lang.Thread.run(Thread.java:534) View the original post : http://www.jboss.org/index.html?module=3Dbb&op=3Dv= iewtopic&p=3D3888662#3888662 Reply to the post : http://www.jboss.org/index.html?module=3Dbb&op=3Dpostin= g&mode=3Dreply&p=3D3888662 |
From: alanchan <nukes@jb...> - 2005-08-05 17:51:57
|
Anybody got a sample Hello World webservice Eclipse project like to share with newbie? I am new to Jboss and trying to do my first webservice. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888660#3888660 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888660 |
From: jraponte77 <nukes@jb...> - 2005-08-05 17:12:14
|
Hi, I have the following error, when executing a findAll in a ejb CMP: the problem begin when I put the PK whit two fields (compose PK), if the PK only has one all is ok org.jboss.tm.JBossTransactionRolledbackException: Load failed; CausedByException is: ORA-04031: unable to allocate 232 bytes of shared memory ("shared pool","SELECT COD_MUNICIPIO, COD_RH...","sql area","logdef : apaclg") ; CausedByException is: Load failed; CausedByException is: ORA-04031: unable to allocate 232 bytes of shared memory ("shared pool","SELECT COD_MUNICIPIO, COD_RH...","sql area","logdef : apaclg") ; nested exception is: javax.ejb.EJBException: Load failed; CausedByException is: ORA-04031: unable to allocate 232 bytes of shared memory ("shared pool","SELECT COD_MUNICIPIO, COD_RH...","sql area","logdef : apaclg") ; - nested throwable: (javax.ejb.EJBException: Load failed; CausedByException is: ORA-04031: unable to allocate 232 bytes of shared memory ("shared pool","SELECT COD_MUNICIPIO, COD_RH...","sql area","logdef : apaclg") ) org.jboss.ejb.plugins.LogInterceptor.handleException(LogInterceptor.java:267) org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:196) org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122) org.jboss.ejb.SessionContainer.internalInvoke(SessionContainer.java:624) org.jboss.ejb.Container.invoke(Container.java:870) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke(Method.java:324) org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144) org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) org.jboss.mx.server.Invocation.invoke(Invocation.java:72) org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249) org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642) org.jboss.invocation.local.LocalInvoker$MBeanServerAction.invoke(LocalInvoker.java:155) org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:104) org.jboss.invocation.InvokerInterceptor.invokeLocal(InvokerInterceptor.java:115) org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:101) org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46) org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:55) org.jboss.proxy.ejb.StatelessSessionInterceptor.invoke(StatelessSessionInterceptor.java:97) org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:91) $Proxy756.findAll(Unknown Source) co.gov.colciencias.cvlac.referencia.en_municipio.ejb.EnMunicipioSessionFacadeRemote.findAll(EnMunicipioSessionFacadeRemote.java:55) org.apache.jsp.jsp.popup.test_005fmunicipio_jsp._jspService(test_005fmunicipio_jsp.java:73) org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) javax.servlet.http.HttpServlet.service(HttpServlet.java:810) com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:39) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75) the table has only 1000 rows, the log for the finder is SELECT COD_MUNICIPIO, COD_RH_MUNICIPIO, TXT_NME_MUNICIPIO, TXT_NME_MUNICIPIO_FILTRO, COD_MUNI_INTERNACIONAL, COD_MUNI_DANE, SGL_DEPARTAMENTO, SGL_PAIS FROM EN_MUNICIPIO WHERE (COD_MUNICIPIO=? AND COD_RH_MUNICIPIO=?) OR (COD_MUNICIPIO=? AND COD_RH_MUNICIPIO=?) ... etc View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888656#3888656 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888656 |
From: <adrian@jb...> - 2005-08-05 17:04:38
|
I added your question to the FAQ, although it is really a servlets FAQ. http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888654#3888654 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888654 |
From: <adrian@jb...> - 2005-08-05 16:59:45
|
The security FAQ can be found here: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3888651#3888651 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3888651 |