Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

<Error> <WTC> <BEA-180022>

892247Oct 5 2011 — edited Oct 31 2011
Hi,

I'm getting the following error while trying to load a jar file with FML classes into the Resources tab of WTC Server:

<Oct 5, 2011 5:15:29 PM CEST> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Server VM Version 16.3-b01-jre1.6.0.07-rc1 from "Hewlett-Packard Company">
<Oct 5, 2011 5:15:49 PM CEST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
<Oct 5, 2011 5:15:55 PM CEST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Oct 5, 2011 5:15:55 PM CEST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Oct 5, 2011 5:16:08 PM CEST> <Error> <WTC> <BEA-180022> <Could not set up thefield table information for TDMResources: Class loader problem with: FMLcompilados.jar.>
<Oct 5, 2011 5:16:08 PM CEST> <Error> <WTC> <BEA-180009> <Could not complete the execution for MBean named: tuxedo.services.TuxedoConnection>
<Oct 5, 2011 5:16:08 PM CEST> <Error> <WTC> <BEA-180100> <Configuration Error: extractInfo: TPEINVAL(4):0:0:TPED_MINVAL(0):QMNONE(0):0:[WTC:180022]Could not set up thefield table information for TDMResources: Class loader problem with: FMLcompilados.jar.>
<Oct 5, 2011 5:16:08 PM CEST> <Warning> <Management> <BEA-141197> <The deployment of tuxedo.services.TuxedoConnection failed.
weblogic.management.DeploymentException: startWTC failure: [WTC:180022]Could not set up thefield table information for TDMResources: Class loader problem with: FMLcompilados.jar.
at weblogic.wtc.gwt.WTCService.activateDeployment(Unknown Source)
at weblogic.management.internal.DeploymentHandlerHome.invokeHandlers(DeploymentHandlerHome.java:591)
at weblogic.management.internal.DeploymentHandlerHome.activateInitialDeployments(DeploymentHandlerHome.java:452)
at weblogic.management.internal.DeploymentHandlerHome.activateResourceDependentInitialDeployments(DeploymentHandlerHome.java:438)
at weblogic.management.deploy.internal.DeploymentAdapter$3.doPrepare(DeploymentAdapter.java:133)
Truncated. see log file for complete stacktrace
>
amount read:0inputBufferSize512overflow256

The jar file is generated like it's explained here: http://download.oracle.com/docs/cd/E13222_01/wls/docs91/wtc_atmi/XML_FML.html

The path of the file FMLcompilados.jar is included in the server classpath. The name of this file was added under "FldTbl classes" of the Resources tab.

Header of the decompiled file:

import java.io.*;
import java.lang.*;
import java.util.*;
import weblogic.wtc.jatmi.*;

public final class ac_reAccesoMarcoT_f
implements weblogic.wtc.jatmi.FldTbl
{
Hashtable nametofieldHashTable;
Hashtable fieldtonameHashTable;
/** number: 1588000 type: string */
public final static int ac_re_st_usuarioscod_departa01 = 169360160;
/** number: 1588001 type: string */
public final static int ac_re_st_usuarios_cod_usuario = 169360161;

...

Header of class file:

import java.util.Hashtable;
import weblogic.wtc.jatmi.FldTbl;

public final class ac_reAccesoMarcoT_f
implements FldTbl
{
Hashtable nametofieldHashTable;
Hashtable fieldtonameHashTable;
public static final int ac_re_st_usuarioscod_departa01 = 169360160;
public static final int ac_re_st_usuarios_cod_usuario = 169360161;

...

We got this error deleting the resource FMLcompilados.jar of the resources tab: (related: 868385

20111005 173033 ERR-WasCall es.tme.egco.nucleoweb.acceso.TablaUsuarios TUXE Carga Menu/Perfil -1 what ntv_write Exception
Adding Field, FML FError
Unknown fldname: AC_RE_ACMAUSUA3_cod_usuario
10010099
20111005 173033 ERR-WasPro es.tme.egco.nucleoweb.acceso.ServletConexionEGTMW APPS SERVLET -1 No se pueden cargar los datos del usuario por AplicacionException.

Any orientation will be greatly appreciated,
Thanks,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2011
Added on Oct 5 2011
7 comments
722 views