Invalid class names

Using X5.0.2 build 801.
On my WebHelp project, I import a .htm file which has some
layered images designed to look like a tab page. The images are
"stacked" using inline positioning, like:
<img width="450" height="303" border="0" style="border:
medium none ; position: absolute; z-index: 2; width: 450px; height:
303px; float: none; top: 75px; left: 162px;" usemap="#MAP45399870"
x-maintain-ratio="TRUE" src="race.bmp" id="racetab"/>
When I generate the project, RH pulls out this positioning
and references it using a CSS class, like so
<img width="450" height="303" border="0" class="img_whs3"
usemap="#MAP45399870" x-maintain-ratio="TRUE" src="race.bmp"
id="racetab"/>
However, the CSS looks like:
<style type="text/css">
<!--
div.whs1 { left:0; top:0; height:390; position:relative; }
img_whs2 { position:absolute; z-index:0; border:none;
width:626px; height:390px; float:none; top:0; left:0;
border-style:none; }
img_whs3 { position:absolute; z-index:-1; border:none;
width:450px; height:303px; float:none; top:75; left:162;
border-style:none; }
img_whs4 { position:absolute; z-index:-1; border:none;
width:432px; height:141px; float:none; top:221; left:172;
border-style:none; }
The leading dot (.) is missing for the class definitions.
Thus my layout is completely obliterated.
Any thoughts on how I can resolve this?
I have a large project to convert to WebHelp with over 100
htm files that have these tab presentations. Changing each htm file
isn't an attractive solution.
Thanks!
David

Using X5.0.2 build 801.
On my WebHelp project, I import a .htm file which has some
layered images designed to look like a tab page. The images are
"stacked" using inline positioning, like:
<img width="450" height="303" border="0" style="border:
medium none ; position: absolute; z-index: 2; width: 450px; height:
303px; float: none; top: 75px; left: 162px;" usemap="#MAP45399870"
x-maintain-ratio="TRUE" src="race.bmp" id="racetab"/>
When I generate the project, RH pulls out this positioning
and references it using a CSS class, like so
<img width="450" height="303" border="0" class="img_whs3"
usemap="#MAP45399870" x-maintain-ratio="TRUE" src="race.bmp"
id="racetab"/>
However, the CSS looks like:
<style type="text/css">
<!--
div.whs1 { left:0; top:0; height:390; position:relative; }
img_whs2 { position:absolute; z-index:0; border:none;
width:626px; height:390px; float:none; top:0; left:0;
border-style:none; }
img_whs3 { position:absolute; z-index:-1; border:none;
width:450px; height:303px; float:none; top:75; left:162;
border-style:none; }
img_whs4 { position:absolute; z-index:-1; border:none;
width:432px; height:141px; float:none; top:221; left:172;
border-style:none; }
The leading dot (.) is missing for the class definitions.
Thus my layout is completely obliterated.
Any thoughts on how I can resolve this?
I have a large project to convert to WebHelp with over 100
htm files that have these tab presentations. Changing each htm file
isn't an attractive solution.
Thanks!
David

