Asked
7 years, 4 months ago
Viewed
868 times
Facing problem while opening the document.
reportEngines =
(ReportEngines) enterpriseSession.getService("ReportEngines");
ReportEngine wiRepEngine =
(ReportEngine) reportEngines.getService(
ReportEngines.ReportEngineType.WI_REPORT_ENGINE);
/*
* Process Webi Documents from a folder
* */
for (Object object : infoObjects) {
IInfoObject infoObject = (IInfoObject) object;
String path = getInfoObjectPath(infoObject);
if (path.startsWith("/")) {
String doc = infoObject.getTitle();
System.out.println("Title :" + doc + "n ID " + infoObject.getID() );
System.out.println(path + "/" + doc);
System.out.println(infoObject.toString());
DocumentInstance widoc = wiRepEngine.openDocument(infoObject.getID());
}
}
While calling openDocument() is throws following Exception
com.businessobjects.rebean.wi.CommunicationException: Cannot initialize Report Engine server. (Error: RWI 00226)
at com.businessobjects.rebean.wi.occa.OccaConnection.doConnect(Unknown Source)
at com.businessobjects.rebean.wi.occa.OccaConnection.<init>(Unknown Source)
at com.businessobjects.rebean.wi.occa.OccaServerConnectionManager.createConnection(Unknown Source)
at com.businessobjects.rebean.occa.OccaReportEngineComAdapter.createCadenzaSession(Unknown Source)
at com.businessobjects.rebean.occa.OccaReportEngineComAdapter.initNewCadenzaSession(Unknown Source)
at com.businessobjects.rebean.occa.OccaReportEngineComAdapter.openDocument(Unknown Source)
at com.businessobjects.rebean.wi.ReportEngineImpl.openDocument(Unknown Source)
at com.businessobjects.rebean.wi.occa.WebiReportEngine.openDocument(Unknown Source)
at BO_Report_Conversion.main(BO_Report_Conversion.java:69)
Caused by: com.crystaldecisions.enterprise.ocaframework.OCAFrameworkException$ServiceConnection: Unable to connect to service CDZHome from server SAPBI41.WebIntelligenceProcessingServer via CMS vps2tbo01.syntelorg.com:7400 (FWM 01006)
cause:com.crystaldecisions.enterprise.ocaframework.idl.ImplServ.OSCAFactoryPackage.connection_failure: IDL:img.seagatesoftware.com/ImplServ/OSCAFactory/connection_failure:1.0
detail:Unable to connect to service CDZHome from server SAPBI41.WebIntelligenceProcessingServer via CMS vps2tbo01.syntelorg.com:7400 (FWM 01006) IDL:img.seagatesoftware.com/ImplServ/OSCAFactory/connection_failure:1.0
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getUnmanagedService(ServiceMgr.java:864)
at com.crystaldecisions.enterprise.ocaframework.AbstractStubHelper.getService(AbstractStubHelper.java:29)
at com.crystaldecisions.enterprise.ocaframework.ManagedService.validate(ManagedService.java:781)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.validateStatelessService(ManagedSession.java:610)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.newService(ManagedSession.java:911)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:300)
at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:297)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:697)
at com.businessobjects.rebean.wi.occa.OccaConnection$CDZStubHelper.getService(Unknown Source)
at com.crystaldecisions.enterprise.ocaframework.ManagedService.validate(ManagedService.java:781)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.validateStatelessService(ManagedSession.java:610)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.newService(ManagedSession.java:911)
at com.crystaldecisions.enterprise.ocaframework.ManagedSession.get(ManagedSession.java:273)
at com.crystaldecisions.enterprise.ocaframework.ManagedSessions.get(ManagedSessions.java:297)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getManagedService(ServiceMgr.java:697)
... 9 more
Caused by: com.crystaldecisions.enterprise.ocaframework.idl.ImplServ.OSCAFactoryPackage.connection_failure: IDL:img.seagatesoftware.com/ImplServ/OSCAFactory/connection_failure:1.0
at com.crystaldecisions.enterprise.ocaframework.idl.ImplServ.OSCAFactoryPackage.connection_failureHelper.read(connection_failureHelper.java:102)
at com.crystaldecisions.enterprise.ocaframework.idl.ImplServ._OSCAFactoryStub.newService(_OSCAFactoryStub.java:92)
at com.crystaldecisions.enterprise.ocaframework.ServiceMgr.getUnmanagedService(ServiceMgr.java:845)
... 23 more
asked Feb 2, 2016 at 7:21
6
Load 5 more related questions
Show fewer related questions
-
Question
-
I have no hyper-v knowledge, but I need to start hyper-v server, that is down due to space issue.
Hyper-v server is turned off and would not start
When I click start or connect virtual machine it fails to start with error message «Could not initialize
memory. There is not enough space on the disk»The host and VM server are Win 2008 R2
Storage Static
Anyone can help?
Thank you
-
Edited by
BennyA
Saturday, February 7, 2015 6:36 PM
-
Edited by
All replies
-
Hi,
Please refer to the screenshot below:
When you select the option «save the virtual machine state», Hyper-v will reserve the disk space for the memory.
When there is not enough space on the disk, the server could not initialize memory and unable to start.
Besides this option, the Hyper-v will not reserve disk space for the memory. Maybe the server can be start.
Based on the error message above, it is obvious that the C drive was almost full. We recommend you add extra disk and copy the VHD to the new drive, then create a new VM with the VHD.
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.
BLYNK
BLYNK.IO
📲 GETTING STARTED
📗 DOCS
👉 SKETCH BUILDER
-
При запуске сервера, появляется данная ошибка…
Error occurred during initialization of VM Could not reserve enough space for object heap Error: Could not create the Java Virtual Machine.
Скрипт запуска
@ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "C:Program FilesJavajdk1.6.0_32binjava.exe" -Xincgc -Xmx1G -jar craftbukkit.jar nogui PAUSE
p.s ОС — Windows Server 2003
ОЗУ — 16гб
Процессор — Intel Core i5.В чем может быть проблема?
-
lenin
Старожил
ПользовательЗачем используешь jdk? путь должен быть C:Program FilesJavajre6binjava.exe или 7
-
182 recipes
27 achievements
java.lang.NoClassDefFoundError: Could not initialize class org.fusesource.jansi.
internal.Kernel32
at org.fusesource.jansi.internal.WindowsSupport.getConsoleMode(WindowsSu
pport.java:50)
at jline.WindowsTerminal.getConsoleMode(WindowsTerminal.java:176)
at jline.WindowsTerminal.init(WindowsTerminal.java:80)
at jline.TerminalFactory.create(TerminalFactory.java:93)
at jline.TerminalFactory.get(TerminalFactory.java:151)
at jline.console.ConsoleReader.<init>(ConsoleReader.java:140)
at jline.console.ConsoleReader.<init>(ConsoleReader.java:126)
at net.minecraft.server.MinecraftServer.<init>(MinecraftServer.java:94)
at net.minecraft.server.MinecraftServer.main(MinecraftServer.java:615)
at org.bukkit.craftbukkit.Main.main(Main.java:140)
Для продолжения нажмите любую клавишу . . .что делать?
-
Volk_acid
Старожил
Пользователь- Баллы:
- 103
- Имя в Minecraft:
- Player
Попробуй поставить Visual c++
-
xxxKRESHxxx
Активный участник- Баллы:
- 63
- Имя в Minecraft:
- xxxKRESHxxx
Спасибо тебе
-
савва
Активный участник- Баллы:
- 88
- Имя в Minecraft:
- savvok01
1 вопрос смысл брать винду для сервера ???
-
xxxKRESHxxx
Активный участник- Баллы:
- 63
- Имя в Minecraft:
- xxxKRESHxxx
Многим Windows привычнее, например не все смогут держать сервера на Linux
-
eset
Активный участник
Пользователь- Баллы:
- 88
- Имя в Minecraft:
- BuTEK
я где-то на зарубежных сайтах видел срипт запуска на winserver 2003… жаль только скрип потерял…
-
Попробуй использовать 7 версию джавы.
Ниже указывай в мегобайтах, хотя особой разницы нет, но можно так -Xmx1g. Насколько я помню в джаве регист имеет значение. Ниже пример. Я урезал некоторые функции от постороних глаз.Java -Xmx1024m -Dfile.encoding=UTF-8 -jar "Callisto.jar"
-
eset
Активный участник
Пользователь- Баллы:
- 88
- Имя в Minecraft:
- BuTEK
Ююююхххуууууу! я помнил, что там просто была приставка начинающаяся на -no… Так вот, товарищи, Для запуска сервера надо просто добавить -nojline Привожу свой срипт для Windows Server 2003:
@ECHO OFF
«%ProgramFiles%Javajre7binjava.exe» -Xms1024M -Xmx1024M -jar craftbukkit.jar -nojline
PAUSE -
Если х64 добавь -server перед -jar, будет работать как сервер =3
-
Nazar52028
Активный участник- Баллы:
- 88
- Имя в Minecraft:
- UK_TK
-
eset
Активный участник
Пользователь- Баллы:
- 88
- Имя в Minecraft:
- BuTEK
Поделиться этой страницей
Hi everyone
I’m trying to start a fresh game on an dedicated linux server. Whatever I’m trying, it fails to start:
ERR [steamworks.NET] Could not initialize GameServer
I’ve tried to create RWG by the dedicted server itself, tried to pre-generate on my windows client and copying onto my server, tried PREGEN01 and last Navezgane too.
My server has only 8gb of RAM, I’ve read the known issues:
- Linux machines with 8 GB RAM may crash on generating RWG worlds
- Linux machines with 8 GB RAM may crash when loading into RWG games
That’s why I tried PREGEN01 and Navezgane too but without any difference.
Also I’ve tried to update the server via steamcmd for verifying the data, seems to be ok so far.
A17 was able to run on the server earlier.
Any ideas anyone?
Unable to preload the following plugins: libMouseLib.so libeac_server.so libeasyanticheat.so libgetrss.so libsteam_api.so steamclient.so libMouseLib.so Initialize engine version: 2019.1.0f2 (292b93d75a2c) Forcing GfxDevice: Null GfxDevice: creating device client; threaded=0 NullGfxDevice: Version: NULL 1.0 [1.0] Renderer: Null Device Vendor: Unity Technologies Begin MonoManager ReloadAssembly - Completed reload, in 0.102 seconds UnloadTime: 0.747135 ms 2019-10-20T15:53:03 0.075 INF Awake 2019-10-20T15:53:03 0.135 INF Version: Alpha 18 (b152) Compatibility Version: Alpha 18, Build: Linux 64 Bit 2019-10-20T15:53:03 0.135 INF System information: 2019-10-20T15:53:03 0.174 INF OS: Linux 4.15 Ubuntu 18.04 64bit 2019-10-20T15:53:03 0.175 INF CPU: Intel(R) Core(TM) i3-4160 CPU @ 3.60GHz (cores: 4) 2019-10-20T15:53:03 0.175 INF RAM: 7779 MB 2019-10-20T15:53:03 0.175 INF GPU: Null Device (128 MB) 2019-10-20T15:53:03 0.176 INF Graphics API: NULL 1.0 [1.0] (shader level 3.0) 2019-10-20T15:53:03 0.176 INF Last played version: Alpha 15.1 2019-10-20T15:53:03 0.177 INF Local UTC offset: 2 hours 2019-10-20T15:53:03 0.185 INF Command line arguments: /home/gameserver/7DaysToDie/Alpha18Exp/7DaysToDieServer.x86_64 -configfile=/home/gameserver/.local/share/7DaysToDie/Alpha18Exp/serverconfig.xml -logfile /home/gameserver/7DaysToDie/Alpha18Exp/output_log__20191020__1553 -quit -batchmode -nographics -dedicated 2019-10-20T15:53:03 0.187 INF Parsing server configfile: /home/gameserver/.local/share/7DaysToDie/Alpha18Exp/serverconfig.xml 2019-10-20T15:53:04 0.255 INF Parsing server configfile successfully completed 2019-10-20T15:53:04 0.256 INF Starting dedicated server level=Navezgane game name=Sera7DTD 2019-10-20T15:53:04 0.256 INF Maximum allowed players: 4 2019-10-20T15:53:04 0.256 INF Game mode: GameModeSurvival 2019-10-20T15:53:04 0.256 INF Dedicated server only build 2019-10-20T15:53:04 0.257 INF Not running in Big Picture Mode, no on-screen keyboard available 2019-10-20T15:53:04 0.257 INF Starting PlayerInputManager... 2019-10-20T15:53:04 0.276 INF InControl (version 1.6.17 build 9143, native module = False, XInput = False) 2019-10-20T15:53:04 0.410 INF Starting UserProfileManager... 2019-10-20T15:53:04 0.471 INF Occlusion: Awake 2019-10-20T15:53:04 0.474 INF Texture quality is set to 3 2019-10-20T15:53:04 0.526 INF [MODS] No mods folder found 2019-10-20T15:53:04 0.536 INF Loading permissions file at '/home/gameserver/.local/share/7DaysToDie/Alpha18Exp/serveradmin.xml' 2019-10-20T15:53:04 0.551 INF Loading permissions file done. 2019-10-20T15:53:06 2.496 INF UMA Overlay loading took 1430 ms 2019-10-20T15:53:06 2.498 INF UMA Slot loading took 1 ms WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed 2019-10-20T15:53:06 3.196 INF WorldStaticData.Init() needed 0.694s 2019-10-20T15:53:06 3.198 INF Awake done in 3124 ms 2019-10-20T15:53:06 3.224 INF NET: Starting server protocols Fallback handler could not load library /home/gameserver/7DaysToDie/Alpha18Exp/7DaysToDieServer_Data/Mono/libKernel32 Fallback handler could not load library /home/gameserver/7DaysToDie/Alpha18Exp/7DaysToDieServer_Data/Mono/libKernel32.so Fallback handler could not load library /home/gameserver/7DaysToDie/Alpha18Exp/7DaysToDieServer_Data/Mono/Kernel32 Fallback handler could not load library /home/gameserver/7DaysToDie/Alpha18Exp/7DaysToDieServer_Data/Mono/libKernel32 Fallback handler could not load library /home/gameserver/7DaysToDie/Alpha18Exp/7DaysToDieServer_Data/Mono/libKernel32.so Fallback handler could not load library /home/gameserver/7DaysToDie/Alpha18Exp/7DaysToDieServer_Data/Mono/libKernel32 2019-10-20T15:53:07 3.260 INF NET: LiteNetLib server started 2019-10-20T15:53:07 3.261 INF [steamworks.NET] NET: Server started 2019-10-20T15:53:07 3.261 INF Started thread SteamNetworkingServer 2019-10-20T15:53:07 3.264 INF StartGame 2019-10-20T15:53:07 3.494 INF Persistent GamePrefs saved 2019-10-20T15:53:07 3.594 INF StartAsServer WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed 2019-10-20T15:53:17 13.307 INF Block IDs with mapping 2019-10-20T15:53:17 13.308 INF BlockIDs from Mapping WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed 2019-10-20T15:53:20 17.203 INF Item IDs with mapping 2019-10-20T15:53:20 17.203 INF ItemIDs from Mapping WARNING: Shader Unsupported: 'Hidden/Dof/DX11Dof' - Pass '' has no vertex shader WARNING: Shader Unsupported: 'Hidden/Dof/DX11Dof' - Setting to default shader. HDR Render Texture not supported, disabling HDR on reflection probe. (Filename: ./Runtime/Camera/ReflectionProbes.cpp Line: 269) WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'FORWARD_DELTA' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - Pass 'ShadowCaster' has no vertex shader WARNING: Shader Unsupported: 'Autodesk Interactive' - All passes removed 2019-10-20T15:53:36 32.321 INF createWorld: Navezgane, Sera7DTD, GameModeSurvival 2019-10-20T15:53:36 32.322 INF Occlusion: Disabled 2019-10-20T15:53:36 32.379 INF Started thread ChunkRegeneration 2019-10-20T15:53:36 32.380 INF Started thread ChunkCalc 2019-10-20T15:53:36 32.475 INF World.Load: Navezgane 2019-10-20T15:53:36 32.492 INF BloodMoon SetDay: day 7, last day 0, freq 7, range 3 2019-10-20T15:53:36 32.493 INF BloodMoon SetDay: day 7, last day 0, freq 7, range 3 2019-10-20T15:53:39 35.952 INF Started thread GenerateChunks 2019-10-20T15:53:40 36.328 INF Loading dtm raw file took 325ms 2019-10-20T15:53:40 36.461 INF Biomes image size w= 3072, h = 3072 2019-10-20T15:53:40 36.669 INF Loading and creating biomes took 340ms 2019-10-20T15:53:41 37.972 INF Loading and creating shader control textures took 1303ms 2019-10-20T15:53:42 38.627 INF Loading and parsing of generator took 655ms 2019-10-20T15:53:42 38.679 INF Started thread SaveChunks /home/gameserver/.local/share/7DaysToDie/Alpha18Exp/Navezgane/Sera7DTD/Region 2019-10-20T15:53:43 39.956 INF [DECO] read 0/0 2019-10-20T15:53:44 40.381 INF AstarManager Init 2019-10-20T15:53:44 41.104 INF Weather Packages Created FROM BIOMES 2019-10-20T15:53:44 41.104 INF createWorld() done 2019-10-20T15:53:44 41.106 INF Calculating world hashes 2019-10-20T15:53:44 41.108 INF Loading players.xml 2019-10-20T15:53:44 41.198 INF Loaded player 2019-10-20T15:53:45 41.409 INF Setting for 'BlockDamagePlayer' does not match the default (server will go to the modded category): current = 50, default = 100 2019-10-20T15:53:45 41.409 INF Setting for 'BlockDamageAI' does not match the default (server will go to the modded category): current = 50, default = 100 2019-10-20T15:53:45 41.409 INF Setting for 'BlockDamageAIBM' does not match the default (server will go to the modded category): current = 50, default = 100 2019-10-20T15:53:45 41.409 INF Setting for 'LootRespawnDays' does not match the default (server will go to the modded category): current = 28, default = 30 2019-10-20T15:53:45 41.409 INF Setting for 'AirDropFrequency' does not match the default (server will go to the modded category): current = 168, default = 72 2019-10-20T15:53:45 41.409 INF Setting for 'BuildCreate' does not match the default (server will go to the modded category): current = True, default = False 2019-10-20T15:53:45 41.514 INF StartGame done 2019-10-20T15:53:46 42.324 ERR [steamworks.NET] Could not initialize GameServer 2019-10-20T15:53:49 45.687 INF Calculating hashes took 4581 ms (world size 683 MiB)