ibm.software.websphere.application-server
  Home FAQ Contact Sign in
ibm.software.websphere.application-server only
 
Advanced search
January 2007
motuwethfrsasuw
1234567 1
891011121314 2
15161718192021 3
22232425262728 4
293031     5
2007
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2007 2006    
total
... bsphere.application-server Profile…
RELATED GROUPS

POPULAR GROUPS

 Up
  Re: Hello World Part 4 tutorial issue - No projects configured for this server contain CMPs         


Author: kakling
Date: Jan 5, 2007 15:51

Most likely, the EJB module was not imported into the EAR application during the "EJB Jar Import" step, but rather, to the system-generated (but incorrect) HelloWorldEJBEAR application. Take a look at your HelloWorldEAR application's contents and see if only the WAS module is present. If so, you can simply reimport the EAR module, and choose the correct application.
1 Comment
  Re: Using WAS default messaging system with JMS and Java Stored Procedures         


Author: David Currie
Date: Jan 5, 2007 11:32

Yes - I've seen something along these lines done before (to perform
cache invalidation). The "IBM Client for JMS on J2SE with IBM WebSphere
Application Server" is the supported mechanism for Java thin clients:
http://www-1.ibm.com/support/docview.wss?uid=swg24012804

Regards,
David
1 Comment
  Re: WSVR0040E: addEjbModule failed         


Author: Ken Hygh
Date: Jan 5, 2007 05:47

siva_tammana@adp.com wrote:
> hi all,
>
> When I am starting webshpere the application is not able to started because it failed adding Ejb Module and I am getting the following error and when I am trying to start the application manually I am getting duplicate home error.
>
> WSVR0040E: addEjbModule failed for ejbs/deploy_upmserver.jar [class com.ibm.ws.runtime.component.DeployedEJBModuleImpl]
> java.lang.NoClassDefFoundError: com/wilco_int/upm/processing/common/ProcessorFactory
> at java.lang.Class.getDeclaredConstructors0(Native Method)
> at java.lang.Class.privateGetDeclaredConstructors(Class.java:1747)
> at java.lang.Class.getConstructor1(Class.java:2063)
> at java.lang.Class.newInstance3(Class.java(Compiled Code))
> at java.lang.Class.newInstance(Class.java(Compiled Code))

[snip]

Looks pretty clear that your EJB depends on a class that isn't deployed,
or not visible to the EJB.

Ken
no comments
  JDBC error         


Author: mahendiranrajan
Date: Jan 5, 2007 04:34

Hi,

I am getting the below j2c error while recycle the application server

[05/01/07 10:34:45:523 GMT] 16794624 WSRdbManagedC E DSRA0010E: SQL State = , Error Code = -4,499
[05/01/07 10:34:45:540 GMT] 16794624 MCWrapper E J2CA0081E: Method destroy failed while trying...
Show full article (3.71Kb)
1 Comment
  Re: exception during invocation of method "remove" .. javax.ejb.NoSuchObjectLocalException:<br> ; ne         


Author: dboutin
Date: Jan 5, 2007 02:55

> What's probably happening is that at the time the remove() is called,
> the row has already been deleted from the database.
> The reason your
> finder seems to work is that the finder first looks in the container's
> transaction-based cache before looking in the back-end database, whereas
> the remove always goes directly to the database, as required by the EJB
> specification. If the row is deleted in the database (by something
> else) sometime during the transaction where the EJB was first found and
> loaded, this is the behavior you'll see.

I've checked on the database and the row was never deleted so i don't understand why it is throwing me this error.
I'm the only user of this database and my application is only used by me and the process made is known and no drop of this column is made before the error.

Regards,
Denis.
no comments
  Re: Error 500: Expression Error: Named Object: 'EtnaMenuComponent' not found         


Author: hbartolin
Date: Jan 5, 2007 00:22

Probles was in two WAR projects in EAR. They both have the same start weight. I change start weight for class loader of one WAR project and works now.
no comments