Similar Messages

  • Invalid Class Name - jdk 1.1.7

    I have a class, TestABC which looks like the following...
    public class TestABC {
        public static void main(String[] args) {
            System.out.println("ABC");
    }Now I have compiled the source and tried running the following...
    C:\jdk1.1.7B\bin>java "C:\my stuff\classes\TestABC"
    Gives me, "Invalid class name 'C:\my stuff\classes\TestABC'
    I have also tried using TestABC.class (just in case) but no luck.
    any ideas???
    thanks

    well i have multiple JDK's installed, i.e. jdk 1.1.7
    , 1.4.2, and 1.5.0... i have 1.4.2 set in my class
    path, so how can i run jdk 1.1.7 from c:\my
    stuff\classes?you are mixing up PATH and CLASSPATH variables

  • Why does Flash generate invalid class names for library items?

    I imported a bunch of bitmaps (PNGs).  The library symbol names all included the full file name and its extension.  When I check "export for actionscript" it generates a class name based on the symbol name, and it includes the ".png", even though that's invalid in a class name.
    When I select multiple bitmaps and choose properties and export for actionscript, it has a note saying that classnames will be automatically generated for all items, but it does the same thing... including the ".png" in all the class names.  Is this a problem?  Wouldn't it save time if Flash would automatically strip the file extension from the instance name of bitmap library symbols when generating class names?

    Thank you Nipun.  That is exactly the behavior I would expect, and I can confirm that in the trial of Flash CC it generates valid class names by removing the file extension.  For example, a file named "3ball.test.png" will receive an auto-generated class name of "_3ball_test", so it really does ensure the class name is valid (meeting AS3 class name syntax)
    kglad, what I'm saying is that an image file name like "ball.png" is not a valid "class name", because it contains a period, which is reserved as a package delimiter.  I know the runtime can handle it as a valid "fully-qualified class name", but it's misleading because it's actually creating a class named "png" in package "ball", BUT it's understood that the auto-generated name is not supposed to be specifying any package, hence the misleading specification.  The class would have to be instantiated like this: "import ball.png; var bd:BitmapData = new png();" or "import ball.*; var bd:BitmapData = new png();"  You would also then have to import every single class individually and always use their fully qualified names, because you'd technically have a bunch of classes all named "png" inside a hundred different packages.  It's just not acceptable.
    The other problem that occurred in CS6 is if you loaded a bunch of files whose names started with numbers, then when you select them all, choose properties, and use the batch properties window to export them for actionscript, I noticed that such images would be auto-assigned generic names like "Class4" as it would realize the default auto-generated class name would be invalid.  This problem has been fixed beautifully in Flash CC.
    Nipun, it would actually be very helpful to have a little more control over the class naming conventions.  For example, if I wanted all my BitmapData classes to exist in an "images" folder or package, it would be helpful if in the batch properties window I could specify a package name for all the auto-generated class names.  When importing hundreds of images, it's very tedius to have to edit them individually and I don't always have time to write a JSFL script.  There's room in that window to add a text field for a package name.  Thanks!

  • JAAS authentication with WebLogic 6 - "Invalid Configuration Class Name"

    For starters, I took the sample file examples.security.jaas.SampleConfig, changed the name and
    package, compiled, and copied it to the right place in the classes directory of the webapp project.
    The class is specified as a parameter in startWebLogic.cmd:
    -Dweblogic.security.jaas.Configuration="com.ww.opd.auth.JAASConfiguration"
    When a servlet attempts to get LoginContext, I get this error:
    "Invalid Configuration Class Name: com.ww.opd.auth.JAASConfiguration"
    The class file is definitely in the right place. What's the deal?
    Thanks,
    Rob

    Seems to be a ClassLoader problem. The sample is a client app, so no problem. But if you create
    a Configuration class to run on the server (to set up a LoginModule for authenticating clients)...
    I think what's happening is that the System class loader, using the CLASSPATH in the environment
    of the WebLogic server when it starts, attempts to load the Configuration class and can't (because it
    is in the CLASSPATH of the web app, not of the System class loader). If you add the Configuration
    class to the CLASSPATH of the WebLogic server, then it gets loaded but the LoginModule can't be
    found. If you add the LoginModule to the WebLogic server CLASSPATH, then any classes that it calls
    must also be in the WebLogic server CLASSPATH.
    Could someone from BEA please comment: is that the intention, that any classes used for JAAS
    authentication be part of the server's CLASSPATH, not part of the web application?
    Thanks,
    Rob
    "Rob Weltman" <[email protected]> wrote:
    >
    For starters, I took the sample file examples.security.jaas.SampleConfig, changed the name and
    package, compiled, and copied it to the right place in the classes directory of the webapp project.
    The class is specified as a parameter in startWebLogic.cmd:
    -Dweblogic.security.jaas.Configuration="com.ww.opd.auth.JAASConfiguration"
    When a servlet attempts to get LoginContext, I get this error:
    "Invalid Configuration Class Name: com.ww.opd.auth.JAASConfiguration"
    The class file is definitely in the right place. What's the deal?
    Thanks,
    Rob

  • Invalid Class Exception problem

    Hi whenever i try to run this method from a different class to the one it is declared in it throws invalid class exception, (in its error it says the class this method is written in is the problem) yet when i run it from its own class in a temporary main it works fine, perhaps someone can see the problem in the method code. All its doing is reading from a few different txt files, deserializing the objects and putting them into arraylists for future access.
    public void readCourseData()
              CourseArrayLengths cal;
              try
                   FileInputStream fis = new FileInputStream("arraylengths.txt");
                   ObjectInputStream ois = new ObjectInputStream(fis);
                   cal = ((CourseArrayLengths) ois.readObject());     
                   ois.close();
                   FileInputStream fis1 = new FileInputStream("units.txt");
                   ObjectInputStream ois1 = new ObjectInputStream(fis1);
                   for(int i=0;i<cal.getUnitArrayLength();i++)
                        units.add((Unit) ois1.readObject());
                   ois1.close();
                   FileInputStream fis2 = new FileInputStream("sections.txt");
                   ObjectInputStream ois2 = new ObjectInputStream(fis2);
                   for(int i=0;i<cal.getSectionArrayLength();i++)
                        sections.add((Section) ois2.readObject());
                   ois2.close();
                   FileInputStream fis3 = new FileInputStream("files.txt");
                   ObjectInputStream ois3 = new ObjectInputStream(fis3);
                   for(int i=0;i<cal.getFileArrayLength();i++)
                        files.add((Filetype) ois3.readObject());
                   ois3.close();
              catch(FileNotFoundException exception)
              System.out.println("The File was not found");
              catch(IOException exception)
              System.out.println(exception);
              catch(ClassNotFoundException exception)
              System.out.println(exception);
         }

    import java.util.ArrayList;
    import java.io.*;
    import javax.swing.*;
    public class Unit implements Serializable
    ArrayList units = new ArrayList();
    ArrayList sections = new ArrayList();
    ArrayList files = new ArrayList();
    String unitName;
    int sStart=0,sEnd=0,sIndex=0,fIndex=0,subIndex=0;
         public Unit(String unitNamec,int sStartc,int sEndc)
              unitName = unitNamec;
              sStart = sStartc;
              sEnd = sEndc;
         public Unit()
         public String getUnitName()
              return unitName;
         public Unit getUnit(int i)
              return (Unit)units.get(i);
         public Section getSection(int i)
              return (Section)sections.get(i);
         public ArrayList getUnitArray()
              return units;
         public int getSectionStart()
              return sStart;
         public int getSectionEnd()
              return sEnd;
         public void setSectionStart(int i)
              sStart = i;
         public void setSectionEnd(int i)
              sEnd = i;
         public void addUnit(String uName)
              units.add(new Unit(uName,sections.size(),sIndex));
              sIndex++;
         public void addSection(String sName,Unit u)
              //problem lies with files.size()
              sections.add(new Section(sName,files.size(),files.size()));
              u.setSectionEnd(u.getSectionEnd()+1);
              //fIndex++;
         public void addFile(String fName,File fPath,Section s)
              files.add(new Filetype(fName,fPath));
              s.setFileEnd(s.getFileEnd()+1);
         public void display(Unit u)
              System.out.println(u.getUnitName());
              for(int i=u.getSectionStart();i<u.getSectionEnd();i++)
                   System.out.println(((Section)sections.get(i)).getSectName());
                   for(int j=((Section)(sections.get(i))).getFileStart();j<((Section)(sections.get(i))).getFileEnd();j++)
                        System.out.println(((Filetype)files.get(j)).getFileName());
         public void writeCourseData()
         //writes 3 arrays to 3 different files
    try
    FileOutputStream fos = new FileOutputStream("units.txt");
    ObjectOutputStream oos = new ObjectOutputStream(fos);
         for(int i=0;i<units.size();i++)
         oos.writeObject((Unit)units.get(i));
         oos.close();
    catch (Exception e)
    System.err.println ("Error writing to file");
    try
    FileOutputStream fos = new FileOutputStream("sections.txt");
    ObjectOutputStream oos = new ObjectOutputStream(fos);
         for(int i=0;i<sections.size();i++)
         oos.writeObject((Section)sections.get(i));
         oos.close();
    catch (Exception e)
    System.err.println ("Error writing to file");
    try
    FileOutputStream fos = new FileOutputStream("files.txt");
    ObjectOutputStream oos = new ObjectOutputStream(fos);
         for(int i=0;i<files.size();i++)
         oos.writeObject((Filetype)files.get(i));
         oos.close();
    catch (Exception e)
    System.err.println ("Error writing to file");
    try
    FileOutputStream fos = new FileOutputStream("arraylengths.txt");
    ObjectOutputStream oos = new ObjectOutputStream(fos);
         oos.writeObject(new CourseArrayLengths(units.size(),sections.size(),files.size()));
         oos.close();
    catch (Exception e)
    System.err.println ("Error writing to file");
         public void readCourseData()
              CourseArrayLengths cal;
              try
                   FileInputStream fis = new FileInputStream("arraylengths.txt");
                   ObjectInputStream ois = new ObjectInputStream(fis);
                   cal = ((CourseArrayLengths) ois.readObject());     
                   ois.close();
                   FileInputStream fis1 = new FileInputStream("units.txt");
                   ObjectInputStream ois1 = new ObjectInputStream(fis1);
                   for(int i=0;i<cal.getUnitArrayLength();i++)
                        units.add((Unit) ois1.readObject());
                   ois1.close();
                   FileInputStream fis2 = new FileInputStream("sections.txt");
                   ObjectInputStream ois2 = new ObjectInputStream(fis2);
                   for(int i=0;i<cal.getSectionArrayLength();i++)
                        sections.add((Section) ois2.readObject());
                   ois2.close();
                   FileInputStream fis3 = new FileInputStream("files.txt");
                   ObjectInputStream ois3 = new ObjectInputStream(fis3);
                   for(int i=0;i<cal.getFileArrayLength();i++)
                        files.add((Filetype) ois3.readObject());
                   ois3.close();
              catch(FileNotFoundException exception)
              System.out.println("The File was not found");
              catch(IOException exception)
              System.out.println(exception);
              catch(ClassNotFoundException exception)
              System.out.println(exception);
         /*public static void main(String args[])
              Unit u1 = new Unit();
              u1.addUnit("Cmps2a22");
              u1.addSection("Section1",u1.getUnit(0));
              //u1.addSubSection("Subsect1",u1.getSection(0));
              u1.addFile("File1",null,u1.getSection(0));
              u1.addFile("File2",null,u1.getSection(0));
              u1.addSection("Section2",u1.getUnit(0));
              u1.addFile("NF",null,u1.getSection(1));
              u1.addFile("NF2",null,u1.getSection(1));
              u1.addFile("NF3",null,u1.getSection(1));
              u1.addSection("Section3",u1.getUnit(0));
              u1.addFile("NF",null,u1.getSection(2));
              u1.addFile("NF2",null,u1.getSection(2));
              u1.addFile("NF4",null,u1.getSection(2));
              u1.display(u1.getUnit(0));
              u1.writeCourseData();
              u1.readCourseData();
              u1.display(u1.getUnit(0));
    import java.util.ArrayList;
    import java.io.*;
    public class Section implements Serializable
    private String sectName,subSectName;
    private int fpStart=0,fpEnd=0,subSectStart=0,subSectEnd=0;
    private Section s;
    private boolean sub;
         public Section(String sectNamec,int fpStartc,int fpEndc,int subSectStartc,int subSectEndc,Section sc,boolean subc)
              sectName = sectNamec;
              fpStart = fpStartc;
              fpEnd = fpEndc;
              subSectStart = subSectStartc;
              subSectEnd = subSectEndc;
              s = sc;
              sub = subc;
         public Section(String sectNamec,int fpStartc,int fpEndc)
              sectName = sectNamec;
              fpStart = fpStartc;
              fpEnd = fpEndc;
         public Section getParent()
              return s;
         public boolean isSub()
              return sub;
         public String getSubName()
              return subSectName;
         public int getSubStart()
              return subSectStart;
         public int getSubEnd()
              return subSectEnd;
         public void setSubStart(int i)
              subSectStart = i;
         public void setSubEnd(int i)
              subSectEnd = i;
         public int getFileStart()
              return fpStart;
         public int getFileEnd()
              return fpEnd;
         public String getSectName()
              return sectName;
         public void setFileStart(int i)
              fpStart = i;
         public void setFileEnd(int i)
              fpEnd = i;
         public void addSection(String sectName)
         /*public static void main(String args[])
    import java.io.*;
    public class Filetype implements Serializable
         private String name;
         private File filepath;
         public Filetype(String namec, File filepathc)
              name = namec;
              filepath = filepathc;
         public String getFileName()
              return name;
         public File getFilepath()
              return filepath;
    import java.io.*;
    public class CourseArrayLengths implements Serializable
    private int ul,sl,fl;
         public CourseArrayLengths(int ulc,int slc,int flc)
              ul = ulc;
              sl = slc;
              fl = flc;
         public int getUnitArrayLength()
              return ul;
         public int getSectionArrayLength()
              return sl;
         public int getFileArrayLength()
              return fl;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.ArrayList;
    import java.io.*;
    public class OrganiserGui implements ActionListener
    int width,height;
    JFrame frame;
         public OrganiserGui()
              width = 600;
              height = 500;
         public void runGui()
              //Frame sizes and location
              frame = new JFrame("StudentOrganiser V1.0");
    frame.setDefaultCloseOperation(frame.EXIT_ON_CLOSE);
              frame.setSize(width,height);
              frame.setLocation(60,60);
              JMenuBar menuBar = new JMenuBar();
              //File menu
              JMenu fileMenu = new JMenu("File");
              menuBar.add(fileMenu);
              fileMenu.addSeparator();
              JMenu addSubMenu = new JMenu("Add");
              fileMenu.add(addSubMenu);
              JMenuItem cwk = new JMenuItem("Coursework assignment");
              addSubMenu.add(cwk);
              JMenuItem lecture = new JMenuItem("Lecture");
              lecture.addActionListener(this);
              addSubMenu.add(lecture);
              JMenuItem seminar = new JMenuItem("Seminar sheet");
              addSubMenu.add(seminar);
              //Calendar menu
              JMenu calendarMenu = new JMenu("Calendar");
              menuBar.add(calendarMenu);
              calendarMenu.addSeparator();
              JMenu calendarSubMenu = new JMenu("Edit Calendar");
              calendarMenu.add(calendarSubMenu);
              JMenuItem eventa = new JMenuItem("Add/Remove Event");
              eventa.addActionListener(this);
              calendarSubMenu.add(eventa);
              JMenuItem calClear = new JMenuItem("Clear Calendar");
              calClear.addActionListener(this);
              calendarSubMenu.add(calClear);
              JMenu calendarSubMenuView = new JMenu("View");
              calendarMenu.add(calendarSubMenuView);
              JMenuItem year = new JMenuItem("By Year");
              year.addActionListener(this);
              calendarSubMenuView.add(year);
              JMenuItem month = new JMenuItem("By Month");
              month.addActionListener(this);          
              calendarSubMenuView.add(month);
              JMenuItem week = new JMenuItem("By Week");
              week.addActionListener(this);
              calendarSubMenuView.add(week);
              //Timetable menu
              JMenu timetableMenu = new JMenu("Timetable");
              menuBar.add(timetableMenu);
              timetableMenu.addSeparator();
              JMenu stimetableSubMenu = new JMenu("Social Timetable");
              timetableMenu.add(stimetableSubMenu);
              JMenu ltimetableSubMenu = new JMenu("Lecture Timetable");
              timetableMenu.add(ltimetableSubMenu);
              frame.setJMenuBar(menuBar);
    frame.setVisible(true);
         public void actionPerformed(ActionEvent e)
              JMenuItem source = (JMenuItem)(e.getSource());
              System.out.println(source.getText());     
              Calendar c = new Calendar();
              if(source.getText().equalsIgnoreCase("By Year"))
                   System.out.println("INSIDE");
                   c.buildArray();
                   c.calendarByYear(Calendar.calendarArray);     
              if(source.getText().equalsIgnoreCase("Add/Remove Event"))
                   c.eventInput();
              if(source.getText().equalsIgnoreCase("clear calendar"))
                   c.buildYear();
                   c.writeEvent(Calendar.calendarArray);
                   c.buildArray();
              if(source.getText().equalsIgnoreCase("lecture"))
                   System.out.println("Nearly working");
                   //JFileChooser jf = new JFileChooser();
                   //jf.showOpenDialog(frame);
                   FileManager fm = new FileManager();
                   //choose unit to add file to
                   JOptionPane unitOption = new JOptionPane();
                   Unit u = new Unit();
                   u.readCourseData();
                   //u.display(u.getUnit(0));
                   System.out.println((u.getUnit(0)).getUnitName());
                   String[] unitNames = new String[u.getUnitArray().size()];
                   for(int i=0;i<unitNames.length;i++)
                        //unitNames[i] = (((Unit)u.getUnitArray().get(i)).getUnitName());
                        //System.out.println(unitNames);
                        System.out.println((u.getUnit(i)).getUnitName());
                   //unitOption.showInputDialog("Select Unit to add lecture to",unitNames);
                   //needs to select where to store it
                   //fm.openFile(jf.getSelectedFile());
         public static void main(String args[])
              OrganiserGui gui = new OrganiserGui();
              gui.runGui();
    java.io.invalidclassexception: Unit; local class incompatible: stream classdesc serialversionUID = 3355176005651395533, local class serialversionUID = 307309993874795880

  • SSRS Error : Query execution failed for dataset 'dataSet'. (rsErrorExecutingCommand) Semantic query execution failed. Invalid object name 'RPT.*********'. (rsSemanticQueryEngineError)

    I am new to SSRS and I am trying to migrate reports from 2008 to 2012. As I have so many reports to migrate, I simply got the back up of ReportServer,
    ReportServerTempDB, and Encryption Key and restored them to test environment. I made necessary configuration from RS configuration tool. I am able to see the reports now when I browse //hostname/reports. But when I open any particular report I am getting some
    error.
    · An error has occurred during report processing.
    (rsProcessingAborted)
    Query execution       failed for dataset 'dataSet'.
          (rsErrorExecutingCommand
    Semantic query        execution failed. Invalid object name
           'RPT. ******'. (rsSemanticQueryEngineError)
    ****** - I am assuming this is a custom data class.
    Does anyone have insight on this? or any better way that I can migrate the reports to new server with less efforts.
    I don’t have the reports solution file to deploy the reports, so I have followed backup and restore process.

    Hi Kishore237,
    According to your description, you migrated some reports from Reporting Services (SSRS) 2008 to 2012. Now you get error when accessing the reports on SSRS 2012. Right?
    In this scenario, did you modify the report data source in database after migration? You can try to open the report in Report Builder or Report designer and check the report dataset. If you can preview the report in Report builder or Report designer,
    please try to redeploy the report to Report Server. If it is still not working, please try to restore the database from backup. And for migrating reports, please follow the "Content-Only Migration" in the link below:
    http://msdn.microsoft.com/en-us/library/ms143724(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Delphi 3 or Delphi XE gives Invalid class string error

    I have Delphi 3 and a runtime error occurs when I RUN this project. No build errors...
    The form appears correctly and I put the path to the GroupWise domain directory :
    F:\opt\novell\groupwise\mail\dom1
    I click on the CONNECT button and the error is :
    "Project admin_api.exe raised an exception class EOleSysError with message 'Invalid class string'. Process stopped. Use Step or Run to Continue"
    For Delphi XE the error is only "Invalid class string".
    What am I doing wrong ?
    Thank You
    Have downloaded the same GroupWise Administrative Object API code
    https://www.novell.com/developer/ndk...bject_api.html
    unit App_obj;
    interface
    uses
    Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    StdCtrls, OleAuto, Ole2;
    type
    TForm1 = class(TForm)
    Button1: TButton;
    Label6: TLabel;
    UserID: TEdit;
    Label7: TLabel;
    LastName: TEdit;
    Label8: TLabel;
    FirstName: TEdit;
    UserDistinguishedName: TEdit;
    Label10: TLabel;
    SystemInfo: TGroupBox;
    Label1: TLabel;
    Label2: TLabel;
    Label3: TLabel;
    Label4: TLabel;
    Label5: TLabel;
    SystemDescription: TEdit;
    SystemDistinguishedName: TEdit;
    SystemLastModifiedBy: TEdit;
    ConnectedDomainName: TEdit;
    SystemObjectID: TEdit;
    PostOfficeList: TComboBox;
    Label11: TLabel;
    Label9: TLabel;
    UserContext: TEdit;
    Label12: TLabel;
    Label13: TLabel;
    Label14: TLabel;
    Label15: TLabel;
    Label16: TLabel;
    DomainPath: TEdit;
    Button2: TButton;
    procedure Initialize(Sender: TObject);
    procedure Button1Click(Sender: TObject);
    procedure Button2Click(Sender: TObject);
    private
    { Private declarations }
    public
    { Public declarations }
    end;
    var
    Form1: TForm1;
    vSystem:variant;
    vDomain:variant;
    const
    ADMIN_NAME = 'Admin';
    sDOT = '.';
    implementation
    {$R *.DFM}
    procedure TForm1.Initialize(Sender: TObject);
    begin
    //Initialize controls
    DomainPath.Text:='';
    SystemDescription.Text:='';
    SystemDistinguishedName.Text:='';
    SystemLastModifiedBy.Text:='';
    ConnectedDomainName.Text:='';
    SystemObjectID.Text:='';
    UserID.Text:='';
    LastName.Text:='';
    FirstName.Text:='';
    UserDistinguishedName.Text:='';
    UserContext.Text:='';
    UserID.SetFocus;
    end;
    procedure TForm1.Button1Click(Sender: TObject);
    var
    vUsers:variant;
    vUser:variant;
    stemp:string;
    idotpos:integer;
    SelectedPO:string;
    sAdmin:string;
    begin
    //Get Selected PostOffice
    SelectedPO:=PostOfficeList.Items[PostOfficeList.ItemIndex];
    //Get Users Object
    vUsers:=vDomain.Users;
    //Find Admin user object
    vUser:=vUsers.Item(ADMIN_NAME,SelectedPO,Connected DomainName.Text);
    If UserContext.Text = '' then begin
    //Get Admin Context and use as Default
    sAdmin:=vUser.NetID;
    idotpos:=Pos(sDOT,sAdmin);
    stemp:=Copy(sAdmin,idotpos,256); //Copy everything after first dot include dot
    UserContext.Text:=stemp;
    end else begin
    //Use context string
    stemp:=UserContext.Text;
    end;
    //Make Distinguished name by adding UserID and admin context
    stemp:=UserID.Text+stemp;
    //Display User distinguished name
    UserDistinguishedName.Text:=stemp;
    //Add user
    vUser:=vUsers.Add(UserID.Text,LastName.Text,stemp,
    '',SelectedPO);
    //Set User first name
    vUser.GivenName:=FirstName.Text;
    //Commit User first name to system
    vUser.Commit;
    end;
    procedure TForm1.Button2Click(Sender: TObject);
    var
    vPostOffice:variant;
    vPostOffices:variant;
    vPOIterator:variant;
    begin
    //Get GroupWise Admin Object and connect to it
    if(DomainPath.Text = '') then begin
    ShowMessage('You must enter a valid Domain Path. Then press Login');
    exit;
    end;
    vSystem:=CreateOleObject('NovellGroupWareAdmin');
    vSystem.Connect(DomainPath.Text);
    //Get the connected Domain
    vDomain:=vSystem.ConnectedDomain;
    //List some Domain properties
    SystemDescription.Text:=vDomain.Description;
    SystemDistinguishedName.Text:=vDomain.Distinguishe dName;
    SystemLastModifiedBy.Text:=vDomain.LastModifiedBy;
    ConnectedDomainName.Text:=vDomain.Name;
    SystemObjectID.Text:=vDomain.ObjectID;
    //Initialize controls
    UserID.Text:='';
    LastName.Text:='';
    FirstName.Text:='';
    UserDistinguishedName.Text:='';
    UserContext.Text:='';
    UserID.SetFocus;
    //Get list of PostOffices for connected Domain
    vPostOffices:=vDomain.PostOffices;
    vPOIterator:=vPostOffices.CreateIterator;
    vPostOffice:=vPOIterator.Next;
    PostOfficeList.Clear;
    While( (NOT VarIsNULL(vPostOffice)) And (NOT varisempty(vPostOffice))) do begin
    PostOfficeList.Items.Add(vPostOffice.Name);
    vPostOffice:=vPOIterator.Next;
    end;
    //Set index to first item in list
    PostOfficeList.ItemIndex:=0;
    end;
    end.

    On 9/24/2013 10:46 PM, bperez wrote:
    >
    > I have Delphi 3 and a runtime error occurs when I RUN this project. No
    > build errors...
    >
    > The form appears correctly and I put the path to the GroupWise domain
    > directory :
    >
    > F:\opt\novell\groupwise\mail\dom1
    >
    > I click on the CONNECT button and the error is :
    >
    > "Project admin_api.exe raised an exception class EOleSysError with
    > message 'Invalid class string'. Process stopped. Use Step or Run to
    > Continue"
    >
    > For Delphi XE the error is only "Invalid class string".
    >
    > What am I doing wrong ?
    >
    > Thank You
    >
    > Have downloaded the same GroupWise Administrative Object API code
    > https://www.novell.com/developer/ndk...bject_api.html
    >
    > {/************************************************** *************************
    >
    > ************************************************** **************************/}
    > unit App_obj;
    >
    > interface
    >
    > uses
    > Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,
    > Dialogs,
    > StdCtrls, OleAuto, Ole2;
    >
    > type
    > TForm1 = class(TForm)
    > Button1: TButton;
    > Label6: TLabel;
    > UserID: TEdit;
    > Label7: TLabel;
    > LastName: TEdit;
    > Label8: TLabel;
    > FirstName: TEdit;
    > UserDistinguishedName: TEdit;
    > Label10: TLabel;
    > SystemInfo: TGroupBox;
    > Label1: TLabel;
    > Label2: TLabel;
    > Label3: TLabel;
    > Label4: TLabel;
    > Label5: TLabel;
    > SystemDescription: TEdit;
    > SystemDistinguishedName: TEdit;
    > SystemLastModifiedBy: TEdit;
    > ConnectedDomainName: TEdit;
    > SystemObjectID: TEdit;
    > PostOfficeList: TComboBox;
    > Label11: TLabel;
    > Label9: TLabel;
    > UserContext: TEdit;
    > Label12: TLabel;
    > Label13: TLabel;
    > Label14: TLabel;
    > Label15: TLabel;
    > Label16: TLabel;
    > DomainPath: TEdit;
    > Button2: TButton;
    > procedure Initialize(Sender: TObject);
    > procedure Button1Click(Sender: TObject);
    > procedure Button2Click(Sender: TObject);
    > private
    > { Private declarations }
    > public
    > { Public declarations }
    > end;
    >
    > var
    > Form1: TForm1;
    > vSystem:variant;
    > vDomain:variant;
    >
    > const
    > ADMIN_NAME = 'Admin';
    > sDOT = '.';
    >
    > implementation
    >
    > {$R *.DFM}
    >
    > procedure TForm1.Initialize(Sender: TObject);
    > begin
    > //Initialize controls
    > DomainPath.Text:='';
    > SystemDescription.Text:='';
    > SystemDistinguishedName.Text:='';
    > SystemLastModifiedBy.Text:='';
    > ConnectedDomainName.Text:='';
    > SystemObjectID.Text:='';
    >
    > UserID.Text:='';
    > LastName.Text:='';
    > FirstName.Text:='';
    > UserDistinguishedName.Text:='';
    > UserContext.Text:='';
    > UserID.SetFocus;
    >
    > end;
    >
    > procedure TForm1.Button1Click(Sender: TObject);
    > var
    > vUsers:variant;
    > vUser:variant;
    > stemp:string;
    > idotpos:integer;
    > SelectedPO:string;
    > sAdmin:string;
    > begin
    > //Get Selected PostOffice
    > SelectedPO:=PostOfficeList.Items[PostOfficeList.ItemIndex];
    >
    > //Get Users Object
    > vUsers:=vDomain.Users;
    >
    > //Find Admin user object
    > vUser:=vUsers.Item(ADMIN_NAME,SelectedPO,Connected DomainName.Text);
    >
    > If UserContext.Text = '' then begin
    >
    > //Get Admin Context and use as Default
    > sAdmin:=vUser.NetID;
    > idotpos:=Pos(sDOT,sAdmin);
    > stemp:=Copy(sAdmin,idotpos,256); //Copy everything after first dot
    > include dot
    > UserContext.Text:=stemp;
    >
    > end else begin
    > //Use context string
    > stemp:=UserContext.Text;
    > end;
    >
    > //Make Distinguished name by adding UserID and admin context
    > stemp:=UserID.Text+stemp;
    >
    > //Display User distinguished name
    > UserDistinguishedName.Text:=stemp;
    >
    > //Add user
    > vUser:=vUsers.Add(UserID.Text,LastName.Text,stemp,
    > '',SelectedPO);
    >
    > //Set User first name
    > vUser.GivenName:=FirstName.Text;
    >
    > //Commit User first name to system
    > vUser.Commit;
    > end;
    >
    >
    >
    > procedure TForm1.Button2Click(Sender: TObject);
    > var
    > vPostOffice:variant;
    > vPostOffices:variant;
    > vPOIterator:variant;
    >
    > begin
    > //Get GroupWise Admin Object and connect to it
    > if(DomainPath.Text = '') then begin
    > ShowMessage('You must enter a valid Domain Path. Then press
    > Login');
    > exit;
    > end;
    > vSystem:=CreateOleObject('NovellGroupWareAdmin');
    >
    >
    > vSystem.Connect(DomainPath.Text);
    > //Get the connected Domain
    > vDomain:=vSystem.ConnectedDomain;
    >
    > //List some Domain properties
    > SystemDescription.Text:=vDomain.Description;
    > SystemDistinguishedName.Text:=vDomain.Distinguishe dName;
    > SystemLastModifiedBy.Text:=vDomain.LastModifiedBy;
    > ConnectedDomainName.Text:=vDomain.Name;
    > SystemObjectID.Text:=vDomain.ObjectID;
    >
    > //Initialize controls
    > UserID.Text:='';
    > LastName.Text:='';
    > FirstName.Text:='';
    > UserDistinguishedName.Text:='';
    > UserContext.Text:='';
    > UserID.SetFocus;
    >
    > //Get list of PostOffices for connected Domain
    > vPostOffices:=vDomain.PostOffices;
    > vPOIterator:=vPostOffices.CreateIterator;
    > vPostOffice:=vPOIterator.Next;
    > PostOfficeList.Clear;
    > While( (NOT VarIsNULL(vPostOffice)) And (NOT
    > varisempty(vPostOffice))) do begin
    > PostOfficeList.Items.Add(vPostOffice.Name);
    > vPostOffice:=vPOIterator.Next;
    > end;
    >
    > //Set index to first item in list
    > PostOfficeList.ItemIndex:=0;
    > end;
    >
    > end.
    >
    >
    gw client installed? Novell client installed?

  • SSRS 2008 - Invalid Class

    Dear all,
    I have install SQL 2008 in a new machine with Reporting Services 2008.
    When I go to 'Reporting Services Configuration Manager', I can see the default server name, the report server instance not auto detects the 'ReportServer' database that available in the database.
    When I click 'Find', it prompt out 'Invalid Class' warning message.
    May I know what is the problem and how can I solve it?
    Thanks.
    Regards,
    Sim

    Hi Sim,
    From your description, the Reporting Services Configuration Manager can’t find the instance name automatically. And after clicking “Find”, the error “Invalid Class” occurs.
    I assume a detailed error like “Cannot connect to WMI provider” occurred at the same time. If so, the issue happens when some of the WMI classes are not properly registered during installation.
    Please follow these steps to solve the issue:
    1.       Open the SQL Server Report Server folder.
    <Install Driver>:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer
    2.       Open the “bin” folder.
    3.       Copy and rename the file “reportingservices.mof”
    4.       Register the file using the following command
    Mofcomp <Install Driver>:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\bin\reportingservices.mof
    After doing the steps above, we should connect to the Reporting Services well.
    If the solution above does not above, could you please help to collect the following information?
    1.       Could you connect to SQL Server Configuration Manager?
    2.       The logs of SQL Server Reporting Services.
    3.       Does the Reporting Services windows service work fine?
    4.       The more detailed error message.
    5.       Any more information.
    If there is anything unclear, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • X.column.getStringVal() throws "invalid column name", works in SQL*Plus.

    The subject sums it up pretty well... I have a query that works fine from SQL*Plus, but throws a JDBC exception with "ORA-00904 invalid column name" if I create a PreparedStatement from it and call executeQuery().
    The query itself is substantially similar to:
    SELECT foo, t.bar.getStringVal() from some_table t
    where "Some table" is an oracle 9i table, "foo" is a varchar2 column, and "bar" is a column that used to be varchar2 before I dropped and re-created the table with an xmltype column instead. "t" is an alias for the table that I didn't used to need (since it's only one table), but apparently is required for getStringVal() to work.
    ... And, of course, .getStringVal() is being used as a convenient way to treat technically LOB-like xmltype columns as big ersatz varchar2 columns so I won't have to screw around with stream i/o just to read a 4,001-byte value into a String ;-)
    I'm using the ojdbc14.jar thin driver and a fairly recent j2sdk (1.4.1_02, I think). I made a point of anihilating every copy of classes12.zip on my PC just to make sure it wasn't lurking in a classpath somewhere to screw things up.
    Strangely enough, it DOES work from within Netbeans' database explorer (itself connecting to the same Oracle database using the ojdbc14.jar thin driver).
    For the sake of being comprehensive, here's an example of the actual JDBC code that won't work:
    public ResultSet doQuery(Connection conn, int val) throws SQLException {
    String sql = "SELECT foo, t.bar.getStringVal() from some_table t where anothercolumn = ?";
    PreparedStatement sth = conn.prepareStatement(sql);
    sth.setInt(1, val);
    ResultSet rs = sth.executeQuery();
    // everything past this point is moot,
    // because sth.executeQuery throws an exception...
    // however, the ResultSet would ultimately be
    // returned to the method's caller, and
    // its values read using getString(fieldname)
    // including 'bar', the xmltype field...

    OK, this particular problem was my fault. The original table was on a server running 8i. To spare myself the grief of having to deal with CLOBs on 8i's terms and take advantage of 9i's new conveniences for handling them, I created a new table on our other server that's running 9i and updated the app's config settings to reflect the new server. Unfortunately, I forgot that the debugging/testing main() method had the URL of the old database hardcoded (it was written before the rest of the class). Ergo... it was still looking at the old database. Oops. (*blush*).

  • Oracle Invalid Column Name Error in JSP

    I was wondering if anyone could provide some help. I am new to JSP, Beans and Oracle and I am getting a java.sql.SQLException: ORA-00904: invalid column name error when I run the JSP below. The Java Bean's code it is referencing is also included and this bean is just storing information from the server from a previous login page.
    Eventually I need to display more columns from the database using this JSP, but since I can even get this one working, I am at a loss!
    PLEASE HELP!!!!
    I have even tried to replace the beans reference in the sql with just a login and password I know exists in the database! Same error... Help!
    I am running Tomcat and Oracle 9i!
    <!--
    Assign-->
    <html>
    <head>
    <title>Student Signon on page</title>
    </head>
    <body bgcolor="#FDF5E6">
    <h1 align="center">>Student Signon on page</h1>
    <%@ page import="java.sql.*" %>
    <%@ page import="BeanAs2.Bean5b" %>
    <%
    String driverClassString = "oracle.jdbc.driver.OracleDriver";
    String driverConnectString;
    driverConnectString = "jdbc:oracle:thin:@midas2:1521:globaldb";
    String user = "system";
    String passwd = "manager";
    %>
    <jsp:useBean id="Bean5b" class="BeanAs2.Bean5b" />
    <jsp getProperty id = "Bean5b" property = "login" />
    <jsp getProperty id = "Bean5b" property = "pswd" />
    <%
    Connection connection = null;
    try {
    Class.forName(driverClassString);
    connection = DriverManager.getConnection(driverConnectString, user, passwd);
    catch (Exception e) {
    out.println("Cannot close connect to database!"+e);
    if (connection != null) {
    String login =Bean5b.getpassword();
    String pswd =Bean5b.getStudentlogin();
    String sql = "SELECT studentinfo.familyname FROM STUDENTINFO WHERE studentinfo.username='login' AND studentinfo.password='pswd';";
    try { // execute the query
    //SELECT studentinfo.familyname FROM STUDENTINFO WHERE studentinfo.username='s40079703' AND studentinfo.password='p4007swd'
    Statement stmt = connection.createStatement();
    ResultSet rst;
    rst = stmt.executeQuery(sql);
    // Fetch the query result, and dispaly them in a table
    while (rst.next()) {
    %>
    <tr>
    <td> <%= rst.getString("system.teaching.code") %> </td>
    </tr>
    <%
    stmt.close();
    connection.close();
    } catch(Exception e) {
         out.println("Cannot fetch data from database!"+e);
    %>
    </body></html>
    package BeanAs2;
    import java.util.*;
    public class Bean5b {
         // all variables must not be public in a bean
    private String Studentlogin;
    private String password;
    public String getStudentlogin() {
    return this.Studentlogin;
    public String getpassword() {
    return this.password;
         public void setStudentlogin(String login) {
              this.Studentlogin = login;
         public void setpassword(String pswd) {
              this.password = pswd;

    Hi
    Thanks for your reply, I should of looked at my code before I copied over. The field should of been "studentinfo.familyname" which I was calling, I have just been changing so much code in this to try and see what the problem is, I didnt fix this before I copied this over.... trust me, I have tried everything........ Hence when I correctly called the "concatination the login name and password to the query properly" as you pointed out, I got rid of the error, BUT now it returning NO DATA????? (the table is populated - I have checked this!!!!)
    The table I am trying to get information from sits under a schema called system. It has the following columns;
    STUDENTID NUMBER 8
    FAMILYNAME VARHCAR 60
    GIVENNAME VARCHAR 60
    USERNAME VARCHAR 9
    PASSWORD VHARCHAR 60
    The database is called globaldb. My computer is called Midas2
    Whats more, the query works in Oracle sql*plus!!! Returning the relevent data!!!
    Actually here is the code for the JSP, with all the changes and none of the mistakes of my previous post...........,
    Pleaes help!!!
    <html>
    <head>
    <title>Student Signon on page</title>
    </head>
    <body bgcolor="#FDF5E6">
    <h1 align="center">>Student Signon on page</h1>
    <%@ page import="java.sql.*" %>
    <%@ page import="BeanAs2.Bean5b" %>
    <%
    String driverClassString = "oracle.jdbc.driver.OracleDriver";
    String driverConnectString;
    driverConnectString = "jdbc:oracle:thin:@midas2:1521:globaldb";
    String user = "system";
    String passwd = "manager";
    %>
    <jsp:useBean id="Bean5b" class="BeanAs2.Bean5b" />
    <jsp getProperty id = "Bean5b" property = "login" />
    <jsp getProperty id = "Bean5b" property = "pswd" />
    <%
    Connection connection = null;
    try {
    Class.forName(driverClassString);
    connection = DriverManager.getConnection(driverConnectString, user, passwd);
    catch (Exception e) {
    out.println("Cannot close connect to database!"+e);
    if (connection != null) {
    String login =Bean5b.getpassword();
    String pswd =Bean5b.getStudentlogin();
    String sqlQuery;
    sqlQuery = ("SELECT studentinfo.familyname FROM STUDENTINFO WHERE studentinfo.username='" + login + "' AND studentinfo.password='" + pswd + "'"); %>
    <% try { // execute the query
    Statement stmt = connection.createStatement();
    ResultSet rst;
    rst = stmt.executeQuery(sqlQuery);
    // Fetch the query result, and dispaly them in a table
    while (rst.next()) {
    %>
    <tr>
    <td> <%= rst.getString("studentinfo.familyname") %> </td>
    </tr>
    <%
    stmt.close();
    connection.close();
    } catch(Exception e) {
         out.println("Cannot fetch data from database!"+e);
    %>
    </body></html>

  • Invalid column name (collection)

    Hello, i use Hibernate 2 with SQL Server 2005:
    Tab_A has a many-to-one relationship to Tab_B over T_ID (this column name is the same for both)
    Tab_C has a many-to-one relationship to Tab_B over T_ID (this column name is the same for both, too)
    [Tab_C has an one-to-many relationship to Tab_A over Z_ID.]
    I get the errormessage:
    "could not initialize collection Tab_C.tab_As
    Invalid column name T_ID"??
    Anyone an idea? Makes no sense for me...
    Thanks
    H.

    Poor naming convention, IMO. No wonder the mapper is confused.Hmm, but i told him exactly which column he has to take (for example the snippet from Tab_A.hbm.xml):
    <!-- many-to-one association to Tab_B -->
    <many-to-one
    name="tabB"
    class="TabB"
    not-null="true"
    >
    <column name="T_ID" />
    </many-to-one>
    In this case column "T_ID" from Tab_B.
    Why the complaint about T_ID? Thats the question
    Where's that coming from?T_ID is the name of the foreign keys in Tab_A and Tab_C and the name of the primary key in Tab_B...
    I checked the correct spelling of T_ID in the DB, in the *.hbm.xml files, etc. And theres no spelling-error.
    It's complicated.Sure, but i`d thougt that maybe someone had the same problem, or a similar case...
    I changed the 'lazy' property (in Tab_A.hbm.xml) in the one-to-many association to Tab_C from "false" to "true" and now i get a java.lang.NullPointerException ;(
    H.

  • MBAM 2.5 Reports Fail with "Invalid object name 'v_GS_MBAM_POLICY'."

    Utilizing the SSRS Reports for MBAM 2.5 Integrated into Configuration Manager 2012 R2 Cu3, when I run the reports it states that the view
    'v_GS_MBAM_POLICY'  does not exist.
    The complexing thing though is that there are computers that are reporting the HINV Class called 'Win32Reg_MBAMPolicy'  So I would think this view would have been created.
    Does anyone know the process by which the view gets generated since my HINV is reporting back the information, yet the view has not been created in the DB yet... It makes no sense.
    The error is:
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Microsoft.Reporting.WinForms.ReportServerException
    Query execution failed for dataset 'ComplianceDetails'. (rsErrorExecutingCommand)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Microsoft.Reporting.WinForms.ReportServerException
    Invalid object name 'v_GS_MBAM_POLICY'.
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    David Baur

    We ran into this error as well. Turns out that MBAM-provided reports to SCCM 2012 fail with an error unless the Win32Reg_MBAMPolicy class is added to SCCM, which also updates the SCCM SQL with required Views, including "v_GS_MBAM_POLICY".
    The solution that we finally came up with was to import an updated MOF file to include the BitLocker Policy (Win32Reg_MBAMPolicy) class into the "Hardware Inventory" section of the Default Client Policy. Once the import is complete SQL also gets
    the appropriate view created.
    The instructions on how to create and import the MOF file can be found in the link below.
    http://technet.microsoft.com/en-US/library/dn237295.aspx
    Chris Keene
    Product Specialist at Wave.

  • Java.sql.SQLException:  Invalid column name: user_id

    Hi,
    I am using SQL Server 2000 database and using a Java DAO class executing an SQL query using preparedStatement.The issue is that intermittently i get the following exception: "SQLException:Invalid column name". I checked the filed name in the table and the filed name i gave in the resultset.getInt("field_name")and both are matching.The parameter values for the query are fetched from a JSP report and the surprsing issue is that this exception comes on & off. So iam unable to find the cause of this exception.Can anyone help me out?
    Query Used :
    SELECT usrs.user_id,uperm.value,uedis.attrib_value.......
    FROM USERS usrs
    LEFT OUTER JOIN extended_user_attributes uedis
    ON (usrs.user_id = uedis.user_id AND usdis.attrib_id=?),
    user_permission uperm
    WHERE usrs.user_id = uperm.user_id
    AND uperm.name=?
    I am getting exception when iterating resultset.
    ResultSet rs = preparedStatement.executeQuery();
    while(rs.next())
    UserID userid = new UserID();
    userid.setUserID(rs.getInt("user_id"));
    Thanks
    Balaji.M

    Giving an alias name to the column name will work. If the query uses join or fetching rows from multiple tables, then giving an alias name to the column name, should work fine.
    By,
    Sethu
    It seems you have two user_id columns and the server
    or driver names the column automatically(I am not
    sure of that) in some way. Try giving some alias to
    the field you want, like:
    SELECT usrs.user_id
    u_user_id,uperm.value,uedis.attrib_value.......
    userid.setUserID(rs.getInt("u_user_id"));HTH
    MikeBy

  • OBIEE 11.1.1.6 invalid user name

    Hi Experts,
    OBIEE: 11.1.1.6
    I'm trying to login to repository in on line mode,it says invalid user name/pwd
    Repository name: SampleAppLite_BI0001.rpd
    Repository pwd: Admin123
    User:Administrator
    Pwd:?
    Can any body guide me on this please?
    Kumar

    te parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.
    2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=thawte Primary Root CA - G3,OU=(c) 2008 thawte\, Inc. -
    For authorized use only,OU=Certification Services Division,O=thawte\, Inc.,C=US"
    . The loading of the trusted certificate list raised a certificate parsing excep
    tion PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1
    .11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=T-TeleSec GlobalRoot Class 3,OU=T-Systems Trust Center,O
    =T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=T-TeleSec GlobalRoot Class 2,OU=T-Systems Trust Center,O
    =T-Systems Enterprise Services GmbH,C=DE". The loading of the trusted certificat
    e list raised a certificate parsing exception PKIX: Unsupported OID in the Algor
    ithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=GlobalSign,O=GlobalSign,OU=GlobalSign Root CA - R3". The
    loading of the trusted certificate list raised a certificate parsing exception
    PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "OU=Security Communication RootCA2,O=SECOM Trust Systems CO.
    \,LTD.,C=JP". The loading of the trusted certificate list raised a certificate p
    arsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2.84
    0.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=VeriSign Universal Root Certification Authority,OU=(c) 2
    008 VeriSign\, Inc. - For authorized use only,OU=VeriSign Trust Network,O=VeriSi
    gn\, Inc.,C=US". The loading of the trusted certificate list raised a certificat
    e parsing exception PKIX: Unsupported OID in the AlgorithmIdentifier object: 1.2
    .840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=KEYNECTIS ROOT CA,OU=ROOT,O=KEYNECTIS,C=FR". The loading
    of the trusted certificate list raised a certificate parsing exception PKIX: Un
    supported OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    <Mar 30, 2013 9:02:45 PM EDT> <Notice> <Security> <BEA-090898> <Ignoring the tru
    sted CA certificate "CN=GeoTrust Primary Certification Authority - G3,OU=(c) 200
    8 GeoTrust Inc. - For authorized use only,O=GeoTrust Inc.,C=US". The loading of
    the trusted certificate list raised a certificate parsing exception PKIX: Unsupp
    orted OID in the AlgorithmIdentifier object: 1.2.840.113549.1.1.11.>
    PostInstallConfigIntegration:oracle_ias_farm target auth registration is done.
    <Mar 30, 2013 9:03:08 PM EDT> <Warning> <org.apache.myfaces.trinidadinternal.con
    fig.GlobalConfiguratorImpl> <BEA-000000> <Configurator services already initiali
    zed.>
    <Mar 30, 2013 9:03:16 PM EDT> <Warning> <WorkManager> <BEA-002919> <Unable to fi
    nd a WorkManager with name ESSRAWM. Dispatch policy ESSRAWM will map to the defa
    ult WorkManager for the application bipublisher#11.1.1>
    <Mar 30, 2013 9:03:16 PM EDT> <Warning> <EJB> <BEA-014014> <The message driven b
    ean (MDB) named "ESSAppEndpoint" has a dispatch policy "ESSRAWM" that refers to
    an unknown work manager. The default work manager will be used instead.>
    <Mar 30, 2013 9:03:18 PM EDT> <Warning> <oracle.bi.nanserver.fwk.context> <BEA-0
    00000> <File-based configuration not supported: org.apache.commons.configuration
    .XMLConfiguration>
    <Mar 30, 2013 9:03:18 PM EDT> <Warning> <oracle.mds> <BEA-000000> <Customization
    layer "adfshare" has been configured more than once with the same tenant scope.
    >
    <Mar 30, 2013 9:03:19 PM EDT> <Warning> <oracle.mds> <BEA-000000> <Customization
    layer "adfshare" has been configured more than once with the same tenant scope.
    >
    <Mar 30, 2013 9:03:19 PM EDT> <Warning> <oracle.mds> <BEA-000000> <Customization
    layer "adfshare" has been configured more than once with the same tenant scope.
    >
    <Mar 30, 2013 9:03:20 PM EDT> <Warning> <oracle.mds> <BEA-000000> <Customization
    layer "adfshare" has been configured more than once with the same tenant scope.
    >
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    ImageView" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundatio
    n_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-IN
    F/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. A feature with the s
    ame name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifou
    ndation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-IN
    F/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 3. This may indicate th
    at multiple copies of the same jar file are present on the class path. Ignoring
    the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    Graph" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundation_do
    main/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-INF/li
    b/dvt-faces.jar!/META-INF/adf-js-features.xml, line 26. A feature with the same
    name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifounda
    tion_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-INF/l
    ib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 26. This may indicate that
    multiple copies of the same jar file are present on the class path. Ignoring t
    he new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    Gauge" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundation_do
    main/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-INF/li
    b/dvt-faces.jar!/META-INF/adf-js-features.xml, line 32. A feature with the same
    name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifounda
    tion_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-INF/l
    ib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 32. This may indicate that
    multiple copies of the same jar file are present on the class path. Ignoring t
    he new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfRic
    hPivotTable" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundat
    ion_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-
    INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 38. A feature with th
    e same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bi
    foundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP
    -INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 38. This may indicat
    e that multiple copies of the same jar file are present on the class path. Igno
    ring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlGanttTreeTable" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifo
    undation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d
    /WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 64. A feature wi
    th the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domai
    ns/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc73
    1/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 64. This may in
    dicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlProjectGantt" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoun
    dation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/W
    EB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 72. A feature with
    the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains
    /bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/
    APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 72. This may indi
    cate that multiple copies of the same jar file are present on the class path. I
    gnoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlSchedulingGantt" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bif
    oundation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4
    d/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 77. A feature w
    ith the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/doma
    ins/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc7
    31/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 77. This may i
    ndicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlResourceUtilizationGantt" has been found at zip:C:/OBIEE11.6G/user_projects/do
    mains/bifoundation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.web
    app/xftk4d/WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 82. A
    feature with the same name was originally defined at zip:C:/OBIEE11.6G/user_proj
    ects/domains/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11
    .1.1/6uc731/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 82. T
    his may indicate that multiple copies of the same jar file are present on the cl
    ass path. Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfRic
    hHierarchyViewer" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifo
    undation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d
    /WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 87. A feature wi
    th the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domai
    ns/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc73
    1/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 87. This may in
    dicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfRic
    hPivotFilterBar" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifou
    ndation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/
    WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 115. A feature wi
    th the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domai
    ns/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc73
    1/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 115. This may i
    ndicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlGeoMap" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundation
    domain/servers/AdminServer/tmp/WL_user/adf.oracle.domain.webapp/xftk4d/WEB-INF
    /lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 125. A feature with the
    same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifo
    undation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-I
    NF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 125. This may indicate
    that multiple copies of the same jar file are present on the class path. Ignor
    ing the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDht
    mlGeoMapToolbar" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifou
    ndation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/
    WEB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 132. A feature wi
    th the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domai
    ns/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc73
    1/APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 132. This may i
    ndicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    AutomationTest" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoun
    dation_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/W
    EB-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 136. A feature wit
    h the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domain
    s/bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731
    /APP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 136. This may in
    dicate that multiple copies of the same jar file are present on the class path.
    Ignoring the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    Toolkit" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifoundation_
    domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB-INF/
    lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 149. A feature with the s
    ame name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/bifou
    ndation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/APP-IN
    F/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 149. This may indicate
    that multiple copies of the same jar file are present on the class path. Ignori
    ng the new feature definition.>
    <Mar 30, 2013 9:03:21 PM EDT> <Warning> <oracle.adfinternal.view.faces.partition
    .FeatureUtils> <ADF_FACES-30145> <A duplicate definition for the feature "AdfDvt
    ToolkitGraph" has been found at zip:C:/OBIEE11.6G/user_projects/domains/bifounda
    tion_domain/servers/AdminServer/tmp/_WL_user/adf.oracle.domain.webapp/xftk4d/WEB
    -INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 434. A feature with
    the same name was originally defined at zip:C:/OBIEE11.6G/user_projects/domains/
    bifoundation_domain/servers/AdminServer/tmp/_WL_user/bipublisher_11.1.1/6uc731/A
    PP-INF/lib/dvt-faces.jar!/META-INF/adf-js-features.xml, line 434. This may indi
    cate that multiple copies of the same jar file are present on the class path. I
    gnoring the new feature definition.>
    <Mar 30, 2013 9:03:27 PM EDT> <Notice> <Log Management> <BEA-170027> <The Server
    has established connection with the Domain level Diagnostic Service successfull
    y.>
    <Mar 30, 2013 9:03:27 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to ADMIN>
    <Mar 30, 2013 9:03:27 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RESUMING>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[4
    ]" is now listening on fe80:0:0:0:a848:2663:f53a:a684:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[7
    ]" is now listening on 0:0:0:0:0:0:0:1:7001 for protocols iiop, t3, ldap, snmp,
    http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Warning> <Server> <BEA-002611> <Hostname "IT12001
    23.k12.enterprise.adm", maps to multiple IP addresses: 192.168.1.7, fe80:0:0:0:5
    1d5:916e:6087:1681%17, fe80:0:0:0:180a:b99:3f57:fef8%11, 2001:0:9d38:953c:180a:b
    99:3f57:fef8>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[3
    ]" is now listening on fe80:0:0:0:51d5:916e:6087:1681:7001 for protocols iiop, t
    3, ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[2
    ]" is now listening on fe80:0:0:0:0:5efe:c0a8:107:7001 for protocols iiop, t3, l
    dap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[6
    ]" is now listening on 127.0.0.1:7001 for protocols iiop, t3, ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[5
    ]" is now listening on fe80:0:0:0:180a:b99:3f57:fef8:7001 for protocols iiop, t3
    , ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default[1
    ]" is now listening on 192.168.1.7:7001 for protocols iiop, t3, ldap, snmp, http
    .>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <Server> <BEA-002613> <Channel "Default"
    is now listening on 2001:0:9d38:953c:180a:b99:3f57:fef8:7001 for protocols iiop,
    t3, ldap, snmp, http.>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <WebLogicServer> <BEA-000329> <Started We
    bLogic Admin Server "AdminServer" for domain "bifoundation_domain" running in Pr
    oduction Mode>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server sta
    te changed to RUNNING>
    <Mar 30, 2013 9:03:28 PM EDT> <Notice> <WebLogicServer> <BEA-000360> <Server sta
    rted in RUNNING mode>
    <Mar 30, 2013 9:04:19 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00022] Identity found weblogic but could
    not be authenticated>
    <Mar 30, 2013 9:04:45 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:04:57 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:05:28 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:05:40 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:20:09 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00015] Unable to find user in identity st
    ore>
    <Mar 30, 2013 9:31:27 PM EDT> <Warning> <oracle.j2ee.ws.common.jaxws.JAXWSMessag
    es> <BEA-000000> <Exception while executing the business logic: SecurityService:
    :authenticateUserWithLanguage [OBI-SEC-00022] Identity found weblogic but could
    not be authenticated>
    initIgnoreList:Register 'oracle_ias_farm' login page url:/em/faces/targetauth/em
    asLogin
    <Mar 30, 2013 10:07:53 PM EDT> <Warning> <Socket> <BEA-000449> <Closing socket a
    s no data read from it on fe80:0:0:0:51d5:916e:6087:1681:52,490 during the confi
    gured idle timeout of 5 secs>
    <Mar 30, 2013 10:07:53 PM EDT> <Warning> <Socket> <BEA-000449> <Closing socket a
    s no data read from it on fe80:0:0:0:51d5:916e:6087:1681:52,492 during the confi
    gured idle timeout of 5 secs>
    <Mar 30, 2013 10:07:53 PM EDT> <Warning> <Socket> <BEA-000449> <Closing socket a
    s no data read from it on fe80:0:0:0:51d5:916e:6087:1681:52,491 during the confi
    gured idle timeout of 5 secs>
    Edited by: 7688438 on Mar 30, 2013 7:26 PM

  • 'invalid class-java beans not available for import

    Hi Experts,
    i am using java bean model in my Web Dynpro Application.
    for that one i have created command bean(Customer) and in my command bean i am using some other class(CustomerInfo) as reference. this CustomerInfo class contains 4 attribtes(name ,id ,etc  all are of type String)
    when i try to import these 2 class into web dynpro (using java bean model),for the Customer class it
    is giving an error message 'invalid class-java beans not
    available for import'.but 2nd class(CustomerInfo) is imported successfully with out giving the error.what might be reason.
    any help will be appriciated
    Thanks in advance
    With Regards
    Naidu

    Naidu,
    Please try to repeat JavaBean model import when running IDE in console mode (correspondign short-cut should be available in Windows Start menu, otherwise just copy original short-cut, edit it and change in command string "javaw" to java).
    Post here what is shown on console during import.
    VS

Maybe you are looking for